├── .php-cs-fixer.cache
├── LICENSE.md
├── README.md
├── SECURITY.md
├── composer.json
├── doc
├── 01_Installation.md
├── 02_Customize_Menu_Entry_List.md
├── 03_Upgrade.md
└── img
│ ├── custom_views.png
│ └── perspectives.png
└── src
├── Controller
└── PerspectiveController.php
├── DependencyInjection
├── Configuration.php
└── PimcorePerspectiveEditorExtension.php
├── Event
└── ElementTree
│ ├── IconEvents.php
│ └── Model
│ └── IconAddEvent.php
├── Installer.php
├── Migrations
└── Version20211213110000.php
├── PimcorePerspectiveEditorBundle.php
├── Resources
├── config
│ ├── doctrine_migrations.yml
│ ├── pimcore
│ │ └── routing.yml
│ └── services.yml
├── public
│ ├── css
│ │ └── icons.css
│ └── js
│ │ └── pimcore
│ │ └── perspective
│ │ ├── common.js
│ │ ├── events.js
│ │ ├── menuItemPermissionHelper.js
│ │ ├── perspective.js
│ │ ├── startup.js
│ │ └── view.js
└── translations
│ ├── admin.ca.yml
│ ├── admin.cs.yml
│ ├── admin.de.yml
│ ├── admin.en.yml
│ ├── admin.es.yml
│ ├── admin.fr.yml
│ ├── admin.hu.yml
│ ├── admin.it.yml
│ ├── admin.nl.yml
│ ├── admin.pl.yml
│ ├── admin.pt_br.yml
│ ├── admin.ro.yml
│ ├── admin.sk.yml
│ ├── admin.sv.yml
│ ├── admin.th.yml
│ └── admin.zh_Hans.yml
└── Services
├── AbstractAccessor.php
├── PerspectiveAccessor.php
├── TreeHelper.php
└── ViewAccessor.php
/.php-cs-fixer.cache:
--------------------------------------------------------------------------------
1 | {"php":"8.3.20","version":"3.75.0","indent":" ","lineEnding":"\n","rules":{"encoding":true,"full_opening_tag":true,"blank_line_after_namespace":true,"braces_position":true,"class_definition":true,"constant_case":true,"control_structure_braces":true,"control_structure_continuation_position":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":true,"lowercase_keywords":true,"method_argument_space":{"on_multiline":"ignore"},"no_break_comment":true,"no_closing_tag":true,"no_multiple_statements_per_line":true,"no_space_around_double_colon":true,"no_spaces_after_function_name":true,"no_trailing_whitespace":true,"no_trailing_whitespace_in_comment":true,"single_blank_line_at_eof":true,"single_class_element_per_statement":{"elements":["property"]},"single_import_per_statement":true,"single_line_after_imports":true,"single_space_around_construct":{"constructs_followed_by_a_single_space":["abstract","as","case","catch","class","do","else","elseif","final","for","foreach","function","if","interface","namespace","private","protected","public","static","switch","trait","try","use_lambda","while"],"constructs_preceded_by_a_single_space":["as","else","elseif","use_lambda"]},"spaces_inside_parentheses":true,"statement_indentation":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"visibility_required":{"elements":["method","property"]},"array_syntax":{"syntax":"short"},"header_comment":{"comment_type":"PHPDoc","header":"This source file is available under the terms of the\nPimcore Open Core License (POCL)\nFull copyright and license information is available in\nLICENSE.md which is distributed with this source code.\n\n @copyright Copyright (c) Pimcore GmbH (https:\/\/www.pimcore.com)\n @license Pimcore Open Core License (POCL)"},"blank_line_before_statement":true,"function_typehint_space":true,"single_line_comment_style":true,"lowercase_cast":true,"magic_constant_casing":true,"class_attributes_separation":true,"native_function_casing":true,"no_blank_lines_after_class_opening":true,"no_blank_lines_after_phpdoc":true,"no_empty_comment":true,"no_empty_phpdoc":true,"no_empty_statement":true,"no_extra_blank_lines":true,"no_leading_import_slash":true,"no_leading_namespace_whitespace":true,"no_short_bool_cast":true,"no_spaces_around_offset":true,"no_unneeded_control_parentheses":true,"no_unused_imports":true,"no_whitespace_before_comma_in_array":true,"no_whitespace_in_blank_line":true,"object_operator_without_whitespace":true,"ordered_imports":true,"phpdoc_indent":true,"phpdoc_no_useless_inheritdoc":true,"phpdoc_scalar":true,"phpdoc_separation":true,"phpdoc_single_line_var_spacing":true,"return_type_declaration":true,"self_accessor":true,"short_scalar_cast":true,"single_blank_line_before_namespace":true,"single_quote":true,"space_after_semicolon":true,"standardize_not_equals":true,"ternary_operator_spaces":true,"whitespace_after_comma_in_array":true},"hashes":{"src\/Controller\/PerspectiveController.php":"02debd1a5aa25884efee93f2a668dee0","src\/PimcorePerspectiveEditorBundle.php":"1b3f08424ce2fd8c6a2a67ac99488f9b","src\/DependencyInjection\/Configuration.php":"27e986958cf12d14238c5bbe1d9dac7d","src\/DependencyInjection\/PimcorePerspectiveEditorExtension.php":"5feac9201fa7d68ad4c5413fc814185d","src\/Migrations\/Version20211213110000.php":"4c5d03242039caf7956fbd7ee1ec2e4c","src\/Event\/ElementTree\/IconEvents.php":"c41cbadbbbb96236b4dd743dd1f4495c","src\/Event\/ElementTree\/Model\/IconAddEvent.php":"b8c730dc0cee16521452bcba71dccc4a","src\/Installer.php":"ee71455dc9f033b3d99479bc7171f739","src\/Services\/TreeHelper.php":"18e1298fd9adedfed5ac927e8fe027cb","src\/Services\/AbstractAccessor.php":"74df2038e5f36786d8dbe56ed88d9847","src\/Services\/ViewAccessor.php":"3ff8ab713e6ab4aefa30fcd69ac29176","src\/Services\/PerspectiveAccessor.php":"dec8776b3543d46973e4ae15401e3877"}}
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Perspective Editor
3 | ---
4 |
5 | # Pimcore Perspective Editor
6 |
7 | This bundle provides an editor for Pimcore to manage custom views and perspectives.
8 |
9 | ## Features in a Nutshell
10 | - Possibility to add, remove or edit custom views.
11 | - Possibility to add, remove or edit perspectives.
12 | - Configuration directly in the user interface.
13 |
14 |
15 |
16 | 
17 | *Sample Perspective Editor*
18 |
19 |
20 |
21 | 
22 | *Sample View Editor*
23 |
24 | ## Documentation Overview
25 | - [Installation & Configuration](./doc/01_Installation.md)
26 | - [Customize Menu Entry List](./doc/02_Customize_Menu_Entry_List.md)
27 | - [Upgrade Notes](./doc/03_Upgrade.md)
28 |
--------------------------------------------------------------------------------
/SECURITY.md:
--------------------------------------------------------------------------------
1 | # Security Policy
2 |
3 | ## Reporting a Vulnerability
4 |
5 | If you think that you have found a security issue,
6 | don’t use the bug tracker and don’t publish it publicly.
7 | Instead, all security issues must be reported via a private vulnerability report.
8 |
9 | Please follow the [instructions](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability#privately-reporting-a-security-vulnerability) to submit a private report.
10 |
11 |
12 | ## Resolving Process
13 | Every submitted security issue is handled with top priority by following these steps:
14 |
15 | 1. Confirm the vulnerability
16 | 2. Determine the severity
17 | 3. Contact reporter
18 | 4. Work on a patch
19 | 5. Get a CVE identification number (may be done by the reporter or a security service provider)
20 | 6. Patch reviewing
21 | 7. Tagging a new release for supported versions
22 | 8. Publish security announcement
23 |
--------------------------------------------------------------------------------
/composer.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "pimcore/perspective-editor",
3 | "license": "proprietary",
4 | "type": "pimcore-bundle",
5 | "description": "Pimcore Perspective Editor",
6 | "config": {
7 | "sort-packages": true,
8 | "preferred-install": {
9 | "pimcore/pimcore": "source",
10 | "*": "dist"
11 | }
12 | },
13 | "prefer-stable": true,
14 | "minimum-stability": "dev",
15 | "require": {
16 | "php": "~8.3.0 || ~8.4.0",
17 | "pimcore/compatibility-bridge-v10": "^2.0",
18 | "pimcore/admin-ui-classic-bundle": "^2.0",
19 | "pimcore/pimcore": "^12.0",
20 | "symfony/http-foundation": "^6.3"
21 | },
22 | "require-dev": {
23 | "phpstan/phpstan": "^1.2",
24 | "phpunit/phpunit": "^9.3",
25 | "codeception/codeception": "^4.1.12 || ^5.0.3",
26 | "codeception/module-symfony":"^1.6.0 || ^3.1.0",
27 | "codeception/phpunit-wrapper": "^9",
28 | "codeception/module-asserts": "^2"
29 | },
30 | "autoload": {
31 | "psr-4": {
32 | "Pimcore\\Bundle\\PerspectiveEditorBundle\\": "src/"
33 | }
34 | },
35 | "autoload-dev": {
36 | "psr-4": {
37 | "Pimcore\\Bundle\\PerspectiveEditorBundle\\Tests\\": "tests"
38 | },
39 | "files": [
40 | "kernel/Kernel.php"
41 | ]
42 | },
43 | "extra": {
44 | "pimcore": {
45 | "bundles": [
46 | "Pimcore\\Bundle\\PerspectiveEditorBundle\\PimcorePerspectiveEditorBundle"
47 | ]
48 | }
49 | }
50 | }
51 |
--------------------------------------------------------------------------------
/doc/01_Installation.md:
--------------------------------------------------------------------------------
1 | # Installation
2 | ## Bundle Installation
3 |
4 | 1. Install the required dependencies:
5 | ```bash
6 | composer require pimcore/perspective-editor
7 | ```
8 |
9 | 2. Make sure the bundle is enabled in the `config/bundles.php` file. The following lines should be added:
10 |
11 | ```php
12 | use Pimcore\Bundle\PerspectiveEditorBundle\PimcorePerspectiveEditorBundle;
13 | // ...
14 |
15 | return [
16 | // ...
17 | PimcorePerspectiveEditorBundle::class => ['all' => true],
18 | // ...
19 | ];
20 | ```
21 |
22 | 3. Install the bundle:
23 |
24 | ```bash
25 | bin/console pimcore:bundle:install PimcorePerspectiveEditorBundle
26 | ```
27 |
28 | Installation routine just adds an additional permission to `users_permission_definitions` table.
29 |
30 | Also, make sure, that `customviews.php` and `perspectives.php` files are writeable for php.
31 | They can be located at Pimcore default locations for config files:
32 | `PIMCORE_CUSTOM_CONFIGURATION_DIRECTORY` or `PIMCORE_CONFIGURATION_DIRECTORY`.
33 |
34 | If they don't exist, they are created at `PIMCORE_CONFIGURATION_DIRECTORY`.
35 |
36 |
37 | ## Configuration
38 |
39 | To make the bundle work, just make sure, users have the necessary permissions.
40 | - Perspective Editor: all users with `perspective_editor` permission have all access.
41 | - Custom Views Editor: all users with `perspective_editor` permission have read access, only admin users
42 | have write access (due to risk of potential security issues as SQL conditions can be configured in the UI).
43 |
44 |
--------------------------------------------------------------------------------
/doc/02_Customize_Menu_Entry_List.md:
--------------------------------------------------------------------------------
1 | # Customize Menu Entry List
2 |
3 | Custom view and perspective settings also allow configuring the context menu and toolbar menu entries.
4 | It might be necessary to add additional entries due to bundles or application code.
5 |
6 | This is possible with following two events:
7 |
8 | ```javascript
9 | onPerspectiveEditorLoadStructureForPermissions
10 | onPerspectiveEditorLoadPermissions
11 | ```
12 |
13 | Registering for `onPerspectiveEditorLoadStructureForPermissions` enables you to add a new menu structure, which will then be passed to the `onPerspectiveEditorLoadPermissions` event.
14 |
15 | Registering for `onPerspectiveEditorLoadPermissions` enables you to add custom visibility settings for your bundle either to one of the default built-in entries or to your own structure you may have created in the `onPerspectiveEditorLoadStructureForPermissions` event.
16 |
17 | Add one or both events to the `pimcoreReady` hook of your bundle.
18 |
19 | Example 1: Add a custom visibility setting to one of the built-in entries:
20 | ```javascript
21 | document.addEventListener(pimcore.events.onPerspectiveEditorLoadPermissions, (e) => {
22 | const context = e.detail.context;
23 | const menu = e.detail.menu;
24 | const permissions = e.detail.permissions;
25 |
26 | if(context == 'toolbar' && menu == 'search' &&
27 | permissions[context][menu].indexOf('items.advancedObjectSearch') == -1) {
28 | permissions[context][menu].push('items.advancedObjectSearch');
29 | }
30 | });
31 | ```
32 |
33 | Example 2: Add your custom structure with custom entries
34 |
35 | ```javascript
36 | document.addEventListener(pimcore.events.onPerspectiveEditorLoadStructureForPermissions, (e) => {
37 | if(e.detail.context == 'toolbar') {
38 | e.detail.structure['customEntry'] = {};
39 | }
40 | });
41 |
42 | document.addEventListener(pimcore.events.onPerspectiveEditorLoadPermissions, (e) => {
43 | const context = e.detail.context;
44 | const menu = e.detail.menu;
45 | const permissions = e.detail.permissions;
46 |
47 | if(context == 'toolbar' && menu == 'customEntry') {
48 | if(permissions[context][menu] == undefined) {
49 | permissions[context][menu] = [];
50 | }
51 | if(permissions[context][menu].indexOf('hidden') == -1) {
52 | permissions[context][menu].push('hidden');
53 | ...
54 | }
55 | }
56 | });
57 |
58 | ```
59 |
60 | For all available built-in entries please have a look at [MenuItemPermissionHelper](https://github.com/pimcore/perspective-editor/blob/main/src/Resources/public/js/pimcore/perspective/menuItemPermissionHelper.js).
61 |
--------------------------------------------------------------------------------
/doc/03_Upgrade.md:
--------------------------------------------------------------------------------
1 | # Update Notes
2 |
3 | ## Update to Version 1.8
4 | ### General
5 | - Dropped support of Pimcore 10, bumped minimum requirement of `pimcore/pimcore` to `^11.2`. Replaced all `$request->get()` with their explicit input source.
--------------------------------------------------------------------------------
/doc/img/custom_views.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pimcore/perspective-editor/efe39e728878f13190f60fb356f95472008b4c38/doc/img/custom_views.png
--------------------------------------------------------------------------------
/doc/img/perspectives.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pimcore/perspective-editor/efe39e728878f13190f60fb356f95472008b4c38/doc/img/perspectives.png
--------------------------------------------------------------------------------
/src/DependencyInjection/Configuration.php:
--------------------------------------------------------------------------------
1 | processConfiguration($configuration, $configs);
35 |
36 | $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
37 | $loader->load('services.yml');
38 | }
39 |
40 | /**
41 | * @param ContainerBuilder $container
42 | */
43 | public function prepend(ContainerBuilder $container): void
44 | {
45 | if ($container->hasExtension('doctrine_migrations')) {
46 | $loader = new Loader\YamlFileLoader(
47 | $container,
48 | new FileLocator(__DIR__ . '/../Resources/config')
49 | );
50 |
51 | $loader->load('doctrine_migrations.yml');
52 | }
53 | }
54 | }
55 |
--------------------------------------------------------------------------------
/src/Event/ElementTree/IconEvents.php:
--------------------------------------------------------------------------------
1 | elementTrees;
25 | }
26 |
27 | public function setElementTreeIcons(array $elementTrees): void
28 | {
29 | $this->elementTrees = $elementTrees;
30 | }
31 | }
32 |
--------------------------------------------------------------------------------
/src/Installer.php:
--------------------------------------------------------------------------------
1 | addSql(sprintf("INSERT IGNORE INTO users_permission_definitions (`key`) VALUES('%s');", PimcorePerspectiveEditorBundle::PERMISSION_PERSPECTIVE_EDITOR_VIEW_EDIT));
38 | }
39 |
40 | public function down(Schema $schema): void
41 | {
42 | }
43 | }
44 |
--------------------------------------------------------------------------------
/src/PimcorePerspectiveEditorBundle.php:
--------------------------------------------------------------------------------
1 | addBundle(new PimcoreAdminBundle(), 60);
43 | }
44 |
45 | public function getJsPaths(): array
46 | {
47 | return [
48 | '/bundles/pimcoreperspectiveeditor/js/pimcore/perspective/menuItemPermissionHelper.js',
49 | '/bundles/pimcoreperspectiveeditor/js/pimcore/perspective/perspective.js',
50 | '/bundles/pimcoreperspectiveeditor/js/pimcore/perspective/view.js',
51 | '/bundles/pimcoreperspectiveeditor/js/pimcore/perspective/common.js',
52 | '/bundles/pimcoreperspectiveeditor/js/pimcore/perspective/startup.js',
53 | '/bundles/pimcoreperspectiveeditor/js/pimcore/perspective/events.js',
54 | ];
55 | }
56 |
57 | public function getCssPaths(): array
58 | {
59 | return [
60 | '/bundles/pimcoreperspectiveeditor/css/icons.css'
61 | ];
62 | }
63 |
64 | protected function getComposerPackageName(): string
65 | {
66 | return 'pimcore/perspective-editor';
67 | }
68 |
69 | public function getInstaller(): InstallerInterface
70 | {
71 | return $this->container->get(Installer::class);
72 | }
73 | }
74 |
--------------------------------------------------------------------------------
/src/Resources/config/doctrine_migrations.yml:
--------------------------------------------------------------------------------
1 | doctrine_migrations:
2 | migrations_paths:
3 | 'Pimcore\Bundle\PerspectiveEditorBundle\Migrations': '@PimcorePerspectiveEditorBundle/Migrations'
--------------------------------------------------------------------------------
/src/Resources/config/pimcore/routing.yml:
--------------------------------------------------------------------------------
1 | admin:
2 | resource: "@PimcorePerspectiveEditorBundle/Controller/"
3 | type: attribute
4 | prefix: /admin/perspectives-views
5 |
--------------------------------------------------------------------------------
/src/Resources/config/services.yml:
--------------------------------------------------------------------------------
1 | services:
2 | _defaults:
3 | autowire: true
4 | autoconfigure: true
5 | public: false
6 | bind:
7 | $configDirectory: "%kernel.project_dir%/config/pimcore/"
8 |
9 | Pimcore\Bundle\PerspectiveEditorBundle\Controller\:
10 | resource: '../../Controller'
11 | public: true
12 | tags: ['controller.service_arguments']
13 |
14 | Pimcore\Bundle\PerspectiveEditorBundle\Services\:
15 | resource: '../../Services'
16 |
17 |
18 | Pimcore\Bundle\PerspectiveEditorBundle\Installer:
19 | public: true
20 | arguments:
21 | # fetch the bundle via expression language
22 | $bundle: "@=service('kernel').getBundle('PimcorePerspectiveEditorBundle')"
--------------------------------------------------------------------------------
/src/Resources/public/css/icons.css:
--------------------------------------------------------------------------------
1 | /**
2 | * This source file is available under the terms of the
3 | * Pimcore Open Core License (POCL)
4 | * Full copyright and license information is available in
5 | * LICENSE.md which is distributed with this source code.
6 | *
7 | * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.com)
8 | * @license Pimcore Open Core License (POCL)
9 | */
10 |
11 |
12 | .plugin_pimcore_perspective_editor_perspective {
13 | background: url(/bundles/pimcoreadmin/img/flat-color-icons/reading.svg) center center no-repeat !important;
14 | }
15 |
16 | .plugin_pimcore_perspective_editor_custom_view_tree_item {
17 | padding-bottom: 5px;
18 | }
19 |
20 | .plugin_pimcore_perspective_editor_custom_view_tree_item img {
21 | background-color: #393C3F;
22 | }
--------------------------------------------------------------------------------
/src/Resources/public/js/pimcore/perspective/common.js:
--------------------------------------------------------------------------------
1 | /**
2 | * This source file is available under the terms of the
3 | * Pimcore Open Core License (POCL)
4 | * Full copyright and license information is available in
5 | * LICENSE.md which is distributed with this source code.
6 | *
7 | * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.com)
8 | * @license Pimcore Open Core License (POCL)
9 | */
10 |
11 |
12 | pimcore.registerNS('pimcore.bundle.perspectiveeditor.PerspectiveViewHelper');
13 |
14 | pimcore.bundle.perspectiveeditor.PerspectiveViewHelper = class {
15 |
16 | static routePrefix = '/admin/perspectives-views';
17 |
18 | static generateUuid (){
19 | return 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'.replace(/x/g, function(c) {
20 | const r = Math.random() * 16 | 0;
21 | return (c === 'x' ? r : (r & 0x3 | 0x8)).toString(16);
22 | });
23 | }
24 |
25 | static reloadTreeNode (record){
26 | record.parentNode.collapse();
27 | record.parentNode.expand();
28 | }
29 |
30 | static generateCheckbox (label, config, key, inverted = false, changeCallback = null, readOnly = false){
31 | return new Ext.form.Checkbox({
32 | boxLabel: label,
33 | checked: inverted ? !config[key] : config[key],
34 | readOnly: readOnly,
35 | listeners: {
36 | change: function(elem, newValue, oldValue){
37 | config[key] = newValue;
38 | if(changeCallback) {
39 | changeCallback();
40 | }
41 | }.bind(this)
42 | },
43 | });
44 | }
45 |
46 | static checkAndCreateDataStructure (config, structure){
47 | for(let key in structure){
48 | if(!(key in config)){
49 | config[key] = {};
50 | }
51 |
52 | //support shortcut definitions
53 | if(Number.isInteger(config[key]) || typeof config[key] === "boolean") {
54 | config[key] = {
55 | hidden: !config[key]
56 | };
57 | }
58 |
59 | for(let i in structure[key]){
60 | var keyPath = structure[key][i].split('.');
61 | var c = config[key];
62 | for(let j in keyPath){
63 | if(!(keyPath[j] in c)){
64 | let defaultValue = true;
65 | if(keyPath[j] == 'hidden') {
66 | defaultValue = false;
67 | }
68 |
69 | c[keyPath[j]] = j*1 + 1 === keyPath.length ? defaultValue : {};
70 | }
71 |
72 | //support inline shortcut definitions
73 | if((Number.isInteger(c[keyPath[j]]) || typeof c[keyPath[j]] === "boolean") && j*1 + 1 < keyPath.length) {
74 | c[keyPath[j]] = {
75 | hidden: !c[keyPath[j]]
76 | };
77 | }
78 |
79 | c = c[keyPath[j]];
80 | }
81 | }
82 | }
83 | }
84 |
85 | static generateCheckboxesForStructure (configStructure, checkboxItems, callback, labelPrefix, readOnly) {
86 | const keys = Object.keys(configStructure);
87 | keys.sort();
88 |
89 | for(let i = 0; i Import
96 | from Server
97 | plugin_pimcore_perspectiveeditor_asset_items_add_items_upload: Add > Upload
98 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadCompatibility: Add >
99 | Upload Compatibility
100 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadFromUrl: Add > Upload
101 | from URL
102 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadZip: Add > Upload Zip
103 | plugin_pimcore_perspectiveeditor_asset_items_addFolder: Add Folder
104 | plugin_pimcore_perspectiveeditor_asset_items_copy: Copy
105 | plugin_pimcore_perspectiveeditor_asset_items_cut: Cut
106 | plugin_pimcore_perspectiveeditor_asset_items_delete: Delete
107 | plugin_pimcore_perspectiveeditor_asset_items_lock: Lock
108 | plugin_pimcore_perspectiveeditor_asset_items_lockAndPropagate: Lock an Propagate
109 | plugin_pimcore_perspectiveeditor_asset_items_paste: Paste
110 | plugin_pimcore_perspectiveeditor_asset_items_pasteCut: Paste Cut
111 | plugin_pimcore_perspectiveeditor_asset_items_reload: Reload
112 | plugin_pimcore_perspectiveeditor_asset_items_rename: Rename
113 | plugin_pimcore_perspectiveeditor_asset_items_searchAndMove: Search and Move
114 | plugin_pimcore_perspectiveeditor_asset_items_unlock: Unlock
115 | plugin_pimcore_perspectiveeditor_asset_items_unlockAndPropagate: Unlock and Propagate
116 | plugin_pimcore_perspectiveeditor_object_items_add: Add
117 | plugin_pimcore_perspectiveeditor_object_items_addFolder: Add Folder
118 | plugin_pimcore_perspectiveeditor_object_items_changeChildrenSortBy: Change Children
119 | SortBy
120 | plugin_pimcore_perspectiveeditor_object_items_copy: Copy
121 | plugin_pimcore_perspectiveeditor_object_items_cut: Cut
122 | plugin_pimcore_perspectiveeditor_object_items_delete: Delete
123 | plugin_pimcore_perspectiveeditor_object_items_importCsv: Import CSV
124 | plugin_pimcore_perspectiveeditor_object_items_lock: Lock
125 | plugin_pimcore_perspectiveeditor_object_items_lockAndPropagate: Lock and Propagate
126 | plugin_pimcore_perspectiveeditor_object_items_paste: Paste
127 | plugin_pimcore_perspectiveeditor_object_items_publish: Publish
128 | plugin_pimcore_perspectiveeditor_object_items_reload: Reload
129 | plugin_pimcore_perspectiveeditor_object_items_rename: Rename
130 | plugin_pimcore_perspectiveeditor_object_items_searchAndMove: Search and Move
131 | plugin_pimcore_perspectiveeditor_object_items_unlock: Unlock
132 | plugin_pimcore_perspectiveeditor_object_items_unlockAndPropagate: Unlock and Propagate
133 | plugin_pimcore_perspectiveeditor_object_items_unpublish: Unpublish
134 | plugin_pimcore_perspectiveeditor_menu_file_hidden: Hide File Menu
135 | plugin_pimcore_perspectiveeditor_menu_file_items_about: About
136 | plugin_pimcore_perspectiveeditor_menu_file_items_closeAll: Close All
137 | plugin_pimcore_perspectiveeditor_menu_file_items_dashboards: Dashboards
138 | plugin_pimcore_perspectiveeditor_menu_file_items_help: Help
139 | plugin_pimcore_perspectiveeditor_menu_file_items_openAsset: Open Asset
140 | plugin_pimcore_perspectiveeditor_menu_file_items_openDocument: Open Document
141 | plugin_pimcore_perspectiveeditor_menu_file_items_openObject: Open Object
142 | plugin_pimcore_perspectiveeditor_menu_file_items_perspectives: Perspectives
143 | plugin_pimcore_perspectiveeditor_menu_file_items_schedule: Schedule
144 | plugin_pimcore_perspectiveeditor_menu_file_items_searchReplace: Search and Replace
145 | plugin_pimcore_perspectiveeditor_menu_file_items_seemode: Seemode
146 | plugin_pimcore_perspectiveeditor_menu_extras_hidden: Hide Extras Menu
147 | plugin_pimcore_perspectiveeditor_menu_extras_items_applicationlog: Application Log
148 | plugin_pimcore_perspectiveeditor_menu_extras_items_emails: E-Mails
149 | plugin_pimcore_perspectiveeditor_menu_extras_items_gdpr_data_extractor: GDPR Extractor
150 | plugin_pimcore_perspectiveeditor_menu_extras_items_glossary: Glossary
151 | plugin_pimcore_perspectiveeditor_menu_extras_items_maintenance: Maintenance
152 | plugin_pimcore_perspectiveeditor_menu_extras_items_notesEvents: Notes & Events
153 | plugin_pimcore_perspectiveeditor_menu_extras_items_plugins: Bundles
154 | plugin_pimcore_perspectiveeditor_menu_extras_items_recyclebin: Recyclebin
155 | plugin_pimcore_perspectiveeditor_menu_extras_items_redirects: Redirects
156 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_hidden: Hide Systemtools
157 | Menu
158 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_database: Database
159 | Administration
160 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_fileexplorer: Server
161 | File Explorer
162 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_opcache: PHP
163 | OPcache Status
164 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_phpinfo: PHP
165 | Info
166 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_requirements: System-Requirements
167 | Check
168 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_serverinfo: Server
169 | Info
170 | plugin_pimcore_perspectiveeditor_menu_extras_items_translations: Translations
171 | plugin_pimcore_perspectiveeditor_menu_marketing_hidden: Hide Markeing Menu
172 | plugin_pimcore_perspectiveeditor_menu_marketing_items_reports: Reports
173 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_hidden: Hide SEO Menu
174 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_documents: SEO Document
175 | Editor
176 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_httperrors: HTTP Errors
177 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_robots: Robots.txt
178 | plugin_pimcore_perspectiveeditor_menu_marketing_items_tagmanagement: Tag & Snippet
179 | Management
180 | plugin_pimcore_perspectiveeditor_menu_marketing_items_targeting: Personalization /
181 | Targeting
182 | plugin_pimcore_perspectiveeditor_menu_settings_hidden: Hide Settings Menu
183 | plugin_pimcore_perspectiveeditor_menu_settings_items_adminTranslations: Admin Translations
184 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_hidden: Hide Cache Menu
185 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearAll: Cache >
186 | Clear All
187 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearData: Cache
188 | > Data Cache
189 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearOutput: Cache
190 | > Clear Full Page Cache
191 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearSymfony: Cache
192 | > Clean Symfony Cache
193 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearTemp: Cache
194 | > Clear temporary files
195 | plugin_pimcore_perspectiveeditor_menu_settings_items_customReports: Custom Reports
196 | plugin_pimcore_perspectiveeditor_menu_settings_items_documentTypes: Document Types
197 | plugin_pimcore_perspectiveeditor_menu_settings_items_marketingReports: Marketing Reports
198 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_hidden: Hide Data Objects
199 | Menu
200 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_bulkExport: Data
201 | Objects > Bulk Export
202 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_bulkImport: Data
203 | Objects > Bulk Import
204 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_classes: Data Objects
205 | > Classes
206 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_classificationstore: Data
207 | Objects > Classification Store
208 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_fieldcollections: Data
209 | Objects > Field Collections
210 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_objectbricks: Data
211 | Objects > Object Bricks
212 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_quantityValue: Data
213 | Objects > Quantity Value
214 | plugin_pimcore_perspectiveeditor_menu_settings_items_predefinedMetadata: Predefined
215 | Metadata
216 | plugin_pimcore_perspectiveeditor_menu_settings_items_predefinedProperties: Predefined
217 | Properties
218 | plugin_pimcore_perspectiveeditor_menu_settings_items_routes: Static Routes
219 | plugin_pimcore_perspectiveeditor_menu_settings_items_system: System Settings
220 | plugin_pimcore_perspectiveeditor_menu_settings_items_tagConfiguration: Tag Configuration
221 | plugin_pimcore_perspectiveeditor_menu_settings_items_thumbnails: Thumbnails
222 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_hidden: Hide Users/Roles
223 | Menu
224 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_items_roles: Roles
225 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_items_users: Users
226 | plugin_pimcore_perspectiveeditor_menu_settings_items_web2print: Web-to-Print Settings
227 | plugin_pimcore_perspectiveeditor_menu_settings_items_website: Website Settings
228 | plugin_pimcore_perspectiveeditor_menu_settings_items_perspectiveEditor: Perspective
229 | Editor
230 | plugin_pimcore_perspectiveeditor_menu_search_hidden: Hide Search Menu
231 | plugin_pimcore_perspectiveeditor_menu_search_items_assets: Assets
232 | plugin_pimcore_perspectiveeditor_menu_search_items_documents: Documents
233 | plugin_pimcore_perspectiveeditor_menu_search_items_objects: Objects
234 | plugin_pimcore_perspectiveeditor_menu_search_items_quickSearch: Quick Search
235 | plugin_pimcore_perspectiveeditor_datahub: Data-Hub
236 | plugin_pimcore_perspectiveeditor_menu_datahub_hidden: Hide Data-Hub
237 | ...
238 |
--------------------------------------------------------------------------------
/src/Resources/translations/admin.cs.yml:
--------------------------------------------------------------------------------
1 | ---
2 | plugin_pimcore_perspectiveeditor_perspective_view_editor: Perspectives / Views
3 | plugin_pimcore_perspectiveeditor_no_unique_treeelements: Element tree elements may
4 | contain a maximum of one type of document, asset and data object
5 | perspective_editor: Perspective Editor
6 | perspective_editor_view_edit: Perspective Editor View Editing
7 | plugin_pimcore_perspectiveeditor_perspective_editor: Perspective Editor
8 | plugin_pimcore_perspectiveeditor_available_perspectives: Available Perspectives
9 | plugin_pimcore_perspectiveeditor_add_perspective: Add Perspective
10 | plugin_pimcore_perspectiveeditor_new_perspective: New Perspective
11 | plugin_pimcore_perspectiveeditor_icon: Icon
12 | plugin_pimcore_perspectiveeditor_elementTree: Element Tree
13 | plugin_pimcore_perspectiveeditor_elementTreeLeft: Element Tree Left
14 | plugin_pimcore_perspectiveeditor_elementTreeRight: Element Tree Right
15 | plugin_pimcore_perspectiveeditor_dashboard: Dashboard
16 | plugin_pimcore_perspectiveeditor_toolbar: Toolbar
17 | plugin_pimcore_perspectiveeditor_are_you_sure: Are you sure?
18 | plugin_pimcore_perspectiveeditor_confirm_reload: Confirm reload
19 | plugin_pimcore_perspectiveeditor_confirm_delete: Confirm delete
20 | plugin_pimcore_perspectiveeditor_perspective_rename: Rename Perspective
21 | plugin_pimcore_perspectiveeditor_add: Add
22 | plugin_pimcore_perspectiveeditor_remove: Remove
23 | plugin_pimcore_perspectiveeditor_reload: Reload
24 | plugin_pimcore_perspectiveeditor_rename: Rename
25 | plugin_pimcore_perspectiveeditor_new_dashboard_definition: New Dashboard Definition
26 | plugin_pimcore_perspectiveeditor_toolbar_access: Toolbar Access
27 | plugin_pimcore_perspectiveeditor_file: File
28 | plugin_pimcore_perspectiveeditor_extras: Extras
29 | plugin_pimcore_perspectiveeditor_marketing: Marketing
30 | plugin_pimcore_perspectiveeditor_settings: Settings
31 | plugin_pimcore_perspectiveeditor_search: Search
32 | plugin_pimcore_perspectiveeditor_select_empty: None selected
33 | plugin_pimcore_perspectiveeditor_dashboard_assignment: Dashboard Assignment
34 | plugin_pimcore_perspectiveeditor_left_column: Left Column
35 | plugin_pimcore_perspectiveeditor_right_column: Right Column
36 | plugin_pimcore_perspectiveeditor_left: Left
37 | plugin_pimcore_perspectiveeditor_right: Right
38 | plugin_pimcore_perspectiveeditor_dashboard_forbidden: Forbidden Dashboards
39 | plugin_pimcore_perspectiveeditor_custom_view: Custom View
40 | plugin_pimcore_perspectiveeditor_document: Document
41 | plugin_pimcore_perspectiveeditor_contextmenu: Contextmenu
42 | plugin_pimcore_perspectiveeditor_tree_element_selection: Element Tree Settings
43 | plugin_pimcore_perspectiveeditor_position: Position
44 | plugin_pimcore_perspectiveeditor_sort: Sorting
45 | plugin_pimcore_perspectiveeditor_view_type: Element Type
46 | plugin_pimcore_perspectiveeditor_icon_selection: Icon Selection
47 | plugin_pimcore_perspectiveeditor_view_expanded: Expanded
48 | plugin_pimcore_perspectiveeditor_view_hidden: Hidden
49 | plugin_pimcore_perspectiveeditor_view_editor: View Editor
50 | plugin_pimcore_perspectiveeditor_views: Views
51 | plugin_pimcore_perspectiveeditor_all_content_will_be_lost: All content will be lost
52 | plugin_pimcore_perspectiveeditor_add_view: Add View
53 | plugin_pimcore_perspectiveeditor_new_view: New View
54 | plugin_pimcore_perspectiveeditor_name: Name
55 | plugin_pimcore_perspectiveeditor_view_selection: View Settings
56 | plugin_pimcore_perspectiveeditor_type: Type
57 | plugin_pimcore_perspectiveeditor_rootfolder: Root Folder
58 | plugin_pimcore_perspectiveeditor_show_root: Show Root
59 | plugin_pimcore_perspectiveeditor_allowed_classes: Allow Objects
60 | plugin_pimcore_perspectiveeditor_allowed_types_hint: (empty = allow all)
61 | plugin_pimcore_perspectiveeditor_asset: Asset
62 | plugin_pimcore_perspectiveeditor_object: Object
63 | plugin_pimcore_perspectiveeditor_sql: SQL
64 | plugin_pimcore_perspectiveeditor_sql_having: Having Statement
65 | plugin_pimcore_perspectiveeditor_sql_where: Where Statement
66 | plugin_pimcore_perspectiveeditor_view_default_positioning: Default Positioning
67 | plugin_pimcore_perspectiveeditor_document_items_add: Add
68 | plugin_pimcore_perspectiveeditor_document_items_addEmail: Add E-Mail
69 | plugin_pimcore_perspectiveeditor_document_items_addFolder: Add Folder
70 | plugin_pimcore_perspectiveeditor_document_items_addHardlink: Add Hardlink
71 | plugin_pimcore_perspectiveeditor_document_items_addLink: Add Link
72 | plugin_pimcore_perspectiveeditor_document_items_addNewsletter: Add Newsletter
73 | plugin_pimcore_perspectiveeditor_document_items_addPrintPage: Add PrintPage
74 | plugin_pimcore_perspectiveeditor_document_items_addSnippet: Add Snippet
75 | plugin_pimcore_perspectiveeditor_document_items_convert: Convert
76 | plugin_pimcore_perspectiveeditor_document_items_copy: Copy
77 | plugin_pimcore_perspectiveeditor_document_items_cut: Cut
78 | plugin_pimcore_perspectiveeditor_document_items_delete: Delete
79 | plugin_pimcore_perspectiveeditor_document_items_editSite: Edit Site
80 | plugin_pimcore_perspectiveeditor_document_items_lock: Lock
81 | plugin_pimcore_perspectiveeditor_document_items_lockAndPropagate: Lock and Propagate
82 | plugin_pimcore_perspectiveeditor_document_items_open: Open
83 | plugin_pimcore_perspectiveeditor_document_items_paste: Paste
84 | plugin_pimcore_perspectiveeditor_document_items_pasteCut: Paste Cut
85 | plugin_pimcore_perspectiveeditor_document_items_publish: Publish
86 | plugin_pimcore_perspectiveeditor_document_items_reload: Reload
87 | plugin_pimcore_perspectiveeditor_document_items_removeSite: Remove Site
88 | plugin_pimcore_perspectiveeditor_document_items_rename: Rename
89 | plugin_pimcore_perspectiveeditor_document_items_searchAndMove: Search and Move
90 | plugin_pimcore_perspectiveeditor_document_items_unlock: Unlock
91 | plugin_pimcore_perspectiveeditor_document_items_unlockAndPropagate: Unlock and Propagate
92 | plugin_pimcore_perspectiveeditor_document_items_unpublish: Unpublish
93 | plugin_pimcore_perspectiveeditor_document_items_useAsSite: Use As Site
94 | plugin_pimcore_perspectiveeditor_asset_items_add_hidden: Hide Add Menu
95 | plugin_pimcore_perspectiveeditor_asset_items_add_items_importFromServer: Add > Import
96 | from Server
97 | plugin_pimcore_perspectiveeditor_asset_items_add_items_upload: Add > Upload
98 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadCompatibility: Add >
99 | Upload Compatibility
100 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadFromUrl: Add > Upload
101 | from URL
102 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadZip: Add > Upload Zip
103 | plugin_pimcore_perspectiveeditor_asset_items_addFolder: Add Folder
104 | plugin_pimcore_perspectiveeditor_asset_items_copy: Copy
105 | plugin_pimcore_perspectiveeditor_asset_items_cut: Cut
106 | plugin_pimcore_perspectiveeditor_asset_items_delete: Delete
107 | plugin_pimcore_perspectiveeditor_asset_items_lock: Lock
108 | plugin_pimcore_perspectiveeditor_asset_items_lockAndPropagate: Lock an Propagate
109 | plugin_pimcore_perspectiveeditor_asset_items_paste: Paste
110 | plugin_pimcore_perspectiveeditor_asset_items_pasteCut: Paste Cut
111 | plugin_pimcore_perspectiveeditor_asset_items_reload: Reload
112 | plugin_pimcore_perspectiveeditor_asset_items_rename: Rename
113 | plugin_pimcore_perspectiveeditor_asset_items_searchAndMove: Search and Move
114 | plugin_pimcore_perspectiveeditor_asset_items_unlock: Unlock
115 | plugin_pimcore_perspectiveeditor_asset_items_unlockAndPropagate: Unlock and Propagate
116 | plugin_pimcore_perspectiveeditor_object_items_add: Add
117 | plugin_pimcore_perspectiveeditor_object_items_addFolder: Add Folder
118 | plugin_pimcore_perspectiveeditor_object_items_changeChildrenSortBy: Change Children
119 | SortBy
120 | plugin_pimcore_perspectiveeditor_object_items_copy: Copy
121 | plugin_pimcore_perspectiveeditor_object_items_cut: Cut
122 | plugin_pimcore_perspectiveeditor_object_items_delete: Delete
123 | plugin_pimcore_perspectiveeditor_object_items_importCsv: Import CSV
124 | plugin_pimcore_perspectiveeditor_object_items_lock: Lock
125 | plugin_pimcore_perspectiveeditor_object_items_lockAndPropagate: Lock and Propagate
126 | plugin_pimcore_perspectiveeditor_object_items_paste: Paste
127 | plugin_pimcore_perspectiveeditor_object_items_publish: Publish
128 | plugin_pimcore_perspectiveeditor_object_items_reload: Reload
129 | plugin_pimcore_perspectiveeditor_object_items_rename: Rename
130 | plugin_pimcore_perspectiveeditor_object_items_searchAndMove: Search and Move
131 | plugin_pimcore_perspectiveeditor_object_items_unlock: Unlock
132 | plugin_pimcore_perspectiveeditor_object_items_unlockAndPropagate: Unlock and Propagate
133 | plugin_pimcore_perspectiveeditor_object_items_unpublish: Unpublish
134 | plugin_pimcore_perspectiveeditor_menu_file_hidden: Hide File Menu
135 | plugin_pimcore_perspectiveeditor_menu_file_items_about: About
136 | plugin_pimcore_perspectiveeditor_menu_file_items_closeAll: Close All
137 | plugin_pimcore_perspectiveeditor_menu_file_items_dashboards: Dashboards
138 | plugin_pimcore_perspectiveeditor_menu_file_items_help: Help
139 | plugin_pimcore_perspectiveeditor_menu_file_items_openAsset: Open Asset
140 | plugin_pimcore_perspectiveeditor_menu_file_items_openDocument: Open Document
141 | plugin_pimcore_perspectiveeditor_menu_file_items_openObject: Open Object
142 | plugin_pimcore_perspectiveeditor_menu_file_items_perspectives: Perspectives
143 | plugin_pimcore_perspectiveeditor_menu_file_items_schedule: Schedule
144 | plugin_pimcore_perspectiveeditor_menu_file_items_searchReplace: Search and Replace
145 | plugin_pimcore_perspectiveeditor_menu_file_items_seemode: Seemode
146 | plugin_pimcore_perspectiveeditor_menu_extras_hidden: Hide Extras Menu
147 | plugin_pimcore_perspectiveeditor_menu_extras_items_applicationlog: Application Log
148 | plugin_pimcore_perspectiveeditor_menu_extras_items_emails: E-Mails
149 | plugin_pimcore_perspectiveeditor_menu_extras_items_gdpr_data_extractor: GDPR Extractor
150 | plugin_pimcore_perspectiveeditor_menu_extras_items_glossary: Glossary
151 | plugin_pimcore_perspectiveeditor_menu_extras_items_maintenance: Maintenance
152 | plugin_pimcore_perspectiveeditor_menu_extras_items_notesEvents: Notes & Events
153 | plugin_pimcore_perspectiveeditor_menu_extras_items_plugins: Bundles
154 | plugin_pimcore_perspectiveeditor_menu_extras_items_recyclebin: Recyclebin
155 | plugin_pimcore_perspectiveeditor_menu_extras_items_redirects: Redirects
156 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_hidden: Hide Systemtools
157 | Menu
158 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_database: Database
159 | Administration
160 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_fileexplorer: Server
161 | File Explorer
162 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_opcache: PHP
163 | OPcache Status
164 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_phpinfo: PHP
165 | Info
166 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_requirements: System-Requirements
167 | Check
168 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_serverinfo: Server
169 | Info
170 | plugin_pimcore_perspectiveeditor_menu_extras_items_translations: Translations
171 | plugin_pimcore_perspectiveeditor_menu_marketing_hidden: Hide Markeing Menu
172 | plugin_pimcore_perspectiveeditor_menu_marketing_items_reports: Reports
173 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_hidden: Hide SEO Menu
174 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_documents: SEO Document
175 | Editor
176 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_httperrors: HTTP Errors
177 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_robots: Robots.txt
178 | plugin_pimcore_perspectiveeditor_menu_marketing_items_tagmanagement: Tag & Snippet
179 | Management
180 | plugin_pimcore_perspectiveeditor_menu_marketing_items_targeting: Personalization /
181 | Targeting
182 | plugin_pimcore_perspectiveeditor_menu_settings_hidden: Hide Settings Menu
183 | plugin_pimcore_perspectiveeditor_menu_settings_items_adminTranslations: Admin Translations
184 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_hidden: Hide Cache Menu
185 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearAll: Cache >
186 | Clear All
187 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearData: Cache
188 | > Data Cache
189 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearOutput: Cache
190 | > Clear Full Page Cache
191 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearSymfony: Cache
192 | > Clean Symfony Cache
193 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearTemp: Cache
194 | > Clear temporary files
195 | plugin_pimcore_perspectiveeditor_menu_settings_items_customReports: Custom Reports
196 | plugin_pimcore_perspectiveeditor_menu_settings_items_documentTypes: Document Types
197 | plugin_pimcore_perspectiveeditor_menu_settings_items_marketingReports: Marketing Reports
198 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_hidden: Hide Data Objects
199 | Menu
200 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_bulkExport: Data
201 | Objects > Bulk Export
202 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_bulkImport: Data
203 | Objects > Bulk Import
204 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_classes: Data Objects
205 | > Classes
206 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_classificationstore: Data
207 | Objects > Classification Store
208 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_fieldcollections: Data
209 | Objects > Field Collections
210 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_objectbricks: Data
211 | Objects > Object Bricks
212 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_quantityValue: Data
213 | Objects > Quantity Value
214 | plugin_pimcore_perspectiveeditor_menu_settings_items_predefinedMetadata: Predefined
215 | Metadata
216 | plugin_pimcore_perspectiveeditor_menu_settings_items_predefinedProperties: Predefined
217 | Properties
218 | plugin_pimcore_perspectiveeditor_menu_settings_items_routes: Static Routes
219 | plugin_pimcore_perspectiveeditor_menu_settings_items_system: System Settings
220 | plugin_pimcore_perspectiveeditor_menu_settings_items_tagConfiguration: Tag Configuration
221 | plugin_pimcore_perspectiveeditor_menu_settings_items_thumbnails: Thumbnails
222 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_hidden: Hide Users/Roles
223 | Menu
224 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_items_roles: Roles
225 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_items_users: Users
226 | plugin_pimcore_perspectiveeditor_menu_settings_items_web2print: Web-to-Print Settings
227 | plugin_pimcore_perspectiveeditor_menu_settings_items_website: Website Settings
228 | plugin_pimcore_perspectiveeditor_menu_settings_items_perspectiveEditor: Perspective
229 | Editor
230 | plugin_pimcore_perspectiveeditor_menu_search_hidden: Hide Search Menu
231 | plugin_pimcore_perspectiveeditor_menu_search_items_assets: Assets
232 | plugin_pimcore_perspectiveeditor_menu_search_items_documents: Documents
233 | plugin_pimcore_perspectiveeditor_menu_search_items_objects: Objects
234 | plugin_pimcore_perspectiveeditor_menu_search_items_quickSearch: Quick Search
235 | plugin_pimcore_perspectiveeditor_datahub: Data-Hub
236 | plugin_pimcore_perspectiveeditor_menu_datahub_hidden: Hide Data-Hub
237 | ...
238 |
--------------------------------------------------------------------------------
/src/Resources/translations/admin.en.yml:
--------------------------------------------------------------------------------
1 | plugin_pimcore_perspectiveeditor_perspective_view_editor: "Perspectives / Views"
2 | plugin_pimcore_perspectiveeditor_no_unique_treeelements: "Element tree elements may contain a maximum of one type of document, asset and data object"
3 |
4 | perspective_editor: "Perspective Editor"
5 | perspective_editor_view_edit: "Perspective Editor View Editing"
6 | plugin_pimcore_perspectiveeditor_perspective_editor: "Perspective Editor"
7 | plugin_pimcore_perspectiveeditor_available_perspectives: "Available Perspectives"
8 | plugin_pimcore_perspectiveeditor_add_perspective: "Add Perspective"
9 | plugin_pimcore_perspectiveeditor_new_perspective: "New Perspective"
10 | plugin_pimcore_perspectiveeditor_icon: "Icon"
11 | plugin_pimcore_perspectiveeditor_elementTree: "Element Tree"
12 | plugin_pimcore_perspectiveeditor_elementTreeLeft: "Element Tree Left"
13 | plugin_pimcore_perspectiveeditor_elementTreeRight: "Element Tree Right"
14 | plugin_pimcore_perspectiveeditor_dashboard: "Dashboard"
15 | plugin_pimcore_perspectiveeditor_toolbar: "Toolbar"
16 | plugin_pimcore_perspectiveeditor_are_you_sure: "Are you sure?"
17 | plugin_pimcore_perspectiveeditor_confirm_reload: "Confirm reload"
18 | plugin_pimcore_perspectiveeditor_confirm_delete: "Confirm delete"
19 | plugin_pimcore_perspectiveeditor_perspective_rename: "Rename Perspective"
20 | plugin_pimcore_perspectiveeditor_add: "Add"
21 | plugin_pimcore_perspectiveeditor_remove: "Remove"
22 | plugin_pimcore_perspectiveeditor_reload: "Reload"
23 | plugin_pimcore_perspectiveeditor_rename: "Rename"
24 | plugin_pimcore_perspectiveeditor_new_dashboard_definition: "New Dashboard Definition"
25 | plugin_pimcore_perspectiveeditor_toolbar_access: "Toolbar Access"
26 | plugin_pimcore_perspectiveeditor_file: "File"
27 | plugin_pimcore_perspectiveeditor_extras: "Extras"
28 | plugin_pimcore_perspectiveeditor_marketing: "Marketing"
29 | plugin_pimcore_perspectiveeditor_settings: "Settings"
30 | plugin_pimcore_perspectiveeditor_search: "Search"
31 | plugin_pimcore_perspectiveeditor_select_empty: "None selected"
32 | plugin_pimcore_perspectiveeditor_dashboard_assignment: "Dashboard Assignment"
33 | plugin_pimcore_perspectiveeditor_left_column: "Left Column"
34 | plugin_pimcore_perspectiveeditor_right_column: "Right Column"
35 | plugin_pimcore_perspectiveeditor_left: "Left"
36 | plugin_pimcore_perspectiveeditor_right: "Right"
37 | plugin_pimcore_perspectiveeditor_dashboard_forbidden: "Forbidden Dashboards"
38 | plugin_pimcore_perspectiveeditor_custom_view: "Custom View"
39 | plugin_pimcore_perspectiveeditor_document: "Document"
40 | plugin_pimcore_perspectiveeditor_contextmenu: "Contextmenu"
41 | plugin_pimcore_perspectiveeditor_tree_element_selection: "Element Tree Settings"
42 | plugin_pimcore_perspectiveeditor_position: "Position"
43 | plugin_pimcore_perspectiveeditor_sort: "Sorting"
44 | plugin_pimcore_perspectiveeditor_view_type: "Element Type"
45 | plugin_pimcore_perspectiveeditor_icon_selection: "Icon Selection"
46 | plugin_pimcore_perspectiveeditor_view_expanded: "Expanded"
47 | plugin_pimcore_perspectiveeditor_view_hidden: "Hidden"
48 | plugin_pimcore_perspectiveeditor_view_editor: "View Editor"
49 | plugin_pimcore_perspectiveeditor_views: "Views"
50 | plugin_pimcore_perspectiveeditor_all_content_will_be_lost: "All content will be lost"
51 | plugin_pimcore_perspectiveeditor_add_view: "Add View"
52 | plugin_pimcore_perspectiveeditor_new_view: "New View"
53 | plugin_pimcore_perspectiveeditor_name: "Name"
54 | plugin_pimcore_perspectiveeditor_view_selection: "View Settings"
55 | plugin_pimcore_perspectiveeditor_type: "Type"
56 | plugin_pimcore_perspectiveeditor_rootfolder: "Root Folder"
57 | plugin_pimcore_perspectiveeditor_show_root: "Show Root"
58 | plugin_pimcore_perspectiveeditor_allowed_classes: "Allow Objects"
59 | plugin_pimcore_perspectiveeditor_allowed_types_hint: "(empty = allow all)"
60 | plugin_pimcore_perspectiveeditor_asset: "Asset"
61 | plugin_pimcore_perspectiveeditor_object: "Object"
62 | plugin_pimcore_perspectiveeditor_sql: "SQL"
63 | plugin_pimcore_perspectiveeditor_sql_having: "Having Statement"
64 | plugin_pimcore_perspectiveeditor_sql_where: "Where Statement"
65 | plugin_pimcore_perspectiveeditor_view_default_positioning: "Default Positioning"
66 |
67 | plugin_pimcore_perspectiveeditor_document_items_add: "Add"
68 | plugin_pimcore_perspectiveeditor_document_items_addBlankDocument: "Add Page > Blank"
69 | plugin_pimcore_perspectiveeditor_document_items_addEmail: "Add E-Mail"
70 | plugin_pimcore_perspectiveeditor_document_items_addBlankEmail: "Add E-Mail > Blank"
71 | plugin_pimcore_perspectiveeditor_document_items_addFolder: "Add Folder"
72 | plugin_pimcore_perspectiveeditor_document_items_addHardlink: "Add Hardlink"
73 | plugin_pimcore_perspectiveeditor_document_items_addLink: "Add Link"
74 | plugin_pimcore_perspectiveeditor_document_items_addSnippet: "Add Snippet"
75 | plugin_pimcore_perspectiveeditor_document_items_addBlankSnippet: "Add Snippet > Blank"
76 | plugin_pimcore_perspectiveeditor_document_items_convert: "Convert"
77 | plugin_pimcore_perspectiveeditor_document_items_copy: "Copy"
78 | plugin_pimcore_perspectiveeditor_document_items_cut: "Cut"
79 | plugin_pimcore_perspectiveeditor_document_items_delete: "Delete"
80 | plugin_pimcore_perspectiveeditor_document_items_editSite: "Edit Site"
81 | plugin_pimcore_perspectiveeditor_document_items_lock: "Lock"
82 | plugin_pimcore_perspectiveeditor_document_items_lockAndPropagate: "Lock and Propagate"
83 | plugin_pimcore_perspectiveeditor_document_items_open: "Open"
84 | plugin_pimcore_perspectiveeditor_document_items_paste: "Paste"
85 | plugin_pimcore_perspectiveeditor_document_items_pasteCut: "Paste Cut"
86 | plugin_pimcore_perspectiveeditor_document_items_publish: "Publish"
87 | plugin_pimcore_perspectiveeditor_document_items_reload: "Reload"
88 | plugin_pimcore_perspectiveeditor_document_items_removeSite: "Remove Site"
89 | plugin_pimcore_perspectiveeditor_document_items_rename: "Rename"
90 | plugin_pimcore_perspectiveeditor_document_items_searchAndMove: "Search and Move"
91 | plugin_pimcore_perspectiveeditor_document_items_unlock: "Unlock"
92 | plugin_pimcore_perspectiveeditor_document_items_unlockAndPropagate: "Unlock and Propagate"
93 | plugin_pimcore_perspectiveeditor_document_items_unpublish: "Unpublish"
94 | plugin_pimcore_perspectiveeditor_document_items_useAsSite: "Use As Site"
95 |
96 | plugin_pimcore_perspectiveeditor_asset_items_add_hidden: "Hide Add Menu"
97 | plugin_pimcore_perspectiveeditor_asset_items_add_items_importFromServer: "Add > Import from Server"
98 | plugin_pimcore_perspectiveeditor_asset_items_add_items_upload: "Add > Upload"
99 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadCompatibility: "Add > Upload Compatibility"
100 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadFromUrl: "Add > Upload from URL"
101 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadZip: "Add > Upload Zip"
102 | plugin_pimcore_perspectiveeditor_asset_items_addFolder: "Add Folder"
103 | plugin_pimcore_perspectiveeditor_asset_items_copy: "Copy"
104 | plugin_pimcore_perspectiveeditor_asset_items_cut: "Cut"
105 | plugin_pimcore_perspectiveeditor_asset_items_delete: "Delete"
106 | plugin_pimcore_perspectiveeditor_asset_items_lock: "Lock"
107 | plugin_pimcore_perspectiveeditor_asset_items_lockAndPropagate: "Lock an Propagate"
108 | plugin_pimcore_perspectiveeditor_asset_items_paste: "Paste"
109 | plugin_pimcore_perspectiveeditor_asset_items_pasteCut: "Paste Cut"
110 | plugin_pimcore_perspectiveeditor_asset_items_reload: "Reload"
111 | plugin_pimcore_perspectiveeditor_asset_items_rename: "Rename"
112 | plugin_pimcore_perspectiveeditor_asset_items_searchAndMove: "Search and Move"
113 | plugin_pimcore_perspectiveeditor_asset_items_unlock: "Unlock"
114 | plugin_pimcore_perspectiveeditor_asset_items_unlockAndPropagate: "Unlock and Propagate"
115 |
116 | plugin_pimcore_perspectiveeditor_object_items_add: "Add"
117 | plugin_pimcore_perspectiveeditor_object_items_addFolder: "Add Folder"
118 | plugin_pimcore_perspectiveeditor_object_items_changeChildrenSortBy: "Change Children SortBy"
119 | plugin_pimcore_perspectiveeditor_object_items_copy: "Copy"
120 | plugin_pimcore_perspectiveeditor_object_items_cut: "Cut"
121 | plugin_pimcore_perspectiveeditor_object_items_delete: "Delete"
122 | plugin_pimcore_perspectiveeditor_object_items_importCsv: "Import CSV"
123 | plugin_pimcore_perspectiveeditor_object_items_lock: "Lock"
124 | plugin_pimcore_perspectiveeditor_object_items_lockAndPropagate: "Lock and Propagate"
125 | plugin_pimcore_perspectiveeditor_object_items_paste: "Paste"
126 | plugin_pimcore_perspectiveeditor_object_items_publish: "Publish"
127 | plugin_pimcore_perspectiveeditor_object_items_reload: "Reload"
128 | plugin_pimcore_perspectiveeditor_object_items_rename: "Rename"
129 | plugin_pimcore_perspectiveeditor_object_items_searchAndMove: "Search and Move"
130 | plugin_pimcore_perspectiveeditor_object_items_unlock: "Unlock"
131 | plugin_pimcore_perspectiveeditor_object_items_unlockAndPropagate: "Unlock and Propagate"
132 | plugin_pimcore_perspectiveeditor_object_items_unpublish: "Unpublish"
133 |
134 | plugin_pimcore_perspectiveeditor_menu_file_hidden: "Hide File Menu"
135 | plugin_pimcore_perspectiveeditor_menu_file_items_about: "About"
136 | plugin_pimcore_perspectiveeditor_menu_file_items_closeAll: "Close All"
137 | plugin_pimcore_perspectiveeditor_menu_file_items_dashboards: "Dashboards"
138 | plugin_pimcore_perspectiveeditor_menu_file_items_help: "Help"
139 | plugin_pimcore_perspectiveeditor_menu_file_items_openAsset: "Open Asset"
140 | plugin_pimcore_perspectiveeditor_menu_file_items_openDocument: "Open Document"
141 | plugin_pimcore_perspectiveeditor_menu_file_items_openObject: "Open Object"
142 | plugin_pimcore_perspectiveeditor_menu_file_items_perspectives: "Perspectives"
143 | plugin_pimcore_perspectiveeditor_menu_file_items_schedule: "Schedule"
144 | plugin_pimcore_perspectiveeditor_menu_file_items_searchReplace: "Search and Replace"
145 | plugin_pimcore_perspectiveeditor_menu_file_items_seemode: "Seemode"
146 |
147 | plugin_pimcore_perspectiveeditor_menu_extras_hidden: "Hide Extras Menu"
148 | plugin_pimcore_perspectiveeditor_menu_extras_items_applicationlog: "Application Log"
149 | plugin_pimcore_perspectiveeditor_menu_extras_items_emails: "E-Mails"
150 | plugin_pimcore_perspectiveeditor_menu_extras_items_gdpr_data_extractor: "GDPR Extractor"
151 | plugin_pimcore_perspectiveeditor_menu_extras_items_glossary: "Glossary"
152 | plugin_pimcore_perspectiveeditor_menu_extras_items_maintenance: "Maintenance"
153 | plugin_pimcore_perspectiveeditor_menu_extras_items_notesEvents: "Notes & Events"
154 | plugin_pimcore_perspectiveeditor_menu_extras_items_plugins: "Bundles"
155 | plugin_pimcore_perspectiveeditor_menu_extras_items_recyclebin: "Recyclebin"
156 | plugin_pimcore_perspectiveeditor_menu_extras_items_redirects: "Redirects"
157 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_hidden: "Hide Systemtools Menu"
158 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_requirements: "System-Requirements Check"
159 | plugin_pimcore_perspectiveeditor_menu_extras_items_translations: "Translations"
160 | plugin_pimcore_perspectiveeditor_menu_marketing_hidden: "Hide Markeing Menu"
161 | plugin_pimcore_perspectiveeditor_menu_marketing_items_reports: "Reports"
162 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_hidden: "Hide SEO Menu"
163 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_documents: "SEO Document Editor"
164 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_httperrors: "HTTP Errors"
165 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_robots: "Robots.txt"
166 | plugin_pimcore_perspectiveeditor_menu_marketing_items_tagmanagement: "Tag & Snippet Management"
167 | plugin_pimcore_perspectiveeditor_menu_marketing_items_targeting: "Personalization / Targeting"
168 | plugin_pimcore_perspectiveeditor_menu_settings_hidden: "Hide Settings Menu"
169 | plugin_pimcore_perspectiveeditor_menu_settings_items_adminTranslations: "Admin Translations"
170 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_hidden: "Hide Cache Menu"
171 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearAll: "Cache > Clear All"
172 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearData: "Cache > Data Cache"
173 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearOutput: "Cache > Clear Full Page Cache"
174 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearSymfony: "Cache > Clean Symfony Cache"
175 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearTemp: "Cache > Clear temporary files"
176 | plugin_pimcore_perspectiveeditor_menu_settings_items_customReports: "Custom Reports"
177 | plugin_pimcore_perspectiveeditor_menu_settings_items_documentTypes: "Document Types"
178 | plugin_pimcore_perspectiveeditor_menu_settings_items_marketingReports: "Marketing Reports"
179 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_hidden: "Hide Data Objects Menu"
180 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_bulkExport: "Data Objects > Bulk Export"
181 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_bulkImport: "Data Objects > Bulk Import"
182 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_classes: "Data Objects > Classes"
183 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_classificationstore: "Data Objects > Classification Store"
184 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_fieldcollections: "Data Objects > Field Collections"
185 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_objectbricks: "Data Objects > Object Bricks"
186 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_quantityValue: "Data Objects > Quantity Value"
187 | plugin_pimcore_perspectiveeditor_menu_settings_items_predefinedMetadata: "Predefined Metadata"
188 | plugin_pimcore_perspectiveeditor_menu_settings_items_predefinedProperties: "Predefined Properties"
189 | plugin_pimcore_perspectiveeditor_menu_settings_items_routes: "Static Routes"
190 | plugin_pimcore_perspectiveeditor_menu_settings_items_system: "System Settings"
191 | plugin_pimcore_perspectiveeditor_menu_settings_items_tagConfiguration: "Tag Configuration"
192 | plugin_pimcore_perspectiveeditor_menu_settings_items_thumbnails: "Thumbnails"
193 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_hidden: "Hide Users/Roles Menu"
194 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_items_roles: "Roles"
195 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_items_users: "Users"
196 | plugin_pimcore_perspectiveeditor_menu_settings_items_website: "Website Settings"
197 | plugin_pimcore_perspectiveeditor_menu_settings_items_perspectiveEditor: "Perspective Editor"
198 | plugin_pimcore_perspectiveeditor_menu_search_hidden: "Hide Search Menu"
199 | plugin_pimcore_perspectiveeditor_menu_search_items_assets: "Assets"
200 | plugin_pimcore_perspectiveeditor_menu_search_items_documents: "Documents"
201 | plugin_pimcore_perspectiveeditor_menu_search_items_objects: "Objects"
202 | plugin_pimcore_perspectiveeditor_menu_search_items_quickSearch: "Quick Search"
203 | plugin_pimcore_perspectiveeditor_datahub: "Data-Hub"
204 | plugin_pimcore_perspectiveeditor_menu_datahub_hidden: "Hide Data-Hub"
--------------------------------------------------------------------------------
/src/Resources/translations/admin.es.yml:
--------------------------------------------------------------------------------
1 | ---
2 | plugin_pimcore_perspectiveeditor_perspective_view_editor: Perspectives / Views
3 | plugin_pimcore_perspectiveeditor_no_unique_treeelements: Element tree elements may
4 | contain a maximum of one type of document, asset and data object
5 | perspective_editor: Perspective Editor
6 | perspective_editor_view_edit: Perspective Editor View Editing
7 | plugin_pimcore_perspectiveeditor_perspective_editor: Perspective Editor
8 | plugin_pimcore_perspectiveeditor_available_perspectives: Available Perspectives
9 | plugin_pimcore_perspectiveeditor_add_perspective: Add Perspective
10 | plugin_pimcore_perspectiveeditor_new_perspective: New Perspective
11 | plugin_pimcore_perspectiveeditor_icon: Icon
12 | plugin_pimcore_perspectiveeditor_elementTree: Element Tree
13 | plugin_pimcore_perspectiveeditor_elementTreeLeft: Element Tree Left
14 | plugin_pimcore_perspectiveeditor_elementTreeRight: Element Tree Right
15 | plugin_pimcore_perspectiveeditor_dashboard: Dashboard
16 | plugin_pimcore_perspectiveeditor_toolbar: Toolbar
17 | plugin_pimcore_perspectiveeditor_are_you_sure: Are you sure?
18 | plugin_pimcore_perspectiveeditor_confirm_reload: Confirm reload
19 | plugin_pimcore_perspectiveeditor_confirm_delete: Confirm delete
20 | plugin_pimcore_perspectiveeditor_perspective_rename: Rename Perspective
21 | plugin_pimcore_perspectiveeditor_add: Add
22 | plugin_pimcore_perspectiveeditor_remove: Remove
23 | plugin_pimcore_perspectiveeditor_reload: Reload
24 | plugin_pimcore_perspectiveeditor_rename: Rename
25 | plugin_pimcore_perspectiveeditor_new_dashboard_definition: New Dashboard Definition
26 | plugin_pimcore_perspectiveeditor_toolbar_access: Toolbar Access
27 | plugin_pimcore_perspectiveeditor_file: File
28 | plugin_pimcore_perspectiveeditor_extras: Extras
29 | plugin_pimcore_perspectiveeditor_marketing: Marketing
30 | plugin_pimcore_perspectiveeditor_settings: Settings
31 | plugin_pimcore_perspectiveeditor_search: Search
32 | plugin_pimcore_perspectiveeditor_select_empty: None selected
33 | plugin_pimcore_perspectiveeditor_dashboard_assignment: Dashboard Assignment
34 | plugin_pimcore_perspectiveeditor_left_column: Left Column
35 | plugin_pimcore_perspectiveeditor_right_column: Right Column
36 | plugin_pimcore_perspectiveeditor_left: Left
37 | plugin_pimcore_perspectiveeditor_right: Right
38 | plugin_pimcore_perspectiveeditor_dashboard_forbidden: Forbidden Dashboards
39 | plugin_pimcore_perspectiveeditor_custom_view: Custom View
40 | plugin_pimcore_perspectiveeditor_document: Document
41 | plugin_pimcore_perspectiveeditor_contextmenu: Contextmenu
42 | plugin_pimcore_perspectiveeditor_tree_element_selection: Element Tree Settings
43 | plugin_pimcore_perspectiveeditor_position: Position
44 | plugin_pimcore_perspectiveeditor_sort: Sorting
45 | plugin_pimcore_perspectiveeditor_view_type: Element Type
46 | plugin_pimcore_perspectiveeditor_icon_selection: Icon Selection
47 | plugin_pimcore_perspectiveeditor_view_expanded: Expanded
48 | plugin_pimcore_perspectiveeditor_view_hidden: Hidden
49 | plugin_pimcore_perspectiveeditor_view_editor: View Editor
50 | plugin_pimcore_perspectiveeditor_views: Views
51 | plugin_pimcore_perspectiveeditor_all_content_will_be_lost: All content will be lost
52 | plugin_pimcore_perspectiveeditor_add_view: Add View
53 | plugin_pimcore_perspectiveeditor_new_view: New View
54 | plugin_pimcore_perspectiveeditor_name: Name
55 | plugin_pimcore_perspectiveeditor_view_selection: View Settings
56 | plugin_pimcore_perspectiveeditor_type: Type
57 | plugin_pimcore_perspectiveeditor_rootfolder: Root Folder
58 | plugin_pimcore_perspectiveeditor_show_root: Show Root
59 | plugin_pimcore_perspectiveeditor_allowed_classes: Allow Objects
60 | plugin_pimcore_perspectiveeditor_allowed_types_hint: (empty = allow all)
61 | plugin_pimcore_perspectiveeditor_asset: Asset
62 | plugin_pimcore_perspectiveeditor_object: Object
63 | plugin_pimcore_perspectiveeditor_sql: SQL
64 | plugin_pimcore_perspectiveeditor_sql_having: Having Statement
65 | plugin_pimcore_perspectiveeditor_sql_where: Where Statement
66 | plugin_pimcore_perspectiveeditor_view_default_positioning: Default Positioning
67 | plugin_pimcore_perspectiveeditor_document_items_add: Add
68 | plugin_pimcore_perspectiveeditor_document_items_addEmail: Add E-Mail
69 | plugin_pimcore_perspectiveeditor_document_items_addFolder: Add Folder
70 | plugin_pimcore_perspectiveeditor_document_items_addHardlink: Add Hardlink
71 | plugin_pimcore_perspectiveeditor_document_items_addLink: Add Link
72 | plugin_pimcore_perspectiveeditor_document_items_addNewsletter: Add Newsletter
73 | plugin_pimcore_perspectiveeditor_document_items_addPrintPage: Add PrintPage
74 | plugin_pimcore_perspectiveeditor_document_items_addSnippet: Add Snippet
75 | plugin_pimcore_perspectiveeditor_document_items_convert: Convert
76 | plugin_pimcore_perspectiveeditor_document_items_copy: Copy
77 | plugin_pimcore_perspectiveeditor_document_items_cut: Cut
78 | plugin_pimcore_perspectiveeditor_document_items_delete: Delete
79 | plugin_pimcore_perspectiveeditor_document_items_editSite: Edit Site
80 | plugin_pimcore_perspectiveeditor_document_items_lock: Lock
81 | plugin_pimcore_perspectiveeditor_document_items_lockAndPropagate: Lock and Propagate
82 | plugin_pimcore_perspectiveeditor_document_items_open: Open
83 | plugin_pimcore_perspectiveeditor_document_items_paste: Paste
84 | plugin_pimcore_perspectiveeditor_document_items_pasteCut: Paste Cut
85 | plugin_pimcore_perspectiveeditor_document_items_publish: Publish
86 | plugin_pimcore_perspectiveeditor_document_items_reload: Reload
87 | plugin_pimcore_perspectiveeditor_document_items_removeSite: Remove Site
88 | plugin_pimcore_perspectiveeditor_document_items_rename: Rename
89 | plugin_pimcore_perspectiveeditor_document_items_searchAndMove: Search and Move
90 | plugin_pimcore_perspectiveeditor_document_items_unlock: Unlock
91 | plugin_pimcore_perspectiveeditor_document_items_unlockAndPropagate: Unlock and Propagate
92 | plugin_pimcore_perspectiveeditor_document_items_unpublish: Unpublish
93 | plugin_pimcore_perspectiveeditor_document_items_useAsSite: Use As Site
94 | plugin_pimcore_perspectiveeditor_asset_items_add_hidden: Hide Add Menu
95 | plugin_pimcore_perspectiveeditor_asset_items_add_items_importFromServer: Add > Import
96 | from Server
97 | plugin_pimcore_perspectiveeditor_asset_items_add_items_upload: Add > Upload
98 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadCompatibility: Add >
99 | Upload Compatibility
100 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadFromUrl: Add > Upload
101 | from URL
102 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadZip: Add > Upload Zip
103 | plugin_pimcore_perspectiveeditor_asset_items_addFolder: Add Folder
104 | plugin_pimcore_perspectiveeditor_asset_items_copy: Copy
105 | plugin_pimcore_perspectiveeditor_asset_items_cut: Cut
106 | plugin_pimcore_perspectiveeditor_asset_items_delete: Delete
107 | plugin_pimcore_perspectiveeditor_asset_items_lock: Lock
108 | plugin_pimcore_perspectiveeditor_asset_items_lockAndPropagate: Lock an Propagate
109 | plugin_pimcore_perspectiveeditor_asset_items_paste: Paste
110 | plugin_pimcore_perspectiveeditor_asset_items_pasteCut: Paste Cut
111 | plugin_pimcore_perspectiveeditor_asset_items_reload: Reload
112 | plugin_pimcore_perspectiveeditor_asset_items_rename: Rename
113 | plugin_pimcore_perspectiveeditor_asset_items_searchAndMove: Search and Move
114 | plugin_pimcore_perspectiveeditor_asset_items_unlock: Unlock
115 | plugin_pimcore_perspectiveeditor_asset_items_unlockAndPropagate: Unlock and Propagate
116 | plugin_pimcore_perspectiveeditor_object_items_add: Add
117 | plugin_pimcore_perspectiveeditor_object_items_addFolder: Add Folder
118 | plugin_pimcore_perspectiveeditor_object_items_changeChildrenSortBy: Change Children
119 | SortBy
120 | plugin_pimcore_perspectiveeditor_object_items_copy: Copy
121 | plugin_pimcore_perspectiveeditor_object_items_cut: Cut
122 | plugin_pimcore_perspectiveeditor_object_items_delete: Delete
123 | plugin_pimcore_perspectiveeditor_object_items_importCsv: Import CSV
124 | plugin_pimcore_perspectiveeditor_object_items_lock: Lock
125 | plugin_pimcore_perspectiveeditor_object_items_lockAndPropagate: Lock and Propagate
126 | plugin_pimcore_perspectiveeditor_object_items_paste: Paste
127 | plugin_pimcore_perspectiveeditor_object_items_publish: Publish
128 | plugin_pimcore_perspectiveeditor_object_items_reload: Reload
129 | plugin_pimcore_perspectiveeditor_object_items_rename: Rename
130 | plugin_pimcore_perspectiveeditor_object_items_searchAndMove: Search and Move
131 | plugin_pimcore_perspectiveeditor_object_items_unlock: Unlock
132 | plugin_pimcore_perspectiveeditor_object_items_unlockAndPropagate: Unlock and Propagate
133 | plugin_pimcore_perspectiveeditor_object_items_unpublish: Unpublish
134 | plugin_pimcore_perspectiveeditor_menu_file_hidden: Hide File Menu
135 | plugin_pimcore_perspectiveeditor_menu_file_items_about: About
136 | plugin_pimcore_perspectiveeditor_menu_file_items_closeAll: Close All
137 | plugin_pimcore_perspectiveeditor_menu_file_items_dashboards: Dashboards
138 | plugin_pimcore_perspectiveeditor_menu_file_items_help: Help
139 | plugin_pimcore_perspectiveeditor_menu_file_items_openAsset: Open Asset
140 | plugin_pimcore_perspectiveeditor_menu_file_items_openDocument: Open Document
141 | plugin_pimcore_perspectiveeditor_menu_file_items_openObject: Open Object
142 | plugin_pimcore_perspectiveeditor_menu_file_items_perspectives: Perspectives
143 | plugin_pimcore_perspectiveeditor_menu_file_items_schedule: Schedule
144 | plugin_pimcore_perspectiveeditor_menu_file_items_searchReplace: Search and Replace
145 | plugin_pimcore_perspectiveeditor_menu_file_items_seemode: Seemode
146 | plugin_pimcore_perspectiveeditor_menu_extras_hidden: Hide Extras Menu
147 | plugin_pimcore_perspectiveeditor_menu_extras_items_applicationlog: Application Log
148 | plugin_pimcore_perspectiveeditor_menu_extras_items_emails: E-Mails
149 | plugin_pimcore_perspectiveeditor_menu_extras_items_gdpr_data_extractor: GDPR Extractor
150 | plugin_pimcore_perspectiveeditor_menu_extras_items_glossary: Glossary
151 | plugin_pimcore_perspectiveeditor_menu_extras_items_maintenance: Maintenance
152 | plugin_pimcore_perspectiveeditor_menu_extras_items_notesEvents: Notes & Events
153 | plugin_pimcore_perspectiveeditor_menu_extras_items_plugins: Bundles
154 | plugin_pimcore_perspectiveeditor_menu_extras_items_recyclebin: Recyclebin
155 | plugin_pimcore_perspectiveeditor_menu_extras_items_redirects: Redirects
156 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_hidden: Hide Systemtools
157 | Menu
158 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_database: Database
159 | Administration
160 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_fileexplorer: Server
161 | File Explorer
162 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_opcache: PHP
163 | OPcache Status
164 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_phpinfo: PHP
165 | Info
166 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_requirements: System-Requirements
167 | Check
168 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_serverinfo: Server
169 | Info
170 | plugin_pimcore_perspectiveeditor_menu_extras_items_translations: Translations
171 | plugin_pimcore_perspectiveeditor_menu_marketing_hidden: Hide Markeing Menu
172 | plugin_pimcore_perspectiveeditor_menu_marketing_items_reports: Reports
173 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_hidden: Hide SEO Menu
174 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_documents: SEO Document
175 | Editor
176 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_httperrors: HTTP Errors
177 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_robots: Robots.txt
178 | plugin_pimcore_perspectiveeditor_menu_marketing_items_tagmanagement: Tag & Snippet
179 | Management
180 | plugin_pimcore_perspectiveeditor_menu_marketing_items_targeting: Personalization /
181 | Targeting
182 | plugin_pimcore_perspectiveeditor_menu_settings_hidden: Hide Settings Menu
183 | plugin_pimcore_perspectiveeditor_menu_settings_items_adminTranslations: Admin Translations
184 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_hidden: Hide Cache Menu
185 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearAll: Cache >
186 | Clear All
187 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearData: Cache
188 | > Data Cache
189 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearOutput: Cache
190 | > Clear Full Page Cache
191 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearSymfony: Cache
192 | > Clean Symfony Cache
193 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearTemp: Cache
194 | > Clear temporary files
195 | plugin_pimcore_perspectiveeditor_menu_settings_items_customReports: Custom Reports
196 | plugin_pimcore_perspectiveeditor_menu_settings_items_documentTypes: Document Types
197 | plugin_pimcore_perspectiveeditor_menu_settings_items_marketingReports: Marketing Reports
198 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_hidden: Hide Data Objects
199 | Menu
200 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_bulkExport: Data
201 | Objects > Bulk Export
202 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_bulkImport: Data
203 | Objects > Bulk Import
204 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_classes: Data Objects
205 | > Classes
206 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_classificationstore: Data
207 | Objects > Classification Store
208 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_fieldcollections: Data
209 | Objects > Field Collections
210 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_objectbricks: Data
211 | Objects > Object Bricks
212 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_quantityValue: Data
213 | Objects > Quantity Value
214 | plugin_pimcore_perspectiveeditor_menu_settings_items_predefinedMetadata: Predefined
215 | Metadata
216 | plugin_pimcore_perspectiveeditor_menu_settings_items_predefinedProperties: Predefined
217 | Properties
218 | plugin_pimcore_perspectiveeditor_menu_settings_items_routes: Static Routes
219 | plugin_pimcore_perspectiveeditor_menu_settings_items_system: System Settings
220 | plugin_pimcore_perspectiveeditor_menu_settings_items_tagConfiguration: Tag Configuration
221 | plugin_pimcore_perspectiveeditor_menu_settings_items_thumbnails: Thumbnails
222 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_hidden: Hide Users/Roles
223 | Menu
224 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_items_roles: Roles
225 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_items_users: Users
226 | plugin_pimcore_perspectiveeditor_menu_settings_items_web2print: Web-to-Print Settings
227 | plugin_pimcore_perspectiveeditor_menu_settings_items_website: Website Settings
228 | plugin_pimcore_perspectiveeditor_menu_settings_items_perspectiveEditor: Perspective
229 | Editor
230 | plugin_pimcore_perspectiveeditor_menu_search_hidden: Hide Search Menu
231 | plugin_pimcore_perspectiveeditor_menu_search_items_assets: Assets
232 | plugin_pimcore_perspectiveeditor_menu_search_items_documents: Documents
233 | plugin_pimcore_perspectiveeditor_menu_search_items_objects: Objects
234 | plugin_pimcore_perspectiveeditor_menu_search_items_quickSearch: Quick Search
235 | plugin_pimcore_perspectiveeditor_datahub: Data-Hub
236 | plugin_pimcore_perspectiveeditor_menu_datahub_hidden: Hide Data-Hub
237 | ...
238 |
--------------------------------------------------------------------------------
/src/Resources/translations/admin.hu.yml:
--------------------------------------------------------------------------------
1 | ---
2 | plugin_pimcore_perspectiveeditor_perspective_view_editor: Perspectives / Views
3 | plugin_pimcore_perspectiveeditor_no_unique_treeelements: Element tree elements may
4 | contain a maximum of one type of document, asset and data object
5 | perspective_editor: Perspective Editor
6 | perspective_editor_view_edit: Perspective Editor View Editing
7 | plugin_pimcore_perspectiveeditor_perspective_editor: Perspective Editor
8 | plugin_pimcore_perspectiveeditor_available_perspectives: Available Perspectives
9 | plugin_pimcore_perspectiveeditor_add_perspective: Add Perspective
10 | plugin_pimcore_perspectiveeditor_new_perspective: New Perspective
11 | plugin_pimcore_perspectiveeditor_icon: Icon
12 | plugin_pimcore_perspectiveeditor_elementTree: Element Tree
13 | plugin_pimcore_perspectiveeditor_elementTreeLeft: Element Tree Left
14 | plugin_pimcore_perspectiveeditor_elementTreeRight: Element Tree Right
15 | plugin_pimcore_perspectiveeditor_dashboard: Dashboard
16 | plugin_pimcore_perspectiveeditor_toolbar: Toolbar
17 | plugin_pimcore_perspectiveeditor_are_you_sure: Are you sure?
18 | plugin_pimcore_perspectiveeditor_confirm_reload: Confirm reload
19 | plugin_pimcore_perspectiveeditor_confirm_delete: Confirm delete
20 | plugin_pimcore_perspectiveeditor_perspective_rename: Rename Perspective
21 | plugin_pimcore_perspectiveeditor_add: Add
22 | plugin_pimcore_perspectiveeditor_remove: Remove
23 | plugin_pimcore_perspectiveeditor_reload: Reload
24 | plugin_pimcore_perspectiveeditor_rename: Rename
25 | plugin_pimcore_perspectiveeditor_new_dashboard_definition: New Dashboard Definition
26 | plugin_pimcore_perspectiveeditor_toolbar_access: Toolbar Access
27 | plugin_pimcore_perspectiveeditor_file: File
28 | plugin_pimcore_perspectiveeditor_extras: Extras
29 | plugin_pimcore_perspectiveeditor_marketing: Marketing
30 | plugin_pimcore_perspectiveeditor_settings: Settings
31 | plugin_pimcore_perspectiveeditor_search: Search
32 | plugin_pimcore_perspectiveeditor_select_empty: None selected
33 | plugin_pimcore_perspectiveeditor_dashboard_assignment: Dashboard Assignment
34 | plugin_pimcore_perspectiveeditor_left_column: Left Column
35 | plugin_pimcore_perspectiveeditor_right_column: Right Column
36 | plugin_pimcore_perspectiveeditor_left: Left
37 | plugin_pimcore_perspectiveeditor_right: Right
38 | plugin_pimcore_perspectiveeditor_dashboard_forbidden: Forbidden Dashboards
39 | plugin_pimcore_perspectiveeditor_custom_view: Custom View
40 | plugin_pimcore_perspectiveeditor_document: Document
41 | plugin_pimcore_perspectiveeditor_contextmenu: Contextmenu
42 | plugin_pimcore_perspectiveeditor_tree_element_selection: Element Tree Settings
43 | plugin_pimcore_perspectiveeditor_position: Position
44 | plugin_pimcore_perspectiveeditor_sort: Sorting
45 | plugin_pimcore_perspectiveeditor_view_type: Element Type
46 | plugin_pimcore_perspectiveeditor_icon_selection: Icon Selection
47 | plugin_pimcore_perspectiveeditor_view_expanded: Expanded
48 | plugin_pimcore_perspectiveeditor_view_hidden: Hidden
49 | plugin_pimcore_perspectiveeditor_view_editor: View Editor
50 | plugin_pimcore_perspectiveeditor_views: Views
51 | plugin_pimcore_perspectiveeditor_all_content_will_be_lost: All content will be lost
52 | plugin_pimcore_perspectiveeditor_add_view: Add View
53 | plugin_pimcore_perspectiveeditor_new_view: New View
54 | plugin_pimcore_perspectiveeditor_name: Name
55 | plugin_pimcore_perspectiveeditor_view_selection: View Settings
56 | plugin_pimcore_perspectiveeditor_type: Type
57 | plugin_pimcore_perspectiveeditor_rootfolder: Root Folder
58 | plugin_pimcore_perspectiveeditor_show_root: Show Root
59 | plugin_pimcore_perspectiveeditor_allowed_classes: Allow Objects
60 | plugin_pimcore_perspectiveeditor_allowed_types_hint: (empty = allow all)
61 | plugin_pimcore_perspectiveeditor_asset: Asset
62 | plugin_pimcore_perspectiveeditor_object: Object
63 | plugin_pimcore_perspectiveeditor_sql: SQL
64 | plugin_pimcore_perspectiveeditor_sql_having: Having Statement
65 | plugin_pimcore_perspectiveeditor_sql_where: Where Statement
66 | plugin_pimcore_perspectiveeditor_view_default_positioning: Default Positioning
67 | plugin_pimcore_perspectiveeditor_document_items_add: Add
68 | plugin_pimcore_perspectiveeditor_document_items_addEmail: Add E-Mail
69 | plugin_pimcore_perspectiveeditor_document_items_addFolder: Add Folder
70 | plugin_pimcore_perspectiveeditor_document_items_addHardlink: Add Hardlink
71 | plugin_pimcore_perspectiveeditor_document_items_addLink: Add Link
72 | plugin_pimcore_perspectiveeditor_document_items_addNewsletter: Add Newsletter
73 | plugin_pimcore_perspectiveeditor_document_items_addPrintPage: Add PrintPage
74 | plugin_pimcore_perspectiveeditor_document_items_addSnippet: Add Snippet
75 | plugin_pimcore_perspectiveeditor_document_items_convert: Convert
76 | plugin_pimcore_perspectiveeditor_document_items_copy: Copy
77 | plugin_pimcore_perspectiveeditor_document_items_cut: Cut
78 | plugin_pimcore_perspectiveeditor_document_items_delete: Delete
79 | plugin_pimcore_perspectiveeditor_document_items_editSite: Edit Site
80 | plugin_pimcore_perspectiveeditor_document_items_lock: Lock
81 | plugin_pimcore_perspectiveeditor_document_items_lockAndPropagate: Lock and Propagate
82 | plugin_pimcore_perspectiveeditor_document_items_open: Open
83 | plugin_pimcore_perspectiveeditor_document_items_paste: Paste
84 | plugin_pimcore_perspectiveeditor_document_items_pasteCut: Paste Cut
85 | plugin_pimcore_perspectiveeditor_document_items_publish: Publish
86 | plugin_pimcore_perspectiveeditor_document_items_reload: Reload
87 | plugin_pimcore_perspectiveeditor_document_items_removeSite: Remove Site
88 | plugin_pimcore_perspectiveeditor_document_items_rename: Rename
89 | plugin_pimcore_perspectiveeditor_document_items_searchAndMove: Search and Move
90 | plugin_pimcore_perspectiveeditor_document_items_unlock: Unlock
91 | plugin_pimcore_perspectiveeditor_document_items_unlockAndPropagate: Unlock and Propagate
92 | plugin_pimcore_perspectiveeditor_document_items_unpublish: Unpublish
93 | plugin_pimcore_perspectiveeditor_document_items_useAsSite: Use As Site
94 | plugin_pimcore_perspectiveeditor_asset_items_add_hidden: Hide Add Menu
95 | plugin_pimcore_perspectiveeditor_asset_items_add_items_importFromServer: Add > Import
96 | from Server
97 | plugin_pimcore_perspectiveeditor_asset_items_add_items_upload: Add > Upload
98 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadCompatibility: Add >
99 | Upload Compatibility
100 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadFromUrl: Add > Upload
101 | from URL
102 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadZip: Add > Upload Zip
103 | plugin_pimcore_perspectiveeditor_asset_items_addFolder: Add Folder
104 | plugin_pimcore_perspectiveeditor_asset_items_copy: Copy
105 | plugin_pimcore_perspectiveeditor_asset_items_cut: Cut
106 | plugin_pimcore_perspectiveeditor_asset_items_delete: Delete
107 | plugin_pimcore_perspectiveeditor_asset_items_lock: Lock
108 | plugin_pimcore_perspectiveeditor_asset_items_lockAndPropagate: Lock an Propagate
109 | plugin_pimcore_perspectiveeditor_asset_items_paste: Paste
110 | plugin_pimcore_perspectiveeditor_asset_items_pasteCut: Paste Cut
111 | plugin_pimcore_perspectiveeditor_asset_items_reload: Reload
112 | plugin_pimcore_perspectiveeditor_asset_items_rename: Rename
113 | plugin_pimcore_perspectiveeditor_asset_items_searchAndMove: Search and Move
114 | plugin_pimcore_perspectiveeditor_asset_items_unlock: Unlock
115 | plugin_pimcore_perspectiveeditor_asset_items_unlockAndPropagate: Unlock and Propagate
116 | plugin_pimcore_perspectiveeditor_object_items_add: Add
117 | plugin_pimcore_perspectiveeditor_object_items_addFolder: Add Folder
118 | plugin_pimcore_perspectiveeditor_object_items_changeChildrenSortBy: Change Children
119 | SortBy
120 | plugin_pimcore_perspectiveeditor_object_items_copy: Copy
121 | plugin_pimcore_perspectiveeditor_object_items_cut: Cut
122 | plugin_pimcore_perspectiveeditor_object_items_delete: Delete
123 | plugin_pimcore_perspectiveeditor_object_items_importCsv: Import CSV
124 | plugin_pimcore_perspectiveeditor_object_items_lock: Lock
125 | plugin_pimcore_perspectiveeditor_object_items_lockAndPropagate: Lock and Propagate
126 | plugin_pimcore_perspectiveeditor_object_items_paste: Paste
127 | plugin_pimcore_perspectiveeditor_object_items_publish: Publish
128 | plugin_pimcore_perspectiveeditor_object_items_reload: Reload
129 | plugin_pimcore_perspectiveeditor_object_items_rename: Rename
130 | plugin_pimcore_perspectiveeditor_object_items_searchAndMove: Search and Move
131 | plugin_pimcore_perspectiveeditor_object_items_unlock: Unlock
132 | plugin_pimcore_perspectiveeditor_object_items_unlockAndPropagate: Unlock and Propagate
133 | plugin_pimcore_perspectiveeditor_object_items_unpublish: Unpublish
134 | plugin_pimcore_perspectiveeditor_menu_file_hidden: Hide File Menu
135 | plugin_pimcore_perspectiveeditor_menu_file_items_about: About
136 | plugin_pimcore_perspectiveeditor_menu_file_items_closeAll: Close All
137 | plugin_pimcore_perspectiveeditor_menu_file_items_dashboards: Dashboards
138 | plugin_pimcore_perspectiveeditor_menu_file_items_help: Help
139 | plugin_pimcore_perspectiveeditor_menu_file_items_openAsset: Open Asset
140 | plugin_pimcore_perspectiveeditor_menu_file_items_openDocument: Open Document
141 | plugin_pimcore_perspectiveeditor_menu_file_items_openObject: Open Object
142 | plugin_pimcore_perspectiveeditor_menu_file_items_perspectives: Perspectives
143 | plugin_pimcore_perspectiveeditor_menu_file_items_schedule: Schedule
144 | plugin_pimcore_perspectiveeditor_menu_file_items_searchReplace: Search and Replace
145 | plugin_pimcore_perspectiveeditor_menu_file_items_seemode: Seemode
146 | plugin_pimcore_perspectiveeditor_menu_extras_hidden: Hide Extras Menu
147 | plugin_pimcore_perspectiveeditor_menu_extras_items_applicationlog: Application Log
148 | plugin_pimcore_perspectiveeditor_menu_extras_items_emails: E-Mails
149 | plugin_pimcore_perspectiveeditor_menu_extras_items_gdpr_data_extractor: GDPR Extractor
150 | plugin_pimcore_perspectiveeditor_menu_extras_items_glossary: Glossary
151 | plugin_pimcore_perspectiveeditor_menu_extras_items_maintenance: Maintenance
152 | plugin_pimcore_perspectiveeditor_menu_extras_items_notesEvents: Notes & Events
153 | plugin_pimcore_perspectiveeditor_menu_extras_items_plugins: Bundles
154 | plugin_pimcore_perspectiveeditor_menu_extras_items_recyclebin: Recyclebin
155 | plugin_pimcore_perspectiveeditor_menu_extras_items_redirects: Redirects
156 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_hidden: Hide Systemtools
157 | Menu
158 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_database: Database
159 | Administration
160 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_fileexplorer: Server
161 | File Explorer
162 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_opcache: PHP
163 | OPcache Status
164 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_phpinfo: PHP
165 | Info
166 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_requirements: System-Requirements
167 | Check
168 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_serverinfo: Server
169 | Info
170 | plugin_pimcore_perspectiveeditor_menu_extras_items_translations: Translations
171 | plugin_pimcore_perspectiveeditor_menu_marketing_hidden: Hide Markeing Menu
172 | plugin_pimcore_perspectiveeditor_menu_marketing_items_reports: Reports
173 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_hidden: Hide SEO Menu
174 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_documents: SEO Document
175 | Editor
176 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_httperrors: HTTP Errors
177 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_robots: Robots.txt
178 | plugin_pimcore_perspectiveeditor_menu_marketing_items_tagmanagement: Tag & Snippet
179 | Management
180 | plugin_pimcore_perspectiveeditor_menu_marketing_items_targeting: Personalization /
181 | Targeting
182 | plugin_pimcore_perspectiveeditor_menu_settings_hidden: Hide Settings Menu
183 | plugin_pimcore_perspectiveeditor_menu_settings_items_adminTranslations: Admin Translations
184 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_hidden: Hide Cache Menu
185 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearAll: Cache >
186 | Clear All
187 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearData: Cache
188 | > Data Cache
189 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearOutput: Cache
190 | > Clear Full Page Cache
191 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearSymfony: Cache
192 | > Clean Symfony Cache
193 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearTemp: Cache
194 | > Clear temporary files
195 | plugin_pimcore_perspectiveeditor_menu_settings_items_customReports: Custom Reports
196 | plugin_pimcore_perspectiveeditor_menu_settings_items_documentTypes: Document Types
197 | plugin_pimcore_perspectiveeditor_menu_settings_items_marketingReports: Marketing Reports
198 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_hidden: Hide Data Objects
199 | Menu
200 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_bulkExport: Data
201 | Objects > Bulk Export
202 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_bulkImport: Data
203 | Objects > Bulk Import
204 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_classes: Data Objects
205 | > Classes
206 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_classificationstore: Data
207 | Objects > Classification Store
208 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_fieldcollections: Data
209 | Objects > Field Collections
210 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_objectbricks: Data
211 | Objects > Object Bricks
212 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_quantityValue: Data
213 | Objects > Quantity Value
214 | plugin_pimcore_perspectiveeditor_menu_settings_items_predefinedMetadata: Predefined
215 | Metadata
216 | plugin_pimcore_perspectiveeditor_menu_settings_items_predefinedProperties: Predefined
217 | Properties
218 | plugin_pimcore_perspectiveeditor_menu_settings_items_routes: Static Routes
219 | plugin_pimcore_perspectiveeditor_menu_settings_items_system: System Settings
220 | plugin_pimcore_perspectiveeditor_menu_settings_items_tagConfiguration: Tag Configuration
221 | plugin_pimcore_perspectiveeditor_menu_settings_items_thumbnails: Thumbnails
222 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_hidden: Hide Users/Roles
223 | Menu
224 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_items_roles: Roles
225 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_items_users: Users
226 | plugin_pimcore_perspectiveeditor_menu_settings_items_web2print: Web-to-Print Settings
227 | plugin_pimcore_perspectiveeditor_menu_settings_items_website: Website Settings
228 | plugin_pimcore_perspectiveeditor_menu_settings_items_perspectiveEditor: Perspective
229 | Editor
230 | plugin_pimcore_perspectiveeditor_menu_search_hidden: Hide Search Menu
231 | plugin_pimcore_perspectiveeditor_menu_search_items_assets: Assets
232 | plugin_pimcore_perspectiveeditor_menu_search_items_documents: Documents
233 | plugin_pimcore_perspectiveeditor_menu_search_items_objects: Objects
234 | plugin_pimcore_perspectiveeditor_menu_search_items_quickSearch: Quick Search
235 | plugin_pimcore_perspectiveeditor_datahub: Data-Hub
236 | plugin_pimcore_perspectiveeditor_menu_datahub_hidden: Hide Data-Hub
237 | ...
238 |
--------------------------------------------------------------------------------
/src/Resources/translations/admin.it.yml:
--------------------------------------------------------------------------------
1 | ---
2 | plugin_pimcore_perspectiveeditor_perspective_view_editor: Perspectives / Views
3 | plugin_pimcore_perspectiveeditor_no_unique_treeelements: Element tree elements may
4 | contain a maximum of one type of document, asset and data object
5 | perspective_editor: Perspective Editor
6 | perspective_editor_view_edit: Perspective Editor View Editing
7 | plugin_pimcore_perspectiveeditor_perspective_editor: Perspective Editor
8 | plugin_pimcore_perspectiveeditor_available_perspectives: Available Perspectives
9 | plugin_pimcore_perspectiveeditor_add_perspective: Add Perspective
10 | plugin_pimcore_perspectiveeditor_new_perspective: New Perspective
11 | plugin_pimcore_perspectiveeditor_icon: Icon
12 | plugin_pimcore_perspectiveeditor_elementTree: Element Tree
13 | plugin_pimcore_perspectiveeditor_elementTreeLeft: Element Tree Left
14 | plugin_pimcore_perspectiveeditor_elementTreeRight: Element Tree Right
15 | plugin_pimcore_perspectiveeditor_dashboard: Dashboard
16 | plugin_pimcore_perspectiveeditor_toolbar: Toolbar
17 | plugin_pimcore_perspectiveeditor_are_you_sure: Are you sure?
18 | plugin_pimcore_perspectiveeditor_confirm_reload: Confirm reload
19 | plugin_pimcore_perspectiveeditor_confirm_delete: Confirm delete
20 | plugin_pimcore_perspectiveeditor_perspective_rename: Rename Perspective
21 | plugin_pimcore_perspectiveeditor_add: Add
22 | plugin_pimcore_perspectiveeditor_remove: Remove
23 | plugin_pimcore_perspectiveeditor_reload: Reload
24 | plugin_pimcore_perspectiveeditor_rename: Rename
25 | plugin_pimcore_perspectiveeditor_new_dashboard_definition: New Dashboard Definition
26 | plugin_pimcore_perspectiveeditor_toolbar_access: Toolbar Access
27 | plugin_pimcore_perspectiveeditor_file: File
28 | plugin_pimcore_perspectiveeditor_extras: Extras
29 | plugin_pimcore_perspectiveeditor_marketing: Marketing
30 | plugin_pimcore_perspectiveeditor_settings: Settings
31 | plugin_pimcore_perspectiveeditor_search: Search
32 | plugin_pimcore_perspectiveeditor_select_empty: None selected
33 | plugin_pimcore_perspectiveeditor_dashboard_assignment: Dashboard Assignment
34 | plugin_pimcore_perspectiveeditor_left_column: Left Column
35 | plugin_pimcore_perspectiveeditor_right_column: Right Column
36 | plugin_pimcore_perspectiveeditor_left: Left
37 | plugin_pimcore_perspectiveeditor_right: Right
38 | plugin_pimcore_perspectiveeditor_dashboard_forbidden: Forbidden Dashboards
39 | plugin_pimcore_perspectiveeditor_custom_view: Custom View
40 | plugin_pimcore_perspectiveeditor_document: Document
41 | plugin_pimcore_perspectiveeditor_contextmenu: Contextmenu
42 | plugin_pimcore_perspectiveeditor_tree_element_selection: Element Tree Settings
43 | plugin_pimcore_perspectiveeditor_position: Position
44 | plugin_pimcore_perspectiveeditor_sort: Sorting
45 | plugin_pimcore_perspectiveeditor_view_type: Element Type
46 | plugin_pimcore_perspectiveeditor_icon_selection: Icon Selection
47 | plugin_pimcore_perspectiveeditor_view_expanded: Expanded
48 | plugin_pimcore_perspectiveeditor_view_hidden: Hidden
49 | plugin_pimcore_perspectiveeditor_view_editor: View Editor
50 | plugin_pimcore_perspectiveeditor_views: Views
51 | plugin_pimcore_perspectiveeditor_all_content_will_be_lost: All content will be lost
52 | plugin_pimcore_perspectiveeditor_add_view: Add View
53 | plugin_pimcore_perspectiveeditor_new_view: New View
54 | plugin_pimcore_perspectiveeditor_name: Name
55 | plugin_pimcore_perspectiveeditor_view_selection: View Settings
56 | plugin_pimcore_perspectiveeditor_type: Type
57 | plugin_pimcore_perspectiveeditor_rootfolder: Root Folder
58 | plugin_pimcore_perspectiveeditor_show_root: Show Root
59 | plugin_pimcore_perspectiveeditor_allowed_classes: Allow Objects
60 | plugin_pimcore_perspectiveeditor_allowed_types_hint: (empty = allow all)
61 | plugin_pimcore_perspectiveeditor_asset: Asset
62 | plugin_pimcore_perspectiveeditor_object: Object
63 | plugin_pimcore_perspectiveeditor_sql: SQL
64 | plugin_pimcore_perspectiveeditor_sql_having: Having Statement
65 | plugin_pimcore_perspectiveeditor_sql_where: Where Statement
66 | plugin_pimcore_perspectiveeditor_view_default_positioning: Default Positioning
67 | plugin_pimcore_perspectiveeditor_document_items_add: Add
68 | plugin_pimcore_perspectiveeditor_document_items_addEmail: Add E-Mail
69 | plugin_pimcore_perspectiveeditor_document_items_addFolder: Add Folder
70 | plugin_pimcore_perspectiveeditor_document_items_addHardlink: Add Hardlink
71 | plugin_pimcore_perspectiveeditor_document_items_addLink: Add Link
72 | plugin_pimcore_perspectiveeditor_document_items_addNewsletter: Add Newsletter
73 | plugin_pimcore_perspectiveeditor_document_items_addPrintPage: Add PrintPage
74 | plugin_pimcore_perspectiveeditor_document_items_addSnippet: Add Snippet
75 | plugin_pimcore_perspectiveeditor_document_items_convert: Convert
76 | plugin_pimcore_perspectiveeditor_document_items_copy: Copy
77 | plugin_pimcore_perspectiveeditor_document_items_cut: Cut
78 | plugin_pimcore_perspectiveeditor_document_items_delete: Delete
79 | plugin_pimcore_perspectiveeditor_document_items_editSite: Edit Site
80 | plugin_pimcore_perspectiveeditor_document_items_lock: Lock
81 | plugin_pimcore_perspectiveeditor_document_items_lockAndPropagate: Lock and Propagate
82 | plugin_pimcore_perspectiveeditor_document_items_open: Open
83 | plugin_pimcore_perspectiveeditor_document_items_paste: Paste
84 | plugin_pimcore_perspectiveeditor_document_items_pasteCut: Paste Cut
85 | plugin_pimcore_perspectiveeditor_document_items_publish: Publish
86 | plugin_pimcore_perspectiveeditor_document_items_reload: Reload
87 | plugin_pimcore_perspectiveeditor_document_items_removeSite: Remove Site
88 | plugin_pimcore_perspectiveeditor_document_items_rename: Rename
89 | plugin_pimcore_perspectiveeditor_document_items_searchAndMove: Search and Move
90 | plugin_pimcore_perspectiveeditor_document_items_unlock: Unlock
91 | plugin_pimcore_perspectiveeditor_document_items_unlockAndPropagate: Unlock and Propagate
92 | plugin_pimcore_perspectiveeditor_document_items_unpublish: Unpublish
93 | plugin_pimcore_perspectiveeditor_document_items_useAsSite: Use As Site
94 | plugin_pimcore_perspectiveeditor_asset_items_add_hidden: Hide Add Menu
95 | plugin_pimcore_perspectiveeditor_asset_items_add_items_importFromServer: Add > Import
96 | from Server
97 | plugin_pimcore_perspectiveeditor_asset_items_add_items_upload: Add > Upload
98 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadCompatibility: Add >
99 | Upload Compatibility
100 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadFromUrl: Add > Upload
101 | from URL
102 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadZip: Add > Upload Zip
103 | plugin_pimcore_perspectiveeditor_asset_items_addFolder: Add Folder
104 | plugin_pimcore_perspectiveeditor_asset_items_copy: Copy
105 | plugin_pimcore_perspectiveeditor_asset_items_cut: Cut
106 | plugin_pimcore_perspectiveeditor_asset_items_delete: Delete
107 | plugin_pimcore_perspectiveeditor_asset_items_lock: Lock
108 | plugin_pimcore_perspectiveeditor_asset_items_lockAndPropagate: Lock an Propagate
109 | plugin_pimcore_perspectiveeditor_asset_items_paste: Paste
110 | plugin_pimcore_perspectiveeditor_asset_items_pasteCut: Paste Cut
111 | plugin_pimcore_perspectiveeditor_asset_items_reload: Reload
112 | plugin_pimcore_perspectiveeditor_asset_items_rename: Rename
113 | plugin_pimcore_perspectiveeditor_asset_items_searchAndMove: Search and Move
114 | plugin_pimcore_perspectiveeditor_asset_items_unlock: Unlock
115 | plugin_pimcore_perspectiveeditor_asset_items_unlockAndPropagate: Unlock and Propagate
116 | plugin_pimcore_perspectiveeditor_object_items_add: Add
117 | plugin_pimcore_perspectiveeditor_object_items_addFolder: Add Folder
118 | plugin_pimcore_perspectiveeditor_object_items_changeChildrenSortBy: Change Children
119 | SortBy
120 | plugin_pimcore_perspectiveeditor_object_items_copy: Copy
121 | plugin_pimcore_perspectiveeditor_object_items_cut: Cut
122 | plugin_pimcore_perspectiveeditor_object_items_delete: Delete
123 | plugin_pimcore_perspectiveeditor_object_items_importCsv: Import CSV
124 | plugin_pimcore_perspectiveeditor_object_items_lock: Lock
125 | plugin_pimcore_perspectiveeditor_object_items_lockAndPropagate: Lock and Propagate
126 | plugin_pimcore_perspectiveeditor_object_items_paste: Paste
127 | plugin_pimcore_perspectiveeditor_object_items_publish: Publish
128 | plugin_pimcore_perspectiveeditor_object_items_reload: Reload
129 | plugin_pimcore_perspectiveeditor_object_items_rename: Rename
130 | plugin_pimcore_perspectiveeditor_object_items_searchAndMove: Search and Move
131 | plugin_pimcore_perspectiveeditor_object_items_unlock: Unlock
132 | plugin_pimcore_perspectiveeditor_object_items_unlockAndPropagate: Unlock and Propagate
133 | plugin_pimcore_perspectiveeditor_object_items_unpublish: Unpublish
134 | plugin_pimcore_perspectiveeditor_menu_file_hidden: Hide File Menu
135 | plugin_pimcore_perspectiveeditor_menu_file_items_about: About
136 | plugin_pimcore_perspectiveeditor_menu_file_items_closeAll: Close All
137 | plugin_pimcore_perspectiveeditor_menu_file_items_dashboards: Dashboards
138 | plugin_pimcore_perspectiveeditor_menu_file_items_help: Help
139 | plugin_pimcore_perspectiveeditor_menu_file_items_openAsset: Open Asset
140 | plugin_pimcore_perspectiveeditor_menu_file_items_openDocument: Open Document
141 | plugin_pimcore_perspectiveeditor_menu_file_items_openObject: Open Object
142 | plugin_pimcore_perspectiveeditor_menu_file_items_perspectives: Perspectives
143 | plugin_pimcore_perspectiveeditor_menu_file_items_schedule: Schedule
144 | plugin_pimcore_perspectiveeditor_menu_file_items_searchReplace: Search and Replace
145 | plugin_pimcore_perspectiveeditor_menu_file_items_seemode: Seemode
146 | plugin_pimcore_perspectiveeditor_menu_extras_hidden: Hide Extras Menu
147 | plugin_pimcore_perspectiveeditor_menu_extras_items_applicationlog: Application Log
148 | plugin_pimcore_perspectiveeditor_menu_extras_items_emails: E-Mails
149 | plugin_pimcore_perspectiveeditor_menu_extras_items_gdpr_data_extractor: GDPR Extractor
150 | plugin_pimcore_perspectiveeditor_menu_extras_items_glossary: Glossary
151 | plugin_pimcore_perspectiveeditor_menu_extras_items_maintenance: Maintenance
152 | plugin_pimcore_perspectiveeditor_menu_extras_items_notesEvents: Notes & Events
153 | plugin_pimcore_perspectiveeditor_menu_extras_items_plugins: Bundles
154 | plugin_pimcore_perspectiveeditor_menu_extras_items_recyclebin: Recyclebin
155 | plugin_pimcore_perspectiveeditor_menu_extras_items_redirects: Redirects
156 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_hidden: Hide Systemtools
157 | Menu
158 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_database: Database
159 | Administration
160 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_fileexplorer: Server
161 | File Explorer
162 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_opcache: PHP
163 | OPcache Status
164 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_phpinfo: PHP
165 | Info
166 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_requirements: System-Requirements
167 | Check
168 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_serverinfo: Server
169 | Info
170 | plugin_pimcore_perspectiveeditor_menu_extras_items_translations: Translations
171 | plugin_pimcore_perspectiveeditor_menu_marketing_hidden: Hide Markeing Menu
172 | plugin_pimcore_perspectiveeditor_menu_marketing_items_reports: Reports
173 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_hidden: Hide SEO Menu
174 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_documents: SEO Document
175 | Editor
176 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_httperrors: HTTP Errors
177 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_robots: Robots.txt
178 | plugin_pimcore_perspectiveeditor_menu_marketing_items_tagmanagement: Tag & Snippet
179 | Management
180 | plugin_pimcore_perspectiveeditor_menu_marketing_items_targeting: Personalization /
181 | Targeting
182 | plugin_pimcore_perspectiveeditor_menu_settings_hidden: Hide Settings Menu
183 | plugin_pimcore_perspectiveeditor_menu_settings_items_adminTranslations: Admin Translations
184 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_hidden: Hide Cache Menu
185 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearAll: Cache >
186 | Clear All
187 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearData: Cache
188 | > Data Cache
189 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearOutput: Cache
190 | > Clear Full Page Cache
191 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearSymfony: Cache
192 | > Clean Symfony Cache
193 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearTemp: Cache
194 | > Clear temporary files
195 | plugin_pimcore_perspectiveeditor_menu_settings_items_customReports: Custom Reports
196 | plugin_pimcore_perspectiveeditor_menu_settings_items_documentTypes: Document Types
197 | plugin_pimcore_perspectiveeditor_menu_settings_items_marketingReports: Marketing Reports
198 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_hidden: Hide Data Objects
199 | Menu
200 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_bulkExport: Data
201 | Objects > Bulk Export
202 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_bulkImport: Data
203 | Objects > Bulk Import
204 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_classes: Data Objects
205 | > Classes
206 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_classificationstore: Data
207 | Objects > Classification Store
208 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_fieldcollections: Data
209 | Objects > Field Collections
210 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_objectbricks: Data
211 | Objects > Object Bricks
212 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_quantityValue: Data
213 | Objects > Quantity Value
214 | plugin_pimcore_perspectiveeditor_menu_settings_items_predefinedMetadata: Predefined
215 | Metadata
216 | plugin_pimcore_perspectiveeditor_menu_settings_items_predefinedProperties: Predefined
217 | Properties
218 | plugin_pimcore_perspectiveeditor_menu_settings_items_routes: Static Routes
219 | plugin_pimcore_perspectiveeditor_menu_settings_items_system: System Settings
220 | plugin_pimcore_perspectiveeditor_menu_settings_items_tagConfiguration: Tag Configuration
221 | plugin_pimcore_perspectiveeditor_menu_settings_items_thumbnails: Thumbnails
222 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_hidden: Hide Users/Roles
223 | Menu
224 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_items_roles: Roles
225 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_items_users: Users
226 | plugin_pimcore_perspectiveeditor_menu_settings_items_web2print: Web-to-Print Settings
227 | plugin_pimcore_perspectiveeditor_menu_settings_items_website: Website Settings
228 | plugin_pimcore_perspectiveeditor_menu_settings_items_perspectiveEditor: Perspective
229 | Editor
230 | plugin_pimcore_perspectiveeditor_menu_search_hidden: Hide Search Menu
231 | plugin_pimcore_perspectiveeditor_menu_search_items_assets: Assets
232 | plugin_pimcore_perspectiveeditor_menu_search_items_documents: Documents
233 | plugin_pimcore_perspectiveeditor_menu_search_items_objects: Objects
234 | plugin_pimcore_perspectiveeditor_menu_search_items_quickSearch: Quick Search
235 | plugin_pimcore_perspectiveeditor_datahub: Data-Hub
236 | plugin_pimcore_perspectiveeditor_menu_datahub_hidden: Hide Data-Hub
237 | ...
238 |
--------------------------------------------------------------------------------
/src/Resources/translations/admin.nl.yml:
--------------------------------------------------------------------------------
1 | ---
2 | plugin_pimcore_perspectiveeditor_perspective_view_editor: Perspectives / Views
3 | plugin_pimcore_perspectiveeditor_no_unique_treeelements: Element tree elements may
4 | contain a maximum of one type of document, asset and data object
5 | perspective_editor: Perspective Editor
6 | perspective_editor_view_edit: Perspective Editor View Editing
7 | plugin_pimcore_perspectiveeditor_perspective_editor: Perspective Editor
8 | plugin_pimcore_perspectiveeditor_available_perspectives: Available Perspectives
9 | plugin_pimcore_perspectiveeditor_add_perspective: Add Perspective
10 | plugin_pimcore_perspectiveeditor_new_perspective: New Perspective
11 | plugin_pimcore_perspectiveeditor_icon: Icon
12 | plugin_pimcore_perspectiveeditor_elementTree: Element Tree
13 | plugin_pimcore_perspectiveeditor_elementTreeLeft: Element Tree Left
14 | plugin_pimcore_perspectiveeditor_elementTreeRight: Element Tree Right
15 | plugin_pimcore_perspectiveeditor_dashboard: Dashboard
16 | plugin_pimcore_perspectiveeditor_toolbar: Toolbar
17 | plugin_pimcore_perspectiveeditor_are_you_sure: Are you sure?
18 | plugin_pimcore_perspectiveeditor_confirm_reload: Confirm reload
19 | plugin_pimcore_perspectiveeditor_confirm_delete: Confirm delete
20 | plugin_pimcore_perspectiveeditor_perspective_rename: Rename Perspective
21 | plugin_pimcore_perspectiveeditor_add: Add
22 | plugin_pimcore_perspectiveeditor_remove: Remove
23 | plugin_pimcore_perspectiveeditor_reload: Reload
24 | plugin_pimcore_perspectiveeditor_rename: Rename
25 | plugin_pimcore_perspectiveeditor_new_dashboard_definition: New Dashboard Definition
26 | plugin_pimcore_perspectiveeditor_toolbar_access: Toolbar Access
27 | plugin_pimcore_perspectiveeditor_file: File
28 | plugin_pimcore_perspectiveeditor_extras: Extras
29 | plugin_pimcore_perspectiveeditor_marketing: Marketing
30 | plugin_pimcore_perspectiveeditor_settings: Settings
31 | plugin_pimcore_perspectiveeditor_search: Search
32 | plugin_pimcore_perspectiveeditor_select_empty: None selected
33 | plugin_pimcore_perspectiveeditor_dashboard_assignment: Dashboard Assignment
34 | plugin_pimcore_perspectiveeditor_left_column: Left Column
35 | plugin_pimcore_perspectiveeditor_right_column: Right Column
36 | plugin_pimcore_perspectiveeditor_left: Left
37 | plugin_pimcore_perspectiveeditor_right: Right
38 | plugin_pimcore_perspectiveeditor_dashboard_forbidden: Forbidden Dashboards
39 | plugin_pimcore_perspectiveeditor_custom_view: Custom View
40 | plugin_pimcore_perspectiveeditor_document: Document
41 | plugin_pimcore_perspectiveeditor_contextmenu: Contextmenu
42 | plugin_pimcore_perspectiveeditor_tree_element_selection: Element Tree Settings
43 | plugin_pimcore_perspectiveeditor_position: Position
44 | plugin_pimcore_perspectiveeditor_sort: Sorting
45 | plugin_pimcore_perspectiveeditor_view_type: Element Type
46 | plugin_pimcore_perspectiveeditor_icon_selection: Icon Selection
47 | plugin_pimcore_perspectiveeditor_view_expanded: Expanded
48 | plugin_pimcore_perspectiveeditor_view_hidden: Hidden
49 | plugin_pimcore_perspectiveeditor_view_editor: View Editor
50 | plugin_pimcore_perspectiveeditor_views: Views
51 | plugin_pimcore_perspectiveeditor_all_content_will_be_lost: All content will be lost
52 | plugin_pimcore_perspectiveeditor_add_view: Add View
53 | plugin_pimcore_perspectiveeditor_new_view: New View
54 | plugin_pimcore_perspectiveeditor_name: Name
55 | plugin_pimcore_perspectiveeditor_view_selection: View Settings
56 | plugin_pimcore_perspectiveeditor_type: Type
57 | plugin_pimcore_perspectiveeditor_rootfolder: Root Folder
58 | plugin_pimcore_perspectiveeditor_show_root: Show Root
59 | plugin_pimcore_perspectiveeditor_allowed_classes: Allow Objects
60 | plugin_pimcore_perspectiveeditor_allowed_types_hint: (empty = allow all)
61 | plugin_pimcore_perspectiveeditor_asset: Asset
62 | plugin_pimcore_perspectiveeditor_object: Object
63 | plugin_pimcore_perspectiveeditor_sql: SQL
64 | plugin_pimcore_perspectiveeditor_sql_having: Having Statement
65 | plugin_pimcore_perspectiveeditor_sql_where: Where Statement
66 | plugin_pimcore_perspectiveeditor_view_default_positioning: Default Positioning
67 | plugin_pimcore_perspectiveeditor_document_items_add: Add
68 | plugin_pimcore_perspectiveeditor_document_items_addEmail: Add E-Mail
69 | plugin_pimcore_perspectiveeditor_document_items_addFolder: Add Folder
70 | plugin_pimcore_perspectiveeditor_document_items_addHardlink: Add Hardlink
71 | plugin_pimcore_perspectiveeditor_document_items_addLink: Add Link
72 | plugin_pimcore_perspectiveeditor_document_items_addNewsletter: Add Newsletter
73 | plugin_pimcore_perspectiveeditor_document_items_addPrintPage: Add PrintPage
74 | plugin_pimcore_perspectiveeditor_document_items_addSnippet: Add Snippet
75 | plugin_pimcore_perspectiveeditor_document_items_convert: Convert
76 | plugin_pimcore_perspectiveeditor_document_items_copy: Copy
77 | plugin_pimcore_perspectiveeditor_document_items_cut: Cut
78 | plugin_pimcore_perspectiveeditor_document_items_delete: Delete
79 | plugin_pimcore_perspectiveeditor_document_items_editSite: Edit Site
80 | plugin_pimcore_perspectiveeditor_document_items_lock: Lock
81 | plugin_pimcore_perspectiveeditor_document_items_lockAndPropagate: Lock and Propagate
82 | plugin_pimcore_perspectiveeditor_document_items_open: Open
83 | plugin_pimcore_perspectiveeditor_document_items_paste: Paste
84 | plugin_pimcore_perspectiveeditor_document_items_pasteCut: Paste Cut
85 | plugin_pimcore_perspectiveeditor_document_items_publish: Publish
86 | plugin_pimcore_perspectiveeditor_document_items_reload: Reload
87 | plugin_pimcore_perspectiveeditor_document_items_removeSite: Remove Site
88 | plugin_pimcore_perspectiveeditor_document_items_rename: Rename
89 | plugin_pimcore_perspectiveeditor_document_items_searchAndMove: Search and Move
90 | plugin_pimcore_perspectiveeditor_document_items_unlock: Unlock
91 | plugin_pimcore_perspectiveeditor_document_items_unlockAndPropagate: Unlock and Propagate
92 | plugin_pimcore_perspectiveeditor_document_items_unpublish: Unpublish
93 | plugin_pimcore_perspectiveeditor_document_items_useAsSite: Use As Site
94 | plugin_pimcore_perspectiveeditor_asset_items_add_hidden: Hide Add Menu
95 | plugin_pimcore_perspectiveeditor_asset_items_add_items_importFromServer: Add > Import
96 | from Server
97 | plugin_pimcore_perspectiveeditor_asset_items_add_items_upload: Add > Upload
98 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadCompatibility: Add >
99 | Upload Compatibility
100 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadFromUrl: Add > Upload
101 | from URL
102 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadZip: Add > Upload Zip
103 | plugin_pimcore_perspectiveeditor_asset_items_addFolder: Add Folder
104 | plugin_pimcore_perspectiveeditor_asset_items_copy: Copy
105 | plugin_pimcore_perspectiveeditor_asset_items_cut: Cut
106 | plugin_pimcore_perspectiveeditor_asset_items_delete: Delete
107 | plugin_pimcore_perspectiveeditor_asset_items_lock: Lock
108 | plugin_pimcore_perspectiveeditor_asset_items_lockAndPropagate: Lock an Propagate
109 | plugin_pimcore_perspectiveeditor_asset_items_paste: Paste
110 | plugin_pimcore_perspectiveeditor_asset_items_pasteCut: Paste Cut
111 | plugin_pimcore_perspectiveeditor_asset_items_reload: Reload
112 | plugin_pimcore_perspectiveeditor_asset_items_rename: Rename
113 | plugin_pimcore_perspectiveeditor_asset_items_searchAndMove: Search and Move
114 | plugin_pimcore_perspectiveeditor_asset_items_unlock: Unlock
115 | plugin_pimcore_perspectiveeditor_asset_items_unlockAndPropagate: Unlock and Propagate
116 | plugin_pimcore_perspectiveeditor_object_items_add: Add
117 | plugin_pimcore_perspectiveeditor_object_items_addFolder: Add Folder
118 | plugin_pimcore_perspectiveeditor_object_items_changeChildrenSortBy: Change Children
119 | SortBy
120 | plugin_pimcore_perspectiveeditor_object_items_copy: Copy
121 | plugin_pimcore_perspectiveeditor_object_items_cut: Cut
122 | plugin_pimcore_perspectiveeditor_object_items_delete: Delete
123 | plugin_pimcore_perspectiveeditor_object_items_importCsv: Import CSV
124 | plugin_pimcore_perspectiveeditor_object_items_lock: Lock
125 | plugin_pimcore_perspectiveeditor_object_items_lockAndPropagate: Lock and Propagate
126 | plugin_pimcore_perspectiveeditor_object_items_paste: Paste
127 | plugin_pimcore_perspectiveeditor_object_items_publish: Publish
128 | plugin_pimcore_perspectiveeditor_object_items_reload: Reload
129 | plugin_pimcore_perspectiveeditor_object_items_rename: Rename
130 | plugin_pimcore_perspectiveeditor_object_items_searchAndMove: Search and Move
131 | plugin_pimcore_perspectiveeditor_object_items_unlock: Unlock
132 | plugin_pimcore_perspectiveeditor_object_items_unlockAndPropagate: Unlock and Propagate
133 | plugin_pimcore_perspectiveeditor_object_items_unpublish: Unpublish
134 | plugin_pimcore_perspectiveeditor_menu_file_hidden: Hide File Menu
135 | plugin_pimcore_perspectiveeditor_menu_file_items_about: About
136 | plugin_pimcore_perspectiveeditor_menu_file_items_closeAll: Close All
137 | plugin_pimcore_perspectiveeditor_menu_file_items_dashboards: Dashboards
138 | plugin_pimcore_perspectiveeditor_menu_file_items_help: Help
139 | plugin_pimcore_perspectiveeditor_menu_file_items_openAsset: Open Asset
140 | plugin_pimcore_perspectiveeditor_menu_file_items_openDocument: Open Document
141 | plugin_pimcore_perspectiveeditor_menu_file_items_openObject: Open Object
142 | plugin_pimcore_perspectiveeditor_menu_file_items_perspectives: Perspectives
143 | plugin_pimcore_perspectiveeditor_menu_file_items_schedule: Schedule
144 | plugin_pimcore_perspectiveeditor_menu_file_items_searchReplace: Search and Replace
145 | plugin_pimcore_perspectiveeditor_menu_file_items_seemode: Seemode
146 | plugin_pimcore_perspectiveeditor_menu_extras_hidden: Hide Extras Menu
147 | plugin_pimcore_perspectiveeditor_menu_extras_items_applicationlog: Application Log
148 | plugin_pimcore_perspectiveeditor_menu_extras_items_emails: E-Mails
149 | plugin_pimcore_perspectiveeditor_menu_extras_items_gdpr_data_extractor: GDPR Extractor
150 | plugin_pimcore_perspectiveeditor_menu_extras_items_glossary: Glossary
151 | plugin_pimcore_perspectiveeditor_menu_extras_items_maintenance: Maintenance
152 | plugin_pimcore_perspectiveeditor_menu_extras_items_notesEvents: Notes & Events
153 | plugin_pimcore_perspectiveeditor_menu_extras_items_plugins: Bundles
154 | plugin_pimcore_perspectiveeditor_menu_extras_items_recyclebin: Recyclebin
155 | plugin_pimcore_perspectiveeditor_menu_extras_items_redirects: Redirects
156 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_hidden: Hide Systemtools
157 | Menu
158 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_database: Database
159 | Administration
160 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_fileexplorer: Server
161 | File Explorer
162 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_opcache: PHP
163 | OPcache Status
164 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_phpinfo: PHP
165 | Info
166 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_requirements: System-Requirements
167 | Check
168 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_serverinfo: Server
169 | Info
170 | plugin_pimcore_perspectiveeditor_menu_extras_items_translations: Translations
171 | plugin_pimcore_perspectiveeditor_menu_marketing_hidden: Hide Markeing Menu
172 | plugin_pimcore_perspectiveeditor_menu_marketing_items_reports: Reports
173 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_hidden: Hide SEO Menu
174 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_documents: SEO Document
175 | Editor
176 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_httperrors: HTTP Errors
177 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_robots: Robots.txt
178 | plugin_pimcore_perspectiveeditor_menu_marketing_items_tagmanagement: Tag & Snippet
179 | Management
180 | plugin_pimcore_perspectiveeditor_menu_marketing_items_targeting: Personalization /
181 | Targeting
182 | plugin_pimcore_perspectiveeditor_menu_settings_hidden: Hide Settings Menu
183 | plugin_pimcore_perspectiveeditor_menu_settings_items_adminTranslations: Admin Translations
184 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_hidden: Hide Cache Menu
185 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearAll: Cache >
186 | Clear All
187 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearData: Cache
188 | > Data Cache
189 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearOutput: Cache
190 | > Clear Full Page Cache
191 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearSymfony: Cache
192 | > Clean Symfony Cache
193 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearTemp: Cache
194 | > Clear temporary files
195 | plugin_pimcore_perspectiveeditor_menu_settings_items_customReports: Custom Reports
196 | plugin_pimcore_perspectiveeditor_menu_settings_items_documentTypes: Document Types
197 | plugin_pimcore_perspectiveeditor_menu_settings_items_marketingReports: Marketing Reports
198 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_hidden: Hide Data Objects
199 | Menu
200 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_bulkExport: Data
201 | Objects > Bulk Export
202 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_bulkImport: Data
203 | Objects > Bulk Import
204 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_classes: Data Objects
205 | > Classes
206 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_classificationstore: Data
207 | Objects > Classification Store
208 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_fieldcollections: Data
209 | Objects > Field Collections
210 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_objectbricks: Data
211 | Objects > Object Bricks
212 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_quantityValue: Data
213 | Objects > Quantity Value
214 | plugin_pimcore_perspectiveeditor_menu_settings_items_predefinedMetadata: Predefined
215 | Metadata
216 | plugin_pimcore_perspectiveeditor_menu_settings_items_predefinedProperties: Predefined
217 | Properties
218 | plugin_pimcore_perspectiveeditor_menu_settings_items_routes: Static Routes
219 | plugin_pimcore_perspectiveeditor_menu_settings_items_system: System Settings
220 | plugin_pimcore_perspectiveeditor_menu_settings_items_tagConfiguration: Tag Configuration
221 | plugin_pimcore_perspectiveeditor_menu_settings_items_thumbnails: Thumbnails
222 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_hidden: Hide Users/Roles
223 | Menu
224 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_items_roles: Roles
225 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_items_users: Users
226 | plugin_pimcore_perspectiveeditor_menu_settings_items_web2print: Web-to-Print Settings
227 | plugin_pimcore_perspectiveeditor_menu_settings_items_website: Website Settings
228 | plugin_pimcore_perspectiveeditor_menu_settings_items_perspectiveEditor: Perspective
229 | Editor
230 | plugin_pimcore_perspectiveeditor_menu_search_hidden: Hide Search Menu
231 | plugin_pimcore_perspectiveeditor_menu_search_items_assets: Assets
232 | plugin_pimcore_perspectiveeditor_menu_search_items_documents: Documents
233 | plugin_pimcore_perspectiveeditor_menu_search_items_objects: Objects
234 | plugin_pimcore_perspectiveeditor_menu_search_items_quickSearch: Quick Search
235 | plugin_pimcore_perspectiveeditor_datahub: Data-Hub
236 | plugin_pimcore_perspectiveeditor_menu_datahub_hidden: Hide Data-Hub
237 | ...
238 |
--------------------------------------------------------------------------------
/src/Resources/translations/admin.pl.yml:
--------------------------------------------------------------------------------
1 | ---
2 | plugin_pimcore_perspectiveeditor_perspective_view_editor: Perspectives / Views
3 | plugin_pimcore_perspectiveeditor_no_unique_treeelements: Element tree elements may
4 | contain a maximum of one type of document, asset and data object
5 | perspective_editor: Perspective Editor
6 | perspective_editor_view_edit: Perspective Editor View Editing
7 | plugin_pimcore_perspectiveeditor_perspective_editor: Perspective Editor
8 | plugin_pimcore_perspectiveeditor_available_perspectives: Available Perspectives
9 | plugin_pimcore_perspectiveeditor_add_perspective: Add Perspective
10 | plugin_pimcore_perspectiveeditor_new_perspective: New Perspective
11 | plugin_pimcore_perspectiveeditor_icon: Icon
12 | plugin_pimcore_perspectiveeditor_elementTree: Element Tree
13 | plugin_pimcore_perspectiveeditor_elementTreeLeft: Element Tree Left
14 | plugin_pimcore_perspectiveeditor_elementTreeRight: Element Tree Right
15 | plugin_pimcore_perspectiveeditor_dashboard: Dashboard
16 | plugin_pimcore_perspectiveeditor_toolbar: Toolbar
17 | plugin_pimcore_perspectiveeditor_are_you_sure: Are you sure?
18 | plugin_pimcore_perspectiveeditor_confirm_reload: Confirm reload
19 | plugin_pimcore_perspectiveeditor_confirm_delete: Confirm delete
20 | plugin_pimcore_perspectiveeditor_perspective_rename: Rename Perspective
21 | plugin_pimcore_perspectiveeditor_add: Add
22 | plugin_pimcore_perspectiveeditor_remove: Remove
23 | plugin_pimcore_perspectiveeditor_reload: Reload
24 | plugin_pimcore_perspectiveeditor_rename: Rename
25 | plugin_pimcore_perspectiveeditor_new_dashboard_definition: New Dashboard Definition
26 | plugin_pimcore_perspectiveeditor_toolbar_access: Toolbar Access
27 | plugin_pimcore_perspectiveeditor_file: File
28 | plugin_pimcore_perspectiveeditor_extras: Extras
29 | plugin_pimcore_perspectiveeditor_marketing: Marketing
30 | plugin_pimcore_perspectiveeditor_settings: Settings
31 | plugin_pimcore_perspectiveeditor_search: Search
32 | plugin_pimcore_perspectiveeditor_select_empty: None selected
33 | plugin_pimcore_perspectiveeditor_dashboard_assignment: Dashboard Assignment
34 | plugin_pimcore_perspectiveeditor_left_column: Left Column
35 | plugin_pimcore_perspectiveeditor_right_column: Right Column
36 | plugin_pimcore_perspectiveeditor_left: Left
37 | plugin_pimcore_perspectiveeditor_right: Right
38 | plugin_pimcore_perspectiveeditor_dashboard_forbidden: Forbidden Dashboards
39 | plugin_pimcore_perspectiveeditor_custom_view: Custom View
40 | plugin_pimcore_perspectiveeditor_document: Document
41 | plugin_pimcore_perspectiveeditor_contextmenu: Contextmenu
42 | plugin_pimcore_perspectiveeditor_tree_element_selection: Element Tree Settings
43 | plugin_pimcore_perspectiveeditor_position: Position
44 | plugin_pimcore_perspectiveeditor_sort: Sorting
45 | plugin_pimcore_perspectiveeditor_view_type: Element Type
46 | plugin_pimcore_perspectiveeditor_icon_selection: Icon Selection
47 | plugin_pimcore_perspectiveeditor_view_expanded: Expanded
48 | plugin_pimcore_perspectiveeditor_view_hidden: Hidden
49 | plugin_pimcore_perspectiveeditor_view_editor: View Editor
50 | plugin_pimcore_perspectiveeditor_views: Views
51 | plugin_pimcore_perspectiveeditor_all_content_will_be_lost: All content will be lost
52 | plugin_pimcore_perspectiveeditor_add_view: Add View
53 | plugin_pimcore_perspectiveeditor_new_view: New View
54 | plugin_pimcore_perspectiveeditor_name: Name
55 | plugin_pimcore_perspectiveeditor_view_selection: View Settings
56 | plugin_pimcore_perspectiveeditor_type: Type
57 | plugin_pimcore_perspectiveeditor_rootfolder: Root Folder
58 | plugin_pimcore_perspectiveeditor_show_root: Show Root
59 | plugin_pimcore_perspectiveeditor_allowed_classes: Allow Objects
60 | plugin_pimcore_perspectiveeditor_allowed_types_hint: (empty = allow all)
61 | plugin_pimcore_perspectiveeditor_asset: Asset
62 | plugin_pimcore_perspectiveeditor_object: Object
63 | plugin_pimcore_perspectiveeditor_sql: SQL
64 | plugin_pimcore_perspectiveeditor_sql_having: Having Statement
65 | plugin_pimcore_perspectiveeditor_sql_where: Where Statement
66 | plugin_pimcore_perspectiveeditor_view_default_positioning: Default Positioning
67 | plugin_pimcore_perspectiveeditor_document_items_add: Add
68 | plugin_pimcore_perspectiveeditor_document_items_addEmail: Add E-Mail
69 | plugin_pimcore_perspectiveeditor_document_items_addFolder: Add Folder
70 | plugin_pimcore_perspectiveeditor_document_items_addHardlink: Add Hardlink
71 | plugin_pimcore_perspectiveeditor_document_items_addLink: Add Link
72 | plugin_pimcore_perspectiveeditor_document_items_addNewsletter: Add Newsletter
73 | plugin_pimcore_perspectiveeditor_document_items_addPrintPage: Add PrintPage
74 | plugin_pimcore_perspectiveeditor_document_items_addSnippet: Add Snippet
75 | plugin_pimcore_perspectiveeditor_document_items_convert: Convert
76 | plugin_pimcore_perspectiveeditor_document_items_copy: Copy
77 | plugin_pimcore_perspectiveeditor_document_items_cut: Cut
78 | plugin_pimcore_perspectiveeditor_document_items_delete: Delete
79 | plugin_pimcore_perspectiveeditor_document_items_editSite: Edit Site
80 | plugin_pimcore_perspectiveeditor_document_items_lock: Lock
81 | plugin_pimcore_perspectiveeditor_document_items_lockAndPropagate: Lock and Propagate
82 | plugin_pimcore_perspectiveeditor_document_items_open: Open
83 | plugin_pimcore_perspectiveeditor_document_items_paste: Paste
84 | plugin_pimcore_perspectiveeditor_document_items_pasteCut: Paste Cut
85 | plugin_pimcore_perspectiveeditor_document_items_publish: Publish
86 | plugin_pimcore_perspectiveeditor_document_items_reload: Reload
87 | plugin_pimcore_perspectiveeditor_document_items_removeSite: Remove Site
88 | plugin_pimcore_perspectiveeditor_document_items_rename: Rename
89 | plugin_pimcore_perspectiveeditor_document_items_searchAndMove: Search and Move
90 | plugin_pimcore_perspectiveeditor_document_items_unlock: Unlock
91 | plugin_pimcore_perspectiveeditor_document_items_unlockAndPropagate: Unlock and Propagate
92 | plugin_pimcore_perspectiveeditor_document_items_unpublish: Unpublish
93 | plugin_pimcore_perspectiveeditor_document_items_useAsSite: Use As Site
94 | plugin_pimcore_perspectiveeditor_asset_items_add_hidden: Hide Add Menu
95 | plugin_pimcore_perspectiveeditor_asset_items_add_items_importFromServer: Add > Import
96 | from Server
97 | plugin_pimcore_perspectiveeditor_asset_items_add_items_upload: Add > Upload
98 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadCompatibility: Add >
99 | Upload Compatibility
100 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadFromUrl: Add > Upload
101 | from URL
102 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadZip: Add > Upload Zip
103 | plugin_pimcore_perspectiveeditor_asset_items_addFolder: Add Folder
104 | plugin_pimcore_perspectiveeditor_asset_items_copy: Copy
105 | plugin_pimcore_perspectiveeditor_asset_items_cut: Cut
106 | plugin_pimcore_perspectiveeditor_asset_items_delete: Delete
107 | plugin_pimcore_perspectiveeditor_asset_items_lock: Lock
108 | plugin_pimcore_perspectiveeditor_asset_items_lockAndPropagate: Lock an Propagate
109 | plugin_pimcore_perspectiveeditor_asset_items_paste: Paste
110 | plugin_pimcore_perspectiveeditor_asset_items_pasteCut: Paste Cut
111 | plugin_pimcore_perspectiveeditor_asset_items_reload: Reload
112 | plugin_pimcore_perspectiveeditor_asset_items_rename: Rename
113 | plugin_pimcore_perspectiveeditor_asset_items_searchAndMove: Search and Move
114 | plugin_pimcore_perspectiveeditor_asset_items_unlock: Unlock
115 | plugin_pimcore_perspectiveeditor_asset_items_unlockAndPropagate: Unlock and Propagate
116 | plugin_pimcore_perspectiveeditor_object_items_add: Add
117 | plugin_pimcore_perspectiveeditor_object_items_addFolder: Add Folder
118 | plugin_pimcore_perspectiveeditor_object_items_changeChildrenSortBy: Change Children
119 | SortBy
120 | plugin_pimcore_perspectiveeditor_object_items_copy: Copy
121 | plugin_pimcore_perspectiveeditor_object_items_cut: Cut
122 | plugin_pimcore_perspectiveeditor_object_items_delete: Delete
123 | plugin_pimcore_perspectiveeditor_object_items_importCsv: Import CSV
124 | plugin_pimcore_perspectiveeditor_object_items_lock: Lock
125 | plugin_pimcore_perspectiveeditor_object_items_lockAndPropagate: Lock and Propagate
126 | plugin_pimcore_perspectiveeditor_object_items_paste: Paste
127 | plugin_pimcore_perspectiveeditor_object_items_publish: Publish
128 | plugin_pimcore_perspectiveeditor_object_items_reload: Reload
129 | plugin_pimcore_perspectiveeditor_object_items_rename: Rename
130 | plugin_pimcore_perspectiveeditor_object_items_searchAndMove: Search and Move
131 | plugin_pimcore_perspectiveeditor_object_items_unlock: Unlock
132 | plugin_pimcore_perspectiveeditor_object_items_unlockAndPropagate: Unlock and Propagate
133 | plugin_pimcore_perspectiveeditor_object_items_unpublish: Unpublish
134 | plugin_pimcore_perspectiveeditor_menu_file_hidden: Hide File Menu
135 | plugin_pimcore_perspectiveeditor_menu_file_items_about: About
136 | plugin_pimcore_perspectiveeditor_menu_file_items_closeAll: Close All
137 | plugin_pimcore_perspectiveeditor_menu_file_items_dashboards: Dashboards
138 | plugin_pimcore_perspectiveeditor_menu_file_items_help: Help
139 | plugin_pimcore_perspectiveeditor_menu_file_items_openAsset: Open Asset
140 | plugin_pimcore_perspectiveeditor_menu_file_items_openDocument: Open Document
141 | plugin_pimcore_perspectiveeditor_menu_file_items_openObject: Open Object
142 | plugin_pimcore_perspectiveeditor_menu_file_items_perspectives: Perspectives
143 | plugin_pimcore_perspectiveeditor_menu_file_items_schedule: Schedule
144 | plugin_pimcore_perspectiveeditor_menu_file_items_searchReplace: Search and Replace
145 | plugin_pimcore_perspectiveeditor_menu_file_items_seemode: Seemode
146 | plugin_pimcore_perspectiveeditor_menu_extras_hidden: Hide Extras Menu
147 | plugin_pimcore_perspectiveeditor_menu_extras_items_applicationlog: Application Log
148 | plugin_pimcore_perspectiveeditor_menu_extras_items_emails: E-Mails
149 | plugin_pimcore_perspectiveeditor_menu_extras_items_gdpr_data_extractor: GDPR Extractor
150 | plugin_pimcore_perspectiveeditor_menu_extras_items_glossary: Glossary
151 | plugin_pimcore_perspectiveeditor_menu_extras_items_maintenance: Maintenance
152 | plugin_pimcore_perspectiveeditor_menu_extras_items_notesEvents: Notes & Events
153 | plugin_pimcore_perspectiveeditor_menu_extras_items_plugins: Bundles
154 | plugin_pimcore_perspectiveeditor_menu_extras_items_recyclebin: Recyclebin
155 | plugin_pimcore_perspectiveeditor_menu_extras_items_redirects: Redirects
156 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_hidden: Hide Systemtools
157 | Menu
158 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_database: Database
159 | Administration
160 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_fileexplorer: Server
161 | File Explorer
162 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_opcache: PHP
163 | OPcache Status
164 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_phpinfo: PHP
165 | Info
166 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_requirements: System-Requirements
167 | Check
168 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_serverinfo: Server
169 | Info
170 | plugin_pimcore_perspectiveeditor_menu_extras_items_translations: Translations
171 | plugin_pimcore_perspectiveeditor_menu_marketing_hidden: Hide Markeing Menu
172 | plugin_pimcore_perspectiveeditor_menu_marketing_items_reports: Reports
173 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_hidden: Hide SEO Menu
174 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_documents: SEO Document
175 | Editor
176 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_httperrors: HTTP Errors
177 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_robots: Robots.txt
178 | plugin_pimcore_perspectiveeditor_menu_marketing_items_tagmanagement: Tag & Snippet
179 | Management
180 | plugin_pimcore_perspectiveeditor_menu_marketing_items_targeting: Personalization /
181 | Targeting
182 | plugin_pimcore_perspectiveeditor_menu_settings_hidden: Hide Settings Menu
183 | plugin_pimcore_perspectiveeditor_menu_settings_items_adminTranslations: Admin Translations
184 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_hidden: Hide Cache Menu
185 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearAll: Cache >
186 | Clear All
187 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearData: Cache
188 | > Data Cache
189 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearOutput: Cache
190 | > Clear Full Page Cache
191 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearSymfony: Cache
192 | > Clean Symfony Cache
193 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearTemp: Cache
194 | > Clear temporary files
195 | plugin_pimcore_perspectiveeditor_menu_settings_items_customReports: Custom Reports
196 | plugin_pimcore_perspectiveeditor_menu_settings_items_documentTypes: Document Types
197 | plugin_pimcore_perspectiveeditor_menu_settings_items_marketingReports: Marketing Reports
198 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_hidden: Hide Data Objects
199 | Menu
200 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_bulkExport: Data
201 | Objects > Bulk Export
202 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_bulkImport: Data
203 | Objects > Bulk Import
204 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_classes: Data Objects
205 | > Classes
206 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_classificationstore: Data
207 | Objects > Classification Store
208 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_fieldcollections: Data
209 | Objects > Field Collections
210 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_objectbricks: Data
211 | Objects > Object Bricks
212 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_quantityValue: Data
213 | Objects > Quantity Value
214 | plugin_pimcore_perspectiveeditor_menu_settings_items_predefinedMetadata: Predefined
215 | Metadata
216 | plugin_pimcore_perspectiveeditor_menu_settings_items_predefinedProperties: Predefined
217 | Properties
218 | plugin_pimcore_perspectiveeditor_menu_settings_items_routes: Static Routes
219 | plugin_pimcore_perspectiveeditor_menu_settings_items_system: System Settings
220 | plugin_pimcore_perspectiveeditor_menu_settings_items_tagConfiguration: Tag Configuration
221 | plugin_pimcore_perspectiveeditor_menu_settings_items_thumbnails: Thumbnails
222 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_hidden: Hide Users/Roles
223 | Menu
224 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_items_roles: Roles
225 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_items_users: Users
226 | plugin_pimcore_perspectiveeditor_menu_settings_items_web2print: Web-to-Print Settings
227 | plugin_pimcore_perspectiveeditor_menu_settings_items_website: Website Settings
228 | plugin_pimcore_perspectiveeditor_menu_settings_items_perspectiveEditor: Perspective
229 | Editor
230 | plugin_pimcore_perspectiveeditor_menu_search_hidden: Hide Search Menu
231 | plugin_pimcore_perspectiveeditor_menu_search_items_assets: Assets
232 | plugin_pimcore_perspectiveeditor_menu_search_items_documents: Documents
233 | plugin_pimcore_perspectiveeditor_menu_search_items_objects: Objects
234 | plugin_pimcore_perspectiveeditor_menu_search_items_quickSearch: Quick Search
235 | plugin_pimcore_perspectiveeditor_datahub: Data-Hub
236 | plugin_pimcore_perspectiveeditor_menu_datahub_hidden: Hide Data-Hub
237 | ...
238 |
--------------------------------------------------------------------------------
/src/Resources/translations/admin.ro.yml:
--------------------------------------------------------------------------------
1 | ---
2 | plugin_pimcore_perspectiveeditor_perspective_view_editor: Perspectives / Views
3 | plugin_pimcore_perspectiveeditor_no_unique_treeelements: Element tree elements may
4 | contain a maximum of one type of document, asset and data object
5 | perspective_editor: Perspective Editor
6 | perspective_editor_view_edit: Perspective Editor View Editing
7 | plugin_pimcore_perspectiveeditor_perspective_editor: Perspective Editor
8 | plugin_pimcore_perspectiveeditor_available_perspectives: Available Perspectives
9 | plugin_pimcore_perspectiveeditor_add_perspective: Add Perspective
10 | plugin_pimcore_perspectiveeditor_new_perspective: New Perspective
11 | plugin_pimcore_perspectiveeditor_icon: Icon
12 | plugin_pimcore_perspectiveeditor_elementTree: Element Tree
13 | plugin_pimcore_perspectiveeditor_elementTreeLeft: Element Tree Left
14 | plugin_pimcore_perspectiveeditor_elementTreeRight: Element Tree Right
15 | plugin_pimcore_perspectiveeditor_dashboard: Dashboard
16 | plugin_pimcore_perspectiveeditor_toolbar: Toolbar
17 | plugin_pimcore_perspectiveeditor_are_you_sure: Are you sure?
18 | plugin_pimcore_perspectiveeditor_confirm_reload: Confirm reload
19 | plugin_pimcore_perspectiveeditor_confirm_delete: Confirm delete
20 | plugin_pimcore_perspectiveeditor_perspective_rename: Rename Perspective
21 | plugin_pimcore_perspectiveeditor_add: Add
22 | plugin_pimcore_perspectiveeditor_remove: Remove
23 | plugin_pimcore_perspectiveeditor_reload: Reload
24 | plugin_pimcore_perspectiveeditor_rename: Rename
25 | plugin_pimcore_perspectiveeditor_new_dashboard_definition: New Dashboard Definition
26 | plugin_pimcore_perspectiveeditor_toolbar_access: Toolbar Access
27 | plugin_pimcore_perspectiveeditor_file: File
28 | plugin_pimcore_perspectiveeditor_extras: Extras
29 | plugin_pimcore_perspectiveeditor_marketing: Marketing
30 | plugin_pimcore_perspectiveeditor_settings: Settings
31 | plugin_pimcore_perspectiveeditor_search: Search
32 | plugin_pimcore_perspectiveeditor_select_empty: None selected
33 | plugin_pimcore_perspectiveeditor_dashboard_assignment: Dashboard Assignment
34 | plugin_pimcore_perspectiveeditor_left_column: Left Column
35 | plugin_pimcore_perspectiveeditor_right_column: Right Column
36 | plugin_pimcore_perspectiveeditor_left: Left
37 | plugin_pimcore_perspectiveeditor_right: Right
38 | plugin_pimcore_perspectiveeditor_dashboard_forbidden: Forbidden Dashboards
39 | plugin_pimcore_perspectiveeditor_custom_view: Custom View
40 | plugin_pimcore_perspectiveeditor_document: Document
41 | plugin_pimcore_perspectiveeditor_contextmenu: Contextmenu
42 | plugin_pimcore_perspectiveeditor_tree_element_selection: Element Tree Settings
43 | plugin_pimcore_perspectiveeditor_position: Position
44 | plugin_pimcore_perspectiveeditor_sort: Sorting
45 | plugin_pimcore_perspectiveeditor_view_type: Element Type
46 | plugin_pimcore_perspectiveeditor_icon_selection: Icon Selection
47 | plugin_pimcore_perspectiveeditor_view_expanded: Expanded
48 | plugin_pimcore_perspectiveeditor_view_hidden: Hidden
49 | plugin_pimcore_perspectiveeditor_view_editor: View Editor
50 | plugin_pimcore_perspectiveeditor_views: Views
51 | plugin_pimcore_perspectiveeditor_all_content_will_be_lost: All content will be lost
52 | plugin_pimcore_perspectiveeditor_add_view: Add View
53 | plugin_pimcore_perspectiveeditor_new_view: New View
54 | plugin_pimcore_perspectiveeditor_name: Name
55 | plugin_pimcore_perspectiveeditor_view_selection: View Settings
56 | plugin_pimcore_perspectiveeditor_type: Type
57 | plugin_pimcore_perspectiveeditor_rootfolder: Root Folder
58 | plugin_pimcore_perspectiveeditor_show_root: Show Root
59 | plugin_pimcore_perspectiveeditor_allowed_classes: Allow Objects
60 | plugin_pimcore_perspectiveeditor_allowed_types_hint: (empty = allow all)
61 | plugin_pimcore_perspectiveeditor_asset: Asset
62 | plugin_pimcore_perspectiveeditor_object: Object
63 | plugin_pimcore_perspectiveeditor_sql: SQL
64 | plugin_pimcore_perspectiveeditor_sql_having: Having Statement
65 | plugin_pimcore_perspectiveeditor_sql_where: Where Statement
66 | plugin_pimcore_perspectiveeditor_view_default_positioning: Default Positioning
67 | plugin_pimcore_perspectiveeditor_document_items_add: Add
68 | plugin_pimcore_perspectiveeditor_document_items_addEmail: Add E-Mail
69 | plugin_pimcore_perspectiveeditor_document_items_addFolder: Add Folder
70 | plugin_pimcore_perspectiveeditor_document_items_addHardlink: Add Hardlink
71 | plugin_pimcore_perspectiveeditor_document_items_addLink: Add Link
72 | plugin_pimcore_perspectiveeditor_document_items_addNewsletter: Add Newsletter
73 | plugin_pimcore_perspectiveeditor_document_items_addPrintPage: Add PrintPage
74 | plugin_pimcore_perspectiveeditor_document_items_addSnippet: Add Snippet
75 | plugin_pimcore_perspectiveeditor_document_items_convert: Convert
76 | plugin_pimcore_perspectiveeditor_document_items_copy: Copy
77 | plugin_pimcore_perspectiveeditor_document_items_cut: Cut
78 | plugin_pimcore_perspectiveeditor_document_items_delete: Delete
79 | plugin_pimcore_perspectiveeditor_document_items_editSite: Edit Site
80 | plugin_pimcore_perspectiveeditor_document_items_lock: Lock
81 | plugin_pimcore_perspectiveeditor_document_items_lockAndPropagate: Lock and Propagate
82 | plugin_pimcore_perspectiveeditor_document_items_open: Open
83 | plugin_pimcore_perspectiveeditor_document_items_paste: Paste
84 | plugin_pimcore_perspectiveeditor_document_items_pasteCut: Paste Cut
85 | plugin_pimcore_perspectiveeditor_document_items_publish: Publish
86 | plugin_pimcore_perspectiveeditor_document_items_reload: Reload
87 | plugin_pimcore_perspectiveeditor_document_items_removeSite: Remove Site
88 | plugin_pimcore_perspectiveeditor_document_items_rename: Rename
89 | plugin_pimcore_perspectiveeditor_document_items_searchAndMove: Search and Move
90 | plugin_pimcore_perspectiveeditor_document_items_unlock: Unlock
91 | plugin_pimcore_perspectiveeditor_document_items_unlockAndPropagate: Unlock and Propagate
92 | plugin_pimcore_perspectiveeditor_document_items_unpublish: Unpublish
93 | plugin_pimcore_perspectiveeditor_document_items_useAsSite: Use As Site
94 | plugin_pimcore_perspectiveeditor_asset_items_add_hidden: Hide Add Menu
95 | plugin_pimcore_perspectiveeditor_asset_items_add_items_importFromServer: Add > Import
96 | from Server
97 | plugin_pimcore_perspectiveeditor_asset_items_add_items_upload: Add > Upload
98 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadCompatibility: Add >
99 | Upload Compatibility
100 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadFromUrl: Add > Upload
101 | from URL
102 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadZip: Add > Upload Zip
103 | plugin_pimcore_perspectiveeditor_asset_items_addFolder: Add Folder
104 | plugin_pimcore_perspectiveeditor_asset_items_copy: Copy
105 | plugin_pimcore_perspectiveeditor_asset_items_cut: Cut
106 | plugin_pimcore_perspectiveeditor_asset_items_delete: Delete
107 | plugin_pimcore_perspectiveeditor_asset_items_lock: Lock
108 | plugin_pimcore_perspectiveeditor_asset_items_lockAndPropagate: Lock an Propagate
109 | plugin_pimcore_perspectiveeditor_asset_items_paste: Paste
110 | plugin_pimcore_perspectiveeditor_asset_items_pasteCut: Paste Cut
111 | plugin_pimcore_perspectiveeditor_asset_items_reload: Reload
112 | plugin_pimcore_perspectiveeditor_asset_items_rename: Rename
113 | plugin_pimcore_perspectiveeditor_asset_items_searchAndMove: Search and Move
114 | plugin_pimcore_perspectiveeditor_asset_items_unlock: Unlock
115 | plugin_pimcore_perspectiveeditor_asset_items_unlockAndPropagate: Unlock and Propagate
116 | plugin_pimcore_perspectiveeditor_object_items_add: Add
117 | plugin_pimcore_perspectiveeditor_object_items_addFolder: Add Folder
118 | plugin_pimcore_perspectiveeditor_object_items_changeChildrenSortBy: Change Children
119 | SortBy
120 | plugin_pimcore_perspectiveeditor_object_items_copy: Copy
121 | plugin_pimcore_perspectiveeditor_object_items_cut: Cut
122 | plugin_pimcore_perspectiveeditor_object_items_delete: Delete
123 | plugin_pimcore_perspectiveeditor_object_items_importCsv: Import CSV
124 | plugin_pimcore_perspectiveeditor_object_items_lock: Lock
125 | plugin_pimcore_perspectiveeditor_object_items_lockAndPropagate: Lock and Propagate
126 | plugin_pimcore_perspectiveeditor_object_items_paste: Paste
127 | plugin_pimcore_perspectiveeditor_object_items_publish: Publish
128 | plugin_pimcore_perspectiveeditor_object_items_reload: Reload
129 | plugin_pimcore_perspectiveeditor_object_items_rename: Rename
130 | plugin_pimcore_perspectiveeditor_object_items_searchAndMove: Search and Move
131 | plugin_pimcore_perspectiveeditor_object_items_unlock: Unlock
132 | plugin_pimcore_perspectiveeditor_object_items_unlockAndPropagate: Unlock and Propagate
133 | plugin_pimcore_perspectiveeditor_object_items_unpublish: Unpublish
134 | plugin_pimcore_perspectiveeditor_menu_file_hidden: Hide File Menu
135 | plugin_pimcore_perspectiveeditor_menu_file_items_about: About
136 | plugin_pimcore_perspectiveeditor_menu_file_items_closeAll: Close All
137 | plugin_pimcore_perspectiveeditor_menu_file_items_dashboards: Dashboards
138 | plugin_pimcore_perspectiveeditor_menu_file_items_help: Help
139 | plugin_pimcore_perspectiveeditor_menu_file_items_openAsset: Open Asset
140 | plugin_pimcore_perspectiveeditor_menu_file_items_openDocument: Open Document
141 | plugin_pimcore_perspectiveeditor_menu_file_items_openObject: Open Object
142 | plugin_pimcore_perspectiveeditor_menu_file_items_perspectives: Perspectives
143 | plugin_pimcore_perspectiveeditor_menu_file_items_schedule: Schedule
144 | plugin_pimcore_perspectiveeditor_menu_file_items_searchReplace: Search and Replace
145 | plugin_pimcore_perspectiveeditor_menu_file_items_seemode: Seemode
146 | plugin_pimcore_perspectiveeditor_menu_extras_hidden: Hide Extras Menu
147 | plugin_pimcore_perspectiveeditor_menu_extras_items_applicationlog: Application Log
148 | plugin_pimcore_perspectiveeditor_menu_extras_items_emails: E-Mails
149 | plugin_pimcore_perspectiveeditor_menu_extras_items_gdpr_data_extractor: GDPR Extractor
150 | plugin_pimcore_perspectiveeditor_menu_extras_items_glossary: Glossary
151 | plugin_pimcore_perspectiveeditor_menu_extras_items_maintenance: Maintenance
152 | plugin_pimcore_perspectiveeditor_menu_extras_items_notesEvents: Notes & Events
153 | plugin_pimcore_perspectiveeditor_menu_extras_items_plugins: Bundles
154 | plugin_pimcore_perspectiveeditor_menu_extras_items_recyclebin: Recyclebin
155 | plugin_pimcore_perspectiveeditor_menu_extras_items_redirects: Redirects
156 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_hidden: Hide Systemtools
157 | Menu
158 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_database: Database
159 | Administration
160 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_fileexplorer: Server
161 | File Explorer
162 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_opcache: PHP
163 | OPcache Status
164 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_phpinfo: PHP
165 | Info
166 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_requirements: System-Requirements
167 | Check
168 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_serverinfo: Server
169 | Info
170 | plugin_pimcore_perspectiveeditor_menu_extras_items_translations: Translations
171 | plugin_pimcore_perspectiveeditor_menu_marketing_hidden: Hide Markeing Menu
172 | plugin_pimcore_perspectiveeditor_menu_marketing_items_reports: Reports
173 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_hidden: Hide SEO Menu
174 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_documents: SEO Document
175 | Editor
176 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_httperrors: HTTP Errors
177 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_robots: Robots.txt
178 | plugin_pimcore_perspectiveeditor_menu_marketing_items_tagmanagement: Tag & Snippet
179 | Management
180 | plugin_pimcore_perspectiveeditor_menu_marketing_items_targeting: Personalization /
181 | Targeting
182 | plugin_pimcore_perspectiveeditor_menu_settings_hidden: Hide Settings Menu
183 | plugin_pimcore_perspectiveeditor_menu_settings_items_adminTranslations: Admin Translations
184 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_hidden: Hide Cache Menu
185 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearAll: Cache >
186 | Clear All
187 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearData: Cache
188 | > Data Cache
189 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearOutput: Cache
190 | > Clear Full Page Cache
191 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearSymfony: Cache
192 | > Clean Symfony Cache
193 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearTemp: Cache
194 | > Clear temporary files
195 | plugin_pimcore_perspectiveeditor_menu_settings_items_customReports: Custom Reports
196 | plugin_pimcore_perspectiveeditor_menu_settings_items_documentTypes: Document Types
197 | plugin_pimcore_perspectiveeditor_menu_settings_items_marketingReports: Marketing Reports
198 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_hidden: Hide Data Objects
199 | Menu
200 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_bulkExport: Data
201 | Objects > Bulk Export
202 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_bulkImport: Data
203 | Objects > Bulk Import
204 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_classes: Data Objects
205 | > Classes
206 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_classificationstore: Data
207 | Objects > Classification Store
208 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_fieldcollections: Data
209 | Objects > Field Collections
210 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_objectbricks: Data
211 | Objects > Object Bricks
212 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_quantityValue: Data
213 | Objects > Quantity Value
214 | plugin_pimcore_perspectiveeditor_menu_settings_items_predefinedMetadata: Predefined
215 | Metadata
216 | plugin_pimcore_perspectiveeditor_menu_settings_items_predefinedProperties: Predefined
217 | Properties
218 | plugin_pimcore_perspectiveeditor_menu_settings_items_routes: Static Routes
219 | plugin_pimcore_perspectiveeditor_menu_settings_items_system: System Settings
220 | plugin_pimcore_perspectiveeditor_menu_settings_items_tagConfiguration: Tag Configuration
221 | plugin_pimcore_perspectiveeditor_menu_settings_items_thumbnails: Thumbnails
222 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_hidden: Hide Users/Roles
223 | Menu
224 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_items_roles: Roles
225 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_items_users: Users
226 | plugin_pimcore_perspectiveeditor_menu_settings_items_web2print: Web-to-Print Settings
227 | plugin_pimcore_perspectiveeditor_menu_settings_items_website: Website Settings
228 | plugin_pimcore_perspectiveeditor_menu_settings_items_perspectiveEditor: Perspective
229 | Editor
230 | plugin_pimcore_perspectiveeditor_menu_search_hidden: Hide Search Menu
231 | plugin_pimcore_perspectiveeditor_menu_search_items_assets: Assets
232 | plugin_pimcore_perspectiveeditor_menu_search_items_documents: Documents
233 | plugin_pimcore_perspectiveeditor_menu_search_items_objects: Objects
234 | plugin_pimcore_perspectiveeditor_menu_search_items_quickSearch: Quick Search
235 | plugin_pimcore_perspectiveeditor_datahub: Data-Hub
236 | plugin_pimcore_perspectiveeditor_menu_datahub_hidden: Hide Data-Hub
237 | ...
238 |
--------------------------------------------------------------------------------
/src/Resources/translations/admin.sk.yml:
--------------------------------------------------------------------------------
1 | ---
2 | plugin_pimcore_perspectiveeditor_perspective_view_editor: Perspectives / Views
3 | plugin_pimcore_perspectiveeditor_no_unique_treeelements: Element tree elements may
4 | contain a maximum of one type of document, asset and data object
5 | perspective_editor: Perspective Editor
6 | perspective_editor_view_edit: Perspective Editor View Editing
7 | plugin_pimcore_perspectiveeditor_perspective_editor: Perspective Editor
8 | plugin_pimcore_perspectiveeditor_available_perspectives: Available Perspectives
9 | plugin_pimcore_perspectiveeditor_add_perspective: Add Perspective
10 | plugin_pimcore_perspectiveeditor_new_perspective: New Perspective
11 | plugin_pimcore_perspectiveeditor_icon: Icon
12 | plugin_pimcore_perspectiveeditor_elementTree: Element Tree
13 | plugin_pimcore_perspectiveeditor_elementTreeLeft: Element Tree Left
14 | plugin_pimcore_perspectiveeditor_elementTreeRight: Element Tree Right
15 | plugin_pimcore_perspectiveeditor_dashboard: Dashboard
16 | plugin_pimcore_perspectiveeditor_toolbar: Toolbar
17 | plugin_pimcore_perspectiveeditor_are_you_sure: Are you sure?
18 | plugin_pimcore_perspectiveeditor_confirm_reload: Confirm reload
19 | plugin_pimcore_perspectiveeditor_confirm_delete: Confirm delete
20 | plugin_pimcore_perspectiveeditor_perspective_rename: Rename Perspective
21 | plugin_pimcore_perspectiveeditor_add: Add
22 | plugin_pimcore_perspectiveeditor_remove: Remove
23 | plugin_pimcore_perspectiveeditor_reload: Reload
24 | plugin_pimcore_perspectiveeditor_rename: Rename
25 | plugin_pimcore_perspectiveeditor_new_dashboard_definition: New Dashboard Definition
26 | plugin_pimcore_perspectiveeditor_toolbar_access: Toolbar Access
27 | plugin_pimcore_perspectiveeditor_file: File
28 | plugin_pimcore_perspectiveeditor_extras: Extras
29 | plugin_pimcore_perspectiveeditor_marketing: Marketing
30 | plugin_pimcore_perspectiveeditor_settings: Settings
31 | plugin_pimcore_perspectiveeditor_search: Search
32 | plugin_pimcore_perspectiveeditor_select_empty: None selected
33 | plugin_pimcore_perspectiveeditor_dashboard_assignment: Dashboard Assignment
34 | plugin_pimcore_perspectiveeditor_left_column: Left Column
35 | plugin_pimcore_perspectiveeditor_right_column: Right Column
36 | plugin_pimcore_perspectiveeditor_left: Left
37 | plugin_pimcore_perspectiveeditor_right: Right
38 | plugin_pimcore_perspectiveeditor_dashboard_forbidden: Forbidden Dashboards
39 | plugin_pimcore_perspectiveeditor_custom_view: Custom View
40 | plugin_pimcore_perspectiveeditor_document: Document
41 | plugin_pimcore_perspectiveeditor_contextmenu: Contextmenu
42 | plugin_pimcore_perspectiveeditor_tree_element_selection: Element Tree Settings
43 | plugin_pimcore_perspectiveeditor_position: Position
44 | plugin_pimcore_perspectiveeditor_sort: Sorting
45 | plugin_pimcore_perspectiveeditor_view_type: Element Type
46 | plugin_pimcore_perspectiveeditor_icon_selection: Icon Selection
47 | plugin_pimcore_perspectiveeditor_view_expanded: Expanded
48 | plugin_pimcore_perspectiveeditor_view_hidden: Hidden
49 | plugin_pimcore_perspectiveeditor_view_editor: View Editor
50 | plugin_pimcore_perspectiveeditor_views: Views
51 | plugin_pimcore_perspectiveeditor_all_content_will_be_lost: All content will be lost
52 | plugin_pimcore_perspectiveeditor_add_view: Add View
53 | plugin_pimcore_perspectiveeditor_new_view: New View
54 | plugin_pimcore_perspectiveeditor_name: Name
55 | plugin_pimcore_perspectiveeditor_view_selection: View Settings
56 | plugin_pimcore_perspectiveeditor_type: Type
57 | plugin_pimcore_perspectiveeditor_rootfolder: Root Folder
58 | plugin_pimcore_perspectiveeditor_show_root: Show Root
59 | plugin_pimcore_perspectiveeditor_allowed_classes: Allow Objects
60 | plugin_pimcore_perspectiveeditor_allowed_types_hint: (empty = allow all)
61 | plugin_pimcore_perspectiveeditor_asset: Asset
62 | plugin_pimcore_perspectiveeditor_object: Object
63 | plugin_pimcore_perspectiveeditor_sql: SQL
64 | plugin_pimcore_perspectiveeditor_sql_having: Having Statement
65 | plugin_pimcore_perspectiveeditor_sql_where: Where Statement
66 | plugin_pimcore_perspectiveeditor_view_default_positioning: Default Positioning
67 | plugin_pimcore_perspectiveeditor_document_items_add: Add
68 | plugin_pimcore_perspectiveeditor_document_items_addEmail: Add E-Mail
69 | plugin_pimcore_perspectiveeditor_document_items_addFolder: Add Folder
70 | plugin_pimcore_perspectiveeditor_document_items_addHardlink: Add Hardlink
71 | plugin_pimcore_perspectiveeditor_document_items_addLink: Add Link
72 | plugin_pimcore_perspectiveeditor_document_items_addNewsletter: Add Newsletter
73 | plugin_pimcore_perspectiveeditor_document_items_addPrintPage: Add PrintPage
74 | plugin_pimcore_perspectiveeditor_document_items_addSnippet: Add Snippet
75 | plugin_pimcore_perspectiveeditor_document_items_convert: Convert
76 | plugin_pimcore_perspectiveeditor_document_items_copy: Copy
77 | plugin_pimcore_perspectiveeditor_document_items_cut: Cut
78 | plugin_pimcore_perspectiveeditor_document_items_delete: Delete
79 | plugin_pimcore_perspectiveeditor_document_items_editSite: Edit Site
80 | plugin_pimcore_perspectiveeditor_document_items_lock: Lock
81 | plugin_pimcore_perspectiveeditor_document_items_lockAndPropagate: Lock and Propagate
82 | plugin_pimcore_perspectiveeditor_document_items_open: Open
83 | plugin_pimcore_perspectiveeditor_document_items_paste: Paste
84 | plugin_pimcore_perspectiveeditor_document_items_pasteCut: Paste Cut
85 | plugin_pimcore_perspectiveeditor_document_items_publish: Publish
86 | plugin_pimcore_perspectiveeditor_document_items_reload: Reload
87 | plugin_pimcore_perspectiveeditor_document_items_removeSite: Remove Site
88 | plugin_pimcore_perspectiveeditor_document_items_rename: Rename
89 | plugin_pimcore_perspectiveeditor_document_items_searchAndMove: Search and Move
90 | plugin_pimcore_perspectiveeditor_document_items_unlock: Unlock
91 | plugin_pimcore_perspectiveeditor_document_items_unlockAndPropagate: Unlock and Propagate
92 | plugin_pimcore_perspectiveeditor_document_items_unpublish: Unpublish
93 | plugin_pimcore_perspectiveeditor_document_items_useAsSite: Use As Site
94 | plugin_pimcore_perspectiveeditor_asset_items_add_hidden: Hide Add Menu
95 | plugin_pimcore_perspectiveeditor_asset_items_add_items_importFromServer: Add > Import
96 | from Server
97 | plugin_pimcore_perspectiveeditor_asset_items_add_items_upload: Add > Upload
98 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadCompatibility: Add >
99 | Upload Compatibility
100 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadFromUrl: Add > Upload
101 | from URL
102 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadZip: Add > Upload Zip
103 | plugin_pimcore_perspectiveeditor_asset_items_addFolder: Add Folder
104 | plugin_pimcore_perspectiveeditor_asset_items_copy: Copy
105 | plugin_pimcore_perspectiveeditor_asset_items_cut: Cut
106 | plugin_pimcore_perspectiveeditor_asset_items_delete: Delete
107 | plugin_pimcore_perspectiveeditor_asset_items_lock: Lock
108 | plugin_pimcore_perspectiveeditor_asset_items_lockAndPropagate: Lock an Propagate
109 | plugin_pimcore_perspectiveeditor_asset_items_paste: Paste
110 | plugin_pimcore_perspectiveeditor_asset_items_pasteCut: Paste Cut
111 | plugin_pimcore_perspectiveeditor_asset_items_reload: Reload
112 | plugin_pimcore_perspectiveeditor_asset_items_rename: Rename
113 | plugin_pimcore_perspectiveeditor_asset_items_searchAndMove: Search and Move
114 | plugin_pimcore_perspectiveeditor_asset_items_unlock: Unlock
115 | plugin_pimcore_perspectiveeditor_asset_items_unlockAndPropagate: Unlock and Propagate
116 | plugin_pimcore_perspectiveeditor_object_items_add: Add
117 | plugin_pimcore_perspectiveeditor_object_items_addFolder: Add Folder
118 | plugin_pimcore_perspectiveeditor_object_items_changeChildrenSortBy: Change Children
119 | SortBy
120 | plugin_pimcore_perspectiveeditor_object_items_copy: Copy
121 | plugin_pimcore_perspectiveeditor_object_items_cut: Cut
122 | plugin_pimcore_perspectiveeditor_object_items_delete: Delete
123 | plugin_pimcore_perspectiveeditor_object_items_importCsv: Import CSV
124 | plugin_pimcore_perspectiveeditor_object_items_lock: Lock
125 | plugin_pimcore_perspectiveeditor_object_items_lockAndPropagate: Lock and Propagate
126 | plugin_pimcore_perspectiveeditor_object_items_paste: Paste
127 | plugin_pimcore_perspectiveeditor_object_items_publish: Publish
128 | plugin_pimcore_perspectiveeditor_object_items_reload: Reload
129 | plugin_pimcore_perspectiveeditor_object_items_rename: Rename
130 | plugin_pimcore_perspectiveeditor_object_items_searchAndMove: Search and Move
131 | plugin_pimcore_perspectiveeditor_object_items_unlock: Unlock
132 | plugin_pimcore_perspectiveeditor_object_items_unlockAndPropagate: Unlock and Propagate
133 | plugin_pimcore_perspectiveeditor_object_items_unpublish: Unpublish
134 | plugin_pimcore_perspectiveeditor_menu_file_hidden: Hide File Menu
135 | plugin_pimcore_perspectiveeditor_menu_file_items_about: About
136 | plugin_pimcore_perspectiveeditor_menu_file_items_closeAll: Close All
137 | plugin_pimcore_perspectiveeditor_menu_file_items_dashboards: Dashboards
138 | plugin_pimcore_perspectiveeditor_menu_file_items_help: Help
139 | plugin_pimcore_perspectiveeditor_menu_file_items_openAsset: Open Asset
140 | plugin_pimcore_perspectiveeditor_menu_file_items_openDocument: Open Document
141 | plugin_pimcore_perspectiveeditor_menu_file_items_openObject: Open Object
142 | plugin_pimcore_perspectiveeditor_menu_file_items_perspectives: Perspectives
143 | plugin_pimcore_perspectiveeditor_menu_file_items_schedule: Schedule
144 | plugin_pimcore_perspectiveeditor_menu_file_items_searchReplace: Search and Replace
145 | plugin_pimcore_perspectiveeditor_menu_file_items_seemode: Seemode
146 | plugin_pimcore_perspectiveeditor_menu_extras_hidden: Hide Extras Menu
147 | plugin_pimcore_perspectiveeditor_menu_extras_items_applicationlog: Application Log
148 | plugin_pimcore_perspectiveeditor_menu_extras_items_emails: E-Mails
149 | plugin_pimcore_perspectiveeditor_menu_extras_items_gdpr_data_extractor: GDPR Extractor
150 | plugin_pimcore_perspectiveeditor_menu_extras_items_glossary: Glossary
151 | plugin_pimcore_perspectiveeditor_menu_extras_items_maintenance: Maintenance
152 | plugin_pimcore_perspectiveeditor_menu_extras_items_notesEvents: Notes & Events
153 | plugin_pimcore_perspectiveeditor_menu_extras_items_plugins: Bundles
154 | plugin_pimcore_perspectiveeditor_menu_extras_items_recyclebin: Recyclebin
155 | plugin_pimcore_perspectiveeditor_menu_extras_items_redirects: Redirects
156 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_hidden: Hide Systemtools
157 | Menu
158 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_database: Database
159 | Administration
160 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_fileexplorer: Server
161 | File Explorer
162 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_opcache: PHP
163 | OPcache Status
164 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_phpinfo: PHP
165 | Info
166 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_requirements: System-Requirements
167 | Check
168 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_serverinfo: Server
169 | Info
170 | plugin_pimcore_perspectiveeditor_menu_extras_items_translations: Translations
171 | plugin_pimcore_perspectiveeditor_menu_marketing_hidden: Hide Markeing Menu
172 | plugin_pimcore_perspectiveeditor_menu_marketing_items_reports: Reports
173 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_hidden: Hide SEO Menu
174 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_documents: SEO Document
175 | Editor
176 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_httperrors: HTTP Errors
177 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_robots: Robots.txt
178 | plugin_pimcore_perspectiveeditor_menu_marketing_items_tagmanagement: Tag & Snippet
179 | Management
180 | plugin_pimcore_perspectiveeditor_menu_marketing_items_targeting: Personalization /
181 | Targeting
182 | plugin_pimcore_perspectiveeditor_menu_settings_hidden: Hide Settings Menu
183 | plugin_pimcore_perspectiveeditor_menu_settings_items_adminTranslations: Admin Translations
184 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_hidden: Hide Cache Menu
185 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearAll: Cache >
186 | Clear All
187 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearData: Cache
188 | > Data Cache
189 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearOutput: Cache
190 | > Clear Full Page Cache
191 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearSymfony: Cache
192 | > Clean Symfony Cache
193 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearTemp: Cache
194 | > Clear temporary files
195 | plugin_pimcore_perspectiveeditor_menu_settings_items_customReports: Custom Reports
196 | plugin_pimcore_perspectiveeditor_menu_settings_items_documentTypes: Document Types
197 | plugin_pimcore_perspectiveeditor_menu_settings_items_marketingReports: Marketing Reports
198 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_hidden: Hide Data Objects
199 | Menu
200 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_bulkExport: Data
201 | Objects > Bulk Export
202 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_bulkImport: Data
203 | Objects > Bulk Import
204 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_classes: Data Objects
205 | > Classes
206 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_classificationstore: Data
207 | Objects > Classification Store
208 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_fieldcollections: Data
209 | Objects > Field Collections
210 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_objectbricks: Data
211 | Objects > Object Bricks
212 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_quantityValue: Data
213 | Objects > Quantity Value
214 | plugin_pimcore_perspectiveeditor_menu_settings_items_predefinedMetadata: Predefined
215 | Metadata
216 | plugin_pimcore_perspectiveeditor_menu_settings_items_predefinedProperties: Predefined
217 | Properties
218 | plugin_pimcore_perspectiveeditor_menu_settings_items_routes: Static Routes
219 | plugin_pimcore_perspectiveeditor_menu_settings_items_system: System Settings
220 | plugin_pimcore_perspectiveeditor_menu_settings_items_tagConfiguration: Tag Configuration
221 | plugin_pimcore_perspectiveeditor_menu_settings_items_thumbnails: Thumbnails
222 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_hidden: Hide Users/Roles
223 | Menu
224 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_items_roles: Roles
225 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_items_users: Users
226 | plugin_pimcore_perspectiveeditor_menu_settings_items_web2print: Web-to-Print Settings
227 | plugin_pimcore_perspectiveeditor_menu_settings_items_website: Website Settings
228 | plugin_pimcore_perspectiveeditor_menu_settings_items_perspectiveEditor: Perspective
229 | Editor
230 | plugin_pimcore_perspectiveeditor_menu_search_hidden: Hide Search Menu
231 | plugin_pimcore_perspectiveeditor_menu_search_items_assets: Assets
232 | plugin_pimcore_perspectiveeditor_menu_search_items_documents: Documents
233 | plugin_pimcore_perspectiveeditor_menu_search_items_objects: Objects
234 | plugin_pimcore_perspectiveeditor_menu_search_items_quickSearch: Quick Search
235 | plugin_pimcore_perspectiveeditor_datahub: Data-Hub
236 | plugin_pimcore_perspectiveeditor_menu_datahub_hidden: Hide Data-Hub
237 | ...
238 |
--------------------------------------------------------------------------------
/src/Resources/translations/admin.sv.yml:
--------------------------------------------------------------------------------
1 | ---
2 | plugin_pimcore_perspectiveeditor_perspective_view_editor: Perspectives / Views
3 | plugin_pimcore_perspectiveeditor_no_unique_treeelements: Element tree elements may
4 | contain a maximum of one type of document, asset and data object
5 | perspective_editor: Perspective Editor
6 | perspective_editor_view_edit: Perspective Editor View Editing
7 | plugin_pimcore_perspectiveeditor_perspective_editor: Perspective Editor
8 | plugin_pimcore_perspectiveeditor_available_perspectives: Available Perspectives
9 | plugin_pimcore_perspectiveeditor_add_perspective: Add Perspective
10 | plugin_pimcore_perspectiveeditor_new_perspective: New Perspective
11 | plugin_pimcore_perspectiveeditor_icon: Icon
12 | plugin_pimcore_perspectiveeditor_elementTree: Element Tree
13 | plugin_pimcore_perspectiveeditor_elementTreeLeft: Element Tree Left
14 | plugin_pimcore_perspectiveeditor_elementTreeRight: Element Tree Right
15 | plugin_pimcore_perspectiveeditor_dashboard: Dashboard
16 | plugin_pimcore_perspectiveeditor_toolbar: Toolbar
17 | plugin_pimcore_perspectiveeditor_are_you_sure: Are you sure?
18 | plugin_pimcore_perspectiveeditor_confirm_reload: Confirm reload
19 | plugin_pimcore_perspectiveeditor_confirm_delete: Confirm delete
20 | plugin_pimcore_perspectiveeditor_perspective_rename: Rename Perspective
21 | plugin_pimcore_perspectiveeditor_add: Add
22 | plugin_pimcore_perspectiveeditor_remove: Remove
23 | plugin_pimcore_perspectiveeditor_reload: Reload
24 | plugin_pimcore_perspectiveeditor_rename: Rename
25 | plugin_pimcore_perspectiveeditor_new_dashboard_definition: New Dashboard Definition
26 | plugin_pimcore_perspectiveeditor_toolbar_access: Toolbar Access
27 | plugin_pimcore_perspectiveeditor_file: File
28 | plugin_pimcore_perspectiveeditor_extras: Extras
29 | plugin_pimcore_perspectiveeditor_marketing: Marketing
30 | plugin_pimcore_perspectiveeditor_settings: Settings
31 | plugin_pimcore_perspectiveeditor_search: Search
32 | plugin_pimcore_perspectiveeditor_select_empty: None selected
33 | plugin_pimcore_perspectiveeditor_dashboard_assignment: Dashboard Assignment
34 | plugin_pimcore_perspectiveeditor_left_column: Left Column
35 | plugin_pimcore_perspectiveeditor_right_column: Right Column
36 | plugin_pimcore_perspectiveeditor_left: Left
37 | plugin_pimcore_perspectiveeditor_right: Right
38 | plugin_pimcore_perspectiveeditor_dashboard_forbidden: Forbidden Dashboards
39 | plugin_pimcore_perspectiveeditor_custom_view: Custom View
40 | plugin_pimcore_perspectiveeditor_document: Document
41 | plugin_pimcore_perspectiveeditor_contextmenu: Contextmenu
42 | plugin_pimcore_perspectiveeditor_tree_element_selection: Element Tree Settings
43 | plugin_pimcore_perspectiveeditor_position: Position
44 | plugin_pimcore_perspectiveeditor_sort: Sorting
45 | plugin_pimcore_perspectiveeditor_view_type: Element Type
46 | plugin_pimcore_perspectiveeditor_icon_selection: Icon Selection
47 | plugin_pimcore_perspectiveeditor_view_expanded: Expanded
48 | plugin_pimcore_perspectiveeditor_view_hidden: Hidden
49 | plugin_pimcore_perspectiveeditor_view_editor: View Editor
50 | plugin_pimcore_perspectiveeditor_views: Views
51 | plugin_pimcore_perspectiveeditor_all_content_will_be_lost: All content will be lost
52 | plugin_pimcore_perspectiveeditor_add_view: Add View
53 | plugin_pimcore_perspectiveeditor_new_view: New View
54 | plugin_pimcore_perspectiveeditor_name: Name
55 | plugin_pimcore_perspectiveeditor_view_selection: View Settings
56 | plugin_pimcore_perspectiveeditor_type: Type
57 | plugin_pimcore_perspectiveeditor_rootfolder: Root Folder
58 | plugin_pimcore_perspectiveeditor_show_root: Show Root
59 | plugin_pimcore_perspectiveeditor_allowed_classes: Allow Objects
60 | plugin_pimcore_perspectiveeditor_allowed_types_hint: (empty = allow all)
61 | plugin_pimcore_perspectiveeditor_asset: Asset
62 | plugin_pimcore_perspectiveeditor_object: Object
63 | plugin_pimcore_perspectiveeditor_sql: SQL
64 | plugin_pimcore_perspectiveeditor_sql_having: Having Statement
65 | plugin_pimcore_perspectiveeditor_sql_where: Where Statement
66 | plugin_pimcore_perspectiveeditor_view_default_positioning: Default Positioning
67 | plugin_pimcore_perspectiveeditor_document_items_add: Add
68 | plugin_pimcore_perspectiveeditor_document_items_addEmail: Add E-Mail
69 | plugin_pimcore_perspectiveeditor_document_items_addFolder: Add Folder
70 | plugin_pimcore_perspectiveeditor_document_items_addHardlink: Add Hardlink
71 | plugin_pimcore_perspectiveeditor_document_items_addLink: Add Link
72 | plugin_pimcore_perspectiveeditor_document_items_addNewsletter: Add Newsletter
73 | plugin_pimcore_perspectiveeditor_document_items_addPrintPage: Add PrintPage
74 | plugin_pimcore_perspectiveeditor_document_items_addSnippet: Add Snippet
75 | plugin_pimcore_perspectiveeditor_document_items_convert: Convert
76 | plugin_pimcore_perspectiveeditor_document_items_copy: Copy
77 | plugin_pimcore_perspectiveeditor_document_items_cut: Cut
78 | plugin_pimcore_perspectiveeditor_document_items_delete: Delete
79 | plugin_pimcore_perspectiveeditor_document_items_editSite: Edit Site
80 | plugin_pimcore_perspectiveeditor_document_items_lock: Lock
81 | plugin_pimcore_perspectiveeditor_document_items_lockAndPropagate: Lock and Propagate
82 | plugin_pimcore_perspectiveeditor_document_items_open: Open
83 | plugin_pimcore_perspectiveeditor_document_items_paste: Paste
84 | plugin_pimcore_perspectiveeditor_document_items_pasteCut: Paste Cut
85 | plugin_pimcore_perspectiveeditor_document_items_publish: Publish
86 | plugin_pimcore_perspectiveeditor_document_items_reload: Reload
87 | plugin_pimcore_perspectiveeditor_document_items_removeSite: Remove Site
88 | plugin_pimcore_perspectiveeditor_document_items_rename: Rename
89 | plugin_pimcore_perspectiveeditor_document_items_searchAndMove: Search and Move
90 | plugin_pimcore_perspectiveeditor_document_items_unlock: Unlock
91 | plugin_pimcore_perspectiveeditor_document_items_unlockAndPropagate: Unlock and Propagate
92 | plugin_pimcore_perspectiveeditor_document_items_unpublish: Unpublish
93 | plugin_pimcore_perspectiveeditor_document_items_useAsSite: Use As Site
94 | plugin_pimcore_perspectiveeditor_asset_items_add_hidden: Hide Add Menu
95 | plugin_pimcore_perspectiveeditor_asset_items_add_items_importFromServer: Add > Import
96 | from Server
97 | plugin_pimcore_perspectiveeditor_asset_items_add_items_upload: Add > Upload
98 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadCompatibility: Add >
99 | Upload Compatibility
100 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadFromUrl: Add > Upload
101 | from URL
102 | plugin_pimcore_perspectiveeditor_asset_items_add_items_uploadZip: Add > Upload Zip
103 | plugin_pimcore_perspectiveeditor_asset_items_addFolder: Add Folder
104 | plugin_pimcore_perspectiveeditor_asset_items_copy: Copy
105 | plugin_pimcore_perspectiveeditor_asset_items_cut: Cut
106 | plugin_pimcore_perspectiveeditor_asset_items_delete: Delete
107 | plugin_pimcore_perspectiveeditor_asset_items_lock: Lock
108 | plugin_pimcore_perspectiveeditor_asset_items_lockAndPropagate: Lock an Propagate
109 | plugin_pimcore_perspectiveeditor_asset_items_paste: Paste
110 | plugin_pimcore_perspectiveeditor_asset_items_pasteCut: Paste Cut
111 | plugin_pimcore_perspectiveeditor_asset_items_reload: Reload
112 | plugin_pimcore_perspectiveeditor_asset_items_rename: Rename
113 | plugin_pimcore_perspectiveeditor_asset_items_searchAndMove: Search and Move
114 | plugin_pimcore_perspectiveeditor_asset_items_unlock: Unlock
115 | plugin_pimcore_perspectiveeditor_asset_items_unlockAndPropagate: Unlock and Propagate
116 | plugin_pimcore_perspectiveeditor_object_items_add: Add
117 | plugin_pimcore_perspectiveeditor_object_items_addFolder: Add Folder
118 | plugin_pimcore_perspectiveeditor_object_items_changeChildrenSortBy: Change Children
119 | SortBy
120 | plugin_pimcore_perspectiveeditor_object_items_copy: Copy
121 | plugin_pimcore_perspectiveeditor_object_items_cut: Cut
122 | plugin_pimcore_perspectiveeditor_object_items_delete: Delete
123 | plugin_pimcore_perspectiveeditor_object_items_importCsv: Import CSV
124 | plugin_pimcore_perspectiveeditor_object_items_lock: Lock
125 | plugin_pimcore_perspectiveeditor_object_items_lockAndPropagate: Lock and Propagate
126 | plugin_pimcore_perspectiveeditor_object_items_paste: Paste
127 | plugin_pimcore_perspectiveeditor_object_items_publish: Publish
128 | plugin_pimcore_perspectiveeditor_object_items_reload: Reload
129 | plugin_pimcore_perspectiveeditor_object_items_rename: Rename
130 | plugin_pimcore_perspectiveeditor_object_items_searchAndMove: Search and Move
131 | plugin_pimcore_perspectiveeditor_object_items_unlock: Unlock
132 | plugin_pimcore_perspectiveeditor_object_items_unlockAndPropagate: Unlock and Propagate
133 | plugin_pimcore_perspectiveeditor_object_items_unpublish: Unpublish
134 | plugin_pimcore_perspectiveeditor_menu_file_hidden: Hide File Menu
135 | plugin_pimcore_perspectiveeditor_menu_file_items_about: About
136 | plugin_pimcore_perspectiveeditor_menu_file_items_closeAll: Close All
137 | plugin_pimcore_perspectiveeditor_menu_file_items_dashboards: Dashboards
138 | plugin_pimcore_perspectiveeditor_menu_file_items_help: Help
139 | plugin_pimcore_perspectiveeditor_menu_file_items_openAsset: Open Asset
140 | plugin_pimcore_perspectiveeditor_menu_file_items_openDocument: Open Document
141 | plugin_pimcore_perspectiveeditor_menu_file_items_openObject: Open Object
142 | plugin_pimcore_perspectiveeditor_menu_file_items_perspectives: Perspectives
143 | plugin_pimcore_perspectiveeditor_menu_file_items_schedule: Schedule
144 | plugin_pimcore_perspectiveeditor_menu_file_items_searchReplace: Search and Replace
145 | plugin_pimcore_perspectiveeditor_menu_file_items_seemode: Seemode
146 | plugin_pimcore_perspectiveeditor_menu_extras_hidden: Hide Extras Menu
147 | plugin_pimcore_perspectiveeditor_menu_extras_items_applicationlog: Application Log
148 | plugin_pimcore_perspectiveeditor_menu_extras_items_emails: E-Mails
149 | plugin_pimcore_perspectiveeditor_menu_extras_items_gdpr_data_extractor: GDPR Extractor
150 | plugin_pimcore_perspectiveeditor_menu_extras_items_glossary: Glossary
151 | plugin_pimcore_perspectiveeditor_menu_extras_items_maintenance: Maintenance
152 | plugin_pimcore_perspectiveeditor_menu_extras_items_notesEvents: Notes & Events
153 | plugin_pimcore_perspectiveeditor_menu_extras_items_plugins: Bundles
154 | plugin_pimcore_perspectiveeditor_menu_extras_items_recyclebin: Recyclebin
155 | plugin_pimcore_perspectiveeditor_menu_extras_items_redirects: Redirects
156 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_hidden: Hide Systemtools
157 | Menu
158 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_database: Database
159 | Administration
160 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_fileexplorer: Server
161 | File Explorer
162 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_opcache: PHP
163 | OPcache Status
164 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_phpinfo: PHP
165 | Info
166 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_requirements: System-Requirements
167 | Check
168 | plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_serverinfo: Server
169 | Info
170 | plugin_pimcore_perspectiveeditor_menu_extras_items_translations: Translations
171 | plugin_pimcore_perspectiveeditor_menu_marketing_hidden: Hide Markeing Menu
172 | plugin_pimcore_perspectiveeditor_menu_marketing_items_reports: Reports
173 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_hidden: Hide SEO Menu
174 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_documents: SEO Document
175 | Editor
176 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_httperrors: HTTP Errors
177 | plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_robots: Robots.txt
178 | plugin_pimcore_perspectiveeditor_menu_marketing_items_tagmanagement: Tag & Snippet
179 | Management
180 | plugin_pimcore_perspectiveeditor_menu_marketing_items_targeting: Personalization /
181 | Targeting
182 | plugin_pimcore_perspectiveeditor_menu_settings_hidden: Hide Settings Menu
183 | plugin_pimcore_perspectiveeditor_menu_settings_items_adminTranslations: Admin Translations
184 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_hidden: Hide Cache Menu
185 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearAll: Cache >
186 | Clear All
187 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearData: Cache
188 | > Data Cache
189 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearOutput: Cache
190 | > Clear Full Page Cache
191 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearSymfony: Cache
192 | > Clean Symfony Cache
193 | plugin_pimcore_perspectiveeditor_menu_settings_items_cache_items_clearTemp: Cache
194 | > Clear temporary files
195 | plugin_pimcore_perspectiveeditor_menu_settings_items_customReports: Custom Reports
196 | plugin_pimcore_perspectiveeditor_menu_settings_items_documentTypes: Document Types
197 | plugin_pimcore_perspectiveeditor_menu_settings_items_marketingReports: Marketing Reports
198 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_hidden: Hide Data Objects
199 | Menu
200 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_bulkExport: Data
201 | Objects > Bulk Export
202 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_bulkImport: Data
203 | Objects > Bulk Import
204 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_classes: Data Objects
205 | > Classes
206 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_classificationstore: Data
207 | Objects > Classification Store
208 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_fieldcollections: Data
209 | Objects > Field Collections
210 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_objectbricks: Data
211 | Objects > Object Bricks
212 | plugin_pimcore_perspectiveeditor_menu_settings_items_objects_items_quantityValue: Data
213 | Objects > Quantity Value
214 | plugin_pimcore_perspectiveeditor_menu_settings_items_predefinedMetadata: Predefined
215 | Metadata
216 | plugin_pimcore_perspectiveeditor_menu_settings_items_predefinedProperties: Predefined
217 | Properties
218 | plugin_pimcore_perspectiveeditor_menu_settings_items_routes: Static Routes
219 | plugin_pimcore_perspectiveeditor_menu_settings_items_system: System Settings
220 | plugin_pimcore_perspectiveeditor_menu_settings_items_tagConfiguration: Tag Configuration
221 | plugin_pimcore_perspectiveeditor_menu_settings_items_thumbnails: Thumbnails
222 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_hidden: Hide Users/Roles
223 | Menu
224 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_items_roles: Roles
225 | plugin_pimcore_perspectiveeditor_menu_settings_items_users_items_users: Users
226 | plugin_pimcore_perspectiveeditor_menu_settings_items_web2print: Web-to-Print Settings
227 | plugin_pimcore_perspectiveeditor_menu_settings_items_website: Website Settings
228 | plugin_pimcore_perspectiveeditor_menu_settings_items_perspectiveEditor: Perspective
229 | Editor
230 | plugin_pimcore_perspectiveeditor_menu_search_hidden: Hide Search Menu
231 | plugin_pimcore_perspectiveeditor_menu_search_items_assets: Assets
232 | plugin_pimcore_perspectiveeditor_menu_search_items_documents: Documents
233 | plugin_pimcore_perspectiveeditor_menu_search_items_objects: Objects
234 | plugin_pimcore_perspectiveeditor_menu_search_items_quickSearch: Quick Search
235 | plugin_pimcore_perspectiveeditor_datahub: Data-Hub
236 | plugin_pimcore_perspectiveeditor_menu_datahub_hidden: Hide Data-Hub
237 | ...
238 |
--------------------------------------------------------------------------------
/src/Services/AbstractAccessor.php:
--------------------------------------------------------------------------------
1 | configDirectory = $configDirectory;
32 | }
33 |
34 | /**
35 | * @param mixed $var
36 | * @param string $indent
37 | *
38 | * @return mixed
39 | */
40 | protected function pretty_export($var, $indent = '')
41 | {
42 | switch (gettype($var)) {
43 | case 'array':
44 | $indexed = array_keys($var) === range(0, count($var) - 1);
45 | $r = [];
46 | foreach ($var as $key => $value) {
47 | $r[] = "$indent "
48 | . ($indexed ? '' : $this->pretty_export($key) . ' => ')
49 | . $this->pretty_export($value, "$indent ");
50 | }
51 |
52 | return "[\n" . implode(",\n", $r) . "\n" . $indent . ']';
53 | case 'string': return '"' . addcslashes(str_replace('"', '"', $var), "\\\$\r\"\n\t\v\f") . '"';
54 | case 'boolean': return $var ? 'true' : 'false';
55 | case 'integer':
56 | case 'double': return $var;
57 | default: return var_export($var, true);
58 | }
59 | }
60 |
61 | abstract public function getConfiguration(): array;
62 |
63 | /**
64 | * @param string $namespace
65 | * @param array $configuration
66 | *
67 | * @return void
68 | */
69 | public function validateConfig($namespace, $configuration)
70 | {
71 | $configurationDefinition = new \Pimcore\Bundle\CoreBundle\DependencyInjection\Configuration();
72 | $processor = new Processor();
73 | foreach ($configuration as $key => $value) {
74 | unset($value['writeable']);
75 | $processor->processConfiguration($configurationDefinition,
76 | ['pimcore' => [
77 | $namespace => [
78 | 'definitions' => [
79 | $key => $value
80 | ]
81 | ]
82 | ]
83 | ]);
84 | }
85 | }
86 |
87 | /**
88 | * @deprecated
89 | *
90 | * @param array $treeStore
91 | *
92 | * @return void
93 | */
94 | public function writeConfiguration($treeStore, ?array $deletedRecords)
95 | {
96 | $configuration = $this->convertTreeStoreToConfiguration($treeStore);
97 |
98 | $file = Config::locateConfigFile($this->filename);
99 |
100 | $str = "pretty_export($configuration) . ';';
101 | file_put_contents($file, $str);
102 | }
103 |
104 | /**
105 | * @param array $treeStore
106 | *
107 | * @return array
108 | */
109 | abstract protected function convertTreeStoreToConfiguration($treeStore);
110 | }
111 |
--------------------------------------------------------------------------------
/src/Services/PerspectiveAccessor.php:
--------------------------------------------------------------------------------
1 | $element) {
33 | if ($element['type'] == 'icon') {
34 | $configuration[$name] = array_merge($configuration[$name], $element['config']);
35 | } elseif ($element['type'] == 'elementTree') {
36 | if (isset($element['children'])) {
37 | foreach ($element['children'] as $sortIndex => $grandchild) {
38 | if (isset($grandchild['config']['treeContextMenu'])) {
39 | foreach (array_keys($grandchild['config']['treeContextMenu']) as $contextMenuEntry) {
40 | if (substr($grandchild['config']['type'], 0, strlen($contextMenuEntry)) != $contextMenuEntry) {
41 | unset($grandchild['config']['treeContextMenu'][$contextMenuEntry]);
42 | }
43 | }
44 |
45 | if ($grandchild['config']['treeContextMenu'] === []) {
46 | unset($grandchild['config']['treeContextMenu']);
47 | }
48 | }
49 | $grandchild['config']['sort'] = $sortIndex;
50 | $grandchild['config']['position'] = 'left';
51 | $configuration[$name]['elementTree'][] = $grandchild['config'];
52 | }
53 | }
54 | } elseif ($element['type'] == 'elementTreeRight') {
55 | if (isset($element['children'])) {
56 | foreach ($element['children'] as $sortIndex => $grandchild) {
57 | if (isset($grandchild['config']['treeContextMenu'])) {
58 | foreach (array_keys($grandchild['config']['treeContextMenu']) as $contextMenuEntry) {
59 | if (substr($grandchild['config']['type'], 0, strlen($contextMenuEntry)) != $contextMenuEntry) {
60 | unset($grandchild['config']['treeContextMenu'][$contextMenuEntry]);
61 | }
62 | }
63 | if ($grandchild['config']['treeContextMenu'] === []) {
64 | unset($grandchild['config']['treeContextMenu']);
65 | }
66 | }
67 | $grandchild['config']['sort'] = $sortIndex;
68 | $grandchild['config']['position'] = 'right';
69 | $configuration[$name]['elementTree'][] = $grandchild['config'];
70 | }
71 | }
72 | } elseif ($element['type'] == 'dashboard') {
73 | if (count($element['config']) > 0 || isset($element['children'])) {
74 | $configuration[$name]['dashboards'] = [];
75 | }
76 |
77 | if (count($element['config']) > 0) {
78 | $configuration[$name]['dashboards']['disabledPortlets'] = $element['config'];
79 | }
80 |
81 | if (isset($element['children'])) {
82 | foreach ($element['children'] as $dashboardDefinition) {
83 | $configuration[$name]['dashboards']['predefined'][$dashboardDefinition['config']['name'] ?? '']['positions'] = $dashboardDefinition['config']['positions'];
84 | }
85 | }
86 | } elseif ($element['type'] == 'toolbar') {
87 | if (count($element['config']) > 0 || isset($element['children'])) {
88 | $configuration[$name]['toolbar'] = $element['config'];
89 | }
90 | }
91 | }
92 | }
93 |
94 | return $configuration;
95 | }
96 |
97 | public function getConfiguration(): array
98 | {
99 | $config = \Pimcore\Perspective\Config::get();
100 | if (is_array($config)) {
101 | return $config;
102 | } else {
103 | return $config->toArray();
104 | }
105 | }
106 |
107 | /**
108 | * @param array $treeStore
109 | *
110 | * @return void
111 | *
112 | * @throws \Exception
113 | */
114 | public function writeConfiguration($treeStore, ?array $deletedRecords)
115 | {
116 | $configuration = $this->convertTreeStoreToConfiguration($treeStore);
117 | $this->validateConfig('perspectives', $configuration);
118 | \Pimcore\Perspective\Config::save($configuration, $deletedRecords);
119 | }
120 | }
121 |
--------------------------------------------------------------------------------
/src/Services/TreeHelper.php:
--------------------------------------------------------------------------------
1 | getConfiguration();
25 | $availableViews = [];
26 |
27 | if ($configuration) {
28 | foreach ($configuration['views'] as $view) {
29 | $availableViews[] = ['id' => $view['id'], 'name' => $view['name'] . ' (Type: '. $view['treetype'] .', Root: '. $view['rootfolder'] .')'];
30 | }
31 | }
32 |
33 | return $availableViews;
34 | }
35 |
36 | /**
37 | * @param array $treeStore
38 | *
39 | * @return array
40 | */
41 | protected function convertTreeStoreToConfiguration($treeStore)
42 | {
43 | $configuration = [];
44 |
45 | if (isset($treeStore['children'])) {
46 | foreach ($treeStore['children'] as $child) {
47 | if (array_key_exists('name', $child['config'])) {
48 | $child['config']['name'] = htmlspecialchars($child['config']['name']);
49 | }
50 |
51 | if (!empty($child['config']['treeContextMenu'])) {
52 | foreach (array_keys($child['config']['treeContextMenu']) as $contextMenuEntry) {
53 | if (substr($child['config']['treetype'], 0, strlen($contextMenuEntry)) != $contextMenuEntry) {
54 | unset($child['config']['treeContextMenu'][$contextMenuEntry]);
55 | }
56 | }
57 | }
58 | $configuration[$child['id']] = $child['config'];
59 | }
60 | }
61 |
62 | return $configuration;
63 | }
64 |
65 | public function getConfiguration(): array
66 | {
67 | $views = \Pimcore\CustomView\Config::get();
68 |
69 | if ($views) {
70 | foreach ($views as $key => $view) {
71 | if (isset($views[$key]['classes'])) {
72 | $views[$key]['classes'] = array_keys($view['classes']);
73 | }
74 | }
75 |
76 | return ['views' => $views];
77 | }
78 |
79 | return [];
80 | }
81 |
82 | /**
83 | * @return void
84 | */
85 | protected function verifySql(array $configuration)
86 | {
87 | foreach ($configuration as $viewConfiguration) {
88 | foreach ([$viewConfiguration['having'] ?? '', $viewConfiguration['where'] ?? ''] as $sql) {
89 | if (preg_match('/(ALTER|CREATE|DROP|RENAME|TRUNCATE|UPDATE|DELETE|SET) /i', $sql, $matches)) {
90 | throw new \InvalidArgumentException('Invalid SQL definition, possible SQL injection?');
91 | }
92 | }
93 | }
94 | }
95 |
96 | /**
97 | * @param array $treeStore
98 | *
99 | * @return void
100 | *
101 | * @throws \Exception
102 | */
103 | public function writeConfiguration($treeStore, ?array $deletedRecords)
104 | {
105 | $configuration = $this->convertTreeStoreToConfiguration($treeStore);
106 | $this->verifySql($configuration);
107 | $this->validateConfig('custom_views', $configuration);
108 | \Pimcore\CustomView\Config::save($configuration, $deletedRecords);
109 | }
110 | }
111 |
--------------------------------------------------------------------------------