diff --git a/src/Pim/Bundle/AnalyticsBundle/Resources/translations/messages.fr.yml b/src/Pim/Bundle/AnalyticsBundle/Resources/translations/messages.fr.yml index 37c7673862f5..70edf4214809 100644 --- a/src/Pim/Bundle/AnalyticsBundle/Resources/translations/messages.fr.yml +++ b/src/Pim/Bundle/AnalyticsBundle/Resources/translations/messages.fr.yml @@ -20,6 +20,9 @@ pim_analytics: nb_channels: Nombre de canaux nb_products: Nombre de produits nb_attributes: Nombre d'attributs + nb_scopable_attributes: Nombre d’attributs déclinés par canal + nb_localizable_attributes: Nombre d’attributs traduisibles + nb_scopable_localizable_attributes: Nombre d’attributs traduisibles et déclinés par canal nb_locales: Nombre de locales nb_families: Nombre de familles nb_users: Nombre d’utilisateurs diff --git a/src/Pim/Bundle/CatalogBundle/Resources/translations/messages.da.yml b/src/Pim/Bundle/CatalogBundle/Resources/translations/messages.da.yml index 4addeb62d837..4da627bf1e7c 100644 --- a/src/Pim/Bundle/CatalogBundle/Resources/translations/messages.da.yml +++ b/src/Pim/Bundle/CatalogBundle/Resources/translations/messages.da.yml @@ -3,6 +3,15 @@ No products to remove: Ingen produkter at fjerne "comma (,)": komma (,) pim_catalog: constraint: + family_variant_attributes_unique: Attributter skal være entydige, "%attributes%" der bruges flere gange i variant attributter sæt + family_variant_axes_unique: Variant akser skal være entydige, "%attributes%" der bruges flere gange i variant attributter sæt + family_variant_axes_attribute_type: Variant akser "%axis%" skal være en boolesk værdi, en simpel select, en simpel referencedata eller en metrisk + family_variant_axes_wrong_type: Variant akser "%axis%" kan ikke være oversættelige, ikke scopable og ikke landestandard specifikke + family_variant_axes_number_of_axes: En variant attributtet kan ikke have mere end 5 attributter + family_variant_axis_level: Attributten "%axis%" skal være angivet som attribut i den samme variant attribut placere det var sat som akse + family_variant_has_family_attribute: '"%attribute%" attribut kan ikke føjes til "%family_variant%" familie variant, som det ikke er en attribut af familien "%family%"' + family_variant_level_do_not_exist: Der er ingen variant attribut angivet til niveau "%level%" + family_variant_unique_attributes_in_last_level: Unikke attributten "%attribute%" skal angives på niveauet product product_identifier: Disse identifikatorer "%s" findes ikke. 0: Der opstod en uventet fejl! 100: Ikke-forventet værdi diff --git a/src/Pim/Bundle/CatalogBundle/Resources/translations/messages.fr.yml b/src/Pim/Bundle/CatalogBundle/Resources/translations/messages.fr.yml index 5e5c131f25d3..31c64991974b 100644 --- a/src/Pim/Bundle/CatalogBundle/Resources/translations/messages.fr.yml +++ b/src/Pim/Bundle/CatalogBundle/Resources/translations/messages.fr.yml @@ -3,6 +3,15 @@ No products to remove: Aucun produit à supprimer "comma (,)": virgule (,) pim_catalog: constraint: + family_variant_attributes_unique: Les attributs doivent être uniques, "%attributes%" sont utilisés pluyisuers fois dans des ensembles d'attributs de variantes + family_variant_axes_unique: Les axes de variantes doivent être uniques, "%attributes%" sont utilisés plusieurs fois dans des ensembles d'attributs de variantes + family_variant_axes_attribute_type: Les axes de variantes "%axis%" doivent être un booléen, une liste à choix unique, une liste à choix unique de données référentielles ou une métrique + family_variant_axes_wrong_type: L'axe de variante "%axis%" ne peut pas être traduisible, décliné par canal ou spécifique à une locale + family_variant_axes_number_of_axes: Un ensemble d’attributs de variante ne peut pas avoir plus de 5 attributs + family_variant_axis_level: L'attribut "%axis%" doit être défini comme attribut dans le même ensemble d'attributs de variantes que son axe + family_variant_has_family_attribute: '"%attribute%" attribut ne peut pas être ajouté à la variante de famille "%family_variant%", car ce n''est pas un attribut de la famille "%family%"' + family_variant_level_do_not_exist: Il n'y a aucun attribut variant pour le niveau "%level%" + family_variant_unique_attributes_in_last_level: L’attribut unique "%attribute%" doit être défini au niveau du produit product_identifier: Ces identifiants "%s" n’existent pas. 0: Une erreur inattendue s'est produite. 100: Valeur non prévue diff --git a/src/Pim/Bundle/CatalogBundle/Resources/translations/validators.da.yml b/src/Pim/Bundle/CatalogBundle/Resources/translations/validators.da.yml index b8481263e2a3..794c256d4adb 100644 --- a/src/Pim/Bundle/CatalogBundle/Resources/translations/validators.da.yml +++ b/src/Pim/Bundle/CatalogBundle/Resources/translations/validators.da.yml @@ -27,3 +27,18 @@ file.extensions.message: 'Filtypen er ikke tilladt (tilladte filtyper: %extensio "The attribute \"%attributeCode%\" is not a metric attribute.": Attributten "%attributeCode%" er ikke en metrisk attribut. "The unit \"%unitCode%\" does not exist or does not belong to the default metric family of the given attribute \"%attributeCode%\".": Enhed "%unitCode%" findes ikke eller hører ikke til den standard metriske familie af den givne attribut "%attributeCode%". "The currency \"%currency%\" has to be activated.": Valuta "%currency%" skal være aktiveret. +product_model.code.not_blank.message: Model produktkode må ikke være tom. +product_model.code.unique.message: Den samme id er allerede benyttet på et andet produkt +product_model.family_variant.not_blank.message: Model produktkode må ikke være tom. +pim_catalog: + constraint: + can_have_family_variant_empty_axis_value: 'Attributten "%attribute%" må ikke være tom, da den er defineret som en akse for denne enhed' + can_have_family_variant_duplicate_axis_value: 'Kan ikke angive værdien "%values%" for den attribut akse "%attributes%", som en anden søskende enhed allerede har denne værdi' + can_have_family_variant_unexpected_attribute: 'Kan ikke angive egenskaben "%attribute%" til denne enhed, da der ikke er angivet nogen attributt' + cannot_have_product_model_as_parent: 'Produkt model "%product_model%" kan ikke have produkt model "%parent_product_model%" som forælder' + cannot_have_parent: 'Produkt model "%product_model%" kan ikke have et overordnet produkt' + attribute_does_not_belong_to_family: 'Attributten "%attribute%" tilhører ikke familien "%family%"' + variant_product_invalid_family: 'Produktfamilien variant skal være den samme end dens overordnede' + variant_product_has_parent: 'Produkt varianten "%variant_product%" skal have en forælder' + invalid_variant_product_parent: 'Produkt varianten "%variant_product%" kan ikke have produkt model "%product_model%" som forælder, (denne produktmodel kan kun have andre produktmodeller som børn)' + modified_variant_axis_value: 'Variant akse "%variant_axis%" kan ikke ændres, "%provided_value%" givet' diff --git a/src/Pim/Bundle/CatalogBundle/Resources/translations/validators.fr.yml b/src/Pim/Bundle/CatalogBundle/Resources/translations/validators.fr.yml index 104a94768df9..4fe6598a6700 100644 --- a/src/Pim/Bundle/CatalogBundle/Resources/translations/validators.fr.yml +++ b/src/Pim/Bundle/CatalogBundle/Resources/translations/validators.fr.yml @@ -27,3 +27,18 @@ file.extensions.message: 'L''extension du fichier n''est pas autorisée (les ext "The attribute \"%attributeCode%\" is not a metric attribute.": L’attribut %attributeCode% n’est pas un attribut métrique. "The unit \"%unitCode%\" does not exist or does not belong to the default metric family of the given attribute \"%attributeCode%\".": L’unité %unitCode% n’existe pas ou n’appartient pas à la famille de métriques par défaut de l’attribut %attributeCode%. "The currency \"%currency%\" has to be activated.": La devise %currency% doit être activée. +product_model.code.not_blank.message: Le code du modèle de produit ne doit pas être vide. +product_model.code.unique.message: Le même code est déjà défini sur un autre modèle de produit. +product_model.family_variant.not_blank.message: La variante de famille du modèle de produit ne doit pas être vide. +pim_catalog: + constraint: + can_have_family_variant_empty_axis_value: 'L''attribut "%attribute%" ne peut pas être vide, car il a été défini comme axe pour cette entité' + can_have_family_variant_duplicate_axis_value: 'La valeur "%values%" ne peut être mise sur l''axe "%attributes%", car une autre entité enfant a déjà cette valeur' + can_have_family_variant_unexpected_attribute: 'Impossible de modifier la propriété "%attribute%" de cette entité car elle n''est pas dans la liste des attributs' + cannot_have_product_model_as_parent: 'Le modèle de produit "%product_model%" ne peut pas avoir le modèle de produit "%parent_product_model%" comme parent' + cannot_have_parent: 'Le modèle de produit "%product_model%" ne peut pas avoir de parent' + attribute_does_not_belong_to_family: 'L''attribut "%attribute%" n''appartient pas à la famille "%family%"' + variant_product_invalid_family: 'La famille du produit variant doit être la même que son parent' + variant_product_has_parent: 'Le produit variant "%variant_product%" doit avoir un parent' + invalid_variant_product_parent: 'Le produit variant "%variant_product%" ne peut pas avoir le modèle de produit "%product_model%" comme parent, (ce modèle de produit ne peut avoir que d''autres modèles de produit comme enfants)' + modified_variant_axis_value: 'L''axe de variante "%variant_axis%" ne peut pas être modifié, "%provided_value%" donné' diff --git a/src/Pim/Bundle/ConnectorBundle/Resources/translations/messages.da.yml b/src/Pim/Bundle/ConnectorBundle/Resources/translations/messages.da.yml index 627743f8be76..dee7ee029ae9 100644 --- a/src/Pim/Bundle/ConnectorBundle/Resources/translations/messages.da.yml +++ b/src/Pim/Bundle/ConnectorBundle/Resources/translations/messages.da.yml @@ -44,7 +44,10 @@ job_execution.summary: skipped: ignoreret, udvidelse i hvidlisten product_skipped_no_diff: produkter sprunget over (ingen forskel) product_skipped_no_associations: produkter sprunget over (ingen sammekædning) + product_model_skipped_no_diff: produkter sprunget over (ingen forskel) item_position: læs linjer + skipped_in_root_product_model: produkter sprunget over med forældre + skipped_in_sub_product_model: Produkter sprunget over uden forældre batch_jobs: csv_product_export: label: Produkt eksport til CSV @@ -70,13 +73,19 @@ batch_jobs: csv_family_export: label: Familie eksport i CSV export.label: Familie eksport + csv_family_variant_export: + label: Familie eksport i CSV + export.label: Familie variant eksport csv_product_import: label: Produkt eksport fra CSV-fil validation.label: Filvalidering import.label: Produkt import import_associations.label: Association import csv_product_model_import: + label: Produkt model import i CSV- validation.label: Filvalidering + import_root_product_model.label: Rodprodukt import + import_sub_product_model.label: Under produkt import csv_category_import: label: Kategori eksport fra CSV validation.label: Filvalidering @@ -98,7 +107,9 @@ batch_jobs: validation.label: Filvalidering import.label: Familie import csv_family_variant_import: + label: Familie import i CSV validation.label: Filvalidering + import.label: Familie variant import csv_group_import: label: Gruppe import fra CSV validation.label: Filvalidering @@ -163,7 +174,9 @@ batch_jobs: validation.label: Filvalidering import.label: Familie import xlsx_family_variant_import: + label: Familie variant import i XLSX validation.label: Filvalidering + import.label: Familie variant import xlsx_product_export: label: Produkt eksport til XLSX export.label: Produkt eksport @@ -173,7 +186,10 @@ batch_jobs: import.label: Produkt import import_associations.label: Association import xlsx_product_model_import: + label: Produkt model import i XSLX validation.label: Filvalidering + import_root_product_model.label: Rodprodukt import + import_sub_product_model.label: Under produkt import xlsx_group_export: label: Gruppe eksport til XLSX export.label: Gruppe eksport @@ -191,6 +207,9 @@ batch_jobs: xlsx_family_export: label: Familie eksport til XLSX export.label: Familie eksport + xlsx_family_variant_export: + label: Familie eksport til XLSX + export.label: Familie variant eksport xlsx_category_export: label: Kategori eksport til XLSX export.label: Kategori eksport diff --git a/src/Pim/Bundle/ConnectorBundle/Resources/translations/messages.fr.yml b/src/Pim/Bundle/ConnectorBundle/Resources/translations/messages.fr.yml index 5dbf4e9f013b..03c385e71164 100644 --- a/src/Pim/Bundle/ConnectorBundle/Resources/translations/messages.fr.yml +++ b/src/Pim/Bundle/ConnectorBundle/Resources/translations/messages.fr.yml @@ -44,11 +44,17 @@ job_execution.summary: skipped: ignoré(s), extension dans la liste blanche product_skipped_no_diff: produit(s) ignoré(s) (aucune différence) product_skipped_no_associations: produit(s) ignoré(s) (aucune association détectée) + product_model_skipped_no_diff: modèles de produit(s) ignoré(s) (aucune différence) item_position: lignes lues + skipped_in_root_product_model: modèles de produits avec parent ignorés + skipped_in_sub_product_model: modèles de produits sans parent ignorés batch_jobs: csv_product_export: label: Export produits en CSV export.label: Export des produits + csv_product_model_export: + label: Export de modèles de produit en CSV + export.label: Export de modèles de produit csv_category_export: label: Export des catégories en CSV export.label: Export des catégories @@ -70,13 +76,19 @@ batch_jobs: csv_family_export: label: Export des familles en CSV export.label: Export des familles + csv_family_variant_export: + label: Export des variantes de famille en CSV + export.label: Export des variantes de famille csv_product_import: label: Import des produits en CSV validation.label: Validation du fichier import.label: Import des produits import_associations.label: Import des associations de produits csv_product_model_import: + label: Import de modèles de produit en CSV validation.label: Validation du fichier + import_root_product_model.label: Import modèle de produit racine + import_sub_product_model.label: Import sous-modèle de produit csv_category_import: label: Import des catégories en CSV validation.label: Validation du fichier @@ -98,7 +110,9 @@ batch_jobs: validation.label: Validation du fichier import.label: Import des familles csv_family_variant_import: + label: Import des variantes de famille en CSV validation.label: Validation du fichier + import.label: Import des variantes de famille csv_group_import: label: Import des groupes en CSV validation.label: Validation du fichier @@ -163,17 +177,25 @@ batch_jobs: validation.label: Validation du fichier import.label: Import des familles xlsx_family_variant_import: + label: Import des variantes de famille en XLSX validation.label: Validation du fichier + import.label: Import des variantes de famille xlsx_product_export: label: Export des produits en XLSX export.label: Export des produits + xlsx_product_model_export: + label: Export de modèles de produit en XLSX + export.label: Export de modèles de produit xlsx_product_import: label: Import des produits en XLSX validation.label: Validation du fichier import.label: Import des produits import_associations.label: Import des associations de produits xlsx_product_model_import: + label: Import de modèles de produit en XLSX validation.label: Validation du fichier + import_root_product_model.label: Import modèle de produit racine + import_sub_product_model.label: Import sous-modèle de produit xlsx_group_export: label: Export des groupes en XLSX export.label: Export de groupes @@ -191,6 +213,9 @@ batch_jobs: xlsx_family_export: label: Export des familles en XLSX export.label: Export des familles + xlsx_family_variant_export: + label: Export des variantes de famille en XLSX + export.label: Export des variantes de famille xlsx_category_export: label: Export des catégories en XLSX export.label: Export des catégories diff --git a/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.ca.yml b/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.ca.yml index dcb4390e9e0b..428265311422 100644 --- a/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.ca.yml +++ b/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.ca.yml @@ -43,19 +43,25 @@ oro.datagrid.action.refresh: "Actualitza" oro_datagrid.select.all: "Tots" oro_datagrid.select.visible: "Tot visible" oro_datagrid.select.none: "Cap" +oro_datagrid.select.select: "Seleccionar" pim.grid.ajax_choice_filter.label_empty: està buit pim.grid.ajax_choice_filter.label_not_empty: no és buit -pim.grid.choice_filter: - label_empty: està buit - label_not_empty: no és buit - label_in_list: a la llista +pim: + grid: + choice_filter: + label_empty: està buit + label_not_empty: no és buit + label_in_list: a la llista + price_filter: + label: Moneda + category_filter: + done: Fet Available Columns: Columnes disponibles Displayed Columns: Columnes seleccionades datagrid_view.columns.min_message: Heu de seleccionar almenys una columna de la graella de dades per mostrar pim_datagrid: column_configurator: label: Columnes - title: Selecció de columna all_groups: Tots els grups search: Cercar clear: Restablir @@ -63,6 +69,7 @@ pim_datagrid: apply: Aplicar cancel: Cancelar remove_column: Eliminar + attribute_groups: Grups d'atribut mass_action: delete: confirm_title: Confirmació de l'eliminació @@ -88,6 +95,5 @@ grid.view_selector: placeholder: Nom de la nova vista choose_label: Trieu una etiqueta per a la vista confirmation: - remove: Esteu segur que voleu suprimir aquesta vista de la graella de dades? delete: Confirmació de l'eliminació grid.view_selector.flash.updated: Vista de Graella de dades actualitzada correctament diff --git a/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.da.yml b/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.da.yml index 0f5bf5421cba..b62480376cfa 100644 --- a/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.da.yml +++ b/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.da.yml @@ -34,6 +34,8 @@ not_available: Ikke tilgængelig "No": false oro.datagrid.entityHint: Enhed oro.datagrid.noentities: Ingen poster fundet +oro.datagrid.noresults: "Desværre, er der ingen resultater for din søgning." +oro.datagrid.noresults_subTitle: "Prøv igen med nye søgekriterier." oro.datagrid.nocolumns: Ingen kolonner er konfigureret for dette gitter oro.datagrid.pagination.label: "Side" oro.datagrid.pagination.totalPages: "af {{ totalPages }}" @@ -43,19 +45,25 @@ oro.datagrid.action.refresh: "Opdatér" oro_datagrid.select.all: "Alle" oro_datagrid.select.visible: "Alle synlige" oro_datagrid.select.none: "Ingen" +oro_datagrid.select.select: "Vælg" pim.grid.ajax_choice_filter.label_empty: er tom pim.grid.ajax_choice_filter.label_not_empty: er ikke tom -pim.grid.choice_filter: - label_empty: er tom - label_not_empty: er ikke tom - label_in_list: i listen +pim: + grid: + choice_filter: + label_empty: er tom + label_not_empty: ikke er tom + label_in_list: i listen + price_filter: + label: Valuta + category_filter: + done: Gjort Available Columns: Tilgængelige kolonner Displayed Columns: Valgte kolonner datagrid_view.columns.min_message: Du skal vælge mindst én datagrid kolonne der skal vises pim_datagrid: column_configurator: label: Kolonner - title: Kolonnevalg all_groups: Alle grupper search: Søg clear: Nustil @@ -63,6 +71,7 @@ pim_datagrid: apply: Anvend cancel: Annuller remove_column: Fjern + attribute_groups: Attributgrupper mass_action: delete: confirm_title: Bekræft sletning @@ -88,7 +97,6 @@ grid.view_selector: placeholder: Navn på ny visning choose_label: Vælge en etiket til visningen confirmation: - remove: Er du sikker på du vil slette denne datagrid visning? delete: Bekræft sletning grid.view_selector.flash.updated: DataGrid visningen er opdateret Client ID: Klient ID diff --git a/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.de.yml b/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.de.yml index 2529a9ea8b59..9dad1d07bdc8 100644 --- a/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.de.yml +++ b/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.de.yml @@ -43,19 +43,25 @@ oro.datagrid.action.refresh: "Aktualisieren" oro_datagrid.select.all: "Alle" oro_datagrid.select.visible: "Alle sichtbaren" oro_datagrid.select.none: "Keine" +oro_datagrid.select.select: "Auswählen" pim.grid.ajax_choice_filter.label_empty: ist leer pim.grid.ajax_choice_filter.label_not_empty: ist nicht leer -pim.grid.choice_filter: - label_empty: ist leer - label_not_empty: ist nicht leer - label_in_list: in Liste +pim: + grid: + choice_filter: + label_empty: ist leer + label_not_empty: ist nicht leer + label_in_list: in Liste + price_filter: + label: Währung + category_filter: + done: Fertig Available Columns: Verfügbare Spalten Displayed Columns: Ausgewählte Spalten datagrid_view.columns.min_message: Sie müssen mindestens eine Spalte der Tabelle zur Anzeige auswählen pim_datagrid: column_configurator: label: Spalten - title: Spaltenauswahl all_groups: Alle Gruppen search: Suche clear: Zurücksetzen @@ -63,6 +69,7 @@ pim_datagrid: apply: Anwenden cancel: Abbrechen remove_column: Entfernen + attribute_groups: Attributgruppen mass_action: delete: confirm_title: Löschbestätigung @@ -88,6 +95,5 @@ grid.view_selector: placeholder: Name der neuen Ansicht choose_label: Wählen Sie eine Bezeichnung für die Ansicht confirmation: - remove: Sind Sie sicher, dass Sie diese Tabellen-Ansicht löschen möchten? delete: Löschbestätigung grid.view_selector.flash.updated: Tabellen-Ansicht erfolgreich aktualisiert diff --git a/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.es.yml b/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.es.yml index 8300dc336148..2fa2ca19e12e 100644 --- a/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.es.yml +++ b/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.es.yml @@ -43,19 +43,25 @@ oro.datagrid.action.refresh: "Actualizar" oro_datagrid.select.all: "Todos" oro_datagrid.select.visible: "Todo lo visible" oro_datagrid.select.none: "Ninguno" +oro_datagrid.select.select: "Seleccione" pim.grid.ajax_choice_filter.label_empty: está vacía pim.grid.ajax_choice_filter.label_not_empty: no está vacío -pim.grid.choice_filter: - label_empty: está vacía - label_not_empty: no está vacío - label_in_list: en la lista +pim: + grid: + choice_filter: + label_empty: está vacía + label_not_empty: no está vacío + label_in_list: en la lista + price_filter: + label: Moneda + category_filter: + done: Hecho Available Columns: Columnas disponibles Displayed Columns: Columnas seleccionadas datagrid_view.columns.min_message: Debe seleccionar al menos una columna de datagrid para mostrar pim_datagrid: column_configurator: label: Columnas - title: Selección de columna all_groups: Todos los grupos search: Buscar clear: Restablecer @@ -63,6 +69,7 @@ pim_datagrid: apply: Aplicar cancel: Cancelar remove_column: Quitar + attribute_groups: Grupos de atributos mass_action: delete: confirm_title: Confirmación de borrado @@ -88,6 +95,5 @@ grid.view_selector: placeholder: Nombre de la nueva vista choose_label: Elija una etiqueta para la vista confirmation: - remove: '¿Está seguro que desea eliminar este punto de vista del datagrid?' delete: Confirmación de borrado grid.view_selector.flash.updated: Vista de grilla de datos actualizada correctamente diff --git a/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.fi.yml b/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.fi.yml index b69e1bd96115..0e592eb55897 100644 --- a/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.fi.yml +++ b/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.fi.yml @@ -43,17 +43,23 @@ oro.datagrid.action.refresh: "Päivitä" oro_datagrid.select.all: "Kaikki" oro_datagrid.select.visible: "Kaikki näkyvillä olevat" oro_datagrid.select.none: "Ei yhtään" +oro_datagrid.select.select: "Valitse" pim.grid.ajax_choice_filter.label_empty: on tyhjä -pim.grid.choice_filter: - label_empty: on tyhjä - label_in_list: '-luettelosta' +pim: + grid: + choice_filter: + label_empty: on tyhjä + label_in_list: '-luettelosta' + price_filter: + label: Valuutta + category_filter: + done: Valmis Available Columns: Käytettävissä olevat sarakkeet Displayed Columns: Valitut sarakkeet datagrid_view.columns.min_message: Valitse vähintään yksi näytettävä datagrid-sarake pim_datagrid: column_configurator: label: Sarakkeet - title: Sarakkeen valitseminen all_groups: Kaikki ryhmät search: Etsi clear: Tyhjennä @@ -61,6 +67,7 @@ pim_datagrid: apply: Valitse cancel: Peruuta remove_column: Poista + attribute_groups: Attribuuttiryhmät mass_action: delete: confirm_title: Poista vahvistus @@ -86,6 +93,5 @@ grid.view_selector: placeholder: Uuden näkymän nimi choose_label: Valitse näkymälle nimike confirmation: - remove: Oletko varma, että haluat poistaa tämän datagrid-näkymän? delete: Poista vahvistus grid.view_selector.flash.updated: Datagrid-näkymä päivitetty diff --git a/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.fr.yml b/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.fr.yml index 292e7884832e..61140a4da01e 100644 --- a/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.fr.yml +++ b/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.fr.yml @@ -34,6 +34,8 @@ not_available: N/A "No": false oro.datagrid.entityHint: Entité oro.datagrid.noentities: Aucun enregistrement trouvé +oro.datagrid.noresults: "Désolé, il n’y a aucun résultat pour votre recherche." +oro.datagrid.noresults_subTitle: "Essayez à nouveau avec d'autres critères de recherche." oro.datagrid.nocolumns: Aucune colonne configurée pour cette grille oro.datagrid.pagination.label: "Page" oro.datagrid.pagination.totalPages: "de {{ totalPages }}" @@ -43,19 +45,27 @@ oro.datagrid.action.refresh: "Mettre à jour" oro_datagrid.select.all: "Tous" oro_datagrid.select.visible: "Tous les éléments visibles" oro_datagrid.select.none: "Aucun" +oro_datagrid.select.select: "Sélectionner" pim.grid.ajax_choice_filter.label_empty: est vide pim.grid.ajax_choice_filter.label_not_empty: n'est pas vide -pim.grid.choice_filter: - label_empty: est vide - label_not_empty: n'est pas vide - label_in_list: dans la liste +pim: + grid: + choice_filter: + label_empty: est vide + label_not_empty: n'est pas vide + label_in_list: dans la liste + operator: Opérateur + price_filter: + label: Devise + category_filter: + done: Fait Available Columns: Colonnes disponibles Displayed Columns: Colonnes sélectionnées datagrid_view.columns.min_message: Vous devez sélectionner au moins une colonne à afficher pim_datagrid: column_configurator: label: Colonnes - title: Sélection de colonnes + title: Configurer les colonnes all_groups: Tous les groupes search: Recherche clear: Réinitialiser @@ -63,6 +73,8 @@ pim_datagrid: apply: Appliquer cancel: Annuler remove_column: Supprimer + description: Sélectionnez les informations que vous souhaitez afficher dans vos colonnes + attribute_groups: Groupes d'attributs mass_action: delete: confirm_title: Confirmation de la suppression @@ -88,7 +100,7 @@ grid.view_selector: placeholder: Nom de la nouvelle vue choose_label: Choisissez un titre pour la vue confirmation: - remove: Êtes-vous sûr(e) de que vouloir supprimer cette vue ? + remove: Êtes-vous sûr(e) de vouloir supprimer cette vue ? delete: Confirmation de la suppression grid.view_selector.flash.updated: Vue de grille mise à jour avec succès Client ID: ID du client diff --git a/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.hr.yml b/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.hr.yml index ee0bde6a9803..bd011904afc2 100644 --- a/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.hr.yml +++ b/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.hr.yml @@ -43,19 +43,25 @@ oro.datagrid.action.refresh: "Osvježi" oro_datagrid.select.all: "Sve" oro_datagrid.select.visible: "Sve vidljive" oro_datagrid.select.none: "Niti jedan" +oro_datagrid.select.select: "Odaberi" pim.grid.ajax_choice_filter.label_empty: je prazan pim.grid.ajax_choice_filter.label_not_empty: nije prazan -pim.grid.choice_filter: - label_empty: je prazan - label_not_empty: nije prazan - label_in_list: na popisu +pim: + grid: + choice_filter: + label_empty: je prazan + label_not_empty: nije prazan + label_in_list: na popisu + price_filter: + label: Valuta + category_filter: + done: Gotovo Available Columns: Dostupni stupci Displayed Columns: Odabrani stupci datagrid_view.columns.min_message: Odaberi barem jedan stupac u prikazu tablice pim_datagrid: column_configurator: label: Stupci - title: Odabir stupca all_groups: Sve grupe search: Pretraživanje clear: Obriši @@ -63,6 +69,7 @@ pim_datagrid: apply: Primijeni cancel: Poništi remove_column: Ukloni + attribute_groups: Grupe atributa mass_action: delete: confirm_title: Potvrdi brisanje @@ -88,6 +95,5 @@ grid.view_selector: placeholder: Naziv novog prikaza choose_label: Odaberi oznaku za prikaz confirmation: - remove: Da li ste sigurni da želite izbrisati ovaj prikaz tablice? delete: Potvrdi brisanje grid.view_selector.flash.updated: Prikaz tablice je uspješno ažuriran diff --git a/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.it.yml b/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.it.yml index 4bef9cd7f303..fc81df735dc0 100644 --- a/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.it.yml +++ b/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.it.yml @@ -43,19 +43,25 @@ oro.datagrid.action.refresh: "Aggiorna" oro_datagrid.select.all: "Tutti" oro_datagrid.select.visible: "Tutti visibili" oro_datagrid.select.none: "Nessun" +oro_datagrid.select.select: "Selezionare" pim.grid.ajax_choice_filter.label_empty: è vuoto pim.grid.ajax_choice_filter.label_not_empty: non è vuoto -pim.grid.choice_filter: - label_empty: è vuoto - label_not_empty: non è vuoto - label_in_list: nell'elenco +pim: + grid: + choice_filter: + label_empty: è vuoto + label_not_empty: non è vuoto + label_in_list: nell'elenco + price_filter: + label: Valuta + category_filter: + done: Completato Available Columns: Colonne disponibili Displayed Columns: Colonne Selezionate datagrid_view.columns.min_message: È necessario selezionare almeno una colonna della griglia di dati da visualizzare pim_datagrid: column_configurator: label: Colonne - title: Selezione Colonna all_groups: Tutti i gruppi search: Ricerca clear: Ripulisci @@ -63,6 +69,7 @@ pim_datagrid: apply: Applica cancel: Annulla remove_column: Rimuovere + attribute_groups: Gruppi di attributi mass_action: delete: confirm_title: Conferma cancellazione @@ -88,6 +95,5 @@ grid.view_selector: placeholder: Nome della nuova visualizzazione choose_label: Scegliere un'etichetta per la visualizzazione confirmation: - remove: Sei sicuro di voler eliminare questa visualizzazione della griglia di dati? delete: Conferma cancellazione grid.view_selector.flash.updated: La griglia di dati è stata aggiornata con successo diff --git a/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.nl.yml b/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.nl.yml index c1d27e1b5cb4..285ba27db8fb 100644 --- a/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.nl.yml +++ b/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.nl.yml @@ -43,19 +43,25 @@ oro.datagrid.action.refresh: "Vernieuwen" oro_datagrid.select.all: "Alle" oro_datagrid.select.visible: "Alle zichtbare" oro_datagrid.select.none: "Geen" +oro_datagrid.select.select: "Selecteer" pim.grid.ajax_choice_filter.label_empty: is leeg pim.grid.ajax_choice_filter.label_not_empty: is niet leeg -pim.grid.choice_filter: - label_empty: is leeg - label_not_empty: is niet leeg - label_in_list: in lijst +pim: + grid: + choice_filter: + label_empty: is leeg + label_not_empty: is niet leeg + label_in_list: in lijst + price_filter: + label: Valuta + category_filter: + done: Gedaan Available Columns: Beschikbare kolommen Displayed Columns: Geselecteerde kolommen datagrid_view.columns.min_message: U moet ten minste één dataraster kolom selecteren om weer te geven pim_datagrid: column_configurator: label: Kolommen - title: Kolom selecteren all_groups: Alle groepen search: Zoeken clear: Opruimen @@ -63,6 +69,7 @@ pim_datagrid: apply: Toepassen cancel: Annuleren remove_column: Verwijderen + attribute_groups: Attribuutgroepen mass_action: delete: confirm_title: Bevestig verwijderen @@ -88,6 +95,5 @@ grid.view_selector: placeholder: Naam van nieuwe weergave choose_label: Kies een label voor de weergave confirmation: - remove: Weet u zeker dat u deze datarasterweergave wilt verwijderen? delete: Bevestig verwijderen grid.view_selector.flash.updated: Datarasterweergave succesvol bijgewerkt diff --git a/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.pt_BR.yml b/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.pt_BR.yml index ee32f609dddf..3d3063d7a3d1 100644 --- a/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.pt_BR.yml +++ b/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.pt_BR.yml @@ -43,24 +43,31 @@ oro.datagrid.action.refresh: "Atualizar" oro_datagrid.select.all: "Todos" oro_datagrid.select.visible: "Todos Visiveis" oro_datagrid.select.none: "Nenhum" +oro_datagrid.select.select: "Selecionar" pim.grid.ajax_choice_filter.label_empty: está vazio pim.grid.ajax_choice_filter.label_not_empty: não está vazio -pim.grid.choice_filter: - label_empty: está vazio - label_not_empty: não está vazio - label_in_list: na lista +pim: + grid: + choice_filter: + label_empty: está vazio + label_not_empty: não está vazio + label_in_list: na lista + price_filter: + label: Moeda + category_filter: + done: Cocluído Available Columns: Colunas Disponíveis datagrid_view.columns.min_message: Você deve selecionar ao menos uma coluna para exibição pim_datagrid: column_configurator: label: Colunas - title: Selecionar Coluna all_groups: Todos os Grupos search: Pesquisar clear: Limpar apply: Aplicar cancel: Cancelar remove_column: Remover + attribute_groups: Grupo de atributos mass_action: delete: confirm_title: Confirmação de exclusão @@ -86,6 +93,5 @@ grid.view_selector: placeholder: Nome da visualização choose_label: Escolha um rótulo para a visualização confirmation: - remove: Você tem certeza que deseja deletar essa visualização de grid? delete: Confirmação de exclusão grid.view_selector.flash.updated: Visualização de grid atualizada com sucesso diff --git a/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.ru.yml b/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.ru.yml index 15e7c333084e..522b7c9dc186 100644 --- a/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.ru.yml +++ b/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.ru.yml @@ -43,19 +43,25 @@ oro.datagrid.action.refresh: "Обновить" oro_datagrid.select.all: "Все" oro_datagrid.select.visible: "Все видимые" oro_datagrid.select.none: "Нет" +oro_datagrid.select.select: "Выбрать" pim.grid.ajax_choice_filter.label_empty: пусто pim.grid.ajax_choice_filter.label_not_empty: не является пустым -pim.grid.choice_filter: - label_empty: пусто - label_not_empty: не является пустым - label_in_list: в списке +pim: + grid: + choice_filter: + label_empty: пусто + label_not_empty: не является пустым + label_in_list: в списке + price_filter: + label: Валюта + category_filter: + done: Готово Available Columns: Доступные столбцы Displayed Columns: Выбранные столбцы datagrid_view.columns.min_message: Вы должны выбрать по крайней мере один столбец для отображения pim_datagrid: column_configurator: label: Столбцы - title: Выбор столбцов all_groups: Все группы search: Поиск clear: Очистить @@ -63,6 +69,7 @@ pim_datagrid: apply: Применить cancel: Отмена remove_column: Удалить + attribute_groups: Группы атрибутов mass_action: delete: confirm_title: Подтверждение удаления @@ -88,6 +95,5 @@ grid.view_selector: placeholder: Название нового представления choose_label: Выберите ярлык для представления confirmation: - remove: Вы действительно хотите удалить это представление табличных данных? delete: Подтверждение удаления grid.view_selector.flash.updated: Представление табличных данных успешно обновлено diff --git a/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.zh.yml b/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.zh.yml index 05fe5f066044..0a280bbeea22 100644 --- a/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.zh.yml +++ b/src/Pim/Bundle/DataGridBundle/Resources/translations/jsmessages.zh.yml @@ -43,19 +43,25 @@ oro.datagrid.action.refresh: "刷新" oro_datagrid.select.all: "所有" oro_datagrid.select.visible: "所有可见的" oro_datagrid.select.none: "无" +oro_datagrid.select.select: "选择" pim.grid.ajax_choice_filter.label_empty: 为空 pim.grid.ajax_choice_filter.label_not_empty: 不为空 -pim.grid.choice_filter: - label_empty: 为空 - label_not_empty: 不为空 - label_in_list: 在列表中 +pim: + grid: + choice_filter: + label_empty: 为空 + label_not_empty: 不为空 + label_in_list: 在列表中 + price_filter: + label: 货币 + category_filter: + done: 已完成 Available Columns: 可用的列 Displayed Columns: 选定的列 datagrid_view.columns.min_message: 您必须选择至少一个要显示的 datagrid 列 pim_datagrid: column_configurator: label: 列 - title: 列项选择 all_groups: 所有群组 search: 搜索 clear: 清除 @@ -63,6 +69,7 @@ pim_datagrid: apply: 应用 cancel: 取消 remove_column: 删除 + attribute_groups: 属性组 mass_action: delete: confirm_title: 删除确认 @@ -88,6 +95,5 @@ grid.view_selector: placeholder: 新视图的名称 choose_label: 选择视图的标签 confirmation: - remove: 您是否确定要删除此数据视图? delete: 删除确认 grid.view_selector.flash.updated: 数据视图已更新 diff --git a/src/Pim/Bundle/DataGridBundle/Resources/translations/messages.da.yml b/src/Pim/Bundle/DataGridBundle/Resources/translations/messages.da.yml index b28691275a89..baa86c7c4a43 100644 --- a/src/Pim/Bundle/DataGridBundle/Resources/translations/messages.da.yml +++ b/src/Pim/Bundle/DataGridBundle/Resources/translations/messages.da.yml @@ -1,4 +1,5 @@ "oro_datagrid.no_data_hint %entityHint%": Der findes ingen %entityHint%. +oro_datagrid.not_found_hint: Desværre, er der ingen resultater for din søgning. oro_datagrid.label_add_filter: Administrer filtre oro_datagrid.label_loading_mask: Indlæser . . . oro.grid.mass_action.selected_rows: Markerede rækker diff --git a/src/Pim/Bundle/DataGridBundle/Resources/translations/messages.fr.yml b/src/Pim/Bundle/DataGridBundle/Resources/translations/messages.fr.yml index 0123521c2c5f..1b8f578c9bc9 100644 --- a/src/Pim/Bundle/DataGridBundle/Resources/translations/messages.fr.yml +++ b/src/Pim/Bundle/DataGridBundle/Resources/translations/messages.fr.yml @@ -1,4 +1,5 @@ "oro_datagrid.no_data_hint %entityHint%": Aucun(e) %entityHint% n'existe. +oro_datagrid.not_found_hint: Désolé, il n’y a aucun résultat pour votre recherche. oro_datagrid.label_add_filter: Gérer les filtres oro_datagrid.label_loading_mask: Chargement . . . oro.grid.mass_action.selected_rows: Lignes sélectionnées diff --git a/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.ca.yml b/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.ca.yml index c5260a5ec393..5410b1be6bfb 100644 --- a/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.ca.yml +++ b/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.ca.yml @@ -7,7 +7,6 @@ confirmation: product: Esteu segur que voleu suprimir aquest producte? channel: Esteu segur que voleu suprimir aquest canal? group: Esteu segur que voleu suprimir aquest grup? - variant group: Esteu segur que voleu suprimir aquesta variant de grups? group_type: Esteu segur que voleu suprimir aquest tipus de grup? import profile: Esteu segur que voleu suprimir aquest perfil d'importació? export profile: Esteu segur que voleu eliminar aquest perfil d'exportació? @@ -46,8 +45,6 @@ flash: removed: Canal suprimit correctament group: removed: Grup suprimit correctament - variant group: - removed: Grup de variants suprimit correctament group_type: removed: Tipus de grup suprimit correctament import profile: @@ -67,7 +64,6 @@ error: product: No podeu eliminar aquest producte channel: No podeu eliminar aquest canal group: No podeu eliminar aquest grup - variant group: No podeu eliminar aquesta variant de grups group type: No podeu eliminar aquest tipus de grup import profile: No podeu eliminar aquest perfil d'importació export profile: No podeu eliminar aquest perfil d'exportació @@ -106,11 +102,10 @@ pim: csv_grid_context: CSV (marc de quadrícula) xlsx_all: Excel (tots els atributs) xlsx_grid_context: Excel (marc de quadrícula) - delete: Eliminar productes - mass_edit: Canviar la informació del producte + delete: Suprimir category_edit: Moure els productes a les categories - sequential_edit: Editar els productes seqüencialment jstree.create: Crear +jstree.done: Fet switch_on: "Sí" switch_off: "No" pim_enrich: @@ -137,10 +132,10 @@ pim_enrich: save: Desar cancel: Cancelar product: - index_title: Productes title: producte locale: Configuració Regional category: Categoria + filters: Filtres btn: enabled: Habilitat disabled: Deshabilitat @@ -191,11 +186,6 @@ pim_enrich: all_visible: Tot visible none: Cap copy: Copiar - variant_group: - updated_by: Actualitzat per un grup de variants - switch: - "yes": "Sí" - "no": "No" optional_attribute: remove: Eliminar aquest atribut locale_specific_attribute: @@ -205,7 +195,7 @@ pim_enrich: media: upload: Arrossegueu-lo aquí per carregar o feu-hi clic create_popin: - title: Crear un nou producte + title: Crear labels: family: Trieu una família save: Desar @@ -223,7 +213,7 @@ pim_enrich: save: Desar title: tipus d'associació create_popin: - title: Crear un nou tipus d'associació + title: Crear message: created: Tipus d'associació creat correctament group_type: @@ -236,7 +226,7 @@ pim_enrich: save: Desar title: tipus de grup create_popin: - title: Crear un nou tipus de grup + title: Crear message: created: Tipus de grup creat correctament channel: @@ -258,34 +248,13 @@ pim_enrich: btn: save: Desar create_popin: - title: Crear una nova família + title: Crear message: created: Família creada correctament attribute_option: code: Codi label: Etiqueta actions: Accions - variant_group: - title: Grups de variants - info: - deletion_successful: El grup variants s'ha suprimit correctament. - deletion_failed: El grup variants no s'ha pogut suprimir. - update_successful: El grup de variants s'ha actualitzat correctament. - update_failed: El grup variants no s'ha pogut actualitzar. - already_in_upload: Ja s'ha carregat un arxiu per a aquest atribut en la configuració regional "{{ locale }}" i l'àmbit "{{ scope }}" - no_attributes: Aquest grup de variants encara no té cap atribut - btn: - save: Desar - meta: - product_count: Productes - created: Creat - created_by: Creat per - updated: Actualitzat - updated_by: Actualitzat per - create_popin: - title: Crear un nou grup de variants - message: - created: Grup de variants creat correctament group: title: Grup info: @@ -302,7 +271,7 @@ pim_enrich: updated: Actualitzat updated_by: Actualitzat per create_popin: - title: Crea un grup nou + title: Crear message: created: Grup creat correctament attribute: @@ -329,6 +298,9 @@ pim_enrich: attribute_group: info: update_successful: Grup d'atributs actualitzat correctament + api_connection: + create_popin: + title: Crear confirmation: leave: Esteu segur que voleu sortir d'aquesta pàgina? discard_changes: Perdreu els canvis a la {{ entity }} si sortiu de la pàgina. @@ -460,21 +432,6 @@ pim_enrich: switch: "no": "No" "yes": "Sí" - variant_group: - tab: - properties: - title: Propietats - general: Propietats generals - code: Codi - type: Tipus - axis: Eix - label_translations: Traduccions d'etiquetes - history: - title: Històric - products: - title: Productes - attributes: - title: Atributs group: tab: properties: @@ -540,7 +497,7 @@ pim_enrich: content: title: Contingut properties: - title: Propietats generals + title: Propietats code: title: Codi label: @@ -785,26 +742,22 @@ pim_enrich: import_profiles: list: Seleccioneu un job create_popin: - title: Crear un nou perfil d'importació + title: Crear group: create_btn: Crear grup export_profiles: create_popin: - title: Crear un nou perfil d'exportació + title: Crear user: - title: Usuari create_btn: Crear usuari user_role: - title: Rol create_btn: Crear rol user_group: - title: Grups create_btn: Crear grup - process_tracker: - title: Seguiment del procés attribute: modal_title: Trieu el tipus d'atribut attribute_group: + title: Grups d'atribut create_btn: Crear api_connection: create_btn: Crear @@ -816,8 +769,6 @@ pim_enrich: step: select: label: Triar productes - choose: - label: Trieu l'operació configure: label: Configurar confirm: @@ -836,10 +787,6 @@ pim_enrich: label: Afegir a grups description: Seleccioneu els grups on volgueu afegir els productes seleccionats field: Grups - add_to_variant_group: - label: Afegir a un grup de variants - description: Seleccioneu el grup de variants on afegir els productes seleccionats - field: Grup add_to_category: description: Els productes es posicionaran a les següents categories, tot mantenint l'emplaçament actual. move_to_category: @@ -850,8 +797,6 @@ pim_enrich: step: select: label: Triar famílies - choose: - label: Trieu l'operació configure: label: Configurar confirm: @@ -874,7 +819,6 @@ page_title: pim_enrich_currency_index: Monedes pim_enrich_locale_index: Configuracions regionals pim_enrich_group_index: Grups - pim_enrich_variant_group_index: Grups de variants pim_enrich_associationtype_index: Tipus d'associació pim_enrich_grouptype_index: Tipus de grup pim_enrich_mass_edit_action_choose: Editar en massa | Triar @@ -896,13 +840,11 @@ batch_jobs: label: Editar atributs comuns cleaner: label: Netejar arxius per atributs comuns - add_to_variant_group: - label: Afegir a un grup de variants - perform: - label: Afegir a un grup de variants csv_product_export: label: Exportar productes a CSV export.label: Exportar productes + csv_product_model_export: + export.label: Exportar productes csv_category_export: label: Exportar categories en CSV export.label: Exportar categories @@ -918,9 +860,6 @@ batch_jobs: csv_group_export: label: Exportar grups en CSV export.label: Exportar grups - csv_variant_group_export: - label: Exportar grup de variants a CSV - export.label: Exportar grup de variants csv_family_export: label: Exportar famílies en CSV export.label: Exportar família @@ -955,10 +894,6 @@ batch_jobs: label: Importar grups en CSV validation.label: Validar arxius import.label: Importar grups - csv_variant_group_import: - label: Importar Grup de variants des d'un CSV - validation.label: Validar arxius - import.label: Importació de grupo de variants csv_channel_export: label: Canal d'exportació en CSV export.label: Canal d'exportació @@ -1027,17 +962,10 @@ batch_jobs: xlsx_group_export: label: Exportació de grup en XLSX export.label: Exportar grups - xlsx_variant_group_export: - label: Exportació de variant de grup en XLSX - export.label: Exportar grup de variants xlsx_group_import: label: Importació de grup en XLSX validation.label: Validar arxius import.label: Importar grups - xlsx_variant_group_import: - label: Importacin de variant de grup en XLSX - validation.label: Validar arxius - import.label: Importació de variant grup xlsx_family_export: label: Exportació de família en XLSX export.label: Exportar família @@ -1106,7 +1034,6 @@ pim_menu: group_type: Tipus de grup locale: Configuracions regionals product: Productes - variant_group: Grups de variants export_history: Històric d'exportacions export_profile: Perfils d'exportació import_history: Històric d'importacions diff --git a/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.da.yml b/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.da.yml index 88099317f830..d147fa85d02b 100644 --- a/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.da.yml +++ b/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.da.yml @@ -8,7 +8,6 @@ confirmation: product: Er du sikker på du vil slette dette produkt? channel: Er du sikker på du vil slette denne kanal? group: Er du sikker på du vil slette denne gruppe? - variant group: Er du sikker på du vil slette denne variant gruppe? group_type: Er du sikker på du vil slette denne gruppe type? import profile: Er du sikker på du vil slette denne import profil? export profile: Er du sikker på du vil slette denne eksportprofil? @@ -49,8 +48,6 @@ flash: removed: Kanalen blev fjernet group: removed: Gruppen blev slettet - variant group: - removed: Variantgruppen blev slettet group_type: removed: Gruppetypen fjernet import profile: @@ -77,7 +74,6 @@ error: product: Kan ikke slette dette produkt channel: Kan ikke slette denne kanal group: Kan ikke slette denne gruppe - variant group: Kan ikke slette denne variant gruppe group type: Kan ikke slette denne gruppetype import profile: Kan ikke slette denne import profil export profile: Kan ikke slette denne eksportprofil @@ -116,11 +112,10 @@ pim: csv_grid_context: CSV (gitter kontekst) xlsx_all: Excel (alle attributter) xlsx_grid_context: Excel (gitter kontekst) - delete: Slet produkter - mass_edit: Ændre produktinformation + delete: Slet category_edit: Flytte produkter i kategorier - sequential_edit: Redigere produkter sekventielt jstree.create: Opret +jstree.done: Gjort switch_on: "Ja" switch_off: "Nej" pim_enrich: @@ -150,10 +145,11 @@ pim_enrich: product: navigation: Produkt navigation infos: Produkt info - index_title: Produkter title: produkt locale: Landestandard category: Kategori + create: Opret produkt + filters: Filtre btn: enabled: Aktiveret disabled: Deaktiveret @@ -207,11 +203,6 @@ pim_enrich: all_visible: Alle synlige none: Ingen copy: Kopier - variant_group: - updated_by: Opdateret af variant gruppe - switch: - "yes": "Ja" - "no": "Nej" optional_attribute: remove: Fjern denne attribut locale_specific_attribute: @@ -221,7 +212,7 @@ pim_enrich: media: upload: Træk og slip for at indlæse eller klik her create_popin: - title: Opret et nyt produkt + title: Opret labels: family: Vælg familie save: Gem @@ -229,6 +220,13 @@ pim_enrich: message: created: Produktet blev oprettet completeness: Fuldført + product_model: + info: + update_successful: Produktmodellen opdateret. + update_failed: Produktmodellen kunne ikke opdateres. + field_not_ready: 'Produktmodellen kan ikke gemmes lige nu. Følgende felter er ikke klar: {{ fields }}' + read_only_parent_attribute_from_common: Denne attribut kan blive opdateret på de fælles attributter. + variant_axis: Variant akse association_type: info: deletion_successful: Sammenhængs type slettet. @@ -245,7 +243,7 @@ pim_enrich: save: Gem title: sammenhængstype create_popin: - title: Oprette en ny sammenhæng + title: Opret message: created: Sammenhængstype oprettet group_type: @@ -264,7 +262,7 @@ pim_enrich: save: Gem title: gruppetype create_popin: - title: Opret en ny gruppe + title: Opret message: created: Gruppetypen oprettet channel: @@ -301,35 +299,13 @@ pim_enrich: btn: save: Gem create_popin: - title: Opret en ny familie + title: Opret message: created: Familien blev oprettet attribute_option: code: Kode label: Etiket actions: Aktioner - variant_group: - title: Variantgrupper - info: - deletion_successful: Variant gruppen slettet. - deletion_failed: Variantgruppen kunne ikke slettes. - update_successful: Variantgruppe opdateret - update_failed: Variantgruppen kunne ikke opdateres. - field_not_ready: 'Variant gruppen kan ikke gemmes lige nu. Følgende felter er ikke klar: {{ fields }}' - already_in_upload: Der findes allerede en fil indlæst for denne attribut for denne landestandard "{{ locale }}" og "{{ scope }}" - no_attributes: Denne variant gruppe har ingen attributter endnu - btn: - save: Gem - meta: - product_count: Produkter - created: Oprettet - created_by: Oprettet af - updated: Opdateret - updated_by: opdateret af - create_popin: - title: Opret en ny variantgruppe - message: - created: Variantgruppe oprettet group: title: Gruppe info: @@ -347,7 +323,7 @@ pim_enrich: updated: Opdateret updated_by: opdateret af create_popin: - title: Opret en ny gruppe + title: Opret message: created: Gruppe oprettet job_instance: @@ -389,7 +365,7 @@ pim_enrich: update_successful: Attributgruppe opdateret api_connection: create_popin: - title: Opret en ny API-forbindelse + title: Opret message: created: API forbindelse oprettet confirmation: @@ -540,22 +516,6 @@ pim_enrich: switch: "no": "Nej" "yes": "Ja" - variant_group: - axis.help: Akse er attributter, der definerer varianter af gruppen variant. Akse er attributter med optioner, ikke oversættelige og ikke postobjektet. Det kan ikke ændres efter oprettelsen af gruppen variant. - tab: - properties: - title: Egenskaber - general: Generelle egenskaber - code: Kode - type: Type - axis: Akse - label_translations: Etiket oversættelser - history: - title: Historik - products: - title: Produkter - attributes: - title: Egenskaber group: tab: properties: @@ -634,7 +594,7 @@ pim_enrich: content: title: Indhold properties: - title: Generelle egenskaber + title: Egenskaber code: title: Kode label: @@ -687,6 +647,8 @@ pim_enrich: real_time_versioning: title: Realtid historie opdatering help: Betyder at produkt historien opdateres automatisk, kan slås fra for at forbedre indstillinger + family_variant_column: + title: Familie variant import history: title: Historik file_path: Fil sti @@ -750,8 +712,6 @@ pim_enrich: select_attributes: Tilføj egenskab add: Tilføj attributes_groups_selected: '{{ itemsCount }} gruppe(r) valgt' - job: - upload: Træk og slip en fil eller klik her export: product: data: @@ -895,66 +855,45 @@ pim_enrich: description: Den valgte produktattributter vil blive redigeret med følgende data for landestandard {{ locale }} og den kanal {{ channel }}, valgt i gitteret produkter. index: association_type: - title: sammenhængstype oversigt create_btn: opret sammenhængstype import_profiles: - title: import profil oversigt create_btn: opret import profil list: Vælg et job create_popin: - title: Opret en ny importprofil + title: Opret message: created: Importer profil oprettet import_history: title: importer rapporter - variant_group: - title: variantgruppe oversigt - create_btn: opret variantgruppe group: - title: Gruppe oversigt create_btn: Opret gruppe export_profiles: - title: eksporter profil oversigt create_btn: opret eksportprofil create_popin: - title: Opret en ny eksportprofil + title: Opret message: created: Eksport profil oprettet export_history: title: eksportere rapporterne family: - title: familie oversigt create_btn: opret familie grouptype: - title: gruppetype oversigt create_btn: opret gruppetype - currency: - title: valuta oversigt - locale: - title: landestandard oversigt user: - title: Bruger create_btn: Opret bruger user_role: - title: Rolle create_btn: Opret rolle user_group: - title: Grupper create_btn: Opret gruppe - process_tracker: - title: Process overvågning channel: - title: kanaloversigt create_btn: opret kanal attribute: - title: attribut oversigt create_btn: opret attribut modal_title: Vælg attributtype attribute_group: - title: attributgruppe oversigt + title: Attributgrupper create_btn: Opret api_connection: - title: API-forbindelser create_btn: Opret mass_edit: next: Næste @@ -967,9 +906,6 @@ pim_enrich: step: select: label: Vælg produkter - choose: - label: Vælg handling - labelCount: "{1}Vælg den handling for produktet |] 1, Inf [Vælg din handling for {{ itemsCount }} produkter" configure: label: Konfigurér confirm: @@ -981,16 +917,13 @@ pim_enrich: operation: change_status: label: Skift status - label_count: "{1}Ændre status af 1 produkt |] 1, Inf [Skift status af {{ itemsCount }} produkter" description: De valgte produkter vil blive aktiveret eller deaktiveret. field: At aktivere edit_common: label: Rediger fælles attributter - label_count: "{1}Ret fælles attributter af 1 produkt |] 1, Inf [Rediger fælles attributter {{ itemsCount }} produkter" description: Den valgte produktattributter vil blive redigeret med følgende data for landestandard {{ locale }} og kanal {{ scope }}, valgt i gitteret produkter. change_family: label: Ændre familie - label_count: "{1}Ændre familie af 1 produkt |] 1, Inf [Skift familie af {{ itemsCount }} produkter" description: Familie på de udvalgte produkter vil blive ændret til den valgte familie field: Familie add_to_group: @@ -998,11 +931,6 @@ pim_enrich: label_count: "{1}Tilføj 1 produkt grupper |] 1, Inf [Tilføj {{ itemsCount }} produkter til grupper" description: Vælg de grupper hvor de udvalgte produkter skal tilføjes til field: Grupper - add_to_variant_group: - label: Tilføj en variant gruppe - label_count: "{1}Tilføj 1 produkt grupper |] 1, Inf [Tilføj {{ itemsCount }} produkter til grupper" - description: Vælg variantgruppen hvor de valgte produkter skal tilføjes - field: Gruppe add_to_category: label: Tilføje til kategorier label_count: "{1}Tilføj 1 produkt grupper |] 1, Inf [Tilføj {{ itemsCount }} produkter til grupper" @@ -1021,9 +949,6 @@ pim_enrich: step: select: label: Vælg familier - choose: - label: Vælg handling - labelCount: "{1}Vælg den handling for produktet |] 1, Inf [Vælg din handling for {{ itemsCount }} produkter" configure: label: Konfigurér confirm: @@ -1053,6 +978,7 @@ page_title: pim_enrich_attribute_edit: Attributter {{ attribute.label }} | Rediger pim_enrich_product_index: Produkter pim_enrich_product_edit: Produkter {{ product.sku }} | Rediger + pim_enrich_product_model_edit: Produkt modeller {{ product.sku }} | Rediger pim_enrich_family_index: Familier pim_enrich_family_edit: Familier {{ family.label }} | Rediger pim_enrich_channel_index: Kanaler @@ -1062,8 +988,6 @@ page_title: pim_enrich_locale_index: Landestandarder pim_enrich_group_index: Grupper pim_enrich_group_edit: Grupper {{ group.label }} | Rediger - pim_enrich_variant_group_index: Variantgrupper - pim_enrich_variant_group_edit: Variant grupper {{ group.label }} | Rediger pim_enrich_associationtype_index: Sammenhængstyper pim_enrich_associationtype_edit: Foreningen typer {{ association type.label }} | Rediger pim_enrich_grouptype_index: Gruppetyper @@ -1110,13 +1034,11 @@ batch_jobs: quick_export.label: Xlsx-produkt gitter sammenhæng hurtig eksport perform: label: Xlsx-produkt gitter sammenhæng hurtig eksport - add_to_variant_group: - label: Tilføj til variant gruppe - perform: - label: Tilføj til variant gruppe csv_product_export: label: Produkt eksport til CSV export.label: Produkt eksport + csv_product_model_export: + export.label: Produkt eksport csv_category_export: label: Kategori eksport til CSV export.label: Kategori eksport @@ -1132,17 +1054,19 @@ batch_jobs: csv_group_export: label: Gruppen eksport til CSV export.label: Gruppe eksport - csv_variant_group_export: - label: Variant gruppe eksporter til CSV - export.label: Variant gruppe eksport csv_family_export: label: Familie eksport i CSV export.label: Familie eksport + csv_family_variant_export: + label: Familie variant eksport i CSV + export.label: Familie variant eksport csv_product_import: label: Produkt eksport fra CSV-fil validation.label: Filvalidering import.label: Produkt import import_associations.label: Association import + csv_product_model_import: + label: Produkt model import i CSV- csv_category_import: label: Kategori eksport fra CSV validation.label: Filvalidering @@ -1164,15 +1088,13 @@ batch_jobs: validation.label: Filvalidering import.label: Familie import csv_family_variant_import: + label: Familie variant import i CSV validation.label: Filvalidering + import.label: Familie variant import csv_group_import: label: Gruppe import fra CSV validation.label: Filvalidering import.label: Gruppe import - csv_variant_group_import: - label: Variant gruppe importer fra CSV - validation.label: Filvalidering - import.label: Variant gruppe import csv_channel_export: label: Kanal eksportet til CSV export.label: Kanal eksport @@ -1229,7 +1151,9 @@ batch_jobs: validation.label: Filvalidering import.label: Familie import xlsx_family_variant_import: + label: Familie variant import i XLSX validation.label: Filvalidering + import.label: Familie variant import xlsx_product_export: label: Produkt eksport til XLSX export.label: Produkt eksport @@ -1238,23 +1162,21 @@ batch_jobs: validation.label: Filvalidering import.label: Produkt import import_associations.label: Association import + xlsx_product_model_import: + label: Produkt model import i XSLX xlsx_group_export: label: Gruppe eksport til XLSX export.label: Gruppe eksport - xlsx_variant_group_export: - label: Variant gruppe eksport til XLSX - export.label: Variant gruppe eksport xlsx_group_import: label: Gruppe import fra XLSX validation.label: Filvalidering import.label: Gruppe import - xlsx_variant_group_import: - label: Variant gruppe import fra XLSX - validation.label: Filvalidering - import.label: Variant gruppe import xlsx_family_export: label: Familie eksport til XLSX export.label: Familie eksport + xlsx_family_variant_export: + label: Familie variant eksport i XLSX + export.label: Familie variant eksport xlsx_category_export: label: Kategori eksport til XLSX export.label: Kategori eksport @@ -1329,7 +1251,6 @@ pim_menu: group_type: Gruppetyper locale: Landestandarder product: Produkter - variant_group: Variantgrupper export_history: Eksport historik export_profile: Eksport profiler import_history: Import historik diff --git a/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.de.yml b/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.de.yml index 68c19035c3e5..37d853da7f49 100644 --- a/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.de.yml +++ b/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.de.yml @@ -7,7 +7,6 @@ confirmation: product: Möchten Sie dieses Produkt wirklich löschen? channel: Möchten Sie diesen Ausgabekanal wirklich löschen? group: Möchten Sie diese Gruppe wirklich löschen? - variant group: Möchten Sie diese Variantengruppe wirklich löschen? group_type: Möchten Sie diesen Gruppentyp wirklich löschen? import profile: Möchten Sie dieses Importprofil wirklich löschen? export profile: Möchten Sie dieses Exportprofil wirklich löschen? @@ -46,8 +45,6 @@ flash: removed: Ausgabekanal erfolgreich entfernt group: removed: Gruppe erfolgreich entfernt - variant group: - removed: Variantengruppe erfolgreich entfernt group_type: removed: Gruppentyp erfolgreich gelöscht import profile: @@ -69,7 +66,6 @@ error: product: Dieses Produkt kann nicht gelöscht werden channel: Dieser Ausgabekanal kann nicht gelöscht werden group: Diese Gruppe kann nicht gelöscht werden - variant group: Diese Variantengruppe kann nicht gelöscht werden group type: Dieser Gruppentyp kann nicht gelöscht werden import profile: Dieses Importprofil kann nicht gelöscht werden export profile: Dieses Exportprofil kann nicht gelöscht werden @@ -108,11 +104,10 @@ pim: csv_grid_context: CSV (Kontextabhängig) xlsx_all: Excel (alle Attribute) xlsx_grid_context: Excel (Kontextabhängig) - delete: Produkte löschen - mass_edit: Produktinformationen ändern + delete: Löschen category_edit: Produkte in Kategorien verschieben - sequential_edit: Produkte se­quen­zi­ell bearbeiten jstree.create: Anlegen +jstree.done: Fertig switch_on: "Ja" switch_off: "Nein" pim_enrich: @@ -139,10 +134,10 @@ pim_enrich: save: Speichern cancel: Abbrechen product: - index_title: Produkte title: Produkt locale: Gebietsschema category: Kategorie + filters: Filter btn: enabled: Aktiviert disabled: Deaktiviert @@ -194,11 +189,6 @@ pim_enrich: all_visible: Alle sichtbaren none: Keine copy: Kopieren - variant_group: - updated_by: Aktualisiert durch eine Variantengruppe - switch: - "yes": "Ja" - "no": "Nein" optional_attribute: remove: Dieses Attribut löschen locale_specific_attribute: @@ -208,7 +198,7 @@ pim_enrich: media: upload: Upload per Drag & Drop oder hier klicken create_popin: - title: Neues Produkt anlegen + title: Anlegen labels: family: Wählen Sie eine Produktfamilie save: Speichern @@ -231,7 +221,7 @@ pim_enrich: save: Speichern title: Verbindungstyp create_popin: - title: Einen neuen Verbindungstyp anlegen + title: Anlegen message: created: Verbindungstyp erfolgreich erstellt group_type: @@ -249,7 +239,7 @@ pim_enrich: save: Speichern title: Gruppentyp create_popin: - title: Neuen Gruppentypen anlegen + title: Anlegen message: created: Gruppentyp erfolgreich erstellt channel: @@ -283,34 +273,13 @@ pim_enrich: btn: save: Speichern create_popin: - title: Neue Produktfamilie anlegen + title: Anlegen message: created: Produktfamilie erfolgreich angelegt attribute_option: code: Code label: Bezeichnung actions: Aktionen - variant_group: - title: Variantengruppe - info: - deletion_successful: Variantengruppe erfolgreich gelöscht. - deletion_failed: Die Variantengruppe konnte nicht gelöscht werden. - update_successful: Variantengruppe erfolgreich aktualisiert. - update_failed: Die Variantengruppe konnte nicht aktualisiert werden. - already_in_upload: Es wird bereits eine Datei für dieses Attribut im Gebietsschema "{{ locale }}" und Gültigkeitsbereich "{{ scope }}" hochgeladen - no_attributes: Diese Variantengruppe hat noch keine Attribute - btn: - save: Speichern - meta: - product_count: Produkte - created: Erstellt - created_by: Erstellt von - updated: Aktualisiert - updated_by: Aktualisiert von - create_popin: - title: Neue Variantengruppe anlegen - message: - created: Variantengruppe erfolgreich erstellt group: title: Gruppe info: @@ -327,7 +296,7 @@ pim_enrich: updated: Aktualisiert updated_by: Aktualisiert von create_popin: - title: Neue Gruppe anlegen + title: Anlegen message: created: Gruppe erfolgreich erstellt job_instance: @@ -359,6 +328,9 @@ pim_enrich: attribute_group: info: update_successful: Attributgruppe erfolgreich aktualisiert + api_connection: + create_popin: + title: Anlegen confirmation: leave: Möchten Sie diese Seite wirklich verlassen? discard_changes: Änderungen an {{ entity }} gehen verloren, wenn Sie die Seite verlassen. @@ -495,21 +467,6 @@ pim_enrich: switch: "no": "Nein" "yes": "Ja" - variant_group: - tab: - properties: - title: Eigenschaften - general: Allgemeine Eigenschaften - code: Code - type: Typ - axis: Achse - label_translations: Feldbezeichner-Übersetzungen - history: - title: Historie - products: - title: Produkte - attributes: - title: Attribute group: tab: properties: @@ -585,7 +542,7 @@ pim_enrich: content: title: Inhalt properties: - title: Allgemeine Eigenschaften + title: Eigenschaften code: title: Code label: @@ -692,8 +649,6 @@ pim_enrich: select_attributes: Attribute hinzufügen add: Hinzufügen attributes_groups_selected: '{{ itemsCount }} Gruppe(n) ausgewählt' - job: - upload: Drag & Drop einer Datei oder hier klicken export: product: data: @@ -835,58 +790,39 @@ pim_enrich: description: Die ausgewählten Produktattribute werden für die folgenden Daten des Gebietsschemas {{ locale }} und dem Ausgabekanal {{ channel }}, welche in der Produktübersicht ausgewählt sind, bearbeitet. index: association_type: - title: Verbindungstypen-Übersicht create_btn: Verbindungstyp anlegen import_profiles: - title: Übersicht Importprofil create_btn: Importprofil anlegen list: Wählen Sie einen Auftrag create_popin: - title: Ein neues Importprofil anlegen + title: Anlegen import_history: title: Importberichte - variant_group: - title: Übersicht Variantengruppe - create_btn: Variantengruppe anlegen group: - title: Übersicht Gruppe create_btn: Gruppe anlegen export_profiles: - title: Übersicht Exportprofil create_btn: Exportprofil anlegen create_popin: - title: Ein neues Exportprofil anlegen + title: Anlegen export_history: title: Exportberichte family: - title: Übersicht Produktfamilie create_btn: Produktfamilie anlegen grouptype: - title: Übersicht Gruppentyp create_btn: Gruppentyp anlegen - currency: - title: Übersicht Währung - locale: - title: Übersicht Gebietsschema user: - title: Benutzer create_btn: Benutzer anlegen user_role: - title: Rolle create_btn: Rolle anlegen user_group: - title: Gruppen create_btn: Gruppe anlegen - process_tracker: - title: Prozess-Tracker channel: - title: Übersicht Ausgabekanäle create_btn: Ausgabekanal anlegen attribute: - title: Attribute Übersicht create_btn: Attribut anlegen modal_title: Wählen Sie den Attributtyp aus attribute_group: + title: Attributgruppen create_btn: Anlegen api_connection: create_btn: Anlegen @@ -898,8 +834,6 @@ pim_enrich: step: select: label: Produkte auswählen - choose: - label: Aktion auswählen configure: label: Konfigurieren confirm: @@ -918,10 +852,6 @@ pim_enrich: label: Zu Gruppen hinzufügen description: Wählen Sie die Gruppen aus, in welche die ausgewählten Produkte hinzugefügt werden sollen field: Gruppen - add_to_variant_group: - label: Zu einer Variantengruppe hinzufügen - description: Bitte wählen Sie die Variantengruppe aus, in welche die ausgewählten Produkte hinzugefügt werden sollen - field: Gruppe add_to_category: description: Die Produkte werden den folgenden Kategorien zugeordnet. Bestehende Zuordnungen bleiben erhalten. move_to_category: @@ -932,8 +862,6 @@ pim_enrich: step: select: label: Produktfamilien auswählen - choose: - label: Aktion auswählen configure: label: Konfigurieren confirm: @@ -964,8 +892,6 @@ page_title: pim_enrich_locale_index: Gebietsschemata pim_enrich_group_index: Gruppen pim_enrich_group_edit: Gruppen {{ group.label }} | Bearbeiten - pim_enrich_variant_group_index: Variantengruppen - pim_enrich_variant_group_edit: Variantengruppen {{ group.label }} | Bearbeiten pim_enrich_associationtype_index: Verbindungstypen pim_enrich_associationtype_edit: Verbindungstypen {{ association type.label }} | Bearbeiten pim_enrich_grouptype_index: Gruppentypen @@ -1006,13 +932,11 @@ batch_jobs: quick_export.label: XLSX Produkt-Schnellexport kontextabhängig perform: label: XLSX Produkt-Schnellexport kontextabhängig - add_to_variant_group: - label: Zu einer Variantengruppe hinzufügen - perform: - label: Zu einer Variantengruppe hinzufügen csv_product_export: label: Produkt-Export als CSV-Datei export.label: Produkt export + csv_product_model_export: + export.label: Produkt export csv_category_export: label: Kategorie-Export als CSV-Datei export.label: Kategorie export @@ -1028,9 +952,6 @@ batch_jobs: csv_group_export: label: Gruppen-Export in CSV-Datei export.label: Gruppen-Export - csv_variant_group_export: - label: Variantengruppen-Export als CSV - export.label: Variantengruppen-Export csv_family_export: label: Exportiere Produktfamilie in CSV-Datei export.label: Exportiere Produktfamilie @@ -1065,10 +986,6 @@ batch_jobs: label: Gruppen-Import aus CSV-Datei validation.label: Dateivalidierung import.label: Gruppen-Import - csv_variant_group_import: - label: Variantengruppen-Import als CSV - validation.label: Dateivalidierung - import.label: Variantengruppen-Import csv_channel_export: label: Ausgabekanal-Export als CSV-Datei export.label: Ausgabekanal-Export @@ -1137,17 +1054,10 @@ batch_jobs: xlsx_group_export: label: Gruppen-Export als XSLX-Datei export.label: Gruppen-Export - xlsx_variant_group_export: - label: Variantengruppen-Export als XLSX-Datei - export.label: Variantengruppen-Export xlsx_group_import: label: Gruppen-Import aus XLSX-Datei validation.label: Dateivalidierung import.label: Gruppen-Import - xlsx_variant_group_import: - label: Variantengruppen-Import aus XLSX-Datei - validation.label: Dateivalidierung - import.label: Variantengruppen-Import xlsx_family_export: label: Produktfamilien-Eport als XLSX-Datei export.label: Exportiere Produktfamilie @@ -1223,7 +1133,6 @@ pim_menu: group_type: Gruppentypen locale: Gebietsschemata product: Produkte - variant_group: Variantengruppen export_history: Export-Historie export_profile: Export-Profile import_history: Import-Historie diff --git a/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.es.yml b/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.es.yml index 5e0e0c7748b5..a2da41d406c9 100644 --- a/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.es.yml +++ b/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.es.yml @@ -7,7 +7,6 @@ confirmation: product: '¿Está seguro que desea eliminar este producto?' channel: '¿Está seguro que desea eliminar este canal?' group: '¿Está seguro que desea eliminar este grupo?' - variant group: '¿Está seguro que desea eliminar este grupo variante?' group_type: '¿Está seguro que desea eliminar este tipo de grupo?' import profile: '¿Está seguro que desea eliminar este perfil de importación?' export profile: '¿Está seguro que desea eliminar este perfil de exportación?' @@ -46,8 +45,6 @@ flash: removed: Canal eliminado correctamente group: removed: Grupo eliminado correctamente - variant group: - removed: Grupo Variante eliminado correctamente group_type: removed: Tipo de Grupo eliminado correctamente import profile: @@ -69,7 +66,6 @@ error: product: No se puede eliminar este producto channel: No se puede eliminar este canal group: No se puede eliminar este grupo - variant group: No se puede eliminar este grupo variante group type: No se puede eliminar este tipo de grupo import profile: No se puede eliminar este perfil de importación export profile: No se puede eliminar este perfil de exportación @@ -108,11 +104,10 @@ pim: csv_grid_context: CSV (contexto de la grilla) xlsx_all: Excel (todos los atributos) xlsx_grid_context: Excel (contexto de la grilla) - delete: Eliminar productos - mass_edit: Cambiar información del producto + delete: Eliminar category_edit: Mover producto en categorías - sequential_edit: Editar productos secuencialmente jstree.create: Crear +jstree.done: Hecho switch_on: "SÍ" switch_off: "No" pim_enrich: @@ -139,10 +134,10 @@ pim_enrich: save: Guardar cancel: Cancelar product: - index_title: Productos title: producto locale: Local category: Categoría + filters: Filtros btn: enabled: Habilitado disabled: Inhabilitado @@ -193,11 +188,6 @@ pim_enrich: all_visible: Todo lo visible none: Ninguno copy: Copiar - variant_group: - updated_by: Actualizado por grupo de variantes - switch: - "yes": "SÍ" - "no": "No" optional_attribute: remove: Quitar este atributo locale_specific_attribute: @@ -207,7 +197,7 @@ pim_enrich: media: upload: Arrastrar y soltar para cargar o haga clic aquí create_popin: - title: Crear un nuevo producto + title: Crear labels: family: Elija una familia save: Guardar @@ -230,7 +220,7 @@ pim_enrich: save: Guardar title: tipo de asociación create_popin: - title: Crear un nuevo tipo de asociación + title: Crear message: created: Tipo de asociación se creó correctamente group_type: @@ -243,7 +233,7 @@ pim_enrich: save: Guardar title: tipo de grupo create_popin: - title: Crear un nuevo tipo de grupo + title: Crear message: created: Tipo de grupo creado correctamente channel: @@ -275,34 +265,13 @@ pim_enrich: btn: save: Guardar create_popin: - title: Crear una nueva familia + title: Crear message: created: Familia creada correctamente attribute_option: code: Código label: Etiqueta actions: Acciones - variant_group: - title: Grupo de variantes - info: - deletion_successful: Grupo Variante eliminado correctamente. - deletion_failed: No se ha podido eliminar el grupo de variantes. - update_successful: Grupo variantes actualizado correctamente. - update_failed: No se ha podido actualizar el grupo de variantes. - already_in_upload: Un fichero ya está siendo cargado por este atributo en el local "{{ locale }}" y objetivo "{{ scope }}" - no_attributes: Este grupo de variantes no tiene aun atributos - btn: - save: Guardar - meta: - product_count: Productos - created: Creado - created_by: Creado por - updated: Actualizado - updated_by: Actualizado por - create_popin: - title: Crear un nuevo grupo de variantes - message: - created: Grupo variante creado correctamente group: title: Grupo info: @@ -319,7 +288,7 @@ pim_enrich: updated: Actualizado updated_by: Actualizado por create_popin: - title: Crea un nuevo grupo + title: Crear message: created: Grupo creado con éxito job_instance: @@ -351,6 +320,9 @@ pim_enrich: attribute_group: info: update_successful: Grupo de atributos actualizado correctamente + api_connection: + create_popin: + title: Crear confirmation: leave: '¿Está seguro que desea salir de esta página?' discard_changes: Perderá los cambios realizados sobre {{ entity }} si abandona esta página. @@ -483,21 +455,6 @@ pim_enrich: switch: "no": "No" "yes": "SÍ" - variant_group: - tab: - properties: - title: Propiedades - general: Propiedades generales - code: Código - type: Tipo - axis: Eje - label_translations: Traducciones de etiqueta - history: - title: Histórico - products: - title: Productos - attributes: - title: Atributos group: tab: properties: @@ -570,7 +527,7 @@ pim_enrich: content: title: Contenido properties: - title: Propiedades generales + title: Propiedades code: title: Código label: @@ -675,8 +632,6 @@ pim_enrich: toolbox: select_attributes: Agregar atributos add: Agregar - job: - upload: Arrastrar y soltar un fichero o haga clic aquí export: product: data: @@ -819,26 +774,22 @@ pim_enrich: import_profiles: list: Seleccionar un trabajo create_popin: - title: Crear un nuevo perfil de importación + title: Crear group: create_btn: Crear grupo export_profiles: create_popin: - title: Crear un nuevo perfil de exportación + title: Crear user: - title: Usuario create_btn: Crear usuario user_role: - title: Rol create_btn: Crear rol user_group: - title: Grupos create_btn: Crear grupo - process_tracker: - title: Seguimiento de procesos attribute: modal_title: Elija el tipo de atributo attribute_group: + title: Grupos de atributos create_btn: Crear api_connection: create_btn: Crear @@ -850,8 +801,6 @@ pim_enrich: step: select: label: Elegir productos - choose: - label: Elegir operación configure: label: Configurar confirm: @@ -870,10 +819,6 @@ pim_enrich: label: Agregar a grupos description: Seleccione los grupos en los cuales agregará los productos seleccionados field: Grupos - add_to_variant_group: - label: Agregar a un grupo de variantes - description: Seleccione el grupo de variantes al cual agregar los productos seleccionados - field: Grupo add_to_category: description: Los productos se colocará en las siguientes categorías, la posición actual se mantendrá. move_to_category: @@ -884,8 +829,6 @@ pim_enrich: step: select: label: Elija familias - choose: - label: Elegir operación configure: label: Configurar confirm: @@ -908,7 +851,6 @@ page_title: pim_enrich_currency_index: Monedas pim_enrich_locale_index: Locales pim_enrich_group_index: Grupos - pim_enrich_variant_group_index: Grupos de variantes pim_enrich_associationtype_index: Tipos de asociaciones pim_enrich_grouptype_index: Tipos de grupo pim_enrich_mass_edit_action_choose: Edición masiva | Seleccionar @@ -930,13 +872,11 @@ batch_jobs: label: Editar atributos comunes cleaner: label: Limpiar archivos para los atributos comunes - add_to_variant_group: - label: Agregar a un grupo de variantes - perform: - label: Agregar a un grupo de variantes csv_product_export: label: Exportar productos a CSV export.label: Exportar productos + csv_product_model_export: + export.label: Exportar productos csv_category_export: label: Exportar categorías a CSV export.label: Exportar categorías @@ -952,9 +892,6 @@ batch_jobs: csv_group_export: label: Exportar grupos a CSV export.label: Exportar grupos - csv_variant_group_export: - label: Exportar Grupo de variantes a CSV - export.label: Exportación de grupo de variantes csv_family_export: label: Exportar familias en CSV export.label: Exportar familias @@ -989,10 +926,6 @@ batch_jobs: label: Importar grupos desde CSV validation.label: Validación de archivo import.label: Importar grupos - csv_variant_group_import: - label: Importar Grupo de variantes de CSV - validation.label: Validación de archivo - import.label: importación de grupo de variantes csv_channel_export: label: Exportar canal en CSV export.label: Exportar canal @@ -1061,17 +994,10 @@ batch_jobs: xlsx_group_export: label: Exportar grupos en XLSX export.label: Exportar grupos - xlsx_variant_group_export: - label: Exportar grupo de variantes en XLSX - export.label: Exportación de grupo de variantes xlsx_group_import: label: Importar grupos en XLSX validation.label: Validación de archivo import.label: Importar grupos - xlsx_variant_group_import: - label: Importar grupo de variantes en XLSX - validation.label: Validación de archivo - import.label: Importar grupo de variantes xlsx_family_export: label: Exportar familias en XLSX export.label: Exportar familias @@ -1140,7 +1066,6 @@ pim_menu: group_type: Tipos de grupo locale: Locales product: Productos - variant_group: Grupos de variantes export_history: Histórico de exportaciones export_profile: Perfiles de exportación import_history: Histórico de importaciones diff --git a/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.fi.yml b/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.fi.yml index ff08c6e90ea4..ee835ff61aa3 100644 --- a/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.fi.yml +++ b/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.fi.yml @@ -7,7 +7,6 @@ confirmation: product: Oletko varma, että haluat poistaa tämän tuotteen? channel: Oletko varma, että haluat poistaa tämän kanavan? group: Oletko varma että haluat poistaa tämän ryhmän? - variant group: Oletko varma, että haluat poistaa tämän muuttujaryhmän? group_type: Oletko varma, että haluat poistaa tämän ryhmätyypin? import profile: Oletko varma, että haluat poistaa tämän tuontiprofiilin? export profile: Oletko varma, että haluat poistaa tämän vientiprofiilin? @@ -46,8 +45,6 @@ flash: removed: Kanavan poistaminen onnistui group: removed: Ryhmän poistaminen onnistui - variant group: - removed: Tuotevariaatioryhmä poistettiin onnistuneesti group_type: removed: Ryhmätyyppi poistettu onnistuneesti import profile: @@ -67,7 +64,6 @@ error: product: Tuotetta ei voi poistaa channel: Kanavaa ei voi poistaa group: Ryhmää ei voi poistaa - variant group: Variant ryhmää ei voi poistaa group type: Ryhmätyyppiä ei voi poistaa import profile: Tuontiprofiilia ei voi poistaa export profile: Vientiprofiilia ei voi poistaa @@ -106,11 +102,10 @@ pim: csv_grid_context: CSV (Ruudukon konteksti) xlsx_all: Excel (Kaikki attribuutit) xlsx_grid_context: Excel (Ruudukon konteksti) - delete: Poista tuotteet - mass_edit: Muuta tuotteiden tietoja + delete: Poista category_edit: Siirrä tuotteita kategorioihin - sequential_edit: Muokkaa tuotteita peräkkäin jstree.create: Luo +jstree.done: Valmis switch_on: "Kyllä" switch_off: "Ei" pim_enrich: @@ -137,10 +132,10 @@ pim_enrich: save: Tallenna cancel: Peruuta product: - index_title: Tuotteet title: tuote locale: Lokaatio category: Kategoria + filters: Suodattimet btn: enabled: Käytössä disabled: Poistettu käytöstä @@ -191,11 +186,6 @@ pim_enrich: all_visible: Kaikki näkyvillä olevat none: Ei yhtään copy: Kopioi - variant_group: - updated_by: Päivitetty variant-ryhmittäin - switch: - "yes": "Kyllä" - "no": "Ei" optional_attribute: remove: Poista tämä attribuutti locale_specific_attribute: @@ -205,7 +195,7 @@ pim_enrich: media: upload: Vedä ja pudota tuodaksesi tai klikkaa tästä create_popin: - title: Luo uusi tuote + title: Luo labels: family: Valitse perhe save: Tallenna @@ -223,7 +213,7 @@ pim_enrich: save: Tallenna title: sidoksen tyyppi create_popin: - title: Luo uusi määritetyyppi + title: Luo message: created: Sidostyyppi luotu onnistuneesti group_type: @@ -236,7 +226,7 @@ pim_enrich: save: Tallenna title: ryhmän tyyppi create_popin: - title: Luo uusi ryhmätyyppi + title: Luo message: created: Ryhmätyyppi lisätty onnistuneesti channel: @@ -258,34 +248,13 @@ pim_enrich: btn: save: Tallenna create_popin: - title: Luo uusi tuoteperhe + title: Luo message: created: Tuoteperhe luotu attribute_option: code: Koodi label: Nimike actions: Toiminnot - variant_group: - title: Tuotevariaatioryhmä - info: - deletion_successful: Tuotevariaatioryhmä poistettiin onnistuneesti. - deletion_failed: Tuotevariaatioryhmää ei voitu poistaa. - update_successful: Tuotevariaatioryhmä päivitetty onnistuneesti. - update_failed: Tuotevariaatioryhmää ei voitu päivittää. - already_in_upload: Tiedosto on jo ladattu määritteen lokaatiossa "{{ locale }}" ja laajuudessa "{{ scope }}" - no_attributes: Tällä tuotevariaatioryhmällä ei ole attribuutteja vielä - btn: - save: Tallenna - meta: - product_count: Tuotteet - created: Luotu - created_by: Luoja - updated: Päivitetty - updated_by: Päivittäjä - create_popin: - title: Luo uusi tuotevariaatioryhmä - message: - created: Tuotevariaatioryhmä poistettu onnistuneesti group: title: Ryhmä btn: @@ -297,7 +266,7 @@ pim_enrich: updated: Päivitetty updated_by: Päivittäjä create_popin: - title: Luo uusi ryhmä + title: Luo message: created: Ryhmä luotu onnistuneesti attribute: @@ -324,6 +293,9 @@ pim_enrich: attribute_group: info: update_successful: Attribuuttiryhmän päivittäminen onnistui + api_connection: + create_popin: + title: Luo confirmation: leave: Oletko varma että haluat poistua sivulta? discard_changes: Menetät muutokset tähän {{ entity }}, jos poistut sivulta. @@ -455,21 +427,6 @@ pim_enrich: switch: "no": "Ei" "yes": "Kyllä" - variant_group: - tab: - properties: - title: Ominaisuudet - general: Yleiset ominaisuudet - code: Koodi - type: Tyyppi - axis: Akseli - label_translations: Nimikkeiden käännökset - history: - title: Historia - products: - title: Tuotteet - attributes: - title: Attribuutit group: tab: properties: @@ -535,7 +492,7 @@ pim_enrich: content: title: Sisältö properties: - title: Yleiset ominaisuudet + title: Ominaisuudet code: title: Koodi label: @@ -779,26 +736,22 @@ pim_enrich: import_profiles: list: Valitse työ create_popin: - title: Luo uusi tuontiprofiili + title: Luo group: create_btn: Luo ryhmä export_profiles: create_popin: - title: Luo uusi vientiprofiili + title: Luo user: - title: Käyttäjä create_btn: Luo käyttäjä user_role: - title: Rooli create_btn: Luo rooli user_group: - title: Ryhmät create_btn: Luo ryhmä - process_tracker: - title: Prosessiseurain attribute: modal_title: Valitse attribuutin tyyppi attribute_group: + title: Attribuuttiryhmät create_btn: Luo api_connection: create_btn: Luo @@ -810,8 +763,6 @@ pim_enrich: step: select: label: Valitse tuotteet - choose: - label: Valitse toiminto configure: label: Konfiguroi confirm: @@ -830,10 +781,6 @@ pim_enrich: label: Lisää ryhmiin description: Valitse ryhmät joihin valitut tuotteet lisätään field: Ryhmät - add_to_variant_group: - label: Lisää tuotevariaatioryhmään - description: Valitse tuotevariaatioyhmä johon lisätä valitut tuotteet - field: Ryhmä add_to_category: description: Tuotteet asetetaan seuraaviin kategorioihin, olemassaolevat asetukset pyyvät. move_to_category: @@ -844,8 +791,6 @@ pim_enrich: step: select: label: Valitse tuoteperheet - choose: - label: Valitse toiminto configure: label: Konfiguroi confirm: @@ -868,7 +813,6 @@ page_title: pim_enrich_currency_index: Valuutat pim_enrich_locale_index: Alueet pim_enrich_group_index: Ryhmät - pim_enrich_variant_group_index: Tuotevariaatioryhmät pim_enrich_associationtype_index: Määritetyypit pim_enrich_grouptype_index: Ryhmätyypit pim_enrich_mass_edit_action_choose: Massaedit | Valitse @@ -886,13 +830,11 @@ batch_jobs: label: Muokkaa yleisiä attribuutteja cleaner: label: Puhdista tiedostot yleisille attribuuteille - add_to_variant_group: - label: Lisää tuotevariaatioryhmään - perform: - label: Lisää tuotevariaatioryhmään csv_product_export: label: Tuotteiden vienti CSV-muodossa export.label: Tuotteiden vienti + csv_product_model_export: + export.label: Tuotteiden vienti csv_category_export: label: Kategorian vienti CSV-muodossa export.label: Kategorian vienti @@ -908,9 +850,6 @@ batch_jobs: csv_group_export: label: Ryhmän vienti CSV-muodossa export.label: Ryhmän vienti - csv_variant_group_export: - label: Muuttujaryhmien vienti CSV-muodossa - export.label: Muutujaryhmien vienti csv_family_export: label: Ryhmän tuonti CSV-tiedostona export.label: Ryhmän vienti @@ -945,10 +884,6 @@ batch_jobs: label: Ryhmien tuonti CSV-muodossa validation.label: Tiedostojen tarkistaminen import.label: Ryhmien tuonti - csv_variant_group_import: - label: Muuttujaryhmien tuonti CSV-muodossa - validation.label: Tiedostojen tarkistaminen - import.label: Muutujaryhmien tuonti csv_channel_import: validation.label: Tiedostojen tarkistaminen csv_locale_import: @@ -992,17 +927,10 @@ batch_jobs: xlsx_group_export: label: Ryhmävienti XLSX-muodossa export.label: Ryhmän vienti - xlsx_variant_group_export: - label: Muuttujaryhmien vienti XLSX-muodossa - export.label: Muutujaryhmien vienti xlsx_group_import: label: Ryhmätuonti XLSX-muodossa validation.label: Tiedostojen tarkistaminen import.label: Ryhmien tuonti - xlsx_variant_group_import: - label: Muuttujaryhmien tuonti XLSX-muodossa - validation.label: Tiedostojen tarkistaminen - import.label: Muuttujaryhmien tuonti xlsx_family_export: label: Perhevienti XLSX-muodossa export.label: Ryhmän vienti @@ -1046,7 +974,6 @@ pim_menu: group_type: Ryhmätyypit locale: Alueet product: Tuotteet - variant_group: Tuotevariaatioryhmät export_history: Vientihistoria export_profile: Vientiprofiili import_history: Tuontihistoria diff --git a/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.fr.yml b/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.fr.yml index 90729a706916..67c5323a0aa7 100644 --- a/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.fr.yml +++ b/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.fr.yml @@ -8,7 +8,6 @@ confirmation: product: Êtes-vous sûr(e) de que vouloir supprimer ce produit ? channel: Êtes-vous sûr(e) de que vouloir supprimer ce canal ? group: Êtes-vous sûr(e) de vouloir supprimer ce groupe ? - variant group: Êtes-vous sûr(e) de que vouloir supprimer ce groupe de variantes ? group_type: Êtes-vous sûr(e) de vouloir supprimer ce type de groupe ? import profile: Êtes-vous sûr(e) de que vouloir supprimer ce profil d'import ? export profile: Êtes-vous sûr(e) de que vouloir supprimer ce profil d'export ? @@ -49,8 +48,6 @@ flash: removed: Canal supprimé avec succès group: removed: Groupe supprimé avec succès - variant group: - removed: Le groupe de variantes a bien été supprimé group_type: removed: Le type de groupe a bien été supprimé import profile: @@ -77,7 +74,6 @@ error: product: Impossible de supprimer ce produit channel: Impossible de supprimer ce canal group: Impossible de supprimer ce groupe - variant group: Impossible de supprimer ce groupe de variantes group type: Impossible de supprimer ce type de groupe import profile: Impossible de supprimer ce profil d'import export profile: Impossible de supprimer ce profil d'export @@ -119,8 +115,9 @@ pim: delete: Supprimer mass_edit: Actions de masse category_edit: Déplacer des produits vers des catégories - sequential_edit: Edition séquentielle + sequential_edit: Modification séquentielle jstree.create: Créer +jstree.done: Fait switch_on: "Oui" switch_off: "Non" pim_enrich: @@ -150,10 +147,13 @@ pim_enrich: product: navigation: Navigation produit infos: Infos produit - index_title: Produits + index_title: "] -Inf, 1] {{ count }} produit|] 1, Inf [{{ count }} produits" title: produit locale: Locale category: Catégorie + create: Créer un produit + filters: Filtres + selected: produits sélectionnés btn: enabled: Activé disabled: Désactivé @@ -167,6 +167,8 @@ pim_enrich: logged_at: Connecté(e) le from: De modified: Modifié + old_value: Ancienne valeur + new_value: Nouvelle valeur actions: Actions info: deletion_successful: Les produits ont bien été supprimés. @@ -205,11 +207,6 @@ pim_enrich: all_visible: Tous les éléments visibles none: Aucun copy: Copier - variant_group: - updated_by: Mis à jour par un groupe de variantes - switch: - "yes": "Oui" - "no": "Non" optional_attribute: remove: Supprimer cet attribut locale_specific_attribute: @@ -219,7 +216,7 @@ pim_enrich: media: upload: Glissez et déposez pour télécharger ou cliquez ici create_popin: - title: Créer un nouveau produit + title: Créer labels: family: Choisir une famille save: Enregistrer @@ -227,6 +224,16 @@ pim_enrich: message: created: Produit créé avec succès completeness: Complet + sequential_edit: + item_limit: Seuls les 1000 premiers sont affichés dans cette modification séquentielle ({{ count }} sélectionnés) + empty: Votre sélection est vide, veuillez modifier vos critères de recherche + product_model: + info: + update_successful: Le modèle de produit a bien été mis à jour. + update_failed: Le modèle de produit n'a pas pu être mis à jour. + field_not_ready: 'Le modèle de produit ne peut être sauvé dès maintenant. Les champs suivants ne sont pas prêts : {{ fields }}' + read_only_parent_attribute_from_common: Cet attribut peut être mis à jour sur les attributs communs. + variant_axis: Axe de variante association_type: info: deletion_successful: Le type d'association a été créé avec succès. @@ -243,7 +250,7 @@ pim_enrich: save: Enregistrer title: type d'association create_popin: - title: Créer un nouveau type d'association + title: Créer message: created: Le type d'association est créé avec succès group_type: @@ -262,7 +269,7 @@ pim_enrich: save: Enregistrer title: type de groupe create_popin: - title: Créer un nouveau type de groupe + title: Créer message: created: Le type de groupe a bien été créé channel: @@ -284,6 +291,7 @@ pim_enrich: save: Enregistrer family: title: famille + selected: familles sélectionnées info: update_successful: Famille mise à jour avec succès. create_successful: Canal créé avec succès. @@ -299,35 +307,13 @@ pim_enrich: btn: save: Enregistrer create_popin: - title: Créer une nouvelle famille + title: Créer message: created: Famille créée avec succès attribute_option: code: Code label: Libellé actions: Actions - variant_group: - title: Groupe de variantes - info: - deletion_successful: Le groupe de variantes a bien été supprimé. - deletion_failed: Le groupe de variantes n'a pas pu être supprimé. - update_successful: Le groupe de variantes a bien été mis à jour. - update_failed: Le groupe de variantes n'a pas pu être mis à jour. - field_not_ready: 'Le groupe de variantes ne peut être sauvé dès maintenant. Les champs suivants ne sont pas prêts : {{ fields }}' - already_in_upload: Un fichier est déjà en téléchargement pour cet attribut dans la locale "{{ locale }}" et le canal "{{ scope }}" - no_attributes: Ce groupe de variantes n'a pas encore d'attributs - btn: - save: Enregistrer - meta: - product_count: Produits - created: Créé - created_by: Créé par - updated: Mis à jour - updated_by: Mis à jour par - create_popin: - title: Créer un nouveau groupe de variants - message: - created: Le groupe de variantes a bien été créé group: title: Groupe info: @@ -345,7 +331,7 @@ pim_enrich: updated: Mis à jour updated_by: Mis à jour par create_popin: - title: Créer un nouveau groupe + title: Créer message: created: Groupe créé avec succès job_instance: @@ -387,7 +373,7 @@ pim_enrich: update_successful: Groupe d'attributs mis à jour avec succès api_connection: create_popin: - title: Créer une nouvelle connexion API + title: Créer message: created: Connexion API créée avec succès confirmation: @@ -432,6 +418,11 @@ pim_enrich: load_more: Chargement de plus de résultats... attribute_group_selector: Groupe d'attributs attribute_group_all: Tous + attribute_group.to_fill_count: "{1}1 attribute requis vide|]1, Inf [{{ count }} attributes requis vides" + attribute_filter: + display: Affichage + all: Tous les attributs + missing_required: Tous les attributs requis manquants categories: title: Catégories panel: @@ -440,6 +431,7 @@ pim_enrich: info: no_family: Aucune famille définie. Merci de définir une famille pour calculer la complétude de ce produit. no_completeness: Vous venez de modifier la famille du produit. Merci de l'enregistrer en premier pour calculer la complétude de la nouvelle famille. + missing_values: "{1}1 valeur manquante|] 1, Inf [{{ count }} valeurs manquantes" history: title: Historique switch: @@ -532,22 +524,6 @@ pim_enrich: switch: "no": "Non" "yes": "Oui" - variant_group: - axis.help: Les axes sont des attributs qui définissent les groupes de variantes. Les axes sont des attributs avec des options, non localisables et ayant une portée globale. Ils ne peuvent pas être modifiés après leur création. - tab: - properties: - title: Propriétés - general: Propriétés générales - code: Code - type: Type - axis: Axes - label_translations: Traduction des libellés - history: - title: Historique - products: - title: Produits - attributes: - title: Attributs group: tab: properties: @@ -626,7 +602,7 @@ pim_enrich: content: title: Contenu properties: - title: Propriétés générales + title: Propriétés code: title: Code label: @@ -679,6 +655,8 @@ pim_enrich: real_time_versioning: title: Mise à jour de l'historique en temps réel help: Signifie que l'historique des produits est automatiquement mis à jour, peut être désactivé pour améliorer les performances + family_variant_column: + title: Colonne variante de famille history: title: Historique file_path: Chemin du fichier @@ -743,7 +721,7 @@ pim_enrich: add: Ajouter attributes_groups_selected: '{{ itemsCount }} groupe(s) sélectionné(s)' job: - upload: Glissez et déposez un fichier ou cliquez ici + upload: Déposez votre fichier {{ type }} ici, ou cliquez ici pour le chercher sur votre disque export: product: data: @@ -762,6 +740,7 @@ pim_enrich: attributes: title: Attributs edit: Modifier + label: "{0}Tous les attributs|{1}1 attribut sélectionné|]1,Inf[{{ count }} attributs sélectionnés" help: 'Sélectionner les informations du produit à exporter. Par ex. : seulement les attributs techniques.' empty: Tous les attributs vont être exportés modal: @@ -886,66 +865,63 @@ pim_enrich: description: Les attributs des produits sélectionnés vont être édités avec les données suivantes pour la locale {{ locale }} et le canal {{ channel }}, choisis dans la grille des produits. index: association_type: - title: Liste des types d'association + title: "] -Inf, 1] {{ count }} type d'association|] 1, Inf [{{ count }} types d'association" create_btn: Créer un type d'association import_profiles: - title: Liste des profils d'import + title: "] -Inf, 1] {{ count }} profil d'import|] 1, Inf [{{ count }} profils d'import" create_btn: Créer un profil d'import list: Sélectionner une tâche create_popin: - title: Créer un nouveau profil d'import + title: Créer message: created: Le profil d'export a bien été créé import_history: title: Rapports d'import - variant_group: - title: Liste des groupes de variantes - create_btn: Créer un groupe de variantes group: - title: Liste des groupes + title: "] -Inf, 1] {{ count }} groupe|] 1, Inf [{{ count }} groupes" create_btn: Créer un groupe export_profiles: - title: Liste des profils d'export + title: "] -Inf, 1] {{ count }} profil d'export|] 1, Inf [{{ count }} profils d'export" create_btn: Créer un profil d'export create_popin: - title: Créer un nouveau profil d'export + title: Créer message: created: Le profil d'exportation a bien été créé export_history: title: Rapports d'export family: - title: Liste des familles + title: "] -Inf, 1] {{ count }} famille|] 1, Inf [{{ count }} familles" create_btn: Créer une famille grouptype: - title: Liste des types de groupe + title: "] -Inf, 1] {{ count }} type de groupe|] 1, Inf [{{ count }} types de groupe" create_btn: Créer un type de groupe currency: - title: Liste des devises + title: "] -Inf, 1] {{ count }} devise|] 1, Inf [{{ count }} devises" locale: - title: Liste des locales + title: "] -Inf, 1] {{ count }} locale|] 1, Inf [{{ count }} locales" user: - title: Utilisateur + title: "] -Inf, 1] {{ count }} utilisateur|] 1, Inf [{{ count }} utilisateurs" create_btn: Créer un utilisateur user_role: - title: Rôle + title: "] -Inf, 1] {{ count }} rôle|] 1, Inf [{{ count }} rôles" create_btn: Créer un rôle user_group: - title: Groupes + title: "] -Inf, 1] {{ count }} groupe|] 1, Inf [{{ count }} groupes" create_btn: Créer un groupe process_tracker: - title: Traqueur de processus + title: "] -Inf, 1] {{ count }} opération|] 1, Inf [{{ count }} opérations" channel: - title: Liste des canaux + title: "] -Inf, 1] {{ count }} canal|] 1, Inf [{{ count }} canaux" create_btn: Créer un canal attribute: - title: Vue d’ensemble des attributs + title: "] -Inf, 1] {{ count }} attribut|] 1, Inf [{{ count }} attributs" create_btn: Créer un attribut modal_title: Choisir le type d'attribut attribute_group: - title: Vue d'ensemble des groupes d'attributs + title: Groupes d'attributs create_btn: Créer api_connection: - title: Connexions API + title: "] -Inf, 1] {{ count }} connexion API|] 1, Inf [{{ count }} connexion API" create_btn: Créer mass_edit: next: Suivant @@ -953,11 +929,14 @@ pim_enrich: cancel: Annuler confirm: Confirmer product: + title: Action de masse sur les produits + confirm: "{1}Vous êtes sur le point de mettre à jour un produit avec les renseignements suivants, merci de confirmer.|] 1, Inf [Vous êtes sur le point de mettre à jour {{ itemsCount }} produits avec les renseignements suivants, merci de confirmer." step: select: label: Choisir des produits choose: - label: Choisir une opération + title: Actions de masse sur les produits + label_count: "] 0, Inf [Sélectionnez votre action" configure: label: Configurer confirm: @@ -969,40 +948,55 @@ pim_enrich: operation: change_status: label: Changer le statut + label_count: "{1}Changer l'état d'1 produit|] 1, Inf [Changer l'état de {{ itemsCount }} produits" description: Les produits sélectionnés vont être activés ou désactivés. field: Pour activer edit_common: label: Modifier les attributs communs + label_count: "{1}Editer les attributs communs d'1 product|] 1, Inf [Editer les attributs communs de {{ itemsCount }} produits" description: Les attributs des produits séléctionnés vont être éditées avec les données suivantes, pour la locale {{ locale }} et le canal {{ scope }}, choisis dans la grille de produits. change_family: + label: Changer de famille + label_count: "{1}Changer la famille d'1 produit|] 1, Inf [Changer la famille de {{ itemsCount }} produits" description: La famille des produits sélectionnés sera remplacée par la famille choisie field: Famille add_to_group: label: Ajouter aux groupes + label_count: "{1}Ajouter 1 produit à des groupes|] 1, Inf [Ajouter {{ itemsCount }} produits à des groupes" description: Sélectionnez les groupes dans lesquels ajouter les produits sélectionnés field: Groupes - add_to_variant_group: - label: Ajouter à un groupe de variantes - description: Choisissez le groupe de variantes auquel associer les produits sélectionnés - field: Groupe add_to_category: + label: Ajouter à des catégories + label_count: "{1}Ajouter 1 produit à des catégories|] 1, Inf [Ajouter {{ itemsCount }} produits à des categories" description: Les produits seront positionnés dans les catégories suivantes, le placement existant avant l'opération sera conservé. move_to_category: + label: Déplacer vers d'autres catégories + label_count: "{1}Déplacer 1 produit vers des catégories|] 1, Inf [Déplacer {{ itemsCount }} produits vers des categories" description: Les produits seront positionnés dans les catégories suivantes, le placement existant avant l'opération sera perdu. remove_from_category: + label: Retirer des catégories + label_count: "{1}Retirer 1 produit de catégories|] 1, Inf [Retirer {{ itemsCount }} produits de categories" description: Les produits seront retirés des catégories suivantes. family: + title: Action de masse sur les familles + confirm: "{1}Vous êtes sur le point de mettre à jour une famille avec les renseignements suivants, merci de confirmer.|] 1, Inf [Vous êtes sur le point de mettre à jour {{ itemsCount }} familles avec les renseignements suivants, merci de confirmer." step: select: label: Choisir des familles choose: - label: Choisir une opération + title: Actions de masse sur les familles + label_count: "] 0, Inf [Sélectionnez votre action" configure: label: Configurer confirm: label: Confirmer launched: label: L'action de masse "{{ operation }}" a été lancée. Vous serez notifié(e) lorsque la modification sera terminée. + operation: + set_requirements: + label: Configurer les exigences d'attributs + description: Les exigences d'attributs suivants s'appliqueront aux familles sélectionnées + label_count: "{1}Modifier les exigences d'attributs d'1 famille|] 1, Inf [Modifier les exigences d'attributes de {{ itemsCount }} familles" pim_enrich.error: exception.title: Oups! Une erreur {{ status_code }} s'est produite... http: @@ -1021,6 +1015,7 @@ page_title: pim_enrich_attribute_edit: Attribut {{ attribute.label }} | Editer pim_enrich_product_index: Produits pim_enrich_product_edit: Produit {{ product.sku }} | Editer + pim_enrich_product_model_edit: Modèles de produit {{ product.sku }} | Editer pim_enrich_family_index: Familles pim_enrich_family_edit: Famille {{ family.label }} Editer pim_enrich_channel_index: Canaux @@ -1030,8 +1025,6 @@ page_title: pim_enrich_locale_index: Locales pim_enrich_group_index: Groupes pim_enrich_group_edit: Groupe {{ group.label }} | Editer - pim_enrich_variant_group_index: Groupes de variantes - pim_enrich_variant_group_edit: Groupe de variantes {{ group.label }} | Editer pim_enrich_associationtype_index: Types d'association pim_enrich_associationtype_edit: Type d'association {{ association type.label }} | Modifier pim_enrich_grouptype_index: Types de groupe @@ -1058,6 +1051,10 @@ batch_jobs: label: Modifier les attributs communs cleaner: label: Nettoyer les fichiers pour les attributs communs + set_attribute_requirements: + label: Configurer les exigences d'attributs + perform: + label: Configurer les exigences d'attributs csv_product_quick_export: quick_export.label: Export rapide de produits en CSV perform: @@ -1074,13 +1071,12 @@ batch_jobs: quick_export.label: Export rapide de la grille de produits en XLSX perform: label: Export rapide de la grille de produits en XLSX - add_to_variant_group: - label: Ajouter au groupe de variantes - perform: - label: Ajouter au groupe de variantes csv_product_export: label: Export produits en CSV export.label: Export des produits + csv_product_model_export: + label: Export de modèles de produit en CSV + export.label: Export des produits csv_category_export: label: Export des catégories en CSV export.label: Export des catégories @@ -1096,17 +1092,19 @@ batch_jobs: csv_group_export: label: Export des groupes en CSV export.label: Export de groupes - csv_variant_group_export: - label: Export des groupes de variantes en CSV - export.label: Export des groupes de variantes csv_family_export: label: Export des familles en CSV export.label: Export des familles + csv_family_variant_export: + label: Export des variantes de famille en CSV + export.label: Export des variantes de famille csv_product_import: label: Import des produits en CSV validation.label: Validation du fichier import.label: Import des produits import_associations.label: Import des associations de produits + csv_product_model_import: + label: Import de modèles de produit en CSV csv_category_import: label: Import des catégories en CSV validation.label: Validation du fichier @@ -1128,15 +1126,13 @@ batch_jobs: validation.label: Validation du fichier import.label: Import des familles csv_family_variant_import: + label: Import des variantes de famille en CSV validation.label: Validation du fichier + import.label: Import des variantes de famille csv_group_import: label: Import des groupes en CSV validation.label: Validation du fichier import.label: Import des groupes - csv_variant_group_import: - label: Import des groupes de variantes en CSV - validation.label: Validation du fichier - import.label: Import des groupes de variantes csv_channel_export: label: Export des canaux en CSV export.label: Export des canaux @@ -1193,32 +1189,35 @@ batch_jobs: validation.label: Validation du fichier import.label: Import des familles xlsx_family_variant_import: + label: Import des variantes de famille en XLSX validation.label: Validation du fichier + import.label: Import des variantes de famille xlsx_product_export: label: Export des produits en XLSX export.label: Export des produits + xlsx_product_model_export: + label: Export de modèles de produit en XLSX + export.label: Export de modèles de produit xlsx_product_import: label: Import des produits en XLSX validation.label: Validation du fichier import.label: Import des produits import_associations.label: Import des associations de produits + xlsx_product_model_import: + label: Import de modèles de produit en XLSX xlsx_group_export: label: Export des groupes en XLSX export.label: Export de groupes - xlsx_variant_group_export: - label: Export des groupes de variantes en XLSX - export.label: Export des groupes de variantes xlsx_group_import: label: Import des groupes en XLSX validation.label: Validation du fichier import.label: Import des groupes - xlsx_variant_group_import: - label: Import des groupes de variantes en XLSX - validation.label: Validation du fichier - import.label: Import des groupes de variantes xlsx_family_export: label: Export des familles en XLSX export.label: Export des familles + xlsx_family_variant_export: + label: Export des variantes de famille en XLSX + export.label: Export des variantes de famille xlsx_category_export: label: Export des catégories en XLSX export.label: Export des catégories @@ -1293,7 +1292,6 @@ pim_menu: group_type: Types de groupes locale: Locales product: Produits - variant_group: Groupes de variantes export_history: Historique des exports export_profile: Profils d'exports import_history: Historique des imports diff --git a/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.hr.yml b/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.hr.yml index 49b1b15c7aa2..dde9d03b2928 100644 --- a/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.hr.yml +++ b/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.hr.yml @@ -7,7 +7,6 @@ confirmation: product: Jeste li sigurni da želite izbrisati ovaj proizvod? channel: Jeste li sigurni da želite izbrisati ovaj kanal? group: Jeste li sigurni da želite izbrisati ovu grupu? - variant group: Jeste li sigurni da želite izbrisati ovu varijantu grupe? group_type: Jeste li sigurni da želite izbrisati ovaj tip grupe? import profile: Jeste li sigurni da želite izbrisati ovaj profil uvoza? export profile: Jeste li sigurni da želite izbrisati ovaj profil izvoza? @@ -46,8 +45,6 @@ flash: removed: Kanal je uspješno uklonjen group: removed: Grupa je uspješno uklonjena - variant group: - removed: Varijanta grupe je uspješno uklonjena group_type: removed: Tip grupe je uspješno uklonjen import profile: @@ -67,7 +64,6 @@ error: product: Ne možete izbrisati ovaj proizvod channel: Ne možete izbrisati ovaj kanal group: Ne možete izbrisati ovu grupu - variant group: Ne možete izbrisati ovu varijantu grupe group type: Ne možete izbrisati ovaj tip grupe import profile: Ne možete izbrisati ovaj profil uvoza export profile: Ne možete izbrisati ovaj profil izvoza @@ -106,11 +102,10 @@ pim: csv_grid_context: CSV (Grid kontekst) xlsx_all: Excel (Svi atributi) xlsx_grid_context: Excel (Grid kontekst) - delete: Brisanje proizvoda - mass_edit: Promijeni informacije o proizvodu + delete: Obriši category_edit: Premjesti proizvode u kategorije - sequential_edit: Sekvencijalno uređivanje proizvoda jstree.create: Kreiraj +jstree.done: Gotovo switch_on: "Da" switch_off: "Ne" pim_enrich: @@ -137,10 +132,10 @@ pim_enrich: save: Spremi cancel: Poništi product: - index_title: Proizvodi title: proizvod locale: Postavke jezika i regije category: Kategorija + filters: Filteri btn: enabled: Omogućeno disabled: Onemogućeno @@ -191,11 +186,6 @@ pim_enrich: all_visible: Sve vidljive none: Niti jedan copy: Kopiraj - variant_group: - updated_by: Ažurirano sa varijantom grupe - switch: - "yes": "Da" - "no": "Ne" optional_attribute: remove: Ukloni ovaj atribut locale_specific_attribute: @@ -205,7 +195,7 @@ pim_enrich: media: upload: Povucite i ispustite za upload ili kliknite ovdje create_popin: - title: Kreiraj novi proizvod + title: Kreiraj labels: family: Odaberi obitelj save: Spremi @@ -223,7 +213,7 @@ pim_enrich: save: Spremi title: tip pridruživanja create_popin: - title: Kreiraj novi tip pridruživanja + title: Kreiraj message: created: Tip pridruživanja je uspješno kreiran group_type: @@ -236,7 +226,7 @@ pim_enrich: save: Spremi title: tip grupe create_popin: - title: Kreiraj novi tip grupe + title: Kreiraj message: created: Tip grupe je uspješno kreiran channel: @@ -258,34 +248,13 @@ pim_enrich: btn: save: Spremi create_popin: - title: Kreiraj novu obitelj + title: Kreiraj message: created: Obitelj je uspješno kreirana attribute_option: code: Kod label: Oznaka actions: Akcije - variant_group: - title: Varijanta grupa - info: - deletion_successful: Varijanta grupe je uspješno obrisana. - deletion_failed: Varijantu grupe nije moguće izbrisati. - update_successful: Varijanta grupe je uspješno ažurirana. - update_failed: Varijantu grupe nije moguće ažurirati. - already_in_upload: Datoteka je već procesu prijenosa za ovaj atribut u lokalizaciji "{{ locale }}" i opsegu "{{ scope }}" - no_attributes: Ova varijanta grupe još nema atribute - btn: - save: Spremi - meta: - product_count: Proizvodi - created: Kreirano - created_by: Kreirao korisnik - updated: Ažurirano - updated_by: Ažurirao korisnik - create_popin: - title: Kreiraj novu varijantu grupe - message: - created: Varijanta grupe je uspješno kreirana group: title: Grupa info: @@ -302,7 +271,7 @@ pim_enrich: updated: Ažurirano updated_by: Ažurirao korisnik create_popin: - title: Kreiraj novu grupu + title: Kreiraj message: created: Grupa je uspješno kreirana attribute: @@ -329,6 +298,9 @@ pim_enrich: attribute_group: info: update_successful: Atribut grupe je uspješno ažuriran + api_connection: + create_popin: + title: Kreiraj confirmation: leave: Jeste li sigurni da želite napustiti ovu stranicu? discard_changes: Promjene u {{ entity }} će se izgubiti ako napustite ovu stranicu. @@ -460,21 +432,6 @@ pim_enrich: switch: "no": "Ne" "yes": "Da" - variant_group: - tab: - properties: - title: Svojstva - general: Opća svojstva - code: Kod - type: Tip - axis: Osi - label_translations: Prijevodi oznaka - history: - title: Povijest - products: - title: Proizvodi - attributes: - title: Atributi group: tab: properties: @@ -540,7 +497,7 @@ pim_enrich: content: title: Sadržaj properties: - title: Opća svojstva + title: Svojstva code: title: Kod label: @@ -785,26 +742,22 @@ pim_enrich: import_profiles: list: Odaberite posao create_popin: - title: Kreiraj novi profil uvoza + title: Kreiraj group: create_btn: Kreiraj grupu export_profiles: create_popin: - title: Kreiraj novi profil izvoza + title: Kreiraj user: - title: Korisnik create_btn: Kreiraj korisnika user_role: - title: Rola create_btn: Kreiraj rolu user_group: - title: Grupe create_btn: Kreiraj grupu - process_tracker: - title: Proces praćenja attribute: modal_title: Odaberi tip atributa attribute_group: + title: Grupe atributa create_btn: Kreiraj api_connection: create_btn: Kreiraj @@ -816,8 +769,6 @@ pim_enrich: step: select: label: Odaberi proizvode - choose: - label: Odabiri operaciju configure: label: Konfiguriraj confirm: @@ -836,10 +787,6 @@ pim_enrich: label: Dodaj u grupe description: Odaberi grupe u koju se dodaju odabrani proizvodi field: Grupe - add_to_variant_group: - label: Dodaj u varijantu grupe - description: Odaberi varijantu grupe u koju će se dodati odabrani proizvodi - field: Grupa add_to_category: description: Proizvodi će biti postavljeni u sljedeće kategorije, postojeći položaj je zadržan. move_to_category: @@ -850,8 +797,6 @@ pim_enrich: step: select: label: Odaberi obitelji - choose: - label: Odabiri operaciju configure: label: Konfiguriraj confirm: @@ -874,7 +819,6 @@ page_title: pim_enrich_currency_index: Valute pim_enrich_locale_index: Lokalizacija pim_enrich_group_index: Grupe - pim_enrich_variant_group_index: Varijante grupa pim_enrich_associationtype_index: Tipovi pridruživanja pim_enrich_grouptype_index: Tipovi grupa pim_enrich_mass_edit_action_choose: Masovno uredi | Odaberi @@ -896,13 +840,11 @@ batch_jobs: label: Uredi uobičajene atribute cleaner: label: Obriši datoteke za uobičajene atribute - add_to_variant_group: - label: Dodaj u varijantu grupe - perform: - label: Dodaj u varijantu grupe csv_product_export: label: Izvoz proizvoda u CSV export.label: Izvoz proizvoda + csv_product_model_export: + export.label: Izvoz proizvoda csv_category_export: label: Izvoz kategorije u CSV export.label: Izvoz kategorije @@ -918,9 +860,6 @@ batch_jobs: csv_group_export: label: Izvoz grupe u CSV export.label: Izvoz grupe - csv_variant_group_export: - label: Izvoz grupne varijante u CSV - export.label: Izvoz grupne varijante csv_family_export: label: Izvoz porodice u CSV export.label: Izvoz porodice @@ -955,10 +894,6 @@ batch_jobs: label: Uvoz grupa iz CSV validation.label: Provjera valjanosti datoteke import.label: Uvoz grupa - csv_variant_group_import: - label: Uvoz varijante grupa iz CSV - validation.label: Provjera valjanosti datoteke - import.label: Uvoz varijante grupa csv_channel_export: label: Izvoz kanala u CSV export.label: Izvoz kanala @@ -1027,17 +962,10 @@ batch_jobs: xlsx_group_export: label: Izvoz grupe u XLSX export.label: Izvoz grupe - xlsx_variant_group_export: - label: Izvoz varijante grupe u XLSX - export.label: Izvoz grupne varijante xlsx_group_import: label: Uvoz grupe iz XLSX validation.label: Provjera valjanosti datoteke import.label: Uvoz grupa - xlsx_variant_group_import: - label: Uvoz varijante grupe iz XLSX - validation.label: Provjera valjanosti datoteke - import.label: Uvoz varijante grupe xlsx_family_export: label: Izvoz obitelji u XLSX export.label: Izvoz porodice @@ -1106,7 +1034,6 @@ pim_menu: group_type: Tipovi grupa locale: Lokalizacija product: Proizvodi - variant_group: Varijante grupa export_history: Povijest izvoza export_profile: Izvoz profila import_history: Povijest izvoza diff --git a/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.it.yml b/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.it.yml index 2d801132ed2e..b30ae3727e0b 100644 --- a/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.it.yml +++ b/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.it.yml @@ -8,7 +8,6 @@ confirmation: product: Sei sicuro di voler eliminare questo prodotto? channel: Sei sicuro di voler eliminare questo canale? group: Sei sicuro di voler eliminare questo gruppo? - variant group: Sei sicuro di voler eliminare questa variante del gruppo? group_type: Sei sicuro di voler eliminare questo tipo di gruppo? import profile: Sei sicuro di voler eliminare questo profilo di importazione? export profile: Sei sicuro di voler eliminare questo profilo di esportazione? @@ -48,8 +47,6 @@ flash: removed: Canale rimosso con successo group: removed: Gruppo rimosso con successo - variant group: - removed: Variante gruppo rimossa con successo group_type: removed: Tipo di gruppo rimosso con successo import profile: @@ -74,7 +71,6 @@ error: product: Non è possibile eliminare questo prodotto channel: Non è possibile eliminare questo canale group: Non è possibile eliminare questo gruppo - variant group: Non è possibile eliminare questa variante del gruppo group type: Non è possibile eliminare questo tipo di gruppo import profile: Non è possibile eliminare questo profilo di importazione export profile: Non è possibile eliminare questo profilo di esportazione @@ -113,11 +109,10 @@ pim: csv_grid_context: CSV (Contesto di griglia) xlsx_all: Excel (Tutti gli attributi) xlsx_grid_context: Excel (Contesto di griglia) - delete: Elimina i prodotti - mass_edit: Cambia le informazioni del prodotto + delete: Eliminare category_edit: Spostare i prodotti nelle categorie - sequential_edit: Modificare i prodotti in sequenza jstree.create: Crea +jstree.done: Completato switch_on: "Sì" switch_off: "No" pim_enrich: @@ -147,10 +142,10 @@ pim_enrich: product: navigation: Navigazione prodotti infos: Info prodotto - index_title: Articoli title: Articoli locale: Impostazioni locali category: Categoria + filters: Filtri btn: enabled: Attivato disabled: Disabilitato @@ -202,11 +197,6 @@ pim_enrich: all_visible: Tutti visibili none: Nessun copy: Copia - variant_group: - updated_by: Aggiornato da un gruppo di varianti - switch: - "yes": "Sì" - "no": "No" optional_attribute: remove: Rimuovere l'attributo locale_specific_attribute: @@ -216,7 +206,7 @@ pim_enrich: media: upload: Rilascia i file qui dentro per caricarli oppure clicca qui create_popin: - title: Crea un nuovo articolo + title: Crea labels: family: Scegli una famiglia save: Salva @@ -240,7 +230,7 @@ pim_enrich: save: Salva title: Tipo associazione create_popin: - title: Creare un nuovo tipo di associazione + title: Crea message: created: Tipo di associazione creata con successo group_type: @@ -259,7 +249,7 @@ pim_enrich: save: Salva title: Tipo gruppo create_popin: - title: Crea un nuovo tipo di gruppo + title: Crea message: created: Tipo di gruppo creato con successo channel: @@ -296,35 +286,13 @@ pim_enrich: btn: save: Salva create_popin: - title: Crea una nuova famiglia + title: Crea message: created: Famiglia creata con successo attribute_option: code: Codice label: Etichetta actions: Azioni - variant_group: - title: Gruppo di varianti - info: - deletion_successful: Gruppo di varianti rimosso con successo. - deletion_failed: Il gruppo di varianti non può essere eliminato. - update_successful: Gruppo di varianti aggiornato con successo. - update_failed: Il gruppo di varianti non può essere aggiornato. - field_not_ready: 'Il gruppo di varianti non può essere salvato in questo momento. I seguenti campi non sono pronti: {{ fields }}' - already_in_upload: Un file è già in caricamento per questo attributo nell'impostazione internazionale "{{ locale }}" e nell'ambito "{{ scope }}" - no_attributes: Questo gruppo di varianti non ha ancora attributi - btn: - save: Salva - meta: - product_count: Articoli - created: Creato - created_by: Creato da - updated: Caricato - updated_by: Aggiornato da - create_popin: - title: Crea una nuova variante di gruppo - message: - created: Variante gruppo creata con successo group: title: Gruppo info: @@ -342,7 +310,7 @@ pim_enrich: updated: Caricato updated_by: Aggiornato da create_popin: - title: Crea un nuovo gruppo + title: Crea message: created: Gruppo creato con successo job_instance: @@ -382,6 +350,9 @@ pim_enrich: info: update_failed: Gruppo di attributi non può essere aggiornato update_successful: Gruppo di attributi aggiornato con successo + api_connection: + create_popin: + title: Crea confirmation: leave: Sei sicuro di voler lasciare questa pagina? discard_changes: Perderai le modifiche a {{ entity }} se lasci la pagina. @@ -521,22 +492,6 @@ pim_enrich: switch: "no": "No" "yes": "Sì" - variant_group: - axis.help: Gli assi definiscono gli attributi sui quali dovrebbero variare i prodotti del gruppo. Gli assi sono attributi con opzioni, non localizzabili e senza ambiti. Non possono essere modificati dopo la creazione del gruppo di varianti - tab: - properties: - title: Proprietà - general: Proprietà generali - code: Codice - type: Tipo - axis: Asse - label_translations: Traduzioni etichetta - history: - title: Cronologia - products: - title: Articoli - attributes: - title: Attributi group: tab: properties: @@ -615,7 +570,7 @@ pim_enrich: content: title: Contenuto properties: - title: Proprietà generali + title: Proprietà code: title: Codice label: @@ -731,8 +686,6 @@ pim_enrich: select_attributes: Aggiungi attributi add: Aggiungi attributes_groups_selected: '{{ itemsCount }} gruppo(i) selezionato(i)' - job: - upload: Drag and drop per caricare un file o fai click qui export: product: data: @@ -875,63 +828,43 @@ pim_enrich: description: Gli attributi dei prodotto selezionati nella griglia verranno modificati con i dati seguenti per le impostazioni internazionali {{ locale }} e per il canale {{ channel }}. index: association_type: - title: Anteprima tipi associazione create_btn: Crea tipo associazione import_profiles: - title: Panoramica profili di importazione create_btn: Crea un profilo di importazione list: Seleziona un job create_popin: - title: Crea un nuovo profilo di importazione + title: Crea message: created: Profilo di importazione creato correttamente import_history: title: Report di importazione - variant_group: - title: Panoramica gruppi varianti - create_btn: Crea variante gruppo group: - title: Panoramica gruppi create_btn: Crea gruppo export_profiles: - title: Panoramica profili di esportazione create_btn: Crea un profilo di esportazione create_popin: - title: Crea un nuovo profilo di esportazione + title: Crea message: created: Profilo di esportazione creato correttamente export_history: title: Report di esportazione family: - title: Panoramica famiglie create_btn: Crea famiglia grouptype: - title: Panoramica tipi di gruppo create_btn: Crea tipo gruppo - currency: - title: Panoramica valute - locale: - title: Panoramica impostazioni di localizzazione user: - title: Utente create_btn: Crea utente user_role: - title: Ruolo create_btn: Crea Ruolo user_group: - title: Gruppi create_btn: Crea gruppo - process_tracker: - title: Tracker di processo channel: - title: Panoramica canali create_btn: Crea canale attribute: - title: Panoramica attributi create_btn: Crea attributo modal_title: Scegliere il tipo di attributo attribute_group: - title: Panoramica attributi di gruppo + title: Gruppi di attributi create_btn: Crea api_connection: create_btn: Crea @@ -944,8 +877,6 @@ pim_enrich: step: select: label: Scegli gli articoli - choose: - label: Scegli l'operazione configure: label: Configura confirm: @@ -969,10 +900,6 @@ pim_enrich: label: Aggiungere ai gruppi description: Selezionare i gruppi in cui aggiungere gli articoli selezionati field: Gruppi - add_to_variant_group: - label: Aggiungi ad un gruppo di varianti - description: Seleziona il gruppo di varianti a cui aggiungere gli articoli selezionati - field: Gruppo add_to_category: description: Gli articoli saranno posizionati nelle seguenti categorie, il posizionamento attuale è mantenuto. move_to_category: @@ -983,8 +910,6 @@ pim_enrich: step: select: label: Scegli le famiglie - choose: - label: Scegli l'operazione configure: label: Configura confirm: @@ -1018,8 +943,6 @@ page_title: pim_enrich_locale_index: Impostazioni locali pim_enrich_group_index: Gruppi pim_enrich_group_edit: Gruppi {{ group.label }} | Modifica - pim_enrich_variant_group_index: Gruppi varianti - pim_enrich_variant_group_edit: Gruppi varianti {{ group.label }} | Modifica pim_enrich_associationtype_index: Tipi di associazione pim_enrich_associationtype_edit: Tipi associazione {{ association type.label }} | Modifica pim_enrich_grouptype_index: Tipi di gruppo @@ -1060,13 +983,11 @@ batch_jobs: quick_export.label: Esportazione rapida prodotti in XLSX presenti nel contesto griglia perform: label: Esportazione rapida prodotti in XLSX presenti nel contesto griglia - add_to_variant_group: - label: Aggiungi al gruppo di varianti - perform: - label: Aggiungi al gruppo di varianti csv_product_export: label: Esportazione prodotti in CSV export.label: Esportazione Prodotti + csv_product_model_export: + export.label: Esportazione Prodotti csv_category_export: label: Esportazione categorie in CSV export.label: Esportazione categorie @@ -1082,9 +1003,6 @@ batch_jobs: csv_group_export: label: Esportazione gruppi in CSV export.label: Esportazione gruppi - csv_variant_group_export: - label: Esportazione in CSV dei gruppi di varianti - export.label: Esportazione gruppo varianti csv_family_export: label: Esportazione famiglie in CSV export.label: Esportazione famiglie @@ -1119,10 +1037,6 @@ batch_jobs: label: importazione gruppi in CSV validation.label: Validazione file import.label: importazione gruppi - csv_variant_group_import: - label: Importazione in CSV dei gruppi di varianti - validation.label: Validazione file - import.label: Importazione gruppi di varianti csv_channel_export: label: Esportazione canali in CSV export.label: Esportazione canali @@ -1191,17 +1105,10 @@ batch_jobs: xlsx_group_export: label: Esportazione gruppi in XLSX export.label: Esportazione gruppi - xlsx_variant_group_export: - label: Esportazione in XLSX dei gruppi di varianti - export.label: Esportazione gruppo varianti xlsx_group_import: label: Importazione gruppi in XLSX validation.label: Validazione file import.label: importazione gruppi - xlsx_variant_group_import: - label: Importazione gruppi di varianti in XLSX - validation.label: Validazione file - import.label: Importazione dei gruppi di varianti xlsx_family_export: label: Esportazione famiglie in XLSX export.label: Esportazione famiglie @@ -1279,7 +1186,6 @@ pim_menu: group_type: Tipi di gruppo locale: Impostazioni locali product: Articoli - variant_group: Gruppi varianti export_history: Cronologia esportazioni export_profile: Profili di esportazione import_history: Cronologia importazioni diff --git a/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.nl.yml b/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.nl.yml index 9c780c115d9f..81b3e7a07cb3 100644 --- a/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.nl.yml +++ b/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.nl.yml @@ -7,7 +7,6 @@ confirmation: product: Weet u zeker dat u dit product wilt verwijderen? channel: Weet u zeker dat u dit kanaal wilt verwijderen? group: Weet u zeker dat u deze groep wilt verwijderen? - variant group: Weet u zeker dat u deze variantgroep wilt verwijderen? group_type: Weet u zeker dat u dit groepstype wilt verwijderen? import profile: Weet u zeker dat u dit importprofiel wilt verwijderen? export profile: Weet u zeker dat u dit exportprofiel wilt verwijderen? @@ -46,8 +45,6 @@ flash: removed: Kanaal succesvol verwijderd group: removed: Groep succesvol verwijderd - variant group: - removed: Variantgroep succesvol verwijderd group_type: removed: Groepstype succesvol verwijderd import profile: @@ -67,7 +64,6 @@ error: product: Kan dit product niet verwijderen channel: Kan dit kanaal niet verwijderen group: Kan deze groep niet verwijderen - variant group: Kan deze variantgroep niet verwijderen group type: Kan dit groepstype niet verwijderen import profile: Kan dit importprofiel niet verwijderen export profile: Kan dit exportprofiel niet verwijderen @@ -106,11 +102,10 @@ pim: csv_grid_context: CSV (rastercontext) xlsx_all: Excel (alle attributen) xlsx_grid_context: Excel (rastercontext) - delete: Verwijder producten - mass_edit: Pas productinformatie aan + delete: Verwijderen category_edit: Verplaats producten naar categorieën - sequential_edit: Wijzig producten in stappen jstree.create: Aanmaken +jstree.done: Gedaan switch_on: "Ja" switch_off: "Nee" pim_enrich: @@ -137,10 +132,10 @@ pim_enrich: save: Opslaan cancel: Annuleren product: - index_title: Producten title: product locale: Lokalisatie category: Categorie + filters: Filters btn: enabled: Ingeschakeld disabled: Uitgeschakeld @@ -191,11 +186,6 @@ pim_enrich: all_visible: Alle zichtbare none: Geen copy: Kopieer - variant_group: - updated_by: Geüpdatet door variant groep - switch: - "yes": "Ja" - "no": "Nee" optional_attribute: remove: Dit attribuut verwijderen locale_specific_attribute: @@ -203,7 +193,7 @@ pim_enrich: localizable: channel_locale_unavailable: Dit lokaliseerbaar veld is niet beschikbaar voor locale '{{ locale }}' en kanaal '{{ channel }}' create_popin: - title: Een nieuw product aanmaken + title: Aanmaken labels: family: Kies een familie save: Opslaan @@ -226,7 +216,7 @@ pim_enrich: save: Opslaan title: koppelingstype create_popin: - title: Een nieuw associatietype aanmaken + title: Aanmaken message: created: Associatietype met succes aangemaakt group_type: @@ -239,7 +229,7 @@ pim_enrich: save: Opslaan title: groepstype create_popin: - title: Nieuw groepstype aanmaken + title: Aanmaken message: created: Groepstype succesvol aangemaakt channel: @@ -270,34 +260,13 @@ pim_enrich: btn: save: Opslaan create_popin: - title: Nieuwe familie aanmaken + title: Aanmaken message: created: Familie succesvol aangemaakt attribute_option: code: Code label: Label actions: Acties - variant_group: - title: Variant groep - info: - deletion_successful: Variant groep met succes verwijderd. - deletion_failed: De variant groep kon niet worden verwijderd. - update_successful: Variant groep succesvol bijgewerkt. - update_failed: De variant groep kon niet geüpdatet worden. - already_in_upload: Voor dit attribuut is al een bestand geüpload in de locale "{{ locale }}" en scope "{{ scope }}" - no_attributes: Deze variant groep heeft nog geen kenmerken - btn: - save: Opslaan - meta: - product_count: Producten - created: Aangemaakt - created_by: Aangemaakt door - updated: Bijgewerkt - updated_by: Bijgewerkt door - create_popin: - title: Nieuwe variant groep toevoegen - message: - created: Variantgroep succesvol aangemaakt group: title: Groep info: @@ -314,7 +283,7 @@ pim_enrich: updated: Bijgewerkt updated_by: Bijgewerkt door create_popin: - title: Nieuwe groep aanmaken + title: Aanmaken message: created: Groep succesvol aangemaakt job_instance: @@ -342,6 +311,9 @@ pim_enrich: attribute_group: info: update_successful: Attribuutgroep succesvol bijgewerkt + api_connection: + create_popin: + title: Aanmaken confirmation: leave: Weet u zeker dat u deze pagina wilt verlaten? discard_changes: Als u deze pagina verlaat worden veranderingen aan {{ entity }} niet opgeslagen. @@ -470,21 +442,6 @@ pim_enrich: switch: "no": "Nee" "yes": "Ja" - variant_group: - tab: - properties: - title: Eigenschappen - general: Algemene eigenschappen - code: Code - type: Type - axis: As - label_translations: Labelvertalingen - history: - title: Geschiedenis - products: - title: Producten - attributes: - title: Attributen group: tab: properties: @@ -554,7 +511,7 @@ pim_enrich: content: title: Inhoud properties: - title: Algemene eigenschappen + title: Eigenschappen code: title: Code label: @@ -645,8 +602,6 @@ pim_enrich: toolbox: select_attributes: Attributen toevoegen add: Toevoegen - job: - upload: Klik en sleep om te uploaden of klik hier export: product: data: @@ -788,24 +743,22 @@ pim_enrich: import_profiles: list: Selecteer een taak create_popin: - title: Een nieuw importprofiel aanmaken + title: Aanmaken group: create_btn: Groep aanmaken export_profiles: create_popin: - title: Een nieuw exportprofiel aanmaken + title: Aanmaken user: - title: Gebruiker create_btn: Gebruiker aanmaken user_role: - title: Rol create_btn: Rol aanmaken user_group: - title: Groepen create_btn: Groep aanmaken attribute: modal_title: Kies het attribuuttype attribute_group: + title: Attribuutgroepen create_btn: Aanmaken api_connection: create_btn: Aanmaken @@ -813,9 +766,6 @@ pim_enrich: next: Volgende cancel: Annuleren product: - step: - choose: - label: Kies bewerking operation: change_status: label: Status wijzigen @@ -828,20 +778,12 @@ pim_enrich: label: Toevoegen aan groepen description: Selecteer de groepen waarin u de geselecteerde producten wilt toevoegen field: Groepen - add_to_variant_group: - label: Voeg toe aan een variant groep - description: Selecteer de variant groep waarin u de geselecteerde producten wilt toevoegen - field: Groep add_to_category: description: De producten zullen worden geplaatst in de volgende categorieën. De bestaande plaatsing wordt behouden. move_to_category: description: De producten zullen worden geplaatst in de volgende categorieën. De bestaande plaatsing gaat verloren. remove_from_category: description: De producten zullen worden verwijderd uit de volgende categorieën. - family: - step: - choose: - label: Kies bewerking pim_enrich.error: exception.title: Oh, nee! Een {{ status_code }} fout deed zich voor... page_title: @@ -860,7 +802,6 @@ page_title: pim_enrich_currency_index: Valuta pim_enrich_locale_index: Lokalisaties pim_enrich_group_index: Groepen - pim_enrich_variant_group_index: Variantgroepen pim_enrich_associationtype_index: Associatietypes pim_enrich_grouptype_index: Groepstypen pim_enrich_mass_edit_action_choose: Massa bewerken | Kies @@ -873,6 +814,8 @@ batch_jobs: csv_product_export: label: Productexport in CSV export.label: Productexport + csv_product_model_export: + export.label: Productexport csv_category_export: label: Categorie-export in CSV export.label: Categorie-export @@ -888,9 +831,6 @@ batch_jobs: csv_group_export: label: Groepexport in CSV export.label: Groepexport - csv_variant_group_export: - label: Variant groep export in CSV - export.label: Variant groep export csv_product_import: label: Productimport in CSV validation.label: Bestandsvalidatie @@ -920,10 +860,6 @@ batch_jobs: label: Groep importeren in CSV validation.label: Bestandsvalidatie import.label: Groep importeren - csv_variant_group_import: - label: Variant groep import in CSV - validation.label: Bestandsvalidatie - import.label: Variant groep import csv_channel_export: label: Kanaal export in CSV export.label: Kanaal export @@ -991,17 +927,10 @@ batch_jobs: xlsx_group_export: label: Groep export in XLSX export.label: Groepexport - xlsx_variant_group_export: - label: Variant groep export in XLSX - export.label: Variant groep export xlsx_group_import: label: Groep import in XLSX validation.label: Bestandsvalidatie import.label: Groep importeren - xlsx_variant_group_import: - label: Variant groep import in XLSX - validation.label: Bestandsvalidatie - import.label: Variant Groep import xlsx_family_export: label: Familie export in XLSX xlsx_category_export: @@ -1069,7 +998,6 @@ pim_menu: group_type: Groepstypen locale: Lokalisaties product: Producten - variant_group: Variantgroepen export_history: Exportgeschiedenis export_profile: Exportprofielen import_history: Importgeschiedenis diff --git a/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.pt_BR.yml b/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.pt_BR.yml index 0af70df87910..67e02092df22 100644 --- a/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.pt_BR.yml +++ b/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.pt_BR.yml @@ -7,7 +7,6 @@ confirmation: product: Tem certeza de que deseja excluir este produto? channel: Tem certeza de que deseja excluir este canal? group: Tem certeza de que deseja excluir este produto? - variant group: Tem certeza de que deseja excluir este grupo variante? group_type: Tem certeza de que deseja excluir este tipo de grupo? import profile: Tem certeza de que deseja excluir este perfil de importação? export profile: Tem certeza de que deseja excluir este perfil de exportação? @@ -46,8 +45,6 @@ flash: removed: Canal removido com sucesso group: removed: Grupo removido com sucesso - variant group: - removed: Grupo variante removido com sucesso group_type: removed: Tipo de grupo removido com sucesso import profile: @@ -69,7 +66,6 @@ error: product: Não é possível eliminar este produto channel: Não é possível excluir este canal group: Não é possível excluir esse grupo - variant group: Não é possível excluir esse grupo variante group type: Não é possível excluir este tipo de grupo import profile: Não é possível excluir esse perfil de importação export profile: Não é possível excluir esse perfil de exportação @@ -106,9 +102,9 @@ pim: csv_all: CSV (Todos atributos) csv_grid_context: CSV (Contexto de grelha) xlsx_all: Excel (todos os atributos) - delete: Eliminar produtos - mass_edit: Alterar as informações de produto + delete: Excluir jstree.create: Criar +jstree.done: Cocluído switch_on: "Sim" switch_off: "Não" pim_enrich: @@ -135,10 +131,10 @@ pim_enrich: save: Salvar cancel: Cancelar product: - index_title: Produtos title: produto locale: Localidade category: Categoria + filters: Filtros btn: enabled: Habilitado disabled: Desabilitado @@ -189,11 +185,6 @@ pim_enrich: all_visible: Todos Visiveis none: Nenhum copy: Cópia - variant_group: - updated_by: Atualizado por grupo variante - switch: - "yes": "Sim" - "no": "Não" optional_attribute: remove: Remover esse atributo locale_specific_attribute: @@ -203,7 +194,7 @@ pim_enrich: media: upload: Arraste e solte para fazer o envio ou clique aqui create_popin: - title: Criar um novo produto + title: Criar labels: family: Escolha uma família save: Salvar @@ -224,7 +215,7 @@ pim_enrich: save: Salvar title: tipo de associação create_popin: - title: Criar um novo tipo de associação + title: Criar message: created: Tipo de associação criado com sucesso group_type: @@ -235,7 +226,7 @@ pim_enrich: save: Salvar title: tipo de grupo create_popin: - title: Criar um novo tipo de grupo + title: Criar message: created: Tipo de grupo criado com sucesso channel: @@ -263,28 +254,13 @@ pim_enrich: btn: save: Salvar create_popin: - title: Criar uma nova família + title: Criar message: created: Família criada com sucesso attribute_option: code: Código label: Rótulo actions: Ações - variant_group: - title: Grupo de variantes - info: - already_in_upload: Um arquivo ja está sendo enviado para esse atributo no local "{{ locale }}" e no escopo "{{ scope }}" - no_attributes: Este grupo variante ainda não tem atributos - btn: - save: Salvar - meta: - product_count: Produtos - created: Criado - updated: Atualizado - create_popin: - title: Criar um novo grupo de variante - message: - created: Grupo variante criado com sucesso group: title: Grupo info: @@ -299,7 +275,7 @@ pim_enrich: created: Criado updated: Atualizado create_popin: - title: Criar um novo grupo + title: Criar message: created: Grupo criado com sucesso job_instance: @@ -331,6 +307,9 @@ pim_enrich: attribute_group: info: update_successful: Grupo de atributos atualizado com sucesso + api_connection: + create_popin: + title: Criar confirmation: leave: Tem certeza de que deseja sair desta página? discard_changes: Você perderá as alterações feitas em %entity% se sair dessa página. @@ -462,21 +441,6 @@ pim_enrich: switch: "no": "Não" "yes": "Sim" - variant_group: - tab: - properties: - title: Propriedades - general: Propriedades gerais - code: Código - type: Tipo - axis: Eixo - label_translations: Traduções do rótulo - history: - title: Histórico - products: - title: Produtos - attributes: - title: Atributos group: tab: properties: @@ -549,7 +513,7 @@ pim_enrich: content: title: Conteúdo properties: - title: Propriedades gerais + title: Propriedades code: title: Código label: @@ -649,8 +613,6 @@ pim_enrich: toolbox: select_attributes: Adicionar atributos add: Adicionar - job: - upload: Arrastar e soltar o arquivo ou clique aqui export: product: structure: @@ -768,26 +730,22 @@ pim_enrich: import_profiles: list: Selecione uma tarefa create_popin: - title: Criar um novo perfil de exportação + title: Criar group: create_btn: Criar grupo export_profiles: create_popin: - title: Criar um novo perfil de exportação + title: Criar user: - title: Usuário create_btn: Criar usuário user_role: - title: Função create_btn: Criar papel user_group: - title: Grupos create_btn: Criar grupo - process_tracker: - title: Visualizador de processos attribute: modal_title: Escolher tipo de atributo attribute_group: + title: Grupo de atributos create_btn: Criar api_connection: create_btn: Criar @@ -799,8 +757,6 @@ pim_enrich: step: select: label: Escolher produtos - choose: - label: Escolher operação configure: label: Configurar confirm: @@ -819,10 +775,6 @@ pim_enrich: label: Adicionar aos grupos description: Selecione os grupos nos quais os produtos selecionados devem ser adicionados field: Grupos - add_to_variant_group: - label: Adicionar a um grupo variante - description: Selecione o grupo variante em qual quer adicionar os produtos selecionados - field: Grupo add_to_category: description: Os produtos serão posicionados nas categorias, o posicionamento existente será mantido. move_to_category: @@ -833,8 +785,6 @@ pim_enrich: step: select: label: Escolher famílias - choose: - label: Escolher operação configure: label: Configurar confirm: @@ -857,7 +807,6 @@ page_title: pim_enrich_currency_index: Moedas pim_enrich_locale_index: Localidades pim_enrich_group_index: Grupos - pim_enrich_variant_group_index: Grupos de variantes pim_enrich_associationtype_index: Tipos de associação pim_enrich_grouptype_index: Tipos de grupos pim_enrich_mass_edit_action_choose: Edição em massa | Escolher @@ -875,13 +824,11 @@ batch_jobs: label: Editar atributos comuns cleaner: label: Limpar ficheiros de atributos comuns - add_to_variant_group: - label: Adicionar a grupo variante - perform: - label: Adicionar a grupo variante csv_product_export: label: Exportação de produto em CSV export.label: Exportação de produto + csv_product_model_export: + export.label: Exportação de produto csv_category_export: label: Exportação de categoria em CSV export.label: Exportação de categoria @@ -897,9 +844,6 @@ batch_jobs: csv_group_export: label: Exportação de grupo em CSV export.label: Exportação de grupo - csv_variant_group_export: - label: Exportar Grupo Variante em CSV - export.label: Exportar Grupo Variante csv_family_export: label: Exportação de família em CSV export.label: Exportação de família @@ -934,10 +878,6 @@ batch_jobs: label: Importação de grupo em CSV validation.label: Validação de arquivo import.label: Importação de grupo - csv_variant_group_import: - label: Importar grupo variante em CSV - validation.label: Validação de arquivo - import.label: Importação de Grupo Variante csv_channel_export: label: Exportação de canal em CSV export.label: Exportação de canal @@ -1006,17 +946,10 @@ batch_jobs: xlsx_group_export: label: Exportação de grupos em XLSX export.label: Exportação de grupo - xlsx_variant_group_export: - label: Exportação de grupos variantes em XLSX - export.label: Exportar Grupo Variante xlsx_group_import: label: Importação de grupos por XLSX validation.label: Validação de arquivo import.label: Importação de grupo - xlsx_variant_group_import: - label: Importação de grupos variantes por XLSX - validation.label: Validação de arquivo - import.label: Importação de grupos variantes xlsx_family_export: label: Exportação de famílias em XLSX export.label: Exportação de família @@ -1083,7 +1016,6 @@ pim_menu: group_type: Tipos de grupos locale: Localidades product: Produtos - variant_group: Grupos de variantes export_history: Histórico de exportações export_profile: Perfis de exportação import_history: Histórico de importações diff --git a/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.ru.yml b/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.ru.yml index 411316046c63..e4bfc3ecebf3 100644 --- a/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.ru.yml +++ b/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.ru.yml @@ -7,7 +7,6 @@ confirmation: product: Вы действительно хотите удалить этот продукт? channel: Вы действительно хотите удалить этот канал? group: Вы действительно хотите удалить эту группу? - variant group: Вы действительно хотите удалить эту группу вариантов? group_type: Вы действительно хотите удалить эту группу типов? import profile: Вы действительно хотите удалить этот профиль импорта? export profile: Вы действительно хотите удалить этот профиль экспорта? @@ -46,8 +45,6 @@ flash: removed: Канал успешно удален group: removed: Группа успешно удалена - variant group: - removed: Вариативная группа успешно удалена group_type: removed: Тип группы успешно удален import profile: @@ -67,7 +64,6 @@ error: product: Не удается удалить этот продукт channel: Не удается удалить этот канал group: Не удается удалить эту группу - variant group: Не удается удалить эту группу вариантов group type: Не удается удалить эту группу типов import profile: Не удается удалить этот профиль импорта export profile: Не удается удалить этот профиль экспорта @@ -106,11 +102,10 @@ pim: csv_grid_context: CSV (видимые столбцы) xlsx_all: Excel (все атрибуты) xlsx_grid_context: Excel (видимые столбцы) - delete: Удалить продукты - mass_edit: Изменить информации о продукте + delete: Удалить category_edit: Перемещение товаров в категориях - sequential_edit: Редактировать продукты последовательно jstree.create: Создать +jstree.done: Готово switch_on: "Да" switch_off: "Нет" pim_enrich: @@ -137,10 +132,10 @@ pim_enrich: save: Сохранить cancel: Отмена product: - index_title: Продукты title: продукт locale: Локаль category: Категория + filters: Фильтры btn: enabled: Включено disabled: Отключено @@ -191,11 +186,6 @@ pim_enrich: all_visible: Все видимые none: Нет copy: Копия - variant_group: - updated_by: Обновлено группой вариантов - switch: - "yes": "Да" - "no": "Нет" optional_attribute: remove: Удалить этот атрибут locale_specific_attribute: @@ -205,7 +195,7 @@ pim_enrich: media: upload: Перетащите чтобы загрузить, или нажмите здесь create_popin: - title: Создать новый продукт + title: Создать labels: family: Выберите семейство save: Сохранить @@ -223,7 +213,7 @@ pim_enrich: save: Сохранить title: тип ассоциации create_popin: - title: Создать новый тип ассоциации + title: Создать message: created: Тип ассоциации успешно создан group_type: @@ -236,7 +226,7 @@ pim_enrich: save: Сохранить title: тип группы create_popin: - title: Создать новый тип группы + title: Создать message: created: Тип группы успешно создан channel: @@ -258,34 +248,13 @@ pim_enrich: btn: save: Сохранить create_popin: - title: Создать новое семейство + title: Создать message: created: Семейство успешно создано attribute_option: code: Код label: Метка actions: Действия - variant_group: - title: Группа вариантов - info: - deletion_successful: Группа вариантов успешно удалена. - deletion_failed: Не удалось удалить группу вариантов. - update_successful: Группа вариантов успешно обновлена. - update_failed: Не удалось обновить группу вариантов. - already_in_upload: Файл уже находится в загрузке для этого атрибута на «{{ locale }}» языке и в канале «{{ scope }}» - no_attributes: Это группа вариантов пока не имеет атрибутов - btn: - save: Сохранить - meta: - product_count: Продукты - created: Создано - created_by: Создана - updated: Обновлено - updated_by: Обновлена - create_popin: - title: Создать новую вариативную группу - message: - created: Вариативная группа успешно создана group: title: Группа btn: @@ -297,7 +266,7 @@ pim_enrich: updated: Обновлено updated_by: Обновлена create_popin: - title: Создать новую группу + title: Создать message: created: Группа успешно создана attribute: @@ -324,6 +293,9 @@ pim_enrich: attribute_group: info: update_successful: Группа атрибутов успешно обновлена + api_connection: + create_popin: + title: Создать confirmation: leave: Вы уверены, что хотите покинуть эту страницу? discard_changes: Если вы покините страницу изменения будут потеряны для {{ entity }}. @@ -455,21 +427,6 @@ pim_enrich: switch: "no": "Нет" "yes": "Да" - variant_group: - tab: - properties: - title: Свойства - general: Общие свойства - code: Код - type: Тип - axis: Ось - label_translations: Переводы меток - history: - title: Журнал - products: - title: Продукты - attributes: - title: Атрибуты group: tab: properties: @@ -535,7 +492,7 @@ pim_enrich: content: title: Содержание properties: - title: Общие свойства + title: Свойства code: title: Код label: @@ -779,26 +736,22 @@ pim_enrich: import_profiles: list: Выберите задание create_popin: - title: Создать новый профиль импорта + title: Создать group: create_btn: Создать группу export_profiles: create_popin: - title: Создать новый профиль экспорта + title: Создать user: - title: Пользователь create_btn: Создать пользователя user_role: - title: Роль create_btn: Создать роль user_group: - title: Группы create_btn: Создать группу - process_tracker: - title: Трекер процессов attribute: modal_title: Выберите тип атрибута attribute_group: + title: Группы атрибутов create_btn: Создать api_connection: create_btn: Создать @@ -810,8 +763,6 @@ pim_enrich: step: select: label: Выберите продукты - choose: - label: Выберите операцию configure: label: Настройка confirm: @@ -830,10 +781,6 @@ pim_enrich: label: Добавить в группы description: Выберите группы, в которые нужно добавить выбранные продукты field: Группы - add_to_variant_group: - label: Добавить в группу вариантов - description: Выберите группу вариантов для добавления выбранных продуктов - field: Группа add_to_category: description: Продукты будут добавлены в следующие категории, исходное расположение сохраниться. move_to_category: @@ -844,8 +791,6 @@ pim_enrich: step: select: label: Выберите семейства - choose: - label: Выберите операцию configure: label: Настройка confirm: @@ -868,7 +813,6 @@ page_title: pim_enrich_currency_index: Валюты pim_enrich_locale_index: Локали pim_enrich_group_index: Группы - pim_enrich_variant_group_index: Вариативные группы pim_enrich_associationtype_index: Типы ассоциаций pim_enrich_grouptype_index: Типы групп pim_enrich_mass_edit_action_choose: Массовое редактирование | Выбрать @@ -890,13 +834,11 @@ batch_jobs: label: Изменить общие атрибуты cleaner: label: Редактировать файлы общих атрибутов - add_to_variant_group: - label: Добавить в группу вариантов - perform: - label: Добавить в группу вариантов csv_product_export: label: Экспорт продуктов в CSV export.label: Экспорт продуктов + csv_product_model_export: + export.label: Экспорт продуктов csv_category_export: label: Экспорт категорий в CSV export.label: Экспорт категорий @@ -909,9 +851,6 @@ batch_jobs: csv_group_export: label: Экспорт групп в CSV export.label: Экспорт групп - csv_variant_group_export: - label: Экспорт групп вариантов в CSV - export.label: Экспорт групп вариантов csv_family_export: label: Экспорт семейств в CSV export.label: Экспорт семейств @@ -945,10 +884,6 @@ batch_jobs: label: Импорт группы из CSV validation.label: Проверка файла import.label: Импорт группы - csv_variant_group_import: - label: Импорт группы вариантов в CSV - validation.label: Проверка файла - import.label: Импорт групп вариантов csv_channel_import: validation.label: Проверка файла csv_locale_import: @@ -991,17 +926,10 @@ batch_jobs: xlsx_group_export: label: Экспорт групп в XLSX export.label: Экспорт групп - xlsx_variant_group_export: - label: Экспорт групп вариантов в XLSX - export.label: Экспорт групп вариантов xlsx_group_import: label: Импорт групп из XLSX validation.label: Проверка файла import.label: Импорт группы - xlsx_variant_group_import: - label: Импорт групп вариантов из XLSX - validation.label: Проверка файла - import.label: Импорт групп вариантов xlsx_family_export: label: Экспорт семейств в XLSX export.label: Экспорт семейств @@ -1045,7 +973,6 @@ pim_menu: group_type: Типы групп locale: Локали product: Продукты - variant_group: Вариативные группы export_history: История экспорта export_profile: Профили экспорта import_history: История импорта diff --git a/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.zh.yml b/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.zh.yml index daaa1597fbe7..eeb690f074cc 100644 --- a/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.zh.yml +++ b/src/Pim/Bundle/EnrichBundle/Resources/translations/jsmessages.zh.yml @@ -7,7 +7,6 @@ confirmation: product: 确定要删除这个产品吗? channel: 确定要删除这个频道吗? group: 确定要删除这个组吗? - variant group: 确定要删除这多个组吗? group_type: 确定要删除这个组类型吗? import profile: 确定要删除这个导入配置文件吗? export profile: 确定要删除这个导出配置文件吗? @@ -46,8 +45,6 @@ flash: removed: 通道已删除 group: removed: 分组已删除 - variant group: - removed: 属性组已删除 group_type: removed: 分组类型已删除 import profile: @@ -67,7 +64,6 @@ error: product: 不能删除这个产品 channel: 不能删除此频道 group: 不能删除这个组 - variant group: 不能删除这个变量组 group type: 不能删除这个组类型 import profile: 不能删除这个导入配置文件 export profile: 不能删除这个导出配置文件 @@ -106,11 +102,10 @@ pim: csv_grid_context: CSV (界面内容) xlsx_all: Excel (所有属性) xlsx_grid_context: Excel (界面内容) - delete: 删除产品 - mass_edit: 更改产品信息 + delete: 删除 category_edit: 在类别中移动产品 - sequential_edit: 按顺序编辑产品 jstree.create: 创建 +jstree.done: 已完成 switch_on: "是" switch_off: "否 " pim_enrich: @@ -137,10 +132,10 @@ pim_enrich: save: 保存 cancel: 取消 product: - index_title: 商品 title: 产品 locale: 本地化语言 category: 分类 + filters: 过滤器 btn: enabled: 已启用 disabled: 已禁用 @@ -191,11 +186,6 @@ pim_enrich: all_visible: 所有可见的 none: 无 copy: 复制 - variant_group: - updated_by: 创建属性组 - switch: - "yes": "是" - "no": "否 " optional_attribute: remove: 删除此属性 locale_specific_attribute: @@ -205,7 +195,7 @@ pim_enrich: media: upload: 拖放式操作可上传或点击这里 create_popin: - title: 创建新商品 + title: 创建 labels: family: 选择一个品类 save: 保存 @@ -223,7 +213,7 @@ pim_enrich: save: 保存 title: 关联类型 create_popin: - title: 创建关联类型 + title: 创建 message: created: 关联类型已创建 group_type: @@ -236,7 +226,7 @@ pim_enrich: save: 保存 title: 分组类型 create_popin: - title: 创建组类型 + title: 创建 message: created: 分组类型已创建 channel: @@ -258,34 +248,13 @@ pim_enrich: btn: save: 保存 create_popin: - title: 创建一个新品类 + title: 创建 message: created: 产品族已创建 attribute_option: code: 代码 label: 标签 actions: 操作 - variant_group: - title: 款式组 - info: - deletion_successful: 款式组已成功删除。 - deletion_failed: 款式组不能被删除。 - update_successful: 款式组已更新 - update_failed: 款式组不能被删除。 - already_in_upload: 在针对本地化语言"{{ locale }}"和"{{ scope }}"范围中的这个属性中,一个文件已经在上传。 - no_attributes: 这个款式组还没有属性 - btn: - save: 保存 - meta: - product_count: 商品 - created: 已创建 - created_by: '创建者:' - updated: 已更新 - updated_by: 更新者: - create_popin: - title: 创建一个新的款式组 - message: - created: 属性组已创建 group: title: 分组 btn: @@ -297,7 +266,7 @@ pim_enrich: updated: 已更新 updated_by: 更新者: create_popin: - title: 创建新组 + title: 创建 message: created: 分组已创建 attribute: @@ -324,6 +293,9 @@ pim_enrich: attribute_group: info: update_successful: 属性组已更新 + api_connection: + create_popin: + title: 创建 confirmation: leave: 你确定你要离开此页面? discard_changes: 如果你离开页面,将丢失更改 {{ entity }}。 @@ -453,21 +425,6 @@ pim_enrich: switch: "no": "否 " "yes": "是" - variant_group: - tab: - properties: - title: 属性 - general: 常规属性 - code: 代码 - type: 类型 - axis: 轴 - label_translations: 标签翻译 - history: - title: 历史 - products: - title: 商品 - attributes: - title: 属性 group: tab: properties: @@ -533,7 +490,7 @@ pim_enrich: content: title: 内容 properties: - title: 常规属性 + title: 属性 code: title: 代码 label: @@ -753,26 +710,22 @@ pim_enrich: import_profiles: list: 选择一份作业 create_popin: - title: 新建的导入方案 + title: 创建 group: create_btn: 创建组 export_profiles: create_popin: - title: 创建新的导出配置文件 + title: 创建 user: - title: 用户 create_btn: 创建用户 user_role: - title: 角色 create_btn: 创建角色 user_group: - title: 分组 create_btn: 创建组 - process_tracker: - title: 过程跟踪器 attribute: modal_title: 选择属性类型 attribute_group: + title: 属性组 create_btn: 创建 api_connection: create_btn: 创建 @@ -784,8 +737,6 @@ pim_enrich: step: select: label: 选择产品 - choose: - label: 选择操作 configure: label: 配置 confirm: @@ -804,10 +755,6 @@ pim_enrich: label: 加入到组 description: 选择一个组,将所选定的产品加入其中 field: 分组 - add_to_variant_group: - label: 添加到款式组 - description: 选择一个款式组,将所选定的产品加入其中 - field: 分组 add_to_category: description: 产品将被放入以下目录,现存的位置也会保留。 move_to_category: @@ -818,8 +765,6 @@ pim_enrich: step: select: label: 选择品类 - choose: - label: 选择操作 configure: label: 配置 confirm: @@ -842,7 +787,6 @@ page_title: pim_enrich_currency_index: 货币 pim_enrich_locale_index: 本地化语言 pim_enrich_group_index: 分组 - pim_enrich_variant_group_index: 款式组 pim_enrich_associationtype_index: 关联类型 pim_enrich_grouptype_index: 分组类型 pim_enrich_mass_edit_action_choose: 批量编辑|选择 @@ -864,13 +808,11 @@ batch_jobs: label: 编辑共同属性 cleaner: label: 为共同的属性清理文件 - add_to_variant_group: - label: 添加到款式组 - perform: - label: 添加到款式组 csv_product_export: label: 产品导出到CSV export.label: 产品导出 + csv_product_model_export: + export.label: 产品导出 csv_category_export: label: 分类导出到CSV export.label: 分类导出 @@ -915,8 +857,6 @@ batch_jobs: label: 从CSV导入分组 validation.label: 文件验证 import.label: 分组导入 - csv_variant_group_import: - validation.label: 文件验证 csv_channel_import: validation.label: 文件验证 csv_locale_import: @@ -959,16 +899,10 @@ batch_jobs: xlsx_group_export: label: 分组导出到 XLSX export.label: 分组导出 - xlsx_variant_group_export: - label: 款式组导出到XLSX xlsx_group_import: label: 从XLSX导入分组 validation.label: 文件验证 import.label: 分组导入 - xlsx_variant_group_import: - label: 在 XLSX 中导入款式组 - validation.label: 文件验证 - import.label: 导入款式组 xlsx_family_export: label: 在XLSX导入品类 xlsx_category_export: @@ -1011,7 +945,6 @@ pim_menu: group_type: 分组类型 locale: 本地化语言 product: 商品 - variant_group: 款式组 export_history: 导出历史 export_profile: 导出配置文件 import_history: 导入历史 diff --git a/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.ca.yml b/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.ca.yml index 7012cd210da3..7e19646112a1 100644 --- a/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.ca.yml +++ b/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.ca.yml @@ -49,20 +49,6 @@ pim_enrich: product.title: Productes property.title: Propietats history.title: Històric - variant_group: - type: - VARIANT: Variant - X_SELL: Venda creuada - ADDITIONAL: Addicional - RELATED: Relacionat - tab: - product.title: Productes - property.title: Propietats - history.title: Històric - attribute.title: Atributs - info: - no_attributes: Aquest grup de variants encara no té cap atribut - no_attributes_in_selected_locale: Aquesta grup de variants no té cap atribut per aquesta configuració regional completeness: progress_bar.title: '%ratio% completa (1 valor requerit) |%ratio%% completa (%count% valors requerits)' subtitle: '{0} Complet|{1} falta 1 valor|] 1, Inf] %count% valors perduts' @@ -130,14 +116,6 @@ pim_enrich: success_flash: Els productes s'han afegit correctament als grups seleccionats launched_flash: L'acció en massa "afegir a grups" ja s'ha engegat. Se li notificarà una cop acabi. no_group: Cap grup ara mateix. Si us plau, comenceu creant un grup. - add-to-variant-group: - label: Afegir a un grup de variants - description: Seleccioneu el grup de variants on afegir els productes seleccionats - success_flash: Els productes s'han afegit correctament al grup de variants seleccionat - already_in_variant_group_or_not_valid: No podeu agrupar els següents productes perquè ja es troba en un grup de variants o no té l'eix del grup. - no_variant_group: Cap grup de variants de moment. Si us plau, comenceu creant un grup de variants. - no_valid_variant_group: Cap grup de variants comparteix atributs amb els productes seleccionats. - launched_flash: L'acció en massa "afegir a grup de variants" ja s'ha engegat. Se li notificarà una cop acabi. set-attribute-requirements: description: Els següents requisits d'atribut s'aplicaran a les famílies seleccionades success_flash: Els requisits d'atribut s'han aplicat a les famílies seleccionades @@ -167,7 +145,6 @@ pim_enrich: change_family: Canviar la família del producte change_state: Canviar l'estat del producte add_to_groups: Afegir el producte a grups - add_to_variant_group: Afegir el producte a un grup de variants mass_edit: Accions d'edició en massa del producte comment: Comentar productes download: Descarregar el producte en format PDF @@ -216,15 +193,6 @@ pim_enrich: edit: Editar un grup remove: Eliminar un grup history: Veure l'històric del grup - variant_group: - index: Llistar grup de variants - create: Crear un grup de variants - edit: Editar un grup de variants - remove: Eliminar un grup de variants - history: Veure històric del grup de variants - edit_attributes: Editar els atributs del grup de variants - add_attributes: Afegir atributs al grup de variants - remove_attribute: Eliminar atributs del grup de variants group_type: index: Llistar tipus de grup create: Crear un tipus de grup @@ -247,15 +215,9 @@ pim_enrich: currency: Monedes family: Famílies group: Grups - variant_group: Grups de variants group_type: Tipus de grup locale: Configuracions regionals product: Productes - product_value: - tooltip: - from_variant: - title: Actualitzat per un grup de variants - content: Aquest camp s'actualitza pel següent grup de variants reference_data: empty_value: reference_data_type: @@ -274,7 +236,7 @@ attribute group: create new: Crear un nou grup d'atributs category: title: categoria - overview: resum de categoria + overview: Categories create: crear categoria edit: editar categoria suggest selection: Seleccioneu una categoria a l'esquerra @@ -311,9 +273,6 @@ group: group type: title: tipus de grup edit: editar tipus de grup -variant group: - title: grup de variants - edit: editar grup de variants association type: title: tipus d'associació create: crear tipus d'associació @@ -331,7 +290,6 @@ btn: locale: crear configuració regional product: crear producte group: crear grup - variant group: crear grup de variants association type: crear tipus d'associació group type: crear tipus de grup drag_or_upload: Arrossegueu-lo aquí per carregar o feu-hi clic @@ -363,7 +321,6 @@ confirmation: family: Esteu segur que voleu eliminar la família %name%? product: Esteu segur que voleu suprimir el producte %name%? group: Esteu segur que voleu eliminar el grup %name%? - variant group: Esteu segur que voleu eliminar el grup de variants %name%? group type: Esteu segur que voleu suprimir el tipus de grup %name%? user: Esteu segur que voleu suprimir l'usuari %name%? attribute group: @@ -372,8 +329,6 @@ confirmation: remove attribute: Esteu segur que voleu suprimir l'atribut %name% d'aquesta família? product: remove attribute: Esteu segur que voleu suprimir l'atribut %name% d'aquest producte? - variant_group: - remove_attribute: Esteu segur que voleu suprimir l'atribut %name% d'aquest grup de variants? flash: entity: removed: L'element ha estat suprimit @@ -382,7 +337,6 @@ flash: updated: Atribut actualitzat correctament removed: Atribut suprimit correctament identifier not removable: L'atribut identificador no es pot suprimir - used by groups: Aquest atribut no es pot suprimir perquè s'utilitza a %count% grups de variants attribute group: created: Grup d'atributs creat correctament updated: Grup d'atributs actualitzat correctament @@ -425,17 +379,10 @@ flash: group: updated: Grup actualitzat correctament removed: Grup suprimit correctament - variant group: - created: Grup de variants creat correctament - updated: Grup de variants actualitzat correctament - removed: Grup de variants suprimit correctament - attributes_added: Atributs afegits correctament al grup de variants - attribute_removed: Atribut correctament suprimit del grup de variants group type: created: Tipus de grup creat correctament updated: Tipus de grup actualitzat correctament removed: Tipus de grup suprimit correctament - cant remove variant: Aquest tipus de grup no pot ser suprimit cant remove used: Aquest tipus de grup és utilitzat per alguns grups i no es pot suprimir association type: created: Tipus d'associació creat correctament @@ -491,7 +438,7 @@ Manage groups: Gestionar grups Code: Codi Name: Nom Type: Tipus -Scope: Abast +Scope: Canal Required: Obligatori Unique: Únic Not required: No és obligatori @@ -611,9 +558,6 @@ pim_title.locale: pim_title.group: index: "Grups" edit: "Grups %group.label% | Editar" -pim_title.variant_group: - index: "Grups de variants" - edit: "Grups de variants %group.label% | Editar" pim_title.association_type: index: "Tipus d'associació" edit: "Tipus d'Associació %association type.label% | Editar" @@ -685,7 +629,6 @@ pim_enrich.mass_edit_action: success_flash: S'han actualitzat els atributs de producte message.warning: No hi ha cap atribut en comú per als productes seleccionats. Canvieu la vostra selecció, si us plau. no_attribute.warning: No hi ha cap atribut en comú per als productes seleccionats. Canvieu la vostra selecció, si us plau. - truncated_by_variant_attribute.warning: 'Alguns atributs comuns dels productes seleccionats provenen d''un grup de variants. No estan disponibles per a edició massiva: %attributes%.' classify: description: Els productes es posicionaran a les següents categories, tot mantenint l'emplaçament actual. success_flash: El(s) producte(s) han estat classificat(s) a les categories seleccionades @@ -725,7 +668,6 @@ popin.create: association_type.title: Crear un nou tipus d'associació group.title: Crea un grup nou product.title: Crear un nou producte - variant_group.title: Crear un nou grup de variants option.title: Crear una nova opció In group: En grup Attribute as label: Atribut com a etiqueta @@ -800,11 +742,6 @@ pim_mass_edit_execution_show: Execucions edicions en massa | Detalls edit_common_attributes.steps.edit_common_attributes_processor.title: Editar atributs comuns update_product_value.steps.update_product_value_processor.title: Actualitzar el valor del producte remove_product_value.steps.update_product_value_processor.title: Treure el valor del producte -add_to_variant_group_clean.steps.excluded.title: Producte exclòs -add_to_variant_group_clean.steps.duplicated.title: Eix duplicat -add_to_variant_group.steps.excluded.title: Producte exclòs -add_to_variant_group.steps.duplicated.title: Eix duplicat -add_to_variant_group.steps.cleaner.warning.description: 'Aquest producte no es pot definir pel grup de variants seleccionat: dupliqueu els valors de l''eix de variació amb un altre producte en selecció' edit_common_attributes: Editar atributs comuns edit_common_attributes_clean: Netejar arxius per atributs comuns perform.steps.duplicated.title: Eix duplicat @@ -840,10 +777,6 @@ batch_jobs: quick_export.label: Exportació ràpida de marc de quadrícula de producte en XLSX perform: label: Exportació ràpida de marc de quadrícula de producte en XLSX - add_to_variant_group: - label: Afegir a un grup de variants - perform: - label: Afegir a un grup de variants mass_edit report: overview: Edició en massa d'informes job_tracker: diff --git a/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.da.yml b/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.da.yml index 41b7d8f59d1b..4e74dfc60ffc 100644 --- a/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.da.yml +++ b/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.da.yml @@ -49,20 +49,6 @@ pim_enrich: product.title: Produkter property.title: Egenskaber history.title: Historik - variant_group: - type: - VARIANT: Variant - X_SELL: Krydssalg - ADDITIONAL: Yderligere - RELATED: Relateret - tab: - product.title: Produkter - property.title: Egenskaber - history.title: Historik - attribute.title: Egenskaber - info: - no_attributes: Denne variant gruppe har ingen attributter endnu - no_attributes_in_selected_locale: Denne variant gruppe har ingen attributter i denne landestandard completeness: progress_bar.title: '%ratio%% komplet (1 værdi kræves) |%ratio%% komplet (%count% krævede værdier)' subtitle: '{0} komplet|{1} 1 værdi mangler|]1, Inf] %count% manglende værdier' @@ -134,15 +120,6 @@ pim_enrich: success_flash: Produkter blev tilføjet til de valgte grupper launched_flash: Handlingen bulk "Føj til kategorier" er blevet igangsat. Du får besked, når den er afsluttet. no_group: Ingen gruppe for nu. Start med at oprette en gruppe. - add-to-variant-group: - label: Tilføj en variant gruppe - description: Vælg variantgruppen hvor de valgte produkter skal tilføjes - success_flash: Produkter blev føjet til den valgte variant gruppe - already_in_variant_group_or_not_valid: Du kan ikke gruppere følgende produkt, fordi det er allerede i en variant gruppe eller ikke har den gruppe akse. - no_variant_group: Ingen variant gruppe for nu. Start med at oprette en variant gruppe. - no_valid_variant_group: Ingen variant gruppe deler attributter med udvalgte produkter. - some_variant_groups_are_skipped: 'De følgende variant grupper er sprunget, fordi den ikke deler attributter med udvalgte produkter: %groups%' - launched_flash: Handlingen bulk "Føj til kategorier" er blevet igangsat. Du får besked, når den er afsluttet. set-attribute-requirements: label: Indstil attribut krav description: Følgende attribut krav vil blive anvendt til de valgte familier @@ -173,11 +150,12 @@ pim_enrich: change_family: Ændre produktfamilie change_state: Ændre tilstand af produktet add_to_groups: Tilføj produkt til grupper - add_to_variant_group: Føj produktet til en variant gruppe mass_edit: Handlinger for masse redigering af produkter comment: Kommenter produkter download: Download produktet som PDF history: Se produkt historik + product_model: + edit_attributes: Rediger attributterne for en produktmodel category: list: Kategoriliste create: Opret en kategori @@ -222,15 +200,6 @@ pim_enrich: edit: Redigere en gruppe remove: Fjern en gruppe history: Se gruppe historik - variant_group: - index: List variant grupper - create: Opret en variant gruppe - edit: Redigere en variant gruppe - remove: Fjern en variant gruppe - history: Se gruppe variant historik - edit_attributes: Rediger attributterne for variant grupper - add_attributes: Føje attributter til variant grupper - remove_attribute: Fjern attributter fra variant grupper group_type: index: List gruppetyper create: Opret en gruppetype @@ -255,15 +224,10 @@ pim_enrich: currency: Valutaer family: Familier group: Grupper - variant_group: Variantgrupper group_type: Gruppetyper locale: Landestandarder product: Produkter - product_value: - tooltip: - from_variant: - title: Opdateret af en variant gruppe - content: Dette felt opdateres af følgende variant gruppe + product_model: Produktmodeller reference_data: empty_value: reference_data_type: @@ -282,7 +246,7 @@ attribute group: create new: Opret en ny attributgruppe category: title: kategori - overview: kategori oversigt + overview: Kategorier create: opret kategori edit: redigere kategori suggest selection: Vælg venligst en kategori til venstre @@ -319,9 +283,6 @@ group: group type: title: gruppetype edit: redigere gruppetype -variant group: - title: variant gruppe - edit: redigere variantgruppe association type: title: sammenhængstype create: opret sammenhængstype @@ -339,7 +300,6 @@ btn: locale: opret landestandard product: opret produkt group: opret gruppe - variant group: opret variantgruppe association type: opret sammenhængstype group type: opret gruppetype drag_or_upload: Træk og slip for at indlæse eller klik her @@ -371,7 +331,6 @@ confirmation: family: Er du sikker på du vil slette denne familie %name%? product: Er du sikker på du vil slette produktet %name%? group: Er du sikker på du vil slette produktet %name%? - variant group: Er du sikker på du vil slette variantgruppen %name%? group type: Er du sikker på du vil slette produktet %name%? user: Er du sikker på du vil slette brugeren %name%? attribute group: @@ -380,8 +339,6 @@ confirmation: remove attribute: Vil du fjerne attributten %name% fra denne familie? product: remove attribute: Vil du fjerne attributten %name% fra denne familie? - variant_group: - remove_attribute: Vil du fjerne attributten %name% fra denne attributgruppe? flash: entity: removed: Elementet blev slettet @@ -390,7 +347,6 @@ flash: updated: Attributten opdateret removed: Attributten blev slettet identifier not removable: Id attribut kan ikke fjernes - used by groups: Denne attribut kan ikke fjernes, fordi den bruges af %count% variantgrupper attribute group: created: Attributgruppe oprettet updated: Attributgruppe opdateret @@ -433,17 +389,10 @@ flash: group: updated: Gruppe opdateret removed: Gruppen blev slettet - variant group: - created: Variantgruppe oprettet - updated: Variantgruppe opdateret - removed: Variantgruppen blev slettet - attributes_added: Attributter føjet til variant gruppe - attribute_removed: Attribut blev fjernet fra variant gruppe group type: created: Gruppetypen oprettet updated: Gruppetypen opdateret removed: Gruppetypen fjernet - cant remove variant: Gruppentype variant kan ikke fjernes cant remove used: Gruppetypen bruges af nogle grupper og kan ikke fjernes association type: created: Sammenhængstype oprettet @@ -499,7 +448,7 @@ Manage groups: Administrér grupper Code: Kode Name: Navn Type: Type -Scope: Omfang +Scope: Kanal Required: Påkrævet Unique: Unik Not required: Ikke påkrævet @@ -620,9 +569,6 @@ pim_title.locale: pim_title.group: index: "Grupper" edit: "Grupper %group.label% | Rediger" -pim_title.variant_group: - index: "Variantgrupper" - edit: "Variantgrupper %group.label% | Rediger" pim_title.association_type: index: "Sammenhængstyper" edit: "Sammenhængstyper %association type.label% | Rediger" @@ -694,7 +640,6 @@ pim_enrich.mass_edit_action: success_flash: Produkt(er) attribut(ter) er blevet opdateret message.warning: Der er ingen fælles egenskaber for de valgte produkter. Ændre venligst dit valg. no_attribute.warning: Der er ingen fælles egenskaber for de valgte produkter. Ændre venligst dit valg. - truncated_by_variant_attribute.warning: 'Nogle almindelige attributter fra udvalgte produkter kommer fra en variant gruppe. De er ikke tilgængelige for masse-redigering: %attributes%.' classify: label: Tilføje til kategorier description: Produkterne vil blive placeret i følgende kategorier, den nuværende placering bibeholdes. @@ -737,7 +682,6 @@ popin.create: association_type.title: Oprette en ny sammenhæng group.title: Opret en ny gruppe product.title: Opret et nyt produkt - variant_group.title: Opret en ny variantgruppe option.title: Opret et nyt tilvalg In group: I gruppen Attribute as label: Attribut som etiket @@ -813,11 +757,6 @@ pim_mass_edit_execution_show: Masse redigere udførsler | Detaljer edit_common_attributes.steps.edit_common_attributes_processor.title: Rediger fælles attributter update_product_value.steps.update_product_value_processor.title: Opdatere produktets værdi remove_product_value.steps.update_product_value_processor.title: Fjern produktværdi -add_to_variant_group_clean.steps.excluded.title: Udelukkede produkt -add_to_variant_group_clean.steps.duplicated.title: Duplikeret akse -add_to_variant_group.steps.excluded.title: Udelukkede produkt -add_to_variant_group.steps.duplicated.title: Duplikeret akse -add_to_variant_group.steps.cleaner.warning.description: 'Produktet må ikke være angivet i den valgte variant gruppe: dublere variation akseværdierne med et andet produkt i udvalg' edit_common_attributes: Rediger fælles attributter edit_common_attributes_clean: Rens filer til fælles attributter perform.steps.duplicated.title: Duplikeret akse @@ -857,10 +796,6 @@ batch_jobs: quick_export.label: Xlsx-produkt gitter sammenhæng hurtig eksport perform: label: Xlsx-produkt gitter sammenhæng hurtig eksport - add_to_variant_group: - label: Tilføj til variant gruppe - perform: - label: Tilføj til variant gruppe mass_edit report: overview: Masse redigere rapporter job_tracker: diff --git a/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.de.yml b/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.de.yml index 857b8d417aa8..3f375d60dec7 100644 --- a/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.de.yml +++ b/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.de.yml @@ -49,20 +49,6 @@ pim_enrich: product.title: Produkte property.title: Eigenschaften history.title: Historie - variant_group: - type: - VARIANT: Variante - X_SELL: Cross-Sell - ADDITIONAL: Ergänzend - RELATED: Verknüpft - tab: - product.title: Produkte - property.title: Eigenschaften - history.title: Historie - attribute.title: Attribute - info: - no_attributes: Diese Variantengruppe hat noch keine Attribute - no_attributes_in_selected_locale: Diese Variantengruppe hat in diesem Gebietsschema noch keine Attribute completeness: progress_bar.title: '%ratio%% vollständig (1 fehlender Wert)|%ratio%% vollständig (%count% fehlende Werte)' subtitle: '{0} Vollständig|{1} 1 fehlender Wert|]1,Inf] %count% fehlende Werte' @@ -130,14 +116,6 @@ pim_enrich: success_flash: Die Produkte wurden den ausgewählten Gruppen erfolgreich hinzugefügt launched_flash: Die Massenbearbeitung "zu Gruppen hinzufügen" wurde gestartet. Sie werden benachrichtigt, sobald diese erledigt ist. no_group: Bis jetzt keine Gruppen vorhanden. Beginnen Sie mit dem Anlegen einer Gruppe. - add-to-variant-group: - label: Zu einer Variantengruppe hinzufügen - description: Bitte wählen Sie die Variantengruppe aus, in welche die ausgewählten Produkte hinzugefügt werden sollen - success_flash: Die Produkte wurden erfolgreich zur ausgewählten Variantengruppe hinzugefügt - already_in_variant_group_or_not_valid: Sie können die folgenden Produkte nicht gruppieren, da sie bereits in einer Variantengruppe verwendet werden oder die Gruppenachse nicht besitzen. - no_variant_group: Bis jetzt keine Variantengruppen vorhanden. Beginnen Sie mit dem Anlegen einer Variantengruppe. - no_valid_variant_group: Keine Variantengruppe teilt Attribute mit den ausgewählten Produkten. - launched_flash: Die Massenbearbeitung "zu Variantengruppe hinzufügen" wurde gestartet. Sie werden benachrichtigt, sobald diese erledigt ist. set-attribute-requirements: description: Die folgenden benötigten Attribute werden den ausgewählten Produktfamilien zugeordnet success_flash: Die benötigten Attribute wurden den ausgewählten Produktfamilien zugeordnet @@ -167,7 +145,6 @@ pim_enrich: change_family: Produktfamilie ändern change_state: Status eines Produktes ändern add_to_groups: Ein Produkt zu Gruppen zuordnen - add_to_variant_group: Ein Produkt zu einer Variantengruppe hinzufügen mass_edit: Aktionen zur Massenbearbeitung von Produkten comment: Produkte kommentieren download: Produkt als PDF herunterladen @@ -216,15 +193,6 @@ pim_enrich: edit: Eine Gruppe bearbeiten remove: Eine Gruppe entfernen history: Gruppenhistorie ansehen - variant_group: - index: Variantengruppen auflisten - create: Eine Variantengruppe anlegen - edit: Eine Variantengruppe bearbeiten - remove: Eine Variantengruppe löschen - history: Die Historie einer Variantengruppe ansehen - edit_attributes: Die Attribute von Variantengruppen bearbeiten - add_attributes: Attribute zu Variantengruppen hinzufügen - remove_attribute: Attribute von Variantengruppen entfernen group_type: index: Gruppentypen auflisten create: Einen Gruppentyp anlegen @@ -247,15 +215,9 @@ pim_enrich: currency: Währungen family: Produktfamilien group: Gruppen - variant_group: Variantengruppen group_type: Gruppentypen locale: Gebietsschemata product: Produkte - product_value: - tooltip: - from_variant: - title: Aktualisierung durch eine Variantengruppe - content: Dieses Feld wurde durch die folgende Variantengruppe aktualisiert reference_data: empty_value: reference_data_type: @@ -274,7 +236,7 @@ attribute group: create new: Eine neue Attributgruppe anlegen category: title: Kategorie - overview: Kategorieübersicht + overview: Kategorien create: Kategorie anlegen edit: Kategorie bearbeiten suggest selection: Bitte wählen Sie eine Kategorie auf der linken Seite @@ -311,9 +273,6 @@ group: group type: title: Gruppentyp edit: Gruppentyp bearbeiten -variant group: - title: Variantengruppe - edit: Variantengruppe bearbeiten association type: title: Verbindungstyp create: Verbindungstyp anlegen @@ -331,7 +290,6 @@ btn: locale: Gebietsschema anlegen product: Produkt anlegen group: Gruppe anlegen - variant group: Variantengruppe anlegen association type: Verbindungstyp anlegen group type: Gruppentyp anlegen drag_or_upload: Upload per Drag & Drop oder hier klicken @@ -363,7 +321,6 @@ confirmation: family: Sind Sie sicher, dass Sie die Produktfamilie %name% entfernen möchten? product: Sind Sie sicher, dass Sie das Produkt %name% löschen möchten? group: Sind Sie sicher, dass Sie die Gruppe %name% löschen möchten? - variant group: Sind Sie sicher, dass Sie die Variantengruppe %name% löschen möchten? group type: Sind Sie sicher, dass Sie die Gruppe %name% löschen möchten? user: Sind Sie sicher, dass Sie den Benutzer %name% löschen möchten? attribute group: @@ -372,8 +329,6 @@ confirmation: remove attribute: Sind Sie sicher, dass Sie das Attribut %name% aus dieser Produktfamilie entfernen möchten? product: remove attribute: Sind Sie sicher, dass Sie das Attribut %name% aus diesem Produkt entfernen möchten? - variant_group: - remove_attribute: Sind Sie sicher, dass Sie das Attribut %name% aus dieser Variantengruppe entfernen möchten? flash: entity: removed: Element wurde gelöscht @@ -382,7 +337,6 @@ flash: updated: Attribut erfolgreich aktualisiert removed: Attribut erfolgreich entfernt identifier not removable: Ein Attribut zur eindeutigen Identifizierung kann nicht entfernt werden - used by groups: Dieses Attribut kann nicht gelöscht werden, da es in %count% Variantengruppen verwendet wird attribute group: created: Attributgruppe erfolgreich angelegt updated: Attributgruppe erfolgreich aktualisiert @@ -425,17 +379,10 @@ flash: group: updated: Gruppe erfolgreich aktualisiert removed: Gruppe erfolgreich entfernt - variant group: - created: Variantengruppe erfolgreich erstellt - updated: Variantengruppe erfolgreich aktualisiert - removed: Variantengruppe erfolgreich entfernt - attributes_added: Attribute erfolgreich zur Variantengruppe hinzugefügt - attribute_removed: Attribute erfolgreich aus der Variantengruppe entfernt group type: created: Gruppentyp erfolgreich erstellt updated: Gruppentyp erfolgreich aktualisiert removed: Gruppentyp erfolgreich gelöscht - cant remove variant: Gruppentyp Variante kann nicht gelöscht werden cant remove used: Der Gruppentyp wird von anderen Gruppen verwendet und kann nicht gelöscht werden association type: created: Verbindungstyp erfolgreich erstellt @@ -491,7 +438,7 @@ Manage groups: Gruppen verwalten Code: Code Name: Name Type: Typ -Scope: Gültigkeitsbereich +Scope: Ausgabekanal Required: Erforderlich Unique: Eindeutig Not required: Nicht erforderlich @@ -611,9 +558,6 @@ pim_title.locale: pim_title.group: index: "Gruppen" edit: "Gruppen %group.label% | Bearbeiten" -pim_title.variant_group: - index: "Variantengruppen" - edit: "Variantengruppen %group.label% | Bearbeiten" pim_title.association_type: index: "Verbindungstypen" edit: "Verbindungstypen %association type.label% | Bearbeiten" @@ -685,7 +629,6 @@ pim_enrich.mass_edit_action: success_flash: Die Produkt-Attribute wurden aktualisiert message.warning: Für die ausgewählten Produkte gibt es keine gemeinsamen Attribute. Bitte passen Sie Ihre Auswahl an. no_attribute.warning: Für die ausgewählten Produkte gibt es keine gemeinsamen Attribute. Bitte passen Sie Ihre Auswahl an. - truncated_by_variant_attribute.warning: 'Einige gemeinsame Attribute der ausgewählten Produkte stammen aus einer Variantengruppe. Diese sind für eine Massenbearbeitung nicht verfügbar: %attributes%.' classify: description: Die Produkte werden den folgenden Kategorien zugeordnet. Bestehende Zuordnungen bleiben erhalten. success_flash: Die Produkte wurden den ausgewählten Kategorien zugeordnet @@ -725,7 +668,6 @@ popin.create: association_type.title: Einen neuen Verbindungstyp anlegen group.title: Neue Gruppe anlegen product.title: Neues Produkt anlegen - variant_group.title: Neue Variantengruppe anlegen option.title: Neue Option anlegen In group: In Gruppe Attribute as label: Attribut als Label @@ -801,11 +743,6 @@ pim_mass_edit_execution_show: Ausgeführte Massenbearbeitung | Details edit_common_attributes.steps.edit_common_attributes_processor.title: Gemeinsame Attribute bearbeiten update_product_value.steps.update_product_value_processor.title: Wert des Produkts aktualisieren remove_product_value.steps.update_product_value_processor.title: Produktwert entfernen -add_to_variant_group_clean.steps.excluded.title: Ausgeschlossene Produkte -add_to_variant_group_clean.steps.duplicated.title: Doppelte Achse -add_to_variant_group.steps.excluded.title: Ausgeschlossene Produkte -add_to_variant_group.steps.duplicated.title: Doppelte Achse -add_to_variant_group.steps.cleaner.warning.description: 'Das Produkt kann der gewählten Variantengruppe nicht zugeordnet werden: gleiche Variantenachsenwerte mit einem anderen Produkt in der Auswahl' edit_common_attributes: Gemeinsame Attribute bearbeiten edit_common_attributes_clean: Bereinige Dateien für gemeinsame Attribute perform.steps.duplicated.title: Doppelte Achse @@ -841,10 +778,6 @@ batch_jobs: quick_export.label: Xlsx Produkt-Schnellexport kontextabhängig perform: label: Xlsx Produkt-Schnellexport kontextabhängig - add_to_variant_group: - label: Zu einer Variantengruppe hinzufügen - perform: - label: Zu einer Variantengruppe hinzufügen mass_edit report: overview: Massenbearbeitung Reports job_tracker: diff --git a/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.es.yml b/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.es.yml index e7f2e9feb41a..6f0e0a6422dc 100644 --- a/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.es.yml +++ b/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.es.yml @@ -49,20 +49,6 @@ pim_enrich: product.title: Productos property.title: Propiedades history.title: Histórico - variant_group: - type: - VARIANT: Variante - X_SELL: Venta cruzada - ADDITIONAL: Adicional - RELATED: Relacionado - tab: - product.title: Productos - property.title: Propiedades - history.title: Histórico - attribute.title: Atributos - info: - no_attributes: Este grupo de variantes no tiene aun atributos - no_attributes_in_selected_locale: Este grupo de variantes no tiene atributos en este local completeness: progress_bar.title: '%ratio% completo (1 valor requerido) |%ratio%% completo (%count% de valores requerido)' subtitle: '{0} Completo|{1} falta 1 value|]1, Inf] %count% de valores faltantes' @@ -130,14 +116,6 @@ pim_enrich: success_flash: Los productos se han agregado correctamente a los grupos seleccionados launched_flash: La acción en masa "agregar a grupos" ha sido lanzada. Será notificado una vez finalizada. no_group: Ningún grupo por el instante. Por favor comience creando un grupo. - add-to-variant-group: - label: Agregar a un grupo de variantes - description: Seleccione el grupo de variantes al cual agregar los productos seleccionados - success_flash: Los productos fueron agregados exitosamente al grupo de variantes seleccionado - already_in_variant_group_or_not_valid: No puede agrupar el siguiente producto debido a que ya forma parte de un grupo de variantes o no posee el axis de grupo. - no_variant_group: Ningún grupo de variantes por ahora. Por favor comience por crear un grupo de variantes. - no_valid_variant_group: Ningún grupo de variantes comparte atributos con los productos seleccionados. - launched_flash: La acción en masa "agregar a grupo de variantes" ha sido lanzada. Será notificado una vez finalizada. set-attribute-requirements: description: Se aplicarán los siguientes requisitos de atributo a las familias seleccionadas success_flash: Requisitos de atributo se aplicaron a las familias seleccionadas @@ -167,7 +145,6 @@ pim_enrich: change_family: Cambiar Familia de productos change_state: Cambiar estado de producto add_to_groups: Agregar productos a grupos - add_to_variant_group: Agregar producto a un grupo de variantes mass_edit: Acciones de edición masiva de producto comment: Comentario de Productos download: Descargar el producto en formato PDF @@ -216,15 +193,6 @@ pim_enrich: edit: Editar un grupo remove: Eliminar un grupo history: Ver historial del grupo - variant_group: - index: Listar grupos de variantes - create: Crear un grupo de variantes - edit: Editar un grupo de variantes - remove: Suprimir un grupo de variantes - history: Ver el historial de grupo de variantes - edit_attributes: Editar atributos de grupos de variantes - add_attributes: Agregar atributos a grupos de variantes - remove_attribute: Quitar atributos de grupo de variantes group_type: index: Lista tipos Grupos create: Crear un tipo de grupo @@ -247,15 +215,9 @@ pim_enrich: currency: Monedas family: Familias group: Grupos - variant_group: Grupos de variantes group_type: Tipos de grupo locale: Locales product: Productos - product_value: - tooltip: - from_variant: - title: Actualizado por un grupo de variantes - content: Este campo es actualizado por el siguiente grupo de variantes reference_data: empty_value: reference_data_type: @@ -274,7 +236,7 @@ attribute group: create new: Crear un nuevo grupo de atributo category: title: categoría - overview: resumen de categoría + overview: Categorías create: crear categoría edit: editar categoría suggest selection: Por favor, seleccione una categoría de la izquierda @@ -311,9 +273,6 @@ group: group type: title: tipo de grupo edit: editar tipo de grupo -variant group: - title: grupo de variantes - edit: Editar un grupo de variante association type: title: tipo de asociación create: crear Asociación de tipo @@ -331,7 +290,6 @@ btn: locale: crear local product: crear producto group: crear grupo - variant group: crear un grupo de variante association type: crear Asociación de tipo group type: crear tipo de grupo drag_or_upload: Arrastrar y soltar para cargar o haga clic aquí @@ -363,7 +321,6 @@ confirmation: family: '¿Está seguro que desea eliminar la familia %name%?' product: '¿Está seguro que desea eliminar el producto %name%?' group: '¿Está seguro que desea eliminar el grupo %name%?' - variant group: '¿Está seguro que desea eliminar el grupo de variantes %name%?' group type: '¿Está seguro que desea eliminar el tipo de grupo %name%?' user: '¿Está seguro que desea eliminar usuario(a) %name%?' attribute group: @@ -372,8 +329,6 @@ confirmation: remove attribute: '¿Está seguro que desea quitar el atributo %name% de esta familia?' product: remove attribute: '¿Está seguro que desea quitar el atributo %name% de este producto?' - variant_group: - remove_attribute: Está seguro que desea quitar el atributo %name% de este grupo de variantes? flash: entity: removed: Artículo eliminado @@ -382,7 +337,6 @@ flash: updated: Atributo actualizado correctamente removed: Atributo eliminado correctamente identifier not removable: El identificador de atributo no puede ser eliminado - used by groups: Este atributo no se puede quitar porque es utilizado por %count% de grupos de variantes attribute group: created: Grupo de atributos creado correctamente updated: Grupo de atributos actualizado correctamente @@ -425,17 +379,10 @@ flash: group: updated: Grupo actualizado correctamente removed: Grupo eliminado correctamente - variant group: - created: Grupo variante creado correctamente - updated: Grupo Variante actualizado correctamente - removed: Grupo Variante eliminado correctamente - attributes_added: Atributos agregados con éxito al grupo de variantes - attribute_removed: Atributo quitado con éxito del grupo de variantes group type: created: Tipo de grupo creado correctamente updated: Tipo de grupo actualizado correctamente removed: Tipo de Grupo eliminado correctamente - cant remove variant: El tipo grupo variante no se puede elimiar cant remove used: El tipo de grupo es utilizado por otros grupos, no se puede eliminar association type: created: Tipo de asociación se creó correctamente @@ -491,7 +438,7 @@ Manage groups: Gestionar Grupos Code: Código Name: Nombre Type: Tipo -Scope: Ámbito +Scope: Canal Required: Requerido Unique: Único Not required: No requerido @@ -611,9 +558,6 @@ pim_title.locale: pim_title.group: index: "Grupos" edit: "Grupos %group.label% | Editar" -pim_title.variant_group: - index: "Grupos de variantes" - edit: "Grupos Variante %group.label% | Editar" pim_title.association_type: index: "Tipos de asociaciones" edit: "Tipos de asociación %association type.label% | Editar" @@ -685,7 +629,6 @@ pim_enrich.mass_edit_action: success_flash: Atributo(s) del producto(s) han sido actualizados message.warning: No hay ningún atributo en común para los productos seleccionados. Por favor cambie su selección. no_attribute.warning: No hay ningún atributo en común para los productos seleccionados. Por favor cambie su selección. - truncated_by_variant_attribute.warning: 'Algunos atributos comunes de los productos seleccionados provienen de un grupo de variantes. Los mismos no están disponibles para edición en masa: %attributes%.' classify: description: Los productos se colocará en las siguientes categorías, la posición actual se mantendrá. success_flash: Los producto(s) han sido clasificados en las categorías seleccionadas @@ -725,7 +668,6 @@ popin.create: association_type.title: Crear un nuevo tipo de asociación group.title: Crea un nuevo grupo product.title: Crear un nuevo producto - variant_group.title: Crear un nuevo grupo de variantes option.title: Crear una nueva opción In group: En grupo Attribute as label: Atributo como etiqueta @@ -801,11 +743,6 @@ pim_mass_edit_execution_show: Exclusiones de edición en masa | Detalles edit_common_attributes.steps.edit_common_attributes_processor.title: Editar atributos comunes update_product_value.steps.update_product_value_processor.title: Actualizar el valor del producto remove_product_value.steps.update_product_value_processor.title: Quitar el valor del producto -add_to_variant_group_clean.steps.excluded.title: Producto excluido -add_to_variant_group_clean.steps.duplicated.title: Eje duplicado -add_to_variant_group.steps.excluded.title: Producto excluido -add_to_variant_group.steps.duplicated.title: Eje duplicado -add_to_variant_group.steps.cleaner.warning.description: 'El producto no puede ser afectado al grupo de variantes seleccionado: duplicación de valores del eje de variación con otro producto en la selección' edit_common_attributes: Editar atributos comunes edit_common_attributes_clean: Limpiar archivos para los atributos comunes perform.steps.duplicated.title: Eje duplicado @@ -841,10 +778,6 @@ batch_jobs: quick_export.label: Exportación rápida de la grilla de productos en XLSX perform: label: Exportación rápida de la grilla de productos en XLSX - add_to_variant_group: - label: Agregar a un grupo de variantes - perform: - label: Agregar a un grupo de variantes mass_edit report: overview: Reportes de edición en masa job_tracker: diff --git a/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.fi.yml b/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.fi.yml index ff60ec2087f3..af9c806f48c8 100644 --- a/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.fi.yml +++ b/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.fi.yml @@ -49,20 +49,6 @@ pim_enrich: product.title: Tuotteet property.title: Ominaisuudet history.title: Historia - variant_group: - type: - VARIANT: Tuotevariaatio - X_SELL: X-Sell - ADDITIONAL: Lisää - RELATED: Liittyvät - tab: - product.title: Tuotteet - property.title: Ominaisuudet - history.title: Historia - attribute.title: Attribuutit - info: - no_attributes: Tällä tuotevariaatioryhmällä ei ole attribuutteja vielä - no_attributes_in_selected_locale: Tällä tuotevariaatioryhmällä ei ole attribuutteja vielä tässä lokaatiossa completeness: progress_bar.title: '%ratio% täydellinen (1 vaadittu arvo) |%ratio% % täydellinen (%count% vaaditut arvot)' subtitle: '{0} Complete|{1} 1 puuttuu value|] 1, Inf] %count% puuttuvat arvot' @@ -130,14 +116,6 @@ pim_enrich: success_flash: Tuotteet lisättiin onnistuneesti valittuihin ryhmiin launched_flash: Massatoiminto "Lisää ryhmiin" on käynnistetty. Sinulle ilmoitetaan, kun se on valmis. no_group: Ei ryhmää toistaiseksi, aloita luomalla ryhmä. - add-to-variant-group: - label: Lisää tuotevariaatioryhmään - description: Valitse tuotevariaatioyhmä johon lisätä valitut tuotteet - success_flash: Tuotteet lisättiin onnistuneesti valittuun tuotevariaatioryhmään - already_in_variant_group_or_not_valid: Et voi ryhmitellä tuotetta koska se on jo jossain tuotevariaatioryhmässä tai sillä ei ole ryhmäakselia - no_variant_group: Ei tuotevariaatioryhmää toistaiseksi, aloita luomalla varianttiryhmä. - no_valid_variant_group: Mikään tuotevariaatioryhmä ei jaa attribuutteja valittujen tuotteiden kanssa. - launched_flash: Massatoiminto "Lisää tuotevariaatioryhmään" on käynnistetty. Sinulle ilmoitetaan, kun se on valmis. set-attribute-requirements: description: Seuraavat attribuuttivaatimukset otetaan käyttöön valituille perheille success_flash: Määritteen vaatimuksia sovellettiin valittuihin ryhmiin @@ -167,7 +145,6 @@ pim_enrich: change_family: Vaihda tuoteryhmää change_state: Muuta tuotteen tilaa add_to_groups: Lisää tuote ryhmiin - add_to_variant_group: Lisää tuote tuotevariaatioryhmään mass_edit: Tuotteen massaedit-toiminnot comment: Kommentoi tuotteita download: 'Lataa tuote PDF:nä' @@ -216,15 +193,6 @@ pim_enrich: edit: Muokkaa ryhmää remove: Poista ryhmä history: Näytä ryhmän historia - variant_group: - index: Listaa tuotevariaatioryhmät - create: Luo tuotevariaatioryhmä - edit: Muokkaa tuotevariaatioryhmää - remove: Poista tuotevariaatioryhmä - history: Poista tuotevariaatioryhmän historia - edit_attributes: Muokkaa tuotevariaatioryhmien määritteitä - add_attributes: Lisää määritteitä tuotevariaatioryhmiin - remove_attribute: Poista määritteitä tuotevariaatioryhmistä group_type: index: Listaa ryhmätyypit create: Luo ryhmätyyppi @@ -247,15 +215,9 @@ pim_enrich: currency: Valuutat family: Perheet group: Ryhmät - variant_group: Tuotevariaatioryhmät group_type: Ryhmätyypit locale: Alueet product: Tuotteet - product_value: - tooltip: - from_variant: - title: Päivitetty tuotevariaatioryhmittäin - content: Tätä kenttää päivittää seuraava tuotevariaatioryhmä reference_data: empty_value: reference_data_type: @@ -274,7 +236,7 @@ attribute group: create new: Luo uusi attribuuttiryhmä category: title: kategoria - overview: kategorioiden tarkastelu + overview: Kategoriat create: luo kategoria edit: muokkaa kategoriaa suggest selection: Valitse kategoria vasemmalta @@ -311,9 +273,6 @@ group: group type: title: ryhmän tyyppi edit: muokkaa ryhmätyyppiä -variant group: - title: tuotevariaatioryhmä - edit: muokkaa tuotevariaatioryhmää association type: title: sidoksen tyyppi create: luo sidostyyppi @@ -331,7 +290,6 @@ btn: locale: luo lokaatio product: luo tuote group: luo ryhmä - variant group: luo tuotevariaatioryhmä association type: luo sidostyyppi group type: luo ryhmätyyppi drag_or_upload: Vedä ja pudota tuodaksesi tai klikkaa tästä @@ -363,7 +321,6 @@ confirmation: family: Oletko varma, että haluat poistaa tuoteryhmän %name%? product: Oletko varma, että haluat poistaa tuotteen %name%? group: Oletko varma, että haluat poistaa ryhmän %name%? - variant group: Oletko varma, että haluat poistaa tuotevariaatioryhmän %name%? group type: Oletko varma, että haluat poistaa ryhmätyypin %name%? user: Oletko varma, että haluat poistaa käyttäjän %name%? attribute group: @@ -372,8 +329,6 @@ confirmation: remove attribute: Oletko varma, että haluat poistaa attribuutin %name% tästä tuoteperheestä? product: remove attribute: Oletko varma, että haluat poistaa attribuutin %name% tästä tuotteesta? - variant_group: - remove_attribute: Oletko varma, että haluat poistaa attribuutin %name% tästä tuotevariaatioryhmästä? flash: entity: removed: Kohde poistettiin @@ -382,7 +337,6 @@ flash: updated: Attribuutin päivittäminen onnistui removed: Attribuutin poistaminen onnistui identifier not removable: Attribuutin identifioijaa ei voi poistaa - used by groups: Attribuuttia ei voi poistaa, koska sitä käytetään %count% tuotevariaatioryhmissä attribute group: created: Attribuuttiryhmän luominen onnistui updated: Attribuuttiryhmän päivittäminen onnistui @@ -425,17 +379,10 @@ flash: group: updated: Ryhmä päivitetty onnistuneesti removed: Ryhmän poistaminen onnistui - variant group: - created: Tuotevariaatioryhmä poistettu onnistuneesti - updated: Tuotevariaatioryhmä poistettu onnistuneesti - removed: Tuotevariaatioryhmä poistettiin onnistuneesti - attributes_added: Attribuuttien lisääminen onnistui tuotevariaatioryhmään - attribute_removed: Attribuutti poistettiin onnistuneesti tuotevariaatioryhmästä group type: created: Ryhmätyyppi lisätty onnistuneesti updated: Ryhmätyyppi päivitetty onnistuneesti removed: Ryhmätyyppi poistettu onnistuneesti - cant remove variant: Tuotevariaatioryhmää ei voida poistaa cant remove used: Ryhmätyyppi on käytössä ja sitä ei voida poistaa association type: created: Sidostyyppi luotu onnistuneesti @@ -491,7 +438,7 @@ Manage groups: Ryhmien hallinta Code: Koodi Name: Nimi Type: Tyyppi -Scope: Soveltamisala +Scope: Kanava Required: Vaadittu Unique: Ainutlaatuinen Not required: Ei vaadittu @@ -611,9 +558,6 @@ pim_title.locale: pim_title.group: index: "Ryhmät" edit: "Ryhmien %group.label% | Muokkaa" -pim_title.variant_group: - index: "Tuotevariaatioryhmät" - edit: "Tuotevariaatioryhmät %group.label% | Muokkaa" pim_title.association_type: index: "Määritetyypit" edit: "Määritetyypit %association type.label% | Muokkaa" @@ -685,7 +629,6 @@ pim_enrich.mass_edit_action: success_flash: Tuotteen attribuutit on päivitetty message.warning: Valituille tuotteille ei ole yhteistä attribuuttia. Vaihda valintaasi. no_attribute.warning: Valituille tuotteille ei ole yhteistä attribuuttia. Vaihda valintaasi. - truncated_by_variant_attribute.warning: 'Jotkin yleiset attribuutit valituista tuotteista tulevat tuotevariaatioryhmistä. Ne eivät ole käytettävissä massamuokkaukseen: %attributes%.' classify: description: Tuotteet asetetaan seuraaviin kategorioihin, olemassaolevat asetukset pyyvät. success_flash: Tuote / tuotteet ovat luokiteltu valittuihin kategorioihin @@ -725,7 +668,6 @@ popin.create: association_type.title: Luo uusi määritetyyppi group.title: Luo uusi ryhmä product.title: Luo uusi tuote - variant_group.title: Luo uusi tuotevariaatioryhmä option.title: Luo uusi vaihtoehto In group: Ryhmässä Attribute as label: Attribuutti otsikkona @@ -800,11 +742,6 @@ pim_mass_edit_execution_show: Massamuokkaa suoritteita | Tiedot edit_common_attributes.steps.edit_common_attributes_processor.title: Muokkaa yleisiä attribuutteja update_product_value.steps.update_product_value_processor.title: Päivitä tuotteen arvo remove_product_value.steps.update_product_value_processor.title: Poista tuotteen arvo -add_to_variant_group_clean.steps.excluded.title: Poissuljetut tuotteet -add_to_variant_group_clean.steps.duplicated.title: Päällekkäät akselit -add_to_variant_group.steps.excluded.title: Poissuljetut tuotteet -add_to_variant_group.steps.duplicated.title: Päällekkäät akselit -add_to_variant_group.steps.cleaner.warning.description: 'Tuotetta ei voi asettaa valittuun tuotevariaatioryhmään: päällekkäiset akseliarvot toisen tuotteen kanssa' edit_common_attributes: Muokkaa yleisiä attribuutteja edit_common_attributes_clean: Puhdista tiedostot yleisille attribuuteille perform.steps.duplicated.title: Päällekkäät akselit @@ -836,10 +773,6 @@ batch_jobs: quick_export.label: 'Tuoteruudukon kontekstin nopea vienti XLSX:nä' perform: label: 'Tuoteruudukon kontekstin nopea vienti XLSX:nä' - add_to_variant_group: - label: Lisää tuotevariaatioryhmään - perform: - label: Lisää tuotevariaatioryhmään mass_edit report: overview: Massamuokkaa vientejä job_tracker: diff --git a/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.fr.yml b/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.fr.yml index 3e002c7ab401..154d86a46a57 100644 --- a/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.fr.yml +++ b/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.fr.yml @@ -49,20 +49,6 @@ pim_enrich: product.title: Produits property.title: Propriétés history.title: Historique - variant_group: - type: - VARIANT: Variante - X_SELL: Vente croisée - ADDITIONAL: Supplémentaire - RELATED: Associés - tab: - product.title: Produits - property.title: Propriétés - history.title: Historique - attribute.title: Attributs - info: - no_attributes: Ce groupe de variantes n'a pas encore d'attributs - no_attributes_in_selected_locale: Ce groupe de variante n'a pas d'attributs dans cette locale completeness: progress_bar.title: '%ratio%% complet (1 valeur requise)|%ratio%% complet (%count% valeurs requises)' subtitle: '{0} Complet|{1} 1 valeur manquante|]1,Inf] %count% valeurs manquantes' @@ -109,18 +95,22 @@ pim_enrich: invalid_attribute: L'attribut ayant pour code "attribute_code" n'est pas un attribut commun aux produits sélectionnés, attribut ignoré. no_valid_attribute: Aucun des attributs sélectionnés ne peut être appliqué à ce produit. classify-add: + label: Ajouter à des catégories description: Les produits seront positionnés dans les catégories suivantes, le placement existant avant l'opération sera conservé. success_flash: Le(s) produit(s) ont été classifiés dans les catégories sélectionnées launched_flash: L'action de masse "ajout aux catégories" a été lancée. Vous serez notifié(e) lorsque la modification sera terminée. classify-move: + label: Déplacer vers d'autres catégories description: Les produits seront positionnés dans les catégories suivantes, le placement existant avant l'opération sera perdu. success_flash: Le(s) produit(s) ont été déplacés dans les catégories sélectionnées launched_flash: L'action de masse "déplacement dans les catégories" a été lancée. Vous serez notifié(e) lorsque la modification sera terminée. classify-remove: + label: Retirer des catégories description: Les produits seront retirés des catégories suivantes. success_flash: Le(s) produit(s) ont été supprimés des catégories sélectionnées launched_flash: L'action de masse "suppression des catégories" a été lancée. Vous serez notifié(e) lorsque la modification sera terminée. change-family: + label: Changer de famille description: La famille des produits sélectionnés sera remplacée par la famille choisie success_flash: La famille de(s) produit(s) sélectionné(s) a été modifiée avec succès launched_flash: L'action de masse "changement de famille" a été lancée. Vous serez notifié(e) lorsque la modification sera terminée. @@ -130,16 +120,8 @@ pim_enrich: success_flash: Les produits ont été ajoutés aux groupes sélectionnés launched_flash: L'action de masse "ajout aux groupes" a été lancée. Vous serez notifié(e) lorsque la modification sera terminée. no_group: Aucun groupe pour l'instant. Veuillez commencer par créer un groupe. - add-to-variant-group: - label: Ajouter à un groupe de variantes - description: Choisissez le groupe de variantes auquel associer les produits sélectionnés - success_flash: Les produits ont bien été associés au groupe de variantes sélectionné - already_in_variant_group_or_not_valid: Vous ne pouvez pas grouper les produits suivants, car ils font déjà partie d'un groupe de variantes ou ne possèdent pas l'axe de variation du groupe. - no_variant_group: Aucun groupe de variantes pour l'instant. Veuillez commencer par créer un groupe de variantes. - no_valid_variant_group: Aucun groupe de variantes ne partage des attributs avec les produits sélectionnés. - some_variant_groups_are_skipped: 'Les groupes variant suivants ont été ignorés parce qu’ils ne partagent des attributs avec des produits sélectionnés : %groups%' - launched_flash: L'action de masse "ajout au groupe de variantes" a été lancée. Vous serez notifié(e) lorsque la modification sera terminée. set-attribute-requirements: + label: Configurer les exigences d'attributs description: Les exigences d'attributs suivants s'appliqueront aux familles sélectionnées success_flash: Les exigences d'attributs ont été appliquées aux familles sélectionnées launched_flash: L'action de masse "définition des attributs requis" a été lancée. Vous serez notifié(e) lorsque la modification sera terminée. @@ -168,11 +150,12 @@ pim_enrich: change_family: Changer la famille du produit change_state: Changer l'état du produit add_to_groups: Ajouter le produit à des groupes - add_to_variant_group: Ajouter le produit à un groupe de variantes mass_edit: Actions d'édition en masse des produits comment: Commenter les produits download: Télécharger le produit en PDF history: Afficher l'historique du produit + product_model: + edit_attributes: Modifier les attributs du modèle de produit category: list: Liste des catégories create: Créer une catégorie @@ -217,15 +200,6 @@ pim_enrich: edit: Modifier un groupe remove: Supprimer un groupe history: Afficher l'historique du groupe - variant_group: - index: Liste des groupes de variantes - create: Créer un groupe de variantes - edit: Modifier un groupe de variantes - remove: Supprimer un groupe de variantes - history: Afficher l'historique du groupe de variantes - edit_attributes: Modifier les attributs du groupe de variantes - add_attributes: Ajouter des attributs aux groupe de variantes - remove_attribute: Supprimer les attributs du groupe de variantes group_type: index: Liste des types de groupe create: Créer un type de groupe @@ -250,15 +224,10 @@ pim_enrich: currency: Devises family: Familles group: Groupes - variant_group: Groupes de variantes group_type: Types de groupe locale: Locales product: Produits - product_value: - tooltip: - from_variant: - title: Mis à jour par un groupe de variantes - content: Ce champ est mis à jour par le groupe de variantes suivant + product_model: Modèles de produits reference_data: empty_value: reference_data_type: @@ -277,7 +246,7 @@ attribute group: create new: Créer un nouveau groupe d'attributs category: title: catégorie - overview: Liste des catégories + overview: Catégories create: Créer une catégorie edit: modifier une catégorie suggest selection: Veuillez sélectionner une catégorie à gauche @@ -314,9 +283,6 @@ group: group type: title: type de groupe edit: modifier le type de groupe -variant group: - title: groupe de variantes - edit: Modifier un groupe de variantes association type: title: type d'association create: Créer un type d'association @@ -334,7 +300,6 @@ btn: locale: Créer une locale product: Créer un produit group: Créer un groupe - variant group: Créer un groupe de variantes association type: Créer un type d'association group type: Créer le type de groupe drag_or_upload: Glisser et déposer pour télécharger ou cliquer ici @@ -366,7 +331,6 @@ confirmation: family: Êtes-vous sûr(e) de vouloir supprimer la famille %name% ? product: Êtes-vous sûr(e) de vouloir supprimer le produit %name% ? group: Êtes-vous sûr(e) de vouloir supprimer le groupe %name% ? - variant group: Êtes-vous sûr(e) de vouloir supprimer le groupe de variantes %name% ? group type: Êtes-vous sûr(e) de vouloir supprimer le groupe %name% ? user: Êtes vous sûr(e) de vouloir supprimer l'utilisateur %name% ? attribute group: @@ -375,8 +339,6 @@ confirmation: remove attribute: Êtes vous sûr(e) de vouloir retirer l'attribut %name% de cette famille ? product: remove attribute: Êtes vous sûr(e) de vouloir retirer l'attribut %name% de ce produit ? - variant_group: - remove_attribute: Êtes vous sûr(e) de vouloir retirer l'attribut %name% de ce groupe de variantes ? flash: entity: removed: L'entité a été supprimée @@ -385,7 +347,6 @@ flash: updated: Attribut mis à jour avec succès removed: Attribut supprimé avec succès identifier not removable: Un attribut de type identifiant ne peut pas être supprimé - used by groups: Cet attribut ne peut pas être supprimé car il est utilisé par %count% groupes de variantes attribute group: created: Groupe d'attributs créé avec succès updated: Groupe d'attributs mis à jour avec succès @@ -428,17 +389,10 @@ flash: group: updated: Groupe mis à jour avec succès removed: Groupe supprimé avec succès - variant group: - created: Le groupe de variantes a bien été créé - updated: Le groupe de variantes a bien été mis à jour - removed: Le groupe de variantes a bien été supprimé - attributes_added: Attributs ajoutés avec succès au groupe de variantes - attribute_removed: Attribut supprimé avec succès du groupe de variantes group type: created: Le type de groupe a bien été créé updated: Le type de groupe a bien été mis à jour removed: Le type de groupe a bien été supprimé - cant remove variant: Le type variant ne peut pas être supprimé cant remove used: Ce type de groupe est utilisé par certains groupes et ne peut pas être supprimé association type: created: Le type d'association est créé avec succès @@ -494,7 +448,7 @@ Manage groups: Gérer les groupes Code: Code Name: Nom Type: Type -Scope: Portée +Scope: Canal Required: Obligatoire Unique: Unique Not required: Non requis @@ -615,9 +569,6 @@ pim_title.locale: pim_title.group: index: "Groupes" edit: "Groupes %group.label% | Modifier" -pim_title.variant_group: - index: "Groupes de variantes" - edit: "Groupe de variantes %group.label% | Modifier" pim_title.association_type: index: "Types d'association" edit: "Types d'association %association type.label% | Modifier" @@ -689,11 +640,12 @@ pim_enrich.mass_edit_action: success_flash: Le(s) attribut(s) ont été mis à jour message.warning: Il n'y a pas d'attribut en commun pour les produits sélectionnés. Veuillez modifier votre sélection. no_attribute.warning: Il n'y a pas d'attribut en commun pour les produits sélectionnés. Veuillez modifier votre sélection. - truncated_by_variant_attribute.warning: 'Certains attributs des produits sélectionnés sont liés à un groupe de variantes. Ils ne sont pas disponibles pour l''édition en masse : %attributes%.' classify: + label: Ajouter à des catégories description: Les produits seront positionnés dans les catégories suivantes, le placement existant avant l'opération sera conservé. success_flash: Le(s) produit(s) ont été classifiés dans les catégories sélectionnées change-family: + label: Changer de famille description: La famille des produits sélectionnés sera remplacée par la famille choisie success_flash: La famille de(s) produit(s) sélectionné(s) a été modifiée avec succès no_family: Aucune famille @@ -702,6 +654,7 @@ pim_enrich.mass_edit_action: description: Sélectionnez les groupes dans lesquels ajouter les produits sélectionnés success_flash: Les produits ont été ajoutés aux groupes sélectionnés set-attribute-requirements: + label: Configurer les exigences d'attributs description: Les exigences d'attributs suivants s'appliqueront aux familles sélectionnées success_flash: Les exigences d'attributs ont été appliquées aux familles sélectionnées To enable: Pour activer @@ -729,7 +682,6 @@ popin.create: association_type.title: Créer un nouveau type d'association group.title: Créer un nouveau groupe product.title: Créer un nouveau produit - variant_group.title: Créer un nouveau groupe de variants option.title: Créer une nouvelle option In group: Dans le groupe Attribute as label: Attribut en tant que libellé @@ -805,11 +757,6 @@ pim_mass_edit_execution_show: Exécutions des éditions en masse | Détails edit_common_attributes.steps.edit_common_attributes_processor.title: Modifier les attributs communs update_product_value.steps.update_product_value_processor.title: Mise à jour de la valeur du produit remove_product_value.steps.update_product_value_processor.title: Suppression de la valeur du produit -add_to_variant_group_clean.steps.excluded.title: Produit exclu -add_to_variant_group_clean.steps.duplicated.title: Axe dupliqué -add_to_variant_group.steps.excluded.title: Produit exclu -add_to_variant_group.steps.duplicated.title: Axe dupliqué -add_to_variant_group.steps.cleaner.warning.description: 'Le produit ne peut pas être affecté au groupe de variantes : duplication de la valeur de l''axe de variation avec un autre produit de la sélection' edit_common_attributes: Modifier les attributs communs edit_common_attributes_clean: Nettoyer les fichiers pour les attributs communs perform.steps.duplicated.title: Axe dupliqué @@ -829,6 +776,10 @@ batch_jobs: label: Modifier les attributs communs clean: label: Nettoyer les fichiers pour les attributs communs + set_attribute_requirements: + label: Configurer les exigences d'attributs + perform: + label: Configurer les exigences d'attributs csv_product_quick_export: quick_export.label: Export rapide de produits en CSV perform: @@ -845,10 +796,6 @@ batch_jobs: quick_export.label: Export rapide de la grille de produits en XLSX perform: label: Export rapide de la grille de produits en XLSX - add_to_variant_group: - label: Ajouter au groupe de variantes - perform: - label: Ajouter au groupe de variantes mass_edit report: overview: Rapports des éditions en masse job_tracker: diff --git a/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.hr.yml b/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.hr.yml index da635d39612f..9d85ce199cf3 100644 --- a/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.hr.yml +++ b/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.hr.yml @@ -49,20 +49,6 @@ pim_enrich: product.title: Proizvodi property.title: Svojstva history.title: Povijest - variant_group: - type: - VARIANT: Varijanta - X_SELL: X-prodaja - ADDITIONAL: Dodatno - RELATED: Povezano - tab: - product.title: Proizvodi - property.title: Svojstva - history.title: Povijest - attribute.title: Atributi - info: - no_attributes: Ova varijanta grupe još nema atribute - no_attributes_in_selected_locale: Ova varijanta grupe nema atribute u ovoj lokalizaciji completeness: progress_bar.title: '%ratio%% kompletno (potrebna 1 vrijednosti)|%ratio% kompletno (%count% potrebne vrijednosti)' subtitle: '{0} Dovršeno|{1} 1 vrijednost nedostaje|] 1, Inf] %count% vrijednosti koje nedostaju' @@ -130,14 +116,6 @@ pim_enrich: success_flash: Proizvodi su uspješno dodani u odabrane grupe launched_flash: Pokrenuta je masovna radnja "dodati u grupe". Biti ćete obaviješteni kad bude gotovo. no_group: Nema grupa za sada. Molimo da najprije kreirate grupu. - add-to-variant-group: - label: Dodaj u varijantu grupe - description: Odaberi varijantu grupe u koju će se dodati odabrani proizvodi - success_flash: Proizvodi su uspješno dodani u odabranu varijantu grupe - already_in_variant_group_or_not_valid: Nije moguće grupirati sljedeće proizvode jer su već u varijanti grupe ili nemaju osi grupe. - no_variant_group: Nema varijante grupe za sada. Molimo da najprije kreirate varijantu grupe. - no_valid_variant_group: Niti jedna varijanta grupe ne dijeli atribute s odabranim proizvodima. - launched_flash: Pokrenuta je masovna radnja "dodati u varijantu grupe". Biti ćete obaviješteni kad bude gotovo. set-attribute-requirements: description: Sljedeći zahtjevi atributa će se primijeniti na odabrane obitelji success_flash: Zahtjevi atributa su primjenjeni na odabrane obitelji @@ -167,7 +145,6 @@ pim_enrich: change_family: Promjena obitelji proizvoda change_state: Promjena stanja proizvoda add_to_groups: Dodaj proizvod u grupe - add_to_variant_group: Dodaj proizvod u varijantu grupe mass_edit: Akcije masovnog uređivanja proizvoda comment: Komentar proizvoda download: Preuzimanje proizvoda kao PDF dokument @@ -216,15 +193,6 @@ pim_enrich: edit: Uredi grupu remove: Uklanjanje grupe history: Prikaz povijesti grupe - variant_group: - index: Popis varijanti grupa - create: Kreiranje varijante grupe - edit: Uređivanje varijante grupe - remove: Uklanjanje varijante grupe - history: Prikaz povijesti varijante grupe - edit_attributes: Uredi atribute varijante grupa - add_attributes: Dodaj atribute varijante grupa - remove_attribute: Ukloni atribute varijante grupa group_type: index: Prikaži tipove grupe create: Kreiraj tip grupe @@ -247,15 +215,9 @@ pim_enrich: currency: Valute family: Obitelji group: Grupe - variant_group: Varijante grupa group_type: Tipovi grupa locale: Lokalizacija product: Proizvodi - product_value: - tooltip: - from_variant: - title: Ažurirano sa varijantom grupe - content: Ovo polje se ažurira sa sljedećom varijantom grupe reference_data: empty_value: reference_data_type: @@ -274,7 +236,7 @@ attribute group: create new: Kreiraj novu grupu atributa category: title: kategorija - overview: pregled kategorije + overview: Kategorije create: kreiraj kategoriju edit: uredi kategoriju suggest selection: Molimo odaberi kategoriju na lijevoj strani @@ -311,9 +273,6 @@ group: group type: title: tip grupe edit: uredi tip grupe -variant group: - title: varijanta grupe - edit: uredi varijantu grupe association type: title: tip pridruživanja create: kreiraj tip pridruživanja @@ -331,7 +290,6 @@ btn: locale: kreiraj lokalizaciju product: kreiraj proizvod group: kreiraj grupu - variant group: kreiraj varijantu grupe association type: kreiraj tip pridruživanja group type: kreiraj tip grupe drag_or_upload: Povucite i ispustite za upload ili kliknite ovdje @@ -363,7 +321,6 @@ confirmation: family: Jeste li sigurni da želite izbrisati obitelji %name%? product: Jeste li sigurni da želite izbrisati proizvod %name%? group: Jeste li sigurni da želite izbrisati grupu %name%? - variant group: Jeste li sigurni da želite izbrisati varijantu grupe %name%? group type: Jeste li sigurni da želite izbrisati tip grupe %name%? user: Jeste li sigurni da želite izbrisati korisnika %name%? attribute group: @@ -372,8 +329,6 @@ confirmation: remove attribute: Jeste li sigurni da želite ukloniti atribut %name% iz ove obitelji? product: remove attribute: Jeste li sigurni da želite ukloniti atribut %name% od ovog proizvoda? - variant_group: - remove_attribute: Jeste li sigurni da želite ukloniti atribut %name% iz ove varijante grupe? flash: entity: removed: Stavka je izbrisana @@ -382,7 +337,6 @@ flash: updated: Atribut je uspješno ažuriran removed: Atribut je uspješno uklonjen identifier not removable: Identifikator atributa ne može biti uklonjen - used by groups: Ovaj atribut se ne može ukloniti jer se koristi u %count% varijanti grupa attribute group: created: Atribut grupe je uspješno kreiran updated: Atribut grupe je uspješno ažuriran @@ -425,17 +379,10 @@ flash: group: updated: Grupa je uspješno ažurirana removed: Grupa je uspješno uklonjena - variant group: - created: Varijanta grupe je uspješno kreirana - updated: Varijanta grupe je uspješno ažurirana - removed: Varijanta grupe je uspješno uklonjena - attributes_added: Atributi su uspješno dodani u varijantu grupe - attribute_removed: Atributi su uspješno uklonjeni iz varijante grupe group type: created: Tip grupe je uspješno kreiran updated: Tip grupe je uspješno ažuriran removed: Tip grupe je uspješno uklonjen - cant remove variant: Varijanta tipa grupe ne može biti uklonjena cant remove used: Tip grupe koristi neka grupa i ne može se ukloniti association type: created: Tip pridruživanja je uspješno kreiran @@ -491,7 +438,7 @@ Manage groups: Upravljanje grupama Code: Kod Name: Ime Type: Tip -Scope: Djelokrug +Scope: Kanal Required: Obavezno Unique: Jedinstveno Not required: Nije obavezno @@ -610,9 +557,6 @@ pim_title.locale: pim_title.group: index: "Grupe" edit: "Grupe %group.label% | Uredi" -pim_title.variant_group: - index: "Varijante grupa" - edit: "Varijante grupe %group.label% | Uredi" pim_title.association_type: index: "Tipovi pridruživanja" edit: "Tipovi pridruživanja %association type.label% | Uredi" @@ -684,7 +628,6 @@ pim_enrich.mass_edit_action: success_flash: Atribut(i) proizvoda su ažurirani message.warning: Ne postoji zajednički atribut za odabrane proizvode. Promijenite odabir. no_attribute.warning: Ne postoji zajednički atribut za odabrane proizvode. Promijenite odabir. - truncated_by_variant_attribute.warning: 'Neki uobičajene atributi iz odabranih proizvode dolaze iz varijante grupe. Oni nisu dostupni za masovno uređivanje: %attributes%.' classify: description: Proizvodi će biti postavljeni u sljedeće kategorije, postojeći položaj je zadržan. success_flash: Proizvodi su klasificirani u odabrane kategorije @@ -724,7 +667,6 @@ popin.create: association_type.title: Kreiraj novi tip pridruživanja group.title: Kreiraj novu grupu product.title: Kreiraj novi proizvod - variant_group.title: Kreiraj novu varijantu grupe option.title: Kreiraj novu opciju In group: U grupi Attribute as label: Atribut kao oznaka @@ -799,11 +741,6 @@ pim_mass_edit_execution_show: Izvođenje masovnog uređivanja | Detalji edit_common_attributes.steps.edit_common_attributes_processor.title: Uredi uobičajene atribute update_product_value.steps.update_product_value_processor.title: Ažuriraj vrijednosti proizvoda remove_product_value.steps.update_product_value_processor.title: Uklanjanje vrijednosti proizvoda -add_to_variant_group_clean.steps.excluded.title: Isključeni proizvod -add_to_variant_group_clean.steps.duplicated.title: Dvostruke osi -add_to_variant_group.steps.excluded.title: Isključeni proizvod -add_to_variant_group.steps.duplicated.title: Dvostruke osi -add_to_variant_group.steps.cleaner.warning.description: 'Proizvod se ne može postaviti u odabranu varijantu grupe: dvostruke vrijednosti osi varijacije s drugim proizvodom u odabiru' edit_common_attributes: Uredi uobičajene atribute edit_common_attributes_clean: Obriši datoteke za uobičajene atribute perform.steps.duplicated.title: Dvostruke osi @@ -839,10 +776,6 @@ batch_jobs: quick_export.label: Brzi izvoz pregleda proizvoda u Xlsx perform: label: Brzi izvoz pregleda proizvoda u Xlsx - add_to_variant_group: - label: Dodaj u varijantu grupe - perform: - label: Dodaj u varijantu grupe mass_edit report: overview: Izvješća masovnog uređivanja job_tracker: diff --git a/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.it.yml b/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.it.yml index 30267700872c..21d9ad324920 100644 --- a/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.it.yml +++ b/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.it.yml @@ -49,20 +49,6 @@ pim_enrich: product.title: Articoli property.title: Proprietà history.title: Cronologia - variant_group: - type: - VARIANT: Variante - X_SELL: Vendita incrociata - ADDITIONAL: Aggiuntive - RELATED: Correlato - tab: - product.title: Articoli - property.title: Proprietà - history.title: Cronologia - attribute.title: Attributi - info: - no_attributes: Questo gruppo di varianti non ha ancora attributi - no_attributes_in_selected_locale: Questo gruppo di varianti non ha attributi per queste impostazioni locali completeness: progress_bar.title: 'completo al %ratio%% (1 valore richiesto)|completo al %ratio%% (%count% valori richiesti)' subtitle: '{0} Completo|{1} 1 valore mancante|]1,Inf] %count% valori mancanti' @@ -130,15 +116,6 @@ pim_enrich: success_flash: Gli articoli sono stati aggiunti ai gruppi selezionati con successo launched_flash: L'azione di massa "aggiungi ai gruppi" è stata lanciata. Sarai avvisato quando finisce. no_group: Al momento non c'è nessun gruppo. Si prega di iniziare con la creazione di un gruppo. - add-to-variant-group: - label: Aggiungi ad un gruppo di varianti - description: Seleziona il gruppo di varianti a cui aggiungere gli articoli selezionati - success_flash: I prodotti sono stati aggiunti con successo al gruppo di varianti selezionato - already_in_variant_group_or_not_valid: Non è possibile raggruppare il seguente prodotto perché è già in un gruppo di varianti o non ha la dimensione gruppo. - no_variant_group: Al momento non c'è nessun gruppo di varianti. Si prega di iniziare con la creazione di un gruppo di varianti. - no_valid_variant_group: Nessun gruppo di varianti condivide gli attributi con i prodotti selezionati. - some_variant_groups_are_skipped: 'I seguenti gruppi di variante sono stati ignorati perché non condividono attributi con i prodotti selezionati: %groups%' - launched_flash: L'azione di massa "aggiungi al gruppo di varianti" è stata lanciata. Sarai avvisato quando finisce. set-attribute-requirements: description: I seguenti attributi richiesti verranno applicati alle famiglie selezionate success_flash: Gli attributi richiesti sono stati applicati alle famiglie selezionate @@ -168,7 +145,6 @@ pim_enrich: change_family: Cambia la famiglia dell'articolo change_state: Cambia lo stato dell'articolo add_to_groups: Aggiungi l'articolo ai gruppi - add_to_variant_group: Aggiungi il prodotto ad un gruppo di varianti mass_edit: Azione di modifica di massa dell'articolo comment: Commenta i prodotti download: Scarica il prodotto in formato PDF @@ -217,15 +193,6 @@ pim_enrich: edit: Modificare un gruppo remove: Rimuovere un gruppo history: Visualizza lo storico del gruppo - variant_group: - index: Elenca i gruppi di varianti - create: Crea un gruppo di varianti - edit: Modifica un gruppo di varianti - remove: Elimina un gruppo di varianti - history: Visualizza lo storico del gruppo di varianti - edit_attributes: Modifica gli attributi dei gruppi di varianti - add_attributes: Aggiungi attributi ai gruppi di varianti - remove_attribute: Rimuovi attributi dai gruppi di varianti group_type: index: Elenco tipi di gruppo create: Creare un tipo di gruppo @@ -248,15 +215,9 @@ pim_enrich: currency: Valute family: Famiglie group: Gruppi - variant_group: Gruppi varianti group_type: Tipi di gruppo locale: Impostazioni locali product: Articoli - product_value: - tooltip: - from_variant: - title: Aggiornato da un gruppo di variante - content: Questo campo viene aggiornato dal seguente gruppo di varianti reference_data: empty_value: reference_data_type: @@ -275,7 +236,7 @@ attribute group: create new: Crea un nuovo gruppo di attributi category: title: Categoria - overview: Anteprima categorie + overview: Categorie create: Crea categoria edit: Modifica categoria suggest selection: Scegli una categoria a sinistra @@ -312,9 +273,6 @@ group: group type: title: Tipo gruppo edit: Modifica tipo gruppo -variant group: - title: Variante gruppo - edit: Modifica variante gruppo association type: title: Tipo associazione create: Crea tipo associazione @@ -332,7 +290,6 @@ btn: locale: Crea impostazioni locali product: Crea articolo group: Crea gruppo - variant group: Crea variante gruppo association type: Crea tipo associazione group type: Crea tipo gruppo drag_or_upload: Trascina e rilascia qui un file per caricarlo o fai click qui @@ -364,7 +321,6 @@ confirmation: family: Sei sicuro di voler eliminare la famiglia %name%? product: Sei sicuro di voler eliminare l'articolo %name%? group: Sei sicuro di voler eliminare il gruppo %name%? - variant group: Sei sicuro di voler eliminare la variante di gruppo %name%? group type: Sei sicuro di voler eliminare il gruppo %name%? user: Sei sicuro di voler eliminare l'utente %name%? attribute group: @@ -373,8 +329,6 @@ confirmation: remove attribute: Sei sicuro di voler rimuovere l'attributo %name% da questa famiglia? product: remove attribute: Sei sicuro di voler rimuovere l'attributo %name% da questo articolo? - variant_group: - remove_attribute: Sei sicuro di voler rimuovere l'attributo %name% da questo gruppo di varianti? flash: entity: removed: L'elemento è stato eliminato @@ -383,7 +337,6 @@ flash: updated: Attributo aggiornato con successo removed: Attributo eliminato con successo identifier not removable: L'dentificatore attributo non può essere rimosso - used by groups: Questo attributo non può essere rimosso perché è utilizzato dalla variante di gruppi %count% attribute group: created: Gruppo di attributi creato con successo updated: Gruppo di attributi aggiornato con successo @@ -426,17 +379,10 @@ flash: group: updated: Gruppo aggiornato con successo removed: Gruppo rimosso con successo - variant group: - created: Variante gruppo creata con successo - updated: Variante gruppo aggiornata con successo - removed: Variante gruppo rimossa con successo - attributes_added: Attributi aggiunti con successo al gruppo di varianti - attribute_removed: Attributo rimosso con successo dal gruppo di varianti group type: created: Tipo di gruppo creato con successo updated: Tipo gruppo aggiornato con successo removed: Tipo di gruppo rimosso con successo - cant remove variant: Il tipo di variante del gruppo non può essere rimossa cant remove used: Il tipo di gruppo è utilizzato da alcuni gruppi e non può essere rimosso association type: created: Tipo di associazione creata con successo @@ -492,7 +438,7 @@ Manage groups: Gestione gruppi Code: Codice Name: Nome Type: Tipo -Scope: Ambito +Scope: Canale Required: Obbligatorio Unique: Unico Not required: Non obbligatorio @@ -612,9 +558,6 @@ pim_title.locale: pim_title.group: index: "Gruppi" edit: "Gruppi %group.label% | Modifica" -pim_title.variant_group: - index: "Gruppi varianti" - edit: "Variante gruppi %group.label% | Modifica" pim_title.association_type: index: "Tipi di associazione" edit: "Tipi di associazione %associazione type.label% | Modifica" @@ -686,7 +629,6 @@ pim_enrich.mass_edit_action: success_flash: L'attributo (/gli attributi) dell'articolo (/degli articoli) è stato caricato message.warning: Non esiste un attributo in comune per i prodotti selezionati. Si prega di cambiare la selezione. no_attribute.warning: Non esiste un attributo in comune per i prodotti selezionati. Si prega di cambiare la selezione. - truncated_by_variant_attribute.warning: 'Alcuni attributi comuni dai prodotti selezionati provengono da un gruppo di varianti. Non sono disponibili per la modifica di massa: %attributes%.' classify: description: Gli articoli saranno posizionati nelle seguenti categorie, il posizionamento attuale è mantenuto. success_flash: L'articolo/gli articoli è stato classificato nelle categorie selezionate @@ -726,7 +668,6 @@ popin.create: association_type.title: Creare un nuovo tipo di associazione group.title: Crea un nuovo gruppo product.title: Crea un nuovo articolo - variant_group.title: Crea una nuova variante di gruppo option.title: Crea una nuova opzione In group: Nel gruppo Attribute as label: Attributo come etichetta @@ -802,11 +743,6 @@ pim_mass_edit_execution_show: Esecuzione modifiche di massa | Dettagli edit_common_attributes.steps.edit_common_attributes_processor.title: Modifica gli attributi comuni update_product_value.steps.update_product_value_processor.title: Aggiorna il valore di prodotto remove_product_value.steps.update_product_value_processor.title: Rimuovi il valore di prodotto -add_to_variant_group_clean.steps.excluded.title: Prodotto escluso -add_to_variant_group_clean.steps.duplicated.title: Dimensione Duplicata -add_to_variant_group.steps.excluded.title: Prodotto escluso -add_to_variant_group.steps.duplicated.title: Dimensione Duplicata -add_to_variant_group.steps.cleaner.warning.description: 'Il prodotto non può essere impostato nel gruppo di varianti selezionato: duplica i valori della dimensione variante con un altro prodotto nella selezione' edit_common_attributes: Modifica gli attributi comuni edit_common_attributes_clean: Pulisci i file per gli attributi comuni perform.steps.duplicated.title: Dimensione Duplicata @@ -842,10 +778,6 @@ batch_jobs: quick_export.label: Esportazione rapida prodotti in Xlsx presenti nel contesto griglia perform: label: Esportazione rapida prodotti in Xlsx presenti nel contesto griglia - add_to_variant_group: - label: Aggiungi al gruppo di varianti - perform: - label: Aggiungi al gruppo di varianti mass_edit report: overview: Modifica di massa dei report job_tracker: diff --git a/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.nl.yml b/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.nl.yml index 31787aae9a3d..e9cfd8444c02 100644 --- a/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.nl.yml +++ b/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.nl.yml @@ -48,20 +48,6 @@ pim_enrich: product.title: Producten property.title: Eigenschappen history.title: Geschiedenis - variant_group: - type: - VARIANT: Variant - X_SELL: Cross-Sell - ADDITIONAL: Extra - RELATED: Gerelateerde - tab: - product.title: Producten - property.title: Eigenschappen - history.title: Geschiedenis - attribute.title: Attributen - info: - no_attributes: Deze variant groep heeft nog geen kenmerken - no_attributes_in_selected_locale: Deze variant groep heeft geen kenmerken in deze locale completeness: progress_bar.title: '%ratio%% voltooid (1 vereiste waarde) | %ratio%% voltooid (%count% vereiste waarden)' subtitle: '{0} Voltooid|{1} 1 ontbrekende waarde|]1, Inf] %count% ontbrekende waarden' @@ -118,12 +104,6 @@ pim_enrich: success_flash: Producten werden met succes toegevoegd aan de geselecteerde groepen launched_flash: De massa actie "voeg toe aan groepen" is gestart. U wordt op de hoogte gebracht wanneer dit is voltooid. no_group: Geen groep beschikbaar. Gelieve eerst een groep aan te maken. - add-to-variant-group: - label: Voeg toe aan een variant groep - description: Selecteer de variant groep waarin u de geselecteerde producten wilt toevoegen - success_flash: Producten werden met succes toegevoegd aan de geselecteerde variant groepen - no_variant_group: Geen variant groep beschikbaar. Gelieve eerst een variant groep aan te maken. - launched_flash: De massa actie "voeg toe aan variant groep" is gestart. U wordt op de hoogte gebracht wanneer dit is voltooid. set-attribute-requirements: description: De volgende attribuutvereisten zullen worden toegepast op de geselecteerde families success_flash: De attribuutvereisten zijn toegepast op de geselecteerde families @@ -153,7 +133,6 @@ pim_enrich: change_family: Productfamilie wijzigen change_state: Status van product wijzigen add_to_groups: Product toevoegen aan groepen - add_to_variant_group: Voeg product toe aan een variant groep mass_edit: Product massabewerken acties comment: Geef commentaar op producten download: Download het product als PDF @@ -221,7 +200,6 @@ pim_enrich: currency: Valuta family: Families group: Groepen - variant_group: Variantgroepen group_type: Groepstypen locale: Lokalisaties product: Producten @@ -239,7 +217,7 @@ attribute group: create new: Maak een nieuwe attribuutgroep category: title: categorie - overview: categorie overzicht + overview: Categorieën create: categorie aanmaken edit: categorie bewerken suggest selection: Select een categorie aan de linkerkant @@ -276,9 +254,6 @@ group: group type: title: groepstype edit: groepstype bewerken -variant group: - title: variantgroep - edit: variantgroep bewerken association type: title: koppelingstype create: associatietype aanmaken @@ -296,7 +271,6 @@ btn: locale: lokalisatie aanmaken product: product aanmaken group: groep aanmaken - variant group: variantgroep aanmaken association type: associatietype aanmaken group type: groepstype aanmaken edit: bewerken @@ -326,7 +300,6 @@ confirmation: family: Weet u zeker dat u de familie %name% wilt verwijderen? product: Weet u zeker dat u het product %name% wilt verwijderen? group: Weet u zeker dat u de groep %name% wilt verwijderen? - variant group: Weet u zeker dat u de variantgroep %name% wilt verwijderen? group type: Weet u zeker dat u het groepstype %name% wilt verwijderen? user: Weet u zeker dat u de gebruiker %name% wilt verwijderen? attribute group: @@ -343,7 +316,6 @@ flash: updated: Attribuut succesvol bijgewerkt removed: Attribuut succesvol verwijderd identifier not removable: Id-attribuut kan niet worden verwijderd - used by groups: Dit attribuut kan niet worden verwijderd omdat het wordt gebruik door %count% variantengroepen attribute group: created: Attribuutgroep succesvol aangemaakt updated: Attribuutgroep succesvol bijgewerkt @@ -385,15 +357,10 @@ flash: group: updated: Groep succesvol bijgewerkt removed: Groep succesvol verwijderd - variant group: - created: Variantgroep succesvol aangemaakt - updated: Variantgroep succesvol bijgewerkt - removed: Variantgroep succesvol verwijderd group type: created: Groepstype succesvol aangemaakt updated: Groepstype succesvol bijgewerkt removed: Groepstype succesvol verwijderd - cant remove variant: Groepstype variant kan niet worden verwijderd cant remove used: Groepstype wordt gebruikt door sommige groepen en kan niet worden verwijderd association type: created: Associatietype met succes aangemaakt @@ -448,7 +415,7 @@ Manage groups: Groepen beheren Code: Code Name: Naam Type: Type -Scope: Bereik +Scope: Kanaal Required: Verplicht Unique: Uniek Not required: Niet verplicht @@ -562,9 +529,6 @@ pim_title.locale: pim_title.group: index: "Groepen" edit: "Groepen %group.label% | Bewerken" -pim_title.variant_group: - index: "Variantgroepen" - edit: "Variantgroepen %group.label%|Bewerken" pim_title.association_type: index: "Associatietypes" edit: "Associatietypes %association type.label% | Bewerken" @@ -658,7 +622,6 @@ popin.create: association_type.title: Een nieuw associatietype aanmaken group.title: Nieuwe groep aanmaken product.title: Een nieuw product aanmaken - variant_group.title: Nieuwe variant groep toevoegen option.title: Nieuwe optie aanmaken In group: In groep Attribute as label: Attribuut als label diff --git a/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.pt_BR.yml b/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.pt_BR.yml index e8bf34250076..950c004113b1 100644 --- a/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.pt_BR.yml +++ b/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.pt_BR.yml @@ -49,20 +49,6 @@ pim_enrich: product.title: Produtos property.title: Propriedades history.title: Histórico - variant_group: - type: - VARIANT: Variante - X_SELL: Venda Cruzada - ADDITIONAL: Adicional - RELATED: Relacionado - tab: - product.title: Produtos - property.title: Propriedades - history.title: Histórico - attribute.title: Atributos - info: - no_attributes: Este grupo variante ainda não tem atributos - no_attributes_in_selected_locale: Este grupo variante ainda não tem atributos neste local completeness: progress_bar.title: '%ratio%% completo (1 valor obrigatório)|%ratio%% completo (%count% valores obrigatórios)' subtitle: '{0} Completo|{1} 1 valor em falta|] 1, Inf] %count% valores em falta' @@ -130,14 +116,6 @@ pim_enrich: success_flash: Os produtos foram adicionados com êxito nos grupos selecionados launched_flash: A ação em massa "adicionar a grupos" foi despoletada. Irá receber notificação quando estiver concluída. no_group: Não existem grupos por enquanto. Por favor, comece criando um grupo. - add-to-variant-group: - label: Adicionar a um grupo variante - description: Selecione o grupo variante em qual quer adicionar os produtos selecionados - success_flash: Os produtos foram adicionados ao grupo variante selecionado - already_in_variant_group_or_not_valid: Não pode agrupar o seguinte produto, porque já pertence a um grupo variante ou não possui o eixo do grupo. - no_variant_group: Não existem grupos variantes por enquanto. Por favor, comece criando um grupo variante. - no_valid_variant_group: Nenhum grupo variante está a partilhar atributos com produtos selecionados. - launched_flash: A ação em massa "adicionar a grupo variante" foi despoletada. Irá receber notificação quando estiver concluída. set-attribute-requirements: description: Os seguintes requisitos de atributo serão aplicados às famílias selecionadas success_flash: Os requisitos dos atributos foram aplicados às famílias selecionadas @@ -167,7 +145,6 @@ pim_enrich: change_family: Alterar a família de um produto change_state: Alterar o estado do produto add_to_groups: Adicionar produto aos grupos - add_to_variant_group: Adicionar o produto a um grupo de variantes mass_edit: Ações de edição em massa de produtos comment: Comentar produtos download: Baixar o produto como PDF @@ -216,15 +193,6 @@ pim_enrich: edit: Editar um grupo remove: Remover um grupo history: Visualizar histórico do grupo - variant_group: - index: Listar grupos variantes - create: Criar um grupo variante - edit: Editar um grupo variante - remove: Remover um grupo variante - history: Visualizar o histórico do grupo variante - edit_attributes: Editar atributos de grupos de variantes - add_attributes: Adicionar atributos a grupos de variantes - remove_attribute: Remover atributos de grupos variantes group_type: index: Listar tipos de grupo create: Criar um tipo de grupo @@ -247,15 +215,9 @@ pim_enrich: currency: Moedas family: Famílias group: Grupos - variant_group: Grupos de variantes group_type: Tipos de grupos locale: Localidades product: Produtos - product_value: - tooltip: - from_variant: - title: Atualizado por um grupo de variantes - content: Este campo é atualizado pelo seguinte grupo variante reference_data: empty_value: reference_data_type: @@ -274,7 +236,7 @@ attribute group: create new: Criar um novo grupo de atributo category: title: categoria - overview: visão geral da categoria + overview: Categorias create: criar categoria edit: editar categoria suggest selection: Por favor, selecione uma categoria à esquerda @@ -311,9 +273,6 @@ group: group type: title: tipo de grupo edit: editar tipo de grupo -variant group: - title: grupo variante - edit: editar grupo variante association type: title: tipo de associação create: criar tipo de associação @@ -331,7 +290,6 @@ btn: locale: criar localidade product: criar produto group: criar grupo - variant group: criar grupo variante association type: criar tipo de associação group type: criar tipo de grupo drag_or_upload: Arraste e solte para fazer o envio ou clique aqui @@ -363,7 +321,6 @@ confirmation: family: Tem certeza de que deseja excluir a família %name%? product: Tem certeza de que deseja excluir o produto %name%? group: Tem certeza de que deseja excluir o grupo %name%? - variant group: Tem certeza de que deseja excluir o grupo variante %name%? group type: Tem certeza de que deseja excluir o tipo de grupo %name%? user: Tem certeza de que deseja excluir o usuário %name%? attribute group: @@ -372,8 +329,6 @@ confirmation: remove attribute: Tem certeza de que deseja remover o atributo %name% dessa família? product: remove attribute: Tem certeza de que deseja remover o atributo %name% desse produto? - variant_group: - remove_attribute: Tem certeza que deseja remover o atributo %name% deste grupo variante? flash: entity: removed: O Item foi removido @@ -382,7 +337,6 @@ flash: updated: Atributo atualizado com sucesso removed: Atributo removido com sucesso identifier not removable: O identificador do atributo não pode ser removido - used by groups: Este atributo não pode ser removido porque é usado por %count% grupos variantes attribute group: created: Grupo de atributos criado com sucesso updated: Grupo de atributos atualizado com sucesso @@ -425,17 +379,10 @@ flash: group: updated: Grupo atualizado com sucesso removed: Grupo removido com sucesso - variant group: - created: Grupo variante criado com sucesso - updated: Grupo variante atualizado com sucesso - removed: Grupo variante removido com sucesso - attributes_added: Atributos adicionados com sucesso ao grupo variante - attribute_removed: Atributo removido com sucesso do grupo variante group type: created: Tipo de grupo criado com sucesso updated: Tipo de grupo atualizado com sucesso removed: Tipo de grupo removido com sucesso - cant remove variant: O tipo de grupo variante não pode ser removido cant remove used: O tipo de grupo é usado por alguns grupos e não pode ser removido association type: created: Tipo de associação criado com sucesso @@ -491,7 +438,7 @@ Manage groups: Gerenciar grupos Code: Código Name: Nome Type: Tipo -Scope: Escopo +Scope: Canal Required: Obrigatório Unique: Exclusivo Not required: Não obrigatório @@ -610,9 +557,6 @@ pim_title.locale: pim_title.group: index: "Grupos" edit: "Grupos %group.label% | Editar" -pim_title.variant_group: - index: "Grupos de variantes" - edit: "Grupos de variantes %group.label% | Editar" pim_title.association_type: index: "Tipos de associação" edit: "Tipos de associação %association type.labe% | Editar" @@ -684,7 +628,6 @@ pim_enrich.mass_edit_action: success_flash: O(s) atributo(s) do(s) produto(s) foi(ram) atualizado(s) message.warning: Não há nenhum atributo em comum nos produtos selecionados. Por favor, altere a sua seleção. no_attribute.warning: Não há nenhum atributo em comum nos produtos selecionados. Por favor, altere a sua seleção. - truncated_by_variant_attribute.warning: 'Alguns atributos comuns dos produtos seleccionados provêm de um grupo variante. Não estão disponíveis para edição em massa: %attributes%.' classify: description: Os produtos serão posicionados nas categorias, o posicionamento existente será mantido. success_flash: O(s) produto(s) foi(ram) classificado(s) nas categorias selecionadas @@ -724,7 +667,6 @@ popin.create: association_type.title: Criar um novo tipo de associação group.title: Criar um novo grupo product.title: Criar um novo produto - variant_group.title: Criar um novo grupo de variante option.title: Criar uma nova opção In group: No grupo Attribute as label: Atributo como rótulo @@ -799,11 +741,6 @@ pim_mass_edit_execution_show: Processos de edição em massa | Detalhes edit_common_attributes.steps.edit_common_attributes_processor.title: Editar atributos comuns update_product_value.steps.update_product_value_processor.title: Atualizar o valor do produto remove_product_value.steps.update_product_value_processor.title: Remover valor do produto -add_to_variant_group_clean.steps.excluded.title: Produto excluído -add_to_variant_group_clean.steps.duplicated.title: Eixo duplicado -add_to_variant_group.steps.excluded.title: Produto excluído -add_to_variant_group.steps.duplicated.title: Eixo duplicado -add_to_variant_group.steps.cleaner.warning.description: 'O produto não pode ser definido no grupo variante selecionado: duplicação dos valores do eixo variavel com outro produto na seleção' edit_common_attributes: Editar atributos comuns edit_common_attributes_clean: Limpar ficheiros de atributos comuns perform.steps.duplicated.title: Eixo duplicado @@ -827,10 +764,6 @@ batch_jobs: quick_export.label: Xlsx exportação rápida de produtos perform: label: Xlsx exportação rápida de produtos - add_to_variant_group: - label: Adicionar a grupo variante - perform: - label: Adicionar a grupo variante mass_edit report: overview: Relatórios de edição em massa job_tracker: diff --git a/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.ru.yml b/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.ru.yml index 38d199f17923..c7d1490e25cd 100644 --- a/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.ru.yml +++ b/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.ru.yml @@ -49,20 +49,6 @@ pim_enrich: product.title: Продукты property.title: Свойства history.title: Журнал - variant_group: - type: - VARIANT: Вариант - X_SELL: Перекрестные продажи - ADDITIONAL: Дополнительно - RELATED: Связанные - tab: - product.title: Продукты - property.title: Свойства - history.title: Журнал - attribute.title: Атрибуты - info: - no_attributes: Это группа вариантов пока не имеет атрибутов - no_attributes_in_selected_locale: Эта группа вариантов не имеет атрибутов в этой локали completeness: progress_bar.title: '%ratio%% выполнено (1 требуемое значение)|%ratio%% выполнено (требуется %count% значений)' subtitle: '{0} Готово|{1} 1 отсутствующее значение|]1, Inf] %count% отсутствующих значений' @@ -130,14 +116,6 @@ pim_enrich: success_flash: Продукты были успешно добавлены в выбранные группы launched_flash: Было начато массовое действие «добавить в группы». Вы будете уведомлены, когда оно будет завершено. no_group: Сейчас нет групп. Начните с создания группы. - add-to-variant-group: - label: Добавить в группу вариантов - description: Выберите группу вариантов для добавления выбранных продуктов - success_flash: Продукты были успешно добавлены в выбранную группу вариантов - already_in_variant_group_or_not_valid: Продукт нельзя добавить в группу, так как он уже относится к группе вариантов или не имеет оси группы. - no_variant_group: Сейчас нет групп вариантов. Начните с создания группы вариантов. - no_valid_variant_group: Ни одна группа вариантов не имеет общих атрибутов с выбранными продуктами. - launched_flash: Было начато массовое действие «добавить в группы вариантов». Вы будете уведомлены, когда оно будет завершено. set-attribute-requirements: description: Следующие требования к атрибутам будут применены к выбранным семействам success_flash: Требования к атрибутам были применены к выбранным семействам @@ -167,7 +145,6 @@ pim_enrich: change_family: Изменить семейство продуктов change_state: Изменить статус продукта add_to_groups: Добавление продукта в группы - add_to_variant_group: Добавить продукт в группу вариантов mass_edit: Операции массового редактирования продуктов comment: Комментировать продукты download: Скачать продукт в PDF @@ -216,15 +193,6 @@ pim_enrich: edit: Редактировать группу remove: Удалить группу history: Просмотреть журнал группы - variant_group: - index: Перечислить группы вариантов - create: Создать группу вариантов - edit: Изменить группу вариантов - remove: Удалить группу вариантов - history: Просмотреть журнал группы вариантов - edit_attributes: Изменить атрибуты групп вариантов - add_attributes: Добавить атрибуты в группы вариантов - remove_attribute: Удалить атрибуты из группы вариантов group_type: index: Список типов группы create: Создать тип группы @@ -247,15 +215,9 @@ pim_enrich: currency: Валюты family: Семейства group: Группы - variant_group: Вариативные группы group_type: Типы групп locale: Локали product: Продукты - product_value: - tooltip: - from_variant: - title: Обновлено группой вариантов - content: Это поле обновляется следующей группой вариантов reference_data: empty_value: reference_data_type: @@ -274,7 +236,7 @@ attribute group: create new: Создайте новую группу атрибутов category: title: категория - overview: обзор категории + overview: Категории create: создать категорию edit: изменить категорию suggest selection: Пожалуйста, выберите категорию слева @@ -311,9 +273,6 @@ group: group type: title: тип группы edit: редактировать тип группы -variant group: - title: группа вариантов - edit: редактировать вариативную группу association type: title: тип ассоциации create: создать тип ассоциации @@ -331,7 +290,6 @@ btn: locale: создать локаль product: создать продукт group: создать группу - variant group: создать вариатвную группу association type: создать тип ассоциации group type: создать тип группы drag_or_upload: Перетащите чтобы загрузить, или нажмите здесь @@ -363,7 +321,6 @@ confirmation: family: Вы уверены, что хотите удалить семейство %name%? product: Вы уверены, что хотите удалить продукт %name%? group: Вы уверены, что хотите удалить группу %name%? - variant group: Вы уверены, что хотите удалить вариативную группу %name%? group type: Вы уверены, что хотите удалить тип группы %name%? user: Вы уверены, что хотите удалить пользователя %name%? attribute group: @@ -372,8 +329,6 @@ confirmation: remove attribute: Вы уверены, что хотите удалить из этого семейства атрибут %name%? product: remove attribute: Вы уверены, что хотите удалить из этого продукта атрибут %name%? - variant_group: - remove_attribute: Вы действительно хотите удалить атрибут %name% из этой группы вариантов? flash: entity: removed: Элемент был удален @@ -382,7 +337,6 @@ flash: updated: Атрибут успешно обновлен removed: Атрибут успешно удален identifier not removable: Идентификатор атрибута не может быть удален - used by groups: Этот атрибут не может быть удален, поскольку он используется %count% группами вариантов attribute group: created: Группа атрибутов успешно создана updated: Группа атрибутов успешно обновлена @@ -425,17 +379,10 @@ flash: group: updated: Группа успешно обновлена removed: Группа успешно удалена - variant group: - created: Вариативная группа успешно создана - updated: Вариативная группа успешно обновлена - removed: Вариативная группа успешно удалена - attributes_added: Атрибуты успешно добавлены в группу вариантов - attribute_removed: Атрибуты успешно удалены из группы вариантов group type: created: Тип группы успешно создан updated: Тип группы успешно обновлен removed: Тип группы успешно удален - cant remove variant: Вариативная группа не может быть удалена cant remove used: Тип группы используется некоторыми группами и не может быть удален association type: created: Тип ассоциации успешно создан @@ -491,7 +438,7 @@ Manage groups: Управление группами Code: Код Name: Имя Type: Тип -Scope: Область +Scope: Канал Required: Обязательно Unique: Уникальный Not required: Не обязательно @@ -611,9 +558,6 @@ pim_title.locale: pim_title.group: index: "Группы" edit: "Группа %group.label% | Редактировать" -pim_title.variant_group: - index: "Вариативные группы" - edit: "Группы вариантов %group.label% | Редактировать" pim_title.association_type: index: "Типы ассоциаций" edit: "Типы ассоциаций %association type.label% | Редактировать" @@ -685,7 +629,6 @@ pim_enrich.mass_edit_action: success_flash: Атрибуты товаров были обновлены message.warning: Для выбранных продуктов нет общих атрибутов. Пожалуйста измените свой выбор. no_attribute.warning: Для выбранных продуктов нет общих атрибутов. Пожалуйста измените свой выбор. - truncated_by_variant_attribute.warning: 'Некоторые общие атрибуты для выбранных продуктов получены из групп вариантов. Они не доступны для массового изменения: %attributes%.' classify: description: Продукты будут добавлены в следующие категории, исходное расположение сохраниться. success_flash: В выбранных категориях товары были классифицированы @@ -725,7 +668,6 @@ popin.create: association_type.title: Создать новый тип ассоциации group.title: Создать новую группу product.title: Создать новый продукт - variant_group.title: Создать новую вариативную группу option.title: Создать новое свойство In group: В группе Attribute as label: Атрибут как метка @@ -800,11 +742,6 @@ pim_mass_edit_execution_show: Задачи массового редактиро edit_common_attributes.steps.edit_common_attributes_processor.title: Изменить общие атрибуты update_product_value.steps.update_product_value_processor.title: Обновить значение продукта remove_product_value.steps.update_product_value_processor.title: Удалить значение продукта -add_to_variant_group_clean.steps.excluded.title: Исключенные продукты -add_to_variant_group_clean.steps.duplicated.title: Продублированные оси -add_to_variant_group.steps.excluded.title: Исключенные продукты -add_to_variant_group.steps.duplicated.title: Продублированные оси -add_to_variant_group.steps.cleaner.warning.description: 'Продукт не может принадлежать к выбранной группе вариантов: продублируйте значения вариативной оси с другим выбранным продуктом' edit_common_attributes: Изменить общие атрибуты edit_common_attributes_clean: Редактировать файлы общих атрибутов perform.steps.duplicated.title: Продублированные оси @@ -840,10 +777,6 @@ batch_jobs: quick_export.label: Быстрый экспорт контекста сетки в XLSX perform: label: Быстрый экспорт контекста сетки в XLSX - add_to_variant_group: - label: Добавить в группу вариантов - perform: - label: Добавить в группу вариантов mass_edit report: overview: Отчеты массового редактирования job_tracker: diff --git a/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.zh.yml b/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.zh.yml index dd042e5f44a5..4abdc7f0feb3 100644 --- a/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.zh.yml +++ b/src/Pim/Bundle/EnrichBundle/Resources/translations/messages.zh.yml @@ -49,20 +49,6 @@ pim_enrich: product.title: 商品 property.title: 属性 history.title: 历史 - variant_group: - type: - VARIANT: 变量 - X_SELL: X-Sell - ADDITIONAL: 附加 - RELATED: 相关的 - tab: - product.title: 商品 - property.title: 属性 - history.title: 历史 - attribute.title: 属性 - info: - no_attributes: 这个款式组还没有属性 - no_attributes_in_selected_locale: 这个款式组在该本地化语言中还没有属性 completeness: progress_bar.title: '完成 %ratio%%(1 所需的值) | 完成 %ratio%%(所需的%count% 值)' subtitle: '{0} 完成 |{1} 1 缺少值 |]1,Inf] %count% 缺失值' @@ -130,14 +116,6 @@ pim_enrich: success_flash: 产品已成功添加到所选的组 launched_flash: 批量操作"加入到组"已经启动。完成后会通知您。 no_group: 现在没有组。请首先创建一个组。 - add-to-variant-group: - label: 添加到款式组 - description: 选择一个款式组,将所选定的产品加入其中 - success_flash: 产品已成功添加到所选的款式组 - already_in_variant_group_or_not_valid: 你不能将以下产品加入组,因为它已经在一个款式组或没有组轴。 - no_variant_group: 现在没有款式组。请从创款式组开始。 - no_valid_variant_group: 没有款式组与所选产品共享属性。 - launched_flash: 批量操作"加入到款式组"已经启动。完成后会通知您。 set-attribute-requirements: description: 下列属性要求将应用于所选的品类中 success_flash: 属性要求将应用于所选的品类中 @@ -167,7 +145,6 @@ pim_enrich: change_family: 更改产品品类 change_state: 更改产品状态 add_to_groups: 将商品添加到组 - add_to_variant_group: 将产品添加到款式组 mass_edit: 产品批量编辑操作 comment: 评论产品 download: 下载PDF格式的产品 @@ -216,15 +193,6 @@ pim_enrich: edit: 编辑组 remove: 移除分组 history: 查看组历史记录 - variant_group: - index: 列出款式组 - create: 创建款式组 - edit: 编辑款式组 - remove: 移除款式组 - history: 查看款式组历史记录 - edit_attributes: 编辑款式组的属性 - add_attributes: 将属性添加到款式组 - remove_attribute: 从款式组中删除属性 group_type: index: 列出组类型 create: 创建组类型 @@ -247,15 +215,9 @@ pim_enrich: currency: 货币 family: 品类 group: 分组 - variant_group: 款式组 group_type: 分组类型 locale: 本地化语言 product: 商品 - product_value: - tooltip: - from_variant: - title: 用款式组进行更新 - content: 以下款式组对该字段进行了更新 reference_data: empty_value: reference_data_type: @@ -274,7 +236,7 @@ attribute group: create new: 创建新的属性组 category: title: 类别 - overview: 类别概述 + overview: 分类 create: 创建类别 edit: 编辑类别 suggest selection: 请选择左边的类别 @@ -311,9 +273,6 @@ group: group type: title: 分组类型 edit: 编辑分组类型 -variant group: - title: 属性组 - edit: 编辑属性组 association type: title: 关联类型 create: 创建关联类型 @@ -331,7 +290,6 @@ btn: locale: 创建区域 product: 创建产品 group: 创建分组 - variant group: 创建款式组 association type: 创建关联类型 group type: 创建分组类型 drag_or_upload: 拖放式操作可上传或点击这里 @@ -363,7 +321,6 @@ confirmation: family: 确定要删除产品族%name%吗? product: 确定要删除产品%name%吗? group: 确定要删除分组%name%吗? - variant group: 确定要删除属性组%name%吗? group type: 确定要删除分组类型%name%吗? user: 确定要删除用户%name%吗? attribute group: @@ -372,8 +329,6 @@ confirmation: remove attribute: 确定要从这个产品族删除属性%name%吗? product: remove attribute: 定要要从这个产品删除属性%name%吗? - variant_group: - remove_attribute: 确定要从这个款式组中删除属性%name%吗? flash: entity: removed: 项目已被删除 @@ -382,7 +337,6 @@ flash: updated: 属性已更新 removed: 属性已删除 identifier not removable: 标识属性不能被删除 - used by groups: 此属性不能删除,因为 %count%个款式组正在使用它 attribute group: created: 属性组已创建 updated: 属性组已更新 @@ -425,17 +379,10 @@ flash: group: updated: 分组已更新 removed: 分组已删除 - variant group: - created: 属性组已创建 - updated: 属性组已更新 - removed: 属性组已删除 - attributes_added: 属性已成功添加到款式组 - attribute_removed: 属性已从成功的从款式组删除 group type: created: 分组类型已创建 updated: 分组类型已更新 removed: 分组类型已删除 - cant remove variant: 分组类型变量不能删除 cant remove used: 分组类型正在被一些组使用,不能删除 association type: created: 关联类型已创建 @@ -491,7 +438,7 @@ Manage groups: 管理分组 Code: 代码 Name: 名称 Type: 类型 -Scope: 范围 +Scope: 通道 Required: 必填 Unique: 唯一的 Not required: 不需要 @@ -611,9 +558,6 @@ pim_title.locale: pim_title.group: index: "分组" edit: "分组%group.label%|编辑" -pim_title.variant_group: - index: "款式组" - edit: "属性组%group.label%|编辑" pim_title.association_type: index: "关联类型" edit: "关联类型%association type.label%|编辑" @@ -685,7 +629,6 @@ pim_enrich.mass_edit_action: success_flash: 产品属性已更新 message.warning: 所选定的产品中没有共同的产品属性。请更改您的选择。 no_attribute.warning: 所选定的产品中没有共同的产品属性。请更改您的选择。 - truncated_by_variant_attribute.warning: 选定的产品中一些常见的属性从来自款式组。他们并不可用于批量编辑︰ %attributes%。 classify: description: 产品将被放入以下目录,现存的位置也会保留。 success_flash: 产品已经被分类到所选的目录中了。 @@ -725,7 +668,6 @@ popin.create: association_type.title: 创建关联类型 group.title: 创建新组 product.title: 创建新商品 - variant_group.title: 创建一个新的款式组 option.title: 创建一个新的选项 In group: 在组中 Attribute as label: 属性作为标签 @@ -800,11 +742,6 @@ pim_mass_edit_execution_show: 批量编辑执行 |详细信息 edit_common_attributes.steps.edit_common_attributes_processor.title: 编辑共同属性 update_product_value.steps.update_product_value_processor.title: 更新商品值 remove_product_value.steps.update_product_value_processor.title: 移除商品值 -add_to_variant_group_clean.steps.excluded.title: 被排除在外的产品 -add_to_variant_group_clean.steps.duplicated.title: 重复的轴 -add_to_variant_group.steps.excluded.title: 被排除在外的产品 -add_to_variant_group.steps.duplicated.title: 重复的轴 -add_to_variant_group.steps.cleaner.warning.description: 产品不能进入所选的款式组︰ 与其它产品有重复的差异轴值。 edit_common_attributes: 编辑共同属性 edit_common_attributes_clean: 为共同的属性清理文件 perform.steps.duplicated.title: 重复的轴 @@ -840,10 +777,6 @@ batch_jobs: quick_export.label: XLSX产品界面内容下快速导出 perform: label: XLSX产品界面内容下快速导出 - add_to_variant_group: - label: 添加到款式组 - perform: - label: 添加到款式组 mass_edit report: overview: 批量编辑报告 job_tracker: diff --git a/src/Pim/Bundle/ImportExportBundle/Resources/translations/messages.fr.yml b/src/Pim/Bundle/ImportExportBundle/Resources/translations/messages.fr.yml index f51c07c0009d..586328fd6e12 100644 --- a/src/Pim/Bundle/ImportExportBundle/Resources/translations/messages.fr.yml +++ b/src/Pim/Bundle/ImportExportBundle/Resources/translations/messages.fr.yml @@ -142,6 +142,7 @@ Warnings: Avertissements Summary: Résumé Start: Début End: Fin +set_attribute_requirements: Configurer les exigences d'attributs COMPLETED: Terminé STARTING: Démarrage STARTED: Démarré diff --git a/src/Pim/Bundle/ImportExportBundle/Resources/translations/messages.it.yml b/src/Pim/Bundle/ImportExportBundle/Resources/translations/messages.it.yml index d090df74ae66..8785c7eeee23 100644 --- a/src/Pim/Bundle/ImportExportBundle/Resources/translations/messages.it.yml +++ b/src/Pim/Bundle/ImportExportBundle/Resources/translations/messages.it.yml @@ -15,7 +15,7 @@ pim_import_export: 7: Abbandonato 8: Sconosciuto download_archive: - archive: scaricar l'arhivio generato |scarica gli archivi generati + archive: scarica l'archivio generato |scarica gli archivi generati output: scarica il file generato |scarica i files generati input: scarica il file letto |scarica i files letti invalid_xlsx: Scarica dati non validi @@ -29,7 +29,7 @@ pim_import_export: error: Importazione %label% non riuscita warning: Importazione %label% completata con alcuni avvisi success: Importazione %label% completata - list: Seleziona un lavoro + list: Seleziona un job job_profile: tab: property.title: Proprietà generali @@ -47,18 +47,10 @@ pim_title.import_execution.index: Importare la cronologia delle esecuzioni pim_title.import_execution.show: Importare le esecuzioni | Dettagli export profile: title: Profilo di esportazione - overview: Anteprima del profilo di esportazione - create: crea il profilo di esportazione edit: modificare il profilo di esportazione -export report: - overview: esportazione report import profile: title: Profilo di importazione - overview: Anteprima del profilo di importazione - create: crea un profilo di importazione edit: modificare il profilo di importazione -import report: - overview: rapporti di importazione pim_importexport: acl: export_profile: @@ -116,12 +108,6 @@ flash: removed: L'importazione è stata rimossa updated: L'importazione è stato caricata con successo running: L'importazione è in esecuzione -pim_menu: - item: - export_history: Cronologia esportazioni - export_profile: Profili di esportazione - import_history: Cronologia importazioni - import_profile: Profili di importazione General properties: Proprietà generali History: Cronologia pane.accordion: @@ -156,7 +142,6 @@ Warnings: Avvisi Summary: Riepilogo Start: Inizio End: Fine -set_attribute_requirements: Impostare gli attributi richiesti COMPLETED: Completato STARTING: In avvio STARTED: Avviato