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 |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 5 KiB After Width: | Height: | Size: 5 KiB |
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
|
|
@ -1,4 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="80" height="60" id="shape">
|
||||
<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"/>
|
||||
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
|
|
@ -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);
|
||||
});
|
||||
});
|
||||
|
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.6 KiB |
|
Before Width: | Height: | Size: 9.5 KiB 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 |
|
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 8.5 KiB |
|
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 8.6 KiB |
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |