replace stale web_editor with html_editor and html_builder for 19.0
web_editor was removed in Odoo 19.0 and replaced by html_editor
and html_builder. The old web_editor was incorrectly included in
the 19.0 vanilla import.
🤖 assisted by claude
|
|
@ -0,0 +1,70 @@
|
|||
{
|
||||
'name': "HTML Builder",
|
||||
'summary': "Generic html builder",
|
||||
'description': """
|
||||
This addon contains a generic html builder application. It is designed to be
|
||||
used by the website builder and mass mailing editor.
|
||||
""",
|
||||
|
||||
'author': "Odoo",
|
||||
'website': "https://www.odoo.com",
|
||||
|
||||
# Categories can be used to filter modules in modules listing
|
||||
# Check https://github.com/odoo/odoo/blob/15.0/odoo/addons/base/data/ir_module_category_data.xml
|
||||
# for the full list
|
||||
'category': 'Uncategorized',
|
||||
'version': '0.1',
|
||||
|
||||
# any module necessary for this one to work correctly
|
||||
# so stupid that we need to use the stupid defineMailModel helper, so we need
|
||||
# to depend on mail
|
||||
'depends': ['base', 'html_editor', 'mail'],
|
||||
|
||||
'assets': {
|
||||
'web._assets_primary_variables': [
|
||||
'html_builder/static/src/**/*.variables.scss',
|
||||
],
|
||||
# this bundle is lazy loaded when the editor is ready
|
||||
'html_builder.assets': [
|
||||
('include', 'web._assets_helpers'),
|
||||
|
||||
'html_editor/static/src/scss/bootstrap_overridden.scss',
|
||||
'web/static/src/scss/pre_variables.scss',
|
||||
'web/static/lib/bootstrap/scss/_variables.scss',
|
||||
'web/static/lib/bootstrap/scss/_variables-dark.scss',
|
||||
'web/static/lib/bootstrap/scss/_maps.scss',
|
||||
'web/static/fonts/fonts.scss',
|
||||
'html_builder/static/src/**/*',
|
||||
('remove', 'html_builder/static/src/**/*.edit.*'),
|
||||
('remove', 'html_builder/static/src/**/*.dark.scss'),
|
||||
],
|
||||
'web.assets_frontend': [
|
||||
'html_builder/static/src/scss/background.scss'
|
||||
],
|
||||
'web.assets_web_dark': [
|
||||
'html_builder/static/src/**/*.dark.scss',
|
||||
],
|
||||
'html_builder.assets_inside_builder_iframe': [
|
||||
('include', 'web._assets_helpers'),
|
||||
|
||||
'web/static/src/scss/bootstrap_overridden.scss',
|
||||
'html_builder/static/src/**/*.edit.*',
|
||||
'html_editor/static/src/main/chatgpt/chatgpt_plugin.scss',
|
||||
'html_editor/static/src/main/link/link.scss',
|
||||
],
|
||||
'html_builder.iframe_add_dialog': [
|
||||
('include', 'web._assets_helpers'),
|
||||
('include', 'web._assets_frontend_helpers'),
|
||||
'web/static/src/scss/pre_variables.scss',
|
||||
'web/static/lib/bootstrap/scss/_variables.scss',
|
||||
'web/static/lib/bootstrap/scss/_variables-dark.scss',
|
||||
'web/static/lib/bootstrap/scss/_maps.scss',
|
||||
'html_builder/static/src/snippets/snippet_viewer.scss',
|
||||
],
|
||||
'web.assets_unit_tests': [
|
||||
'html_builder/static/tests/**/*',
|
||||
('include', 'html_builder.assets'),
|
||||
],
|
||||
},
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
576
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/af.po
Normal file
|
|
@ -0,0 +1,576 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * html_builder
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Afrikaans (https://www.transifex.com/odoo/teams/41243/af/)\n"
|
||||
"Language: af\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "ACCESS OPTIONS ANYWAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_list.js:0
|
||||
msgid "Add"
|
||||
msgstr "Voeg by"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Almost there! Snippets are incoming, grab a coffee and relax!"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_plugin.js:0
|
||||
msgid "Anchor copied to clipboard%(br)sLink: %(anchorLink)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Anchor name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Are you sure you want to delete the block %s?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Blur"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Button"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "Cancel"
|
||||
msgstr "Gekanselleer"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.js:0
|
||||
msgid "Choose a record..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Choose an anchor name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Column"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid "Continue"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Could not install module %(title)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Create \""
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Create a custom snippet"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Custom %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Custom Button"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Custom Inner Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Customize"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/setup_editor_plugin.js:0
|
||||
msgid "DRAG BUILDING BLOCKS HERE"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Dashed"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Discard"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Do you want to install %s App?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Do you want to save this snippet as a custom one?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Dotted"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Double"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.js:0
|
||||
msgid "Drag and drop the building block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/drag_and_drop_move_handle.js:0
|
||||
msgid "Drag and move"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "Duplicate this block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_plugin.js:0
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/drop_zone_plugin.js:0
|
||||
msgid "For technical reasons, this block cannot be dropped here"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Icon"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid ""
|
||||
"If you discard the current edits, all unsaved changes will be lost. You can "
|
||||
"cancel to return to edit mode."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid "If you proceed, your changes will be lost"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Image"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Inner Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Insert a block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/media_website_plugin.js:0
|
||||
msgid "Insert a video"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
#: code:addons/html_builder/static/src/sidebar/snippet.xml:0
|
||||
msgid "Insert snippet"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Inset"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/snippet.xml:0
|
||||
msgid "Install"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Install %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/invisible_elements_panel.xml:0
|
||||
msgid "Invisible Elements"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_list.js:0
|
||||
msgid "Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.js:0
|
||||
msgid "Link Anchor"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Mobile Preview"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "More info about this app."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Name"
|
||||
msgstr "Naam"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "No block of this category can be dropped on this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "No snippets found"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_select.js:0
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "None"
|
||||
msgstr "Geen"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Offset (X, Y)"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Oops! No snippets found."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Outset"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Page Options"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "REPLACE BY NEW VERSION"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "Remove this block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Rename the block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Round Corners"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Save"
|
||||
msgstr "Stoor"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Save & Copy"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Save and Install"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Search for a block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search for records..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search more..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search to show more records"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/customize_tab.xml:0
|
||||
msgid "Select a block on your page to style it."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/customize_translation_tab.xml:0
|
||||
msgid "Select content on your page to translate it."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Shadow"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Spread"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Take a look at the search bar, there might be a small typo!"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "The chosen name already exists"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Theme"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "This block cannot be dropped anywhere on this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "This block is outdated."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Tip: Esc to preview"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_row.xml:0
|
||||
msgid "Toggle more options"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/media_website_plugin.js:0
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "You can still access the block options but it might be ineffective."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "You might not be able to customize it anymore."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/save_snippet_plugin.js:0
|
||||
msgid ""
|
||||
"Your custom snippet was successfully saved as <strong>%s</strong>. Find it "
|
||||
"in your snippets collection."
|
||||
msgstr ""
|
||||
3228
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/ar.po
Normal file
3206
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/az.po
Normal file
3203
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/bg.po
Normal file
576
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/bs.po
Normal file
|
|
@ -0,0 +1,576 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * html_builder
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2018-10-02 10:06+0000\n"
|
||||
"Last-Translator: Bole <bole@dajmi5.com>, 2018\n"
|
||||
"Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n"
|
||||
"Language: bs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "ACCESS OPTIONS ANYWAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_list.js:0
|
||||
msgid "Add"
|
||||
msgstr "Dodaj"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Almost there! Snippets are incoming, grab a coffee and relax!"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_plugin.js:0
|
||||
msgid "Anchor copied to clipboard%(br)sLink: %(anchorLink)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Anchor name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Are you sure you want to delete the block %s?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Block"
|
||||
msgstr "Blokiraj"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Blur"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Button"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.js:0
|
||||
msgid "Choose a record..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Choose an anchor name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Color"
|
||||
msgstr "Boja"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Column"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid "Continue"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Could not install module %(title)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Create \""
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Create a custom snippet"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Custom %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Custom Button"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Custom Inner Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Customize"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/setup_editor_plugin.js:0
|
||||
msgid "DRAG BUILDING BLOCKS HERE"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Dashed"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Discard"
|
||||
msgstr "Odbaci"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Do you want to install %s App?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Do you want to save this snippet as a custom one?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Dotted"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Double"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.js:0
|
||||
msgid "Drag and drop the building block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/drag_and_drop_move_handle.js:0
|
||||
msgid "Drag and move"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "Duplicate this block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_plugin.js:0
|
||||
msgid "Edit"
|
||||
msgstr "Uredi"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/drop_zone_plugin.js:0
|
||||
msgid "For technical reasons, this block cannot be dropped here"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Icon"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid ""
|
||||
"If you discard the current edits, all unsaved changes will be lost. You can "
|
||||
"cancel to return to edit mode."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid "If you proceed, your changes will be lost"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Image"
|
||||
msgstr "Slika"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Inner Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Insert a block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/media_website_plugin.js:0
|
||||
msgid "Insert a video"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
#: code:addons/html_builder/static/src/sidebar/snippet.xml:0
|
||||
msgid "Insert snippet"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Inset"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/snippet.xml:0
|
||||
msgid "Install"
|
||||
msgstr "Instalacija"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Install %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/invisible_elements_panel.xml:0
|
||||
msgid "Invisible Elements"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_list.js:0
|
||||
msgid "Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.js:0
|
||||
msgid "Link Anchor"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Mobile Preview"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "More info about this app."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Name"
|
||||
msgstr "Naziv:"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "No block of this category can be dropped on this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "No snippets found"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_select.js:0
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "None"
|
||||
msgstr "Ništa"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Offset (X, Y)"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Oops! No snippets found."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Outset"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Page Options"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "REPLACE BY NEW VERSION"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "Remove this block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Rename the block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Round Corners"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Save"
|
||||
msgstr "Sačuvaj"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Save & Copy"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Save and Install"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Search for a block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search for records..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search more..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search to show more records"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/customize_tab.xml:0
|
||||
msgid "Select a block on your page to style it."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/customize_translation_tab.xml:0
|
||||
msgid "Select content on your page to translate it."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Shadow"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Spread"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Take a look at the search bar, there might be a small typo!"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "The chosen name already exists"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Theme"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "This block cannot be dropped anywhere on this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "This block is outdated."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Tip: Esc to preview"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_row.xml:0
|
||||
msgid "Toggle more options"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/media_website_plugin.js:0
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "You can still access the block options but it might be ineffective."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "You might not be able to customize it anymore."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/save_snippet_plugin.js:0
|
||||
msgid ""
|
||||
"Your custom snippet was successfully saved as <strong>%s</strong>. Find it "
|
||||
"in your snippets collection."
|
||||
msgstr ""
|
||||
3206
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/ca.po
Normal file
3211
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/cs.po
Normal file
3211
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/da.po
Normal file
3245
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/de.po
Normal file
3203
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/el.po
Normal file
3235
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/es.po
Normal file
3239
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/es_419.po
Normal file
576
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/es_CL.po
Normal file
|
|
@ -0,0 +1,576 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * html_builder
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 06:25+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Spanish (Chile) (http://www.transifex.com/odoo/odoo-9/language/es_CL/)\n"
|
||||
"Language: es_CL\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "ACCESS OPTIONS ANYWAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_list.js:0
|
||||
msgid "Add"
|
||||
msgstr "Agregar"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Almost there! Snippets are incoming, grab a coffee and relax!"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_plugin.js:0
|
||||
msgid "Anchor copied to clipboard%(br)sLink: %(anchorLink)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Anchor name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Are you sure you want to delete the block %s?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Blur"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Button"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.js:0
|
||||
msgid "Choose a record..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Choose an anchor name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Column"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid "Continue"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Could not install module %(title)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Create \""
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Create a custom snippet"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Custom %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Custom Button"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Custom Inner Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Customize"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/setup_editor_plugin.js:0
|
||||
msgid "DRAG BUILDING BLOCKS HERE"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Dashed"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Discard"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Do you want to install %s App?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Do you want to save this snippet as a custom one?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Dotted"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Double"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.js:0
|
||||
msgid "Drag and drop the building block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/drag_and_drop_move_handle.js:0
|
||||
msgid "Drag and move"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "Duplicate this block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_plugin.js:0
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/drop_zone_plugin.js:0
|
||||
msgid "For technical reasons, this block cannot be dropped here"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Icon"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid ""
|
||||
"If you discard the current edits, all unsaved changes will be lost. You can "
|
||||
"cancel to return to edit mode."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid "If you proceed, your changes will be lost"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Image"
|
||||
msgstr "Imagen"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Inner Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Insert a block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/media_website_plugin.js:0
|
||||
msgid "Insert a video"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
#: code:addons/html_builder/static/src/sidebar/snippet.xml:0
|
||||
msgid "Insert snippet"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Inset"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/snippet.xml:0
|
||||
msgid "Install"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Install %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/invisible_elements_panel.xml:0
|
||||
msgid "Invisible Elements"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_list.js:0
|
||||
msgid "Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.js:0
|
||||
msgid "Link Anchor"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Mobile Preview"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "More info about this app."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "No block of this category can be dropped on this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "No snippets found"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_select.js:0
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "None"
|
||||
msgstr "Ninguno"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Offset (X, Y)"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Oops! No snippets found."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Outset"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Page Options"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "REPLACE BY NEW VERSION"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "Remove this block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Rename the block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Round Corners"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Save"
|
||||
msgstr "Guardar"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Save & Copy"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Save and Install"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Search for a block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search for records..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search more..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search to show more records"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/customize_tab.xml:0
|
||||
msgid "Select a block on your page to style it."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/customize_translation_tab.xml:0
|
||||
msgid "Select content on your page to translate it."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Shadow"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Spread"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Take a look at the search bar, there might be a small typo!"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "The chosen name already exists"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Theme"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "This block cannot be dropped anywhere on this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "This block is outdated."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Tip: Esc to preview"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_row.xml:0
|
||||
msgid "Toggle more options"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/media_website_plugin.js:0
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "You can still access the block options but it might be ineffective."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "You might not be able to customize it anymore."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/save_snippet_plugin.js:0
|
||||
msgid ""
|
||||
"Your custom snippet was successfully saved as <strong>%s</strong>. Find it "
|
||||
"in your snippets collection."
|
||||
msgstr ""
|
||||
3203
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/et.po
Normal file
3203
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/fa.po
Normal file
3231
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/fi.po
Normal file
3237
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/fr.po
Normal file
576
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/fr_CA.po
Normal file
|
|
@ -0,0 +1,576 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * html_builder
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2015-10-09 05:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: French (Canada) (http://www.transifex.com/odoo/odoo-9/language/fr_CA/)\n"
|
||||
"Language: fr_CA\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "ACCESS OPTIONS ANYWAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_list.js:0
|
||||
msgid "Add"
|
||||
msgstr "Ajouter"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Almost there! Snippets are incoming, grab a coffee and relax!"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_plugin.js:0
|
||||
msgid "Anchor copied to clipboard%(br)sLink: %(anchorLink)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Anchor name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Are you sure you want to delete the block %s?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Blur"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Button"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "Cancel"
|
||||
msgstr "Annuler"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.js:0
|
||||
msgid "Choose a record..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Choose an anchor name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Column"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid "Continue"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Could not install module %(title)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Create \""
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Create a custom snippet"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Custom %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Custom Button"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Custom Inner Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Customize"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/setup_editor_plugin.js:0
|
||||
msgid "DRAG BUILDING BLOCKS HERE"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Dashed"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Discard"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Do you want to install %s App?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Do you want to save this snippet as a custom one?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Dotted"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Double"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.js:0
|
||||
msgid "Drag and drop the building block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/drag_and_drop_move_handle.js:0
|
||||
msgid "Drag and move"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "Duplicate this block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_plugin.js:0
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/drop_zone_plugin.js:0
|
||||
msgid "For technical reasons, this block cannot be dropped here"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Icon"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid ""
|
||||
"If you discard the current edits, all unsaved changes will be lost. You can "
|
||||
"cancel to return to edit mode."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid "If you proceed, your changes will be lost"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Image"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Inner Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Insert a block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/media_website_plugin.js:0
|
||||
msgid "Insert a video"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
#: code:addons/html_builder/static/src/sidebar/snippet.xml:0
|
||||
msgid "Insert snippet"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Inset"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/snippet.xml:0
|
||||
msgid "Install"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Install %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/invisible_elements_panel.xml:0
|
||||
msgid "Invisible Elements"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_list.js:0
|
||||
msgid "Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.js:0
|
||||
msgid "Link Anchor"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Mobile Preview"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "More info about this app."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "No block of this category can be dropped on this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "No snippets found"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_select.js:0
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Offset (X, Y)"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Oops! No snippets found."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Outset"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Page Options"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "REPLACE BY NEW VERSION"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "Remove this block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Rename the block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Round Corners"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Save & Copy"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Save and Install"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Search for a block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search for records..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search more..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search to show more records"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/customize_tab.xml:0
|
||||
msgid "Select a block on your page to style it."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/customize_translation_tab.xml:0
|
||||
msgid "Select content on your page to translate it."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Shadow"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Spread"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Take a look at the search bar, there might be a small typo!"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "The chosen name already exists"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Theme"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "This block cannot be dropped anywhere on this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "This block is outdated."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Tip: Esc to preview"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_row.xml:0
|
||||
msgid "Toggle more options"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/media_website_plugin.js:0
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "You can still access the block options but it might be ineffective."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "You might not be able to customize it anymore."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/save_snippet_plugin.js:0
|
||||
msgid ""
|
||||
"Your custom snippet was successfully saved as <strong>%s</strong>. Find it "
|
||||
"in your snippets collection."
|
||||
msgstr ""
|
||||
576
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/gl.po
Normal file
|
|
@ -0,0 +1,576 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * html_builder
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2015-09-30 09:29+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Galician (http://www.transifex.com/odoo/odoo-9/language/gl/)\n"
|
||||
"Language: gl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "ACCESS OPTIONS ANYWAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_list.js:0
|
||||
msgid "Add"
|
||||
msgstr "Engadir"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Almost there! Snippets are incoming, grab a coffee and relax!"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_plugin.js:0
|
||||
msgid "Anchor copied to clipboard%(br)sLink: %(anchorLink)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Anchor name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Are you sure you want to delete the block %s?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Blur"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Button"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.js:0
|
||||
msgid "Choose a record..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Choose an anchor name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Column"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid "Continue"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Could not install module %(title)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Create \""
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Create a custom snippet"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Custom %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Custom Button"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Custom Inner Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Customize"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/setup_editor_plugin.js:0
|
||||
msgid "DRAG BUILDING BLOCKS HERE"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Dashed"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Discard"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Do you want to install %s App?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Do you want to save this snippet as a custom one?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Dotted"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Double"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.js:0
|
||||
msgid "Drag and drop the building block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/drag_and_drop_move_handle.js:0
|
||||
msgid "Drag and move"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "Duplicate this block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_plugin.js:0
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/drop_zone_plugin.js:0
|
||||
msgid "For technical reasons, this block cannot be dropped here"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Icon"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid ""
|
||||
"If you discard the current edits, all unsaved changes will be lost. You can "
|
||||
"cancel to return to edit mode."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid "If you proceed, your changes will be lost"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Image"
|
||||
msgstr "Imaxe"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Inner Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Insert a block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/media_website_plugin.js:0
|
||||
msgid "Insert a video"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
#: code:addons/html_builder/static/src/sidebar/snippet.xml:0
|
||||
msgid "Insert snippet"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Inset"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/snippet.xml:0
|
||||
msgid "Install"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Install %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/invisible_elements_panel.xml:0
|
||||
msgid "Invisible Elements"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_list.js:0
|
||||
msgid "Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.js:0
|
||||
msgid "Link Anchor"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Mobile Preview"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "More info about this app."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "No block of this category can be dropped on this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "No snippets found"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_select.js:0
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "None"
|
||||
msgstr "Ningún"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Offset (X, Y)"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Oops! No snippets found."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Outset"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Page Options"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "REPLACE BY NEW VERSION"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "Remove this block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Rename the block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Round Corners"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Save"
|
||||
msgstr "Gardar"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Save & Copy"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Save and Install"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Search for a block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search for records..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search more..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search to show more records"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/customize_tab.xml:0
|
||||
msgid "Select a block on your page to style it."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/customize_translation_tab.xml:0
|
||||
msgid "Select content on your page to translate it."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Shadow"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Spread"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Take a look at the search bar, there might be a small typo!"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "The chosen name already exists"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Theme"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "This block cannot be dropped anywhere on this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "This block is outdated."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Tip: Esc to preview"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_row.xml:0
|
||||
msgid "Toggle more options"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/media_website_plugin.js:0
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "You can still access the block options but it might be ineffective."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "You might not be able to customize it anymore."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/save_snippet_plugin.js:0
|
||||
msgid ""
|
||||
"Your custom snippet was successfully saved as <strong>%s</strong>. Find it "
|
||||
"in your snippets collection."
|
||||
msgstr ""
|
||||
576
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/gu.po
Normal file
|
|
@ -0,0 +1,576 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * html_builder
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2018-10-02 10:06+0000\n"
|
||||
"Last-Translator: Dharmraj Jhala <dja@openerp.com>, 2018\n"
|
||||
"Language-Team: Gujarati (https://www.transifex.com/odoo/teams/41243/gu/)\n"
|
||||
"Language: gu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "ACCESS OPTIONS ANYWAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_list.js:0
|
||||
msgid "Add"
|
||||
msgstr "ઉમેરો"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Almost there! Snippets are incoming, grab a coffee and relax!"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_plugin.js:0
|
||||
msgid "Anchor copied to clipboard%(br)sLink: %(anchorLink)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Anchor name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Are you sure you want to delete the block %s?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Blur"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Button"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.js:0
|
||||
msgid "Choose a record..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Choose an anchor name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Color"
|
||||
msgstr "રંગ"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Column"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "Confirm"
|
||||
msgstr "Confirm"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid "Continue"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Could not install module %(title)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Create \""
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Create a custom snippet"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Custom %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Custom Button"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Custom Inner Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Customize"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/setup_editor_plugin.js:0
|
||||
msgid "DRAG BUILDING BLOCKS HERE"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Dashed"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Discard"
|
||||
msgstr "Discard"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Do you want to install %s App?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Do you want to save this snippet as a custom one?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Dotted"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Double"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.js:0
|
||||
msgid "Drag and drop the building block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/drag_and_drop_move_handle.js:0
|
||||
msgid "Drag and move"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "Duplicate this block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_plugin.js:0
|
||||
msgid "Edit"
|
||||
msgstr "ફેરફાર કરો"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/drop_zone_plugin.js:0
|
||||
msgid "For technical reasons, this block cannot be dropped here"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Icon"
|
||||
msgstr "Icon"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid ""
|
||||
"If you discard the current edits, all unsaved changes will be lost. You can "
|
||||
"cancel to return to edit mode."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid "If you proceed, your changes will be lost"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Image"
|
||||
msgstr "ચિત્ર"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Inner Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Insert a block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/media_website_plugin.js:0
|
||||
msgid "Insert a video"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
#: code:addons/html_builder/static/src/sidebar/snippet.xml:0
|
||||
msgid "Insert snippet"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Inset"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/snippet.xml:0
|
||||
msgid "Install"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Install %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/invisible_elements_panel.xml:0
|
||||
msgid "Invisible Elements"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_list.js:0
|
||||
msgid "Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.js:0
|
||||
msgid "Link Anchor"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Mobile Preview"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "More info about this app."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Name"
|
||||
msgstr "નામ"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "No block of this category can be dropped on this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "No snippets found"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_select.js:0
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "None"
|
||||
msgstr "કશું નંહિ"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Offset (X, Y)"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Oops! No snippets found."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Outset"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Page Options"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "REPLACE BY NEW VERSION"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "Remove this block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Rename the block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Round Corners"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Save"
|
||||
msgstr "સંગ્રહો"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Save & Copy"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Save and Install"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Search for a block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search for records..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search more..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search to show more records"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/customize_tab.xml:0
|
||||
msgid "Select a block on your page to style it."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/customize_translation_tab.xml:0
|
||||
msgid "Select content on your page to translate it."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Shadow"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Spread"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Take a look at the search bar, there might be a small typo!"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "The chosen name already exists"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Theme"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "This block cannot be dropped anywhere on this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "This block is outdated."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Tip: Esc to preview"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_row.xml:0
|
||||
msgid "Toggle more options"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/media_website_plugin.js:0
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Yes"
|
||||
msgstr "હા"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "You can still access the block options but it might be ineffective."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "You might not be able to customize it anymore."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/save_snippet_plugin.js:0
|
||||
msgid ""
|
||||
"Your custom snippet was successfully saved as <strong>%s</strong>. Find it "
|
||||
"in your snippets collection."
|
||||
msgstr ""
|
||||
3204
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/he.po
Normal file
3203
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/hi.po
Normal file
3204
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/hr.po
Normal file
3203
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/hu.po
Normal file
3228
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/id.po
Normal file
576
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/is.po
Normal file
|
|
@ -0,0 +1,576 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * html_builder
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n"
|
||||
"Language: is\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "ACCESS OPTIONS ANYWAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_list.js:0
|
||||
msgid "Add"
|
||||
msgstr "Bæta við"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Almost there! Snippets are incoming, grab a coffee and relax!"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_plugin.js:0
|
||||
msgid "Anchor copied to clipboard%(br)sLink: %(anchorLink)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Anchor name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Are you sure you want to delete the block %s?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Block"
|
||||
msgstr "Block"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Blur"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Button"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.js:0
|
||||
msgid "Choose a record..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Choose an anchor name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Color"
|
||||
msgstr "Color"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Column"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid "Continue"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Could not install module %(title)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Create \""
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Create a custom snippet"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Custom %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Custom Button"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Custom Inner Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Customize"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/setup_editor_plugin.js:0
|
||||
msgid "DRAG BUILDING BLOCKS HERE"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Dashed"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Discard"
|
||||
msgstr "Hætta við"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Do you want to install %s App?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Do you want to save this snippet as a custom one?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Dotted"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Double"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.js:0
|
||||
msgid "Drag and drop the building block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/drag_and_drop_move_handle.js:0
|
||||
msgid "Drag and move"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "Duplicate this block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_plugin.js:0
|
||||
msgid "Edit"
|
||||
msgstr "Skrifa"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/drop_zone_plugin.js:0
|
||||
msgid "For technical reasons, this block cannot be dropped here"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Icon"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid ""
|
||||
"If you discard the current edits, all unsaved changes will be lost. You can "
|
||||
"cancel to return to edit mode."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid "If you proceed, your changes will be lost"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Image"
|
||||
msgstr "Mynd"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Inner Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Insert a block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/media_website_plugin.js:0
|
||||
msgid "Insert a video"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
#: code:addons/html_builder/static/src/sidebar/snippet.xml:0
|
||||
msgid "Insert snippet"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Inset"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/snippet.xml:0
|
||||
msgid "Install"
|
||||
msgstr "Install"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Install %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/invisible_elements_panel.xml:0
|
||||
msgid "Invisible Elements"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_list.js:0
|
||||
msgid "Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.js:0
|
||||
msgid "Link Anchor"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Mobile Preview"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "More info about this app."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Name"
|
||||
msgstr "Nafn"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "No block of this category can be dropped on this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "No snippets found"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_select.js:0
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "None"
|
||||
msgstr "Ekkert"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Offset (X, Y)"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Oops! No snippets found."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Outset"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Page Options"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "REPLACE BY NEW VERSION"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "Remove this block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Rename the block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Round Corners"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Save"
|
||||
msgstr "Vista"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Save & Copy"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Save and Install"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Search for a block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search for records..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search more..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search to show more records"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/customize_tab.xml:0
|
||||
msgid "Select a block on your page to style it."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/customize_translation_tab.xml:0
|
||||
msgid "Select content on your page to translate it."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Shadow"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Spread"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Take a look at the search bar, there might be a small typo!"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "The chosen name already exists"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Theme"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "This block cannot be dropped anywhere on this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "This block is outdated."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Tip: Esc to preview"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_row.xml:0
|
||||
msgid "Toggle more options"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/media_website_plugin.js:0
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Yes"
|
||||
msgstr "Yes"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "You can still access the block options but it might be ineffective."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "You might not be able to customize it anymore."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/save_snippet_plugin.js:0
|
||||
msgid ""
|
||||
"Your custom snippet was successfully saved as <strong>%s</strong>. Find it "
|
||||
"in your snippets collection."
|
||||
msgstr ""
|
||||
3236
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/it.po
Normal file
3230
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/ja.po
Normal file
576
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/ka.po
Normal file
|
|
@ -0,0 +1,576 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * html_builder
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2016-06-27 15:58+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Georgian (http://www.transifex.com/odoo/odoo-9/language/ka/)\n"
|
||||
"Language: ka\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "ACCESS OPTIONS ANYWAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_list.js:0
|
||||
msgid "Add"
|
||||
msgstr "დამატება"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Almost there! Snippets are incoming, grab a coffee and relax!"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_plugin.js:0
|
||||
msgid "Anchor copied to clipboard%(br)sLink: %(anchorLink)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Anchor name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Are you sure you want to delete the block %s?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Blur"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Button"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "Cancel"
|
||||
msgstr "შეწყვეტა"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.js:0
|
||||
msgid "Choose a record..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Choose an anchor name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Column"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid "Continue"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Could not install module %(title)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Create \""
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Create a custom snippet"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Custom %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Custom Button"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Custom Inner Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Customize"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/setup_editor_plugin.js:0
|
||||
msgid "DRAG BUILDING BLOCKS HERE"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Dashed"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Discard"
|
||||
msgstr "გაუქმება"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Do you want to install %s App?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Do you want to save this snippet as a custom one?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Dotted"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Double"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.js:0
|
||||
msgid "Drag and drop the building block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/drag_and_drop_move_handle.js:0
|
||||
msgid "Drag and move"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "Duplicate this block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_plugin.js:0
|
||||
msgid "Edit"
|
||||
msgstr "შეცვლა"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/drop_zone_plugin.js:0
|
||||
msgid "For technical reasons, this block cannot be dropped here"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Icon"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid ""
|
||||
"If you discard the current edits, all unsaved changes will be lost. You can "
|
||||
"cancel to return to edit mode."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid "If you proceed, your changes will be lost"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Image"
|
||||
msgstr "გამოსახულება"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Inner Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Insert a block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/media_website_plugin.js:0
|
||||
msgid "Insert a video"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
#: code:addons/html_builder/static/src/sidebar/snippet.xml:0
|
||||
msgid "Insert snippet"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Inset"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/snippet.xml:0
|
||||
msgid "Install"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Install %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/invisible_elements_panel.xml:0
|
||||
msgid "Invisible Elements"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_list.js:0
|
||||
msgid "Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.js:0
|
||||
msgid "Link Anchor"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Mobile Preview"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "More info about this app."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "No block of this category can be dropped on this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "No snippets found"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_select.js:0
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "None"
|
||||
msgstr "არცერთი"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Offset (X, Y)"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Oops! No snippets found."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Outset"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Page Options"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "REPLACE BY NEW VERSION"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "Remove this block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Rename the block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Round Corners"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Save"
|
||||
msgstr "შენახვა"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Save & Copy"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Save and Install"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Search for a block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search for records..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search more..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search to show more records"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/customize_tab.xml:0
|
||||
msgid "Select a block on your page to style it."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/customize_translation_tab.xml:0
|
||||
msgid "Select content on your page to translate it."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Shadow"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Spread"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Take a look at the search bar, there might be a small typo!"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "The chosen name already exists"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Theme"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "This block cannot be dropped anywhere on this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "This block is outdated."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Tip: Esc to preview"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_row.xml:0
|
||||
msgid "Toggle more options"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/media_website_plugin.js:0
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Video"
|
||||
msgstr "ვიდეო"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "You can still access the block options but it might be ineffective."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "You might not be able to customize it anymore."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/save_snippet_plugin.js:0
|
||||
msgid ""
|
||||
"Your custom snippet was successfully saved as <strong>%s</strong>. Find it "
|
||||
"in your snippets collection."
|
||||
msgstr ""
|
||||
576
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/kab.po
Normal file
|
|
@ -0,0 +1,576 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * html_builder
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2015-09-30 09:29+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Kabyle (http://www.transifex.com/odoo/odoo-9/language/kab/)\n"
|
||||
"Language: kab\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "ACCESS OPTIONS ANYWAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_list.js:0
|
||||
msgid "Add"
|
||||
msgstr "Rnu"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Almost there! Snippets are incoming, grab a coffee and relax!"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_plugin.js:0
|
||||
msgid "Anchor copied to clipboard%(br)sLink: %(anchorLink)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Anchor name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Are you sure you want to delete the block %s?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Blur"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Button"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "Cancel"
|
||||
msgstr "Sefsex"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.js:0
|
||||
msgid "Choose a record..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Choose an anchor name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Column"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid "Continue"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Could not install module %(title)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Create \""
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Create a custom snippet"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Custom %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Custom Button"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Custom Inner Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Customize"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/setup_editor_plugin.js:0
|
||||
msgid "DRAG BUILDING BLOCKS HERE"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Dashed"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Discard"
|
||||
msgstr "Sefsex"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Do you want to install %s App?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Do you want to save this snippet as a custom one?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Dotted"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Double"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.js:0
|
||||
msgid "Drag and drop the building block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/drag_and_drop_move_handle.js:0
|
||||
msgid "Drag and move"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "Duplicate this block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_plugin.js:0
|
||||
msgid "Edit"
|
||||
msgstr "Ẓreg"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/drop_zone_plugin.js:0
|
||||
msgid "For technical reasons, this block cannot be dropped here"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Icon"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid ""
|
||||
"If you discard the current edits, all unsaved changes will be lost. You can "
|
||||
"cancel to return to edit mode."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid "If you proceed, your changes will be lost"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Image"
|
||||
msgstr "Tugna"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Inner Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Insert a block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/media_website_plugin.js:0
|
||||
msgid "Insert a video"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
#: code:addons/html_builder/static/src/sidebar/snippet.xml:0
|
||||
msgid "Insert snippet"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Inset"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/snippet.xml:0
|
||||
msgid "Install"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Install %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/invisible_elements_panel.xml:0
|
||||
msgid "Invisible Elements"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_list.js:0
|
||||
msgid "Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.js:0
|
||||
msgid "Link Anchor"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Mobile Preview"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "More info about this app."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "No block of this category can be dropped on this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "No snippets found"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_select.js:0
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "None"
|
||||
msgstr "Ulac"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Offset (X, Y)"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Oops! No snippets found."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Outset"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Page Options"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "REPLACE BY NEW VERSION"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "Remove this block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Rename the block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Round Corners"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Save"
|
||||
msgstr "Kles"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Save & Copy"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Save and Install"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Search for a block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search for records..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search more..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search to show more records"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/customize_tab.xml:0
|
||||
msgid "Select a block on your page to style it."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/customize_translation_tab.xml:0
|
||||
msgid "Select content on your page to translate it."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Shadow"
|
||||
msgstr "Tili"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Spread"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Take a look at the search bar, there might be a small typo!"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "The chosen name already exists"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Theme"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "This block cannot be dropped anywhere on this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "This block is outdated."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Tip: Esc to preview"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_row.xml:0
|
||||
msgid "Toggle more options"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/media_website_plugin.js:0
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "You can still access the block options but it might be ineffective."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "You might not be able to customize it anymore."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/save_snippet_plugin.js:0
|
||||
msgid ""
|
||||
"Your custom snippet was successfully saved as <strong>%s</strong>. Find it "
|
||||
"in your snippets collection."
|
||||
msgstr ""
|
||||
576
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/km.po
Normal file
|
|
@ -0,0 +1,576 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * html_builder
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2018-10-02 10:06+0000\n"
|
||||
"Last-Translator: Chan Nath <channath@gmail.com>, 2018\n"
|
||||
"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n"
|
||||
"Language: km\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "ACCESS OPTIONS ANYWAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_list.js:0
|
||||
msgid "Add"
|
||||
msgstr "បន្ថែម"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Almost there! Snippets are incoming, grab a coffee and relax!"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_plugin.js:0
|
||||
msgid "Anchor copied to clipboard%(br)sLink: %(anchorLink)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Anchor name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Are you sure you want to delete the block %s?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Blur"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Button"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.js:0
|
||||
msgid "Choose a record..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Choose an anchor name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Column"
|
||||
msgstr "ជួរឈរ"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid "Continue"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Could not install module %(title)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Create \""
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Create a custom snippet"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Custom %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Custom Button"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Custom Inner Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Customize"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/setup_editor_plugin.js:0
|
||||
msgid "DRAG BUILDING BLOCKS HERE"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Dashed"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Discard"
|
||||
msgstr "បោះបង់"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Do you want to install %s App?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Do you want to save this snippet as a custom one?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Dotted"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Double"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.js:0
|
||||
msgid "Drag and drop the building block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/drag_and_drop_move_handle.js:0
|
||||
msgid "Drag and move"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "Duplicate this block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_plugin.js:0
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/drop_zone_plugin.js:0
|
||||
msgid "For technical reasons, this block cannot be dropped here"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Icon"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid ""
|
||||
"If you discard the current edits, all unsaved changes will be lost. You can "
|
||||
"cancel to return to edit mode."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid "If you proceed, your changes will be lost"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Image"
|
||||
msgstr "Image"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Inner Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Insert a block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/media_website_plugin.js:0
|
||||
msgid "Insert a video"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
#: code:addons/html_builder/static/src/sidebar/snippet.xml:0
|
||||
msgid "Insert snippet"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Inset"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/snippet.xml:0
|
||||
msgid "Install"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Install %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/invisible_elements_panel.xml:0
|
||||
msgid "Invisible Elements"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_list.js:0
|
||||
msgid "Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.js:0
|
||||
msgid "Link Anchor"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Mobile Preview"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "More info about this app."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Name"
|
||||
msgstr "ឈ្មោះ"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "No block of this category can be dropped on this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "No snippets found"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_select.js:0
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Offset (X, Y)"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Oops! No snippets found."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Outset"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Page Options"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "REPLACE BY NEW VERSION"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "Remove this block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Rename the block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Round Corners"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Save & Copy"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Save and Install"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Search for a block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search for records..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search more..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search to show more records"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/customize_tab.xml:0
|
||||
msgid "Select a block on your page to style it."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/customize_translation_tab.xml:0
|
||||
msgid "Select content on your page to translate it."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Shadow"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Spread"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Take a look at the search bar, there might be a small typo!"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "The chosen name already exists"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Theme"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "This block cannot be dropped anywhere on this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "This block is outdated."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Tip: Esc to preview"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_row.xml:0
|
||||
msgid "Toggle more options"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/media_website_plugin.js:0
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Video"
|
||||
msgstr "វីដេអូ"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "You can still access the block options but it might be ineffective."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "You might not be able to customize it anymore."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/save_snippet_plugin.js:0
|
||||
msgid ""
|
||||
"Your custom snippet was successfully saved as <strong>%s</strong>. Find it "
|
||||
"in your snippets collection."
|
||||
msgstr ""
|
||||
3226
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/ko.po
Normal file
3203
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/ku.po
Normal file
575
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/lb.po
Normal file
|
|
@ -0,0 +1,575 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * html_builder
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~12.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2019-08-26 09:15+0000\n"
|
||||
"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n"
|
||||
"Language: lb\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "ACCESS OPTIONS ANYWAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_list.js:0
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Almost there! Snippets are incoming, grab a coffee and relax!"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_plugin.js:0
|
||||
msgid "Anchor copied to clipboard%(br)sLink: %(anchorLink)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Anchor name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Are you sure you want to delete the block %s?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Blur"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Button"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.js:0
|
||||
msgid "Choose a record..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Choose an anchor name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Column"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid "Continue"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Could not install module %(title)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Create \""
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Create a custom snippet"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Custom %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Custom Button"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Custom Inner Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Customize"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/setup_editor_plugin.js:0
|
||||
msgid "DRAG BUILDING BLOCKS HERE"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Dashed"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Discard"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Do you want to install %s App?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Do you want to save this snippet as a custom one?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Dotted"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Double"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.js:0
|
||||
msgid "Drag and drop the building block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/drag_and_drop_move_handle.js:0
|
||||
msgid "Drag and move"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "Duplicate this block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_plugin.js:0
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/drop_zone_plugin.js:0
|
||||
msgid "For technical reasons, this block cannot be dropped here"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Icon"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid ""
|
||||
"If you discard the current edits, all unsaved changes will be lost. You can "
|
||||
"cancel to return to edit mode."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid "If you proceed, your changes will be lost"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Image"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Inner Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Insert a block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/media_website_plugin.js:0
|
||||
msgid "Insert a video"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
#: code:addons/html_builder/static/src/sidebar/snippet.xml:0
|
||||
msgid "Insert snippet"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Inset"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/snippet.xml:0
|
||||
msgid "Install"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Install %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/invisible_elements_panel.xml:0
|
||||
msgid "Invisible Elements"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_list.js:0
|
||||
msgid "Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.js:0
|
||||
msgid "Link Anchor"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Mobile Preview"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "More info about this app."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "No block of this category can be dropped on this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "No snippets found"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_select.js:0
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Offset (X, Y)"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Oops! No snippets found."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Outset"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Page Options"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "REPLACE BY NEW VERSION"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "Remove this block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Rename the block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Round Corners"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Save & Copy"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Save and Install"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Search for a block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search for records..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search more..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search to show more records"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/customize_tab.xml:0
|
||||
msgid "Select a block on your page to style it."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/customize_translation_tab.xml:0
|
||||
msgid "Select content on your page to translate it."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Shadow"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Spread"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Take a look at the search bar, there might be a small typo!"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "The chosen name already exists"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Theme"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "This block cannot be dropped anywhere on this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "This block is outdated."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Tip: Esc to preview"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_row.xml:0
|
||||
msgid "Toggle more options"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/media_website_plugin.js:0
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "You can still access the block options but it might be ineffective."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "You might not be able to customize it anymore."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/save_snippet_plugin.js:0
|
||||
msgid ""
|
||||
"Your custom snippet was successfully saved as <strong>%s</strong>. Find it "
|
||||
"in your snippets collection."
|
||||
msgstr ""
|
||||
3211
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/lt.po
Normal file
576
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/lv.po
Normal file
|
|
@ -0,0 +1,576 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * html_builder
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2023\n"
|
||||
"Language-Team: Latvian (https://app.transifex.com/odoo/teams/41243/lv/)\n"
|
||||
"Language: lv\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "ACCESS OPTIONS ANYWAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_list.js:0
|
||||
msgid "Add"
|
||||
msgstr "Pievienot"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Almost there! Snippets are incoming, grab a coffee and relax!"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_plugin.js:0
|
||||
msgid "Anchor copied to clipboard%(br)sLink: %(anchorLink)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Anchor name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Are you sure you want to delete the block %s?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Block"
|
||||
msgstr "Bloķēt"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Blur"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Button"
|
||||
msgstr "Poga"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "Cancel"
|
||||
msgstr "Atcelt"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.js:0
|
||||
msgid "Choose a record..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Choose an anchor name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Color"
|
||||
msgstr "Krāsa"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Column"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "Confirm"
|
||||
msgstr "Apstiprināt"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid "Continue"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Could not install module %(title)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Create \""
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Create a custom snippet"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Custom %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Custom Button"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Custom Inner Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Customize"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/setup_editor_plugin.js:0
|
||||
msgid "DRAG BUILDING BLOCKS HERE"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Dashed"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Discard"
|
||||
msgstr "Atmest"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Do you want to install %s App?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Do you want to save this snippet as a custom one?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Dotted"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Double"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.js:0
|
||||
msgid "Drag and drop the building block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/drag_and_drop_move_handle.js:0
|
||||
msgid "Drag and move"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "Duplicate this block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_plugin.js:0
|
||||
msgid "Edit"
|
||||
msgstr "Labot"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/drop_zone_plugin.js:0
|
||||
msgid "For technical reasons, this block cannot be dropped here"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Icon"
|
||||
msgstr "Ikona"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid ""
|
||||
"If you discard the current edits, all unsaved changes will be lost. You can "
|
||||
"cancel to return to edit mode."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid "If you proceed, your changes will be lost"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Image"
|
||||
msgstr "Attēls"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Inner Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Insert a block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/media_website_plugin.js:0
|
||||
msgid "Insert a video"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
#: code:addons/html_builder/static/src/sidebar/snippet.xml:0
|
||||
msgid "Insert snippet"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Inset"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/snippet.xml:0
|
||||
msgid "Install"
|
||||
msgstr "Install"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Install %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/invisible_elements_panel.xml:0
|
||||
msgid "Invisible Elements"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_list.js:0
|
||||
msgid "Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.js:0
|
||||
msgid "Link Anchor"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Mobile Preview"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "More info about this app."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Name"
|
||||
msgstr "Nosaukums"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "No"
|
||||
msgstr "Numurs"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "No block of this category can be dropped on this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "No snippets found"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_select.js:0
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "None"
|
||||
msgstr "Nav"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Offset (X, Y)"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Oops! No snippets found."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Outset"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Page Options"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "REPLACE BY NEW VERSION"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Remove"
|
||||
msgstr "Noņemt"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "Remove this block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Rename the block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Round Corners"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Save"
|
||||
msgstr "Saglabāt"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Save & Copy"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Save and Install"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Search for a block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search for records..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search more..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search to show more records"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/customize_tab.xml:0
|
||||
msgid "Select a block on your page to style it."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/customize_translation_tab.xml:0
|
||||
msgid "Select content on your page to translate it."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Shadow"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Spread"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Take a look at the search bar, there might be a small typo!"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "The chosen name already exists"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Theme"
|
||||
msgstr "Theme"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "This block cannot be dropped anywhere on this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "This block is outdated."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Tip: Esc to preview"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_row.xml:0
|
||||
msgid "Toggle more options"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/media_website_plugin.js:0
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Yes"
|
||||
msgstr "Jā"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "You can still access the block options but it might be ineffective."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "You might not be able to customize it anymore."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/save_snippet_plugin.js:0
|
||||
msgid ""
|
||||
"Your custom snippet was successfully saved as <strong>%s</strong>. Find it "
|
||||
"in your snippets collection."
|
||||
msgstr ""
|
||||
579
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/mk.po
Normal file
|
|
@ -0,0 +1,579 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * html_builder
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2016-07-08 16:00+0000\n"
|
||||
"Last-Translator: Aleksandar Vangelovski <aleksandarv@hbee.eu>\n"
|
||||
"Language-Team: Macedonian (http://www.transifex.com/odoo/odoo-9/language/mk/)\n"
|
||||
"Language: mk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"#-#-#-#-# mk.po (Odoo 9.0) #-#-#-#-#\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
||||
"#-#-#-#-# mk.po (Odoo 9.0) #-#-#-#-#\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "ACCESS OPTIONS ANYWAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_list.js:0
|
||||
msgid "Add"
|
||||
msgstr "Додади"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Almost there! Snippets are incoming, grab a coffee and relax!"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_plugin.js:0
|
||||
msgid "Anchor copied to clipboard%(br)sLink: %(anchorLink)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Anchor name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Are you sure you want to delete the block %s?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Blur"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Button"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "Cancel"
|
||||
msgstr "Откажи"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.js:0
|
||||
msgid "Choose a record..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Choose an anchor name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Column"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid "Continue"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Could not install module %(title)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Create \""
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Create a custom snippet"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Custom %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Custom Button"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Custom Inner Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Customize"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/setup_editor_plugin.js:0
|
||||
msgid "DRAG BUILDING BLOCKS HERE"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Dashed"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Discard"
|
||||
msgstr "Отфрли"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Do you want to install %s App?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Do you want to save this snippet as a custom one?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Dotted"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Double"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.js:0
|
||||
msgid "Drag and drop the building block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/drag_and_drop_move_handle.js:0
|
||||
msgid "Drag and move"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "Duplicate this block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_plugin.js:0
|
||||
msgid "Edit"
|
||||
msgstr "Уреди"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/drop_zone_plugin.js:0
|
||||
msgid "For technical reasons, this block cannot be dropped here"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Icon"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid ""
|
||||
"If you discard the current edits, all unsaved changes will be lost. You can "
|
||||
"cancel to return to edit mode."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid "If you proceed, your changes will be lost"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Image"
|
||||
msgstr "Слика"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Inner Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Insert a block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/media_website_plugin.js:0
|
||||
msgid "Insert a video"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
#: code:addons/html_builder/static/src/sidebar/snippet.xml:0
|
||||
msgid "Insert snippet"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Inset"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/snippet.xml:0
|
||||
msgid "Install"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Install %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/invisible_elements_panel.xml:0
|
||||
msgid "Invisible Elements"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_list.js:0
|
||||
msgid "Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.js:0
|
||||
msgid "Link Anchor"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Mobile Preview"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "More info about this app."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "No block of this category can be dropped on this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "No snippets found"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_select.js:0
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "None"
|
||||
msgstr "Ништо"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Offset (X, Y)"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Oops! No snippets found."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Outset"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Page Options"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "REPLACE BY NEW VERSION"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "Remove this block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Rename the block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Round Corners"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Save"
|
||||
msgstr "Зачувај"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Save & Copy"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Save and Install"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Search for a block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search for records..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search more..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search to show more records"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/customize_tab.xml:0
|
||||
msgid "Select a block on your page to style it."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/customize_translation_tab.xml:0
|
||||
msgid "Select content on your page to translate it."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Shadow"
|
||||
msgstr "Сенка"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Spread"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Take a look at the search bar, there might be a small typo!"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "The chosen name already exists"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Theme"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "This block cannot be dropped anywhere on this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "This block is outdated."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Tip: Esc to preview"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_row.xml:0
|
||||
msgid "Toggle more options"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/media_website_plugin.js:0
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Video"
|
||||
msgstr "Видео"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "You can still access the block options but it might be ineffective."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "You might not be able to customize it anymore."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/save_snippet_plugin.js:0
|
||||
msgid ""
|
||||
"Your custom snippet was successfully saved as <strong>%s</strong>. Find it "
|
||||
"in your snippets collection."
|
||||
msgstr ""
|
||||
3203
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/mn.po
Normal file
3203
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/my.po
Normal file
3208
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/nb.po
Normal file
3234
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/nl.po
Normal file
3232
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/pl.po
Normal file
3233
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/pt.po
Normal file
3235
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/pt_BR.po
Normal file
3204
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/ro.po
Normal file
3225
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/ru.po
Normal file
576
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/sk.po
Normal file
|
|
@ -0,0 +1,576 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * html_builder
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Jaroslav Bosansky <jaro.bosansky@ekoenergo.sk>, 2023\n"
|
||||
"Language-Team: Slovak (https://app.transifex.com/odoo/teams/41243/sk/)\n"
|
||||
"Language: sk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "ACCESS OPTIONS ANYWAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_list.js:0
|
||||
msgid "Add"
|
||||
msgstr "Pridať"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Almost there! Snippets are incoming, grab a coffee and relax!"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_plugin.js:0
|
||||
msgid "Anchor copied to clipboard%(br)sLink: %(anchorLink)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Anchor name"
|
||||
msgstr "Názov kotvy"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Are you sure you want to delete the block %s?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Block"
|
||||
msgstr "Blokovať"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Blur"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Button"
|
||||
msgstr "Tlačidlo"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "Cancel"
|
||||
msgstr "Zrušené"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.js:0
|
||||
msgid "Choose a record..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Choose an anchor name"
|
||||
msgstr "Vyberte názov kotvy"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Color"
|
||||
msgstr "Farba"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Column"
|
||||
msgstr "Stĺpec"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "Confirm"
|
||||
msgstr "Potvrdiť"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid "Continue"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Could not install module %(title)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Create \""
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Create a custom snippet"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Custom %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Custom Button"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Custom Inner Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Customize"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/setup_editor_plugin.js:0
|
||||
msgid "DRAG BUILDING BLOCKS HERE"
|
||||
msgstr "TLAČTE STAVEBNÉ BLOKY"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Dashed"
|
||||
msgstr "Prerušovaný"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Discard"
|
||||
msgstr "Zrušiť"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Do you want to install %s App?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Do you want to save this snippet as a custom one?"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Dotted"
|
||||
msgstr "Bodkované"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Double"
|
||||
msgstr "Dvojitý"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.js:0
|
||||
msgid "Drag and drop the building block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/drag_and_drop_move_handle.js:0
|
||||
msgid "Drag and move"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "Duplicate this block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_plugin.js:0
|
||||
msgid "Edit"
|
||||
msgstr "Upraviť"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/drop_zone_plugin.js:0
|
||||
msgid "For technical reasons, this block cannot be dropped here"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Icon"
|
||||
msgstr "Ikona"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid ""
|
||||
"If you discard the current edits, all unsaved changes will be lost. You can "
|
||||
"cancel to return to edit mode."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.js:0
|
||||
msgid "If you proceed, your changes will be lost"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Image"
|
||||
msgstr "Obrázok"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "Inner Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Insert a block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/media_website_plugin.js:0
|
||||
msgid "Insert a video"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
#: code:addons/html_builder/static/src/sidebar/snippet.xml:0
|
||||
msgid "Insert snippet"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Inset"
|
||||
msgstr "Vložený"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/snippet.xml:0
|
||||
msgid "Install"
|
||||
msgstr "Nainštalovať"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Install %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/invisible_elements_panel.xml:0
|
||||
msgid "Invisible Elements"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_list.js:0
|
||||
msgid "Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.js:0
|
||||
msgid "Link Anchor"
|
||||
msgstr "Spojovacia kotva"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Mobile Preview"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "More info about this app."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Name"
|
||||
msgstr "Meno"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "No"
|
||||
msgstr "Nie"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
msgid "No block of this category can be dropped on this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "No snippets found"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_select.js:0
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "None"
|
||||
msgstr "Žiadne"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Offset (X, Y)"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Oops! No snippets found."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Outset"
|
||||
msgstr "Na začiatku"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Page Options"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "REPLACE BY NEW VERSION"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Remove"
|
||||
msgstr "Odstrániť"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "Remove this block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Rename the block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Round Corners"
|
||||
msgstr "Oblé rohy"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_viewer.js:0
|
||||
msgid "Save"
|
||||
msgstr "Uložiť"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "Save & Copy"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Save and Install"
|
||||
msgstr "Uložiť a inštalovať"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Search for a block"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search for records..."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search more..."
|
||||
msgstr "Vyhľadať viac..."
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/select_many2x.xml:0
|
||||
msgid "Search to show more records"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/customize_tab.xml:0
|
||||
msgid "Select a block on your page to style it."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/customize_translation_tab.xml:0
|
||||
msgid "Select content on your page to translate it."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Shadow"
|
||||
msgstr "Tieň"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/border_configurator_option.xml:0
|
||||
msgid "Solid"
|
||||
msgstr "Jednoliaty"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/plugins/shadow_option.xml:0
|
||||
msgid "Spread"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/add_snippet_dialog.xml:0
|
||||
msgid "Take a look at the search bar, there might be a small typo!"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/anchor/anchor_dialog.xml:0
|
||||
msgid "The chosen name already exists"
|
||||
msgstr "Vybraté meno už existuje"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Theme"
|
||||
msgstr "Téma"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/block_tab.xml:0
|
||||
#: code:addons/html_builder/static/src/sidebar/custom_inner_snippet.xml:0
|
||||
msgid "This block cannot be dropped anywhere on this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "This block is outdated."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/builder.xml:0
|
||||
msgid "Tip: Esc to preview"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/building_blocks/builder_row.xml:0
|
||||
msgid "Toggle more options"
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/media_website_plugin.js:0
|
||||
#: code:addons/html_builder/static/src/utils/utils.js:0
|
||||
msgid "Video"
|
||||
msgstr "Video"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/snippets/snippet_service.js:0
|
||||
msgid "Yes"
|
||||
msgstr "Áno"
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "You can still access the block options but it might be ineffective."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/sidebar/option_container.xml:0
|
||||
msgid "You might not be able to customize it anymore."
|
||||
msgstr ""
|
||||
|
||||
#. module: html_builder
|
||||
#. odoo-javascript
|
||||
#: code:addons/html_builder/static/src/core/save_snippet_plugin.js:0
|
||||
msgid ""
|
||||
"Your custom snippet was successfully saved as <strong>%s</strong>. Find it "
|
||||
"in your snippets collection."
|
||||
msgstr ""
|
||||
3214
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/sl.po
Normal file
3205
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/sr@latin.po
Normal file
3229
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/sv.po
Normal file
3225
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/th.po
Normal file
3203
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/tr.po
Normal file
3206
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/uk.po
Normal file
3231
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/vi.po
Normal file
3225
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/zh_CN.po
Normal file
3224
odoo-bringout-oca-ocb-html_builder/html_builder/i18n/zh_TW.po
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="600">
|
||||
<defs>
|
||||
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||||
<use xlink:href="#filterPath" fill="none"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M0.4281,0.0681C0.4281,0.0305,0.4603,0,0.5,0C0.5397,0,0.5719,0.0305,0.5719,0.0681V0.1326C0.5779,0.1008,0.6073,0.0766,0.6427,0.0766C0.6824,0.0766,0.7146,0.1071,0.7146,0.1447V0.2432C0.7206,0.2114,0.75,0.1872,0.7854,0.1872C0.8251,0.1872,0.8573,0.2177,0.8573,0.2553V0.3539C0.8633,0.322,0.8927,0.2979,0.9281,0.2979C0.9678,0.2979,1,0.3284,1,0.366V0.5872C1,0.6248,0.9678,0.6553,0.9281,0.6553C0.8927,0.6553,0.8633,0.6312,0.8573,0.5993V0.7489C0.8573,0.7865,0.8251,0.817,0.7854,0.817C0.75,0.817,0.7206,0.7929,0.7146,0.761V0.8596C0.7146,0.8972,0.6824,0.9277,0.6427,0.9277C0.6073,0.9277,0.5779,0.9035,0.5719,0.8716V0.9319C0.5719,0.9695,0.5397,1,0.5,1C0.4603,1,0.4281,0.9695,0.4281,0.9319V0.8716C0.4221,0.9035,0.3927,0.9277,0.3573,0.9277C0.3176,0.9277,0.2854,0.8972,0.2854,0.8596V0.761C0.2794,0.7929,0.25,0.817,0.2146,0.817C0.1749,0.817,0.1427,0.7865,0.1427,0.7489V0.5993C0.1367,0.6312,0.1073,0.6553,0.0719,0.6553C0.0322,0.6553,0,0.6248,0,0.5872V0.366C0,0.3284,0.0322,0.2979,0.0719,0.2979C0.1073,0.2979,0.1367,0.322,0.1427,0.3539V0.2553C0.1427,0.2177,0.1749,0.1872,0.2146,0.1872C0.25,0.1872,0.2794,0.2114,0.2854,0.2432V0.1447C0.2854,0.1071,0.3176,0.0766,0.3573,0.0766C0.3927,0.0766,0.4221,0.1008,0.4281,0.1326V0.0681Z">
|
||||
</path>
|
||||
</defs>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#clip-path)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
|
|
@ -0,0 +1,13 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="600">
|
||||
<defs>
|
||||
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||||
<use xlink:href="#filterPath" fill="none"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M0.6299,0.0288C0.6606-0.0096,0.7103-0.0096,0.741,0.0288C0.7686,0.0634,0.7713,0.1173,0.7492,0.1557L0.84,0.042C0.8706,0.0036,0.9203,0.0036,0.951,0.042C0.9817,0.0803,0.9817,0.1426,0.951,0.1809L0.8542,0.3021C0.8849,0.2645,0.9341,0.2648,0.9646,0.3029C0.9952,0.3413,0.9952,0.4035,0.9646,0.4419L0.8935,0.5308C0.9216,0.5174,0.9544,0.5249,0.977,0.5531C1.0077,0.5915,1.0077,0.6537,0.977,0.6921L0.8374,0.8669C0.8067,0.9052,0.757,0.9052,0.7264,0.8669C0.7038,0.8386,0.6979,0.7975,0.7085,0.7624L0.5417,0.9712C0.511,1.0096,0.4613,1.0096,0.4307,0.9712C0.4002,0.9331,0.4,0.8715,0.4301,0.8331L0.3226,0.9675C0.292,1.0059,0.2423,1.0059,0.2116,0.9675C0.181,0.9292,0.181,0.8669,0.2116,0.8286L0.2168,0.8221C0.1861,0.8498,0.1431,0.8464,0.1154,0.8118C0.0852,0.774,0.0848,0.7129,0.1142,0.6745C0.0847,0.6933,0.0477,0.6873,0.023,0.6564C-0.0077,0.618-0.0077,0.5558,0.023,0.5174L0.2785,0.1976C0.3091,0.1592,0.3588,0.1592,0.3895,0.1976C0.4142,0.2285,0.419,0.2748,0.404,0.3117L0.6299,0.0288Z">
|
||||
</path>
|
||||
</defs>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#clip-path)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
|
|
@ -0,0 +1,13 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="600">
|
||||
<defs>
|
||||
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||||
<use xlink:href="#filterPath" fill="none"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M0.5825,1C0.628,1,0.6649,0.9453,0.6649,0.8779V0.7643C0.6714,0.8247,0.7068,0.871,0.7495,0.871C0.7967,0.871,0.8351,0.8142,0.8351,0.7442V0.6208C0.8354,0.6878,0.8722,0.7419,0.9175,0.7419C0.9631,0.7419,1,0.6873,1,0.6198V0.3848C1,0.3173,0.9631,0.2627,0.9175,0.2627C0.8722,0.2627,0.8354,0.3168,0.8351,0.3838V0.2558C0.8351,0.1858,0.7967,0.129,0.7495,0.129C0.7068,0.129,0.6714,0.1753,0.6649,0.2357V0.1221C0.6649,0.0547,0.628,0,0.5825,0C0.5371,0,0.5004,0.0541,0.5,0.1211C0.4996,0.0541,0.4629,0,0.4175,0C0.372,0,0.3351,0.0547,0.3351,0.1221V0.2357C0.3286,0.1753,0.2932,0.129,0.2505,0.129C0.2033,0.129,0.1649,0.1858,0.1649,0.2558V0.3838C0.1646,0.3168,0.1278,0.2627,0.0825,0.2627C0.0369,0.2627,0,0.3173,0,0.3848V0.6198C0,0.6873,0.0369,0.7419,0.0825,0.7419C0.1278,0.7419,0.1646,0.6878,0.1649,0.6208V0.7442C0.1649,0.8142,0.2033,0.871,0.2505,0.871C0.2932,0.871,0.3286,0.8247,0.3351,0.7643V0.8779C0.3351,0.9453,0.372,1,0.4175,1C0.4629,1,0.4996,0.9459,0.5,0.8789C0.5004,0.9459,0.5371,1,0.5825,1Z">
|
||||
</path>
|
||||
</defs>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#clip-path)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
|
|
@ -0,0 +1,13 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="600">
|
||||
<defs>
|
||||
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||||
<use xlink:href="#filterPath" fill="none"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M0.5,0C0.2239,0,0,0.1705,0,0.3808V0.6667C0.0769,0.7139,0.1539,0.7663,0.2308,0.8241C0.2891,0.8556,0.3366,0.8778,0.3733,0.8907C0.4454,0.9205,0.517,0.9391,0.5882,0.9465C0.6229,0.9497,0.6554,0.9464,0.6856,0.9366C0.6944,0.934,0.7235,0.9275,0.726,0.9307C0.7159,0.932,0.7109,0.9373,0.7061,0.9423C0.7031,0.9454,0.7002,0.9485,0.6961,0.9505C0.6455,0.9675,0.5874,0.9688,0.5218,0.9546C0.651,1.0016,0.745,1.0121,0.8039,0.9862C0.8232,0.9777,0.8423,0.9631,0.8611,0.9426L0.8623,0.942C0.864,0.9343,0.8651,0.9258,0.8658,0.9168C0.8706,0.8408,0.8799,0.7765,0.8937,0.7238C0.9129,0.6582,0.9478,0.6143,0.9987,0.5919C0.9991,0.5917,0.9996,0.5915,1,0.5913V0.5396C0.9903,0.5423,0.9808,0.5457,0.9716,0.5498C0.9546,0.5572,0.9384,0.567,0.9228,0.5791C0.918,0.5791,0.9079,0.5844,0.9079,0.5844C0.9079,0.5844,0.9079,0.5781,0.9136,0.5713C0.9356,0.5449,0.9611,0.5254,0.9901,0.5126C0.9934,0.5112,0.9967,0.5098,1,0.5086V0.3808C1,0.1705,0.7761,0,0.5,0ZM0.0003,0.7375C0.0203,0.7502,0.0406,0.7626,0.0611,0.7747C0.1008,0.7986,0.1401,0.8235,0.1791,0.8494C0.116,0.7986,0.0563,0.7451,0,0.689V0.7232C0,0.728,0.0001,0.7327,0.0003,0.7375Z">
|
||||
</path>
|
||||
</defs>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#clip-path)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
|
|
@ -0,0 +1,13 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="600">
|
||||
<defs>
|
||||
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||||
<use xlink:href="#filterPath" fill="none"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M 0.0199 0.4808 C 0.0199 0.2741 0.1902 0.1065 0.4002 0.1065 C 0.6103 0.1065 0.7806 0.2741 0.7806 0.4808 L 0.0199 0.4808 Z M 0.9858 0.4808 C 0.9858 0.692 0.8164 0.8632 0.6075 0.8632 C 0.3985 0.8632 0.2291 0.692 0.2291 0.4808 H 0.9858 Z">
|
||||
</path>
|
||||
</defs>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#clip-path)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 759 B |
|
|
@ -0,0 +1,13 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="600">
|
||||
<defs>
|
||||
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||||
<use xlink:href="#filterPath" fill="none"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M0.2521,0C0.1129,0,0,0.1129,0,0.2521C0,0.3912,0.1127,0.504,0.2517,0.5042H0.2479C0.111,0.5042,0,0.6152,0,0.7521C0,0.889,0.111,1,0.2479,1H0.7521C0.889,1,1,0.889,1,0.7521C1,0.6152,0.889,0.5042,0.7521,0.5042H0.7483C0.8873,0.504,1,0.3912,1,0.2521C1,0.1129,0.8871,0,0.7479,0H0.2521Z">
|
||||
</path>
|
||||
</defs>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#clip-path)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 801 B |
|
|
@ -0,0 +1,13 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="600">
|
||||
<defs>
|
||||
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||||
<use xlink:href="#filterPath" fill="none"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M0,0.5C0,0.2239,0.2239,0,0.5,0C0.7761,0,1,0.2239,1,0.5L0,0.5ZM0,1C0,0.7239,0.2239,0.5,0.5,0.5C0.7761,0.5,1,0.7239,1,1L0,1Z">
|
||||
</path>
|
||||
</defs>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#clip-path)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 647 B |
|
|
@ -0,0 +1,13 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="600">
|
||||
<defs>
|
||||
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||||
<use xlink:href="#filterPath" fill="none"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M0,0.1557C0.2761-0.0519,0.7239-0.0519,1,0.1557L0.5799,0.4717C0.7334,0.4847,0.8823,0.5355,1,0.624L0.5,1L0,0.624C0.1177,0.5355,0.2666,0.4847,0.4201,0.4717L0,0.1557Z">
|
||||
</path>
|
||||
</defs>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#clip-path)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 687 B |
|
|
@ -0,0 +1,13 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="600">
|
||||
<defs>
|
||||
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||||
<use xlink:href="#filterPath" fill="none"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M0,0.1703C0,0.0762,0.0746,0,0.1667,0H0.8333C0.9254,0,1,0.0762,1,0.1703C1,0.2495,0.9471,0.3161,0.8754,0.3352C0.9471,0.3542,1,0.4208,1,0.5C1,0.5792,0.9471,0.6458,0.8754,0.6648C0.9471,0.6839,1,0.7505,1,0.8297C1,0.9238,0.9254,1,0.8333,1H0.1667C0.0746,1,0,0.9238,0,0.8297C0,0.7505,0.0529,0.6839,0.1247,0.6648C0.0529,0.6458,0,0.5792,0,0.5C0,0.4208,0.0529,0.3542,0.1246,0.3352C0.0529,0.3161,0,0.2495,0,0.1703Z">
|
||||
</path>
|
||||
</defs>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#clip-path)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 927 B |
|
|
@ -0,0 +1,31 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800" height="600">
|
||||
<defs>
|
||||
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||||
<use xlink:href="#filterPath" fill="none"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M.7618.393c.0772.1327.1644.2791.1308.3725c-.0336.0938-.1876.1346-.3409.1346c-.1536 0-.3069-.0421-.3873-.1666c-.08-.1245-.0876-.3313-.0112-.4644C.2297.1359.3901.0773.5038.108C.6182.1395.685.2594.7618.393z">
|
||||
<animate dur="18s" repeatCount="indefinite" attributeName="d" attributeType="XML"
|
||||
values="
|
||||
M.7618.393c.0772.1327.1644.2791.1308.3725c-.0336.0938-.1876.1346-.3409.1346c-.1536 0-.3069-.0421-.3873-.1666c-.08-.1245-.0876-.3313-.0112-.4644C.2297.1359.3901.0773.5038.108C.6182.1395.685.2594.7618.393z;
|
||||
M.8344.2313c.0943.1136.0847.3092-.0142.4568c-.0989.148-.2874.2468-.3849.2004c-.0966-.0464-.1016-.238-.1622-.366c-.061-.1284-.1763-.192-.1731-.2592c.0022-.068.1234-.1384.2824-.158C.5424.0861.7401.1173.8344.2313z;
|
||||
M.7618.393c.0772.1327.1644.2791.1308.3725c-.0336.0938-.1876.1346-.3409.1346c-.1536 0-.3069-.0421-.3873-.1666c-.08-.1245-.0876-.3313-.0112-.4644C.2297.1359.3901.0773.5038.108C.6182.1395.685.2594.7618.393z"
|
||||
calcMode="spline"
|
||||
keySplines=".56 .37 .43 .58; .56 .37 .43 .58"/>
|
||||
</path>
|
||||
</defs>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#clip-path)"/>
|
||||
<svg viewBox="0 0 28.35 28.35" preserveAspectRatio="none">
|
||||
<path id="line_1" d="M3,7.37A9.92,9.92,0,0,1,9.29,2.72M2,7A9.65,9.65,0,0,1,7,2.34" fill="none" stroke="#3AADAA" stroke-linecap="round" stroke-miterlimit="10" stroke-width="0.5">
|
||||
<animate dur="18s" repeatCount="indefinite" attributeName="d" attributeType="XML"
|
||||
values="
|
||||
M3,7.37A9.92,9.92,0,0,1,9.29,2.72M2,7A9.65,9.65,0,0,1,7,2.34;
|
||||
M2,6.87a9.9,9.9,0,0,1,6-5.09M1,6.58a9.71,9.71,0,0,1,4.61-5;
|
||||
M3,7.37A9.92,9.92,0,0,1,9.29,2.72M2,7A9.65,9.65,0,0,1,7,2.34"
|
||||
calcMode="spline"
|
||||
keySplines=".56 .37 .43 .58; .56 .37 .43 .58"/>
|
||||
</path>
|
||||
</svg>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
|
|
@ -0,0 +1,40 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800" height="600">
|
||||
<defs>
|
||||
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||||
<use xlink:href="#filterPath" fill="none"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M.526.4606c.0608.0582.1787.0394.2643.1009c.0856.0629.1371.2064.0944.2754c-.044.0699-.1835.0642-.2879.0619c-.1055-.0018-.1759-.001-.2043-.0506c-.0284-.0497-.0148-.1487-.0596-.2186C.2881.5597.1846.5198.1346.4273C.0846.3348.0878.1904.151.1322C.2134.073.3345.0989.3973.181C.4601.263.4644.4015.526.4606z">
|
||||
<animate dur="32s" repeatCount="indefinite" attributeName="d" attributeType="XML"
|
||||
values="
|
||||
M.526.4606c.0608.0582.1787.0394.2643.1009c.0856.0629.1371.2064.0944.2754c-.044.0699-.1835.0642-.2879.0619c-.1055-.0018-.1759-.001-.2043-.0506c-.0284-.0497-.0148-.1487-.0596-.2186C.2881.5597.1846.5198.1346.4273C.0846.3348.0878.1904.151.1322C.2134.073.3345.0989.3973.181C.4601.263.4644.4015.526.4606z;
|
||||
M.5883.3111c.0946.0524.2461.0628.2936.12c.0479.0576-.008.162-.0706.2592c-.0631.0972-.1334.1872-.2213.2056c-.087.0192-.1922-.0336-.2839-.0812c-.0922-.048-.1716-.0916-.1965-.1544c-.0249-.0628.0054-.1452.0122-.2404c.0059-.0952-.0101-.2028.0354-.264C.203.0959.3119.0827.3847.1235C.4575.1643.4941.2587.5883.3111z;
|
||||
M.526.4606c.0608.0582.1787.0394.2643.1009c.0856.0629.1371.2064.0944.2754c-.044.0699-.1835.0642-.2879.0619c-.1055-.0018-.1759-.001-.2043-.0506c-.0284-.0497-.0148-.1487-.0596-.2186C.2881.5597.1846.5198.1346.4273C.0846.3348.0878.1904.151.1322C.2134.073.3345.0989.3973.181C.4601.263.4644.4015.526.4606z"
|
||||
calcMode="spline"
|
||||
keySplines=".56 .37 .43 .58; .56 .37 .43 .58"/>
|
||||
</path>
|
||||
</defs>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#clip-path)"/>
|
||||
<svg viewBox="0 0 28.35 28.35" preserveAspectRatio="none">
|
||||
<path id="line_1" d="M4.87 16.53s3.84 2.34 3.81 5.25m.37-2.27c-.17-.7667-.54-1.5333-1.71-2.3" fill="none" stroke="#7C6576" stroke-linecap="round" stroke-miterlimit="10" stroke-width="0.5">
|
||||
<animate dur="32s" repeatCount="indefinite" attributeName="d" attributeType="XML"
|
||||
values="
|
||||
M4.87 16.53s3.84 2.34 3.81 5.25m.37-2.27c-.17-.7667-.54-1.5333-1.71-2.3;
|
||||
M1.39,19.51s-.7,3.55,4.78,5.79M5.41,24c-2.58-1.71-2.67-2.46-2.93-3.25;
|
||||
M4.87 16.53s3.84 2.34 3.81 5.25m.37-2.27c-.17-.7667-.54-1.5333-1.71-2.3"
|
||||
calcMode="spline"
|
||||
keySplines=".56 .37 .43 .58; .56 .37 .43 .58"/>
|
||||
</path>
|
||||
<path id="line_2" d="M22.2,14.2c-2.2-2.2-3.4-1.6-4.7-2.6 M17.5,12.9c0.9,0.5,2,0.2,3,1.2" fill="none" stroke="#7C6576" stroke-linecap="round" stroke-miterlimit="10" stroke-width="0.5">
|
||||
<animate dur="32s" repeatCount="indefinite" attributeName="d" attributeType="XML"
|
||||
values="
|
||||
M22.2,14.2c-2.2-2.2-3.4-1.6-4.7-2.6 M17.5,12.9c0.9,0.5,2,0.2,3,1.2;
|
||||
M26.1,10.6c-1.3-2.1-3.2-2.6-4.6-2.9 M21.4,8.7c1.1,0.3,2.2,0.5,3,1.6;
|
||||
M22.2,14.2c-2.2-2.2-3.4-1.6-4.7-2.6 M17.5,12.9c0.9,0.5,2,0.2,3,1.2"
|
||||
calcMode="spline"
|
||||
keySplines=".56 .37 .43 .58; .56 .37 .43 .58"/>
|
||||
</path>
|
||||
</svg>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.3 KiB |
|
|
@ -0,0 +1,38 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800" height="600">
|
||||
<defs>
|
||||
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||||
<use xlink:href="#filterPath" fill="none"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M.2524.6569c-.0028-.1018.1575-.1272.2785-.2374c.1182-.1074.1744-.277.2532-.2374c.0788.0396.1434.2544.1041.424c-.0422.1696-.1913.294-.3432.294C.3902.9028.2552.7586.2524.6569zM.3452.1028c.0872.017.166.1159.1631.1866c-.0028.0706-.1491.113-.225.1668c-.0759.0537-.0844.1215-.1322.082C.1033.5014.0808.3572.1202.2526C.1596.148.258.0858.3452.1028z">
|
||||
<animate dur="9s" repeatCount="indefinite" attributeName="d" attributeType="XML"
|
||||
values="
|
||||
M.2524.6569c-.0028-.1018.1575-.1272.2785-.2374c.1182-.1074.1744-.277.2532-.2374c.0788.0396.1434.2544.1041.424c-.0422.1696-.1913.294-.3432.294C.3902.9028.2552.7586.2524.6569zM.3452.1028c.0872.017.166.1159.1631.1866c-.0028.0706-.1491.113-.225.1668c-.0759.0537-.0844.1215-.1322.082C.1033.5014.0808.3572.1202.2526C.1596.148.258.0858.3452.1028z;
|
||||
M.2384.6578c-.0264-.1009.2085-.1009.2994-.2391C.6406.266.7286.1162.7933.1766c.0587.0547.138.2622.0939.4322c-.044.1729-.1732.291-.3318.291C.3969.9056.2648.7558.2384.6578zM.347.1046C.438.1219.532.2083.532.2804c-.003.072-.0352.0835-.141.1124c-.0939.0288-.2055.1873-.2554.147C.0857.5022.0945.3582.1238.24C.1532.1306.256.0845.347.1046z;
|
||||
M.2524.6569c-.0028-.1018.1575-.1272.2785-.2374c.1182-.1074.1744-.277.2532-.2374c.0788.0396.1434.2544.1041.424c-.0422.1696-.1913.294-.3432.294C.3902.9028.2552.7586.2524.6569zM.3452.1028c.0872.017.166.1159.1631.1866c-.0028.0706-.1491.113-.225.1668c-.0759.0537-.0844.1215-.1322.082C.1033.5014.0808.3572.1202.2526C.1596.148.258.0858.3452.1028z"
|
||||
calcMode="spline"
|
||||
keySplines=".56 .37 .43 .58; .56 .37 .43 .58"/>
|
||||
</path>
|
||||
<g id="animation">
|
||||
<animateTransform xlink:href="#lines_grp_1" attributeName="transform" attributeType="XML" type="translate" dur="9s" values="0 0;-.5 -.5;0 0" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95" additive="sum"/>
|
||||
<animateTransform xlink:href="#lines_grp_2" attributeName="transform" attributeType="XML" type="translate" dur="9s" values="0 0;0 1.5;0 0" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95" additive="sum"/>
|
||||
</g>
|
||||
</defs>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#clip-path)"/>
|
||||
<svg viewBox="0 0 28.35 28.35" preserveAspectRatio="none">
|
||||
<g id="lines_grp_1" style="transform-box: fill-box">
|
||||
<path d="M3.14,5.57A4.37,4.37,0,0,1,6.36,2.91" fill="none" stroke="#3AADAA" stroke-linecap="round" stroke-miterlimit="10" stroke-width="0.35"/>
|
||||
<path d="M3,4.74a4.1,4.1,0,0,1,2.5-2.07" fill="none" stroke="#3AADAA" stroke-linecap="round" stroke-miterlimit="10" stroke-width="0.27"/>
|
||||
</g>
|
||||
<g id="lines_grp_2" style="transform-box: fill-box" transform-origin="right bottom">
|
||||
<path d="M26.31,18.63s-1.43,4.26-4,5.23" fill="none" stroke="#7C6576" stroke-linecap="round" stroke-miterlimit="10" stroke-width="0.47"/>
|
||||
<path d="M26.31,20.05s-1.14,3-3.07,4.07" fill="none" stroke="#7C6576" stroke-linecap="round" stroke-miterlimit="10" stroke-width="0.37"/>
|
||||
</g>
|
||||
<g id="lines_grp_3" style="transform-box: fill-box" transform-origin="center">
|
||||
<path d="M7.19,16.26a3.34,3.34,0,0,0-.89,3.56" fill="none" stroke="#383E45" stroke-linecap="round" stroke-miterlimit="10" stroke-width="0.33"/>
|
||||
<path d="M6.19,16.59a3.52,3.52,0,0,0,.32,4.34" fill="none" stroke="#383E45" stroke-linecap="round" stroke-miterlimit="10" stroke-width="0.25"/>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.8 KiB |
|
|
@ -0,0 +1,49 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="shape" width="800" height="600">
|
||||
<style>
|
||||
@keyframes rotate {
|
||||
from {transform: rotate(45deg) scale(.7);}
|
||||
to {transform: rotate(405deg) scale(.7);}
|
||||
}
|
||||
#diamond {
|
||||
transform: rotate(45deg) scale(.7);
|
||||
transform-box: fill-box;
|
||||
transform-origin: center;
|
||||
animation: rotate 80s linear infinite;
|
||||
}
|
||||
</style>
|
||||
<defs>
|
||||
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||||
<use xlink:href="#filterPath" fill="none"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" preserveAspectRatio="none" d="M.826.2725c.0765.1205.1182.2347.0904.333c-.0278.0951-.1286.1713-.2468.2347c-.1182.0603-.2572.1078-.3824.073c-.1252-.0349-.2364-.149-.2572-.2728c-.0243-.1237.0452-.257.1426-.3806c.0974-.1237.2225-.2379.3442-.2347C.6313.0282.746.1519.826.2725z">
|
||||
<animate dur="20s" repeatCount="indefinite" attributeName="d" attributeType="XML"
|
||||
values="
|
||||
M.826.2725c.0765.1205.1182.2347.0904.333c-.0278.0951-.1286.1713-.2468.2347c-.1182.0603-.2572.1078-.3824.073c-.1252-.0349-.2364-.149-.2572-.2728c-.0243-.1237.0452-.257.1426-.3806c.0974-.1237.2225-.2379.3442-.2347C.6313.0282.746.1519.826.2725z;
|
||||
M.8352.1556c.0762.0943.1112.2467.0762.3627c-.0349.1197-.1366.2031-.2574.283c-.1208.0798-.2574.1524-.3781.1124c-.1239-.0363-.2319-.185-.2479-.341c-.0191-.1524.054-.3119.1493-.4099c.0953-.0979.2161-.1342.3368-.1379C.6349.0286.7557.0649.8352.1556z;
|
||||
M.8837.2442c.0634.1251.0444.2662.0063.3848c-.0411.1219-.1013.2213-.1931.2662c-.0918.0449-.2058.0353-.3452-.0032c-.1362-.0385-.2977-.1058-.323-.2084C.0034.5809.1142.443.2218.3082c.1076-.1347.2121-.2694.3357-.2822C.681.0132.8203.119.8837.2442z;
|
||||
M.826.2725c.0765.1205.1182.2347.0904.333c-.0278.0951-.1286.1713-.2468.2347c-.1182.0603-.2572.1078-.3824.073c-.1252-.0349-.2364-.149-.2572-.2728c-.0243-.1237.0452-.257.1426-.3806c.0974-.1237.2225-.2379.3442-.2347C.6313.0282.746.1519.826.2725z"
|
||||
calcMode="spline"
|
||||
keySplines=".45 .05 .55 .95;.45 .05 .55 .95;.45 .05 .55 .95"/>
|
||||
</path>
|
||||
<g id="animation">
|
||||
<animateTransform xlink:href="#shape" attributeName="transform" attributeType="XML" type="translate" dur="6s" values="0 0;0 8;0 0" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95"/>
|
||||
<animateTransform xlink:href="#points" attributeName="transform" attributeType="XML" type="rotate" dur="15s" values="0;100;0" repeatCount="indefinite" additive="sum"/>
|
||||
<animateTransform xlink:href="#points" attributeName="transform" attributeType="XML" type="translate" dur="15s" values="0 0;-10 -10;0 0;" repeatCount="indefinite" additive="sum"/>
|
||||
<animateTransform xlink:href="#triangle" attributeName="transform" attributeType="XML" type="rotate" dur="20s" values="0;-20;0" repeatCount="indefinite" additive="sum"/>
|
||||
<animateTransform xlink:href="#triangle" attributeName="transform" attributeType="XML" type="translate" dur="20s" values="0 0;-1.5 1;0 0;" repeatCount="indefinite" additive="sum"/>
|
||||
</g>
|
||||
</defs>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#clip-path)"/>
|
||||
<svg class="points" viewBox="0 0 66.3 66.3" width="25%" height="25%" x="0%" y="10%">
|
||||
<path id="points" fill="#383E45" transform="scale(.6)" transform-origin="center" d="M3.9 2c0 1.1-.9 2-2 2S0 3 0 2s.9-2 2-2S3.9.9 3.9 2zM22.8 0c-1.1 0-2 .9-2 2s.9 2 2 2c1.1 0 2-.9 2-2S23.8 0 22.8 0zM43.6 0c-1.1 0-2 .9-2 2s.9 2 2 2c1.1 0 2-.9 2-2S44.6 0 43.6 0zM64.4 0c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2S65.4 0 64.4 0zM2 20.8c-1.1 0-2 .9-2 2c0 1.1.9 2 2 2s2-.9 2-2C3.9 21.7 3 20.8 2 20.8zM22.8 20.8c-1.1 0-2 .9-2 2c0 1.1.9 2 2 2c1.1 0 2-.9 2-2C24.7 21.7 23.8 20.8 22.8 20.8zM43.6 20.8c-1.1 0-2 .9-2 2c0 1.1.9 2 2 2c1.1 0 2-.9 2-2C45.5 21.7 44.6 20.8 43.6 20.8zM64.4 20.8c-1.1 0-2 .9-2 2c0 1.1.9 2 2 2s2-.9 2-2C66.3 21.7 65.4 20.8 64.4 20.8zM2 41.6c-1.1 0-2 .9-2 2c0 1.1.9 2 2 2s2-.9 2-2C3.9 42.5 3 41.6 2 41.6zM22.8 41.6c-1.1 0-2 .9-2 2c0 1.1.9 2 2 2c1.1 0 2-.9 2-2C24.7 42.5 23.8 41.6 22.8 41.6zM43.6 41.6c-1.1 0-2 .9-2 2c0 1.1.9 2 2 2c1.1 0 2-.9 2-2C45.5 42.5 44.6 41.6 43.6 41.6zM64.4 41.6c-1.1 0-2 .9-2 2c0 1.1.9 2 2 2s2-.9 2-2C66.3 42.5 65.4 41.6 64.4 41.6zM2 62.4c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2S3 62.4 2 62.4zM22.8 62.4c-1.1 0-2 .9-2 2s.9 2 2 2c1.1 0 2-.9 2-2S23.8 62.4 22.8 62.4zM43.6 62.4c-1.1 0-2 .9-2 2s.9 2 2 2c1.1 0 2-.9 2-2S44.6 62.4 43.6 62.4zM64.4 62.4c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2S65.4 62.4 64.4 62.4z"/>
|
||||
</svg>
|
||||
<svg viewBox="0 0 10 10" class="diamond" width="30%" height="30%" x="66%" y="65%">
|
||||
<rect id="diamond" x="0.5" y="0.5" width="9" height="9" fill="none" stroke="#7C6576" stroke-miterlimit="10" stroke-width="1" opacity=".8"/>
|
||||
</svg>
|
||||
<svg class="triangle" viewBox="0 0 10 10" width="40%" height="40%" x="5%" y="55%">
|
||||
<polygon id="triangle" points="10 10 0 10 0 0 10 10" fill="#3AADAA" transform="scale(.6)" transform-origin="center" opacity=".66"/>
|
||||
</svg>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5 KiB |
|
|
@ -0,0 +1,63 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="shape" width="800" height="600">
|
||||
<style>
|
||||
@keyframes rotate {
|
||||
from {transform: rotate(0deg);}
|
||||
to {transform: rotate(360deg);}
|
||||
}
|
||||
@keyframes rotate_lines {
|
||||
from {transform: rotate(0deg) translate(0, 0) scale(.75);}
|
||||
to {transform: rotate(360deg) translate(-10%, 10%) scale(.75);}
|
||||
}
|
||||
#lines {
|
||||
transform-box: fill-box;
|
||||
transform-origin: center;
|
||||
animation: rotate_lines 65s linear infinite;
|
||||
}
|
||||
#circle_1 {animation: rotate 120s linear infinite;}
|
||||
#circle_2 {animation: rotate 90s linear infinite;}
|
||||
#circle_3 {animation: rotate 60s linear infinite;}
|
||||
</style>
|
||||
<defs>
|
||||
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||||
<use xlink:href="#filterPath" fill="none"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" preserveAspectRatio="none" d="M.8845.2598c.0824.1416.0888.3504.0095.4884c-.0793.1381-.2442.2018-.4091.2018C.3199.95.1549.8863.0883.7553C.0186.6279.0503.4332.1328.2917c.0825-.1416.2156-.2336.3615-.2407C.6434.0404.802.1182.8845.2598z">
|
||||
<animate dur="12s" repeatCount="indefinite" attributeName="d" attributeType="XML"
|
||||
values="
|
||||
M.8845.2598c.0824.1416.0888.3504.0095.4884c-.0793.1381-.2442.2018-.4091.2018C.3199.95.1549.8863.0883.7553C.0186.6279.0503.4332.1328.2917c.0825-.1416.2156-.2336.3615-.2407C.6434.0404.802.1182.8845.2598z;
|
||||
M.8356.2785c.0889.135.1492.3268.0921.4618c-.0603.135-.2381.2131-.4127.2096c-.1746-.0035-.3397-.0888-.4159-.2345c-.0761-.1456-.0603-.3516.0254-.4866C.2101.1009.3593.0406.4959.0512C.6324.0618.7467.1436.8356.2785z;
|
||||
M.8825.3393c.0833.1495.0908.3021.0151.4166c-.0757.1176-.2385.1972-.3974.194C.3412.9468.1898.864.1141.7464c-.0795-.1176-.087-.2671-.0113-.4134C.1784.1868.3375.05.4926.05C.6478.05.7993.1931.8825.3393z;
|
||||
M.8845.2598c.0824.1416.0888.3504.0095.4884c-.0793.1381-.2442.2018-.4091.2018C.3199.95.1549.8863.0883.7553C.0186.6279.0503.4332.1328.2917c.0825-.1416.2156-.2336.3615-.2407C.6434.0404.802.1182.8845.2598z"
|
||||
calcMode="spline"
|
||||
keySplines=".45 .05 .55 .95;.45 .05 .55 .95;.45 .05 .55 .95"/>
|
||||
</path>
|
||||
<g id="animation">
|
||||
<animateTransform xlink:href="#shape" attributeName="transform" attributeType="XML" type="translate" dur="6s" values="0 0;0 8;0 0" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95"/>
|
||||
</g>
|
||||
</defs>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#clip-path)"/>
|
||||
<svg class="lines" viewBox="0 0 57.65 57.65" width="35%" height="35%" x="70%" y="15%" opacity=".5">
|
||||
<path id="lines" d="M16.44,22.68,11.22,6.6M21.73,17,26,.61M29.27,15,41.72,3.58m-5,13.86,16.65-2.88M41.57,23.49l15.58,6.58M52,45.18,42.43,31.23m-3.46,7,.49,16.89m-15.9,1.58L32.29,42.2M9.34,49.42,24.5,42m-6.41-4.42L1.3,35.61m13.79-5.26L2,19.65" fill="none" stroke="#383E45" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.5" transform-origin="center" transform="scale(.75)"/>
|
||||
</svg>
|
||||
<svg class="donut" viewBox="0 0 39.7 39.7" width="30%" height="30%" x="60%" y="70%" opacity=".5">
|
||||
<path id="donut" d="M19.8,0C8.9,0,0,8.9,0,19.8c0,11,8.9,19.8,19.8,19.8c11,0,19.8-8.9,19.8-19.8C39.7,8.9,30.8,0,19.8,0z M19.8,36.5 c-9.2,0-16.7-7.5-16.7-16.7c0-9.2,7.5-16.7,16.7-16.7c9.2,0,16.7,7.5,16.7,16.7C36.6,29,29.1,36.5,19.8,36.5z" fill="#3AADAA" transform="scale(.75)" transform-origin="center">
|
||||
<animate xlink:href="#donut" dur="30s" repeatCount="indefinite" attributeName="d" attributeType="XML"
|
||||
values="
|
||||
M19.8,0C8.9,0,0,8.9,0,19.8c0,11,8.9,19.8,19.8,19.8c11,0,19.8-8.9,19.8-19.8C39.7,8.9,30.8,0,19.8,0z M19.8,36.5 c-9.2,0-16.7-7.5-16.7-16.7c0-9.2,7.5-16.7,16.7-16.7c9.2,0,16.7,7.5,16.7,16.7C36.6,29,29.1,36.5,19.8,36.5z;
|
||||
M19.8,0C8.9,0,0,8.9,0,19.8c0,11,8.9,19.8,19.8,19.8c11,0,19.8-8.9,19.8-19.8C39.7,8.9,30.8,0,19.8,0z M19.8,29.7 c-5.4,0-9.9-4.4-9.9-9.9c0-5.4,4.4-9.9,9.9-9.9c5.4,0,9.9,4.4,9.9,9.9C29.7,25.3,25.3,29.7,19.8,29.7z;
|
||||
M19.8,0C8.9,0,0,8.9,0,19.8c0,11,8.9,19.8,19.8,19.8c11,0,19.8-8.9,19.8-19.8C39.7,8.9,30.8,0,19.8,0z M19.8,36.5 c-9.2,0-16.7-7.5-16.7-16.7c0-9.2,7.5-16.7,16.7-16.7c9.2,0,16.7,7.5,16.7,16.7C36.6,29,29.1,36.5,19.8,36.5z"
|
||||
calcMode="spline"
|
||||
keySplines=".45 .05 .55 .95;.45 .05 .55 .95"/>
|
||||
<animateTransform attributeName="transform" attributeType="XML" type="scale" dur="30s" values="1;.75;1" repeatCount="indefinite" additive="sum"/>
|
||||
<animateTransform attributeName="transform" attributeType="XML" type="translate" dur="30s" values="0 0;15 0;0 0" repeatCount="indefinite" additive="sum"/>
|
||||
</path>
|
||||
</svg>
|
||||
<svg class="circles" viewBox="0 0 28.68 28.68" width="45%" height="45%" y="50%" opacity=".75">
|
||||
<path id="circle_1" d="M13.53,28.18A13.86,13.86,0,1,1,28.18,13.53" fill="none" stroke="#7C6576" stroke-linecap="round" stroke-miterlimit="10" transform-origin="center"/>
|
||||
<path id="circle_2" d="M21.72,22.9A11.28,11.28,0,0,1,3.07,14.36,11.27,11.27,0,0,1,21.72,5.82" fill="none" stroke="#7C6576" stroke-linecap="round" stroke-miterlimit="10" transform-origin="center"/>
|
||||
<path id="circle_3" d="M23,15.19a8.71,8.71,0,1,1-9.5-9.5" fill="none" stroke="#7C6576" stroke-linecap="round" stroke-miterlimit="10" transform-origin="center"/>
|
||||
</svg>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.4 KiB |
|
|
@ -0,0 +1,19 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800" height="600">
|
||||
<defs>
|
||||
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||||
<use xlink:href="#filterPath" fill="none"></use>
|
||||
</clipPath>
|
||||
<path id="filterPath"
|
||||
d="M0.2142,0.096c-0.413,1.8378,1.2192,0.3258,0.6396,0.1988C0.6879,0.2584,0.2791-0.1927,0.2142,0.096Z"></path>
|
||||
</defs><svg viewBox="75.05909729003906 83.49757385253906 154.99501037597656 130.04640197753906"
|
||||
preserveAspectRatio="none">
|
||||
<path class="background"
|
||||
d="M223.45,129.45c-47.29,21.63-17.59,56.7-41.95,81.07-8,8-81.08-7.91-98.62-44.28-20.21-41.91,8.66-85.46,32.38-81.49C152.05,90.91,253.9,115.53,223.45,129.45Z"
|
||||
fill="none" stroke="#3AADAA" stroke-miterlimit="10" stroke-width="2"></path>
|
||||
</svg><svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"></use>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#clip-path)">
|
||||
<animateMotion dur="1ms" repeatCount="indefinite"/>
|
||||
</image>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1 KiB |
|
|
@ -0,0 +1,20 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800" height="600">
|
||||
<defs>
|
||||
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||||
<use xlink:href="#filterPath" fill="none"></use>
|
||||
</clipPath>
|
||||
<path id="filterPath"
|
||||
d="M0.0814,0.6292l0.0883-0.4105a0.3491,0.2598,0,0,1,0.2461-0.2081h0A0.349,0.2597,0,0,1,0.8597,0.2225l0.087,0.4468a0.3491,0.2597,0,0,1-0.2018,0.2739L0.6442,0.977a0.3489,0.2596,0,0,1-0.4175-0.0757L0.1521,0.8312A0.3492,0.2599,0,0,1,0.0814,0.6292Z">
|
||||
</path>
|
||||
</defs><svg viewBox="68.3936538696289 35.054168701171875 176.3720703125 211.69915771484375"
|
||||
preserveAspectRatio="none">
|
||||
<path class="background"
|
||||
d="M183.21,72.46C294.62,227.17,225,264.54,146.75,232.89c-31.16-12.62-32.39-28-56.92-68.26C33,71.32,124.18-9.51,183.21,72.46Z"
|
||||
fill="none" stroke="#7C6576" stroke-miterlimit="10" stroke-width="7"></path>
|
||||
</svg><svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"></use>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#clip-path)">
|
||||
<animateMotion dur="1ms" repeatCount="indefinite"/>
|
||||
</image>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
|
|
@ -0,0 +1,106 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="shape" width="800" height="600">
|
||||
<defs>
|
||||
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||||
<use xlink:href="#filterPath" fill="none"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M.7306.2009c.0859.0167.2194.0167.2194.0586c0 .0418-.1336.1339-.1908.2259c-.0572.0921-.0318.1883-.0508.2301c-.0191.0418-.0827.0251-.1717.0753c-.089.0502-.2067.1632-.3053.159c-.0986-.0042-.1814-.1297-.1814-.2595c0-.1297.0827-.2677.1399-.3808c.0604-.1172.0954-.2134.1526-.2469c.0572-.0335.1399.0041.2003.046c.0636.0336.1018.0754.1876.0922z">
|
||||
<animate dur="100s" repeatCount="indefinite" attributeName="d" attributeType="XML"
|
||||
values="
|
||||
M.7306.2009c.0859.0167.2194.0167.2194.0586c0 .0418-.1336.1339-.1908.2259c-.0572.0921-.0318.1883-.0508.2301c-.0191.0418-.0827.0251-.1717.0753c-.089.0502-.2067.1632-.3053.159c-.0986-.0042-.1814-.1297-.1814-.2595c0-.1297.0827-.2677.1399-.3808c.0604-.1172.0954-.2134.1526-.2469c.0572-.0335.1399.0041.2003.046c.0636.0336.1018.0754.1876.0922z;
|
||||
M.6328.2501c.0698.0667.1807.0627.2441.1255c.0634.0588.0856.1842.0666.3019c-.019.1176-.0761.2313-.1585.2627c-.0824.0314-.1839-.0157-.2505-.0824c-.0666-.0667-.0919-.1489-.1489-.1921c-.0539-.0431-.1363-.0471-.2124-.1058c-.0761-.0588-.1489-.1764-.1141-.2274c.038-.0548.1806-.0431.2726-.1019c.0887-.0588.1268-.1842.1616-.1804c.0349.004.0666.1333.1395.2z;
|
||||
M.7259.05c.0824 0 .1427.113.1808.242c.0381.1291.0571.2743.0318.4034c-.0285.1291-.1015.2461-.1935.2542c-.092.0081-.1999-.0887-.2824-.1412c-.0825-.0525-.13-.0564-.2157-.0645c-.0825-.0121-.1999-.0323-.1967-.0847c.0032-.0525.13-.1412.203-.1936c.073-.0525.0952-.0726.1174-.0968c.0222-.0242.0445-.0525.1047-.125c.0635-.0767.1682-.1937.2507-.1937z;
|
||||
M.763.0904c.0256.0646-.0319.2242.0032.3458c.0351.1254.1661.2128.1821.2888c.0159.076-.0831.1406-.1725.1824c-.0895.0418-.1725.057-.2332.0266c-.0639-.0304-.1086-.1102-.1693-.1596c-.0639-.0494-.147-.076-.2172-.1482c-.0703-.0722-.1309-.1938-.0959-.266c.0351-.0722.1661-.0912.2587-.1292c.0926-.038.1501-.095.2332-.1368c.0768-.0418.1854-.0722.2109-.0038z;
|
||||
M.7948.0851c.0763.0459.124.1569.1463.2678c.0191.111.0095.2257-.0477.2831c-.0572.0574-.1654.0574-.2385.111c-.0699.0536-.1049.153-.159.1875c-.0541.0345-.1336.0077-.2131-.0421c-.0827-.0459-.1686-.111-.2067-.2066c-.0382-.0957-.0318-.2181.0032-.329c.0318-.1071.0922-.2027.1686-.2487c.0763-.0459.1717-.0459.2704-.0498c.0985-.0076.2003-.0229.2767.0268z;
|
||||
M.7306.2009c.0859.0167.2194.0167.2194.0586c0 .0418-.1336.1339-.1908.2259c-.0572.0921-.0318.1883-.0508.2301c-.0191.0418-.0827.0251-.1717.0753c-.089.0502-.2067.1632-.3053.159c-.0986-.0042-.1814-.1297-.1814-.2595c0-.1297.0827-.2677.1399-.3808c.0604-.1172.0954-.2134.1526-.2469c.0572-.0335.1399.0041.2003.046c.0636.0336.1018.0754.1876.0922z"
|
||||
calcMode="spline"
|
||||
keySplines=".56 .37 .43 .58;.56 .37 .43 .58;.56 .37 .43 .58;.56 .37 .43 .58;.56 .37 .43 .58"/>
|
||||
</path>
|
||||
<g id="animation">
|
||||
<animateTransform xlink:href="#shape" attributeName="transform" attributeType="XML" type="translate" dur="6s" values="0 0;0 8;0 0" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95"/>
|
||||
<animateTransform xlink:href="#group_1" attributeName="transform" attributeType="XML" type="translate" dur="30s" values="0 0;0 30;0 0" repeatCount="indefinite" calcMode="spline" keySplines=".56 .37 .43 .58;.56 .37 .43 .58"/>
|
||||
<animateTransform xlink:href="#group_2" attributeName="transform" attributeType="XML" type="translate" dur="30s" begin="2s" values="0 0;0 30;0 0" repeatCount="indefinite" calcMode="spline" keySplines=".56 .37 .43 .58;.56 .37 .43 .58"/>
|
||||
<animateTransform xlink:href="#group_3" attributeName="transform" attributeType="XML" type="translate" dur="30s" values="0 0;10 30;0 0" repeatCount="indefinite" calcMode="spline" keySplines=".56 .37 .43 .58;.56 .37 .43 .58"/>
|
||||
<animateTransform xlink:href="#group_3" attributeName="transform" attributeType="XML" type="rotate" dur="30s" values="0;5;0" repeatCount="indefinite" calcMode="spline" keySplines=".56 .37 .43 .58;.56 .37 .43 .58" additive="sum"/>
|
||||
<animateTransform xlink:href="#group_4" attributeName="transform" attributeType="XML" type="translate" dur="30s" begin="3s" values="0 0;10 30;0 0" repeatCount="indefinite" calcMode="spline" keySplines=".56 .37 .43 .58;.56 .37 .43 .58"/>
|
||||
<animateTransform xlink:href="#group_4" attributeName="transform" attributeType="XML" type="rotate" dur="30s" begin="3s" values="0;-5;0" repeatCount="indefinite" calcMode="spline" keySplines=".56 .37 .43 .58;.56 .37 .43 .58" additive="sum"/>
|
||||
<animateTransform xlink:href="#group_5" attributeName="transform" attributeType="XML" type="translate" dur="30s" begin="2s" values="0 0;20 30;0 0" repeatCount="indefinite" calcMode="spline" keySplines=".56 .37 .43 .58;.56 .37 .43 .58"/>
|
||||
<animateTransform xlink:href="#group_5" attributeName="transform" attributeType="XML" type="rotate" dur="30s" begin="2s" values="0;5;0" repeatCount="indefinite" calcMode="spline" keySplines=".56 .37 .43 .58;.56 .37 .43 .58" additive="sum"/>
|
||||
<animateTransform xlink:href="#group_6" attributeName="transform" attributeType="XML" type="translate" dur="30s" values="0 0;-10 -30;0 0" repeatCount="indefinite" calcMode="spline" keySplines=".56 .37 .43 .58;.56 .37 .43 .58"/>
|
||||
<animateTransform xlink:href="#group_6" attributeName="transform" attributeType="XML" type="rotate" dur="30s" values="0;-5;0" repeatCount="indefinite" calcMode="spline" keySplines=".56 .37 .43 .58;.56 .37 .43 .58" additive="sum"/>
|
||||
</g>
|
||||
</defs>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#clip-path)"/>
|
||||
<svg class="background" viewBox="0 0 1134.56 934.14" preserveAspectRatio="xMidYMid meet">
|
||||
<g id="group_1">
|
||||
<path d="M710.39,2.56a97,97,0,0,1,21.9,41.7,1.5,1.5,0,0,0,2.9-.8,100.31,100.31,0,0,0-22.6-43c-1.3-1.4-3.5.7-2.2,2.1Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M736.09,15.36a126.56,126.56,0,0,1,10.7,41.4c.2,1.9,3.2,1.9,3,0a127.66,127.66,0,0,0-11.1-42.9c-.8-1.8-3.4-.3-2.6,1.5Z" fill="#383E45" opacity=".1"/>
|
||||
</g>
|
||||
<g id="group_2">
|
||||
<path d="M49.79,417.86c-3.5,10-7.2,20-14,28.3-1.2,1.5.9,3.6,2.1,2.1,7.1-8.7,11.1-19.1,14.8-29.6.6-1.8-2.3-2.6-2.9-.8Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M49.79,418.66c2.2,4.9,2.9,10.6,4.6,15.7a117.9,117.9,0,0,0,5.7,13.8c.8,1.7,3.4.2,2.6-1.5a115.28,115.28,0,0,1-6.5-16.5c-1.3-4.3-2-8.9-3.8-13-.8-1.8-3.3-.2-2.6,1.5Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M36.49,448.16c2.9,1.2,4.9,6.9,6.1,9.6a63.87,63.87,0,0,1,4.1,12.1,1.5,1.5,0,0,0,2.9-.8,78,78,0,0,0-5.4-14.9c-1.6-3.3-3.3-7.4-6.9-8.9-1.8-.8-2.5,2.1-.8,2.9Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M49.69,470.46a170.94,170.94,0,0,1,12.2-22.2c1.1-1.6-1.5-3.1-2.6-1.5A170.94,170.94,0,0,0,47.09,469c-.8,1.8,1.8,3.3,2.6,1.5Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M2,535.76c-4.6,4.4-.5,11.2,5.1,11.8,3.8.4,12.8-4,12.8,2.3,0,3.1-.8,6.3.9,9.1a7.16,7.16,0,0,0,6.6,3.3c4-.1,7.7-4,10,.8,1.3,2.8,1.5,5.3,4.7,6.7a5.21,5.21,0,0,0,7-2c2.2-3.2-3-6.2-5.2-3,.7-1-1.7-6.5-2.5-7.5a7.11,7.11,0,0,0-4.6-2.9,12,12,0,0,0-5.9.8c-3,.9-5.4,1.6-5.3-2.4s.6-8.6-3.4-11.2a10,10,0,0,0-6.1-1.3,22,22,0,0,0-3.7.6c-.9.2-8.3,1.1-6.2-.9,2.8-2.6-1.4-6.8-4.2-4.2Z" fill="#3AADAA"/>
|
||||
<path d="M33.09,532.46c.6,3.4,1.3,6.9,1.9,10.3a3,3,0,0,0,2.9,2.2c3.8-.1,5.9-2,9.1-3.6,5.3-2.7,3.7,2.2,4.5,5.7a7,7,0,0,0,4.5,5.3c4.7,1.6,8.7,1.5,12.8,4.9,3,2.4,7.2-1.8,4.2-4.2a24.91,24.91,0,0,0-11.1-5.6,11.09,11.09,0,0,1-3.5-.8c-1.6-.9-1.2-1.4-1.2-3.3a15.94,15.94,0,0,0-.7-4.8,6.85,6.85,0,0,0-7-4c-4.4.3-7.3,4.6-11.6,4.6,1,.7,1.9,1.5,2.9,2.2-.6-3.4-1.3-6.9-1.9-10.3-.7-4-6.5-2.4-5.8,1.4Z" fill="#3AADAA"/>
|
||||
</g>
|
||||
<g id="group_3" transform-origin="center">
|
||||
<polygon points="1015.78 359.26 1005.49 355.26 996.38 361.36 996.99 350.36 988.28 343.56 998.99 340.76 1002.78 330.36 1008.78 339.76 1019.78 340.16 1012.78 348.66 1015.78 359.26" fill="none" stroke="#383E45" stroke-miterlimit="10" stroke-width="3" opacity=".1"/>
|
||||
<path d="M998.19,324.56a316.39,316.39,0,0,1,55.6-69.6c1.4-1.3-.7-3.4-2.1-2.1a317.27,317.27,0,0,0-56.1,70.2,1.5,1.5,0,0,0,2.6,1.5Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M1019.79,319.56a372.21,372.21,0,0,1,90.6-94.2c1.5-1.1.1-3.7-1.5-2.6a375.54,375.54,0,0,0-91.6,95.3c-1.2,1.6,1.4,3.1,2.5,1.5Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M1025.19,348.36c11.8-14.5,24.4-28.5,37.5-41.8,1.4-1.4-.8-3.5-2.1-2.1-13.2,13.3-25.7,27.3-37.5,41.8-1.2,1.4.9,3.6,2.1,2.1Z" fill="#383E45" opacity=".1"/>
|
||||
<ellipse cx="1016.99" cy="94.36" rx="53" ry="52.1" fill="#7C6576"/>
|
||||
<ellipse cx="992.79" cy="258.56" rx="28.7" ry="29.4" fill="#3AADAA"/>
|
||||
<path d="M882.09,129.76c7.7,0,7.7-12,0-12s-7.7,12,0,12Z" fill="#3AADAA"/>
|
||||
<path d="M1089.49,212.66c-4.2-4.1-2.5-12.6,3.2-14.6,7.1-2.4,12.9,7,9.6,12.9a1.5,1.5,0,0,0,2.6,1.5c4.5-7.9-2.8-19.7-12.3-17.5-8.4,2-11.3,14-5.3,19.8,1.4,1.3,3.5-.8,2.2-2.1Z" fill="#7C6576"/>
|
||||
</g>
|
||||
<g id="group_4">
|
||||
<path d="M389.89,749.46a49.52,49.52,0,0,1-13.4,27.8c-1.3,1.4.8,3.5,2.1,2.1a52.18,52.18,0,0,0,14.1-29.2c.3-1.8-2.6-2.6-2.8-.7Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M390.29,751.16a92.08,92.08,0,0,0,15,23.5c1.3,1.5,3.4-.7,2.1-2.1a84.57,84.57,0,0,1-14.5-22.9c-.7-1.8-3.3-.3-2.6,1.5Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M379.39,778.76c-.1-.2-.3-.5-.4-.7l-2.4,1.8a63,63,0,0,1,15.5,20c.8,1.7,3.4.2,2.6-1.5a65.55,65.55,0,0,0-15.9-20.7,1.52,1.52,0,0,0-2.4,1.8c.1.2.3.5.4.7.9,1.8,3.5.3,2.6-1.4Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M395,799a135.48,135.48,0,0,1,12.1-23.3c1-1.6-1.5-3.1-2.6-1.5a140.6,140.6,0,0,0-12.4,24.1c-.7,1.7,2.2,2.5,2.9.7Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M282.69,713.56c1.9,3,5.1,1.9,6.5-1,3.2-6.5,3-14.2,10.2-18.3,7.5-4.3,12.3,2.8,19.4,3.6,5.5.6,10.9-2.3,14.6-6.1,4.5-4.7,6.9-10.9,10-16.6,1.8-3.3,4.2-5,7.6-2.3,1.1.9,2,2,3,2.9a16.4,16.4,0,0,0,4.7,3,19.23,19.23,0,0,0,23.8-7.8,1.5,1.5,0,0,0-2.6-1.5,15.78,15.78,0,0,1-13.8,7.8c-6.6,0-9.2-3.9-14.1-7.4-9.2-6.6-13.2,8.4-16.6,14.2-3.9,6.5-10.7,13-18.9,10.2-4.6-1.6-8.1-5-13.3-4.3a15.66,15.66,0,0,0-10.5,6.6,30.07,30.07,0,0,0-3.3,6.1c-.6,1.5-1.1,3-1.6,4.6-.2.5-1.9,5.5-2.4,4.8-1.2-1.6-3.8-.1-2.7,1.5Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M346.69,701.66c1.4-11.3,17.6-3.2,23.6-2.6,5.6.6,10.4-1.3,13.1-6.4,1.8-3.5,2.4-7.8,6.8-9.3,3.6-1.2,7.9-.4,11.6-.9a43.81,43.81,0,0,0,19-7.6c1.6-1.1.1-3.7-1.5-2.6a42.34,42.34,0,0,1-13,6.3c-4.6,1.2-9,1.1-13.7,1.5-7.4.7-8.6,5.4-11.7,11.2-5.7,10.5-17.7,1.2-26.3,1.5-5.4.2-10.1,3.5-10.8,9-.4,1.8,2.6,1.8,2.9-.1Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M306.59,811.46c-6-6.9-2.5-19,7.7-18.6,8.9.4,11.9,12.4,3.9,16.6-1.7.9-.2,3.5,1.5,2.6,10.2-5.4,6.8-21-4.6-22.1-13.3-1.3-18.6,14.4-10.7,23.6,1.3,1.5,3.4-.6,2.2-2.1Z" fill="#7C6576"/>
|
||||
<path d="M293.39,672.56c-3.4-2.7-10.4-9.8-1.2-11.9,1.8-.4,3.5.4,5.3-.3,3.6-1.4,4.8-5.3,4.7-8.9a41.32,41.32,0,0,0-1.4-7c-.6-2.7-1.8-5.8,2-5.9.7,0,1.4.3,2.2.3,3.5,0,6-2.4,7.2-5.5.7-1.8-2.2-2.6-2.9-.8-2.4,6.6-10.3-1.2-11.8,6.4-1.1,5.9,6.6,18.1-3.7,18.7-4.1.2-7.7.1-8.8,5-1.1,5.1,2.8,8.9,6.4,11.8,1.3,1.4,3.5-.7,2-1.9Z" fill="#7C6576"/>
|
||||
<path d="M315.59,658.56c-1.5-2.5-4-6.9-2.9-10,1.2-3.3,6.8-3,9.4-5.2a11.21,11.21,0,0,0,3.6-11.8,1.5,1.5,0,0,0-2.9.8,8,8,0,0,1-1.6,7.7c-1.9,2.1-4,2-6.4,2.9a7.73,7.73,0,0,0-4.5,3.4c-2.2,4.4.4,9.9,2.7,13.7,1,1.6,3.6.1,2.6-1.5Z" fill="#7C6576"/>
|
||||
</g>
|
||||
<g id="group_5">
|
||||
<path d="M174.29,247.46a56.67,56.67,0,0,1-11.7,21.9c-1.3,1.5.9,3.6,2.1,2.1a59.57,59.57,0,0,0,12.5-23.2c.5-1.8-2.4-2.6-2.9-.8Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M174.09,249c1.8,7.5,3.6,16.3,8.6,22.4,1.2,1.5,3.3-.6,2.1-2.1-4.6-5.5-6.2-14.2-7.8-21-.4-2-3.3-1.2-2.9.7Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M161.89,272.26c2.7,1.5,4.9,7.5,6.2,10.3a71.47,71.47,0,0,1,4.3,11.7,1.5,1.5,0,0,0,2.9-.8,86.5,86.5,0,0,0-5.3-13.9c-1.5-3.1-3.4-8.2-6.6-10-1.7-.8-3.2,1.7-1.5,2.7Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M175.49,293.56a146.53,146.53,0,0,1,9.3-22c.9-1.7-1.7-3.2-2.6-1.5a156,156,0,0,0-9.6,22.7c-.6,1.8,2.3,2.6,2.9.8Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M339.49,59.26c-1.9-13.1,14.5-16.9,23.4-21.1a106,106,0,0,0,12.9-7.9c2.1-1.4,4.2-2.8,6.4-4,2.6-1.4,5.8-3.6,8-.8,1.6,2,.9,2.5-.1,4.7-.5,1-1,2.1-1.6,3.1a35,35,0,0,1-5,7.1c-4.1,4.3-10,4.9-15.3,7a72.22,72.22,0,0,0-11.8,5.9c-4.7,3-10.6,9.7-16.6,6.3a1.5,1.5,0,0,0-1.5,2.6c5.3,3,10.3.3,14.8-2.9a75.65,75.65,0,0,1,22.4-11.1c6.5-2,10.6-5.3,14.3-11.1,2.1-3.3,6.9-10.1,3.8-14.1-2.8-3.5-8.2-1.6-11.5,0-7,3.6-13,8.8-20.1,12.3-10.7,5.2-27.7,9.4-25.5,24.9.4,1.8,3.3,1,3-.9Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M174.79,327.66c-3.1,5-1.6,11.6,3,15.3,6.8,5.4,14.1-.4,19.9-4.3,4.8-3.3,11.7-5.5,15,.9,1.5,3,2,6.5,3.4,9.6a9.28,9.28,0,0,0,4.8,5.3c4.6,2,9.1-1.5,13.8-.8,1.9.3,2.7-2.6.8-2.9-3.4-.5-6.1.7-9.4,1.2-5.6.7-7.1-3-8.5-7.4s-2.7-9.5-7.3-11.5c-5.9-2.6-11.9,1.6-16.6,4.8-3.8,2.7-8.8,6.1-13.5,3.2a8.81,8.81,0,0,1-2.8-11.8,1.53,1.53,0,0,0-2.6-1.6Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M232.39,321.76c-2,5.3,1.8,9.7,6.6,11.5,4.2,1.6,26.2,2.7,25,9.5-.3,1.9,2.5,2.7,2.9.8,2.9-15.5-37.1-6.5-31.6-21,.7-1.8-2.2-2.6-2.9-.8Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M127.49,310.76a1.5,1.5,0,0,0,0-3,1.5,1.5,0,0,0,0,3Z" fill="#3AADAA"/>
|
||||
<path d="M126.19,315.26c7.7,0,7.7-12,0-12s-7.7,12,0,12Z" fill="#3AADAA"/>
|
||||
<path d="M253.49,181.16c-6-3.9-11.1-9.4-12.8-16.6-1.6-6.7.7-14.6,6.6-18.6s13.9-2.3,20.7-2.8a48.33,48.33,0,0,0,15.9-4c22.7-9.7,36.6-31.3,53.7-47.9,8.7-8.4,19.1-16.6,31.2-19.3,11.2-2.5,26.1.2,28.9,13.3,3.3,15.3-10.9,26.6-22,34.1-12.7,8.5-25.4,16.9-38.1,25.4-13.8,9.2-27.4,18.9-41.6,27.5-13.2,8.1-29.9,14.5-44.5,5.9a1.5,1.5,0,0,0-1.5,2.6c12,7.1,26.3,5,38.4-.8,15.6-7.4,29.9-18.7,44.2-28.2,14.9-9.9,29.8-19.7,44.7-29.7,10.9-7.3,22.4-16.4,23.7-30.5,1.1-11.8-6.9-20.8-18.3-22.8-12.3-2.2-24.4,2.9-34.3,9.8-24.3,17-38.5,47.4-67,58.6a47.83,47.83,0,0,1-13.3,3.2c-4.4.3-8.8-.2-13.2.3-6.6.7-12,3.9-15.1,9.8-6.7,12.8,1.3,26.3,12.3,33.4,1.5.9,3-1.6,1.4-2.7Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M258.59,163.06c-3.1-.5-2.7-3.2-2-5,.9-2.2,2.8-3,5-3.7a48,48,0,0,1,7.6-1.1,74.83,74.83,0,0,0,16.2-4.5,113.6,113.6,0,0,0,27.5-16.7c9.5-7.6,18.1-16.1,27-24.4,8.7-8.2,18.4-18.5,31.3-18.1l-1.5-1.5c1.1,11.7-9.7,19.5-18.2,25.5-10.2,7.2-20.3,14.5-30.5,21.7-9.4,6.7-18.7,13.7-28.3,20a79.16,79.16,0,0,1-15.2,8.1c-5.2,1.9-13.3,4.8-17.6-.1-1.3-1.4-3.4.7-2.1,2.1,6.8,7.7,20.5,1.4,27.8-2.4,12.6-6.5,23.9-15.8,35.5-24,12-8.6,24.3-16.9,36.2-25.8,8.1-6.1,16.6-14.2,15.6-25.2a1.54,1.54,0,0,0-1.5-1.5c-13.5-.4-23.7,9.8-32.8,18.4-11.5,10.8-22.6,22.1-35.6,31a99.22,99.22,0,0,1-19.8,10.6c-6.8,2.6-13.6,3.4-20.7,4.8-4.1.8-8.3,2.7-9.1,7.2-.6,3.4,1,7,4.7,7.6,1.6.2,2.5-2.7.5-3Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M374.29,122.16c1.8-2.4,3.8-2.8,6-1a7.68,7.68,0,0,1,1.8,5c.1,1.8-.7,3.5-.8,5.3-.1,1.6.1,3.1,1.4,4.1,2.8,2.1,6.6-.5,8.3-2.8.8-1.1,1.5-3.2,2.6-3.9,4.4-2.9,4.1,1.3,4.9,3.1a5.75,5.75,0,0,0,2.8,3.3c4.9,2.4,8.9-2.4,11.2-6.1,1-1.6-1.6-3.1-2.6-1.5-1.5,2.3-5.3,8.5-8.8,2.9-.6-1-.5-2.5-1.1-3.6a4.9,4.9,0,0,0-3.6-2.8c-2-.2-3.7,1.1-5,2.5-1.8,1.9-6.6,10.9-6.9,3.2-.1-4.6,1-10-4.3-12.3a6.55,6.55,0,0,0-9,3.7c-.4,1.9,2.5,2.7,3.1.9Z" fill="#7C6576"/>
|
||||
<path d="M375.59,109.36a7.35,7.35,0,0,1,10.8,1.4c1.4,2.2.4,5.1,1.9,7.2a3.18,3.18,0,0,0,3.6,1.4,7.72,7.72,0,0,0,2.4-1.2c3.2-2,6-2.8,9,.4,1.3,1.4,3.4-.7,2.1-2.1a9.12,9.12,0,0,0-9.3-2.8c-1.8.6-4.5,3.3-5.5,1.3-.7-1.3-.3-3.3-.9-4.7-2.8-6-11.3-7.4-16-3-1.7,1.3.5,3.4,1.9,2.1Z" fill="#7C6576"/>
|
||||
<ellipse cx="126.69" cy="158.06" rx="62.1" ry="60.9" fill="#3AADAA"/>
|
||||
<path d="M72.89,218.36c-2.8,1.9-7.9,5.9-11.6,3.3-4.1-2.8.5-10.2,2-13.1a104.36,104.36,0,0,1,12.3-18.5c9.5-11.6,20.8-21.6,32.2-31.3,2.9-2.5-1.3-6.7-4.2-4.2-15.7,13.4-31.4,27.5-42.3,45.4-3.7,6.1-10.6,16.3-6.4,23.6,4.8,8.3,14.9,4.2,20.9.1,3.3-2.3.3-7.5-2.9-5.3Z" fill="#383E45"/>
|
||||
<path d="M130.09,139.46l27-21.9c3-2.4-1.3-6.7-4.2-4.2l-27,21.9c-3.1,2.4,1.2,6.6,4.2,4.2Z" fill="#383E45"/>
|
||||
<path d="M181.39,105.66c4.6-2.4,21.3-12.2,24.3-4.3,2.6,6.8-3.8,16.7-7.9,21.7-2.4,3,1.8,7.2,4.2,4.2,6-7.3,14-20.8,8.2-30.4-6.6-10.8-24.1-.5-31.9,3.6-3.4,1.8-.3,7,3.1,5.2Z" fill="#383E45"/>
|
||||
<path d="M97.29,189.76a290.88,290.88,0,0,1,45.4-41.9c3.1-2.3.1-7.5-3-5.2a295.85,295.85,0,0,0-46.6,42.9c-2.6,2.8,1.6,7.1,4.2,4.2Z" fill="#383E45"/>
|
||||
</g>
|
||||
<g id="group_6">
|
||||
<path d="M984.59,762.66a47.4,47.4,0,0,1-9.2,16c-1.3,1.5.9,3.6,2.1,2.1a50.88,50.88,0,0,0,10-17.3c.6-1.8-2.3-2.6-2.9-.8Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M984.39,765.16c1.4,2.6,1.7,5.7,2.9,8.5a35.43,35.43,0,0,0,4.2,7.3c1.1,1.5,3.7,0,2.6-1.5a31.14,31.14,0,0,1-4.5-8.2c-.9-2.5-1.3-5.2-2.6-7.6-.9-1.7-3.5-.2-2.6,1.5Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M975.49,780a45.32,45.32,0,0,1,5.7,12.2,1.48,1.48,0,0,0,2.7.4,27.39,27.39,0,0,1,8.9-10.5c1.6-1.1.1-3.7-1.5-2.6a31.94,31.94,0,0,0-10,11.6,25.12,25.12,0,0,1,2.7.4,50.56,50.56,0,0,0-6-12.9c-1-1.7-3.6-.2-2.5,1.4Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M794.49,670.16c-.8,6.2,4.4,10.8,10.4,11.3,10.5.7,16.8-10.7,26.6-12.5,7.3-1.3,10,4.5,13.9,9.3A17.9,17.9,0,0,0,854,684a19.15,19.15,0,0,0,19.5-5.2c1.3-1.4-.8-3.5-2.1-2.1a16,16,0,0,1-20.2,2.7c-5.7-3.6-7.2-11.4-14.1-13.3-6.2-1.7-12.4,1.8-17.2,5.3-3.1,2.3-6.2,4.8-9.9,6.1-4.6,1.6-13.4.3-12.4-6.6,0-1.8-2.8-2.6-3.1-.7Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M830.09,700.36a27.56,27.56,0,0,1,23.3-1c5.5,2.4,9.6,6.7,16,6.4,5.7-.2,10.8-3.3,15.7-6,6.1-3.3,17.9-7.6,21.1,1.9.6,1.8,3.5,1,2.9-.8-1.8-5.1-6.6-7.9-11.9-8.1-8.2-.2-14.7,5.9-22,8.6-5.6,2.1-10,1.3-15.1-1.7a35.59,35.59,0,0,0-10.3-4.7,31.38,31.38,0,0,0-21.3,2.7c-1.6,1-.1,3.5,1.6,2.7Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M713.09,875.86a31.73,31.73,0,0,1-8.9,24.1l2.4,1.8a49.25,49.25,0,0,0,6.2-12.6c.6-1.8-2.3-2.6-2.9-.8a44.08,44.08,0,0,1-5.9,11.9c-1,1.4,1.2,3,2.4,1.8a35,35,0,0,0,9.7-26.2c-.1-1.9-3.1-1.9-3,0Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M713.19,876.26a44.56,44.56,0,0,0,11.6,21.8c1.3,1.4,3.5-.7,2.1-2.1a42.48,42.48,0,0,1-10.8-20.5c-.4-1.9-3.3-1.1-2.9.8Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M703.79,904.46a73,73,0,0,1,12.9,19.1c.8,1.8,3.4.2,2.6-1.5a71.56,71.56,0,0,0-13.4-19.7c-1.3-1.5-3.4.7-2.1,2.1Z" fill="#383E45" opacity=".1"/>
|
||||
<path d="M719,923.56c3.2-7.6,6.5-15.1,9.7-22.7.8-1.8-1.8-3.3-2.6-1.5-3.2,7.6-6.5,15.1-9.7,22.7-.7,1.8,1.9,3.3,2.6,1.5Z" fill="#383E45" opacity=".1"/>
|
||||
<ellipse cx="858.59" cy="756.06" rx="58.6" ry="57.7" fill="#7C6576"/>
|
||||
<path d="M822.69,706.46c1.5-11.2,16.7-6.4,22.9-3.5a107.67,107.67,0,0,1,17.6,10.5,123.44,123.44,0,0,1,30.5,33.1,164.7,164.7,0,0,1,19.4,44.2c2,7.1,14.4,49.7-3.3,45.1-3.7-1-5.3,4.8-1.6,5.8,5.8,1.5,11.4-1.2,14.6-6.2,3.8-6,2.8-13.6,1.7-20.2a202.48,202.48,0,0,0-13.3-47.7c-11.8-28.1-31.7-53.6-59.1-67.9-7-3.6-15.2-7.6-23.3-5.9a14.74,14.74,0,0,0-12.2,12.8c-.4,3.8,5.6,3.7,6.1-.1Z" fill="#383E45"/>
|
||||
<path d="M890.79,762.86a91.19,91.19,0,0,1,14.8,53c-.1,3.9,5.9,3.9,6,0a95.66,95.66,0,0,0-15.6-56c-2.1-3.3-7.3-.3-5.2,3Z" fill="#383E45"/>
|
||||
<path d="M835,685.66a45.57,45.57,0,0,1,27,13.2c2.7,2.7,7-1.5,4.2-4.2a51.66,51.66,0,0,0-31.2-15c-3.8-.4-3.8,5.6,0,6Z" fill="#383E45"/>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 19 KiB |
|
|
@ -0,0 +1,106 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="shape" width="800" height="600">
|
||||
<style>
|
||||
@keyframes scale_1 {
|
||||
0%, 100% {transform: scale(1);}
|
||||
50% {transform: scale(.3);}
|
||||
}
|
||||
@keyframes scale_2 {
|
||||
0%, 100% {transform: scale(.3);}
|
||||
50% {transform: scale(1.5);}
|
||||
}
|
||||
.circle_scale {
|
||||
transform-box: fill-box;
|
||||
transform-origin: center;
|
||||
}
|
||||
#element_1_2 {animation: scale_1 5s linear infinite;}
|
||||
#element_1_3 {animation: scale_2 5s linear infinite;}
|
||||
#element_1_4 {animation: scale_2 5s linear infinite;}
|
||||
#element_1_6 {animation: scale_2 5s linear infinite;}
|
||||
#element_1_7 {animation: scale_1 5s linear infinite;}
|
||||
#element_1_8 {animation: scale_1 5s linear infinite;}
|
||||
#element_1_9 {animation: scale_2 5s linear infinite;}
|
||||
</style>
|
||||
<defs>
|
||||
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||||
<use xlink:href="#filterPath" fill="none"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M.8777.3843c.0549.1858.0061.4094-.1174.507c-.1242.0977-.323.0679-.4655-.0477c-.1417-.1152-.2278-.3163-.1829-.4867C.1568.1864.3322.0469.499.0501C.6651.0537.8235.1994.8777.3843z">
|
||||
<animate dur="30s" repeatCount="indefinite" attributeName="d" attributeType="XML"
|
||||
values="
|
||||
M.8777.3843c.0549.1858.0061.4094-.1174.507c-.1242.0977-.323.0679-.4655-.0477c-.1417-.1152-.2278-.3163-.1829-.4867C.1568.1864.3322.0469.499.0501C.6651.0537.8235.1994.8777.3843z;
|
||||
M.878.2951c.0628.1874-.0152.4925-.1548.6035c-.1396.111-.3412.0279-.4684-.11C.1276.6507.0735.4592.1123.3121c.0384-.1455.1692-.2452.336-.2602C.6151.0369.8164.1067.878.2951z;
|
||||
M.8841.4163c.0439.1606-.001.2795-.1563.3829c-.1553.1034-.4207.1921-.5427.1305c-.122-.0617-.1006-.275-.0118-.4796C.2621.2449.4184.0469.5629.05C.7074.0532.8402.2556.8841.4163z;
|
||||
M.8767.3493c.0618.1835-.0037.4234-.1495.5308c-.1458.1085-.3738.0842-.5012-.027C.0996.7428.0729.5454.1254.3753c.0526-.1709.1846-.3163.3442-.3248C.6294.0411.8158.1666.8767.3493z;
|
||||
M.8777.3843c.0549.1858.0061.4094-.1174.507c-.1242.0977-.323.0679-.4655-.0477c-.1417-.1152-.2278-.3163-.1829-.4867C.1568.1864.3322.0469.499.0501C.6651.0537.8235.1994.8777.3843z"
|
||||
calcMode="spline"
|
||||
keySplines=".56 .37 .43 .58;.56 .37 .43 .58;.56 .37 .43 .58;.56 .37 .43 .58"/>
|
||||
</path>
|
||||
<g id="animation">
|
||||
<animateTransform xlink:href="#shape" attributeName="transform" attributeType="XML" type="translate" dur="6s" values="0 0;0 8;0 0" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95"/>
|
||||
<animateTransform xlink:href="#group_1_1" attributeName="transform" attributeType="XML" type="translate" dur="10s" values="0 0;20 -20;0 0" repeatCount="indefinite" calcMode="spline" keySplines=".56 .37 .43 .58;.56 .37 .43 .58"/>
|
||||
<animateTransform xlink:href="#group_1_2" attributeName="transform" attributeType="XML" type="translate" dur="10s" values="0 0;0 20;0 0" repeatCount="indefinite" calcMode="spline" keySplines=".56 .37 .43 .58;.56 .37 .43 .58"/>
|
||||
<animateTransform xlink:href="#group_2_1" attributeName="transform" attributeType="XML" type="translate" dur="5s" values="0 0;-10 10;0 0" repeatCount="indefinite" calcMode="spline" keySplines=".56 .37 .43 .58;.56 .37 .43 .58"/>
|
||||
<animateTransform xlink:href="#group_2_1" attributeName="transform" attributeType="XML" type="rotate" dur="5s" values="0;-10;0" repeatCount="indefinite" calcMode="spline" keySplines=".56 .37 .43 .58;.56 .37 .43 .58" additive="sum"/>
|
||||
<animateTransform xlink:href="#group_2_2" attributeName="transform" attributeType="XML" type="translate" dur="10s" values="5 -5;15 -15;5 -5" repeatCount="indefinite" calcMode="spline" keySplines=".56 .37 .43 .58;.56 .37 .43 .58"/>
|
||||
<animateTransform xlink:href="#element_1_1" attributeName="transform" attributeType="XML" type="translate" dur="5s" values="0 0;-10 -10;0 0" repeatCount="indefinite" calcMode="spline" keySplines=".56 .37 .43 .58;.56 .37 .43 .58"/>
|
||||
<animateMotion xlink:href="#element_1_5" dur="10s" repeatCount="indefinite" path="M0-0.5l26.6,24z" calcMode="spline" keyTimes="0;1" keySplines=".56 .37 .43 .58"/>
|
||||
<animateTransform xlink:href="#element_2_1" attributeName="transform" attributeType="XML" type="scale" dur="5s" values=".75;1;.75" repeatCount="indefinite" calcMode="spline" keySplines=".56 .37 .43 .58;.56 .37 .43 .58"/>
|
||||
<animateTransform xlink:href="#element_2_1" attributeName="transform" attributeType="XML" type="rotate" dur="5s" values="0;15;0" repeatCount="indefinite" calcMode="spline" keySplines=".56 .37 .43 .58;.56 .37 .43 .58" additive="sum"/>
|
||||
<animateTransform xlink:href="#element_2_2" attributeName="transform" attributeType="XML" type="scale" dur="5s" values="1;1.25;1" repeatCount="indefinite" calcMode="spline" keySplines=".56 .37 .43 .58;.56 .37 .43 .58"/>
|
||||
<animateTransform xlink:href="#element_2_2" attributeName="transform" attributeType="XML" type="rotate" dur="5s" values="0;-15;0" repeatCount="indefinite" calcMode="spline" keySplines=".56 .37 .43 .58;.56 .37 .43 .58" additive="sum"/>
|
||||
<animateMotion xlink:href="#element_2_3" dur="6s" repeatCount="indefinite" path="M0,23.31,31.76,0z" calcMode="spline" keyTimes="0;1" keySplines=".56 .37 .43 .58"/>
|
||||
<animateMotion xlink:href="#element_2_4" dur="10s" repeatCount="indefinite" path="M41.36,0,0,30.35z" calcMode="spline" keyTimes="0;1" keySplines=".56 .37 .43 .58"/>
|
||||
</g>
|
||||
</defs>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#clip-path)"/>
|
||||
<svg viewBox="0 0 429.59 217.18" width="50%" preserveAspectRatio="xMidYMin meet">
|
||||
<path id="element_1_1" d="M384.7,31.56c-2.91,2.77-2.63,6.93-.13,10,3.62,4.49,9.74,3.69,14.76,5,3.45,1,4.9,3.08,6.53,5.9.85,1.45.08,1.56,1.35,2.84A4.79,4.79,0,0,0,411,56.65c4.11.07,6.62-.62,9.83,2.69,2.84,3,4.46,7,5.85,10.68.66,1.8,3.51.88,2.86-.93-1.56-4.24-3.42-8.75-6.7-12s-5.82-3.24-10-3.74a2.33,2.33,0,0,1-2.45-.87,2.13,2.13,0,0,1-2-2.21s0-.11,0-.17c-.53-.75-.72-1.59-1.32-2.41a11.62,11.62,0,0,0-5.21-3.63,27.18,27.18,0,0,0-6.73-1.36,18.26,18.26,0,0,1-5.87-1.4c-2.69-1.35-5.42-4.9-2.31-7.89C388.35,32.3,386.12,30.29,384.7,31.56Z" fill="#3AADAA"/>
|
||||
<g id="group_1_1">
|
||||
<circle id="element_1_2" cx="114.58" cy="209.58" r="7.6" fill="#3AADAA" class="circle_scale"/>
|
||||
<path d="M.49,113.59l29.75,26.89a1.5,1.5,0,1,0,2-2.22L2.51,111.37a1.5,1.5,0,1,0-2,2.22Z" fill="#383E45"/>
|
||||
<circle id="element_1_3" cx="44.74" cy="147.12" r="7" fill="#3AADAA" class="circle_scale"/>
|
||||
<path d="M59.25,165.36l27,24.41a1.5,1.5,0,1,0,2-2.23l-27-24.41a1.5,1.5,0,0,0-2,2.23Z" fill="#383E45"/>
|
||||
<circle id="element_1_4" cx="93.49" cy="195.63" r="3.8" fill="#7C6576" class="circle_scale"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M212,64.2l24.34,22a1.5,1.5,0,0,0,2-2.22L214.05,62a1.5,1.5,0,0,0-2,2.23Z" fill="#383E45"/>
|
||||
<circle id="element_1_5" cx="211.93" cy="61.55" r="15.9" fill="#7C6576"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M147.8,4.92,194.39,47a1.5,1.5,0,1,0,2-2.22L149.81,2.69a1.5,1.5,0,0,0-2,2.23Z" fill="#383E45"/>
|
||||
<circle id="element_1_6" cx="162.83" cy="16.48" r="7" fill="#7C6576" class="circle_scale"/>
|
||||
<circle id="element_1_7" cx="185.37" cy="36.73" r="5.4" fill="#3AADAA" class="circle_scale"/>
|
||||
</g>
|
||||
<g id="group_1_2">
|
||||
<path d="M294.67,2.61,321,26.42a1.5,1.5,0,0,0,2-2.23L296.68.39a1.5,1.5,0,1,0-2,2.22Z" fill="#383E45"/>
|
||||
<circle id="element_1_8" cx="329.88" cy="31.21" r="5.4" fill="#3AADAA" class="circle_scale"/>
|
||||
<path d="M339.85,42.25l20.92,18.91a1.5,1.5,0,0,0,2-2.23h0L341.87,40a1.5,1.5,0,0,0-2,2.23Z" fill="#383E45"/>
|
||||
<circle id="element_1_9" cx="380.2" cy="74.41" r="7.6" fill="#7C6576" class="circle_scale"/>
|
||||
</g>
|
||||
</svg>
|
||||
<svg viewBox="0 0 327.27 193.34" width="40%" height="100%" x="60%" preserveAspectRatio="xMidYMax meet">
|
||||
<path id="element_2_1" d="M199,104.05c-6.79-2.33-13.27,1.19-15.44,7.86-1.84,5.94-7.07,2.71-10.2,6.38-1.14,1.33-1.12,3-1.85,4.58-1.8,3.8-6.31,4.25-10.09,4.68a1.5,1.5,0,1,0,.33,3h0c3.56-.38,7.65-.9,10.45-3.33a10.94,10.94,0,0,0,2.58-3.76,13.39,13.39,0,0,1,1-2.57c1.24-1.52,2-1.2,4-1.54,2.78-.43,4.77-1.27,6-3.93,1.16-2.47,1.05-5,3.35-6.93a9.19,9.19,0,0,1,8.84-1.65C199.6,107.44,200.81,104.69,199,104.05Z" fill="#3AADAA" style="transform-box: fill-box" transform-origin="center"/>
|
||||
<path id="element_2_2" d="M53.84,33.07a11.7,11.7,0,0,0-7.75,1.6c-2.7,1.73-3.82,5.78-7,6.37-2.29.43-3.58,0-5.56,1.72s-5.36,9.76-9.08,7.41c-1.63-1-3.49,1.32-1.86,2.36,4.49,2.9,8.17-1,10.65-4.59,1.93-2.78,3.75-3,7-3.65a7.19,7.19,0,0,0,2.14-.46c1.41-.78,1.6-2,2.29-3.3a8.33,8.33,0,0,1,8.65-4.61C55.29,36.22,55.76,33.15,53.84,33.07Z" fill="#3AADAA" style="transform-box: fill-box" transform-origin="center"/>
|
||||
<g id="group_2_1" style="transform-box: fill-box" transform-origin="center">
|
||||
<path d="M170.32.29,140.25,22.36A1.5,1.5,0,1,0,142,24.78L172.1,2.71A1.5,1.5,0,0,0,170.32.29Z" fill="#383E45"/>
|
||||
<path d="M121,37.64,85.73,63.5a1.5,1.5,0,0,0,1.77,2.42l35.23-25.86A1.5,1.5,0,0,0,121,37.64Z" fill="#383E45"/>
|
||||
<circle cx="130.49" cy="32.38" r="16.6" fill="#3AADAA"/>
|
||||
</g>
|
||||
<g id="group_2_2" style="transform-box: fill-box" transform-origin="center">
|
||||
<path d="M118.08,103l-44,32.3a1.5,1.5,0,1,0,1.77,2.42l44-32.3a1.5,1.5,0,1,0-1.78-2.42Z" fill="#383E45"/>
|
||||
<path d="M37.77,159.73,16.49,175.35a1.5,1.5,0,0,0,1.77,2.42l21.29-15.62a1.5,1.5,0,0,0-1.78-2.42Z" fill="#383E45"/>
|
||||
<circle cx="11.4" cy="181.94" r="11.4" fill="#3AADAA"/>
|
||||
<circle cx="50.87" cy="151.73" r="7.8" fill="#7C6576"/>
|
||||
</g>
|
||||
<g>
|
||||
<circle cx="222.42" cy="156.44" r="5.4" fill="#3AADAA"/>
|
||||
<path d="M262.92,123.23l-29.34,21.54a1.5,1.5,0,1,0,1.77,2.42l29.35-21.54a1.5,1.5,0,1,0-1.78-2.42Z" fill="#383E45"/>
|
||||
<circle id="element_2_3" cx="232.96" cy="146.87" r="7.7" fill="#7C6576" transform="translate(0 -22)"/>
|
||||
<path d="M315.72,84.48l-38.93,28.58a1.5,1.5,0,1,0,1.77,2.41L317.5,86.89a1.5,1.5,0,1,0-1.78-2.41Z" fill="#383E45"/>
|
||||
<circle id="element_2_4" cx="276.17" cy="115.24" r="7.7" fill="#7C6576" transform="translate(0 -29)"/>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 10 KiB |
|
|
@ -0,0 +1,61 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="shape" width="800" height="600">
|
||||
<defs>
|
||||
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||||
<use xlink:href="#filterPath" fill="none"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M.8925.85 0 .85 0 0 .8925.1844Z">
|
||||
<animate dur="6s" repeatCount="indefinite" attributeName="d" attributeType="XML"
|
||||
values="
|
||||
M.8925.85 0 .85 0 0 .8925.1844Z;
|
||||
M.8925.85 0 .85 0 .05.8925.1644Z;
|
||||
M.8925.85 0 .85 0 0 .8925.1844Z"
|
||||
calcMode="spline"
|
||||
keySplines=".56 .37 .43 .58; .56 .37 .43 .58"/>
|
||||
<animateTransform attributeName="transform" attributeType="XML" type="translate" dur="6s" values="0 .02;0 0;0 .02" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95"/>
|
||||
</path>
|
||||
<g id="animation">
|
||||
<animateTransform xlink:href="#shape" attributeName="transform" attributeType="XML" type="translate" dur="6s" values="0 0;0 8;0 0" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95"/>
|
||||
<animateTransform xlink:href="#dots_grp_1" attributeName="transform" attributeType="XML" type="translate" dur="6s" values="0 0;0 -5;0 0" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95"/>
|
||||
<animateTransform xlink:href="#dots_grp_2" attributeName="transform" attributeType="XML" type="translate" dur="6s" begin="0.3s" values="0 0;0 -5;0 0" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95"/>
|
||||
<animateTransform xlink:href="#dots_grp_3" attributeName="transform" attributeType="XML" type="translate" dur="6s" begin="0.6s" values="0 0;0 -5;0 0" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95"/>
|
||||
<animateTransform xlink:href="#dots_grp_4" attributeName="transform" attributeType="XML" type="translate" dur="6s" begin="0.9s" values="0 0;0 -5;0 0" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95"/>
|
||||
</g>
|
||||
</defs>
|
||||
<svg id="background" viewBox="0 0 28.35 28.35" preserveAspectRatio="none" width="90%" height="65%" x="7%" y="30%">
|
||||
<rect width="28.35" height="28.35" fill="#7C6576"/>
|
||||
</svg>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#clip-path)"/>
|
||||
<svg id="dots" viewBox="0 0 27.4 46.88" width="15%" height="30%" x="65%">
|
||||
<g id="dots_grp_1">
|
||||
<rect y="5.62" width="1.62" height="1.62" fill="#3AADAA"/>
|
||||
<rect y="15.53" width="1.62" height="1.62" fill="#3AADAA"/>
|
||||
<rect y="25.44" width="1.62" height="1.62" fill="#3AADAA"/>
|
||||
<rect y="35.35" width="1.62" height="1.62" fill="#3AADAA"/>
|
||||
<rect y="45.26" width="1.62" height="1.62" fill="#3AADAA"/>
|
||||
</g>
|
||||
<g id="dots_grp_2">
|
||||
<rect x="8.59" y="5.62" width="1.62" height="1.62" fill="#3AADAA"/>
|
||||
<rect x="8.59" y="15.53" width="1.62" height="1.62" fill="#3AADAA"/>
|
||||
<rect x="8.59" y="25.44" width="1.62" height="1.62" fill="#3AADAA"/>
|
||||
<rect x="8.59" y="35.35" width="1.62" height="1.62" fill="#3AADAA"/>
|
||||
<rect x="8.59" y="45.26" width="1.62" height="1.62" fill="#3AADAA"/>
|
||||
</g>
|
||||
<g id="dots_grp_3">
|
||||
<rect x="17.18" y="5.62" width="1.62" height="1.62" fill="#3AADAA"/>
|
||||
<rect x="17.18" y="15.53" width="1.62" height="1.62" fill="#3AADAA"/>
|
||||
<rect x="17.18" y="25.44" width="1.62" height="1.62" fill="#3AADAA"/>
|
||||
<rect x="17.18" y="35.35" width="1.62" height="1.62" fill="#3AADAA"/>
|
||||
<rect x="17.18" y="45.26" width="1.62" height="1.62" fill="#3AADAA"/>
|
||||
</g>
|
||||
<g id="dots_grp_4">
|
||||
<rect x="25.78" y="5.62" width="1.62" height="1.62" fill="#3AADAA"/>
|
||||
<rect x="25.78" y="15.53" width="1.62" height="1.62" fill="#3AADAA"/>
|
||||
<rect x="25.78" y="25.44" width="1.62" height="1.62" fill="#3AADAA"/>
|
||||
<rect x="25.78" y="35.35" width="1.62" height="1.62" fill="#3AADAA"/>
|
||||
<rect x="25.78" y="45.26" width="1.62" height="1.62" fill="#3AADAA"/>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.1 KiB |
|
|
@ -0,0 +1,50 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="shape" width="800" height="600">
|
||||
<defs>
|
||||
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||||
<use xlink:href="#filterPath" fill="none"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M1 .7642.0749.95.0749.095 1 .095Z">
|
||||
<animate dur="6s" repeatCount="indefinite" attributeName="d" attributeType="XML"
|
||||
values="
|
||||
M1 .7642.0749.95.0749.095 1 .095Z;
|
||||
M1 .7842.0749.935.0749.095 1 .095Z;
|
||||
M1 .7642.0749.95.0749.095 1 .095Z"
|
||||
calcMode="spline"
|
||||
keySplines=".56 .37 .43 .58; .56 .37 .43 .58"/>
|
||||
<animateTransform attributeName="transform" attributeType="XML" type="translate" dur="6s" values="0 -.02;0 0;0 -.02" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95"/>
|
||||
</path>
|
||||
<g id="animation">
|
||||
<animateTransform xlink:href="#shape" attributeName="transform" attributeType="XML" type="translate" dur="6s" values="0 0;0 8;0 0" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95"/>
|
||||
<animateTransform xlink:href="#dots_grp_1" attributeName="transform" attributeType="XML" type="scale" dur="6s" values="1;.9;1" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95"/>
|
||||
<animateTransform xlink:href="#dots_grp_2" attributeName="transform" attributeType="XML" type="scale" dur="6s" begin="0.3s" values="1;.9;1" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95"/>
|
||||
<animateTransform xlink:href="#dots_grp_3" attributeName="transform" attributeType="XML" type="scale" dur="6s" begin="0.6s" values="1;.9;1" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95"/>
|
||||
</g>
|
||||
</defs>
|
||||
<svg id="background" viewBox="0 0 28.35 28.35" preserveAspectRatio="none" width="90%" height="65%">
|
||||
<rect width="28.35" height="28.35" fill="#383E45"/>
|
||||
</svg>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#clip-path)"/>
|
||||
<svg id="dots" viewBox="0 0 31.35 18.81" width="15%" height="30%" x="70%" y="70%">
|
||||
<g id="dots_grp_1" transform="scale(.5)">
|
||||
<rect x="29.73" width="1.62" height="1.62" transform="translate(31.35 -29.73) rotate(90)" fill="#7C6576"/>
|
||||
<rect x="19.82" width="1.62" height="1.62" transform="translate(21.44 -19.82) rotate(90)" fill="#7C6576"/>
|
||||
<rect x="9.91" width="1.62" height="1.62" transform="translate(11.53 -9.91) rotate(90)" fill="#7C6576"/>
|
||||
<rect width="1.62" height="1.62" transform="translate(1.62 0) rotate(90)" fill="#7C6576"/>
|
||||
</g>
|
||||
<g id="dots_grp_2">
|
||||
<rect x="29.73" y="8.59" width="1.62" height="1.62" transform="translate(39.94 -21.14) rotate(90)" fill="#7C6576"/>
|
||||
<rect x="19.82" y="8.59" width="1.62" height="1.62" transform="translate(30.03 -11.23) rotate(90)" fill="#7C6576"/>
|
||||
<rect x="9.91" y="8.59" width="1.62" height="1.62" transform="translate(20.12 -1.32) rotate(90)" fill="#7C6576"/>
|
||||
<rect y="8.59" width="1.62" height="1.62" transform="translate(10.21 8.59) rotate(90)" fill="#7C6576"/>
|
||||
</g>
|
||||
<g id="dots_grp_3">
|
||||
<rect x="29.73" y="17.18" width="1.62" height="1.62" transform="translate(48.54 -12.55) rotate(90)" fill="#7C6576"/>
|
||||
<rect x="19.82" y="17.18" width="1.62" height="1.62" transform="translate(38.63 -2.64) rotate(90)" fill="#7C6576"/>
|
||||
<rect x="9.91" y="17.18" width="1.62" height="1.62" transform="translate(28.72 7.27) rotate(90)" fill="#7C6576"/>
|
||||
<rect y="17.18" width="1.62" height="1.62" transform="translate(18.81 17.18) rotate(90)" fill="#7C6576"/>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.9 KiB |
|
|
@ -0,0 +1,57 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="shape" width="800" height="600">
|
||||
<style>
|
||||
@keyframes rotate {
|
||||
from {transform: rotate(0deg);}
|
||||
to {transform: rotate(-360deg);}
|
||||
}
|
||||
#triangles polygon {
|
||||
transform-box: fill-box;
|
||||
transform-origin: center;
|
||||
}
|
||||
</style>
|
||||
<defs>
|
||||
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||||
<use xlink:href="#filterPath" fill="none"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M0 .0975.95.0975.95.9525 0 .7667Z">
|
||||
<animate dur="6s" repeatCount="indefinite" attributeName="d" attributeType="XML"
|
||||
values="
|
||||
M0 .0975.95.0975.95.9525 0 .7667Z;
|
||||
M0 .0975.95.0975.95.9325 0 .7867Z;
|
||||
M0 .0975.95.0975.95.9525 0 .7667Z"
|
||||
calcMode="spline"
|
||||
keySplines=".56 .37 .43 .58; .56 .37 .43 .58"/>
|
||||
<animateTransform attributeName="transform" attributeType="XML" type="translate" dur="6s" values="0 -.02;0 0;0 -.02" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95"/>
|
||||
</path>
|
||||
<g id="animation">
|
||||
<animateTransform xlink:href="#shape" attributeName="transform" attributeType="XML" type="translate" dur="6s" values="0 0;0 8;0 0" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95"/>
|
||||
<animate xlink:href="#background" dur="12s" repeatCount="indefinite" attributeName="d" attributeType="XML"
|
||||
values="
|
||||
M0,0H28.35V28.35Z;
|
||||
M0 0H28.35V25.515Z;
|
||||
M0,0H28.35V28.35Z"
|
||||
calcMode="spline"
|
||||
keySplines=".56 .37 .43 .58; .56 .37 .43 .58"/>
|
||||
</g>
|
||||
</defs>
|
||||
<svg class="background" viewBox="0 0 28.35 28.35" preserveAspectRatio="none" width="90%" height="75%" x="10%">
|
||||
<path id="background" d="M0,0H28.35V28.35Z" fill="#3AADAA"/>
|
||||
</svg>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#clip-path)"/>
|
||||
<svg viewBox="0 0 22.02 18.6" width="15%" heigth="15%" x="5%" y="30%">
|
||||
<g id="triangles">
|
||||
<polygon points="1.93 0.96 2.73 0.96 2.33 1.65 1.93 2.34 1.53 1.65 1.13 0.96 1.93 0.96" fill="#383E45" style="animation: rotate 6s linear infinite"/>
|
||||
<polygon points="11.01 0.96 11.81 0.96 11.41 1.65 11.01 2.34 10.61 1.65 10.21 0.96 11.01 0.96" fill="#383E45" style="animation: rotate 6s .5s linear infinite"/>
|
||||
<polygon points="20.09 0.96 20.89 0.96 20.49 1.65 20.09 2.34 19.69 1.65 19.29 0.96 20.09 0.96" fill="#383E45" style="animation: rotate 6s 1s linear infinite"/>
|
||||
<polygon points="1.93 8.61 2.73 8.61 2.33 9.3 1.93 9.99 1.53 9.3 1.13 8.61 1.93 8.61" fill="#383E45" style="animation: rotate 6s 1.5s linear infinite"/>
|
||||
<polygon points="11.01 8.61 11.81 8.61 11.41 9.3 11.01 9.99 10.61 9.3 10.21 8.61 11.01 8.61" fill="#383E45" style="animation: rotate 6s 2s linear infinite"/>
|
||||
<polygon points="20.09 8.61 20.89 8.61 20.49 9.3 20.09 9.99 19.69 9.3 19.29 8.61 20.09 8.61" fill="#383E45" style="animation: rotate 6s 2.5s linear infinite"/>
|
||||
<polygon points="1.93 16.26 2.73 16.26 2.33 16.95 1.93 17.65 1.53 16.95 1.13 16.26 1.93 16.26" fill="#383E45" style="animation: rotate 6s 3s linear infinite"/>
|
||||
<polygon points="11.01 16.26 11.81 16.26 11.41 16.95 11.01 17.65 10.61 16.95 10.21 16.26 11.01 16.26" fill="#383E45" style="animation: rotate 6s 3.5s linear infinite"/>
|
||||
<polygon points="20.09 16.26 20.89 16.26 20.49 16.95 20.09 17.65 19.69 16.95 19.29 16.26 20.09 16.26" fill="#383E45" style="animation: rotate 6s 4s linear infinite"/>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.6 KiB |
|
|
@ -0,0 +1,69 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="shape" width="800" height="600">
|
||||
<defs>
|
||||
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||||
<use xlink:href="#filterPath" fill="none"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M.0025.2235.8425.05.8425.85.0025.85Z">
|
||||
<animate dur="6s" repeatCount="indefinite" attributeName="d" attributeType="XML"
|
||||
values="
|
||||
M.0025.2235.8425.05.8425.85.0025.85Z;
|
||||
M.0025.2035.8425.075.8425.85.0025.85Z;
|
||||
M.0025.2235.8425.05.8425.85.0025.85Z"
|
||||
calcMode="spline"
|
||||
keySplines=".56 .37 .43 .58; .56 .37 .43 .58"/>
|
||||
</path>
|
||||
<g id="animation">
|
||||
<animateTransform xlink:href="#shape" attributeName="transform" attributeType="XML" type="translate" dur="6s" values="0 0;0 8;0 0" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95"/>
|
||||
<animateTransform xlink:href="#filterPath" attributeName="transform" attributeType="XML" type="translate" dur="6s" values="0 -.02;0 0;0 -.02" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95"/>
|
||||
</g>
|
||||
</defs>
|
||||
<svg class="triangle" viewBox="0 0 28.35 28.35" width="95%" height="90%">
|
||||
<path id="triangle" d="M28.35,28.35H0V0Z" fill="#7C6576"/>
|
||||
</svg>
|
||||
<svg id="dots" viewBox="0 0 71.53 49.13" width="45%" height="45%" x="53%" y="53%">
|
||||
<rect x="5.39" y="3.7" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="13.83" y="3.7" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="22.28" y="3.7" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="30.73" y="3.7" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="39.18" y="3.7" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="47.63" y="3.7" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="56.08" y="3.7" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="64.53" y="3.7" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="5.39" y="13.73" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="13.83" y="13.73" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="22.28" y="13.73" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="30.73" y="13.73" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="39.18" y="13.73" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="47.63" y="13.73" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="56.08" y="13.73" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="64.53" y="13.73" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="5.39" y="23.76" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="13.83" y="23.76" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="22.28" y="23.76" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="30.73" y="23.76" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="39.18" y="23.76" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="47.63" y="23.76" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="56.08" y="23.76" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="64.53" y="23.76" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="5.39" y="33.78" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="13.83" y="33.78" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="22.28" y="33.78" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="30.73" y="33.78" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="39.18" y="33.78" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="47.63" y="33.78" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="56.08" y="33.78" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="64.53" y="33.78" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="5.39" y="43.81" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="13.83" y="43.81" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="22.28" y="43.81" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="30.73" y="43.81" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="39.18" y="43.81" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="47.63" y="43.81" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="56.08" y="43.81" width="1.62" height="1.62" fill="#383E45"/>
|
||||
<rect x="64.53" y="43.81" width="1.62" height="1.62" fill="#383E45"/>
|
||||
</svg>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#clip-path)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.7 KiB |
|
|
@ -0,0 +1,32 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800" height="600" id="shape">
|
||||
<defs>
|
||||
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||||
<use xlink:href="#filterPath" fill="none"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M0.947,0.9468L0.0495,1L0,0l1,0.1065L0.947,0.9468z">
|
||||
<animateTransform attributeName="transform" attributeType="XML" type="scale" dur="12s" values="1;.95;1" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95"/>
|
||||
<animateTransform attributeName="transform" attributeType="XML" type="rotate" dur="12s" values="0; -6;0" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95" additive="sum"/>
|
||||
</path>
|
||||
<g id="animation">
|
||||
<animateTransform xlink:href="#shape" attributeName="transform" attributeType="XML" type="translate" dur="6s" values="0 0;0 8;0 0" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95"/>
|
||||
</g>
|
||||
</defs>
|
||||
<svg viewBox="0 0 28.3 28.3" preserveAspectRatio="none">
|
||||
<path id="background_1" d="M0.3,0.3l27.8,2.8l-1.5,21.6L1.7,26L0.3,0.3 M0,0l1.4,26.3l25.3-1.4l1.6-22.1L0,0L0,0z" fill="#7C6576">
|
||||
<animateTransform attributeName="transform" attributeType="XML" begin="1.5s" type="scale" dur="12s" values="1;.95;1" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95"/>
|
||||
<animateTransform attributeName="transform" attributeType="XML" begin="1.5s" type="rotate" dur="12s" values="0; -6;0" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95" additive="sum"/>
|
||||
</path>
|
||||
<path id="background_2" d="M0.3,0.3l27.8,2.8l-1.5,21.6L1.7,26L0.3,0.3 M0,0l1.4,26.3l25.3-1.4l1.6-22.1L0,0L0,0z" fill="#7C6576" opacity=".75">
|
||||
<animateTransform attributeName="transform" attributeType="XML" begin="2.5s" type="scale" dur="12s" values="1;.95;1" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95"/>
|
||||
<animateTransform attributeName="transform" attributeType="XML" begin="2.5s" type="rotate" dur="12s" values="0; -6;0" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95" additive="sum"/>
|
||||
</path>
|
||||
<path id="background_3" d="M0.3,0.3l27.8,2.8l-1.5,21.6L1.7,26L0.3,0.3 M0,0l1.4,26.3l25.3-1.4l1.6-22.1L0,0L0,0z" fill="#7C6576" opacity=".5">
|
||||
<animateTransform attributeName="transform" attributeType="XML" begin="3.5s" type="scale" dur="12s" values="1;.95;1" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95"/>
|
||||
<animateTransform attributeName="transform" attributeType="XML" begin="3.5s" type="rotate" dur="12s" values="0; -6;0" repeatCount="indefinite" calcMode="spline" keySplines=".45 .05 .55 .95;.45 .05 .55 .95" additive="sum"/>
|
||||
</path>
|
||||
</svg>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#clip-path)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.1 KiB |
|
|
@ -0,0 +1,58 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800" height="600">
|
||||
<style>
|
||||
@keyframes rotate {
|
||||
0%, 100% {transform: rotate(45deg) scale(.8);}
|
||||
50% {transform: rotate(225deg) scale(.8);}
|
||||
}
|
||||
#triangles path {
|
||||
transform-box: fill-box;
|
||||
transform-origin: center;
|
||||
transform: rotate(45deg) scale(.8);
|
||||
}
|
||||
#line_1 {animation: rotate 15s cubic-bezier(.45, .05, .55, .95) infinite;}
|
||||
#line_2 {animation: rotate 15s .1s cubic-bezier(.45, .05, .55, .95) infinite;}
|
||||
#line_3 {animation: rotate 15s .2s cubic-bezier(.45, .05, .55, .95) infinite;}
|
||||
#line_4 {animation: rotate 15s .3s cubic-bezier(.45, .05, .55, .95) infinite;}
|
||||
#line_5 {animation: rotate 15s .4s cubic-bezier(.45, .05, .55, .95) infinite;}
|
||||
#line_6 {animation: rotate 15s .5s cubic-bezier(.45, .05, .55, .95) infinite;}
|
||||
#line_7 {animation: rotate 15s .6s cubic-bezier(.45, .05, .55, .95) infinite;}
|
||||
#line_8 {animation: rotate 15s .7s cubic-bezier(.45, .05, .55, .95) infinite;}
|
||||
#line_9 {animation: rotate 15s .8s cubic-bezier(.45, .05, .55, .95) infinite;}
|
||||
#line_10 {animation: rotate 15s .9s cubic-bezier(.45, .05, .55, .95) infinite;}
|
||||
#line_11 {animation: rotate 15s 1s cubic-bezier(.45, .05, .55, .95) infinite;}
|
||||
</style>
|
||||
<defs>
|
||||
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||||
<use xlink:href="#filterPath" fill="none"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M.7461.2174c.0794.0405.1403.1538.1271.2672c-.0133.1106-.1033.2213-.2171.2753c-.1138.054-.2515.054-.3521-.0027c-.1006-.0567-.1668-.17-.1774-.2807c-.0106-.1079.0344-.2132.1006-.251c.0662-.0378.1562-.0054.2488-.0081c.0953-.0027.1906-.0378.2701 0z">
|
||||
<animate dur="12s" repeatCount="indefinite" attributeName="d" attributeType="XML"
|
||||
values="
|
||||
M.7461.2174c.0794.0405.1403.1538.1271.2672c-.0133.1106-.1033.2213-.2171.2753c-.1138.054-.2515.054-.3521-.0027c-.1006-.0567-.1668-.17-.1774-.2807c-.0106-.1079.0344-.2132.1006-.251c.0662-.0378.1562-.0054.2488-.0081c.0953-.0027.1906-.0378.2701 0z;
|
||||
M.8462.216c.0583.047.0185.2117-.0344.3265c-.0557.1177-.1272.1853-.2067.2236c-.0795.0382-.1696.047-.2491.0118c-.0795-.0323-.1537-.1088-.1961-.2206c-.0425-.1118-.053-.253.008-.3029c.0557-.0441.1855.0059.3259-.0029c.1405-.0118.2942-.0824.3525-.0353z;
|
||||
M.7205.3445c.0955.0828.1825.1804.1459.2377c-.0365.0594-.1937.0806-.3285.1231c-.1348.0446-.2471.1103-.3144.0913c-.0702-.0191-.0955-.121-.0983-.208c-.0028-.0849.0112-.155.0618-.2293c.0505-.0743.1404-.1528.2358-.1592c.0983-.0043.2021.0616.2976.1444z;
|
||||
M.7461.2174c.0794.0405.1403.1538.1271.2672c-.0133.1106-.1033.2213-.2171.2753c-.1138.054-.2515.054-.3521-.0027c-.1006-.0567-.1668-.17-.1774-.2807c-.0106-.1079.0344-.2132.1006-.251c.0662-.0378.1562-.0054.2488-.0081c.0953-.0027.1906-.0378.2701 0z;
|
||||
M.7461.2174c.0794.0405.1403.1538.1271.2672c-.0133.1106-.1033.2213-.2171.2753c-.1138.054-.2515.054-.3521-.0027c-.1006-.0567-.1668-.17-.1774-.2807c-.0106-.1079.0344-.2132.1006-.251c.0662-.0378.1562-.0054.2488-.0081c.0953-.0027.1906-.0378.2701 0z"
|
||||
calcMode="spline" keySplines=".56 .37 .43 .58;.56 .37 .43 .58;.56 .37 .43 .58;.56 .37 .43 .58"/>
|
||||
</path>
|
||||
</defs>
|
||||
<svg viewBox="0 0 28.35 28.35" preserveAspectRatio="none">
|
||||
<g id="triangles">
|
||||
<path id="line_1" d="M6.58,12.42,11.6,4A3.22,3.22,0,0,1,17.18,4L22,12.6l4.82,8.58A3.21,3.21,0,0,1,24,26l-9.84-.11-9.85-.11a3.22,3.22,0,0,1-2.73-4.86Z" fill="none" stroke="#3AADAA" stroke-width="1" stroke-miterlimit="10" opacity=".2"/>
|
||||
<path id="line_2" d="M6.58,12.42,11.6,4A3.22,3.22,0,0,1,17.18,4L22,12.6l4.82,8.58A3.21,3.21,0,0,1,24,26l-9.84-.11-9.85-.11a3.22,3.22,0,0,1-2.73-4.86Z" fill="none" stroke="#3AADAA" stroke-width="1" stroke-miterlimit="10" opacity=".2"/>
|
||||
<path id="line_3" d="M6.58,12.42,11.6,4A3.22,3.22,0,0,1,17.18,4L22,12.6l4.82,8.58A3.21,3.21,0,0,1,24,26l-9.84-.11-9.85-.11a3.22,3.22,0,0,1-2.73-4.86Z" fill="none" stroke="#3AADAA" stroke-width="1" stroke-miterlimit="10" opacity=".2"/>
|
||||
<path id="line_4" d="M6.58,12.42,11.6,4A3.22,3.22,0,0,1,17.18,4L22,12.6l4.82,8.58A3.21,3.21,0,0,1,24,26l-9.84-.11-9.85-.11a3.22,3.22,0,0,1-2.73-4.86Z" fill="none" stroke="#3AADAA" stroke-width="1" stroke-miterlimit="10" opacity=".2"/>
|
||||
<path id="line_5" d="M6.58,12.42,11.6,4A3.22,3.22,0,0,1,17.18,4L22,12.6l4.82,8.58A3.21,3.21,0,0,1,24,26l-9.84-.11-9.85-.11a3.22,3.22,0,0,1-2.73-4.86Z" fill="none" stroke="#3AADAA" stroke-width="1" stroke-miterlimit="10" opacity=".2"/>
|
||||
<path id="line_6" d="M6.58,12.42,11.6,4A3.22,3.22,0,0,1,17.18,4L22,12.6l4.82,8.58A3.21,3.21,0,0,1,24,26l-9.84-.11-9.85-.11a3.22,3.22,0,0,1-2.73-4.86Z" fill="none" stroke="#3AADAA" stroke-width="1" stroke-miterlimit="10" opacity=".2"/>
|
||||
<path id="line_7" d="M6.58,12.42,11.6,4A3.22,3.22,0,0,1,17.18,4L22,12.6l4.82,8.58A3.21,3.21,0,0,1,24,26l-9.84-.11-9.85-.11a3.22,3.22,0,0,1-2.73-4.86Z" fill="none" stroke="#3AADAA" stroke-width="1" stroke-miterlimit="10" opacity=".2"/>
|
||||
<path id="line_8" d="M6.58,12.42,11.6,4A3.22,3.22,0,0,1,17.18,4L22,12.6l4.82,8.58A3.21,3.21,0,0,1,24,26l-9.84-.11-9.85-.11a3.22,3.22,0,0,1-2.73-4.86Z" fill="none" stroke="#3AADAA" stroke-width="1" stroke-miterlimit="10" opacity=".2"/>
|
||||
<path id="line_9" d="M6.58,12.42,11.6,4A3.22,3.22,0,0,1,17.18,4L22,12.6l4.82,8.58A3.21,3.21,0,0,1,24,26l-9.84-.11-9.85-.11a3.22,3.22,0,0,1-2.73-4.86Z" fill="none" stroke="#3AADAA" stroke-width="1" stroke-miterlimit="10" opacity=".2"/>
|
||||
<path id="line_10" d="M6.58,12.42,11.6,4A3.22,3.22,0,0,1,17.18,4L22,12.6l4.82,8.58A3.21,3.21,0,0,1,24,26l-9.84-.11-9.85-.11a3.22,3.22,0,0,1-2.73-4.86Z" fill="none" stroke="#3AADAA" stroke-width="1" stroke-miterlimit="10" opacity=".2"/>
|
||||
<path id="line_11" d="M6.58,12.42,11.6,4A3.22,3.22,0,0,1,17.18,4L22,12.6l4.82,8.58A3.21,3.21,0,0,1,24,26l-9.84-.11-9.85-.11a3.22,3.22,0,0,1-2.73-4.86Z" fill="none" stroke="#3AADAA" stroke-width="1" stroke-miterlimit="10" opacity=".2"/>
|
||||
</g>
|
||||
</svg>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#clip-path)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.3 KiB |
|
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>SVGs to Clip Path converter</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>This tool is made to help designers import shapes that have a clip path component.</p>
|
||||
<p>The shape must have at least one path set with an <code>id="filterPath"</code> and a maximum of 5 background colors</p>
|
||||
<input id="svgPicker" type="file" multiple>
|
||||
<button id="submitButton" type="button" name="convert">convert</button>
|
||||
<div id="downloadArea">
|
||||
<p>Your download link will appear here</p>
|
||||
</div>
|
||||
<script src="./convert-to-percentages.js" charset="utf-8"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,175 @@
|
|||
// The goal of this script is to have a shape ready for use with the
|
||||
// "Shape on Image" feature of Odoo.
|
||||
// Therefor we need to rearrange the file a little.
|
||||
// Marks which axis each parameter of a command belongs to, as well as whether
|
||||
// It's a positional measurement (x/y), a distance (dx/dy) or none (angles, flags)
|
||||
const commandAxes = {
|
||||
M: ["x", "y"],
|
||||
m: ["dx", "dy"],
|
||||
L: ["x", "y"],
|
||||
l: ["dx", "dy"],
|
||||
H: ["x"],
|
||||
h: ["dx"],
|
||||
V: ["y"],
|
||||
v: ["dy"],
|
||||
Z: [],
|
||||
z: [],
|
||||
C: ["x", "y", "x", "y", "x", "y"],
|
||||
c: ["dx", "dy", "dx", "dy", "dx", "dy"],
|
||||
S: ["x", "y", "x", "y"],
|
||||
s: ["dx", "dy", "dx", "dy"],
|
||||
Q: ["x", "y", "x", "y"],
|
||||
q: ["dx", "dy", "dx", "dy"],
|
||||
T: ["x", "y"],
|
||||
t: ["dx", "dy"],
|
||||
A: ["dx", "dy", "none", "none", "none", "x", "y"],
|
||||
a: ["dx", "dy", "none", "none", "none", "dx", "dy"],
|
||||
};
|
||||
|
||||
const toUserSpace = (x, y, width, height, precision = 4) => ({
|
||||
x: (val) => +((parseFloat(val) - x) / width).toFixed(precision),
|
||||
dx: (val) => +(parseFloat(val) / width).toFixed(precision),
|
||||
y: (val) => +((parseFloat(val) - y) / height).toFixed(precision),
|
||||
dy: (val) => +(parseFloat(val) / height).toFixed(precision),
|
||||
none: (val) => val,
|
||||
});
|
||||
|
||||
const filePicker = document.getElementById("svgPicker");
|
||||
const submitButton = document.getElementById("submitButton");
|
||||
submitButton.addEventListener("click", async (ev) => {
|
||||
if (!filePicker.files.length > 0) {
|
||||
alert("Please select files using the file picker first");
|
||||
return;
|
||||
}
|
||||
Array.from(filePicker.files).forEach(async (file) => {
|
||||
const fileReader = new FileReader();
|
||||
const readerPromise = new Promise((resolve, reject) => {
|
||||
fileReader.addEventListener("load", () => resolve(fileReader.result));
|
||||
fileReader.addEventListener("error", () => reject(fileReader.error));
|
||||
});
|
||||
fileReader.readAsText(file, "utf-8");
|
||||
const svgString = await readerPromise;
|
||||
const parser = new DOMParser();
|
||||
const svg = parser.parseFromString(svgString, "image/svg+xml");
|
||||
const path = svg.getElementById("filterPath");
|
||||
const svgDocumentElement = svg.documentElement;
|
||||
// Some SVGs come without xlink
|
||||
svgDocumentElement.setAttribute("xmlns:xlink", "http://www.w3.org/1999/xlink");
|
||||
// We add the SVG to the body so we can take measurements of its
|
||||
// original size
|
||||
document.body.appendChild(svg.documentElement);
|
||||
const { x, y, width, height } = svgDocumentElement.getBBox();
|
||||
const scalers = toUserSpace(x, y, width, height);
|
||||
|
||||
// Converts the clipPath in values between 0 and 1 so we can use
|
||||
// object bounding box as clip path units. It will make the clip path
|
||||
// always adapt to the size of the picture.
|
||||
const commands = path
|
||||
.getAttribute("d")
|
||||
.match(/[a-z][^a-z]*/gi)
|
||||
.map((c) => c.split(/[, ]|(?=-)|(?<=[a-z])(?=[0-9])/i).filter((part) => !!part.length));
|
||||
const relSpaceCommands = commands.map(([command, ...nums]) => {
|
||||
const axes = commandAxes[command];
|
||||
const relSpaceNums = nums.map((n, i) => {
|
||||
const scaler = scalers[axes[i % axes.length]];
|
||||
return scaler(n);
|
||||
});
|
||||
return `${command}${relSpaceNums.join(",")}`.replace(/,-/g, "-");
|
||||
});
|
||||
path.setAttribute("d", relSpaceCommands.join(""));
|
||||
path.removeAttribute("fill");
|
||||
svgDocumentElement.removeAttribute("viewBox");
|
||||
|
||||
let defsEl = svgDocumentElement.querySelector("defs");
|
||||
if (!defsEl) {
|
||||
defsEl = svg.createElementNS("http://www.w3.org/2000/svg", "defs");
|
||||
svgDocumentElement.appendChild(defsEl);
|
||||
}
|
||||
|
||||
let clipPathEl = svgDocumentElement.querySelector("clipPath");
|
||||
if (!clipPathEl) {
|
||||
clipPathEl = svg.createElementNS("http://www.w3.org/2000/svg", "clipPath");
|
||||
clipPathEl.setAttribute("id", "clip-path");
|
||||
defsEl.appendChild(clipPathEl);
|
||||
}
|
||||
|
||||
clipPathEl.setAttribute("clipPathUnits", "objectBoundingBox");
|
||||
const backgroundEls = svgDocumentElement.getElementsByClassName("background");
|
||||
// We set the BG elements into their own svg so that when the total
|
||||
// space gets stretched out, so does the backgrounds elements
|
||||
Array.from(backgroundEls).forEach((el) => {
|
||||
const bgBbox = el.getBBox();
|
||||
const svgBackground = document.createElement("svg");
|
||||
const strokeWidth = el.getAttribute("stroke-width");
|
||||
// If the background has a strokeWidth, the viewBox need to take it
|
||||
// into account
|
||||
if (strokeWidth) {
|
||||
const adj = parseFloat(strokeWidth) / 2;
|
||||
svgBackground.setAttributeNS(
|
||||
"http://www.w3.org/2000/svg",
|
||||
"viewBox",
|
||||
`${bgBbox.x - adj} ${bgBbox.y - adj} ${bgBbox.width + adj * 2} ${
|
||||
bgBbox.height + adj * 2
|
||||
}`
|
||||
);
|
||||
} else {
|
||||
svgBackground.setAttributeNS(
|
||||
"http://www.w3.org/2000/svg",
|
||||
"viewBox",
|
||||
`${bgBbox.x} ${bgBbox.y} ${bgBbox.width} ${bgBbox.height}`
|
||||
);
|
||||
}
|
||||
svgBackground.setAttributeNS(
|
||||
"http://www.w3.org/2000/svg",
|
||||
"preserveAspectRatio",
|
||||
"none"
|
||||
);
|
||||
svgBackground.appendChild(el);
|
||||
svgDocumentElement.appendChild(svgBackground);
|
||||
});
|
||||
|
||||
defsEl.appendChild(path);
|
||||
// Setting the clip path for use and for preview
|
||||
const useClipPathEl = document.createElementNS("http://www.w3.org/2000/svg", "use");
|
||||
useClipPathEl.setAttributeNS("http://www.w3.org/1999/xlink", "href", "#filterPath");
|
||||
useClipPathEl.setAttribute("fill", "none");
|
||||
clipPathEl.appendChild(useClipPathEl);
|
||||
|
||||
const svgPreviewEl = svg.createElementNS("http://www.w3.org/2000/svg", "svg");
|
||||
svgPreviewEl.setAttributeNS("http://www.w3.org/2000/svg", "viewBox", "0 0 1 1");
|
||||
svgPreviewEl.setAttribute("width", "600");
|
||||
svgPreviewEl.setAttribute("height", "600");
|
||||
svgPreviewEl.setAttribute("id", "preview");
|
||||
svgPreviewEl.setAttributeNS("http://www.w3.org/2000/svg", "preserveAspectRatio", "none");
|
||||
const previewUseEl = useClipPathEl.cloneNode(true);
|
||||
previewUseEl.setAttribute("fill", "darkgrey");
|
||||
svgPreviewEl.appendChild(previewUseEl);
|
||||
svgDocumentElement.appendChild(svgPreviewEl);
|
||||
|
||||
const imageEl = document.createElement("image");
|
||||
imageEl.setAttribute("xlink:href", "");
|
||||
imageEl.setAttribute("clip-path", "url(#clip-path)");
|
||||
svgDocumentElement.appendChild(imageEl);
|
||||
// Give a default size to the SVGs for an easier preview on disk
|
||||
svgDocumentElement.setAttribute("width", "600");
|
||||
svgDocumentElement.setAttribute("height", "600");
|
||||
|
||||
const outFile = new File([svgDocumentElement.outerHTML], filePicker.files[0].name, {
|
||||
type: "image/svg+xml",
|
||||
});
|
||||
const outFileReader = new FileReader();
|
||||
const outReaderPromise = new Promise((resolve, reject) => {
|
||||
outFileReader.addEventListener("load", () => resolve(outFileReader.result));
|
||||
outFileReader.addEventListener("error", () => reject(outFileReader.error));
|
||||
});
|
||||
outFileReader.readAsDataURL(outFile);
|
||||
const dataURL = await outReaderPromise;
|
||||
|
||||
const downloadLinkEl = document.createElement("a");
|
||||
downloadLinkEl.href = dataURL;
|
||||
downloadLinkEl.innerText = "Download";
|
||||
downloadLinkEl.setAttribute("download", file.name);
|
||||
downloadLinkEl.classList.add("dl_link");
|
||||
document.getElementById("downloadArea").appendChild(downloadLinkEl);
|
||||
});
|
||||
});
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800" height="600">
|
||||
<defs>
|
||||
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||||
<use xlink:href="#filterPath" fill="none"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M1,1H0V0H1Z"/>
|
||||
</defs>
|
||||
<svg y="7%" viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#clip-path)" y="7%" transform="translate(0, -1)">
|
||||
<animateMotion dur="1ms" repeatCount="indefinite"/>
|
||||
</image>
|
||||
<rect width="100%" height="7%" fill="#383E45"/>
|
||||
<svg height="7%" width="100%" viewBox="0 0 100 40" preserveAspectRatio="xMinYMid meet">
|
||||
<g>
|
||||
<path d="M72.88,20a8,8,0,1,0,8-8A8,8,0,0,0,72.88,20Z" fill="#61c454"/>
|
||||
<path d="M45.08,20a8,8,0,1,0,8-8A8,8,0,0,0,45.08,20Z" fill="#f4bd50"/>
|
||||
<path d="M17.14,20a8,8,0,1,0,8-8A8,8,0,0,0,17.14,20Z" fill="#ed695e"/>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1 KiB |
|
|
@ -0,0 +1,59 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800" height="600">
|
||||
<defs>
|
||||
<filter id="reverse_c">
|
||||
<feColorMatrix in="SourceGraphic" type="saturate" values="0"/>
|
||||
<feComponentTransfer>
|
||||
<feFuncR type="table" tableValues="1 0"/>
|
||||
<feFuncG type="table" tableValues="1 0"/>
|
||||
<feFuncB type="table" tableValues="1 0"/>
|
||||
</feComponentTransfer>
|
||||
<feComponentTransfer>
|
||||
<feFuncR type="linear" slope="10000" intercept="-4999.5"/>
|
||||
<feFuncG type="linear" slope="10000" intercept="-4999.5"/>
|
||||
<feFuncB type="linear" slope="10000" intercept="-4999.5"/>
|
||||
</feComponentTransfer>
|
||||
</filter>
|
||||
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||||
<use xlink:href="#filterPath" fill="none"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M1,1H0V0H1Z"/>
|
||||
</defs>
|
||||
<svg y="11%" viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#clip-path)" y="10.9%">
|
||||
<animateMotion dur="1ms" repeatCount="indefinite"/>
|
||||
</image>
|
||||
<svg preserveAspectRatio="none" width="100%" height="11%" viewBox="0 0 1 100">
|
||||
<rect width="1" height="100" fill="#383E45"/>
|
||||
<rect width="1" height="100" fill="#383E45" filter="url(#reverse_c)" opacity="0.2"/>
|
||||
<rect y="50" width="1" height="50" fill="#383E45"/>
|
||||
<rect y="60" width="1" height="30" fill="#FFFFFF"/>
|
||||
</svg>
|
||||
<svg preserveAspectRatio="xMinYMid meet" height="11%" viewBox="0 0 340 100">
|
||||
<rect transform="translate(-1, 0)" y="50" width="340" height="50" fill="#383E45"/>
|
||||
<g>
|
||||
<circle cx="29.71" cy="26.79" r="6.7" fill="#ff5b5c"/>
|
||||
<circle cx="50.77" cy="26.79" r="6.7" fill="#ffba44"/>
|
||||
<circle cx="71.82" cy="26.79" r="6.7" fill="#00c54b"/>
|
||||
</g>
|
||||
<g transform="translate(0, 1)">
|
||||
<path d="M340,50c-6.62,0-8.7-4.23-8.85-6.91v-18A17.23,17.23,0,0,0,313.92,7.9H119.66a17.22,17.22,0,0,0-17.22,17.22v18c-.16,2.69-2,6.92-8.61,6.92Z" fill="#383E45"/>
|
||||
<path fill="#383E45" filter="url(#reverse_c)" d="M318.52,31.39,316.13,29l2.39-2.44a.85.85,0,0,0,0-1.31,1.11,1.11,0,0,0-1.47,0l-2.3,2.34-2.3-2.34a1.13,1.13,0,0,0-1.48,0,.85.85,0,0,0,0,1.31l2.4,2.44L311,31.39a.85.85,0,0,0,0,1.31,1.15,1.15,0,0,0,1.48,0l2.3-2.34,2.3,2.34a1.14,1.14,0,0,0,1.47,0A.85.85,0,0,0,318.52,31.39Z"/>
|
||||
</g>
|
||||
<path fill="#383E45" filter="url(#reverse_c)" d="M99.37,80.37a7,7,0,1,1,1.18-1.29L98.29,75h2.13a5.68,5.68,0,1,0-1.75,4.1Z"/>
|
||||
<path fill="#383E45" filter="url(#reverse_c)" d="M21.7,74.29h8.64v1.42H21.7l3.81,3.81-1,1L19,75l5.52-5.52,1,1Z"/>
|
||||
<path fill="#383E45" filter="url(#reverse_c)" d="M64.55,74.29H55.91v1.42h8.64l-3.81,3.81,1,1L67.27,75l-5.52-5.52-1,1Z"/>
|
||||
<path d="M171.74,60a15,15,0,1,0,0,30H340V60Z" fill="#FFFFFF"/>
|
||||
<path d="M175.06,74.05h.44a.41.41,0,0,1,.31.14.51.51,0,0,1,.13.34v4.73a.51.51,0,0,1-.13.34.44.44,0,0,1-.31.13h-7a.44.44,0,0,1-.31-.13.51.51,0,0,1-.13-.34V74.53a.51.51,0,0,1,.13-.34.41.41,0,0,1,.31-.14h.44v-.47a3.49,3.49,0,0,1,.24-1.27,3.2,3.2,0,0,1,.66-1.07,3,3,0,0,1,1-.72,2.86,2.86,0,0,1,2.36,0,3,3,0,0,1,1,.72,3.37,3.37,0,0,1,.66,1.07,3.49,3.49,0,0,1,.24,1.27Zm-.88,0v-.47a2.49,2.49,0,0,0-.64-1.67,2.1,2.1,0,0,0-3-.16l-.15.16a2.45,2.45,0,0,0-.65,1.67v.47ZM171.54,76v1.89h.88V76Z" fill="#FFFFFF" filter="url(#reverse_c)"/>
|
||||
<rect y="60" x="320" width="30" height="30" fill="#FFFFFF"/>
|
||||
</svg>
|
||||
<svg preserveAspectRatio="xMaxYMid meet" height="11%" viewBox="0 0 110 100">
|
||||
<rect x="1" y="50" width="110" height="50" fill="#383E45"/>
|
||||
<path fill="#383E45" filter="url(#reverse_c)" d="M83.14,68.6A1.42,1.42,0,1,0,84.56,70,1.41,1.41,0,0,0,83.14,68.6Zm0,9.94A1.43,1.43,0,1,0,84.56,80,1.42,1.42,0,0,0,83.14,78.54Zm0-5A1.42,1.42,0,1,0,84.56,75,1.42,1.42,0,0,0,83.14,73.57Z"/>
|
||||
<circle opacity="0.2" cx="54.72" cy="74.99" r="10.42" fill="#383E45" filter="url(#reverse_c)"/>
|
||||
<path d="M15.87,60H0V90H15.87a15,15,0,1,0,0-30Z" fill="#FFFFFF"/>
|
||||
<rect y="60" x="-15" width="30" height="30" fill="#FFFFFF"/>
|
||||
<path fill="#FFFFFF" filter="url(#reverse_c)" d="M12.09,79.53l-5,2.8L8.2,76.7,4,72.8l5.7-.68,2.41-5.21,2.41,5.21,5.7.67L16,76.69l1.12,5.64Zm0-1.63,3,1.69-.68-3.4L17,73.84l-3.43-.4L12.09,70.3l-1.45,3.14-3.43.41,2.54,2.34-.68,3.39,3-1.68Z"/>
|
||||
</svg>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.5 KiB |
|
|
@ -0,0 +1,52 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800" height="600">
|
||||
<style>
|
||||
@media (orientation:portrait) {
|
||||
.hide_portrait {display: none;}
|
||||
}
|
||||
</style>
|
||||
<defs>
|
||||
<filter id="reverse_c">
|
||||
<feColorMatrix in="SourceGraphic" type="saturate" values="0"/>
|
||||
<feComponentTransfer>
|
||||
<feFuncR type="table" tableValues="1 0"/>
|
||||
<feFuncG type="table" tableValues="1 0"/>
|
||||
<feFuncB type="table" tableValues="1 0"/>
|
||||
</feComponentTransfer>
|
||||
<feComponentTransfer>
|
||||
<feFuncR type="linear" slope="10000" intercept="-4999.5"/>
|
||||
<feFuncG type="linear" slope="10000" intercept="-4999.5"/>
|
||||
<feFuncB type="linear" slope="10000" intercept="-4999.5"/>
|
||||
</feComponentTransfer>
|
||||
</filter>
|
||||
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||||
<use xlink:href="#filterPath" fill="none"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M1,1H0V0H1Z"/>
|
||||
</defs>
|
||||
<svg y="7%" viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#clip-path)" y="6.9%">
|
||||
<animateMotion dur="1ms" repeatCount="indefinite"/>
|
||||
</image>
|
||||
<rect width="100%" height="7%" fill="#383E45"/>
|
||||
<svg viewBox="0 0 190 53" preserveAspectRatio="xMinYMid meet" height="7%">
|
||||
<path class="hide_portrait" d="M153.26,33l-6.58-6.43a.76.76,0,0,1-.24-.55.73.73,0,0,1,.25-.56L153.26,19a.76.76,0,0,1,1.3.54.75.75,0,0,1-.22.53l-6,5.92,6,5.91a.77.77,0,0,1,.22.54.74.74,0,0,1-.72.75h0A.79.79,0,0,1,153.26,33Z" fill="#383E45" filter="url(#reverse_c)" opacity=".5"/>
|
||||
<path class="hide_portrait" d="M180.2,33.22a.79.79,0,0,0,.54-.22l6.58-6.44a.76.76,0,0,0,.24-.55.78.78,0,0,0-.24-.56L180.74,19a.75.75,0,0,0-1.3.5v0a.79.79,0,0,0,.22.54l6,5.91-6,5.91a.77.77,0,0,0-.22.54.74.74,0,0,0,.73.76Z" fill="#383E45" filter="url(#reverse_c)"/>
|
||||
<path class="hide_portrait" d="M101.32,33.66h14.36a2.28,2.28,0,0,0,2.6-2.57V21a2.28,2.28,0,0,0-2-2.58,2.35,2.35,0,0,0-.65,0H101.32a2.28,2.28,0,0,0-2.6,1.92,2.36,2.36,0,0,0,0,.65V31.09a2.29,2.29,0,0,0,2,2.57A2.36,2.36,0,0,0,101.32,33.66Zm0-1.34a1.15,1.15,0,0,1-1.29-1,1.4,1.4,0,0,1,0-.29V21a1.15,1.15,0,0,1,1-1.29.93.93,0,0,1,.29,0H105v12.6Zm14.32-12.61a1.17,1.17,0,0,1,1.29,1,1.31,1.31,0,0,1,0,.28V31a1.16,1.16,0,0,1-1,1.3h-9.6V19.71Zm-12.22,3.08a.47.47,0,1,0,0-.93h-1.78a.47.47,0,1,0,0,.93Zm0,2.15a.47.47,0,1,0,0-.93h-1.78a.48.48,0,0,0-.47.46.48.48,0,0,0,.47.47Zm0,2.15a.47.47,0,0,0,.47-.46.48.48,0,0,0-.47-.47h-1.78a.47.47,0,1,0,0,.93Z" fill="#383E45" filter="url(#reverse_c)"/>
|
||||
<circle cx="29.71" cy="25" r="6.7" fill="#ff5b5c"/>
|
||||
<circle cx="50.77" cy="25" r="6.7" fill="#ffba44"/>
|
||||
<circle cx="71.82" cy="25" r="6.7" fill="#00c54b"/>
|
||||
</svg>
|
||||
<svg viewBox="0 0 118 53" preserveAspectRatio="xMaxYMid meet" height="7%">
|
||||
<path class="hide_portrait" d="M7.5,28.26a.66.66,0,0,0,.66-.64V19.09l-.05-1.24.56.59,1.25,1.34a.61.61,0,0,0,.45.2.59.59,0,0,0,.61-.57.64.64,0,0,0-.19-.45L8,16.25a.62.62,0,0,0-.88-.07L7,16.25,4.21,19a.64.64,0,0,0-.2.43.59.59,0,0,0,.57.59h0a.61.61,0,0,0,.46-.2l1.26-1.34.56-.59,0,1.24v8.53A.66.66,0,0,0,7.5,28.26Zm-4.77,6.5h9.53a2.28,2.28,0,0,0,2.6-2.57V23.91a2.3,2.3,0,0,0-2.6-2.58H9.94v1.34h2.29a1.18,1.18,0,0,1,1.3,1,1.31,1.31,0,0,1,0,.28v8.14a1.18,1.18,0,0,1-1,1.31H2.75a1.17,1.17,0,0,1-1.29-1,1.4,1.4,0,0,1,0-.29V24a1.18,1.18,0,0,1,1-1.31,1.4,1.4,0,0,1,.29,0h2.3V21.33H2.73a2.29,2.29,0,0,0-2.6,1.93,2.36,2.36,0,0,0,0,.65v8.28a2.29,2.29,0,0,0,2,2.58A1.9,1.9,0,0,0,2.73,34.76Z" fill="#383E45" filter="url(#reverse_c)"/>
|
||||
<path d="M48.5,33a.75.75,0,0,0,.75-.73V26.76h5.36a.74.74,0,1,0,0-1.48H49.25V19.75a.74.74,0,1,0-1.48,0v5.53H42.39a.74.74,0,1,0,0,1.48h5.37v5.52A.74.74,0,0,0,48.5,33Z" fill="#383E45" filter="url(#reverse_c)"/>
|
||||
<path d="M83.32,30.87h1.42v1.27a2.3,2.3,0,0,0,2,2.58,2,2,0,0,0,.65,0h8.33a2.28,2.28,0,0,0,2.6-2.57v-8.4a2.3,2.3,0,0,0-2-2.58,2.75,2.75,0,0,0-.64,0H94.26V19.9a2.29,2.29,0,0,0-2-2.58,2.22,2.22,0,0,0-.63,0H83.32a2.3,2.3,0,0,0-2.6,1.93,2.36,2.36,0,0,0,0,.65v8.4a2.29,2.29,0,0,0,2,2.58A2.74,2.74,0,0,0,83.32,30.87Zm0-1.33a1.17,1.17,0,0,1-1.29-1,1.4,1.4,0,0,1,0-.29V20a1.17,1.17,0,0,1,1-1.31,1.41,1.41,0,0,1,.29,0h8.29a1.17,1.17,0,0,1,1.29,1,1.31,1.31,0,0,1,0,.28v1.2H87.35a2.28,2.28,0,0,0-2.6,1.92,2.36,2.36,0,0,0,0,.65v5.79Zm4,3.84a1.17,1.17,0,0,1-1.29-1,1.31,1.31,0,0,1,0-.28V23.82a1.17,1.17,0,0,1,1-1.31.87.87,0,0,1,.28,0h8.29a1.17,1.17,0,0,1,1.29,1,1.31,1.31,0,0,1,0,.28v8.25a1.18,1.18,0,0,1-1,1.31H87.37Z" fill="#383E45" filter="url(#reverse_c)"/>
|
||||
</svg>
|
||||
<svg preserveAspectRatio="none" height="5%" width="40%" x="30%" y="1%">
|
||||
<rect width="100%" height="100%" rx="5" fill="#383E45" filter="url(#reverse_c)" opacity="0.1"/>
|
||||
<svg viewBox="0 0 20 12.62" preserveAspectRatio="xMaxYMid meet" height="50%" y="25%">
|
||||
<path d="M5.39,5.85a.43.43,0,0,0,.34-.13L8.15,3.29a.46.46,0,0,0,.14-.35.5.5,0,0,0-.14-.35L5.73.14A.48.48,0,0,0,5.39,0a.47.47,0,0,0-.46.47h0a.51.51,0,0,0,.13.33L6.62,2.35a5.66,5.66,0,0,0-1-.09,5.18,5.18,0,1,0,5.17,5.18h0a.47.47,0,0,0-.45-.49h0a.46.46,0,0,0-.46.45v0A4.23,4.23,0,1,1,5.61,3.2h0a6.12,6.12,0,0,1,1.21.11L5.07,5.05a.48.48,0,0,0-.14.34.44.44,0,0,0,.44.46Z" fill="#383E45" filter="url(#reverse_c)" opacity="0.5"/>
|
||||
</svg>
|
||||
</svg>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.4 KiB |
|
|
@ -0,0 +1,178 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" viewBox="0 0 3000 1819" data-forced-size="true" width="3000" height="1819" data-img-aspect-ratio="20:9" data-img-perspective="[[33.19, -0.22], [99.24, 64.74], [66.26, 93.17], [0.75, 24.08]]">
|
||||
<defs>
|
||||
<mask id="mask" x="0" y="405.11" width="3000" height="1414.39" maskUnits="userSpaceOnUse">
|
||||
<path d="M59.35,598.6c-106.62-72.1-45.46-165.84-2.47-193.49-46.95,41-19.77,66.57,2.47,80.89,525.2,338.15,1573.14,1012,1770.18,1138.66l24.11,15.5c117.11,75.31,210,47.9,239.17,32.1l844-441c16.8-9.38,55.84-39.51,16.8-83.46,85,83,28.66,181.7-18.29,206.93-190.25,102.22-593.48,317.55-767.43,410.89C2074,1816,2037.84,1821.68,1992,1818.93c-62.76-3.75-92-28.9-138.36-58.76C1305,1406.39,178,678.81,59.35,598.6Z" fill="#1f1f1f"/>
|
||||
</mask>
|
||||
<mask id="mask-2" x="46.97" y="481.56" width="1925.26" height="1247.99" maskUnits="userSpaceOnUse">
|
||||
<path d="M77.63,535.39C45,514.64,44.52,494.89,49,481.56,50.45,488,73.19,503.29,87,512.67L1862,1653c6.42,4.44,25.89,18.37,66.21,34.57-19.76,16.79-45.46,7.3-56.82,0C1287.5,1312.4,111.24,556.72,77.63,535.39Z" fill="url(#gradient_01)"/>
|
||||
</mask>
|
||||
<mask id="mask-3" x="2472.99" y="1475.5" width="130.2" height="101.21" maskUnits="userSpaceOnUse">
|
||||
<path d="M2473,1561c.38-13.66,10.46-30,22.51-36.46l86.54-46.44c12.05-6.47,21.51-.63,21.13,13s-10.47,30-22.52,36.46l-86.53,46.45C2482.09,1580.54,2472.62,1574.71,2473,1561Z"/>
|
||||
</mask>
|
||||
<linearGradient id="gradient_01" x1="744.62" y1="-5623.42" x2="1099.39" y2="-5068.77" gradientTransform="matrix(1, 0, 0, -1, 0, -4157.39)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.63" stop-color="#949494"/>
|
||||
<stop offset="0.74" stop-color="#e0e0e0"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="gradient_02" cx="1492.06" cy="866.52" r="1376.29" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.05" stop-color="#696969"/>
|
||||
<stop offset="0.18" stop-color="#707072"/>
|
||||
<stop offset="0.19" stop-color="#b9b9b9"/>
|
||||
<stop offset="0.19" stop-color="#5d5d5d"/>
|
||||
<stop offset="0.2"/>
|
||||
<stop offset="0.2"/>
|
||||
<stop offset="0.21" stop-color="#717171"/>
|
||||
<stop offset="0.24" stop-color="#7e7e7e"/>
|
||||
<stop offset="0.37" stop-color="#848484"/>
|
||||
<stop offset="0.39"/>
|
||||
<stop offset="0.4" stop-color="#41413f"/>
|
||||
<stop offset="0.66" stop-color="#676767"/>
|
||||
<stop offset="0.68" stop-color="#c7c7c7"/>
|
||||
<stop offset="0.68"/>
|
||||
<stop offset="0.68"/>
|
||||
<stop offset="0.69" stop-color="#525252"/>
|
||||
<stop offset="0.73" stop-color="#737373"/>
|
||||
<stop offset="0.87" stop-color="#747474"/>
|
||||
<stop offset="0.88" stop-color="#434343"/>
|
||||
<stop offset="0.89"/>
|
||||
<stop offset="0.9"/>
|
||||
<stop offset="0.91" stop-color="#585858"/>
|
||||
<stop offset="0.92" stop-color="#6c6c6c"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient_03" cx="1444.21" cy="928.23" r="691.34" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.21" stop-color="#363636"/>
|
||||
<stop offset="0.21" stop-color="#f5f5f5"/>
|
||||
<stop offset="0.21" stop-color="silver"/>
|
||||
<stop offset="0.22"/>
|
||||
<stop offset="0.24" stop-color="#3c3c3c"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="gradient_04" x1="220.08" y1="-4439.05" x2="924.96" y2="-5411.79" gradientTransform="matrix(1, 0, 0, -1, 0, -4157.39)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.02"/>
|
||||
<stop offset="0.04" stop-color="#c3c3c3"/>
|
||||
<stop offset="0.05" stop-color="#7b7b7b"/>
|
||||
<stop offset="0.49" stop-color="#4a4a4a"/>
|
||||
<stop offset="1" stop-color="#c4c4c4" stop-opacity="0"/>
|
||||
<stop offset="1" stop-color="#403b3b" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="gradient_05" cx="-1357.46" cy="-1760.32" r="0.99" gradientTransform="matrix(-284, 249.85, 522.53, 593.4, 536223.7, 1384635.08)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#515151"/>
|
||||
<stop offset="0.18" stop-color="#676767"/>
|
||||
<stop offset="0.8" stop-color="#5a5a5a"/>
|
||||
<stop offset="0.87" stop-color="#a7a7a7"/>
|
||||
<stop offset="0.89" stop-color="#a5a5a5"/>
|
||||
<stop offset="0.9" stop-color="#8e8e8e"/>
|
||||
<stop offset="0.92" stop-color="#949494"/>
|
||||
<stop offset="0.92" stop-color="#929292"/>
|
||||
<stop offset="0.95" stop-color="#b9b9b9"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="gradient_06" x1="744.62" y1="-5623.42" x2="1099.39" y2="-5068.77" gradientTransform="matrix(1, 0, 0, -1, 0, -4157.39)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.61" stop-color="#4f4f4f"/>
|
||||
<stop offset="0.71" stop-color="#e0e0e0"/>
|
||||
<stop offset="0.91" stop-color="#fff"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_07" x1="2560.66" y1="-5724.5" x2="2497.49" y2="-5603.57" gradientTransform="matrix(1, 0, 0, -1, 0, -4157.39)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.53" stop-color="#313131"/>
|
||||
<stop offset="0.7" stop-color="#7b7b7b"/>
|
||||
<stop offset="0.82" stop-color="#9d9d9d"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_08" x1="166.92" y1="-4016.76" x2="181.97" y2="-4020.62" gradientTransform="matrix(0, 1, 1, 0, 6438.73, 1425.12)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.08" stop-color="#2f2f2f"/>
|
||||
<stop offset="0.47" stop-color="#f0f0f0"/>
|
||||
<stop offset="0.62" stop-color="#9a9a9a"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_09" x1="1569.63" y1="-6044.86" x2="1583.29" y2="-6052.29" gradientTransform="matrix(1, 0, 0, -1, 855.83, -4463.81)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.08" stop-color="#2f2f2f"/>
|
||||
<stop offset="0.47" stop-color="#979797"/>
|
||||
<stop offset="0.62" stop-color="#474747"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="gradient_10" cx="-1285.74" cy="-2028.86" r="0.99" gradientTransform="matrix(20.7, 1.48, 0.62, -8.59, 28420.78, -15282.63)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.21" stop-color="#191919"/>
|
||||
<stop offset="0.27" stop-color="#365153"/>
|
||||
<stop offset="0.4" stop-color="#1f5558"/>
|
||||
<stop offset="0.52" stop-color="#60acba"/>
|
||||
<stop offset="0.71" stop-color="#416961"/>
|
||||
<stop offset="0.92" stop-color="#191919"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient_11" cx="-1285.74" cy="-2028.86" r="0.99" gradientTransform="matrix(20.7, 1.48, 0.62, -8.59, 28420.78, -15282.63)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.41" stop-opacity="0"/>
|
||||
<stop offset="0.51"/>
|
||||
<stop offset="0.82" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient_12" cx="-1285.14" cy="-2028" r="0.99" gradientTransform="matrix(20.7, 1.48, 0.62, -8.59, 28420.78, -15282.63)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.09"/>
|
||||
<stop offset="0.17" stop-opacity="0.13"/>
|
||||
<stop offset="0.3" stop-opacity="0.13"/>
|
||||
<stop offset="0.46"/>
|
||||
<stop offset="0.63"/>
|
||||
<stop offset="0.68" stop-opacity="0"/>
|
||||
<stop offset="0.88" stop-opacity="0"/>
|
||||
<stop offset="0.95"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient_13" cx="-1226.26" cy="-2560.5" r="0.99" gradientTransform="matrix(5.88, -1.31, -0.72, -3.21, 5917.02, -9600.59)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.13" stop-color="#58a9d7"/>
|
||||
<stop offset="1" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="gradient_14" x1="2571.89" y1="-5669.05" x2="2494.95" y2="-5696.22" gradientTransform="matrix(1, 0, 0, -1, 0, -4157.39)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.27" stop-color="#a8a8a8"/>
|
||||
<stop offset="0.8" stop-color="#ababab"/>
|
||||
<stop offset="0.9" stop-color="#afafaf"/>
|
||||
<stop offset="0.96" stop-color="#404040"/>
|
||||
<stop offset="0.98" stop-color="#404040"/>
|
||||
<stop offset="1" stop-color="#404040" stop-opacity="0.69"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_15" x1="340.89" y1="910.27" x2="2477.28" y2="50.97" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#fff" stop-opacity="0.5"/>
|
||||
<stop offset="1" stop-color="#fff"/>
|
||||
</linearGradient>
|
||||
<clipPath id="screen_path">
|
||||
<polygon points="987.61 8.67 1045.15 16.11 2941.99 1148.82 2941.99 1260.79 1988.21 1757.72 34.02 490.88 65.81 407.09 939.6 16.11 987.61 8.67"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M0.3295,0.0048l0.0192,0.0041L0.9815,0.6316v0.0616l-0.3182,0.2732L0.0113,0.2699l0.0106-0.0461,0.2915-0.215Z"/>
|
||||
</defs>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#screen_path)" preserveAspectRatio="none" width="100%" height="100%">
|
||||
<animateMotion dur="1ms" repeatCount="indefinite"/>
|
||||
</image>
|
||||
<g id="device">
|
||||
<path d="M59.35,598.6c-106.62-72.1-45.46-165.84-2.47-193.49-46.95,41-19.77,66.57,2.47,80.89C584.53,824.14,1632.44,1497.93,1829.51,1624.65l24.13,15.51c117.11,75.31,210,47.9,239.17,32.1l844-441c16.8-9.38,55.84-39.51,16.8-83.46,85,83,28.66,181.7-18.29,206.93-190.25,102.22-593.48,317.55-767.43,410.89-160.33,86-226.82,51-314.28-5.43C1305,1406.39,178,678.81,59.35,598.6Z" fill="#1a1a1a"/>
|
||||
<path d="M2965.13,1163.15c-6.53-10.73-18.32-21.85-37.18-33-39-23.08-374.33-223.37-770.21-459.83C1786.79,448.75,1362.66,195.42,1079.31,26.36c-28.83-17.2-95.18-40.52-165.93-11.92-72.67,29.37-595,266.21-841.11,382.76-20.36,9.64-34.6,22.14-39.67,36.47s-.81,30.38,15.17,46.61c2.68,2.71,9.93,8.2,21.19,16.16s26.74,18.49,45.85,31.27c38.24,25.56,91.24,60.19,155.5,101.75,128.54,83.12,302.14,194,492.82,315.44,68.53,43.65,139.26,88.68,210.9,134.28,327,208.17,673,428.37,914.16,585,32.31,21,123.32,54.49,219.39,6.48h0c93.7-48.6,589.55-310.32,825.75-435.1,15.4-8.14,33.14-23.14,37.44-41.91C2972.94,1184.23,2971.68,1173.91,2965.13,1163.15Zm-61.38,53-835.46,436.65a156.16,156.16,0,0,1-156.51-6.83L84,477.27C57.64,460.39,60.45,421,89,408l831-377.64a159.17,159.17,0,0,1,147.39,8.2L2906,1135.17C2937.22,1153.78,2935.94,1199.36,2903.75,1216.19Z" stroke-width="1.98" fill="url(#gradient_02)" stroke="url(#gradient_03)"/>
|
||||
<path d="M2923.49,1130.49c-74.95-45-1256.16-751.84-1840.66-1097.59C1054.23,16,985.94-10.32,915.72,17.82c-72.48,29.05-591.3,266.7-836.86,382-26.14,12.27-66.06,44.64-18,78.77,44.48,31.61,1240.6,797.07,1827.4,1174.9,32,20.64,108.71,62,220.76,4.43,93.49-48.08,588.29-307,824-430.44C2981.8,1201.91,2962,1153.61,2923.49,1130.49Zm-19.74,85.7-835.46,436.65a156.16,156.16,0,0,1-156.51-6.83L84,477.27C57.64,460.39,60.45,421,89,408l831-377.64a159.17,159.17,0,0,1,147.39,8.2L2906,1135.17C2937.22,1153.78,2935.94,1199.36,2903.75,1216.19Z"/>
|
||||
<path d="M74.18,482.54c-37.07-24.69-32.12-29.63-26.69-47.41,0,20.25,6.92,29.14,33.6,47.41l1101.49,710.18C826.61,965.38,108.59,505.47,74.18,482.54Z" fill="url(#gradient_04)"/>
|
||||
<path d="M2885.44,1225.81c31.13-16.79,73.14-57.79,4.94-100.26C2965,1160.62,2954.62,1200.62,2885.44,1225.81Z"/>
|
||||
<path d="M101.85,402C72.2,417.85,44.52,446,89,480.57,14.88,439.58,70.72,410.44,101.85,402Z"/>
|
||||
<g mask="url(#mask)">
|
||||
<path d="M2925,1324.08c68.24-37,77.12-86.43,69.18-115.06,25.69,85.93-40.52,136.11-60.29,146.67-273.76,146.19-651.07,348.67-792.63,424.23s-221.88,25.18-280.19-14.81L961.68,1189.75l-885-579.3C21.3,575.39-13.29,543.29,5,469.7c-5.93,47.91,32.62,81.45,73.14,107.67,529.57,342.57,1678.65,1085.11,1815,1172.42,74.12,47.46,165.54,31.73,200.63,13.34C2290.47,1660,2850.36,1364.59,2925,1324.08Z" fill="url(#gradient_05)"/>
|
||||
</g>
|
||||
<path d="M77.63,535.39C45,514.64,44.52,494.89,49,481.56,50.45,488,73.19,503.29,87,512.67L1862,1653c6.42,4.44,25.89,18.37,66.21,34.57-19.76,16.79-45.46,7.3-56.82,0C1287.5,1312.4,111.24,556.72,77.63,535.39Z" fill="url(#gradient_06)"/>
|
||||
<g mask="url(#mask-2)">
|
||||
<ellipse cx="1932.21" cy="1689.54" rx="40.03" ry="40" fill="#454545"/>
|
||||
</g>
|
||||
<path d="M2120.48,1704.86c-39.14,20.14-67.53,3-77.58-8.9,14.82,0,51.39-13.83,54.85-15.8L2909.66,1252c12.35-6.42,40-19.25,52.87-35.55,9.09,40.29-20.75,57.11-36.57,65.18C2673.77,1414.29,2159.62,1684.7,2120.48,1704.86Z" fill="url(#gradient_07)"/>
|
||||
<path d="M2912.13,1367.17c30-36.74,9.71-90.49-4.45-114.2-3,1.48-15.81,8.39-18.78,9.88,29.65,51.75,15.32,97.45,4.45,114.4Z" fill="#383838" fill-opacity="0.81"/>
|
||||
<path d="M2149.1,1775.51c29.88-38.55,9.64-95.21-4.44-120.09l-18.78,9.91c29.48,54.29,15.26,101.79,4.45,119.57l9.38-4.63Z" fill="#383838" fill-opacity="0.81"/>
|
||||
<path d="M168,564.63,151.71,554C131.15,574.51,129,624.64,131,645.87c1.49,1,15.82,10.29,18.29,12C144.1,612.78,159.12,574,168,564.63Z" fill="#2b2b2b" fill-opacity="0.83"/>
|
||||
<path d="M441.28,740.15,425,729.78c-20.56,20.54-24.22,71.71-22.24,92.94,1.48,1,15.81,10.17,18.28,11.83C415.88,789.51,432.39,749.53,441.28,740.15Z" fill="#2b2b2b" fill-opacity="0.83"/>
|
||||
<path d="M2879.63,1321.2h0c4.74-2.06,8.57.46,8.57,5.62V1353a15.44,15.44,0,0,1-8.57,13.06h0c-4.73,2.06-8.57-.46-8.57-5.62v-26.22A15.46,15.46,0,0,1,2879.63,1321.2Z"/>
|
||||
<path d="M2855.91,1334h0c4.74-2.06,8.57.46,8.57,5.62v26.22a15.41,15.41,0,0,1-8.57,13.06h0c-4.73,2.06-8.57-.46-8.57-5.61v-26.22A15.46,15.46,0,0,1,2855.91,1334Z"/>
|
||||
<path d="M2833.18,1345.9h0c4.74-2.06,8.57.45,8.57,5.61v26.22a15.44,15.44,0,0,1-8.57,13.07h0c-4.73,2-8.57-.46-8.57-5.62V1359A15.43,15.43,0,0,1,2833.18,1345.9Z"/>
|
||||
<path d="M2810.45,1357.75h0c4.73-2.06,8.57.46,8.57,5.62v26.22a15.46,15.46,0,0,1-8.57,13.06h0c-4.73,2.06-8.57-.46-8.57-5.62v-26.22A15.46,15.46,0,0,1,2810.45,1357.75Z"/>
|
||||
<path d="M2787.72,1370.58h0c4.73-2,8.57.46,8.57,5.62v26.22a15.43,15.43,0,0,1-8.57,13.06h0c-4.73,2.06-8.57-.45-8.57-5.61v-26.22A15.46,15.46,0,0,1,2787.72,1370.58Z"/>
|
||||
<path d="M2763.51,1383.42h0c5-2.05,9.06.67,9.06,6.08v25.31a15.8,15.8,0,0,1-9.06,13.52h0c-5,2.05-9.07-.67-9.07-6.08v-25.31A15.79,15.79,0,0,1,2763.51,1383.42Z"/>
|
||||
<ellipse cx="2423.14" cy="1589.71" rx="9.03" ry="8.16" transform="translate(637.51 3872.32) rotate(-85.23)" fill="url(#gradient_08)"/>
|
||||
<ellipse cx="2424.91" cy="1584.06" rx="7.85" ry="9.72" transform="translate(-386.09 885.69) rotate(-19.2)" fill="url(#gradient_09)"/>
|
||||
<ellipse cx="2423.7" cy="1586.52" rx="8.61" ry="10.42" fill="#0b0b0b"/>
|
||||
<ellipse cx="560.37" cy="236.41" rx="29.65" ry="15.31" fill="#0c0c0c"/>
|
||||
<path d="M561.22,227.64c11.3.81,19.79,5.24,19,9.89s-10.65,7.77-21.94,7-19.79-5.23-19-9.88S549.92,226.84,561.22,227.64Z" fill="url(#gradient_10)"/>
|
||||
<path d="M561.22,227.64c11.3.81,19.79,5.24,19,9.89s-10.65,7.77-21.94,7-19.79-5.23-19-9.88S549.92,226.84,561.22,227.64Z" fill="url(#gradient_11)"/>
|
||||
<path d="M561.22,227.64c11.3.81,19.79,5.24,19,9.89s-10.65,7.77-21.94,7-19.79-5.23-19-9.88S549.92,226.84,561.22,227.64Z" fill="url(#gradient_12)"/>
|
||||
<path d="M547.35,233.68c3.21-.71,7.55-.19,9.7,1.17s1.3,3-1.91,3.76-7.55.2-9.7-1.16S544.14,234.4,547.35,233.68Z" fill="url(#gradient_13)"/>
|
||||
<path d="M2467.44,1563.26c.52-18.35,14-40.26,30.22-48.94l82.61-44.33c16.18-8.68,28.87-.85,28.35,17.5s-14,40.24-30.22,48.92l-82.59,44.34C2479.63,1589.43,2466.93,1581.6,2467.44,1563.26Z" fill="#353535"/>
|
||||
<path d="M2473,1561c.38-13.66,10.46-30,22.51-36.46l86.54-46.44c12.05-6.47,21.51-.63,21.13,13s-10.47,30-22.52,36.46l-86.53,46.45C2482.09,1580.54,2472.62,1574.71,2473,1561Z"/>
|
||||
<g mask="url(#mask-3)">
|
||||
<path d="M2501.14,1545.85l-23.72-.31c-2.47,0-1.9-3.06-1.42-4.46s1.67-1.79,3-1.94l20.95,1.56,67.2-36.55s2.47-1.14,3.46.5c1.49,2.46-1.78,4.54-1.78,4.54Z" fill="url(#gradient_14)"/>
|
||||
</g>
|
||||
<path d="M1067.33,38.57a159.17,159.17,0,0,0-147.39-8.2L100.45,402.8C83.73,412,68,425,65.93,441a40.64,40.64,0,0,0,.39,9.35c1.93,9.16,8.55,19.08,21.85,29.61l1132,723.86,412.46-828Z" opacity="0.4" fill="url(#gradient_15)"/>
|
||||
<path d="M59.35,598.6C178,678.81,1305,1406.39,1853.64,1760.17c87.46,56.39,153.95,91.46,314.28,5.43,173.95-93.34,577.18-308.67,767.43-410.89,46.09-24.77,101.22-120.4,22.77-202.39-7.25-7.93-17.17-15.64-29.67-23C2889.81,1106.42,2555.87,907,2169.2,676L2146,662.12C1777.57,442.09,1360,192.71,1079.81,25.51c-36.6-21.84-102.25-38.09-166.8-12C837.56,44,313.64,281.79,71.85,396.31c-12,5.68-21.64,12.23-28.68,19.39C3,451.91-36.25,534,59.35,598.6ZM86.72,405.11,918.34,27.46C965.84,5.87,1025,9.18,1069.82,35.91L2912,1132.11c31.2,18.6,28.43,72.16-3.76,89l-834.62,438.08c-49.63,25.94-119.56,22.54-166.73-7.63L81.14,479.57C54.74,462.69,58.19,418.07,86.72,405.11Z" fill="#383E45" style="mix-blend-mode: overlay" opacity="0.75"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 17 KiB |
|
|
@ -0,0 +1,207 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" viewBox="0 0 3000 1819" data-forced-size="true" width="3000" height="1819" data-img-aspect-ratio="20:9" data-img-perspective="[[0.75, 64.74], [66.8, -0.22], [99.24, 24.08], [33.73, 93.17]]">
|
||||
<defs>
|
||||
<mask id="mask" x="0" y="405.11" width="3000" height="1414.39" maskUnits="userSpaceOnUse">
|
||||
<path d="M1146.36,1760.17c-46.32,29.86-75.6,55-138.36,58.76-45.84,2.75-82-3-175.92-53.33-174-93.34-577.18-308.67-767.43-410.89-46.95-25.23-103.28-124-18.29-206.93-39,44,0,74.08,16.8,83.46l844,441c29.16,15.8,122.06,43.21,239.17-32.1l24.11-15.5c197-126.69,1245-800.51,1770.18-1138.66,22.24-14.32,49.42-39.9,2.47-80.89,43,27.65,104.15,121.39-2.47,193.49C2822.05,678.81,1695,1406.39,1146.36,1760.17Z" fill="#1f1f1f"/>
|
||||
</mask>
|
||||
<mask id="mask-2" x="1027.77" y="481.56" width="1925.26" height="1247.99" maskUnits="userSpaceOnUse">
|
||||
<path d="M1128.57,1687.57c-11.36,7.3-37.06,16.79-56.82,0,40.32-16.2,59.79-30.13,66.21-34.57L2913,512.67c13.83-9.38,36.57-24.69,38.05-31.11,4.45,13.33,4,33.08-28.66,53.83C2888.76,556.72,1712.5,1312.4,1128.57,1687.57Z" fill="url(#gradient_01)"/>
|
||||
</mask>
|
||||
<mask id="mask-3" x="396.8" y="1475.5" width="130.2" height="101.21" maskUnits="userSpaceOnUse">
|
||||
<path d="M505.86,1574.08l-86.53-46.45c-12.05-6.47-22.13-22.79-22.52-36.46s9.08-19.5,21.13-13l86.54,46.44c12,6.47,22.13,22.8,22.51,36.46S517.91,1580.54,505.86,1574.08Z"/>
|
||||
</mask>
|
||||
<linearGradient id="gradient_01" x1="780.07" y1="-5623.42" x2="1134.84" y2="-5068.77" gradientTransform="translate(3035.45 -4157.39) rotate(180)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.63" stop-color="#949494"/>
|
||||
<stop offset="0.74" stop-color="#e0e0e0"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="gradient_02" cx="-5249.67" cy="-1759.76" r="0.99" gradientTransform="matrix(350, 699.58, -1313.26, 656.41, -472182.75, 4828539.53)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.05" stop-color="#696969"/>
|
||||
<stop offset="0.18" stop-color="#707072"/>
|
||||
<stop offset="0.19" stop-color="#b9b9b9"/>
|
||||
<stop offset="0.19" stop-color="#5d5d5d"/>
|
||||
<stop offset="0.2"/>
|
||||
<stop offset="0.2"/>
|
||||
<stop offset="0.21" stop-color="#717171"/>
|
||||
<stop offset="0.24" stop-color="#7e7e7e"/>
|
||||
<stop offset="0.37" stop-color="#848484"/>
|
||||
<stop offset="0.39"/>
|
||||
<stop offset="0.4" stop-color="#41413f"/>
|
||||
<stop offset="0.66" stop-color="#676767"/>
|
||||
<stop offset="0.68" stop-color="#c7c7c7"/>
|
||||
<stop offset="0.68"/>
|
||||
<stop offset="0.68"/>
|
||||
<stop offset="0.69" stop-color="#525252"/>
|
||||
<stop offset="0.73" stop-color="#737373"/>
|
||||
<stop offset="0.87" stop-color="#747474"/>
|
||||
<stop offset="0.88" stop-color="#434343"/>
|
||||
<stop offset="0.89"/>
|
||||
<stop offset="0.9"/>
|
||||
<stop offset="0.91" stop-color="#585858"/>
|
||||
<stop offset="0.92" stop-color="#6c6c6c"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient_03" cx="-5248.93" cy="-1760.44" r="0.99" gradientTransform="matrix(300.26, 801.3, -1657.21, 620.41, -1340166.07, 5299057.82)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.21" stop-color="#363636"/>
|
||||
<stop offset="0.21" stop-color="#f5f5f5"/>
|
||||
<stop offset="0.21" stop-color="silver"/>
|
||||
<stop offset="0.22"/>
|
||||
<stop offset="0.24" stop-color="#3c3c3c"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="gradient_04" x1="255.53" y1="-4439.05" x2="960.41" y2="-5411.79" gradientTransform="translate(3035.45 -4157.39) rotate(180)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.02"/>
|
||||
<stop offset="0.04" stop-color="#c3c3c3"/>
|
||||
<stop offset="0.05" stop-color="#7b7b7b"/>
|
||||
<stop offset="0.49" stop-color="#4a4a4a"/>
|
||||
<stop offset="1" stop-color="#c4c4c4" stop-opacity="0"/>
|
||||
<stop offset="1" stop-color="#403b3b" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="gradient_05" cx="-5255.66" cy="-1757.04" r="0.99" gradientTransform="matrix(284, 249.85, -522.53, 593.4, 575573.86, 2356651.76)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#515151"/>
|
||||
<stop offset="0.18" stop-color="#676767"/>
|
||||
<stop offset="0.8" stop-color="#5a5a5a"/>
|
||||
<stop offset="0.87" stop-color="#a7a7a7"/>
|
||||
<stop offset="0.89" stop-color="#a5a5a5"/>
|
||||
<stop offset="0.9" stop-color="#8e8e8e"/>
|
||||
<stop offset="0.92" stop-color="#949494"/>
|
||||
<stop offset="0.92" stop-color="#929292"/>
|
||||
<stop offset="0.95" stop-color="#b9b9b9"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="gradient_06" x1="780.07" y1="-5623.42" x2="1134.84" y2="-5068.77" gradientTransform="translate(3035.45 -4157.39) rotate(180)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.61" stop-color="#4f4f4f"/>
|
||||
<stop offset="0.71" stop-color="#e0e0e0"/>
|
||||
<stop offset="0.91" stop-color="#fff"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_07" x1="2596.11" y1="-5724.5" x2="2532.94" y2="-5603.57" gradientTransform="translate(3035.45 -4157.39) rotate(180)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.53" stop-color="#313131"/>
|
||||
<stop offset="0.7" stop-color="#7b7b7b"/>
|
||||
<stop offset="0.82" stop-color="#9d9d9d"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_08" x1="407.29" y1="-3553.99" x2="422.35" y2="-3557.85" gradientTransform="matrix(-1, 0, 0, -1, 752.56, -2082.85)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.08" stop-color="#2f2f2f"/>
|
||||
<stop offset="0.47" stop-color="#f0f0f0"/>
|
||||
<stop offset="0.62" stop-color="#9a9a9a"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_09" x1="1643.24" y1="-7295.54" x2="1656.9" y2="-7302.97" gradientTransform="matrix(0, -1, 1, 0, 7644.64, 3106.04)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.08" stop-color="#2f2f2f"/>
|
||||
<stop offset="0.47" stop-color="#979797"/>
|
||||
<stop offset="0.62" stop-color="#474747"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="gradient_10" cx="-4987.46" cy="-1996.31" r="0.99" gradientTransform="matrix(-20.7, 1.48, -0.62, -8.59, -102020.72, -9519.63)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.21" stop-color="#191919"/>
|
||||
<stop offset="0.27" stop-color="#365153"/>
|
||||
<stop offset="0.4" stop-color="#1f5558"/>
|
||||
<stop offset="0.52" stop-color="#60acba"/>
|
||||
<stop offset="0.71" stop-color="#416961"/>
|
||||
<stop offset="0.92" stop-color="#191919"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient_11" cx="-4987.46" cy="-1996.31" r="0.99" gradientTransform="matrix(-20.7, 1.48, -0.62, -8.59, -102020.72, -9519.63)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.41" stop-opacity="0"/>
|
||||
<stop offset="0.51"/>
|
||||
<stop offset="0.82" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient_12" cx="-4986.6" cy="-1995" r="0.99" gradientTransform="matrix(-20.7, 1.48, -0.62, -8.59, -102020.72, -9519.63)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.09"/>
|
||||
<stop offset="0.17" stop-opacity="0.13"/>
|
||||
<stop offset="0.3" stop-opacity="0.13"/>
|
||||
<stop offset="0.46"/>
|
||||
<stop offset="0.63"/>
|
||||
<stop offset="0.68" stop-opacity="0"/>
|
||||
<stop offset="0.88" stop-opacity="0"/>
|
||||
<stop offset="0.95"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient_13" cx="-4480.42" cy="-2820.61" r="0.99" gradientTransform="matrix(-5.88, -1.31, 0.72, -3.21, -21852.81, -14710.17)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.13" stop-color="#58a9d7"/>
|
||||
<stop offset="1" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="gradient_14" x1="2607.34" y1="-5669.05" x2="2530.4" y2="-5696.22" gradientTransform="translate(3035.45 -4157.39) rotate(180)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.27" stop-color="#a8a8a8"/>
|
||||
<stop offset="0.8" stop-color="#ababab"/>
|
||||
<stop offset="0.9" stop-color="#afafaf"/>
|
||||
<stop offset="0.96" stop-color="#404040"/>
|
||||
<stop offset="0.98" stop-color="#404040"/>
|
||||
<stop offset="1" stop-color="#404040" stop-opacity="0.69"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_15" x1="2302.34" y1="-5025.68" x2="2299.14" y2="-5175.96" gradientTransform="matrix(0.54, 0.84, 0.84, -0.54, 5270.21, -3700.97)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.02" stop-color="#6e6e6e"/>
|
||||
<stop offset="0.02" stop-color="#1f1f1f"/>
|
||||
<stop offset="0.02" stop-color="#2c2c2c"/>
|
||||
<stop offset="0.03" stop-color="#646464"/>
|
||||
<stop offset="0.94" stop-color="#3e3e3e"/>
|
||||
<stop offset="0.95" stop-color="#2c2c2c"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_16" x1="2306.64" y1="-4545.06" x2="2295.01" y2="-4831.34" gradientTransform="matrix(0.54, 0.84, 0.84, -0.54, 5270.21, -3700.97)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.02" stop-color="#6e6e6e"/>
|
||||
<stop offset="0.02" stop-color="#1f1f1f"/>
|
||||
<stop offset="0.02" stop-color="#2c2c2c"/>
|
||||
<stop offset="0.03" stop-color="#646464"/>
|
||||
<stop offset="0.97" stop-color="#3e3e3e"/>
|
||||
<stop offset="0.98" stop-color="#2c2c2c"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_17" x1="1431.34" y1="818.64" x2="3778.83" y2="-125.56" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#fff" stop-opacity="0.5"/>
|
||||
<stop offset="1" stop-color="#fff"/>
|
||||
</linearGradient>
|
||||
<clipPath id="screen_path">
|
||||
<polygon points="2921.14 399.82 2950.74 445.93 2947.74 501.51 1020.79 1734.75 37.47 1216.43 63.03 1143.37 1951.57 19.84 2018.86 8.26 2099.78 27.19 2921.14 399.82"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M0.9745,0.2198l0.0099,0.0253-0.001,0.0306L0.3405,0.9537,0.0125,0.6687,0.021,0.6286,0.6511,0.0109l0.0224-0.0064,0.027,0.0104Z"/>
|
||||
</defs>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#screen_path)" preserveAspectRatio="none" width="100%" height="100%">
|
||||
<animateMotion dur="1ms" repeatCount="indefinite"/>
|
||||
</image>
|
||||
<g id="device">
|
||||
<path d="M1146.36,1760.17c-87.46,56.39-153.95,91.46-314.28,5.43-174-93.34-577.18-308.67-767.43-410.89-46.95-25.23-103.28-124-18.29-206.93-39,44,0,74.08,16.8,83.46l844,441c29.16,15.8,122.06,43.21,239.17-32.1l24.13-15.51c197.07-126.72,1245-800.51,1770.16-1138.65,22.24-14.32,49.42-39.9,2.47-80.89,43,27.65,104.15,121.39-2.47,193.49C2822.05,678.81,1695,1406.39,1146.36,1760.17Z" fill="#1a1a1a"/>
|
||||
<path d="M2967.4,433.67c-5.07-14.33-19.31-26.83-39.67-36.47C2681.64,280.65,2159.29,43.81,2086.62,14.44c-70.75-28.6-137.1-5.28-165.93,11.92C1637.34,195.42,1213.21,448.75,842.26,670.31c-395.88,236.46-731.2,436.75-770.21,459.83-18.86,11.16-30.65,22.28-37.18,33s-7.81,21.08-5.65,30.51c4.3,18.77,22,33.77,37.44,41.91,236.2,124.78,732.05,386.5,825.75,435.1h0c96.07,48,187.07,14.51,219.39-6.48,241.19-156.65,587.13-376.85,914.16-585,71.64-45.6,142.37-90.63,210.9-134.28,190.68-121.47,364.28-232.32,492.82-315.44C2794,587.9,2847,553.27,2885.19,527.71c19.11-12.78,34.54-23.29,45.85-31.27s18.51-13.45,21.19-16.16C2968.21,464.05,2972.51,448.1,2967.4,433.67ZM2916,477.27,1088.22,1646a156.16,156.16,0,0,1-156.51,6.83L96.25,1216.19c-32.19-16.83-33.47-62.41-2.27-81L1932.67,38.57a159.18,159.18,0,0,1,147.4-8.2L2911,408C2939.55,421,2942.36,460.39,2916,477.27Z" stroke-width="1.98" fill="url(#gradient_02)" stroke="url(#gradient_03)"/>
|
||||
<path d="M2921.14,399.82c-245.56-115.3-764.38-352.95-836.86-382C2014.06-10.32,1945.77,16,1917.17,32.9,1332.67,378.65,151.46,1085.53,76.51,1130.49c-38.55,23.12-58.31,71.42-9.49,97,235.7,123.44,730.5,382.36,824,430.44,112,57.61,188.71,16.21,220.76-4.43,586.8-377.83,1782.92-1143.29,1827.4-1174.9C2987.2,444.46,2947.28,412.09,2921.14,399.82ZM2916,477.27,1088.22,1646a156.16,156.16,0,0,1-156.51,6.83L96.25,1216.19c-32.19-16.83-33.47-62.41-2.27-81L1932.67,38.57a159.18,159.18,0,0,1,147.4-8.2L2911,408C2939.55,421,2942.36,460.39,2916,477.27Z"/>
|
||||
<path d="M1817.42,1192.72,2918.91,482.54c26.68-18.27,33.6-27.16,33.6-47.41,5.43,17.78,10.38,22.72-26.69,47.41C2891.41,505.47,2173.39,965.38,1817.42,1192.72Z" fill="url(#gradient_04)"/>
|
||||
<path d="M109.62,1125.55c-68.2,42.47-26.19,83.47,4.94,100.26C45.38,1200.62,35,1160.62,109.62,1125.55Z"/>
|
||||
<path d="M2911,480.57c44.48-34.57,16.8-62.72-12.85-78.53C2929.28,410.44,2985.12,439.58,2911,480.57Z"/>
|
||||
<g mask="url(#mask)">
|
||||
<path d="M906.2,1763.13c35.09,18.39,126.51,34.12,200.63-13.34,136.39-87.31,1285.47-829.85,1815-1172.42,40.52-26.22,79.07-59.76,73.14-107.67,18.28,73.59-16.31,105.69-71.66,140.75l-885,579.3L1139,1765.11c-58.31,40-138.62,90.38-280.19,14.81s-518.87-278-792.63-424.23C46.36,1345.13-19.85,1295,5.84,1209c-7.94,28.63.94,78,69.18,115.06C149.64,1364.59,709.53,1660,906.2,1763.13Z" fill="url(#gradient_05)"/>
|
||||
</g>
|
||||
<path d="M1128.57,1687.57c-11.36,7.3-37.06,16.79-56.82,0,40.32-16.2,59.79-30.13,66.21-34.57L2913,512.67c13.83-9.38,36.57-24.69,38.05-31.11,4.45,13.33,4,33.08-28.66,53.83C2888.76,556.72,1712.5,1312.4,1128.57,1687.57Z" fill="url(#gradient_06)"/>
|
||||
<g mask="url(#mask-2)">
|
||||
<ellipse cx="1067.79" cy="1689.54" rx="40.03" ry="40" fill="#454545"/>
|
||||
</g>
|
||||
<path d="M74,1281.61c-15.82-8.07-45.66-24.89-36.57-65.18,12.85,16.3,40.52,29.13,52.87,35.55l811.91,428.18c3.46,2,40,15.8,54.85,15.8-10.05,11.86-38.44,29-77.58,8.9S326.23,1414.29,74,1281.61Z" fill="url(#gradient_07)"/>
|
||||
<path d="M106.65,1377.25c-10.87-17-25.2-62.65,4.45-114.4-3-1.49-15.81-8.4-18.78-9.88-14.16,23.71-34.49,77.46-4.45,114.2Z" fill="#383838" fill-opacity="0.81"/>
|
||||
<path d="M860.29,1780.27l9.38,4.63c-10.81-17.78-25-65.28,4.45-119.57l-18.78-9.91C841.26,1680.3,821,1737,850.9,1775.51Z" fill="#383838" fill-opacity="0.81"/>
|
||||
<path d="M2373.8,965.35c2.47-1.66,16.81-10.84,18.29-11.83,2-21.23-1.68-72.4-22.24-92.94L2353.54,871C2362.44,880.33,2378.94,920.3,2373.8,965.35Z" fill="#2b2b2b" fill-opacity="0.83"/>
|
||||
<g>
|
||||
<path d="M701.91,1640v26.22c0,5.16-3.83,7.67-8.57,5.61h0a15.43,15.43,0,0,1-8.57-13.06v-26.22c0-5.16,3.84-7.67,8.57-5.62h0A15.44,15.44,0,0,1,701.91,1640Z"/>
|
||||
<path d="M725.63,1652.84v26.22c0,5.16-3.83,7.67-8.57,5.62h0a15.46,15.46,0,0,1-8.57-13.07v-26.22c0-5.16,3.84-7.67,8.57-5.61h0A15.41,15.41,0,0,1,725.63,1652.84Z"/>
|
||||
<path d="M748.37,1664.69v26.22c0,5.16-3.84,7.68-8.57,5.62h0a15.43,15.43,0,0,1-8.58-13.06v-26.22c0-5.16,3.84-7.68,8.58-5.62h0A15.46,15.46,0,0,1,748.37,1664.69Z"/>
|
||||
<path d="M771.1,1676.55v26.22c0,5.16-3.84,7.67-8.57,5.62h0a15.44,15.44,0,0,1-8.57-13.07V1669.1c0-5.16,3.83-7.67,8.57-5.62h0A15.46,15.46,0,0,1,771.1,1676.55Z"/>
|
||||
<path d="M793.83,1689.38v26.22c0,5.16-3.84,7.67-8.57,5.62h0a15.44,15.44,0,0,1-8.57-13.07v-26.22c0-5.16,3.83-7.67,8.57-5.61h0A15.43,15.43,0,0,1,793.83,1689.38Z"/>
|
||||
<path d="M818.54,1702.68V1728c0,5.41-4.06,8.13-9.07,6.07h0a15.8,15.8,0,0,1-9.06-13.52v-25.31c0-5.41,4.06-8.13,9.06-6.07h0A15.79,15.79,0,0,1,818.54,1702.68Z"/>
|
||||
</g>
|
||||
<g>
|
||||
<ellipse cx="347.82" cy="1469.86" rx="8.16" ry="9.03" transform="translate(-120.97 34) rotate(-4.77)" fill="url(#gradient_08)"/>
|
||||
<ellipse cx="346.04" cy="1464.21" rx="9.72" ry="7.85" transform="translate(-1150.52 1309.41) rotate(-70.8)" fill="url(#gradient_09)"/>
|
||||
<ellipse cx="347.25" cy="1466.67" rx="8.61" ry="10.42" fill="#0b0b0b"/>
|
||||
</g>
|
||||
<ellipse cx="2439.63" cy="236.41" rx="29.65" ry="15.31" fill="#0c0c0c"/>
|
||||
<path d="M2460.73,234.61c.82,4.65-7.67,9.07-19,9.88s-21.12-2.3-21.94-7,7.66-9.08,19-9.89S2459.91,230,2460.73,234.61Z" fill="url(#gradient_10)"/>
|
||||
<path d="M2460.73,234.61c.82,4.65-7.67,9.07-19,9.88s-21.12-2.3-21.94-7,7.66-9.08,19-9.89S2459.91,230,2460.73,234.61Z" fill="url(#gradient_11)"/>
|
||||
<path d="M2460.73,234.61c.82,4.65-7.67,9.07-19,9.88s-21.12-2.3-21.94-7,7.66-9.08,19-9.89S2459.91,230,2460.73,234.61Z" fill="url(#gradient_12)"/>
|
||||
<path d="M2454.56,237.45c-2.15,1.36-6.49,1.88-9.7,1.16s-4.06-2.4-1.91-3.76,6.49-1.88,9.7-1.17S2456.72,236.08,2454.56,237.45Z" fill="url(#gradient_13)"/>
|
||||
<path d="M504.19,1580.75l-82.59-44.34c-16.18-8.68-29.71-30.59-30.22-48.92s12.17-26.18,28.35-17.5l82.61,44.33c16.17,8.68,29.7,30.59,30.22,48.94S520.37,1589.43,504.19,1580.75Z" fill="#353535"/>
|
||||
<path d="M505.86,1574.08l-86.53-46.45c-12.05-6.47-22.13-22.79-22.52-36.46s9.08-19.5,21.13-13l86.54,46.44c12,6.47,22.13,22.8,22.51,36.46S517.91,1580.54,505.86,1574.08Z"/>
|
||||
<g mask="url(#mask-3)">
|
||||
<path d="M431.17,1509.19s-3.27-2.08-1.78-4.54c1-1.64,3.46-.5,3.46-.5l67.2,36.55,20.95-1.56c1.33.15,2.49.47,3,1.94s1,4.43-1.42,4.46l-23.72.31Z" fill="url(#gradient_14)"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M2297.38,959.66h0a8.54,8.54,0,0,1-2.54,11.82l-111.57,72.07a8.55,8.55,0,0,1-11.82-2.54h0a8.54,8.54,0,0,1,2.54-11.82l111.57-72.07A8.55,8.55,0,0,1,2297.38,959.66Z" fill="#1e1e1e"/>
|
||||
<path d="M2287.8,956.88a7.54,7.54,0,1,1,8.19,12.66l-113,73a8.76,8.76,0,0,1-12.11-2.61,6.31,6.31,0,0,1,1.88-8.74Z" fill="url(#gradient_15)"/>
|
||||
<path d="M2299.59,961.23h0a5,5,0,0,1-1.49,6.95l-118.29,76.41a5,5,0,0,1-7-1.49h0a5,5,0,0,1,1.5-6.95l118.29-76.42A5,5,0,0,1,2299.59,961.23Z" fill="#2d2d2d"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M2701.39,698.69h0a8.55,8.55,0,0,1-2.54,11.82L2471.48,857.38a8.56,8.56,0,0,1-11.82-2.54h0A8.55,8.55,0,0,1,2462.2,843l227.37-146.87A8.56,8.56,0,0,1,2701.39,698.69Z" fill="#1e1e1e"/>
|
||||
<path d="M2691.8,695.9a7.54,7.54,0,0,1,8.19,12.67l-228,147.3a8.76,8.76,0,0,1-12.11-2.6,6.32,6.32,0,0,1,1.88-8.75Z" fill="url(#gradient_16)"/>
|
||||
<path d="M2703.6,700.26h0a5,5,0,0,1-1.49,7L2468.83,857.9a5,5,0,0,1-7-1.5h0a5,5,0,0,1,1.5-6.95l233.27-150.69A5,5,0,0,1,2703.6,700.26Z" fill="#2d2d2d"/>
|
||||
</g>
|
||||
<path d="M2933.68,450.3a40.49,40.49,0,0,0,.39-9.33c-2.06-15.93-17.79-29-34.52-38.17L2080.07,30.37a159.18,159.18,0,0,0-147.4,8.2L1723.19,163.51c-53.5,360.5-114.34,771.61-176.06,1189.05l1364.7-872.65C2925.13,469.38,2931.75,459.45,2933.68,450.3Z" opacity="0.4" fill="url(#gradient_17)"/>
|
||||
<path d="M2956.83,415.7c-7-7.16-16.68-13.71-28.68-19.39C2686.36,281.79,2162.44,44,2087,13.52c-64.55-26.1-130.2-9.85-166.8,12C1640,192.71,1222.43,442.09,854.05,662.12L830.8,676C444.13,907,110.19,1106.42,71.55,1129.28c-12.5,7.4-22.42,15.11-29.67,23-78.45,82-23.32,177.62,22.77,202.39,190.25,102.22,593.48,317.55,767.43,410.89,160.33,86,226.82,51,314.28-5.43C1695,1406.39,2822.05,678.81,2940.65,598.6,3036.25,534,2997,451.91,2956.83,415.7Zm-38,63.87-1825.79,1172c-47.17,30.17-117.1,33.57-166.73,7.63L91.72,1221.11c-32.19-16.84-35-70.4-3.76-89L1930.18,35.91c44.81-26.73,104-30,151.48-8.45l831.62,377.65C2941.81,418.07,2945.26,462.69,2918.86,479.57Z" fill="#383E45" style="mix-blend-mode: overlay" opacity="0.75"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 19 KiB |
|
|
@ -0,0 +1,98 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" viewBox="0 0 800 2481" data-forced-size="true" width="800" height="2481" data-img-aspect-ratio="9:20" data-img-perspective="[[13.32, 0.7], [96.69, 7.94], [98.18, 97.16], [12.55, 97.57]]">
|
||||
<defs>
|
||||
<mask id="mask" x="9.45" y="0.17" width="789.68" height="2478.96" maskUnits="userSpaceOnUse">
|
||||
<path d="M63.12,9.8c41.13-19.54,75.84-4,104.34.55-47.66,0-79.91,14.73-79.91,86.19,0,724.43-10.9,2190.27-9.67,2258.24s46.82,97.68,70.56,98.18l567.72-8.65c31.05,0,72.78-18.85,83-105.47-4.07,109.54-67.18,123.81-85,124.29-182.27,4.92-555.17,15-588.57,15.77-42,1-66,0-92.66-33.06-23.41-29-23.42-67.21-23.42-91v0c-.17-737,8.47-2208.8,8.87-2246.65C18.82,62.15,26,27.44,63.12,9.8Z" fill="#535353"/>
|
||||
</mask>
|
||||
<mask id="mask-2" x="0" y="0.17" width="799.12" height="2478.96" maskUnits="userSpaceOnUse">
|
||||
<path d="M63.12,9.8c41.13-19.54,75.84-4,104.34.55-47.66,0-79.91,14.73-79.91,86.19,0,724.43-10.9,2190.27-9.67,2258.24s46.82,97.68,70.56,98.18l567.72-8.65c31.05,0,72.78-18.85,83-105.47-4.07,109.54-67.18,123.81-85,124.29-182.27,4.92-555.17,15-588.57,15.77-42,1-66,0-92.66-33.06-23.41-29-23.42-67.21-23.42-91v0c-.17-737,8.47-2208.8,8.87-2246.65C18.82,62.15,26,27.44,63.12,9.8Z" fill="#242424"/>
|
||||
</mask>
|
||||
<mask id="mask-3" x="9.45" y="0.17" width="790.55" height="2480.83" maskUnits="userSpaceOnUse">
|
||||
<path d="M63.12,9.8c41.13-19.54,75.84-4,104.34.55-47.66,0-79.91,14.73-79.91,86.19,0,724.43-10.9,2190.27-9.67,2258.24s46.82,97.68,70.56,98.18l567.72-8.65c31.05,0,72.78-18.85,83-105.47-4.07,109.54-67.18,123.81-85,124.29-182.27,4.92-555.17,15-588.57,15.77-42,1-66,0-92.66-33.06-23.41-29-23.42-67.21-23.42-91v0c-.17-737,8.47-2208.8,8.87-2246.65C18.82,62.15,26,27.44,63.12,9.8Z" fill="#1a1a1a"/>
|
||||
</mask>
|
||||
<mask id="mask-4" x="464.2" y="161.64" width="23.41" height="43.82" maskUnits="userSpaceOnUse">
|
||||
<path d="M487.51,182.67c.87,12.09-3.62,22.28-10,22.77s-12.31-8.93-13.18-21,3.62-22.28,10-22.77S486.64,170.58,487.51,182.67Z" fill="#121212"/>
|
||||
</mask>
|
||||
<mask id="mask-5" x="463.19" y="163.67" width="15.27" height="32.61" maskUnits="userSpaceOnUse">
|
||||
<path d="M478.39,179.33c.53,9-2.2,16.58-6.1,16.94s-7.49-6.64-8-15.64,2.2-16.58,6.1-16.94S477.86,170.33,478.39,179.33Z" fill="#121212"/>
|
||||
</mask>
|
||||
<linearGradient id="gradient_01" x1="129.41" y1="-0.54" x2="103.42" y2="-23.95" gradientTransform="matrix(1, 0, 0, -1, 0, 4.62)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#fff"/>
|
||||
<stop offset="0.43" stop-color="#c4c4c4"/>
|
||||
<stop offset="1" stop-color="#8c8c8c"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_02" x1="82.46" y1="-1224.89" x2="44.79" y2="-1224.89" gradientTransform="matrix(1, 0, 0, -1, 0, 4.62)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.05" stop-color="#cacaca"/>
|
||||
<stop offset="0.21" stop-color="#fff"/>
|
||||
<stop offset="0.36" stop-color="#bebebe"/>
|
||||
<stop offset="1" stop-color="#4e4e4e"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="gradient_03" cx="2897.59" cy="312.84" r="0.99" gradientTransform="matrix(0, 35.91, 644.21, 0, -201124.17, -101603.06)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#878787"/>
|
||||
<stop offset="0.8" stop-color="#444"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient_04" cx="436.72" cy="1232.66" r="902.56" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#c4c4c4"/>
|
||||
<stop offset="0.1" stop-color="#8c8c8c"/>
|
||||
<stop offset="0.12" stop-color="#fff"/>
|
||||
<stop offset="0.13" stop-color="#777"/>
|
||||
<stop offset="0.37" stop-color="#5f5f5f"/>
|
||||
<stop offset="0.38" stop-color="#fff"/>
|
||||
<stop offset="0.43" stop-color="#434343"/>
|
||||
<stop offset="0.49" stop-color="#292929"/>
|
||||
<stop offset="0.58" stop-color="#656565"/>
|
||||
<stop offset="0.62" stop-color="#515151"/>
|
||||
<stop offset="0.94" stop-color="#696969"/>
|
||||
<stop offset="1" stop-color="#c4c4c4"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="gradient_05" x1="-140.44" y1="1040.17" x2="1604.24" y2="338.43" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#fff" stop-opacity="0.5"/>
|
||||
<stop offset="1" stop-color="#fff"/>
|
||||
</linearGradient>
|
||||
<clipPath id="screen_path">
|
||||
<polygon points="95.21 12.06 724.55 174.88 758.06 199.6 773.35 231.37 778.76 265.15 791.29 2360.2 752.55 2434.45 76.86 2439.21 63.88 41.21 95.21 12.06"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M0.119,0.0049,0.9057,0.0705l0.0419,0.01,0.0191,0.0128,0.0068,0.0136,0.0157,0.8444-0.0484,0.0299-0.8446,0.0019-0.0163-0.9665Z"/>
|
||||
</defs>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#screen_path)" preserveAspectRatio="none" width="100%" height="100%">
|
||||
<animateMotion dur="1ms" repeatCount="indefinite"/>
|
||||
</image>
|
||||
<g id="device">
|
||||
<path d="M63.12,9.8c41.13-19.54,80.42-5.1,114,2.54-47.65,0-89.58,12.74-89.58,84.2,0,724.43-10.9,2190.27-9.67,2258.23s46.82,97.69,70.56,98.19l567.72-8.65c31.05,0,72.78-18.85,83-105.47-4.07,109.54-67.18,123.81-85,124.29-182.27,4.92-555.17,15-588.57,15.77-42,1-66,0-92.66-33.06-23.41-29-23.42-67.21-23.42-91v-.05C9.28,1617.8,17.92,146,18.32,108.13,18.82,62.15,26,27.44,63.12,9.8Z" fill="#1a1a1a"/>
|
||||
<g mask="url(#mask)">
|
||||
<path d="M79.91,26.1c4.07,8.56,17.82,6.62,23.42,2.55,28-23.44,46.82-15.8,62.09-18.34l-1.19-.22C131.06,4.14,120,2.15,105.87,2.15,82.76,2.15,74.82,15.4,79.91,26.1Z" fill="url(#gradient_01)"/>
|
||||
</g>
|
||||
<g mask="url(#mask-2)">
|
||||
<path d="M30.54,91.32c0-55.54,12.72-68.79,12.72-68.79-23.61,0-37,47.9-37.15,68.79C3.56,833,0,2263.22,0,2311.32c0,85.1,12.22,88.15,12.22,88.15s9.16,5.1,9.16-53C21.38,1593.22,30.54,114.15,30.54,91.32Z" fill="#545454"/>
|
||||
</g>
|
||||
<path d="M55.48,98.45V170.3L45.3,2355.15c-.17,11,2.85,33.11,16.29,33.11,8.14.41,10.52-10,10.69-15.28L82.46,94.89c0-8.16-1-22.93-7.64-24C59.53,68.58,55.48,90.3,55.48,98.45Z" fill="url(#gradient_02)"/>
|
||||
<g mask="url(#mask-3)">
|
||||
<path d="M135.9,2460.1c-70.85.82-98.44-5.6-122.16-50.43C33.08,2467.23,71.26,2481,91.62,2481l625.56-13.77c33.08,0,90.6-48.9,81.94-129.92-2,94.27-56,112.1-81.94,112.1C552.94,2452.63,206.75,2459.29,135.9,2460.1Z" fill="url(#gradient_03)"/>
|
||||
</g>
|
||||
<path d="M799.12,2334.33C793.46,1665,782.76,323,783.17,268.57s-29.73-100.4-68.93-111C570.55,118.92,269,37.14,181.31,13.42s-96.52,49.09-96.71,92C81.52,823.7,74.31,2274.3,74.31,2347.11s35.12,109.43,80.43,109.43c35.62,0,492.52-9.21,562.07-9.21C782.66,2447.33,799.46,2374.72,799.12,2334.33Zm-81.91,77.37-543.32,8.09a71.33,71.33,0,0,1-72.4-71.52L107.7,93.51a58.09,58.09,0,0,1,73.18-55.93L710.43,180.05A84.58,84.58,0,0,1,773,261.22L785.48,2342A69.29,69.29,0,0,1,717.21,2411.7Z" fill="url(#gradient_04)"/>
|
||||
<path d="M797.09,2330.68c-5.6-667-16.19-2004.27-15.78-2058.48s-29.52-98.77-63.63-108C575.51,125.63,271,44.14,184.26,20.5S87.22,67.37,87,110.17C84,825.89,76.86,2269.85,76.86,2342.4s33.63,109.31,81.44,111.08c13.74.51,489.55-9.17,558.37-9.17C779.78,2444.31,797.43,2370.94,797.09,2330.68Zm-79.88,81-543.32,8.09a71.33,71.33,0,0,1-72.4-71.52L107.7,93.51a58.09,58.09,0,0,1,73.18-55.93L710.43,180.05A84.58,84.58,0,0,1,773,261.22L785.48,2342A69.29,69.29,0,0,1,717.21,2411.7Z"/>
|
||||
<path d="M711.22,180.24c41.23,10.19,60.93,56.81,61.95,88.9C775.71,232.46,752.34,184.72,711.22,180.24Z"/>
|
||||
<path d="M177.13,36.7c-22.39-4.59-62.35,1.12-69.48,70.41C102.56,78.58,119.31,7.76,177.13,36.7Z"/>
|
||||
<path d="M493.68,181.33c1.22,16.56-5.06,30.51-14,31.18s-17.24-12.23-18.46-28.79,5.07-30.51,14-31.17S492.46,164.77,493.68,181.33Z" fill="#0c0c0c"/>
|
||||
<path d="M487.51,182.67c.87,12.09-3.62,22.28-10,22.77s-12.31-8.93-13.18-21,3.62-22.28,10-22.77S486.64,170.58,487.51,182.67Z" fill="#121212"/>
|
||||
<g mask="url(#mask-4)">
|
||||
<g>
|
||||
<path d="M478.39,179.33c.53,9-2.2,16.58-6.1,16.94s-7.49-6.64-8-15.64,2.2-16.58,6.1-16.94S477.86,170.33,478.39,179.33Z" fill="#141517"/>
|
||||
<path d="M471.46,192.5c1-.61,3-2.33,2.63-4.37C474.72,189.71,475.09,192.78,471.46,192.5Z" fill="#5a5a5a"/>
|
||||
<g mask="url(#mask-5)">
|
||||
<path d="M465.31,166.73c0,13.25-.6,27.51,12.13,27.89C470.45,198.41,458.25,198.15,465.31,166.73Z" fill="#1b191a"/>
|
||||
</g>
|
||||
<ellipse cx="468.11" cy="174.1" rx="3.35" ry="4.12" transform="translate(-28.84 124.29) rotate(-14.68)" fill="#1a2224"/>
|
||||
<ellipse cx="467.77" cy="174.88" rx="1.53" ry="2.04" fill="#566464"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M83.24,567.25c-36.8-.41-59.94,7.4-66.85,11.19l-.1,20.38c18.2-7.86,52.2-9.49,66.86-9.31Z" fill="#505050" fill-opacity="0.7"/>
|
||||
<path d="M85,184.07c-36.49-.41-59.65,7-66.5,10.7l-.12,20.38c18-7.75,52-9.34,66.53-9.17Z" fill="#505050" fill-opacity="0.7"/>
|
||||
<path d="M682.05,2447.37c-.81,13.12-15.61,13.86-23.41,17.26l18.07-.5c11.39,0,14.85-7.89,17.56-16.76Z" fill="#2f2f2f" fill-opacity="0.7"/>
|
||||
<path d="M192.17,2456.05c-.83,14.07-16.53,18-24.44,21.65l18.33-.51c11.54,0,16.08-11.83,18.83-21.35Z" fill="#2f2f2f" fill-opacity="0.7"/>
|
||||
<path d="M9.45,2354.82v3.38c0,.78,0,1.56,0,2.36,0,.22,0,.45,0,.67q0,3.08.09,6.36c0,.13,0,.26,0,.39,0,1,0,2,.09,3,0,.13,0,.26,0,.39q.12,3.49.36,7.15a.53.53,0,0,0,0,.13c.07,1.19.16,2.39.26,3.6,0,.06,0,.12,0,.18.32,3.78.76,7.66,1.35,11.59l0,.13c.6,3.93,1.37,7.92,2.33,11.91,0,.07,0,.14.05.2.65,2.67,1.39,5.35,2.23,8h0a95.73,95.73,0,0,0,16.57,31.52c26.68,33.06,50.61,34.09,92.66,33.06,33.4-.81,406.3-10.85,588.57-15.77,16.75-.45,73.43-13.07,83.64-105.33-.09.81-.18,1.61-.28,2.4.36-3,.68-6.08.94-9.26l0-.38c.08-1,.16-2.09.23-3.15.2-2.8.36-5.64.46-8.57l.16.09c0-.54-.1-1.08-.16-1.62,0,.24,0,.48,0,.73,0-1.26,0-2.5,0-3.71C793.46,1665,782.76,323,783.17,268.57s-29.73-100.4-68.93-111C570.55,118.92,269,37.14,181.31,13.42c-1.42-.39-2.81-.74-4.19-1.08h0C143.54,4.7,104.25-9.74,63.12,9.8,26,27.44,18.82,62.15,18.32,108.13c-.4,37.85-9,1509.67-8.87,2246.64ZM105.37,85.21a58.08,58.08,0,0,1,73.18-55.93L711,174.88c36.76,9.89,63.67,44.11,63.9,82.17L789.39,2345c.22,38-33.36,72.16-71.38,72.73L160.44,2429.9A71.33,71.33,0,0,1,88,2358.39Z" fill="#383E45" style="mix-blend-mode: overlay" opacity="0.75"/>
|
||||
<path d="M773.08,267.37c-1.4-26.91-15.55-63.08-44.08-79.87a84.82,84.82,0,0,0-18.57-7.45L180.88,37.58a57.6,57.6,0,0,0-31.66.41C130.73,44,112.3,62.14,107.66,107l-4.74,1721.05L773.58,351.24Z" opacity="0.4" fill="url(#gradient_05)"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 11 KiB |
|
|
@ -0,0 +1,130 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" viewBox="0 0 800 2479" data-forced-size="true" width="800" height="2481" data-img-aspect-ratio="9:20" data-img-perspective="[[3.41, 7.92], [86.52, 0.71], [87.31, 97.57], [1.76, 97.16]]">
|
||||
<defs>
|
||||
<mask id="mask" x="0.88" y="0.17" width="799.04" height="2476.96" maskUnits="userSpaceOnUse">
|
||||
<path d="M736.81,9.79c-41.14-19.52-75.83-4-104.34.55,47.66,0,79.91,14.72,79.91,86.12,0,723.85,10.89,2188.51,9.67,2256.42s-46.82,97.61-70.56,98.1l-567.66-8.64c-31,0-72.78-18.84-82.95-105.39,4.07,109.46,67.18,123.72,85,124.2,182.25,4.91,555.11,14.94,588.51,15.76,42.05,1,66,0,92.65-33,23.41-29,23.41-67.16,23.42-90.95v0c.17-736.38-8.47-2207-8.87-2244.83C781.1,62.1,774,27.42,736.81,9.79Z" fill="#242424"/>
|
||||
</mask>
|
||||
<mask id="mask-2" x="0" y="0.17" width="790.47" height="2478.83" maskUnits="userSpaceOnUse">
|
||||
<path d="M736.81,9.79c-41.14-19.52-75.83-4-104.34.55,47.66,0,79.91,14.72,79.91,86.12,0,723.85,10.89,2188.51,9.67,2256.42s-46.82,97.61-70.56,98.1l-567.66-8.64c-31,0-72.78-18.84-82.95-105.39,4.07,109.46,67.18,123.72,85,124.2,182.25,4.91,555.11,14.94,588.51,15.76,42.05,1,66,0,92.65-33,23.41-29,23.41-67.16,23.42-90.95v0c.17-736.38-8.47-2207-8.87-2244.83C781.1,62.1,774,27.42,736.81,9.79Z" fill="#242424"/>
|
||||
</mask>
|
||||
<mask id="mask-3" x="313.37" y="161.5" width="23.41" height="43.78" maskUnits="userSpaceOnUse">
|
||||
<path d="M313.47,182.52c-.87,12.08,3.62,22.27,10,22.75s12.3-8.92,13.17-21-3.62-22.26-10-22.75S314.34,170.44,313.47,182.52Z" fill="#121212"/>
|
||||
</mask>
|
||||
<mask id="mask-4" x="321.51" y="166.6" width="15.27" height="32.58" maskUnits="userSpaceOnUse">
|
||||
<path d="M321.58,182.24c-.53,9,2.2,16.57,6.1,16.93s7.48-6.64,8-15.63-2.2-16.57-6.1-16.93S322.1,173.25,321.58,182.24Z" fill="#121212"/>
|
||||
</mask>
|
||||
<mask id="mask-5" x="321.51" y="166.6" width="14.25" height="32.58" maskUnits="userSpaceOnUse">
|
||||
<path d="M321.58,182.24c-.53,9,2.2,16.57,6.1,16.93s7.48-6.64,8-15.63-2.2-16.57-6.1-16.93S322.1,173.25,321.58,182.24Z" fill="#141517"/>
|
||||
</mask>
|
||||
<linearGradient id="gradient_01" x1="722.56" y1="-1235.89" x2="760.22" y2="-1235.89" gradientTransform="matrix(1, 0, 0, -1, 0, -7.36)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.05" stop-color="#cacaca"/>
|
||||
<stop offset="0.21" stop-color="#d6d6d6"/>
|
||||
<stop offset="0.36" stop-color="#bebebe"/>
|
||||
<stop offset="1" stop-color="#4e4e4e"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="gradient_02" cx="1765.55" cy="308.59" r="0.99" gradientTransform="matrix(0, 35.91, 644.7, 0, -198554.86, -60960.49)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#878787"/>
|
||||
<stop offset="0.8" stop-color="#444"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient_03" cx="363.24" cy="1231.66" r="901.88" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#c4c4c4"/>
|
||||
<stop offset="0.1" stop-color="#8c8c8c"/>
|
||||
<stop offset="0.12" stop-color="#fff"/>
|
||||
<stop offset="0.13" stop-color="#777"/>
|
||||
<stop offset="0.37" stop-color="#5f5f5f"/>
|
||||
<stop offset="0.38" stop-color="#fff"/>
|
||||
<stop offset="0.43" stop-color="#434343"/>
|
||||
<stop offset="0.49" stop-color="#292929"/>
|
||||
<stop offset="0.58" stop-color="#656565"/>
|
||||
<stop offset="0.62" stop-color="#515151"/>
|
||||
<stop offset="0.94" stop-color="#696969"/>
|
||||
<stop offset="1" stop-color="#c4c4c4"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="gradient_04" x1="750.55" y1="-964.5" x2="750.55" y2="-1118.25" gradientTransform="matrix(1, 0, 0, -1, 0, -7.36)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#727272"/>
|
||||
<stop offset="1" stop-color="#727272"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="gradient_05" cx="1761.2" cy="130.48" r="0.99" gradientTransform="matrix(0, 77.46, 9.74, 0, -520.78, -135392.12)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.05" stop-color="#292929"/>
|
||||
<stop offset="0.14" stop-color="#929292"/>
|
||||
<stop offset="0.89" stop-color="#929292"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="gradient_06" x1="752.16" y1="-964.7" x2="748.92" y2="-1116.77" gradientTransform="matrix(1, 0, 0, -1, 0, -7.36)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.02" stop-color="#6e6e6e"/>
|
||||
<stop offset="0.02" stop-color="#1f1f1f"/>
|
||||
<stop offset="0.02" stop-color="#2c2c2c"/>
|
||||
<stop offset="0.03" stop-color="#646464"/>
|
||||
<stop offset="0.94" stop-color="#3e3e3e"/>
|
||||
<stop offset="0.95" stop-color="#2c2c2c"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_04-2" x1="750.55" y1="-477.79" x2="750.55" y2="-771.04" xlink:href="#gradient_04"/>
|
||||
<radialGradient id="gradient_05-2" cx="1759.32" cy="130.48" r="0.99" gradientTransform="matrix(0, 147.74, 9.74, 0, -520.77, -259307.8)" xlink:href="#gradient_05"/>
|
||||
<linearGradient id="gradient_07" x1="756.42" y1="-478.34" x2="744.65" y2="-768.03" gradientTransform="matrix(1, 0, 0, -1, 0, -7.36)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.02" stop-color="#6e6e6e"/>
|
||||
<stop offset="0.02" stop-color="#1f1f1f"/>
|
||||
<stop offset="0.02" stop-color="#2c2c2c"/>
|
||||
<stop offset="0.03" stop-color="#646464"/>
|
||||
<stop offset="0.97" stop-color="#3e3e3e"/>
|
||||
<stop offset="0.98" stop-color="#2c2c2c"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_08" x1="-265.55" y1="1347.5" x2="1788.41" y2="521.36" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#fff" stop-opacity="0.5"/>
|
||||
<stop offset="1" stop-color="#fff"/>
|
||||
</linearGradient>
|
||||
<clipPath id="screen_path">
|
||||
<polygon points="706.08 8.3 76.75 171.12 43.24 195.84 27.94 227.61 22.53 261.39 10 2356.44 48.74 2430.69 724.43 2435.45 737.42 37.45 706.08 8.3"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M0.9218,0.0151l-0.0163,0.9665-0.8446-0.0019L0.0125,0.9498l0.0157-0.8444,0.0068-0.0136,0.0191-0.0128,0.0419-0.01L0.8826,0.0033Z"/>
|
||||
</defs>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#screen_path)" preserveAspectRatio="none" width="100%" height="100%">
|
||||
<animateMotion dur="1ms" repeatCount="indefinite"/>
|
||||
</image>
|
||||
<g id="device">
|
||||
<path d="M736.81,9.79c-41.14-19.52-80.41-5.09-114,2.54,47.65,0,89.57,12.73,89.57,84.13,0,723.85,10.89,2188.51,9.67,2256.41s-46.82,97.62-70.56,98.11l-567.66-8.64c-31,0-72.78-18.84-82.95-105.39,4.07,109.46,67.18,123.72,85,124.2,182.25,4.91,555.11,14.94,588.51,15.76,42.05,1,66,0,92.65-33,23.41-29,23.41-67.16,23.42-90.95v-.05c.09-404.63-2.47-1031-4.87-1519.45,9.23-8.14,9.23-1.53,9.23-48.36-1.87-374.15-5.09-661.87-5.09-678.15C789.74,56,774,27.42,736.81,9.79Z" fill="#1a1a1a"/>
|
||||
<g mask="url(#mask)">
|
||||
<path d="M769.38,91.25c0-55.5-12.72-68.73-12.72-68.73,23.61,0,37,47.85,37.15,68.73,2.55,741.1,6.11,2170.15,6.11,2218.21,0,85-12.22,88.08-12.22,88.08s-9.16,5.09-9.16-52.95C778.54,1592,769.38,114.06,769.38,91.25Z" fill="#797979"/>
|
||||
</g>
|
||||
<path d="M749.53,98.37v71.79l10.18,2183.09c.17,11-2.85,33.09-16.29,33.09-8.14.4-10.51-10-10.68-15.28L722.56,94.81c0-8.15,1-22.91,7.63-23.93C745.48,68.53,749.53,90.23,749.53,98.37Z" fill="url(#gradient_01)"/>
|
||||
<g mask="url(#mask-2)">
|
||||
<path d="M664,2458.12c70.84.81,98.43-5.6,122.15-50.4-19.34,57.53-57.51,71.28-77.87,71.28L82.82,2465.25c-33.09,0-90.6-48.87-81.94-129.83,2,94.2,56,112,81.94,112C247,2450.66,593.19,2457.31,664,2458.12Z" fill="url(#gradient_02)"/>
|
||||
</g>
|
||||
<path d="M715.32,105.37c-.18-42.92-9.05-115.67-96.7-92S229.43,118.83,85.75,157.48C46.55,168,16.41,214,16.83,268.35S6.54,1663.66.88,2332.45c-.34,40.36,16.46,112.91,82.3,112.91,69.54,0,526.39,9.2,562,9.2,45.29,0,80.41-36.59,80.41-109.34S718.41,823,715.32,105.37ZM627.63,2417.75l-544.9-8.11A69.24,69.24,0,0,1,14.52,2340L27,260.14A83.5,83.5,0,0,1,88.78,180L619.13,37.41A58.06,58.06,0,0,1,692.25,93.3l6.68,2254A70.27,70.27,0,0,1,627.63,2417.75Z" fill="url(#gradient_03)"/>
|
||||
<path d="M712.89,110.08c-.18-42.76-10.48-113.22-97.21-89.6S224.47,125.53,82.31,164.05c-34.1,9.24-64,53.76-63.62,107.93S8.51,1662.38,2.91,2328.8c-.34,40.23,17.31,113.54,80.42,113.54,68.8,0,544.57,9.68,558.31,9.17,47.81-1.78,81.43-38.5,81.43-111S715.94,825.22,712.89,110.08ZM627.63,2417.75l-544.9-8.11A69.24,69.24,0,0,1,14.52,2340L27,260.14A83.5,83.5,0,0,1,88.78,180L619.13,37.41A58.06,58.06,0,0,1,692.25,93.3l6.68,2254A70.27,70.27,0,0,1,627.63,2417.75Z"/>
|
||||
<path d="M89.09,179.92c-41.22,10.18-61.24,56.93-62.26,89C20.92,230.88,48,184.4,89.09,179.92Z"/>
|
||||
<path d="M622.91,36.51c22.39-4.59,62.24,1.28,69.37,70.52C697.36,78.52,680.72,7.59,622.91,36.51Z"/>
|
||||
<path d="M117.93,2445.4c.82,13.11,15.62,13.85,23.41,17.24l-18.07-.49c-11.38,0-14.84-7.89-17.55-16.75Z" fill="#2f2f2f" fill-opacity="0.7"/>
|
||||
<path d="M607.77,2454.07c.83,14.06,16.53,18,24.43,21.64l-18.32-.51c-11.55,0-16.08-11.83-18.83-21.34Z" fill="#2f2f2f" fill-opacity="0.7"/>
|
||||
<path d="M306.29,181.18c-1.22,16.55,5.06,30.49,14,31.16s17.23-12.22,18.45-28.76-5.07-30.5-14-31.16S307.5,164.64,306.29,181.18Z" fill="#0c0c0c"/>
|
||||
<path d="M313.47,182.52c-.87,12.08,3.62,22.27,10,22.75s12.3-8.92,13.17-21-3.62-22.26-10-22.75S314.34,170.44,313.47,182.52Z" fill="#121212"/>
|
||||
<g mask="url(#mask-3)">
|
||||
<g>
|
||||
<path d="M321.58,182.24c-.53,9,2.2,16.57,6.1,16.93s7.48-6.64,8-15.63-2.2-16.57-6.1-16.93S322.1,173.25,321.58,182.24Z" fill="#141517"/>
|
||||
<path d="M330.14,190c-.81,1.19-3.06,3.42-5.58,2.76C326.49,193.71,330.3,194.44,330.14,190Z" fill="#3f3f3f"/>
|
||||
<g mask="url(#mask-4)">
|
||||
<path d="M334.65,169.65c0,13.24.6,27.49-12.12,27.87C329.51,201.31,341.71,201.05,334.65,169.65Z" fill="#1b191a"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g mask="url(#mask-5)">
|
||||
<g>
|
||||
<path d="M322.06,176.14c-.3,2.25.95,4.18,2.81,4.31s3.6-1.58,3.9-3.82-.95-4.18-2.81-4.31S322.36,173.9,322.06,176.14Z" fill="#1a2224"/>
|
||||
<path d="M324.56,175.65a1.53,1.53,0,1,0,1.53-1.53A1.53,1.53,0,0,0,324.56,175.65Z" fill="#566464"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M750.55,958.16h0a8.65,8.65,0,0,1,8.65,8.65v134.41a8.66,8.66,0,0,1-8.65,8.66h0a8.66,8.66,0,0,1-8.65-8.66V966.81A8.65,8.65,0,0,1,750.55,958.16Z" stroke-width="2.04" fill="url(#gradient_04)" stroke="url(#gradient_05)"/>
|
||||
<path d="M742.92,964.77a7.63,7.63,0,0,1,15.26,0V1101a8.86,8.86,0,0,1-8.86,8.86,6.4,6.4,0,0,1-6.4-6.4Z" fill="url(#gradient_06)"/>
|
||||
<path d="M753.1,957.14h0a5.08,5.08,0,0,1,5.08,5.09v142.51a5.08,5.08,0,0,1-5.08,5.09h0a5.09,5.09,0,0,1-5.09-5.09V962.23A5.09,5.09,0,0,1,753.1,957.14Z" fill="#929292"/>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="741.9" y="471.44" width="17.3" height="291.21" rx="8.65" stroke-width="2.04" fill="url(#gradient_04-2)" stroke="url(#gradient_05-2)"/>
|
||||
<path d="M742.92,478.06a7.63,7.63,0,0,1,15.26,0V752.77a8.86,8.86,0,0,1-8.86,8.87,6.4,6.4,0,0,1-6.4-6.4Z" fill="url(#gradient_07)"/>
|
||||
<path d="M753.1,470.43h0a5.07,5.07,0,0,1,5.08,5.08v281a5.08,5.08,0,0,1-5.08,5.09h0a5.09,5.09,0,0,1-5.09-5.09v-281A5.08,5.08,0,0,1,753.1,470.43Z" fill="#929292"/>
|
||||
</g>
|
||||
<path d="M718.87,848.2c36.8-.41,59.94,7.39,66.85,11.19l.1,20.36c-18.2-7.86-52.2-9.48-66.86-9.31Z" fill="#505050" fill-opacity="0.7"/>
|
||||
<path d="M619.13,37.41l-530,142.51h0l-.73.2A83.18,83.18,0,0,0,80,182.9c-34.41,14-51.57,54.78-53.1,84.29L15,2260.28,657.24,40.2A57.59,57.59,0,0,0,619.13,37.41Z" opacity="0.4" fill="url(#gradient_08)"/>
|
||||
<path d="M783.62,2412.38c6.83-21.56,6.85-43.68,6.85-59.46v-.05c.09-404.63-2.47-1031-4.87-1519.45,9.23-8.14,9.23-1.53,9.23-48.36-1.87-374.15-5.09-661.87-5.09-678.15C789.74,56,774,27.42,736.81,9.79c-41.14-19.52-80.41-5.09-114,2.54h0c-1.38.34-2.78.69-4.2,1.08C531,37.11,229.43,118.83,85.75,157.48,46.55,168,16.41,214,16.83,268.35S6.54,1663.66.88,2332.45c0,1.19,0,2.42,0,3.67,0-.24,0-.46,0-.7-.06.55-.11,1.09-.16,1.63l.15-.1c.11,2.93.27,5.77.46,8.57h0c.07,1.05.15,2.09.23,3.12l0,.39q.39,4.69.93,9.14c-.1-.76-.19-1.54-.28-2.32,10.2,92.23,66.89,104.85,83.64,105.3,182.25,4.91,555.11,14.94,588.51,15.76,42.05,1,66,0,92.65-33a144.12,144.12,0,0,0,9.43-14.06C779.82,2423.75,783.62,2412.38,783.62,2412.38ZM27,260.14A83.5,83.5,0,0,1,88.78,180L619.13,37.41A58.06,58.06,0,0,1,692.25,93.3l6.68,2254a70.27,70.27,0,0,1-71.3,70.48l-544.9-8.11A69.24,69.24,0,0,1,14.52,2340Z" fill="#383E45" style="mix-blend-mode: overlay" opacity="0.75"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 13 KiB |
|
|
@ -0,0 +1,118 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1696 800" width="1696" height="800" data-forced-size="true">
|
||||
<style>
|
||||
image {
|
||||
width: calc(100% - 66px);
|
||||
height: calc(100% - 66px);
|
||||
}
|
||||
</style>
|
||||
<defs>
|
||||
<radialGradient id="gradient_01" cx="844.94" cy="399.32" r="1240.76" gradientTransform="translate(1693.62 833.07) rotate(180) scale(1 1.09)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.11" stop-color="#5c5c5c"/>
|
||||
<stop offset="0.11" stop-color="#454545"/>
|
||||
<stop offset="0.12"/>
|
||||
<stop offset="0.13" stop-color="#464646"/>
|
||||
<stop offset="0.24" stop-color="#636161"/>
|
||||
<stop offset="0.37" stop-color="#606060"/>
|
||||
<stop offset="0.38"/>
|
||||
<stop offset="0.39" stop-color="#aaa"/>
|
||||
<stop offset="0.44" stop-color="#6d6d6d"/>
|
||||
<stop offset="0.5" stop-color="#7a7a7a"/>
|
||||
<stop offset="0.59" stop-color="#7c7c7c"/>
|
||||
<stop offset="0.62" stop-color="#545454"/>
|
||||
<stop offset="0.62"/>
|
||||
<stop offset="0.63" stop-color="#505050"/>
|
||||
<stop offset="0.84" stop-color="#444"/>
|
||||
<stop offset="0.87" stop-color="#343434"/>
|
||||
<stop offset="0.88"/>
|
||||
<stop offset="0.89" stop-color="#252527"/>
|
||||
<stop offset="0.97" stop-color="#363636"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient_02" cx="-951.08" cy="271.45" r="0.68" gradientTransform="matrix(-47.69, 33.12, 33.11, 47.7, -52691.96, 18942.37)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#121212"/>
|
||||
<stop offset="1" stop-color="#090909"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient_03" cx="-1023.19" cy="299.94" r="0.68" gradientTransform="matrix(-10.64, -11.81, -11.81, 10.64, -5710.54, -14881.57)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.21" stop-color="#191919"/>
|
||||
<stop offset="0.27" stop-color="#3c5052"/>
|
||||
<stop offset="0.4" stop-color="#2e5457"/>
|
||||
<stop offset="0.52" stop-color="#72a9b7"/>
|
||||
<stop offset="0.71" stop-color="#4a6861"/>
|
||||
<stop offset="0.92" stop-color="#191919"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient_04" cx="-1023.19" cy="299.94" r="0.68" gradientTransform="matrix(-10.64, -11.81, -11.81, 10.64, -5710.54, -14881.57)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.41" stop-opacity="0"/>
|
||||
<stop offset="0.51"/>
|
||||
<stop offset="0.82" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient_05" cx="-1023.19" cy="299.94" r="0.68" gradientTransform="matrix(-10.64, -11.81, -11.81, 10.64, -5710.54, -14881.57)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.09"/>
|
||||
<stop offset="0.17" stop-opacity="0.13"/>
|
||||
<stop offset="0.3" stop-opacity="0.13"/>
|
||||
<stop offset="0.46"/>
|
||||
<stop offset="0.63"/>
|
||||
<stop offset="0.68" stop-opacity="0"/>
|
||||
<stop offset="0.88" stop-opacity="0"/>
|
||||
<stop offset="1"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient_06" cx="-1024.63" cy="477.6" r="0.68" gradientTransform="matrix(-5.24, -1.04, -1.02, 5.15, -3239.2, -3128.26)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.13" stop-color="#6ba7d2"/>
|
||||
<stop offset="1" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<mask id="mask" x="18.35" y="21.07" width="1659.31" height="752.42" maskUnits="userSpaceOnUse">
|
||||
<rect x="18.35" y="21.07" width="1659.31" height="752.42" fill="#fff"/>
|
||||
<path d="M1601.21,22.43c51.3,0,75.08,29.91,75.08,74.09V697.37c0,45.2-26.5,74.76-74.74,74.76H87.65a68,68,0,0,1-67.94-68V90.4a68,68,0,0,1,67.94-68Z"/>
|
||||
</mask>
|
||||
<mask id="mask-2" x="36.01" y="29.23" width="1632.81" height="735.43" maskUnits="userSpaceOnUse">
|
||||
<rect x="36.01" y="29.23" width="1632.81" height="735.43" fill="#fff"/>
|
||||
<path d="M1600.19,29.91a68,68,0,0,1,68,68V696a68,68,0,0,1-68,68H105.32a68,68,0,0,1-67.95-68V97.88a68,68,0,0,1,67.95-68Z"/>
|
||||
</mask>
|
||||
<path id="filterPath" d="M0.022,0.955V0.0374H0.9836V0.955Z"/>
|
||||
</defs>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" preserveAspectRatio="xMidYMin slice" x="38" y="29">
|
||||
<animateMotion dur="1ms" repeatCount="indefinite"/>
|
||||
</image>
|
||||
<g id="device">
|
||||
<g>
|
||||
<path d="M1433.72,796.64V784.73H1226.88v11.91a3.37,3.37,0,0,0,3.35,3.36h200.14A3.37,3.37,0,0,0,1433.72,796.64Z" fill="#1a1a1a"/>
|
||||
<path d="M1431.62,796.49V784.73H1229v11.76a3.35,3.35,0,0,0,3.32,3.36h196A3.35,3.35,0,0,0,1431.62,796.49Z" fill="#353535"/>
|
||||
<path d="M1431.62,794.59v-9.86H1229v9.86a3.35,3.35,0,0,0,3.32,3.36h196A3.35,3.35,0,0,0,1431.62,794.59Z" fill="#4c4c4c"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1122.32,796.64V784.73H1004.84v11.91a3.36,3.36,0,0,0,3.35,3.36H1119A3.37,3.37,0,0,0,1122.32,796.64Z" fill="#1a1a1a"/>
|
||||
<path d="M1120.22,796.49V784.73H1006.94v11.76a3.35,3.35,0,0,0,3.31,3.36h106.66A3.35,3.35,0,0,0,1120.22,796.49Z" fill="#353535"/>
|
||||
<path d="M1120.22,794.59v-9.86H1006.94v9.86a3.34,3.34,0,0,0,3.31,3.36h106.66A3.34,3.34,0,0,0,1120.22,794.59Z" fill="#4c4c4c"/>
|
||||
</g>
|
||||
<path d="M1667,764.66c16.28-16.28,24.88-40.49,24.88-70V92.44c0-26.38-9.07-48.87-26.24-65-16-15-37.76-23.31-61.41-23.31H88.33A84.36,84.36,0,0,0,4.08,88.36v615.8a84.36,84.36,0,0,0,84.25,84.29H1602.57C1629.19,788.45,1651.49,780.22,1667,764.66ZM105.32,764a68,68,0,0,1-67.95-68V97.88a68,68,0,0,1,67.95-68H1600.19a68,68,0,0,1,68,68V696a68,68,0,0,1-68,68Z"/>
|
||||
<path d="M1696,694.65V92.44C1696,34.32,1653.19,0,1604.27,0H88.33A88.35,88.35,0,0,0,0,88.36v615.8a88.34,88.34,0,0,0,88.33,88.36H1602.57C1657.61,792.52,1696,758.54,1696,694.65ZM88.33,788.45A84.36,84.36,0,0,1,4.08,704.16V88.36A84.36,84.36,0,0,1,88.33,4.08H1604.27c23.65,0,45.46,8.28,61.41,23.31,17.17,16.18,26.24,38.67,26.24,65.05V694.65c0,29.52-8.6,53.73-24.88,70-15.55,15.56-37.85,23.79-64.47,23.79Z" fill="#1a1a1a"/>
|
||||
<path d="M1687.85,697.71V93.8c0-52.34-32.62-84.28-84.6-84.28H87.65A78.15,78.15,0,0,0,9.51,87.68V704.84A78.16,78.16,0,0,0,87.65,783l1514.58,1.36C1650.13,784.37,1687.85,756.5,1687.85,697.71ZM105.32,764a68,68,0,0,1-67.95-68V97.88a68,68,0,0,1,67.95-68H1600.19a68,68,0,0,1,68,68V696a68,68,0,0,1-68,68Z" fill="url(#gradient_01)"/>
|
||||
<path d="M1693.34,697.71V93.8c0-27.12-8.44-49.82-24.43-65.67S1630.3,4,1603.25,4H87.65A83.74,83.74,0,0,0,4,87.68V704.84a83.75,83.75,0,0,0,83.64,83.67l1514.58,1.36C1658.43,789.87,1693.34,754.55,1693.34,697.71ZM87.65,783A78.16,78.16,0,0,1,9.51,704.84V87.68A78.15,78.15,0,0,1,87.65,9.52h1515.6c52,0,84.6,31.94,84.6,84.28V697.71c0,58.79-37.72,86.66-85.62,86.66Z" fill="#1a1a1a"/>
|
||||
<path d="M1676.29,697.37V96.52c0-44.18-23.78-74.09-75.08-74.09H87.65a68,68,0,0,0-67.94,68V704.16a68,68,0,0,0,67.94,68h1513.9C1649.79,772.13,1676.29,742.57,1676.29,697.37ZM105.32,764a68,68,0,0,1-67.95-68V97.88a68,68,0,0,1,67.95-68H1600.19a68,68,0,0,1,68,68V696a68,68,0,0,1-68,68Z"/>
|
||||
<g mask="url(#mask)">
|
||||
<path d="M1601.21,22.43c51.3,0,75.08,29.91,75.08,74.09V697.37c0,45.2-26.5,74.76-74.74,74.76H87.65a68,68,0,0,1-67.94-68V90.4a68,68,0,0,1,67.94-68Z" fill="none" stroke="#000" stroke-width="2.72"/>
|
||||
</g>
|
||||
<path d="M1600.19,29.91a68,68,0,0,1,68,68V696a68,68,0,0,1-68,68H105.32a68,68,0,0,1-67.95-68V97.88a68,68,0,0,1,67.95-68Z" fill="none"/>
|
||||
<g mask="url(#mask-2)">
|
||||
<path d="M1600.19,29.91a68,68,0,0,1,68,68V696a68,68,0,0,1-68,68H105.32a68,68,0,0,1-67.95-68V97.88a68,68,0,0,1,67.95-68Z" fill="none" stroke="#000" stroke-width="1.36"/>
|
||||
</g>
|
||||
<path d="M1687.85,249.79V545.45a3.06,3.06,0,0,1-3.06,3.06h0a3.06,3.06,0,0,1-3.06-3.06V249.79a3.06,3.06,0,0,1,3.06-3.06h0A3.06,3.06,0,0,1,1687.85,249.79Z" fill="#1a1a1a"/>
|
||||
<rect y="668.82" width="13.59" height="14.95" fill="#191919"/>
|
||||
<rect y="104.67" width="13.59" height="14.95" fill="#191919"/>
|
||||
<rect x="1530.88" y="780.29" width="18.35" height="12.23" fill="#191919"/>
|
||||
<rect x="1530.88" width="18.35" height="13.59" fill="#191919"/>
|
||||
<path d="M1600.19,29.91a68,68,0,0,1,68,68V696a68,68,0,0,1-68,68H105.32a68,68,0,0,1-67.95-68V97.88a68,68,0,0,1,67.95-68Z" fill="none" stroke="#000" stroke-width="1.36"/>
|
||||
<g>
|
||||
<g>
|
||||
<ellipse cx="1633.83" cy="397.28" rx="18.01" ry="18.01"/>
|
||||
<ellipse cx="1633.83" cy="397.28" rx="17.16" ry="17.16" fill="none" stroke-width="1.7" stroke="url(#gradient_02)"/>
|
||||
</g>
|
||||
<path d="M1625.8,404.52a10.8,10.8,0,1,1,15.26.79A10.82,10.82,0,0,1,1625.8,404.52Z" fill="url(#gradient_03)"/>
|
||||
<path d="M1625.8,404.52a10.8,10.8,0,1,1,15.26.79A10.82,10.82,0,0,1,1625.8,404.52Z" fill="url(#gradient_04)"/>
|
||||
<path d="M1625.8,404.52a10.8,10.8,0,1,1,15.26.79A10.82,10.82,0,0,1,1625.8,404.52Z" fill="url(#gradient_05)"/>
|
||||
<path d="M1636.89,403.51a3.8,3.8,0,0,1-3-4.24,3.42,3.42,0,0,1,4.1-2.82,3.8,3.8,0,0,1,3,4.24A3.41,3.41,0,0,1,1636.89,403.51Z" fill="url(#gradient_06)"/>
|
||||
</g>
|
||||
<path d="M1226.88,796.64a3.37,3.37,0,0,0,3.35,3.36h200.14a3.37,3.37,0,0,0,3.35-3.36v-4.12h168.85c55,0,93.43-34,93.43-97.87V92.44C1696,34.32,1653.19,0,1604.27,0H88.33A88.35,88.35,0,0,0,0,88.36v615.8a88.34,88.34,0,0,0,88.33,88.36h916.51v4.12a3.36,3.36,0,0,0,3.35,3.36H1119a3.37,3.37,0,0,0,3.35-3.36v-4.12h104.56ZM87.65,772.13a68,68,0,0,1-67.94-68V90.4a68,68,0,0,1,67.94-68H1601.21c51.3,0,75.08,29.91,75.08,74.09V697.37c0,45.2-26.5,74.76-74.74,74.76Z" fill="#383E45" style="mix-blend-mode: overlay"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.6 KiB |
|
|
@ -0,0 +1,118 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 800 1696" width="800" height="1696" data-forced-size="true">
|
||||
<style>
|
||||
image {
|
||||
width: calc(100% - 66px);
|
||||
height: calc(100% - 66px);
|
||||
}
|
||||
</style>
|
||||
<defs>
|
||||
<radialGradient id="gradient_01" cx="396.94" cy="847.32" r="1240.76" gradientTransform="translate(1322.37 450.38) rotate(90) scale(1 1.09)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.11" stop-color="#5c5c5c"/>
|
||||
<stop offset="0.11" stop-color="#454545"/>
|
||||
<stop offset="0.12"/>
|
||||
<stop offset="0.13" stop-color="#464646"/>
|
||||
<stop offset="0.24" stop-color="#636161"/>
|
||||
<stop offset="0.37" stop-color="#606060"/>
|
||||
<stop offset="0.38"/>
|
||||
<stop offset="0.39" stop-color="#aaa"/>
|
||||
<stop offset="0.44" stop-color="#6d6d6d"/>
|
||||
<stop offset="0.5" stop-color="#7a7a7a"/>
|
||||
<stop offset="0.59" stop-color="#7c7c7c"/>
|
||||
<stop offset="0.62" stop-color="#545454"/>
|
||||
<stop offset="0.62"/>
|
||||
<stop offset="0.63" stop-color="#505050"/>
|
||||
<stop offset="0.84" stop-color="#444"/>
|
||||
<stop offset="0.87" stop-color="#343434"/>
|
||||
<stop offset="0.88"/>
|
||||
<stop offset="0.89" stop-color="#252527"/>
|
||||
<stop offset="0.97" stop-color="#363636"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient_02" cx="618.92" cy="215.32" r="0.68" gradientTransform="matrix(33.12, 47.69, 47.7, -33.11, -30386.77, -22337.26)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#121212"/>
|
||||
<stop offset="1" stop-color="#090909"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient_03" cx="674.84" cy="213.66" r="0.68" gradientTransform="matrix(-11.81, 10.64, 10.64, 11.81, 6095.05, -9641.04)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.21" stop-color="#191919"/>
|
||||
<stop offset="0.27" stop-color="#3c5052"/>
|
||||
<stop offset="0.4" stop-color="#2e5457"/>
|
||||
<stop offset="0.52" stop-color="#72a9b7"/>
|
||||
<stop offset="0.71" stop-color="#4a6861"/>
|
||||
<stop offset="0.92" stop-color="#191919"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient_04" cx="674.84" cy="213.66" r="0.68" gradientTransform="matrix(-11.81, 10.64, 10.64, 11.81, 6095.05, -9641.04)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.41" stop-opacity="0"/>
|
||||
<stop offset="0.51"/>
|
||||
<stop offset="0.82" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient_05" cx="674.84" cy="213.66" r="0.68" gradientTransform="matrix(-11.81, 10.64, 10.64, 11.81, 6095.05, -9641.04)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.09"/>
|
||||
<stop offset="0.17" stop-opacity="0.13"/>
|
||||
<stop offset="0.3" stop-opacity="0.13"/>
|
||||
<stop offset="0.46"/>
|
||||
<stop offset="0.63"/>
|
||||
<stop offset="0.68" stop-opacity="0"/>
|
||||
<stop offset="0.88" stop-opacity="0"/>
|
||||
<stop offset="1"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient_06" cx="719.38" cy="92.96" r="0.68" gradientTransform="matrix(-1.04, 5.24, 5.15, 1.02, 671.4, -3804.19)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.13" stop-color="#6ba7d2"/>
|
||||
<stop offset="1" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<mask id="mask" x="21.07" y="18.35" width="752.42" height="1659.31" maskUnits="userSpaceOnUse">
|
||||
<rect x="21.07" y="18.35" width="752.42" height="1659.31" fill="#fff"/>
|
||||
<path d="M22.43,94.79c0-51.3,29.91-75.08,74.09-75.08H697.37c45.2,0,74.76,26.5,74.76,74.74v1513.9a68,68,0,0,1-68,67.94H90.4a68,68,0,0,1-68-67.94Z"/>
|
||||
</mask>
|
||||
<mask id="mask-2" x="29.23" y="27.18" width="735.43" height="1632.81" maskUnits="userSpaceOnUse">
|
||||
<rect x="29.23" y="27.18" width="735.43" height="1632.81" fill="#fff"/>
|
||||
<path d="M29.91,95.81a68,68,0,0,1,68-67.95H696a68,68,0,0,1,68,68V1590.68a68,68,0,0,1-68,68H97.88a68,68,0,0,1-68-68Z"/>
|
||||
</mask>
|
||||
<path id="filterPath" d="M0.955,0.978H0.0374V0.0164H0.955Z"/>
|
||||
</defs>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" preserveAspectRatio="xMidYMin slice" x="30" y="28">
|
||||
<animateMotion dur="1ms" repeatCount="indefinite"/>
|
||||
</image>
|
||||
<g id="device">
|
||||
<g>
|
||||
<path d="M796.64,262.28H784.73V469.12h11.91a3.37,3.37,0,0,0,3.36-3.35V265.63A3.37,3.37,0,0,0,796.64,262.28Z" fill="#1a1a1a"/>
|
||||
<path d="M796.49,264.38H784.73V467h11.76a3.35,3.35,0,0,0,3.36-3.32v-196A3.35,3.35,0,0,0,796.49,264.38Z" fill="#353535"/>
|
||||
<path d="M794.59,264.38h-9.86V467h9.86A3.35,3.35,0,0,0,798,463.7v-196A3.35,3.35,0,0,0,794.59,264.38Z" fill="#4c4c4c"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M796.64,573.68H784.73V691.16h11.91a3.36,3.36,0,0,0,3.36-3.35V577A3.37,3.37,0,0,0,796.64,573.68Z" fill="#1a1a1a"/>
|
||||
<path d="M796.49,575.78H784.73V689.06h11.76a3.35,3.35,0,0,0,3.36-3.31V579.09A3.35,3.35,0,0,0,796.49,575.78Z" fill="#353535"/>
|
||||
<path d="M794.59,575.78h-9.86V689.06h9.86a3.34,3.34,0,0,0,3.36-3.31V579.09A3.34,3.34,0,0,0,794.59,575.78Z" fill="#4c4c4c"/>
|
||||
</g>
|
||||
<path d="M764.66,29c-16.28-16.28-40.49-24.88-70-24.88H92.44c-26.38,0-48.87,9.07-65,26.24-15,16-23.31,37.76-23.31,61.41V1607.67a84.36,84.36,0,0,0,84.28,84.25h615.8a84.36,84.36,0,0,0,84.29-84.25V93.43C788.45,66.81,780.22,44.51,764.66,29ZM764,1590.68a68,68,0,0,1-68,68H97.88a68,68,0,0,1-68-68V95.81a68,68,0,0,1,68-67.95H696a68,68,0,0,1,68,68Z"/>
|
||||
<path d="M694.65,0H92.44C34.32,0,0,42.81,0,91.73V1607.67A88.35,88.35,0,0,0,88.36,1696h615.8a88.34,88.34,0,0,0,88.36-88.33V93.43C792.52,38.39,758.54,0,694.65,0Zm93.8,1607.67a84.36,84.36,0,0,1-84.29,84.25H88.36a84.36,84.36,0,0,1-84.28-84.25V91.73c0-23.65,8.28-45.46,23.31-61.41C43.57,13.15,66.06,4.08,92.44,4.08H694.65c29.52,0,53.73,8.6,70,24.88,15.56,15.55,23.79,37.85,23.79,64.47Z" fill="#1a1a1a"/>
|
||||
<path d="M697.71,8.15H93.8c-52.34,0-84.28,32.62-84.28,84.6v1515.6a78.15,78.15,0,0,0,78.16,78.14H704.84A78.16,78.16,0,0,0,783,1608.35L784.37,93.77C784.37,45.87,756.5,8.15,697.71,8.15ZM764,1590.68a68,68,0,0,1-68,68H97.88a68,68,0,0,1-68-68V95.81a68,68,0,0,1,68-67.95H696a68,68,0,0,1,68,68Z" fill="url(#gradient_01)"/>
|
||||
<path d="M697.71,2.66H93.8C66.68,2.66,44,11.1,28.13,27.09S4,65.7,4,92.75v1515.6A83.74,83.74,0,0,0,87.68,1692H704.84a83.75,83.75,0,0,0,83.67-83.64L789.87,93.77C789.87,37.57,754.55,2.66,697.71,2.66ZM783,1608.35a78.16,78.16,0,0,1-78.17,78.14H87.68a78.15,78.15,0,0,1-78.16-78.14V92.75c0-52,31.94-84.6,84.28-84.6H697.71c58.79,0,86.66,37.72,86.66,85.62Z" fill="#1a1a1a"/>
|
||||
<path d="M697.37,19.71H96.52c-44.18,0-74.09,23.78-74.09,75.08V1608.35a68,68,0,0,0,68,67.94H704.16a68,68,0,0,0,68-67.94V94.45C772.13,46.21,742.57,19.71,697.37,19.71Zm66.61,1571a68,68,0,0,1-68,68H97.88a68,68,0,0,1-68-68V95.81a68,68,0,0,1,68-67.95H696a68,68,0,0,1,68,68Z"/>
|
||||
<g mask="url(#mask)">
|
||||
<path d="M22.43,94.79c0-51.3,29.91-75.08,74.09-75.08H697.37c45.2,0,74.76,26.5,74.76,74.74v1513.9a68,68,0,0,1-68,67.94H90.4a68,68,0,0,1-68-67.94Z" fill="none" stroke="#000" stroke-width="2.72"/>
|
||||
</g>
|
||||
<path d="M29.91,95.81a68,68,0,0,1,68-67.95H696a68,68,0,0,1,68,68V1590.68a68,68,0,0,1-68,68H97.88a68,68,0,0,1-68-68Z" fill="none"/>
|
||||
<g mask="url(#mask-2)">
|
||||
<path d="M29.91,95.81a68,68,0,0,1,68-67.95H696a68,68,0,0,1,68,68V1590.68a68,68,0,0,1-68,68H97.88a68,68,0,0,1-68-68Z" fill="none" stroke="#000" stroke-width="1.36"/>
|
||||
</g>
|
||||
<path d="M249.79,8.15H545.45a3.06,3.06,0,0,1,3.06,3.06h0a3.06,3.06,0,0,1-3.06,3.06H249.79a3.06,3.06,0,0,1-3.06-3.06h0A3.06,3.06,0,0,1,249.79,8.15Z" fill="#1a1a1a"/>
|
||||
<rect x="668.82" y="1682.41" width="14.95" height="13.59" fill="#191919"/>
|
||||
<rect x="104.67" y="1682.41" width="14.95" height="13.59" fill="#191919"/>
|
||||
<rect x="780.29" y="146.77" width="12.23" height="18.35" fill="#191919"/>
|
||||
<rect y="146.77" width="13.59" height="18.35" fill="#191919"/>
|
||||
<path d="M29.91,95.81a68,68,0,0,1,68-67.95H696a68,68,0,0,1,68,68V1590.68a68,68,0,0,1-68,68H97.88a68,68,0,0,1-68-68Z" fill="none" stroke="#000" stroke-width="1.36"/>
|
||||
<g>
|
||||
<g>
|
||||
<ellipse cx="397.28" cy="62.17" rx="18.01" ry="18.01"/>
|
||||
<ellipse cx="397.28" cy="62.17" rx="17.16" ry="17.16" fill="none" stroke-width="1.7" stroke="url(#gradient_02)"/>
|
||||
</g>
|
||||
<path d="M404.52,70.2a10.8,10.8,0,1,1,.79-15.26A10.82,10.82,0,0,1,404.52,70.2Z" fill="url(#gradient_03)"/>
|
||||
<path d="M404.52,70.2a10.8,10.8,0,1,1,.79-15.26A10.82,10.82,0,0,1,404.52,70.2Z" fill="url(#gradient_04)"/>
|
||||
<path d="M404.52,70.2a10.8,10.8,0,1,1,.79-15.26A10.82,10.82,0,0,1,404.52,70.2Z" fill="url(#gradient_05)"/>
|
||||
<path d="M403.51,59.11a3.8,3.8,0,0,1-4.24,3,3.41,3.41,0,0,1-2.82-4.1,3.8,3.8,0,0,1,4.24-3A3.41,3.41,0,0,1,403.51,59.11Z" fill="url(#gradient_06)"/>
|
||||
</g>
|
||||
<path d="M796.64,469.12a3.37,3.37,0,0,0,3.36-3.35V265.63a3.37,3.37,0,0,0-3.36-3.35h-4.12V93.43c0-55-34-93.43-97.87-93.43H92.44C34.32,0,0,42.81,0,91.73V1607.67A88.35,88.35,0,0,0,88.36,1696h615.8a88.34,88.34,0,0,0,88.36-88.33V691.16h4.12a3.36,3.36,0,0,0,3.36-3.35V577a3.37,3.37,0,0,0-3.36-3.35h-4.12V469.12ZM772.13,1608.35a68,68,0,0,1-68,67.94H90.4a68,68,0,0,1-68-67.94V94.79c0-51.3,29.91-75.08,74.09-75.08H697.37c45.2,0,74.76,26.5,74.76,74.74Z" fill="#383E45" style="mix-blend-mode: overlay"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.5 KiB |
|
|
@ -0,0 +1,119 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 800 1130" width="800" height="1130" data-forced-size="true">
|
||||
<style>
|
||||
image {
|
||||
width: calc(100% - 66px);
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
<defs>
|
||||
<radialGradient id="gradient_01" cx="396.94" cy="847.32" r="1240.76" gradientTransform="translate(1322.37 450.38) rotate(90) scale(1 1.09)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.11" stop-color="#5c5c5c"/>
|
||||
<stop offset="0.11" stop-color="#454545"/>
|
||||
<stop offset="0.12"/>
|
||||
<stop offset="0.13" stop-color="#464646"/>
|
||||
<stop offset="0.24" stop-color="#636161"/>
|
||||
<stop offset="0.37" stop-color="#606060"/>
|
||||
<stop offset="0.38"/>
|
||||
<stop offset="0.39" stop-color="#aaa"/>
|
||||
<stop offset="0.44" stop-color="#6d6d6d"/>
|
||||
<stop offset="0.5" stop-color="#7a7a7a"/>
|
||||
<stop offset="0.59" stop-color="#7c7c7c"/>
|
||||
<stop offset="0.62" stop-color="#545454"/>
|
||||
<stop offset="0.62"/>
|
||||
<stop offset="0.63" stop-color="#505050"/>
|
||||
<stop offset="0.84" stop-color="#444"/>
|
||||
<stop offset="0.87" stop-color="#343434"/>
|
||||
<stop offset="0.88"/>
|
||||
<stop offset="0.89" stop-color="#252527"/>
|
||||
<stop offset="0.97" stop-color="#363636"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient_02" cx="618.92" cy="215.32" r="0.68" gradientTransform="matrix(33.12, 47.69, 47.7, -33.11, -30386.77, -22337.26)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#121212"/>
|
||||
<stop offset="1" stop-color="#090909"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient_03" cx="674.84" cy="213.66" r="0.68" gradientTransform="matrix(-11.81, 10.64, 10.64, 11.81, 6095.05, -9641.04)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.21" stop-color="#191919"/>
|
||||
<stop offset="0.27" stop-color="#3c5052"/>
|
||||
<stop offset="0.4" stop-color="#2e5457"/>
|
||||
<stop offset="0.52" stop-color="#72a9b7"/>
|
||||
<stop offset="0.71" stop-color="#4a6861"/>
|
||||
<stop offset="0.92" stop-color="#191919"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient_04" cx="674.84" cy="213.66" r="0.68" gradientTransform="matrix(-11.81, 10.64, 10.64, 11.81, 6095.05, -9641.04)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.41" stop-opacity="0"/>
|
||||
<stop offset="0.51"/>
|
||||
<stop offset="0.82" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient_05" cx="674.84" cy="213.66" r="0.68" gradientTransform="matrix(-11.81, 10.64, 10.64, 11.81, 6095.05, -9641.04)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.09"/>
|
||||
<stop offset="0.17" stop-opacity="0.13"/>
|
||||
<stop offset="0.3" stop-opacity="0.13"/>
|
||||
<stop offset="0.46"/>
|
||||
<stop offset="0.63"/>
|
||||
<stop offset="0.68" stop-opacity="0"/>
|
||||
<stop offset="0.88" stop-opacity="0"/>
|
||||
<stop offset="1"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient_06" cx="719.38" cy="92.96" r="0.68" gradientTransform="matrix(-1.04, 5.24, 5.15, 1.02, 671.4, -3804.19)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.13" stop-color="#6ba7d2"/>
|
||||
<stop offset="1" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<mask id="mask" x="21.07" y="18.35" width="752.42" height="1659.31" maskUnits="userSpaceOnUse">
|
||||
<rect x="21.07" y="18.35" width="752.42" height="1659.31" fill="#fff"/>
|
||||
<path d="M22.43,94.79c0-51.3,29.91-75.08,74.09-75.08H697.37c45.2,0,74.76,26.5,74.76,74.74v1513.9a68,68,0,0,1-68,67.94H90.4a68,68,0,0,1-68-67.94Z"/>
|
||||
</mask>
|
||||
<mask id="mask-2" x="29.23" y="27.18" width="735.43" height="1632.81" maskUnits="userSpaceOnUse">
|
||||
<rect x="29.23" y="27.18" width="735.43" height="1632.81" fill="#fff"/>
|
||||
<path d="M29.91,95.81a68,68,0,0,1,68-67.95H696a68,68,0,0,1,68,68V1590.68a68,68,0,0,1-68,68H97.88a68,68,0,0,1-68-68Z"/>
|
||||
</mask>
|
||||
<path id="filterPath" d="M0.955,0.978H0.0374V0.0164H0.955Z"/>
|
||||
</defs>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" preserveAspectRatio="xMidYMin slice" x="30" y="28">
|
||||
<animateMotion dur="1ms" repeatCount="indefinite"/>
|
||||
</image>
|
||||
<g id="device">
|
||||
<g>
|
||||
<path d="M796.64,262.28H784.73V469.12h11.91a3.37,3.37,0,0,0,3.36-3.35V265.63A3.37,3.37,0,0,0,796.64,262.28Z" fill="#1a1a1a"/>
|
||||
<path d="M796.49,264.38H784.73V467h11.76a3.35,3.35,0,0,0,3.36-3.32v-196A3.35,3.35,0,0,0,796.49,264.38Z" fill="#353535"/>
|
||||
<path d="M794.59,264.38h-9.86V467h9.86A3.35,3.35,0,0,0,798,463.7v-196A3.35,3.35,0,0,0,794.59,264.38Z" fill="#4c4c4c"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M796.64,573.68H784.73V691.16h11.91a3.36,3.36,0,0,0,3.36-3.35V577A3.37,3.37,0,0,0,796.64,573.68Z" fill="#1a1a1a"/>
|
||||
<path d="M796.49,575.78H784.73V689.06h11.76a3.35,3.35,0,0,0,3.36-3.31V579.09A3.35,3.35,0,0,0,796.49,575.78Z" fill="#353535"/>
|
||||
<path d="M794.59,575.78h-9.86V689.06h9.86a3.34,3.34,0,0,0,3.36-3.31V579.09A3.34,3.34,0,0,0,794.59,575.78Z" fill="#4c4c4c"/>
|
||||
</g>
|
||||
<path d="M764.66,29c-16.28-16.28-40.49-24.88-70-24.88H92.44c-26.38,0-48.87,9.07-65,26.24-15,16-23.31,37.76-23.31,61.41V1607.67a84.36,84.36,0,0,0,84.28,84.25h615.8a84.36,84.36,0,0,0,84.29-84.25V93.43C788.45,66.81,780.22,44.51,764.66,29ZM764,1590.68a68,68,0,0,1-68,68H97.88a68,68,0,0,1-68-68V95.81a68,68,0,0,1,68-67.95H696a68,68,0,0,1,68,68Z"/>
|
||||
<path d="M694.65,0H92.44C34.32,0,0,42.81,0,91.73V1607.67A88.35,88.35,0,0,0,88.36,1696h615.8a88.34,88.34,0,0,0,88.36-88.33V93.43C792.52,38.39,758.54,0,694.65,0Zm93.8,1607.67a84.36,84.36,0,0,1-84.29,84.25H88.36a84.36,84.36,0,0,1-84.28-84.25V91.73c0-23.65,8.28-45.46,23.31-61.41C43.57,13.15,66.06,4.08,92.44,4.08H694.65c29.52,0,53.73,8.6,70,24.88,15.56,15.55,23.79,37.85,23.79,64.47Z" fill="#1a1a1a"/>
|
||||
<path d="M697.71,8.15H93.8c-52.34,0-84.28,32.62-84.28,84.6v1515.6a78.15,78.15,0,0,0,78.16,78.14H704.84A78.16,78.16,0,0,0,783,1608.35L784.37,93.77C784.37,45.87,756.5,8.15,697.71,8.15ZM764,1590.68a68,68,0,0,1-68,68H97.88a68,68,0,0,1-68-68V95.81a68,68,0,0,1,68-67.95H696a68,68,0,0,1,68,68Z" fill="url(#gradient_01)"/>
|
||||
<path d="M697.71,2.66H93.8C66.68,2.66,44,11.1,28.13,27.09S4,65.7,4,92.75v1515.6A83.74,83.74,0,0,0,87.68,1692H704.84a83.75,83.75,0,0,0,83.67-83.64L789.87,93.77C789.87,37.57,754.55,2.66,697.71,2.66ZM783,1608.35a78.16,78.16,0,0,1-78.17,78.14H87.68a78.15,78.15,0,0,1-78.16-78.14V92.75c0-52,31.94-84.6,84.28-84.6H697.71c58.79,0,86.66,37.72,86.66,85.62Z" fill="#1a1a1a"/>
|
||||
<path d="M697.37,19.71H96.52c-44.18,0-74.09,23.78-74.09,75.08V1608.35a68,68,0,0,0,68,67.94H704.16a68,68,0,0,0,68-67.94V94.45C772.13,46.21,742.57,19.71,697.37,19.71Zm66.61,1571a68,68,0,0,1-68,68H97.88a68,68,0,0,1-68-68V95.81a68,68,0,0,1,68-67.95H696a68,68,0,0,1,68,68Z"/>
|
||||
<g mask="url(#mask)">
|
||||
<path d="M22.43,94.79c0-51.3,29.91-75.08,74.09-75.08H697.37c45.2,0,74.76,26.5,74.76,74.74v1513.9a68,68,0,0,1-68,67.94H90.4a68,68,0,0,1-68-67.94Z" fill="none" stroke="#000" stroke-width="2.72"/>
|
||||
</g>
|
||||
<path d="M29.91,95.81a68,68,0,0,1,68-67.95H696a68,68,0,0,1,68,68V1590.68a68,68,0,0,1-68,68H97.88a68,68,0,0,1-68-68Z" fill="none"/>
|
||||
<g mask="url(#mask-2)">
|
||||
<path d="M29.91,95.81a68,68,0,0,1,68-67.95H696a68,68,0,0,1,68,68V1590.68a68,68,0,0,1-68,68H97.88a68,68,0,0,1-68-68Z" fill="none" stroke="#000" stroke-width="1.36"/>
|
||||
</g>
|
||||
<path d="M249.79,8.15H545.45a3.06,3.06,0,0,1,3.06,3.06h0a3.06,3.06,0,0,1-3.06,3.06H249.79a3.06,3.06,0,0,1-3.06-3.06h0A3.06,3.06,0,0,1,249.79,8.15Z" fill="#1a1a1a"/>
|
||||
<rect x="668.82" y="1682.41" width="14.95" height="13.59" fill="#191919"/>
|
||||
<rect x="104.67" y="1682.41" width="14.95" height="13.59" fill="#191919"/>
|
||||
<rect x="780.29" y="146.77" width="12.23" height="18.35" fill="#191919"/>
|
||||
<rect y="146.77" width="13.59" height="18.35" fill="#191919"/>
|
||||
<path d="M29.91,95.81a68,68,0,0,1,68-67.95H696a68,68,0,0,1,68,68V1590.68a68,68,0,0,1-68,68H97.88a68,68,0,0,1-68-68Z" fill="none" stroke="#000" stroke-width="1.36"/>
|
||||
<g>
|
||||
<g>
|
||||
<ellipse cx="397.28" cy="62.17" rx="18.01" ry="18.01"/>
|
||||
<ellipse cx="397.28" cy="62.17" rx="17.16" ry="17.16" fill="none" stroke-width="1.7" stroke="url(#gradient_02)"/>
|
||||
</g>
|
||||
<path d="M404.52,70.2a10.8,10.8,0,1,1,.79-15.26A10.82,10.82,0,0,1,404.52,70.2Z" fill="url(#gradient_03)"/>
|
||||
<path d="M404.52,70.2a10.8,10.8,0,1,1,.79-15.26A10.82,10.82,0,0,1,404.52,70.2Z" fill="url(#gradient_04)"/>
|
||||
<path d="M404.52,70.2a10.8,10.8,0,1,1,.79-15.26A10.82,10.82,0,0,1,404.52,70.2Z" fill="url(#gradient_05)"/>
|
||||
<path d="M403.51,59.11a3.8,3.8,0,0,1-4.24,3,3.41,3.41,0,0,1-2.82-4.1,3.8,3.8,0,0,1,4.24-3A3.41,3.41,0,0,1,403.51,59.11Z" fill="url(#gradient_06)"/>
|
||||
</g>
|
||||
<path d="M796.64,469.12a3.37,3.37,0,0,0,3.36-3.35V265.63a3.37,3.37,0,0,0-3.36-3.35h-4.12V93.43c0-55-34-93.43-97.87-93.43H92.44C34.32,0,0,42.81,0,91.73V1607.67A88.35,88.35,0,0,0,88.36,1696h615.8a88.34,88.34,0,0,0,88.36-88.33V691.16h4.12a3.36,3.36,0,0,0,3.36-3.35V577a3.37,3.37,0,0,0-3.36-3.35h-4.12V469.12ZM772.13,1608.35a68,68,0,0,1-68,67.94H90.4a68,68,0,0,1-68-67.94V94.79c0-51.3,29.91-75.08,74.09-75.08H697.37c45.2,0,74.76,26.5,74.76,74.74Z" fill="#383E45" style="mix-blend-mode: overlay"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
After Width: | Height: | Size: 9.5 KiB |
|
|
@ -0,0 +1,78 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" viewBox="0 0 985 975" data-forced-size="true" width="985" height="975" data-img-aspect-ratio="16:9" data-img-perspective="[[4.6, 3.23], [92.35, 4.51], [96.97, 59.64], [10.3, 69.2]]">
|
||||
<defs>
|
||||
<linearGradient id="gradient_01" x1="44.61" y1="1175.21" x2="14.45" y2="918.79" gradientTransform="matrix(0.63, 0.1, 0, 1, 527.49, -141.68)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#a5a5a5"/>
|
||||
<stop offset="0.33" stop-color="#a3a3a3"/>
|
||||
<stop offset="0.58" stop-color="#3f3f3f"/>
|
||||
<stop offset="0.84" stop-color="#6a6a6a"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_02" x1="-53.24" y1="892.8" x2="4.5" y2="1181.29" gradientTransform="matrix(0.63, 0.1, 0, 1, 527.49, -141.68)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#5c5c5c"/>
|
||||
<stop offset="0.43" stop-color="#494949"/>
|
||||
<stop offset="0.5" stop-color="#6d6d6d"/>
|
||||
<stop offset="0.53" stop-color="#878787"/>
|
||||
<stop offset="0.54" stop-color="#303030"/>
|
||||
<stop offset="0.59" stop-color="#575757"/>
|
||||
<stop offset="0.67" stop-color="#686868"/>
|
||||
<stop offset="0.84" stop-color="#6a6a6a"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_03" x1="-259.69" y1="1025.75" x2="321.26" y2="1025.75" gradientTransform="matrix(0.63, 0.1, 0, 1, 527.49, -141.68)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#737373"/>
|
||||
<stop offset="0.34" stop-color="#7e7e7e"/>
|
||||
<stop offset="0.41" stop-color="#b0b0b0"/>
|
||||
<stop offset="0.47" stop-color="#787878"/>
|
||||
<stop offset="0.64" stop-color="#929292"/>
|
||||
<stop offset="1" stop-color="#9c9c9c"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_04" x1="-70.99" y1="1050.94" x2="118.42" y2="756.91" gradientTransform="matrix(0.63, 0.1, 0, 1, 527.49, -141.68)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.39" stop-color="#fff" stop-opacity="0"/>
|
||||
<stop offset="0.67" stop-color="#fff"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_05" x1="49.09" y1="1214.54" x2="271.06" y2="893.98" gradientTransform="matrix(0.63, 0.1, 0, 1, 527.49, -141.68)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.4" stop-color="#fff" stop-opacity="0"/>
|
||||
<stop offset="0.43" stop-color="#fff" stop-opacity="0.03"/>
|
||||
<stop offset="0.47" stop-color="#fff" stop-opacity="0.12"/>
|
||||
<stop offset="0.52" stop-color="#fff" stop-opacity="0.26"/>
|
||||
<stop offset="0.56" stop-color="#fff" stop-opacity="0.37"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_06" x1="126.17" y1="742.22" x2="858.23" y2="-31.58" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#e8e9eb"/>
|
||||
<stop offset="1" stop-color="#eff0f2"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_07" x1="137.8" y1="851.18" x2="932.45" y2="550.64" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#8c8c8c"/>
|
||||
<stop offset="0.35" stop-color="#999"/>
|
||||
<stop offset="1" stop-color="#a1a1a1"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_08" x1="538.77" y1="522.38" x2="1411.87" y2="-341.68" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#fff" stop-opacity="0.5"/>
|
||||
<stop offset="1" stop-color="#fff"/>
|
||||
</linearGradient>
|
||||
<clipPath id="screen_path">
|
||||
<polygon points="45.4 31.58 909.65 44.04 955.23 581.56 101.52 674.71 45.4 31.58"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M0.0461,0.0324,0.9235,0.0451l0.0463,0.5513L0.1031,0.692Z"/>
|
||||
</defs>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#screen_path)" preserveAspectRatio="none" width="100%" height="100%">
|
||||
<animateMotion dur="1ms" repeatCount="indefinite"/>
|
||||
</image>
|
||||
<g id="device">
|
||||
<path d="M706,909.62c16.1,4.34,23.46,4.21,23.06,13.29s2.16,13.75-6.67,15.28S531.51,973,523.4,974s-19.3,2.28-30.82-1.86-116.25-43.47-121.92-45.69-6.36-7.52-6.07-12.79-.78-4.88,6.05-7.89,218.21-33.6,218.21-33.6Z" fill="url(#gradient_01)"/>
|
||||
<polygon points="627.17 737.41 606.46 877.8 380.55 913.02 394.8 778.76 627.17 737.41" fill="url(#gradient_02)"/>
|
||||
<line x1="367.32" y1="906.79" x2="591.99" y2="871.72" fill="none"/>
|
||||
<path d="M729.08,922.91a11.42,11.42,0,0,0-.2-2.9c-8,1.52-191.93,34.66-204.09,36.8-12.66,2.24-17.57,1.46-28.41-1.62-7.33-2.08-67.78-24.55-105.24-38.54L405.57,770.2l-10.77,8.56L381,912.87l-14.21-5.32c-2.56,1.4-2.18,2.16-2.24,6.11-.13,8.93-1,10,6.07,12.79,5.66,2.27,110.45,41.58,121.92,45.69S515.31,975,523.4,974s190.21-34.29,199-35.81S728.68,932,729.08,922.91Z" fill="url(#gradient_03)"/>
|
||||
<polygon points="610.64 849.46 627.17 737.41 434.46 771.53 610.64 849.46" opacity="0.39" fill="url(#gradient_04)"/>
|
||||
<path d="M524.79,956.81C537,954.67,720.84,921.53,728.88,920c-1.31-6.21-8.71-6.57-22.86-10.39l-99.47-31.79-89.15,80C519.59,957.65,522,957.31,524.79,956.81Z" fill="url(#gradient_05)"/>
|
||||
<polygon points="909.65 44.04 955.23 581.56 101.52 674.71 45.4 31.58 909.65 44.04" fill="none" stroke="#4c4c4c" stroke-miterlimit="10" stroke-width="2.2"/>
|
||||
<path d="M984.81,683.16c-.65-9-49.52-609.67-52.54-647.3h0c-1.95-24-26.89-20.44-39.72-20.38h0C814,16.63,37.83-2.43,23.56.26,8.65,3.08-1,13.08.09,24.29,1.62,39.66,66.76,787.16,68.61,809.35h0c2.09,22.23,26.23,19.83,55.06,15.43h0C235.22,807,959.8,710.44,972,704.93,985.06,699,985.47,692.33,984.81,683.16Zm-883.29-8.45L45.4,31.58,909.65,44l45.58,537.52Z" fill="url(#gradient_06)"/>
|
||||
<path d="M984.81,683.16c-.14-2-2.29-28.53-6.28-77.81L72,706.84c5.15,58.59,9.28,105.45,9.58,109.27.46,5.86,2.4,9.26,5.16,11,9.83,1.46,22.83-.21,37-2.36h0C235.22,807,959.8,710.44,972,704.93,985.06,699,985.47,692.33,984.81,683.16Z" fill="url(#gradient_07)"/>
|
||||
<path d="M81.55,816.11C80.15,798.26,12.74,37.18,11.92,27.53c0-.56-.09-1.11-.14-1.67h0c-.08-1-.15-2-.18-3-.67-13,1.05-20.55,12-22.64C8.65,3.08-1,13.08.09,24.29c1.53,15.37,66.68,762.9,68.52,785.07,1.07,11.35,7.88,16.27,18.1,17.79C84,825.37,82,822,81.55,816.11Z" fill="#2d2d2d"/>
|
||||
<path d="M515.92,17.76c1.18,2.7.52,5.95-1.46,7.26s-4.54.18-5.72-2.52-.52-5.95,1.46-7.26S514.74,15.06,515.92,17.76Z" fill="#4c4c4c"/>
|
||||
<path d="M984.81,683.16c-.14-2-2.29-28.53-6.28-77.81L72,706.84c0,.53.09,1.06.14,1.6C53.22,494.14,12.56,35,11.92,27.53c0-.56-.09-1.11-.14-1.67h0c-.08-1-.15-2-.18-3-.67-13,1.05-20.55,12-22.64C8.65,3.08-1,13.08.09,24.29c1.53,15.37,66.68,762.9,68.52,785.07,1.07,11.35,7.88,16.27,18.1,17.79,9.83,1.46,22.83-.21,37-2.36h0c37.53-6,144.46-20.88,270.3-38.23l-12.41,117a98,98,0,0,0-10.92,2.23c-1.73.77-2.95,1.31-3.81,1.78h0l-.53.31-.06,0c-1.9,1.2-1.59,2.15-1.65,5.76h0c0,.76-.06,1.53,0,2.28-.18,6.83-.28,7.94,6.1,10.5h0c5.69,2.28,103.32,38.9,120.38,45.13l1.52.55c11.52,4.14,22.73,2.85,30.82,1.86,5.9-.72,104-18.56,160.35-28.8l2.93-.53.64-.12c19.19-3.49,32.84-6,35.09-6.36,3.32-.57,5-1.6,5.89-3.13a5.57,5.57,0,0,0,.46-1.09l.06-.22a18.14,18.14,0,0,0,.29-4.8v-.1c0-.61,0-1.26-.05-1.94,0-.27,0-.55,0-.83,0-1,0-2.05,0-3.17h0v-.07c.36-9-7-8.89-23.06-13.22L606.46,877.8l18.14-123c181.1-25,341.69-47.32,347.36-49.89C985.06,699,985.47,692.33,984.81,683.16Z" fill="#FFF" opacity="0.2"/>
|
||||
<path d="M984.81,683.16c-.14-2-2.29-28.53-6.28-77.81L72,706.84c0,.53.09,1.06.14,1.6C53.22,494.14,12.56,35,11.92,27.53c0-.56-.09-1.11-.14-1.67h0c-.08-1-.15-2-.18-3-.67-13,1.05-20.55,12-22.64C8.65,3.08-1,13.08.09,24.29c1.53,15.37,66.68,762.9,68.52,785.07,1.07,11.35,7.88,16.27,18.1,17.79,9.83,1.46,22.83-.21,37-2.36h0c37.53-6,144.46-20.88,270.3-38.23l-12.41,117a98,98,0,0,0-10.92,2.23c-1.73.77-2.95,1.31-3.81,1.78h0l-.53.31-.06,0c-1.9,1.2-1.59,2.15-1.65,5.76h0c0,.76-.06,1.53,0,2.28-.18,6.83-.28,7.94,6.1,10.5h0c5.69,2.28,103.32,38.9,120.38,45.13l1.52.55c11.52,4.14,22.73,2.85,30.82,1.86,5.9-.72,104-18.56,160.35-28.8l2.93-.53.64-.12c19.19-3.49,32.84-6,35.09-6.36,3.32-.57,5-1.6,5.89-3.13a5.57,5.57,0,0,0,.46-1.09l.06-.22a18.14,18.14,0,0,0,.29-4.8v-.1c0-.61,0-1.26-.05-1.94,0-.27,0-.55,0-.83,0-1,0-2.05,0-3.17h0v-.07c.36-9-7-8.89-23.06-13.22L606.46,877.8l18.14-123c181.1-25,341.69-47.32,347.36-49.89C985.06,699,985.47,692.33,984.81,683.16Z" fill="#F6F6F6" style="mix-blend-mode: soft-light"/>
|
||||
<polygon points="339.95 648.7 955.23 581.56 909.65 44.04 551.08 38.87 339.95 648.7" opacity="0.25" fill="url(#gradient_08)"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 8.5 KiB |
|
|
@ -0,0 +1,78 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" viewBox="0 0 985 975" data-forced-size="true" width="985" height="975" data-img-aspect-ratio="16:9" data-img-perspective="[[7.64, 4.51], [95.39, 3.23], [89.69, 69.2], [3.02, 59.64]]">
|
||||
<defs>
|
||||
<linearGradient id="gradient_01" x1="676.83" y1="1005.41" x2="646.66" y2="748.99" gradientTransform="matrix(-0.63, 0.1, 0, 1, 854.33, -35.1)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#a5a5a5"/>
|
||||
<stop offset="0.33" stop-color="#a3a3a3"/>
|
||||
<stop offset="0.58" stop-color="#3f3f3f"/>
|
||||
<stop offset="0.84" stop-color="#6a6a6a"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_02" x1="578.98" y1="722.99" x2="636.72" y2="1011.48" gradientTransform="matrix(-0.63, 0.1, 0, 1, 854.33, -35.1)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#5c5c5c"/>
|
||||
<stop offset="0.43" stop-color="#494949"/>
|
||||
<stop offset="0.5" stop-color="#6d6d6d"/>
|
||||
<stop offset="0.53" stop-color="#878787"/>
|
||||
<stop offset="0.54" stop-color="#303030"/>
|
||||
<stop offset="0.59" stop-color="#575757"/>
|
||||
<stop offset="0.67" stop-color="#686868"/>
|
||||
<stop offset="0.84" stop-color="#6a6a6a"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_03" x1="372.53" y1="855.95" x2="953.47" y2="855.95" gradientTransform="matrix(-0.63, 0.1, 0, 1, 854.33, -35.1)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#737373"/>
|
||||
<stop offset="0.34" stop-color="#7e7e7e"/>
|
||||
<stop offset="0.41" stop-color="#b0b0b0"/>
|
||||
<stop offset="0.47" stop-color="#787878"/>
|
||||
<stop offset="0.64" stop-color="#929292"/>
|
||||
<stop offset="1" stop-color="#9c9c9c"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_04" x1="561.23" y1="881.13" x2="750.64" y2="587.1" gradientTransform="matrix(-0.63, 0.1, 0, 1, 854.33, -35.1)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.39" stop-color="#fff" stop-opacity="0"/>
|
||||
<stop offset="0.67" stop-color="#fff"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_05" x1="681.31" y1="1044.74" x2="903.28" y2="724.17" gradientTransform="matrix(-0.63, 0.1, 0, 1, 854.33, -35.1)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.4" stop-color="#fff" stop-opacity="0"/>
|
||||
<stop offset="0.43" stop-color="#fff" stop-opacity="0.03"/>
|
||||
<stop offset="0.47" stop-color="#fff" stop-opacity="0.12"/>
|
||||
<stop offset="0.52" stop-color="#fff" stop-opacity="0.26"/>
|
||||
<stop offset="0.56" stop-color="#fff" stop-opacity="0.37"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_06" x1="126.17" y1="742.22" x2="858.23" y2="-31.58" gradientTransform="matrix(-1, 0, 0, 1, 985, 0)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#e8e9eb"/>
|
||||
<stop offset="1" stop-color="#eff0f2"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_07" x1="137.8" y1="851.18" x2="932.45" y2="550.64" gradientTransform="matrix(-1, 0, 0, 1, 985, 0)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#8c8c8c"/>
|
||||
<stop offset="0.35" stop-color="#999"/>
|
||||
<stop offset="1" stop-color="#a1a1a1"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_08" x1="632.65" y1="382.57" x2="1309.3" y2="-287.07" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#fff" stop-opacity="0.5"/>
|
||||
<stop offset="1" stop-color="#fff"/>
|
||||
</linearGradient>
|
||||
<clipPath id="screen_path">
|
||||
<polygon points="75.35 44.04 939.6 31.58 883.48 674.71 29.77 581.56"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M0.8969,0.692,0.0302,0.5965,0.0765,0.0451,0.9539,0.0324Z"/>
|
||||
</defs>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#screen_path)" preserveAspectRatio="none" width="100%" height="100%">
|
||||
<animateMotion dur="1ms" repeatCount="indefinite"/>
|
||||
</image>
|
||||
<g id="device">
|
||||
<path d="M279,909.62c-16.1,4.34-23.46,4.21-23.06,13.29s-2.16,13.75,6.67,15.28S453.49,973,461.6,974s19.3,2.28,30.82-1.86,116.25-43.47,121.92-45.69,6.36-7.52,6.07-12.79.78-4.88-6-7.89-218.21-33.6-218.21-33.6Z" fill="url(#gradient_01)"/>
|
||||
<polygon points="357.83 737.41 378.54 877.8 604.45 913.02 590.2 778.76 357.83 737.41" fill="url(#gradient_02)"/>
|
||||
<line x1="617.68" y1="906.79" x2="393.01" y2="871.72" fill="none"/>
|
||||
<path d="M255.92,922.91a11.42,11.42,0,0,1,.2-2.9c8,1.52,191.93,34.66,204.09,36.8,12.66,2.24,17.57,1.46,28.41-1.62,7.33-2.08,67.78-24.55,105.24-38.54L579.43,770.2l10.77,8.56L604,912.87l14.21-5.32c2.56,1.4,2.18,2.16,2.24,6.11.13,8.93,1,10-6.07,12.79-5.66,2.27-110.45,41.58-121.92,45.69S469.69,975,461.6,974s-190.21-34.29-199-35.81S256.32,932,255.92,922.91Z" fill="url(#gradient_03)"/>
|
||||
<polygon points="374.36 849.46 357.83 737.41 550.54 771.53 374.36 849.46" opacity="0.39" fill="url(#gradient_04)"/>
|
||||
<path d="M460.21,956.81c-12.16-2.14-196-35.28-204.09-36.8,1.31-6.21,8.71-6.57,22.86-10.39l99.47-31.79,89.15,80C465.41,957.65,463,957.31,460.21,956.81Z" fill="url(#gradient_05)"/>
|
||||
<polygon points="75.35 44.04 29.77 581.56 883.48 674.71 939.6 31.58 75.35 44.04" fill="none" stroke="#4c4c4c" stroke-miterlimit="10" stroke-width="2.2"/>
|
||||
<path d="M13,704.93C25.2,710.44,749.78,807,861.33,824.79h0c28.83,4.4,53,6.8,55.06-15.43h0c1.85-22.19,67-769.69,68.52-785.06,1.12-11.21-8.56-21.21-23.47-24-14.27-2.69-790.39,16.37-869,15.22h0c-12.83-.06-37.77-3.65-39.72,20.38h0C49.71,73.49.84,674.16.19,683.16-.47,692.33-.06,699,13,704.93ZM29.77,581.56,75.35,44,939.6,31.58,883.48,674.71Z" fill="url(#gradient_06)"/>
|
||||
<path d="M.19,683.16c.14-2,2.29-28.53,6.28-77.81L913,706.84c-5.15,58.59-9.28,105.45-9.58,109.27-.46,5.86-2.4,9.26-5.16,11-9.83,1.46-22.83-.21-37-2.36h0C749.78,807,25.2,710.44,13,704.93-.06,699-.47,692.33.19,683.16Z" fill="url(#gradient_07)"/>
|
||||
<path d="M903.45,816.11c1.4-17.85,68.81-778.93,69.63-788.58,0-.56.09-1.11.14-1.67h0c.08-1,.15-2,.18-3,.67-13-1-20.55-12-22.64,14.91,2.82,24.59,12.82,23.47,24-1.53,15.37-66.68,762.9-68.52,785.07-1.07,11.35-7.88,16.27-18.1,17.79C901.05,825.37,903,822,903.45,816.11Z" fill="#2d2d2d"/>
|
||||
<path d="M469.08,17.76c-1.18,2.7-.52,5.95,1.46,7.26s4.54.18,5.72-2.52.52-5.95-1.46-7.26S470.26,15.06,469.08,17.76Z" fill="#4c4c4c"/>
|
||||
<path d="M.19,683.16c.14-2,2.29-28.53,6.28-77.81L913,706.84c0,.53-.09,1.06-.14,1.6C931.78,494.14,972.44,35,973.08,27.53c0-.56.09-1.11.14-1.67h0c.08-1,.15-2,.18-3,.67-13-1-20.55-12-22.64,14.91,2.82,24.59,12.82,23.47,24-1.53,15.37-66.68,762.9-68.52,785.07-1.07,11.35-7.88,16.27-18.1,17.79-9.83,1.46-22.83-.21-37-2.36h0c-37.53-6-144.46-20.88-270.3-38.23l12.41,117a98,98,0,0,1,10.92,2.23c1.73.77,2.95,1.31,3.81,1.78h0l.53.31.06,0c1.9,1.2,1.59,2.15,1.65,5.76h0c0,.76.06,1.53,0,2.28.18,6.83.28,7.94-6.1,10.5h0c-5.69,2.28-103.32,38.9-120.38,45.13l-1.52.55C480.9,976.28,469.69,975,461.6,974c-5.9-.72-104-18.56-160.35-28.8l-2.93-.53-.64-.12c-19.19-3.49-32.84-6-35.09-6.36-3.32-.57-5-1.6-5.89-3.13a5.57,5.57,0,0,1-.46-1.09l-.06-.22a18.14,18.14,0,0,1-.29-4.8v-.1c0-.61,0-1.26.05-1.94,0-.27,0-.55,0-.83,0-1,0-2.05,0-3.17h0v-.07c-.36-9,7-8.89,23.06-13.22l99.56-31.82-18.14-123C179.3,729.87,18.71,707.5,13,704.93-.06,699-.47,692.33.19,683.16Z" fill="#FFF" opacity="0.2"/>
|
||||
<path d="M.19,683.16c.14-2,2.29-28.53,6.28-77.81L913,706.84c0,.53-.09,1.06-.14,1.6C931.78,494.14,972.44,35,973.08,27.53c0-.56.09-1.11.14-1.67h0c.08-1,.15-2,.18-3,.67-13-1-20.55-12-22.64,14.91,2.82,24.59,12.82,23.47,24-1.53,15.37-66.68,762.9-68.52,785.07-1.07,11.35-7.88,16.27-18.1,17.79-9.83,1.46-22.83-.21-37-2.36h0c-37.53-6-144.46-20.88-270.3-38.23l12.41,117a98,98,0,0,1,10.92,2.23c1.73.77,2.95,1.31,3.81,1.78h0l.53.31.06,0c1.9,1.2,1.59,2.15,1.65,5.76h0c0,.76.06,1.53,0,2.28.18,6.83.28,7.94-6.1,10.5h0c-5.69,2.28-103.32,38.9-120.38,45.13l-1.52.55C480.9,976.28,469.69,975,461.6,974c-5.9-.72-104-18.56-160.35-28.8l-2.93-.53-.64-.12c-19.19-3.49-32.84-6-35.09-6.36-3.32-.57-5-1.6-5.89-3.13a5.57,5.57,0,0,1-.46-1.09l-.06-.22a18.14,18.14,0,0,1-.29-4.8v-.1c0-.61,0-1.26.05-1.94,0-.27,0-.55,0-.83,0-1,0-2.05,0-3.17h0v-.07c-.36-9,7-8.89,23.06-13.22l99.56-31.82-18.14-123C179.3,729.87,18.71,707.5,13,704.93-.06,699-.47,692.33.19,683.16Z" fill="#F6F6F6" style="mix-blend-mode: soft-light"/>
|
||||
<polygon points="645.05 648.7 883.48 674.71 939.6 31.58 433.92 38.87 645.05 648.7" opacity="0.25" fill="url(#gradient_08)"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 8.6 KiB |
|
|
@ -0,0 +1,87 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="3070" height="2586" viewBox="0 0 3070 2586" data-forced-size="true">
|
||||
<style>
|
||||
.source {
|
||||
width: calc(100% - 143px);
|
||||
height: 64%;
|
||||
}
|
||||
.overlay { mix-blend-mode: soft-light; }
|
||||
.mask_preview { clip-path: polygon(2% 1.5%, 99% 1.5%, 99% 70%, 1.5% 70%); }
|
||||
</style>
|
||||
<defs>
|
||||
<linearGradient id="gradient_01" x1="1171.82" y1="22.91" x2="1536.1" y2="22.91" gradientTransform="matrix(1, 0, 0, -1, 0, 2586)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#fff" stop-opacity="0.56"/>
|
||||
<stop offset="0.06" stop-color="#171717" stop-opacity="0.88"/>
|
||||
<stop offset="0.09" stop-color="#fff" stop-opacity="0.54"/>
|
||||
<stop offset="0.16" stop-color="#959595" stop-opacity="0.3"/>
|
||||
<stop offset="0.38" stop-color="#fff" stop-opacity="0.1"/>
|
||||
<stop offset="1" stop-color="#b1c9dc" stop-opacity="0"/>
|
||||
<stop offset="1" stop-color="#fff" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_02" x1="1900.37" y1="22.91" x2="1536.1" y2="22.91" xlink:href="#gradient_01"/>
|
||||
<linearGradient id="gradient_03" x1="1180.6" y1="4.26" x2="1279.35" y2="4.26" gradientTransform="matrix(1, 0, 0, -1, 0, 2586)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-opacity="0"/>
|
||||
<stop offset="1" stop-opacity="0.12"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_04" x1="1891.59" y1="4.26" x2="1792.84" y2="4.26" xlink:href="#gradient_03"/>
|
||||
<linearGradient id="gradient_05" x1="1536.09" y1="479.35" x2="1536.09" y2="38.27" gradientTransform="matrix(1, 0, 0, -1, 0, 2586)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-opacity="0.62"/>
|
||||
<stop offset="1" stop-color="#c4c4c4" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="gradient_06" cx="1129.79" cy="1605.77" r="1" gradientTransform="matrix(0, 187.62, 509.76, 0, -817018.14, -209446.13)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-opacity="0.57"/>
|
||||
<stop offset="1" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="gradient_07" x1="1536.09" y1="72.29" x2="1536.09" y2="43.76" gradientTransform="matrix(1, 0, 0, -1, 0, 2586)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#fff" stop-opacity="0"/>
|
||||
<stop offset="0.52" stop-color="#fff" stop-opacity="0.48"/>
|
||||
<stop offset="1" stop-color="#fff" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_08" x1="1536.09" y1="51.44" x2="1536.09" y2="28.4" gradientTransform="matrix(1, 0, 0, -1, 0, 2586)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-opacity="0"/>
|
||||
<stop offset="0.46"/>
|
||||
<stop offset="1" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_09" x1="3.56" y1="1947.55" x2="3063.64" y2="1947.55" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#8b8b8b"/>
|
||||
<stop offset="0.35" stop-color="#989898"/>
|
||||
<stop offset="1" stop-color="#a0a0a0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_10" x1="-4.06" y1="2579.04" x2="3065.94" y2="790.58" gradientTransform="matrix(1, 0, 0, -1, 0, 2586)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#e7e8ea"/>
|
||||
<stop offset="1" stop-color="#eeeff1"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||||
<use xlink:href="#filterPath" fill="none"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M1,1H0V0H1Z"/>
|
||||
</defs>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<g class="mask_preview">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</g>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#clip-path)" preserveAspectRatio="xMidYMin slice" class="source" x="72" y="67">
|
||||
<animateMotion dur="1ms" repeatCount="indefinite"/>
|
||||
</image>
|
||||
<g>
|
||||
<path d="M1171.82,2578.45h728.55v-30.72H1171.82Z" fill="#cccdcf"/>
|
||||
<path d="M1536.1,2578.45H1171.82v-30.72H1536.1Z" fill="url(#gradient_01)"/>
|
||||
<path d="M1536.1,2578.45h364.27v-30.72H1536.1Z" fill="url(#gradient_02)"/>
|
||||
<path d="M1180.6,2578.45a6.59,6.59,0,0,0,6.58,6.58h85.59a6.59,6.59,0,0,0,6.58-6.58H1180.6Z" fill="#cccdcf"/>
|
||||
<path d="M1279.35,2578.45a6.59,6.59,0,0,1-6.58,6.58h-85.59a6.59,6.59,0,0,1-6.58-6.58h98.75Z" fill="url(#gradient_03)"/>
|
||||
<path d="M1891.59,2578.45A6.58,6.58,0,0,1,1885,2585h-85.58a6.59,6.59,0,0,1-6.59-6.58h98.75Z" fill="#cccdcf"/>
|
||||
<path d="M1792.84,2578.45a6.59,6.59,0,0,0,6.59,6.58H1885a6.58,6.58,0,0,0,6.58-6.58h-98.75Z" fill="url(#gradient_04)"/>
|
||||
<path d="M1171.82,2106.65h728.55v441.08H1171.82Z" fill="#cccdcf"/>
|
||||
<path d="M1171.82,2106.65h728.55v441.08H1171.82Z" fill="url(#gradient_05)"/>
|
||||
<path d="M1171.82,2106.65h728.55v441.08H1171.82Z" fill="url(#gradient_06)"/>
|
||||
<path d="M1171.82,2106.65h728.55v441.08H1171.82Z" fill="url(#gradient_07)"/>
|
||||
<path d="M1171.82,2106.65h728.55v441.08H1171.82Z" fill="url(#gradient_08)"/>
|
||||
<path d="M3070,2062.76a43.89,43.89,0,0,1-43.89,43.89H43.89A43.89,43.89,0,0,1,0,2062.76v-274.3H3070Z" fill="#cccdcf"/>
|
||||
<path d="M3070,2062.76a43.89,43.89,0,0,1-43.89,43.89H43.89A43.89,43.89,0,0,1,0,2062.76v-274.3H3070Z" fill="url(#gradient_09)"/>
|
||||
<path d="M3026.11,0H43.89A43.89,43.89,0,0,0,0,43.89H0V1788.46H3070V43.89A43.89,43.89,0,0,0,3026.11,0Zm-28.53,1720.43H72.42V65.83H2997.58Z" fill="url(#gradient_10)"/>
|
||||
<path d="M2993.2,70.22H76.8V1716H2993.2ZM72.42,65.83v1654.6H2997.58V65.83Z" fill-rule="evenodd"/>
|
||||
<path d="M1547.07,31.82A12.07,12.07,0,1,1,1535,19.75,12.07,12.07,0,0,1,1547.07,31.82Z"/>
|
||||
<path d="M0,1788.46v274.3a43.89,43.89,0,0,0,43.89,43.89H1171.82v471.8h8.78a6.59,6.59,0,0,0,6.58,6.58h85.59a6.59,6.59,0,0,0,6.58-6.58h513.49a6.59,6.59,0,0,0,6.59,6.58H1885a6.58,6.58,0,0,0,6.58-6.58h8.78v-471.8H3026.11a43.89,43.89,0,0,0,43.89-43.89v-274.3Z" fill="#fff" opacity="0.4"/>
|
||||
<path d="M0,1788.46v274.3a43.89,43.89,0,0,0,43.89,43.89H1171.82v471.8h8.78a6.59,6.59,0,0,0,6.58,6.58h85.59a6.59,6.59,0,0,0,6.58-6.58h513.49a6.59,6.59,0,0,0,6.59,6.58H1885a6.58,6.58,0,0,0,6.58-6.58h8.78v-471.8H3026.11a43.89,43.89,0,0,0,43.89-43.89v-274.3Z" fill="#F6F6F6" class="overlay"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.4 KiB |
|
|
@ -0,0 +1,294 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" viewBox="0 0 1400 1080" data-forced-size="true" width="1400" height="1080" data-img-aspect-ratio="4:3" data-img-perspective="[[2.64, 26], [71.56, 2.43], [98.01, 64.24], [27.65, 96.1]]">
|
||||
<defs>
|
||||
<linearGradient id="gradient_01" x1="-6.08" y1="525.96" x2="1391.69" y2="554.15" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#4d4d4d"/>
|
||||
<stop offset="0.01" stop-color="#121212"/>
|
||||
<stop offset="0.04" stop-color="#3a3330"/>
|
||||
<stop offset="0.07" stop-color="#575757"/>
|
||||
<stop offset="0.2" stop-color="#8a8a8a"/>
|
||||
<stop offset="0.32" stop-color="#2d2d2d"/>
|
||||
<stop offset="0.39" stop-color="#a1a1a1"/>
|
||||
<stop offset="0.48" stop-color="#8a8a8a"/>
|
||||
<stop offset="0.54" stop-color="#787878"/>
|
||||
<stop offset="0.87" stop-color="#646464"/>
|
||||
<stop offset="0.93" stop-color="#414141"/>
|
||||
<stop offset="0.97" stop-color="#2c2c2c"/>
|
||||
<stop offset="1"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="light_adjust" x1="-6.08" y1="525.96" x2="1391.69" y2="554.15" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#fff"/>
|
||||
<stop offset="0.5" stop-color="#fff" stop-opacity=".5"/>
|
||||
<stop offset="1" stop-color="#fff"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_02" x1="232.79" y1="652.95" x2="1306.75" y2="220.99" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#fff" stop-opacity="0.5"/>
|
||||
<stop offset="1" stop-color="#fff"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="gradient_03" cx="-2440.53" cy="583.66" r="2.66" gradientTransform="matrix(0.36, 0.93, 0.93, -0.36, 1527.68, 2834.08)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#6d7f86"/>
|
||||
<stop offset="0.05" stop-color="#5c6c76"/>
|
||||
<stop offset="0.15" stop-color="#414e5b"/>
|
||||
<stop offset="0.26" stop-color="#2b3445"/>
|
||||
<stop offset="0.37" stop-color="#1a2134"/>
|
||||
<stop offset="0.51" stop-color="#0e1328"/>
|
||||
<stop offset="0.68" stop-color="#070b21"/>
|
||||
<stop offset="1" stop-color="#05091f"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="gradient_04" x1="-993.67" y1="767.54" x2="-985.64" y2="767.54" gradientTransform="matrix(-0.56, -0.83, 0.83, -0.56, 132.78, 366.72)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#141414"/>
|
||||
<stop offset="0.35" stop-color="#343434"/>
|
||||
<stop offset="0.5" stop-color="#424242"/>
|
||||
<stop offset="0.65" stop-color="#343434"/>
|
||||
<stop offset="1" stop-color="#141414"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_04-2" x1="-986" y1="738.42" x2="-977.97" y2="738.42" xlink:href="#gradient_04"/>
|
||||
<linearGradient id="gradient_05" x1="-1116.03" y1="-444.25" x2="-1114.19" y2="-449.01" gradientTransform="matrix(-1.6, -0.66, 2.07, -2.4, -699.52, -1140.29)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.05" stop-color="#333"/>
|
||||
<stop offset="0.49"/>
|
||||
<stop offset="0.49" stop-color="#c4c4c4"/>
|
||||
<stop offset="0.67" stop-color="#c4c4c4"/>
|
||||
<stop offset="0.92" stop-color="#333"/>
|
||||
<stop offset="0.98" stop-color="#c4c4c4"/>
|
||||
<stop offset="1" stop-color="#333"/>
|
||||
</linearGradient>
|
||||
<clipPath id="screen_path">
|
||||
<polygon points="1010.2 17.48 1384.53 696.67 380.87 1053.02 22.89 274.12 1010.2 17.48"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M0.7216,0.0162l0.2674,0.6289L0.2721,0.975l-0.2557-0.7212Z"/>
|
||||
</defs>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#screen_path)" preserveAspectRatio="none" width="100%" height="100%">
|
||||
<animateMotion dur="1ms" repeatCount="indefinite"/>
|
||||
</image>
|
||||
<g id="device">
|
||||
<path d="M1393.79,669.35c-11-19.29-347.65-625.14-356.8-640.77C1026.73,11.05,993.47-4.3,972.64,1.1c0,0-888.53,231.46-931.91,242.8S-2.94,304.75,2.32,316.37s312.54,682.05,332.16,724.78,67.71,41.9,84.7,35.81,941.1-332.86,947.32-335.63S1386.26,725,1386.26,725C1400.52,710.11,1404.77,688.64,1393.79,669.35Zm-33.47,28.42c-8,3.22-950.19,332.11-956.2,334.23s-17.2,3.79-25.39-13S47.12,302.81,43.7,295.34,42,279.68,54,276.47,985.07,30.76,985.07,30.76c13.68-3.42,19.59,1.14,23,6.85s353,636.2,356.07,642.11S1368.3,694.56,1360.32,697.77Z" fill="url(#gradient_01)"/>
|
||||
<path d="M1393.79,669.35c-11-19.29-347.65-625.14-356.8-640.77C1026.73,11.05,993.47-4.3,972.64,1.1c0,0-888.53,231.46-931.91,242.8S-2.94,304.75,2.32,316.36s312.54,682.06,332.16,724.79,67.71,41.9,84.7,35.81,941.1-332.86,947.32-335.63S1386.26,725,1386.26,725C1400.53,710.11,1404.77,688.64,1393.79,669.35ZM1197.24,342.89c1.3-1.3,3.8-.9,5.59.89s2.19,4.3.9,5.59-3.8.9-5.59-.89S1196,344.19,1197.24,342.89Zm174.19,356.84c-8,3.22-962.6,341.63-968.61,343.76s-17.2,3.78-25.39-13S35.31,297.93,31.89,290.47s-1.66-15.66,10.26-18.88S988.83,22.74,988.83,22.74c13.68-3.43,19.58,1.14,23,6.84s360.33,646.2,363.44,652.11S1379.41,696.52,1371.43,699.73Z" fill="url(#light_adjust)" opacity="0.2" style="mix-blend-mode: difference"/>
|
||||
<path d="M1392.34,673.19c-8.71-16.18-342.92-616.67-357-641.29-13-22.82-46-31.74-60.83-28.42L40.59,247.5C13.09,254.69,2,284.42,9.5,300.74s323.74,705.83,338.25,734.6,54.16,34.85,71.4,29c14-4.76,933.5-329.2,955-336.67S1401,689.37,1392.34,673.19Zm-32,24.58c-8,3.22-950.19,332.11-956.2,334.23s-17.2,3.79-25.39-13S47.12,302.81,43.7,295.34,42,279.68,54,276.47,985.07,30.76,985.07,30.76c13.68-3.42,19.59,1.14,23,6.85s353,636.2,356.07,642.11S1368.3,694.56,1360.32,697.77Z"/>
|
||||
<path d="M1393.79,669.35c-11-19.29-347.65-625.14-356.8-640.77C1026.73,11.05,993.47-4.3,972.64,1.1c0,0-888.53,231.46-931.91,242.8-13.74,3.59-23.15,11-29.44,19.85-8.44,14.73-8.5,33.51-2.76,45.42s328.91,715.43,334.8,727.41c12.43,25.31,42.55,43.43,80.83,31.12S1360,737.18,1374.31,732.1c6.51-2.31,12-7.23,16.22-12.18C1401.24,705.46,1403.58,686.55,1393.79,669.35Zm-19.69,58.29c-21.45,7.47-941,331.91-954.95,336.67-17.24,5.88-56.89-.21-71.4-29S17,317.06,9.5,300.74s3.59-46.05,31.09-53.24L974.5,3.48c14.82-3.32,47.78,5.6,60.83,28.42,14.09,24.62,348.3,625.11,357,641.29S1395.55,720.17,1374.1,727.64Z" fill="#fff" opacity="0.5"/>
|
||||
<path d="M54,276.47C42,279.68,40.28,287.88,43.7,295.34s326.85,706.84,335,723.65,19.38,15.14,25.39,13l12.62-4.41L763.49,89.22C490.68,161.19,62.07,274.28,54,276.47Z" opacity="0.4" fill="url(#gradient_02)"/>
|
||||
<g id="details">
|
||||
<g>
|
||||
<ellipse cx="1200.49" cy="346.13" rx="3.37" ry="4.66" transform="translate(115.88 966.29) rotate(-45.84)" fill="#1a1c1c"/>
|
||||
<ellipse cx="1200.49" cy="346.14" rx="2.21" ry="3.04" transform="translate(115.89 966.33) rotate(-45.85)" fill="url(#gradient_03)"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1313.58,758.5l19.84-6.94h0a3.78,3.78,0,0,0,.92-.57,4.94,4.94,0,0,0,.85-.86,4,4,0,0,0,.57-.88c.11-.26.15-.22.08-.35a4.25,4.25,0,0,0-.4-.59,2.62,2.62,0,0,0-.21-.17,2.51,2.51,0,0,0-.47-.31.85.85,0,0,0-.47-.09,2.67,2.67,0,0,0-.67.15l-17.78,6.26a5.48,5.48,0,0,0-3.25,2.79h0a1.15,1.15,0,0,0-.11.49.6.6,0,0,0,.14.39,1.71,1.71,0,0,0,1,.68" fill="url(#gradient_04)"/>
|
||||
<path d="M1333.53,751.55a3.61,3.61,0,0,0,2.37-1.95.78.78,0,0,0-.39-1,1.64,1.64,0,0,0-1.39-.08l-17.4,6.24a5.74,5.74,0,0,0-3.22,2.56.73.73,0,0,0,.32,1.07,2.27,2.27,0,0,0,1.76-.08Z" fill="#898989" stroke="#1c1c1c" stroke-width="0.13"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1285.19,768.55,1305,761.6h0a3.89,3.89,0,0,0,.93-.56,5.82,5.82,0,0,0,.85-.87,4,4,0,0,0,.57-.88c.11-.26.14-.22.07-.35a4,4,0,0,0-.39-.59,2.62,2.62,0,0,0-.21-.17,2.27,2.27,0,0,0-.48-.31,1,1,0,0,0-.47-.09,2.61,2.61,0,0,0-.66.15l-17.79,6.26a5.49,5.49,0,0,0-3.24,2.79h0a1.22,1.22,0,0,0-.11.49.63.63,0,0,0,.14.4,1.76,1.76,0,0,0,1,.68" fill="url(#gradient_04-2)"/>
|
||||
<path d="M1305.14,761.6a3.68,3.68,0,0,0,2.37-2,.77.77,0,0,0-.39-.94,1.63,1.63,0,0,0-1.39-.09l-17.41,6.24a5.77,5.77,0,0,0-3.22,2.56.73.73,0,0,0,.33,1.07,2.24,2.24,0,0,0,1.75-.08Z" fill="#898989" stroke="#1c1c1c" stroke-width="0.13"/>
|
||||
</g>
|
||||
<path d="M174.75,680.79a23.8,23.8,0,0,0-2-9.2l-9.61-21.51c-1.32-2.94-3.22-4.16-3.73-2.29s.07,5.32,1.45,8.48l10.67,24C173,683.59,174.67,683.75,174.75,680.79Z" fill="#3d3d3d"/>
|
||||
<path d="M175.29,682a22.48,22.48,0,0,0-2-9l-10.14-22.65c-1.26-2.86-3.11-4-3.59-2.22s.06,5.16,1.46,8.2l11.21,25.19C173.61,684.72,175.22,684.87,175.29,682Z" fill="url(#gradient_05)"/>
|
||||
<path d="M174.8,681.2a20.8,20.8,0,0,0-1.76-8l-9.48-21.39c-1.16-2.58-2.81-3.65-3.2-1.93s.07,4.65,1.26,7.33L172,680.71C173.29,683.6,174.73,683.77,174.8,681.2Z" fill="#131313"/>
|
||||
<g>
|
||||
<path d="M111.57,541.51a11.09,11.09,0,0,1,1.23,5c-.14,1.09-.93.49-1.75-1.24a10.45,10.45,0,0,1-1.09-4.72C110.08,539.54,110.8,540,111.57,541.51Z" fill="#000102"/>
|
||||
<path d="M111.07,545.27c.8,1.74,1.59,2.34,1.75,1.24l-2.22-2.43A6.53,6.53,0,0,0,111.07,545.27Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M110.12,542.46a13.89,13.89,0,0,0,.93,2.77l1.44.52-.34-1.06Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M111.82,542.52a9.44,9.44,0,0,1,1,4.13c-.13.87-.77.4-1.44-1a9,9,0,0,1-.94-3.92C110.58,540.82,111.19,541.2,111.82,542.52Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M107.12,531.83a11.13,11.13,0,0,1,1.24,5c-.14,1.08-.93.49-1.75-1.24a10.52,10.52,0,0,1-1.1-4.73C105.64,529.86,106.36,530.28,107.12,531.83Z" fill="#000102"/>
|
||||
<path d="M106.63,535.6c.8,1.74,1.59,2.33,1.75,1.24l-2.23-2.44A7.9,7.9,0,0,0,106.63,535.6Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M105.68,532.79a13.89,13.89,0,0,0,.93,2.77l1.44.52-.34-1.06Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M107.38,532.84a9.65,9.65,0,0,1,1,4.14c-.13.86-.77.39-1.45-1.05A9.15,9.15,0,0,1,106,532C106.14,531.15,106.75,531.53,107.38,532.84Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M102.68,522.16a11.12,11.12,0,0,1,1.24,5c-.15,1.09-.93.5-1.75-1.23a10.55,10.55,0,0,1-1.1-4.73C101.2,520.19,101.91,520.61,102.68,522.16Z" fill="#000102"/>
|
||||
<path d="M102.19,525.92c.8,1.75,1.58,2.34,1.75,1.24l-2.23-2.43A7.41,7.41,0,0,0,102.19,525.92Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M101.24,523.11a13.89,13.89,0,0,0,.93,2.77l1.44.53-.34-1.06Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M102.94,523.17a9.61,9.61,0,0,1,1,4.13c-.14.87-.77.4-1.45-1a9,9,0,0,1-.93-3.93C101.7,521.47,102.31,521.85,102.94,523.17Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M98.24,512.49a11.25,11.25,0,0,1,1.24,5c-.15,1.09-.94.49-1.76-1.24a10.45,10.45,0,0,1-1.09-4.72C96.75,510.52,97.47,510.94,98.24,512.49Z" fill="#000102"/>
|
||||
<path d="M97.75,516.25c.79,1.74,1.58,2.34,1.75,1.24l-2.23-2.43A6.59,6.59,0,0,0,97.75,516.25Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M96.8,513.44a13.24,13.24,0,0,0,.92,2.77l1.45.52-.35-1.06Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M98.5,513.5a9.55,9.55,0,0,1,1,4.13c-.13.87-.76.4-1.44-1a9.15,9.15,0,0,1-.94-3.92C97.25,511.8,97.87,512.18,98.5,513.5Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M93.8,502.81a11.1,11.1,0,0,1,1.23,5c-.14,1.08-.93.49-1.75-1.24a10.49,10.49,0,0,1-1.09-4.73C92.31,500.84,93,501.26,93.8,502.81Z" fill="#000102"/>
|
||||
<path d="M93.3,506.58c.8,1.74,1.59,2.33,1.75,1.24l-2.22-2.44A6.92,6.92,0,0,0,93.3,506.58Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M92.35,503.76a13.76,13.76,0,0,0,.93,2.78l1.44.52L94.38,506Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M94.05,503.82a9.51,9.51,0,0,1,1,4.14c-.13.86-.77.39-1.44-1A9,9,0,0,1,92.7,503C92.81,502.13,93.42,502.51,94.05,503.82Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M89.35,493.14a11.12,11.12,0,0,1,1.24,5c-.14,1.09-.93.5-1.75-1.23a10.55,10.55,0,0,1-1.1-4.73C87.87,491.17,88.59,491.59,89.35,493.14Z" fill="#000102"/>
|
||||
<path d="M88.86,496.9c.8,1.75,1.59,2.34,1.75,1.24l-2.23-2.43A7.41,7.41,0,0,0,88.86,496.9Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M87.91,494.09a13.89,13.89,0,0,0,.93,2.77l1.44.53-.34-1.06Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M89.61,494.15a9.61,9.61,0,0,1,1,4.13c-.13.87-.77.4-1.45-1a9.18,9.18,0,0,1-.93-3.93C88.37,492.45,89,492.83,89.61,494.15Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M84.91,483.47a11.12,11.12,0,0,1,1.24,5c-.15,1.08-.93.49-1.75-1.24a10.48,10.48,0,0,1-1.1-4.72C83.43,481.5,84.14,481.92,84.91,483.47Z" fill="#000102"/>
|
||||
<path d="M84.42,487.23c.8,1.74,1.58,2.33,1.75,1.24L83.94,486A7.41,7.41,0,0,0,84.42,487.23Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M83.47,484.42a13.89,13.89,0,0,0,.93,2.77l1.44.52-.34-1.06Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M85.17,484.48a9.58,9.58,0,0,1,1,4.13c-.14.87-.77.4-1.45-1.05a9,9,0,0,1-.93-3.92C83.93,482.78,84.54,483.16,85.17,484.48Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M80.47,473.79a11.26,11.26,0,0,1,1.24,5c-.15,1.08-.94.49-1.76-1.24a10.49,10.49,0,0,1-1.09-4.73C79,471.82,79.7,472.24,80.47,473.79Z" fill="#000102"/>
|
||||
<path d="M80,477.56c.79,1.74,1.58,2.33,1.75,1.24l-2.23-2.44A7,7,0,0,0,80,477.56Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M79,474.74a13.32,13.32,0,0,0,.92,2.78l1.45.52L81.05,477Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M80.73,474.8a9.62,9.62,0,0,1,1,4.14c-.13.86-.76.39-1.44-1.05a9.19,9.19,0,0,1-.94-3.93C79.48,473.11,80.1,473.49,80.73,474.8Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M76,464.12a11.09,11.09,0,0,1,1.23,5c-.14,1.09-.93.5-1.75-1.23a10.51,10.51,0,0,1-1.09-4.73C74.54,462.15,75.26,462.57,76,464.12Z" fill="#000102"/>
|
||||
<path d="M75.53,467.88c.8,1.75,1.59,2.34,1.75,1.24l-2.22-2.43A6.53,6.53,0,0,0,75.53,467.88Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M74.58,465.07a13.89,13.89,0,0,0,.93,2.77l1.44.53-.34-1.06Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M76.28,465.13a9.47,9.47,0,0,1,1,4.13c-.13.87-.77.4-1.44-1a9.07,9.07,0,0,1-.94-3.93C75,463.43,75.65,463.81,76.28,465.13Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M71.58,454.45a11.12,11.12,0,0,1,1.24,5c-.14,1.08-.93.49-1.75-1.24A10.48,10.48,0,0,1,70,453.5C70.1,452.48,70.82,452.9,71.58,454.45Z" fill="#000102"/>
|
||||
<path d="M71.09,458.21c.8,1.74,1.59,2.33,1.75,1.24L70.61,457A7.41,7.41,0,0,0,71.09,458.21Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M70.14,455.4a13.89,13.89,0,0,0,.93,2.77l1.44.52-.34-1.06Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M71.84,455.46a9.58,9.58,0,0,1,1,4.13c-.13.87-.77.4-1.45-1a9,9,0,0,1-.93-3.92C70.6,453.76,71.21,454.14,71.84,455.46Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M67.14,444.77a11.13,11.13,0,0,1,1.24,5c-.15,1.08-.93.49-1.75-1.24a10.52,10.52,0,0,1-1.1-4.73C65.66,442.8,66.37,443.22,67.14,444.77Z" fill="#000102"/>
|
||||
<path d="M66.65,448.54c.8,1.74,1.58,2.33,1.75,1.23l-2.23-2.43A7.9,7.9,0,0,0,66.65,448.54Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M65.7,445.72a14,14,0,0,0,.93,2.78l1.44.52L67.73,448Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M67.4,445.78a9.65,9.65,0,0,1,1,4.14c-.14.86-.77.39-1.45-1.05a9,9,0,0,1-.93-3.93C66.16,444.09,66.77,444.47,67.4,445.78Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M62.7,435.1a11.25,11.25,0,0,1,1.24,5c-.15,1.09-.94.5-1.76-1.23a10.51,10.51,0,0,1-1.09-4.73C61.21,433.13,61.93,433.55,62.7,435.1Z" fill="#000102"/>
|
||||
<path d="M62.21,438.86c.79,1.75,1.58,2.34,1.75,1.24l-2.23-2.43A6.59,6.59,0,0,0,62.21,438.86Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M61.26,436.05a13.24,13.24,0,0,0,.92,2.77l1.45.53-.35-1.07Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M63,436.11a9.58,9.58,0,0,1,1,4.13c-.13.87-.76.4-1.44-1.05a9.15,9.15,0,0,1-.94-3.92C61.71,434.41,62.33,434.79,63,436.11Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M58.26,425.43a11.09,11.09,0,0,1,1.23,5c-.14,1.08-.93.49-1.75-1.24a10.45,10.45,0,0,1-1.09-4.72C56.77,423.45,57.49,423.88,58.26,425.43Z" fill="#000102"/>
|
||||
<path d="M57.76,429.19c.8,1.74,1.59,2.33,1.75,1.24L57.29,428A6.35,6.35,0,0,0,57.76,429.19Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M56.81,426.38a13.89,13.89,0,0,0,.93,2.77l1.44.52-.34-1.06Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M58.51,426.43a9.51,9.51,0,0,1,1,4.14c-.13.87-.77.4-1.44-1.05a9,9,0,0,1-.94-3.93C57.27,424.74,57.88,425.12,58.51,426.43Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M53.81,415.75a11.13,11.13,0,0,1,1.24,5c-.14,1.08-.93.49-1.75-1.24a10.52,10.52,0,0,1-1.1-4.73C52.33,413.78,53.05,414.2,53.81,415.75Z" fill="#000102"/>
|
||||
<path d="M53.32,419.52c.8,1.74,1.59,2.33,1.75,1.23l-2.23-2.43A7.9,7.9,0,0,0,53.32,419.52Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M52.37,416.7a14,14,0,0,0,.93,2.78l1.44.52-.34-1.06Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M54.07,416.76a9.65,9.65,0,0,1,1,4.14c-.13.86-.77.39-1.45-1a9,9,0,0,1-.93-3.93C52.83,415.07,53.44,415.45,54.07,416.76Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M49.37,406.08a11.12,11.12,0,0,1,1.24,5c-.15,1.09-.93.5-1.75-1.23a10.55,10.55,0,0,1-1.1-4.73C47.89,404.11,48.6,404.53,49.37,406.08Z" fill="#000102"/>
|
||||
<path d="M48.88,409.84c.8,1.75,1.58,2.34,1.75,1.24l-2.23-2.43A7.41,7.41,0,0,0,48.88,409.84Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M47.93,407a14.52,14.52,0,0,0,.92,2.77l1.45.53L50,409.26Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M49.63,407.09a9.61,9.61,0,0,1,1,4.13c-.14.87-.77.4-1.45-1.05a9,9,0,0,1-.93-3.92C48.39,405.39,49,405.77,49.63,407.09Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M44.93,396.41a11.25,11.25,0,0,1,1.24,5c-.15,1.08-.94.49-1.76-1.24a10.45,10.45,0,0,1-1.09-4.72C43.44,394.43,44.16,394.86,44.93,396.41Z" fill="#000102"/>
|
||||
<path d="M44.44,400.17c.79,1.74,1.58,2.33,1.75,1.24L44,399A6.39,6.39,0,0,0,44.44,400.17Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M43.49,397.36a13.24,13.24,0,0,0,.92,2.77l1.45.52-.35-1.06Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M45.19,397.41a9.62,9.62,0,0,1,1,4.14c-.13.87-.76.4-1.44-1.05a9.19,9.19,0,0,1-.94-3.93C43.94,395.72,44.56,396.1,45.19,397.41Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M40.49,386.73a11.1,11.1,0,0,1,1.23,5c-.14,1.08-.93.49-1.75-1.24a10.51,10.51,0,0,1-1.09-4.73C39,384.76,39.72,385.18,40.49,386.73Z" fill="#000102"/>
|
||||
<path d="M40,390.5c.8,1.74,1.59,2.33,1.75,1.23l-2.22-2.43A6.92,6.92,0,0,0,40,390.5Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M39,387.68a14.19,14.19,0,0,0,.93,2.78l1.44.52-.34-1.06Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M40.74,387.74a9.51,9.51,0,0,1,1,4.14c-.13.86-.77.39-1.44-1.05a9.07,9.07,0,0,1-.94-3.93C39.5,386.05,40.11,386.43,40.74,387.74Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M299.73,951.33a11.57,11.57,0,0,1,1.28,5.2c-.15,1.12-1,.51-1.82-1.29a10.9,10.9,0,0,1-1.13-4.9C298.19,949.28,298.94,949.72,299.73,951.33Z" fill="#000102"/>
|
||||
<path d="M299.21,955.23c.83,1.81,1.65,2.42,1.82,1.29L298.72,954A8,8,0,0,0,299.21,955.23Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M298.23,952.31a14.54,14.54,0,0,0,1,2.88l1.5.54-.36-1.1Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M300,952.37a10,10,0,0,1,1.07,4.29c-.14.9-.8.41-1.5-1.09a9.3,9.3,0,0,1-1-4.07C298.71,950.61,299.34,951,300,952.37Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M295.14,941.29a11.57,11.57,0,0,1,1.27,5.2c-.15,1.12-1,.51-1.81-1.29a10.76,10.76,0,0,1-1.13-4.9C293.6,939.24,294.34,939.68,295.14,941.29Z" fill="#000102"/>
|
||||
<path d="M294.62,945.19c.82,1.81,1.64,2.42,1.81,1.29l-2.3-2.53A6.39,6.39,0,0,0,294.62,945.19Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M293.64,942.27a13.53,13.53,0,0,0,1,2.88l1.49.54-.35-1.1Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M295.4,942.34a9.78,9.78,0,0,1,1.06,4.28c-.14.9-.79.42-1.5-1.08a9.48,9.48,0,0,1-1-4.08C294.12,940.58,294.75,941,295.4,942.34Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M290.54,931.25a11.6,11.6,0,0,1,1.28,5.2c-.15,1.13-1,.51-1.82-1.28a11.1,11.1,0,0,1-1.13-4.91C289,929.2,289.75,929.64,290.54,931.25Z" fill="#000102"/>
|
||||
<path d="M290,935.15c.82,1.81,1.64,2.43,1.81,1.29l-2.31-2.53A7.15,7.15,0,0,0,290,935.15Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M289,932.23a14.76,14.76,0,0,0,1,2.88l1.5.55-.36-1.11Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M290.81,932.3a10.07,10.07,0,0,1,1.06,4.29c-.14.9-.8.41-1.5-1.09a9.45,9.45,0,0,1-1-4.08C289.52,930.54,290.16,930.93,290.81,932.3Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M286,921.21a11.44,11.44,0,0,1,1.27,5.2c-.15,1.13-1,.51-1.81-1.28a10.83,10.83,0,0,1-1.13-4.91C284.41,919.17,285.16,919.6,286,921.21Z" fill="#000102"/>
|
||||
<path d="M285.43,925.11c.83,1.81,1.64,2.43,1.82,1.29l-2.31-2.53A7.6,7.6,0,0,0,285.43,925.11Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M284.45,922.2a14.24,14.24,0,0,0,1,2.87l1.5.55-.36-1.1Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M286.21,922.26a9.78,9.78,0,0,1,1.06,4.29c-.13.9-.79.41-1.49-1.09a9.33,9.33,0,0,1-1-4.07C284.93,920.5,285.56,920.89,286.21,922.26Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M281.36,911.17a11.61,11.61,0,0,1,1.27,5.21c-.15,1.12-1,.51-1.81-1.29a10.82,10.82,0,0,1-1.13-4.9C279.82,909.13,280.56,909.57,281.36,911.17Z" fill="#000102"/>
|
||||
<path d="M280.84,915.08c.82,1.81,1.64,2.42,1.81,1.28l-2.3-2.52A6.65,6.65,0,0,0,280.84,915.08Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M279.86,912.16a14.49,14.49,0,0,0,.95,2.88l1.5.54-.35-1.1Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M281.62,912.22a9.81,9.81,0,0,1,1.06,4.29c-.14.9-.8.41-1.5-1.09a9.44,9.44,0,0,1-1-4.07C280.34,910.46,281,910.86,281.62,912.22Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M276.76,901.14a11.57,11.57,0,0,1,1.28,5.2c-.15,1.12-1,.51-1.82-1.29a11,11,0,0,1-1.13-4.9C275.22,899.09,276,899.53,276.76,901.14Z" fill="#000102"/>
|
||||
<path d="M276.25,905c.82,1.81,1.64,2.42,1.81,1.28l-2.31-2.52A7.48,7.48,0,0,0,276.25,905Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M275.26,902.12a15.21,15.21,0,0,0,1,2.88l1.5.54-.36-1.1Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M277,902.18a10.1,10.1,0,0,1,1.06,4.29c-.14.9-.8.41-1.5-1.09a9.44,9.44,0,0,1-1-4.07C275.74,900.42,276.37,900.82,277,902.18Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M272.17,891.1a11.54,11.54,0,0,1,1.27,5.2c-.15,1.12-1,.51-1.81-1.29a10.76,10.76,0,0,1-1.13-4.9C270.63,889.05,271.37,889.49,272.17,891.1Z" fill="#000102"/>
|
||||
<path d="M271.65,895c.83,1.81,1.64,2.42,1.82,1.29l-2.31-2.53A8,8,0,0,0,271.65,895Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M270.67,892.08a14.32,14.32,0,0,0,1,2.88l1.49.54-.35-1.1Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M272.43,892.14a9.81,9.81,0,0,1,1.06,4.29c-.13.9-.79.41-1.49-1.09a9.3,9.3,0,0,1-1-4.07C271.15,890.38,271.78,890.78,272.43,892.14Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M267.58,881.06a11.57,11.57,0,0,1,1.27,5.2c-.15,1.13-1,.51-1.81-1.29a10.76,10.76,0,0,1-1.13-4.9C266,879,266.78,879.45,267.58,881.06Z" fill="#000102"/>
|
||||
<path d="M267.06,885c.82,1.81,1.64,2.43,1.81,1.29l-2.3-2.53A6.39,6.39,0,0,0,267.06,885Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M266.08,882a14.08,14.08,0,0,0,.95,2.88l1.5.55-.35-1.11Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M267.84,882.11a10.07,10.07,0,0,1,1.06,4.29c-.14.89-.8.41-1.5-1.09a9.45,9.45,0,0,1-1-4.08C266.56,880.35,267.19,880.74,267.84,882.11Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M263,871a11.6,11.6,0,0,1,1.28,5.2c-.15,1.13-1,.51-1.82-1.28a11,11,0,0,1-1.13-4.91C261.44,869,262.19,869.41,263,871Z" fill="#000102"/>
|
||||
<path d="M262.46,874.92c.83,1.81,1.65,2.43,1.82,1.29L262,873.68A8,8,0,0,0,262.46,874.92Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M261.48,872a14.89,14.89,0,0,0,1,2.87l1.5.55-.36-1.1Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M263.25,872.07a10.07,10.07,0,0,1,1.06,4.29c-.14.9-.8.41-1.5-1.09a9.48,9.48,0,0,1-1-4.08C262,870.31,262.59,870.7,263.25,872.07Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M258.39,861a11.57,11.57,0,0,1,1.27,5.2c-.15,1.13-1,.52-1.81-1.28a10.83,10.83,0,0,1-1.13-4.91C256.85,858.94,257.59,859.37,258.39,861Z" fill="#000102"/>
|
||||
<path d="M257.87,864.89c.82,1.81,1.64,2.42,1.81,1.28l-2.3-2.52A7.42,7.42,0,0,0,257.87,864.89Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M256.89,862a13.64,13.64,0,0,0,1,2.87l1.49.55-.35-1.1Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M258.65,862a9.81,9.81,0,0,1,1.06,4.29c-.14.9-.79.41-1.49-1.09a9.33,9.33,0,0,1-1-4.07C257.37,860.27,258,860.66,258.65,862Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M253.79,851a11.44,11.44,0,0,1,1.28,5.2c-.15,1.12-1,.51-1.81-1.29a11,11,0,0,1-1.14-4.9C252.26,848.9,253,849.34,253.79,851Z" fill="#000102"/>
|
||||
<path d="M253.28,854.85c.82,1.81,1.64,2.42,1.81,1.28l-2.31-2.52A7.48,7.48,0,0,0,253.28,854.85Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M252.3,851.93a14.49,14.49,0,0,0,.95,2.88l1.5.54-.35-1.1Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M254.06,852a10.1,10.1,0,0,1,1.06,4.29c-.14.9-.8.41-1.5-1.09a9.44,9.44,0,0,1-1-4.07C252.77,850.23,253.41,850.63,254.06,852Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M249.2,840.91a11.57,11.57,0,0,1,1.28,5.2c-.15,1.12-1,.51-1.82-1.29a10.9,10.9,0,0,1-1.13-4.9C247.66,838.86,248.41,839.3,249.2,840.91Z" fill="#000102"/>
|
||||
<path d="M248.68,844.81c.83,1.81,1.65,2.42,1.82,1.29l-2.31-2.53A8,8,0,0,0,248.68,844.81Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M247.7,841.89a15.21,15.21,0,0,0,1,2.88l1.5.54-.36-1.1Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M249.46,842a10,10,0,0,1,1.07,4.29c-.14.9-.8.41-1.5-1.09a9.45,9.45,0,0,1-1-4.07C248.18,840.19,248.81,840.59,249.46,842Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M244.61,830.87a11.57,11.57,0,0,1,1.27,5.2c-.15,1.12-1,.51-1.81-1.29a10.76,10.76,0,0,1-1.13-4.9C243.07,828.82,243.81,829.26,244.61,830.87Z" fill="#000102"/>
|
||||
<path d="M244.09,834.77c.82,1.81,1.64,2.42,1.81,1.29l-2.3-2.53A7.09,7.09,0,0,0,244.09,834.77Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M243.11,831.85a13.53,13.53,0,0,0,1,2.88l1.49.54-.35-1.1Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M244.87,831.92a9.78,9.78,0,0,1,1.06,4.28c-.14.9-.79.42-1.5-1.08a9.48,9.48,0,0,1-1-4.08C243.59,830.16,244.22,830.55,244.87,831.92Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M240,820.83a11.6,11.6,0,0,1,1.28,5.2c-.15,1.13-1,.51-1.82-1.28a11.1,11.1,0,0,1-1.13-4.91C238.48,818.78,239.22,819.22,240,820.83Z" fill="#000102"/>
|
||||
<path d="M239.5,824.73c.82,1.81,1.64,2.43,1.81,1.29L239,823.49A7.15,7.15,0,0,0,239.5,824.73Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M238.52,821.81a14.08,14.08,0,0,0,.95,2.88l1.5.55-.36-1.11Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M240.28,821.88a10.07,10.07,0,0,1,1.06,4.29c-.14.9-.8.41-1.5-1.09a9.45,9.45,0,0,1-1-4.08C239,820.12,239.63,820.51,240.28,821.88Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M235.42,810.79a11.6,11.6,0,0,1,1.28,5.2c-.16,1.13-1,.51-1.82-1.28a11,11,0,0,1-1.13-4.91C233.88,808.75,234.63,809.18,235.42,810.79Z" fill="#000102"/>
|
||||
<path d="M234.9,814.69c.83,1.81,1.64,2.43,1.82,1.29l-2.31-2.53A7.6,7.6,0,0,0,234.9,814.69Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M233.92,811.78a14.24,14.24,0,0,0,1,2.87l1.5.55-.36-1.1Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M235.68,811.84a10,10,0,0,1,1.07,4.29c-.14.9-.8.41-1.5-1.09a9.33,9.33,0,0,1-1-4.07C234.4,810.08,235,810.47,235.68,811.84Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M230.83,800.75A11.61,11.61,0,0,1,232.1,806c-.15,1.12-1,.51-1.81-1.29a10.82,10.82,0,0,1-1.13-4.9C229.29,798.71,230,799.15,230.83,800.75Z" fill="#000102"/>
|
||||
<path d="M230.31,804.66c.82,1.81,1.64,2.42,1.81,1.28l-2.3-2.52A6.65,6.65,0,0,0,230.31,804.66Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M229.33,801.74a13.92,13.92,0,0,0,1,2.88l1.49.54-.35-1.1Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M231.09,801.8a9.81,9.81,0,0,1,1.06,4.29c-.14.9-.8.41-1.5-1.09a9.44,9.44,0,0,1-1-4.07C229.81,800,230.44,800.44,231.09,801.8Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M226.23,790.72a11.57,11.57,0,0,1,1.28,5.2c-.15,1.12-1,.51-1.82-1.29a11,11,0,0,1-1.13-4.9C224.69,788.67,225.44,789.11,226.23,790.72Z" fill="#000102"/>
|
||||
<path d="M225.72,794.62c.82,1.81,1.64,2.42,1.81,1.28l-2.31-2.52A7.48,7.48,0,0,0,225.72,794.62Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M224.73,791.7a15.21,15.21,0,0,0,1,2.88l1.5.54-.36-1.1Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M226.5,791.76a10.1,10.1,0,0,1,1.06,4.29c-.14.9-.8.41-1.5-1.09a9.44,9.44,0,0,1-1-4.07C225.21,790,225.85,790.4,226.5,791.76Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M1393.79,669.35c-11-19.29-347.65-625.14-356.8-640.77C1026.73,11.05,993.47-4.3,972.64,1.1c0,0-888.53,231.46-931.91,242.8S-2.94,304.75,2.32,316.36s312.54,682.06,332.16,724.79,67.71,41.9,84.7,35.81,941.1-332.86,947.32-335.63S1386.26,725,1386.26,725C1400.53,710.11,1404.77,688.64,1393.79,669.35ZM1197.24,342.89c1.3-1.3,3.8-.9,5.59.89s2.19,4.3.9,5.59-3.8.9-5.59-.89S1196,344.19,1197.24,342.89Zm174.19,356.84c-8,3.22-962.6,341.63-968.61,343.76s-17.2,3.78-25.39-13S35.31,297.93,31.89,290.47s-1.66-15.66,10.26-18.88S988.83,22.74,988.83,22.74c13.68-3.43,19.58,1.14,23,6.84s360.33,646.2,363.44,652.11S1379.41,696.52,1371.43,699.73Z" fill="#383E45" style="mix-blend-mode: overlay" opacity="0.75"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 31 KiB |
|
|
@ -0,0 +1,278 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" viewBox="0 0 1400 1080" data-forced-size="true" width="1400" height="1080" data-img-aspect-ratio="4:3" data-img-perspective="[[28.43, 2.43], [97.35, 26], [72.34, 96.1], [1.98, 64.24]]">
|
||||
<defs>
|
||||
<linearGradient id="gradient_01" x1="-623.45" y1="525.96" x2="774.32" y2="554.15" gradientTransform="matrix(-1, 0, 0, 1, 782.63, 0)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#4d4d4d"/>
|
||||
<stop offset="0.01" stop-color="#121212"/>
|
||||
<stop offset="0.04" stop-color="#3a3330"/>
|
||||
<stop offset="0.07" stop-color="#575757"/>
|
||||
<stop offset="0.2" stop-color="#8a8a8a"/>
|
||||
<stop offset="0.32" stop-color="#2d2d2d"/>
|
||||
<stop offset="0.39" stop-color="#a1a1a1"/>
|
||||
<stop offset="0.48" stop-color="#8a8a8a"/>
|
||||
<stop offset="0.54" stop-color="#787878"/>
|
||||
<stop offset="0.87" stop-color="#646464"/>
|
||||
<stop offset="0.93" stop-color="#414141"/>
|
||||
<stop offset="0.97" stop-color="#2c2c2c"/>
|
||||
<stop offset="1"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="light_adjust" x1="-623.45" y1="525.96" x2="774.32" y2="554.15" gradientTransform="matrix(-1, 0, 0, 1, 782.63, 0)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#fff"/>
|
||||
<stop offset="0.5" stop-color="#fff" stop-opacity=".5"/>
|
||||
<stop offset="1" stop-color="#fff"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="gradient_02" x1="-1925.99" y1="-643.38" x2="-1924.15" y2="-648.14" gradientTransform="matrix(1.6, -0.66, -2.07, -2.4, 2987.15, -2152.34)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.05" stop-color="#333"/>
|
||||
<stop offset="0.49"/>
|
||||
<stop offset="0.49" stop-color="#c4c4c4"/>
|
||||
<stop offset="0.67" stop-color="#c4c4c4"/>
|
||||
<stop offset="0.92" stop-color="#333"/>
|
||||
<stop offset="0.98" stop-color="#c4c4c4"/>
|
||||
<stop offset="1" stop-color="#333"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="gradient_03" cx="-2556.22" cy="1155.2" r="2.66" gradientTransform="translate(-2600.75 511.4) rotate(-159.06)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#6d7f86"/>
|
||||
<stop offset="0.05" stop-color="#5c6c76"/>
|
||||
<stop offset="0.15" stop-color="#414e5b"/>
|
||||
<stop offset="0.26" stop-color="#2b3445"/>
|
||||
<stop offset="0.37" stop-color="#1a2134"/>
|
||||
<stop offset="0.51" stop-color="#0e1328"/>
|
||||
<stop offset="0.68" stop-color="#070b21"/>
|
||||
<stop offset="1" stop-color="#05091f"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="gradient_04" x1="132.68" y1="494.47" x2="1988.37" y2="-251.92" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#fff" stop-opacity="0.5"/>
|
||||
<stop offset="1" stop-color="#fff"/>
|
||||
</linearGradient>
|
||||
<clipPath id="screen_path">
|
||||
<polygon points="397.21 19.62 22.89 698.81 1026.55 1055.16 1384.53 276.26 397.21 19.62"/>
|
||||
</clipPath>
|
||||
<path id="filterPath" d="M0.9889,0.2538l-0.2557,0.7212L0.0163,0.6451,0.2837,0.0162Z"/>
|
||||
</defs>
|
||||
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||||
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||||
</svg>
|
||||
<image xlink:href="" clip-path="url(#screen_path)" preserveAspectRatio="none" width="100%" height="100%">
|
||||
<animateMotion dur="1ms" repeatCount="indefinite"/>
|
||||
</image>
|
||||
<g id="device">
|
||||
<path d="M1359.27,243.9C1315.89,232.56,427.36,1.1,427.36,1.1c-20.83-5.4-54.09,10-64.35,27.48C353.86,44.21,17.2,650.06,6.21,669.35S-.52,710.11,13.74,725c0,0,13.54,13.56,19.76,16.32S963.82,1070.88,980.82,1077s65.08,6.92,84.7-35.81S1392.43,328,1397.68,316.37,1402.66,255.24,1359.27,243.9Zm-3,51.44c-3.42,7.47-326.85,706.84-335,723.65s-19.38,15.14-25.39,13S47.66,701,39.68,697.77s-6.94-12.13-3.83-18S388.5,43.31,391.92,37.61s9.33-10.27,23-6.85c0,0,919.19,242.49,931.11,245.71S1359.72,287.88,1356.3,295.34Z" fill="url(#gradient_01)"/>
|
||||
<path d="M13.74,725s13.54,13.56,19.76,16.32S963.82,1070.88,980.82,1077s65.08,6.92,84.7-35.81S1392.43,328,1397.68,316.36s5-61.12-38.41-72.46S427.36,1.1,427.36,1.1c-20.83-5.4-54.09,10-64.35,27.48C353.86,44.21,17.2,650.06,6.21,669.35S-.53,710.11,13.74,725ZM201.86,348.48c-1.79,1.79-4.29,2.19-5.59.89s-.89-3.8.9-5.59,4.29-2.19,5.59-.89S203.65,346.69,201.86,348.48Zm-172.15,333c3.11-5.91,356.22-643.9,359.64-649.61s9.33-10.27,23-6.84c0,0,928.43,246.29,940.34,249.5s13.68,11.41,10.26,18.88-330.13,716-338.31,732.75-19.38,15.14-25.39,13S41.52,702.73,33.54,699.52,26.6,687.38,29.71,681.47Z" fill="url(#light_adjust)" opacity="0.2" style="mix-blend-mode: difference"/>
|
||||
<path d="M1359.41,247.5,425.5,3.48C410.68.16,377.72,9.08,364.67,31.9,350.58,56.52,16.37,657,7.66,673.19s-3.21,47,18.24,54.45,941,331.91,955,336.67c17.24,5.88,56.89-.21,71.4-29S1383,317.06,1390.5,300.74,1386.91,254.69,1359.41,247.5Zm-3.11,47.84c-3.42,7.47-326.85,706.84-335,723.65s-19.38,15.14-25.39,13S47.66,701,39.68,697.77s-6.94-12.13-3.83-18S388.5,43.31,391.92,37.61s9.33-10.27,23-6.85c0,0,919.19,242.49,931.11,245.71S1359.72,287.88,1356.3,295.34Z"/>
|
||||
<path d="M9.47,719.92c4.24,5,9.71,9.87,16.22,12.18,14.3,5.08,911.88,323.29,950.15,335.6s68.4-5.81,80.83-31.12c5.89-12,329-715.37,334.8-727.41s5.68-30.69-2.76-45.42c-6.29-8.83-15.7-16.26-29.44-19.85C1315.89,232.56,427.36,1.1,427.36,1.1c-20.83-5.4-54.09,10-64.35,27.48C353.86,44.21,17.2,650.06,6.21,669.35-3.58,686.55-1.24,705.46,9.47,719.92ZM7.66,673.19C16.37,657,350.58,56.52,364.67,31.9,377.72,9.08,410.68.16,425.5,3.48l933.91,244c27.5,7.19,38.55,36.92,31.09,53.24s-323.74,705.83-338.25,734.6-54.16,34.85-71.4,29c-14-4.76-933.5-329.2-954.95-336.67S-1,689.37,7.66,673.19Z" fill="#fff" opacity="0.5"/>
|
||||
<g id="details">
|
||||
<path d="M1225.26,680.79a23.8,23.8,0,0,1,2-9.2l9.61-21.51c1.32-2.94,3.22-4.16,3.73-2.29s-.07,5.32-1.45,8.48l-10.67,24C1227,683.59,1225.34,683.75,1225.26,680.79Z" fill="#3d3d3d"/>
|
||||
<path d="M1224.72,682a22.48,22.48,0,0,1,2-9l10.14-22.65c1.26-2.86,3.11-4,3.59-2.22s-.06,5.16-1.46,8.2l-11.21,25.19C1226.4,684.72,1224.79,684.87,1224.72,682Z" fill="url(#gradient_02)"/>
|
||||
<path d="M1225.21,681.2a20.8,20.8,0,0,1,1.76-8l9.48-21.39c1.16-2.58,2.81-3.65,3.2-1.93s-.08,4.65-1.26,7.33L1228,680.71C1226.72,683.6,1225.28,683.77,1225.21,681.2Z" fill="#131313"/>
|
||||
<g>
|
||||
<path d="M1288.44,541.51a11.09,11.09,0,0,0-1.23,5c.14,1.09.93.49,1.75-1.24a10.45,10.45,0,0,0,1.09-4.72C1289.93,539.54,1289.21,540,1288.44,541.51Z" fill="#000102"/>
|
||||
<path d="M1288.94,545.27c-.8,1.74-1.59,2.34-1.75,1.24l2.22-2.43A7.35,7.35,0,0,1,1288.94,545.27Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1289.89,542.46a13.89,13.89,0,0,1-.93,2.77l-1.44.52.34-1.06Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1288.19,542.52a9.44,9.44,0,0,0-1,4.13c.13.87.77.4,1.44-1a9,9,0,0,0,.94-3.92C1289.43,540.82,1288.82,541.2,1288.19,542.52Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1292.89,531.83a11,11,0,0,0-1.24,5c.14,1.08.93.49,1.75-1.24a10.66,10.66,0,0,0,1.1-4.73C1294.37,529.86,1293.65,530.28,1292.89,531.83Z" fill="#000102"/>
|
||||
<path d="M1293.38,535.6c-.8,1.74-1.59,2.33-1.75,1.24l2.23-2.44A7.9,7.9,0,0,1,1293.38,535.6Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1294.33,532.79a13.89,13.89,0,0,1-.93,2.77l-1.44.52.34-1.06Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1292.63,532.84a9.65,9.65,0,0,0-1,4.14c.13.86.77.39,1.45-1.05A9.15,9.15,0,0,0,1294,532C1293.87,531.15,1293.26,531.53,1292.63,532.84Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1297.33,522.16a11.12,11.12,0,0,0-1.24,5c.14,1.09.93.5,1.75-1.23a10.55,10.55,0,0,0,1.1-4.73C1298.81,520.19,1298.1,520.61,1297.33,522.16Z" fill="#000102"/>
|
||||
<path d="M1297.82,525.92c-.8,1.75-1.59,2.34-1.75,1.24l2.23-2.43A7.41,7.41,0,0,1,1297.82,525.92Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1298.77,523.11a13.89,13.89,0,0,1-.93,2.77l-1.44.53.34-1.06Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1297.07,523.17a9.61,9.61,0,0,0-1,4.13c.14.87.77.4,1.45-1a9,9,0,0,0,.93-3.93C1298.31,521.47,1297.7,521.85,1297.07,523.17Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1301.77,512.49a11.25,11.25,0,0,0-1.24,5c.15,1.09.94.49,1.75-1.24a10.35,10.35,0,0,0,1.1-4.72C1303.26,510.52,1302.54,510.94,1301.77,512.49Z" fill="#000102"/>
|
||||
<path d="M1302.26,516.25c-.79,1.74-1.58,2.34-1.75,1.24l2.23-2.43A6.59,6.59,0,0,1,1302.26,516.25Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1303.21,513.44a13.24,13.24,0,0,1-.92,2.77l-1.45.52.35-1.06Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1301.51,513.5a9.55,9.55,0,0,0-1,4.13c.13.87.76.4,1.44-1a9.15,9.15,0,0,0,.94-3.92C1302.75,511.8,1302.14,512.18,1301.51,513.5Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1306.21,502.81a11.1,11.1,0,0,0-1.23,5c.14,1.08.93.49,1.75-1.24a10.49,10.49,0,0,0,1.09-4.73C1307.7,500.84,1307,501.26,1306.21,502.81Z" fill="#000102"/>
|
||||
<path d="M1306.71,506.58c-.8,1.74-1.59,2.33-1.75,1.24l2.22-2.44A6.92,6.92,0,0,1,1306.71,506.58Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1307.66,503.76a13.76,13.76,0,0,1-.93,2.78l-1.44.52.34-1.06Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1306,503.82a9.51,9.51,0,0,0-1,4.14c.13.86.77.39,1.44-1a9,9,0,0,0,.94-3.93C1307.2,502.13,1306.59,502.51,1306,503.82Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1310.66,493.14a11.12,11.12,0,0,0-1.24,5c.14,1.09.93.5,1.75-1.23a10.68,10.68,0,0,0,1.1-4.73C1312.14,491.17,1311.42,491.59,1310.66,493.14Z" fill="#000102"/>
|
||||
<path d="M1311.15,496.9c-.8,1.75-1.59,2.34-1.75,1.24l2.23-2.43A7.41,7.41,0,0,1,1311.15,496.9Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1312.1,494.09a13.89,13.89,0,0,1-.93,2.77l-1.44.53.34-1.06Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1310.4,494.15a9.61,9.61,0,0,0-1,4.13c.13.87.77.4,1.45-1a9.18,9.18,0,0,0,.93-3.93C1311.64,492.45,1311,492.83,1310.4,494.15Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1315.1,483.47a11.12,11.12,0,0,0-1.24,5c.14,1.08.93.49,1.75-1.24a10.48,10.48,0,0,0,1.1-4.72C1316.58,481.5,1315.87,481.92,1315.1,483.47Z" fill="#000102"/>
|
||||
<path d="M1315.59,487.23c-.8,1.74-1.59,2.33-1.75,1.24l2.23-2.43A7.41,7.41,0,0,1,1315.59,487.23Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1316.54,484.42a13.89,13.89,0,0,1-.93,2.77l-1.44.52.34-1.06Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1314.84,484.48a9.58,9.58,0,0,0-1,4.13c.14.87.77.4,1.45-1.05a9,9,0,0,0,.93-3.92C1316.08,482.78,1315.47,483.16,1314.84,484.48Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1319.54,473.79a11.26,11.26,0,0,0-1.24,5c.15,1.08.94.49,1.75-1.24a10.39,10.39,0,0,0,1.1-4.73C1321,471.82,1320.31,472.24,1319.54,473.79Z" fill="#000102"/>
|
||||
<path d="M1320,477.56c-.79,1.74-1.58,2.33-1.75,1.24l2.23-2.44A7,7,0,0,1,1320,477.56Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1321,474.74a13.32,13.32,0,0,1-.92,2.78l-1.45.52L1319,477Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1319.28,474.8a9.62,9.62,0,0,0-1,4.14c.13.86.76.39,1.44-1.05a9.19,9.19,0,0,0,.94-3.93C1320.52,473.11,1319.91,473.49,1319.28,474.8Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1324,464.12a11.09,11.09,0,0,0-1.23,5c.14,1.09.93.5,1.75-1.23a10.51,10.51,0,0,0,1.09-4.73C1325.47,462.15,1324.75,462.57,1324,464.12Z" fill="#000102"/>
|
||||
<path d="M1324.48,467.88c-.8,1.75-1.59,2.34-1.75,1.24l2.22-2.43A6.53,6.53,0,0,1,1324.48,467.88Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1325.43,465.07a13.89,13.89,0,0,1-.93,2.77l-1.44.53.34-1.06Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1323.73,465.13a9.47,9.47,0,0,0-1,4.13c.13.87.77.4,1.44-1a9.07,9.07,0,0,0,.94-3.93C1325,463.43,1324.36,463.81,1323.73,465.13Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1328.43,454.45a11.12,11.12,0,0,0-1.24,5c.14,1.08.93.49,1.75-1.24a10.62,10.62,0,0,0,1.1-4.72C1329.91,452.48,1329.19,452.9,1328.43,454.45Z" fill="#000102"/>
|
||||
<path d="M1328.92,458.21c-.8,1.74-1.59,2.33-1.75,1.24l2.23-2.43A7.41,7.41,0,0,1,1328.92,458.21Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1329.87,455.4a13.89,13.89,0,0,1-.93,2.77l-1.44.52.34-1.06Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1328.17,455.46a9.58,9.58,0,0,0-1,4.13c.13.87.77.4,1.45-1a9.14,9.14,0,0,0,.93-3.92C1329.41,453.76,1328.8,454.14,1328.17,455.46Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1332.87,444.77a11.13,11.13,0,0,0-1.24,5c.14,1.08.93.49,1.75-1.24a10.52,10.52,0,0,0,1.1-4.73C1334.35,442.8,1333.64,443.22,1332.87,444.77Z" fill="#000102"/>
|
||||
<path d="M1333.36,448.54c-.8,1.74-1.59,2.33-1.75,1.23l2.23-2.43A7.9,7.9,0,0,1,1333.36,448.54Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1334.31,445.72a14,14,0,0,1-.93,2.78l-1.44.52.34-1.06Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1332.61,445.78a9.65,9.65,0,0,0-1,4.14c.14.86.77.39,1.45-1.05a9,9,0,0,0,.93-3.93C1333.85,444.09,1333.24,444.47,1332.61,445.78Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1337.31,435.1a11.25,11.25,0,0,0-1.24,5c.15,1.09.94.5,1.75-1.23a10.41,10.41,0,0,0,1.1-4.73C1338.8,433.13,1338.08,433.55,1337.31,435.1Z" fill="#000102"/>
|
||||
<path d="M1337.8,438.86c-.79,1.75-1.58,2.34-1.75,1.24l2.23-2.43A6.59,6.59,0,0,1,1337.8,438.86Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1338.75,436.05a13.24,13.24,0,0,1-.92,2.77l-1.45.53.35-1.07Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1337.05,436.11a9.58,9.58,0,0,0-1,4.13c.13.87.76.4,1.44-1.05a9.15,9.15,0,0,0,.94-3.92C1338.29,434.41,1337.68,434.79,1337.05,436.11Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1341.75,425.43a11.09,11.09,0,0,0-1.23,5c.14,1.08.93.49,1.75-1.24a10.45,10.45,0,0,0,1.09-4.72C1343.24,423.45,1342.52,423.88,1341.75,425.43Z" fill="#000102"/>
|
||||
<path d="M1342.25,429.19c-.8,1.74-1.59,2.33-1.75,1.24l2.22-2.44A6.35,6.35,0,0,1,1342.25,429.19Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1343.2,426.38a13.89,13.89,0,0,1-.93,2.77l-1.44.52.34-1.06Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1341.5,426.43a9.51,9.51,0,0,0-1,4.14c.13.87.77.4,1.44-1.05a9,9,0,0,0,.94-3.93C1342.74,424.74,1342.13,425.12,1341.5,426.43Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1346.2,415.75a11.13,11.13,0,0,0-1.24,5c.14,1.08.93.49,1.75-1.24a10.66,10.66,0,0,0,1.1-4.73C1347.68,413.78,1347,414.2,1346.2,415.75Z" fill="#000102"/>
|
||||
<path d="M1346.69,419.52c-.8,1.74-1.59,2.33-1.75,1.23l2.23-2.43A7.9,7.9,0,0,1,1346.69,419.52Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1347.64,416.7a14,14,0,0,1-.93,2.78l-1.44.52.34-1.06Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1345.94,416.76a9.65,9.65,0,0,0-1,4.14c.13.86.77.39,1.45-1a9.18,9.18,0,0,0,.93-3.93C1347.18,415.07,1346.57,415.45,1345.94,416.76Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1350.64,406.08a11.12,11.12,0,0,0-1.24,5c.15,1.09.93.5,1.75-1.23a10.55,10.55,0,0,0,1.1-4.73C1352.12,404.11,1351.41,404.53,1350.64,406.08Z" fill="#000102"/>
|
||||
<path d="M1351.13,409.84c-.8,1.75-1.58,2.34-1.75,1.24l2.23-2.43A7.41,7.41,0,0,1,1351.13,409.84Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1352.08,407a13.89,13.89,0,0,1-.93,2.77l-1.44.53.34-1.07Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1350.38,407.09a9.61,9.61,0,0,0-1,4.13c.14.87.77.4,1.45-1.05a9,9,0,0,0,.93-3.92C1351.62,405.39,1351,405.77,1350.38,407.09Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1355.08,396.41a11.25,11.25,0,0,0-1.24,5c.15,1.08.94.49,1.75-1.24a10.35,10.35,0,0,0,1.1-4.72C1356.57,394.43,1355.85,394.86,1355.08,396.41Z" fill="#000102"/>
|
||||
<path d="M1355.57,400.17c-.79,1.74-1.58,2.33-1.75,1.24l2.23-2.44A6.39,6.39,0,0,1,1355.57,400.17Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1356.52,397.36a13.24,13.24,0,0,1-.92,2.77l-1.45.52.35-1.06Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1354.82,397.41a9.62,9.62,0,0,0-1,4.14c.13.87.76.4,1.44-1.05a9.19,9.19,0,0,0,.94-3.93C1356.06,395.72,1355.45,396.1,1354.82,397.41Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1359.52,386.73a11.1,11.1,0,0,0-1.23,5c.14,1.08.93.49,1.75-1.24a10.51,10.51,0,0,0,1.09-4.73C1361,384.76,1360.29,385.18,1359.52,386.73Z" fill="#000102"/>
|
||||
<path d="M1360,390.5c-.8,1.74-1.59,2.33-1.75,1.23l2.22-2.43A6.92,6.92,0,0,1,1360,390.5Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1361,387.68a14.19,14.19,0,0,1-.93,2.78l-1.44.52.34-1.06Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1359.27,387.74a9.51,9.51,0,0,0-1,4.14c.13.86.77.39,1.44-1.05a9.07,9.07,0,0,0,.94-3.93C1360.51,386.05,1359.9,386.43,1359.27,387.74Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1100.28,951.33a11.57,11.57,0,0,0-1.28,5.2c.15,1.12,1,.51,1.82-1.29a10.9,10.9,0,0,0,1.13-4.9C1101.82,949.28,1101.07,949.72,1100.28,951.33Z" fill="#000102"/>
|
||||
<path d="M1100.8,955.23c-.83,1.81-1.65,2.42-1.82,1.29l2.31-2.53A8,8,0,0,1,1100.8,955.23Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1101.78,952.31a15.21,15.21,0,0,1-1,2.88l-1.5.54.36-1.1Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1100,952.37a10,10,0,0,0-1.07,4.29c.14.9.8.41,1.5-1.09a9.45,9.45,0,0,0,1-4.07C1101.3,950.61,1100.67,951,1100,952.37Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1104.87,941.29a11.57,11.57,0,0,0-1.27,5.2c.15,1.12,1,.51,1.81-1.29a10.76,10.76,0,0,0,1.13-4.9C1106.41,939.24,1105.67,939.68,1104.87,941.29Z" fill="#000102"/>
|
||||
<path d="M1105.39,945.19c-.82,1.81-1.64,2.42-1.81,1.29l2.3-2.53A7.09,7.09,0,0,1,1105.39,945.19Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1106.37,942.27a13.53,13.53,0,0,1-1,2.88l-1.49.54.35-1.1Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1104.61,942.34a9.78,9.78,0,0,0-1.06,4.28c.14.9.79.42,1.5-1.08a9.48,9.48,0,0,0,1-4.08C1105.89,940.58,1105.26,941,1104.61,942.34Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1109.47,931.25a11.6,11.6,0,0,0-1.28,5.2c.15,1.13,1,.51,1.82-1.28a11.1,11.1,0,0,0,1.13-4.91C1111,929.2,1110.26,929.64,1109.47,931.25Z" fill="#000102"/>
|
||||
<path d="M1110,935.15c-.82,1.81-1.64,2.43-1.81,1.29l2.31-2.53A7.15,7.15,0,0,1,1110,935.15Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1111,932.23a14.08,14.08,0,0,1-1,2.88l-1.5.55.36-1.11Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1109.2,932.3a10.07,10.07,0,0,0-1.06,4.29c.14.9.8.41,1.5-1.09a9.45,9.45,0,0,0,1-4.08C1110.49,930.54,1109.85,930.93,1109.2,932.3Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1114.06,921.21a11.6,11.6,0,0,0-1.28,5.2c.16,1.13,1,.51,1.82-1.28a11,11,0,0,0,1.13-4.91C1115.6,919.17,1114.85,919.6,1114.06,921.21Z" fill="#000102"/>
|
||||
<path d="M1114.58,925.11c-.83,1.81-1.64,2.43-1.82,1.29l2.31-2.53A7.6,7.6,0,0,1,1114.58,925.11Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1115.56,922.2a14.24,14.24,0,0,1-1,2.87l-1.5.55.36-1.1Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1113.8,922.26a10,10,0,0,0-1.07,4.29c.14.9.8.41,1.5-1.09a9.33,9.33,0,0,0,1-4.07C1115.08,920.5,1114.45,920.89,1113.8,922.26Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1118.65,911.17a11.61,11.61,0,0,0-1.27,5.21c.15,1.12,1,.51,1.81-1.29a10.82,10.82,0,0,0,1.13-4.9C1120.19,909.13,1119.45,909.57,1118.65,911.17Z" fill="#000102"/>
|
||||
<path d="M1119.17,915.08c-.82,1.81-1.64,2.42-1.81,1.28l2.3-2.52A6.65,6.65,0,0,1,1119.17,915.08Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1120.15,912.16a13.92,13.92,0,0,1-1,2.88l-1.49.54.35-1.1Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1118.39,912.22a9.81,9.81,0,0,0-1.06,4.29c.14.9.8.41,1.5-1.09a9.44,9.44,0,0,0,1-4.07C1119.67,910.46,1119,910.86,1118.39,912.22Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1123.25,901.14a11.57,11.57,0,0,0-1.28,5.2c.15,1.12,1,.51,1.82-1.29a11,11,0,0,0,1.13-4.9C1124.79,899.09,1124,899.53,1123.25,901.14Z" fill="#000102"/>
|
||||
<path d="M1123.76,905c-.82,1.81-1.64,2.42-1.81,1.28l2.31-2.52A7.48,7.48,0,0,1,1123.76,905Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1124.75,902.12a15.21,15.21,0,0,1-1,2.88l-1.5.54.36-1.1Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1123,902.18a10.1,10.1,0,0,0-1.06,4.29c.14.9.8.41,1.5-1.09a9.44,9.44,0,0,0,1-4.07C1124.27,900.42,1123.63,900.82,1123,902.18Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1127.84,891.1a11.41,11.41,0,0,0-1.27,5.2c.15,1.12,1,.51,1.81-1.29a10.76,10.76,0,0,0,1.13-4.9C1129.38,889.05,1128.63,889.49,1127.84,891.1Z" fill="#000102"/>
|
||||
<path d="M1128.36,895c-.83,1.81-1.64,2.42-1.82,1.29l2.31-2.53A8,8,0,0,1,1128.36,895Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1129.34,892.08a14.32,14.32,0,0,1-1,2.88l-1.49.54.35-1.1Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1127.58,892.14a9.81,9.81,0,0,0-1.06,4.29c.13.9.79.41,1.49-1.09a9.3,9.3,0,0,0,1-4.07C1128.86,890.38,1128.23,890.78,1127.58,892.14Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1132.43,881.06a11.57,11.57,0,0,0-1.27,5.2c.15,1.13,1,.51,1.81-1.29a10.76,10.76,0,0,0,1.13-4.9C1134,879,1133.23,879.45,1132.43,881.06Z" fill="#000102"/>
|
||||
<path d="M1133,885c-.82,1.81-1.64,2.43-1.81,1.29l2.3-2.53A6.39,6.39,0,0,1,1133,885Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1133.93,882a14.08,14.08,0,0,1-1,2.88l-1.5.55.35-1.11Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1132.17,882.11a10.07,10.07,0,0,0-1.06,4.29c.14.89.8.41,1.5-1.09a9.45,9.45,0,0,0,1-4.08C1133.45,880.35,1132.82,880.74,1132.17,882.11Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1137,871a11.6,11.6,0,0,0-1.28,5.2c.15,1.13,1,.51,1.82-1.28a11,11,0,0,0,1.13-4.91C1138.57,869,1137.82,869.41,1137,871Z" fill="#000102"/>
|
||||
<path d="M1137.55,874.92c-.83,1.81-1.65,2.43-1.82,1.29l2.31-2.53A8,8,0,0,1,1137.55,874.92Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1138.53,872a14.89,14.89,0,0,1-1,2.87l-1.5.55.36-1.1Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1136.76,872.07a10.07,10.07,0,0,0-1.06,4.29c.14.9.8.41,1.5-1.09a9.45,9.45,0,0,0,1-4.08C1138.05,870.31,1137.42,870.7,1136.76,872.07Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1141.62,861a11.57,11.57,0,0,0-1.27,5.2c.15,1.13,1,.52,1.81-1.28a10.83,10.83,0,0,0,1.13-4.91C1143.16,858.94,1142.42,859.37,1141.62,861Z" fill="#000102"/>
|
||||
<path d="M1142.14,864.89c-.83,1.81-1.64,2.42-1.82,1.28l2.31-2.52A8.39,8.39,0,0,1,1142.14,864.89Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1143.12,862a14.24,14.24,0,0,1-1,2.87l-1.49.55.35-1.1Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1141.36,862a9.81,9.81,0,0,0-1.06,4.29c.13.9.79.41,1.49-1.09a9.33,9.33,0,0,0,1-4.07C1142.64,860.27,1142,860.66,1141.36,862Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1146.22,851a11.44,11.44,0,0,0-1.28,5.2c.15,1.12,1,.51,1.81-1.29a10.82,10.82,0,0,0,1.13-4.9C1147.75,848.9,1147,849.34,1146.22,851Z" fill="#000102"/>
|
||||
<path d="M1146.73,854.85c-.82,1.81-1.64,2.42-1.81,1.28l2.3-2.52A6.65,6.65,0,0,1,1146.73,854.85Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1147.71,851.93a14.49,14.49,0,0,1-1,2.88l-1.5.54.35-1.1Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1146,852a10.1,10.1,0,0,0-1.06,4.29c.14.9.8.41,1.5-1.09a9.44,9.44,0,0,0,1-4.07C1147.24,850.23,1146.6,850.63,1146,852Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1150.81,840.91a11.57,11.57,0,0,0-1.28,5.2c.15,1.12,1,.51,1.82-1.29a10.9,10.9,0,0,0,1.13-4.9C1152.35,838.86,1151.6,839.3,1150.81,840.91Z" fill="#000102"/>
|
||||
<path d="M1151.33,844.81c-.83,1.81-1.65,2.42-1.82,1.29l2.31-2.53A8,8,0,0,1,1151.33,844.81Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1152.31,841.89a15.21,15.21,0,0,1-1,2.88l-1.5.54.36-1.1Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1150.54,842a10.1,10.1,0,0,0-1.06,4.29c.14.9.8.41,1.5-1.09a9.45,9.45,0,0,0,1-4.07C1151.83,840.19,1151.2,840.59,1150.54,842Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1155.4,830.87a11.57,11.57,0,0,0-1.27,5.2c.15,1.12,1,.51,1.81-1.29a10.76,10.76,0,0,0,1.13-4.9C1156.94,828.82,1156.2,829.26,1155.4,830.87Z" fill="#000102"/>
|
||||
<path d="M1155.92,834.77c-.82,1.81-1.64,2.42-1.81,1.29l2.3-2.53A7.09,7.09,0,0,1,1155.92,834.77Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1156.9,831.85a13.53,13.53,0,0,1-1,2.88l-1.49.54.35-1.1Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1155.14,831.92a9.78,9.78,0,0,0-1.06,4.28c.14.9.79.42,1.5-1.08a9.48,9.48,0,0,0,1-4.08C1156.42,830.16,1155.79,830.55,1155.14,831.92Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1160,820.83a11.47,11.47,0,0,0-1.28,5.2c.15,1.13,1,.51,1.81-1.28a11,11,0,0,0,1.14-4.91C1161.53,818.78,1160.79,819.22,1160,820.83Z" fill="#000102"/>
|
||||
<path d="M1160.51,824.73c-.82,1.81-1.64,2.43-1.81,1.29l2.31-2.53A7.15,7.15,0,0,1,1160.51,824.73Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1161.49,821.81a14.08,14.08,0,0,1-1,2.88l-1.5.55.35-1.11Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1159.73,821.88a10.07,10.07,0,0,0-1.06,4.29c.14.9.8.41,1.5-1.09a9.45,9.45,0,0,0,1-4.08C1161,820.12,1160.38,820.51,1159.73,821.88Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1164.59,810.79a11.6,11.6,0,0,0-1.28,5.2c.15,1.13,1,.51,1.82-1.28a11,11,0,0,0,1.13-4.91C1166.13,808.75,1165.38,809.18,1164.59,810.79Z" fill="#000102"/>
|
||||
<path d="M1165.11,814.69c-.83,1.81-1.65,2.43-1.82,1.29l2.31-2.53A7.6,7.6,0,0,1,1165.11,814.69Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1166.09,811.78a14.89,14.89,0,0,1-1,2.87l-1.5.55.36-1.1Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1164.33,811.84a10,10,0,0,0-1.07,4.29c.14.9.8.41,1.5-1.09a9.33,9.33,0,0,0,1-4.07C1165.61,810.08,1165,810.47,1164.33,811.84Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1169.18,800.75a11.61,11.61,0,0,0-1.27,5.21c.15,1.12,1,.51,1.81-1.29a10.82,10.82,0,0,0,1.13-4.9C1170.72,798.71,1170,799.15,1169.18,800.75Z" fill="#000102"/>
|
||||
<path d="M1169.7,804.66c-.82,1.81-1.64,2.42-1.81,1.28l2.3-2.52A6.65,6.65,0,0,1,1169.7,804.66Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1170.68,801.74a13.92,13.92,0,0,1-1,2.88l-1.49.54.35-1.1Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1168.92,801.8a9.81,9.81,0,0,0-1.06,4.29c.14.9.79.41,1.5-1.09a9.44,9.44,0,0,0,1-4.07C1170.2,800,1169.57,800.44,1168.92,801.8Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M1173.78,790.72a11.57,11.57,0,0,0-1.28,5.2c.15,1.12,1,.51,1.82-1.29a11,11,0,0,0,1.13-4.9C1175.32,788.67,1174.57,789.11,1173.78,790.72Z" fill="#000102"/>
|
||||
<path d="M1174.29,794.62c-.82,1.81-1.64,2.42-1.81,1.28l2.31-2.52A7.48,7.48,0,0,1,1174.29,794.62Z" fill="#7a7a7a" fill-rule="evenodd"/>
|
||||
<path d="M1175.28,791.7a15.21,15.21,0,0,1-1,2.88l-1.5.54.36-1.1Z" fill="#f4f4f4" fill-rule="evenodd"/>
|
||||
<path d="M1173.51,791.76a10.1,10.1,0,0,0-1.06,4.29c.14.9.8.41,1.5-1.09a9.44,9.44,0,0,0,1-4.07C1174.8,790,1174.16,790.4,1173.51,791.76Z" fill="#0a0e0e"/>
|
||||
</g>
|
||||
<g>
|
||||
<ellipse cx="199.52" cy="346.13" rx="4.66" ry="3.37" transform="translate(-184.11 234.58) rotate(-43.83)" fill="#1a1c1c"/>
|
||||
<ellipse cx="199.51" cy="346.14" rx="3.04" ry="2.21" transform="translate(-184.12 234.56) rotate(-43.82)" fill="url(#gradient_03)"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M13.74,725s13.54,13.56,19.76,16.32S963.82,1070.88,980.82,1077s65.08,6.92,84.7-35.81S1392.43,328,1397.68,316.36s5-61.12-38.41-72.46S427.36,1.1,427.36,1.1c-20.83-5.4-54.09,10-64.35,27.48C353.86,44.21,17.2,650.06,6.21,669.35S-.53,710.11,13.74,725ZM201.86,348.48c-1.79,1.79-4.29,2.19-5.59.89s-.89-3.8.9-5.59,4.29-2.19,5.59-.89S203.65,346.69,201.86,348.48Zm-172.15,333c3.11-5.91,356.22-643.9,359.64-649.61s9.33-10.27,23-6.84c0,0,928.43,246.29,940.34,249.5s13.68,11.41,10.26,18.88-330.13,716-338.31,732.75-19.38,15.14-25.39,13S41.52,702.73,33.54,699.52,26.6,687.38,29.71,681.47Z" fill="#383E45" style="mix-blend-mode: overlay" opacity="0.75"/>
|
||||
<path d="M1320.34,373.14c21.54-46.59,35.27-76.29,36-77.8,3.42-7.46,1.66-15.66-10.26-18.87S414.93,30.76,414.93,30.76c-13.68-3.42-19.59,1.14-23,6.85C389.33,41.92,188.7,403.74,89.77,582.3Z" opacity="0.4" fill="url(#gradient_04)"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 29 KiB |