@plone/volto 17.0.0-alpha.25 → 17.0.0-alpha.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +52 -5
- package/README.md +8 -7
- package/cypress/support/commands.js +12 -9
- package/cypress.config.js +1 -0
- package/locales/ca/LC_MESSAGES/volto.po +36 -15
- package/locales/ca.json +1 -1
- package/locales/de/LC_MESSAGES/volto.po +36 -15
- package/locales/de.json +1 -1
- package/locales/en/LC_MESSAGES/volto.po +35 -14
- package/locales/en.json +1 -1
- package/locales/es/LC_MESSAGES/volto.po +65 -44
- package/locales/es.json +1 -1
- package/locales/eu/LC_MESSAGES/volto.po +35 -14
- package/locales/eu.json +1 -1
- package/locales/fi/LC_MESSAGES/volto.po +35 -14
- package/locales/fi.json +1 -1
- package/locales/fr/LC_MESSAGES/volto.po +36 -15
- package/locales/fr.json +1 -1
- package/locales/it/LC_MESSAGES/volto.po +35 -14
- package/locales/it.json +1 -1
- package/locales/ja/LC_MESSAGES/volto.po +35 -14
- package/locales/ja.json +1 -1
- package/locales/nl/LC_MESSAGES/volto.po +36 -15
- package/locales/nl.json +1 -1
- package/locales/pt/LC_MESSAGES/volto.po +36 -15
- package/locales/pt.json +1 -1
- package/locales/pt_BR/LC_MESSAGES/volto.po +35 -14
- package/locales/pt_BR.json +1 -1
- package/locales/ro/LC_MESSAGES/volto.po +36 -15
- package/locales/ro.json +1 -1
- package/locales/volto.pot +35 -14
- package/locales/zh_CN/LC_MESSAGES/volto.po +36 -15
- package/locales/zh_CN.json +1 -1
- package/package.json +4 -4
- package/packages/volto-slate/package.json +1 -1
- package/packages/volto-slate/src/editor/render.jsx +2 -3
- package/src/actions/index.js +3 -0
- package/src/actions/navroot/navroot.js +16 -0
- package/src/actions/navroot/navroot.test.js +15 -0
- package/src/actions/site/site.js +16 -0
- package/src/actions/site/site.test.js +15 -0
- package/src/actions/userSession/userSession.js +17 -1
- package/src/components/manage/Blocks/Block/Settings.jsx +2 -0
- package/src/components/manage/Blocks/Block/Settings.test.jsx +90 -0
- package/src/components/manage/Blocks/Listing/withQuerystringResults.jsx +1 -1
- package/src/components/manage/Blocks/Search/hocs/withSearch.jsx +42 -25
- package/src/components/manage/Blocks/ToC/View.jsx +75 -13
- package/src/components/manage/Blocks/ToC/variations/DefaultTocRenderer.jsx +2 -12
- package/src/components/manage/Controlpanels/Groups/GroupsControlpanel.jsx +65 -38
- package/src/components/manage/Controlpanels/Rules/AddRule.jsx +1 -1
- package/src/components/manage/Controlpanels/Rules/EditRule.jsx +1 -1
- package/src/components/manage/Controlpanels/Users/RenderUsers.jsx +95 -5
- package/src/components/manage/Controlpanels/Users/UsersControlpanel.jsx +116 -103
- package/src/components/manage/Form/BlockDataForm.jsx +3 -2
- package/src/components/manage/Form/BlockDataForm.test.jsx +34 -2
- package/src/components/manage/LinksToItem/LinksToItem.test.jsx +4 -1
- package/src/components/manage/Messages/Messages.jsx +32 -99
- package/src/components/manage/Messages/Messages.test.jsx +0 -1
- package/src/components/manage/Sharing/Sharing.jsx +39 -16
- package/src/components/manage/UniversalLink/UniversalLink.jsx +4 -6
- package/src/components/manage/Widgets/ArrayWidget.jsx +3 -1
- package/src/components/manage/Widgets/ArrayWidget.test.jsx +45 -1
- package/src/components/manage/Widgets/RegistryImageWidget.jsx +210 -0
- package/src/components/manage/Widgets/RegistryImageWidget.test.jsx +91 -0
- package/src/components/manage/Widgets/SelectWidget.jsx +15 -1
- package/src/components/manage/Widgets/SelectWidget.test.jsx +45 -1
- package/src/components/theme/ContentMetadataTags/ContentMetadataTags.jsx +37 -3
- package/src/components/theme/Login/Login.jsx +159 -241
- package/src/components/theme/Logo/Logo.Multilingual.test.jsx +131 -1
- package/src/components/theme/Logo/Logo.jsx +35 -29
- package/src/components/theme/Logo/Logo.test.jsx +135 -1
- package/src/components/theme/Logout/Logout.jsx +1 -1
- package/src/components/theme/Navigation/Navigation.jsx +86 -171
- package/src/components/theme/SearchWidget/SearchWidget.jsx +15 -3
- package/src/components/theme/SearchWidget/SearchWidget.test.jsx +8 -0
- package/src/components/theme/View/View.jsx +2 -0
- package/src/config/ControlPanels.js +0 -1
- package/src/config/Widgets.jsx +2 -0
- package/src/config/index.js +15 -3
- package/src/constants/ActionTypes.js +3 -0
- package/src/express-middleware/images.js +1 -0
- package/src/helpers/MessageLabels/MessageLabels.js +26 -4
- package/src/helpers/Site/index.js +21 -0
- package/src/helpers/index.js +1 -0
- package/src/reducers/index.js +4 -0
- package/src/reducers/navroot/navroot.js +79 -0
- package/src/reducers/navroot/navroot.test.js +110 -0
- package/src/reducers/site/site.js +51 -0
- package/src/reducers/site/site.test.js +67 -0
- package/src/reducers/userSession/userSession.js +15 -1
- package/test-setup-config.js +1 -0
- package/theme/themes/pastanaga/elements/input.overrides +5 -1
- package/theme/themes/pastanaga/extras/login.less +3 -0
- package/webpack-plugins/webpack-less-plugin.js +19 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# Gettext Message File for Plone
|
|
2
2
|
# Translators:
|
|
3
|
-
# Leonardo J. Caballero G. <leonardocaballero@gmail.com>, 2019, 2022.
|
|
3
|
+
# Leonardo J. Caballero G. <leonardocaballero@gmail.com>, 2019, 2022, 2023.
|
|
4
4
|
# Mikel Larreategi <mlarreategi@codesyntax.com>, 2021, 2022.
|
|
5
5
|
msgid ""
|
|
6
6
|
msgstr ""
|
|
7
7
|
"Project-Id-Version: Plone\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
|
9
9
|
"POT-Creation-Date: 2019-12-03 03:20-0400\n"
|
|
10
|
-
"PO-Revision-Date: 2023-06-
|
|
10
|
+
"PO-Revision-Date: 2023-06-26 12:13-0400\n"
|
|
11
11
|
"Last-Translator: Leonardo J. Caballero G. <leonardocaballero@gmail.com>\n"
|
|
12
12
|
"Language: es\n"
|
|
13
13
|
"Language-Team: ES <LL@li.org>\n"
|
|
@@ -147,7 +147,7 @@ msgstr "Añadir bloque"
|
|
|
147
147
|
#: components/manage/Blocks/Container/NewBlockAddButton
|
|
148
148
|
# defaultMessage: Add block in position {index}
|
|
149
149
|
msgid "Add block in position {index}"
|
|
150
|
-
msgstr ""
|
|
150
|
+
msgstr "Añadir bloque en posición {index}"
|
|
151
151
|
|
|
152
152
|
#: helpers/MessageLabels/MessageLabels
|
|
153
153
|
# defaultMessage: Add block…
|
|
@@ -177,7 +177,7 @@ msgstr "Añadir fecha"
|
|
|
177
177
|
#: components/manage/Blocks/Container/SimpleContainerToolbar
|
|
178
178
|
# defaultMessage: Add element to container
|
|
179
179
|
msgid "Add element to container"
|
|
180
|
-
msgstr ""
|
|
180
|
+
msgstr "Añadir elemento al contenedor"
|
|
181
181
|
|
|
182
182
|
#: components/manage/Widgets/SchemaWidget
|
|
183
183
|
# defaultMessage: Add field
|
|
@@ -619,6 +619,7 @@ msgid "Choose Target"
|
|
|
619
619
|
msgstr "Seleccione destino"
|
|
620
620
|
|
|
621
621
|
#: components/manage/Widgets/FileWidget
|
|
622
|
+
#: components/manage/Widgets/RegistryImageWidget
|
|
622
623
|
# defaultMessage: Choose a file
|
|
623
624
|
msgid "Choose a file"
|
|
624
625
|
msgstr "Seleccionar Archivo"
|
|
@@ -744,7 +745,7 @@ msgstr "Elementos contenidos"
|
|
|
744
745
|
#: components/manage/Blocks/Container/SimpleContainerToolbar
|
|
745
746
|
# defaultMessage: Container settings
|
|
746
747
|
msgid "Container settings"
|
|
747
|
-
msgstr ""
|
|
748
|
+
msgstr "Ajustes del contenedor"
|
|
748
749
|
|
|
749
750
|
#: components/manage/Controlpanels/Controlpanels
|
|
750
751
|
# defaultMessage: Content
|
|
@@ -775,7 +776,7 @@ msgstr "Reglas de contenido de las carpetas principales"
|
|
|
775
776
|
#: components/manage/LinksToItem/LinksToItem
|
|
776
777
|
# defaultMessage: Content that links to or references {title}
|
|
777
778
|
msgid "Content that links to or references {title}"
|
|
778
|
-
msgstr ""
|
|
779
|
+
msgstr "Contenido que enlaza o hace referencia a {title}"
|
|
779
780
|
|
|
780
781
|
#: components/manage/Controlpanels/ContentTypes
|
|
781
782
|
# defaultMessage: Content type created
|
|
@@ -806,7 +807,7 @@ msgid "Copy"
|
|
|
806
807
|
msgstr "Copia"
|
|
807
808
|
|
|
808
809
|
#: helpers/MessageLabels/MessageLabels
|
|
809
|
-
# defaultMessage:
|
|
810
|
+
# defaultMessage: Copy blocks
|
|
810
811
|
msgid "Copy blocks"
|
|
811
812
|
msgstr "Copiar bloques"
|
|
812
813
|
|
|
@@ -879,7 +880,7 @@ msgid "Cut"
|
|
|
879
880
|
msgstr "Cortar"
|
|
880
881
|
|
|
881
882
|
#: helpers/MessageLabels/MessageLabels
|
|
882
|
-
# defaultMessage:
|
|
883
|
+
# defaultMessage: Cut blocks
|
|
883
884
|
msgid "Cut blocks"
|
|
884
885
|
msgstr "Cortar bloques"
|
|
885
886
|
|
|
@@ -986,7 +987,7 @@ msgid "Delete action"
|
|
|
986
987
|
msgstr "Eliminar acción"
|
|
987
988
|
|
|
988
989
|
#: helpers/MessageLabels/MessageLabels
|
|
989
|
-
# defaultMessage:
|
|
990
|
+
# defaultMessage: Delete blocks
|
|
990
991
|
msgid "Delete blocks"
|
|
991
992
|
msgstr "Eliminar bloques"
|
|
992
993
|
|
|
@@ -1120,16 +1121,19 @@ msgid "Drag and drop files from your computer onto this area or click the “Bro
|
|
|
1120
1121
|
msgstr "Arrastre y suelte los archivos desde su computador en esta área o haga clic al botón “Seleccionar”."
|
|
1121
1122
|
|
|
1122
1123
|
#: components/manage/Widgets/FileWidget
|
|
1124
|
+
#: components/manage/Widgets/RegistryImageWidget
|
|
1123
1125
|
# defaultMessage: Drop file here to replace the existing file
|
|
1124
1126
|
msgid "Drop file here to replace the existing file"
|
|
1125
1127
|
msgstr "Arrastre aquí el archivo para reemplazar el actual"
|
|
1126
1128
|
|
|
1127
1129
|
#: components/manage/Widgets/FileWidget
|
|
1130
|
+
#: components/manage/Widgets/RegistryImageWidget
|
|
1128
1131
|
# defaultMessage: Drop file here to upload a new file
|
|
1129
1132
|
msgid "Drop file here to upload a new file"
|
|
1130
1133
|
msgstr "Arrastre aquí el archivo para añadir un nuevo"
|
|
1131
1134
|
|
|
1132
1135
|
#: components/manage/Widgets/FileWidget
|
|
1136
|
+
#: components/manage/Widgets/RegistryImageWidget
|
|
1133
1137
|
# defaultMessage: Drop files here ...
|
|
1134
1138
|
msgid "Drop files here ..."
|
|
1135
1139
|
msgstr "Arrastrar archivos aquí..."
|
|
@@ -1153,6 +1157,7 @@ msgstr "La dirección de correo electrónico no coincide."
|
|
|
1153
1157
|
#: components/manage/Controlpanels/ContentTypesActions
|
|
1154
1158
|
#: components/manage/Controlpanels/ModerateComments
|
|
1155
1159
|
#: components/manage/Controlpanels/Rules/EditRule
|
|
1160
|
+
#: components/manage/Controlpanels/Users/RenderUsers
|
|
1156
1161
|
#: components/manage/Toolbar/Toolbar
|
|
1157
1162
|
#: components/manage/Widgets/FormFieldWrapper
|
|
1158
1163
|
#: components/manage/Widgets/ObjectBrowserWidget
|
|
@@ -1307,7 +1312,7 @@ msgstr "Introduzca su nombre de usuario para verificar."
|
|
|
1307
1312
|
#: components/manage/Blocks/ToC/Schema
|
|
1308
1313
|
# defaultMessage: Entries
|
|
1309
1314
|
msgid "Entries"
|
|
1310
|
-
msgstr ""
|
|
1315
|
+
msgstr "Entradas"
|
|
1311
1316
|
|
|
1312
1317
|
#: components/manage/Add/Add
|
|
1313
1318
|
#: components/manage/Controlpanels/AddonsControlpanel
|
|
@@ -1559,7 +1564,7 @@ msgstr "Bloque embebido de Google Maps"
|
|
|
1559
1564
|
#: components/manage/Blocks/Grid/schema
|
|
1560
1565
|
# defaultMessage: Grid
|
|
1561
1566
|
msgid "Grid"
|
|
1562
|
-
msgstr ""
|
|
1567
|
+
msgstr "Cuadrícula"
|
|
1563
1568
|
|
|
1564
1569
|
#: components/manage/Sharing/Sharing
|
|
1565
1570
|
# defaultMessage: Group
|
|
@@ -1634,7 +1639,7 @@ msgstr "Ocultar filtros"
|
|
|
1634
1639
|
#: components/manage/Blocks/ToC/Schema
|
|
1635
1640
|
# defaultMessage: Hide title
|
|
1636
1641
|
msgid "Hide title"
|
|
1637
|
-
msgstr ""
|
|
1642
|
+
msgstr "Ocultar título"
|
|
1638
1643
|
|
|
1639
1644
|
#: components/manage/History/History
|
|
1640
1645
|
#: components/manage/Toolbar/More
|
|
@@ -1818,6 +1823,11 @@ msgstr "Intervalo anual"
|
|
|
1818
1823
|
msgid "Invalid Block"
|
|
1819
1824
|
msgstr "Bloque no válido: se eliminará al guardar"
|
|
1820
1825
|
|
|
1826
|
+
#: helpers/MessageLabels/MessageLabels
|
|
1827
|
+
# defaultMessage: It is not allowed to define both the password and to request sending the password reset message by e-mail. You need to select one of them.
|
|
1828
|
+
msgid "It is not allowed to define both the password and to request sending the password reset message by e-mail. You need to select one of them."
|
|
1829
|
+
msgstr ""
|
|
1830
|
+
|
|
1821
1831
|
#: components/manage/Widgets/QuerystringWidget
|
|
1822
1832
|
# defaultMessage: Item batch size
|
|
1823
1833
|
msgid "Item batch size"
|
|
@@ -1945,7 +1955,7 @@ msgstr "Enlace"
|
|
|
1945
1955
|
#: helpers/MessageLabels/MessageLabels
|
|
1946
1956
|
# defaultMessage: Link copied to clipboard
|
|
1947
1957
|
msgid "Link copied to clipboard"
|
|
1948
|
-
msgstr ""
|
|
1958
|
+
msgstr "Enlace copiado al portapapeles"
|
|
1949
1959
|
|
|
1950
1960
|
#: components/manage/Blocks/HeroImageLeft/schema
|
|
1951
1961
|
#: components/manage/Blocks/Listing/schema
|
|
@@ -1961,7 +1971,7 @@ msgstr "Vista de redirección del enlace"
|
|
|
1961
1971
|
#: components/manage/Blocks/Image/schema
|
|
1962
1972
|
# defaultMessage: Link settings
|
|
1963
1973
|
msgid "Link settings"
|
|
1964
|
-
msgstr ""
|
|
1974
|
+
msgstr "Configuración de enlace"
|
|
1965
1975
|
|
|
1966
1976
|
#: components/manage/Blocks/HeroImageLeft/schema
|
|
1967
1977
|
#: components/manage/Blocks/Listing/schema
|
|
@@ -1985,13 +1995,13 @@ msgstr "Enlazar traducción de"
|
|
|
1985
1995
|
#: components/manage/LinksToItem/LinksToItem
|
|
1986
1996
|
# defaultMessage: Linking this item with hyperlink in text
|
|
1987
1997
|
msgid "Linking this item with hyperlink in text"
|
|
1988
|
-
msgstr ""
|
|
1998
|
+
msgstr "Vincular este elemento con un hipervínculo en el texto"
|
|
1989
1999
|
|
|
1990
2000
|
#: components/manage/LinksToItem/LinksToItem
|
|
1991
2001
|
#: components/manage/Toolbar/More
|
|
1992
2002
|
# defaultMessage: Links and references
|
|
1993
2003
|
msgid "Links and references"
|
|
1994
|
-
msgstr ""
|
|
2004
|
+
msgstr "Enlaces y referencias"
|
|
1995
2005
|
|
|
1996
2006
|
#: components/manage/Blocks/Listing/schema
|
|
1997
2007
|
# defaultMessage: Listing
|
|
@@ -2328,7 +2338,7 @@ msgstr "No se han seleccionado elementos"
|
|
|
2328
2338
|
#: components/manage/LinksToItem/LinksToItem
|
|
2329
2339
|
# defaultMessage: No links to this item found.
|
|
2330
2340
|
msgid "No links to this item found."
|
|
2331
|
-
msgstr ""
|
|
2341
|
+
msgstr "No se encontraron enlaces a este elemento."
|
|
2332
2342
|
|
|
2333
2343
|
#: components/manage/Blocks/Maps/MapsSidebar
|
|
2334
2344
|
# defaultMessage: No map selected
|
|
@@ -2456,7 +2466,7 @@ msgstr "Abrir buscador de objetos"
|
|
|
2456
2466
|
#: components/manage/Blocks/ToC/Schema
|
|
2457
2467
|
# defaultMessage: Ordered
|
|
2458
2468
|
msgid "Ordered"
|
|
2459
|
-
msgstr ""
|
|
2469
|
+
msgstr "Ordenado"
|
|
2460
2470
|
|
|
2461
2471
|
#: components/manage/Blocks/LeadImage/LeadImageSidebar
|
|
2462
2472
|
# defaultMessage: Origin
|
|
@@ -2466,7 +2476,7 @@ msgstr "Origen"
|
|
|
2466
2476
|
#: components/manage/LinksToItem/LinksToItem
|
|
2467
2477
|
# defaultMessage: Overview of relations of all content items
|
|
2468
2478
|
msgid "Overview of relations of all content items"
|
|
2469
|
-
msgstr ""
|
|
2479
|
+
msgstr "Descripción general de las relaciones de todos los elementos de contenido."
|
|
2470
2480
|
|
|
2471
2481
|
#: components/manage/Toolbar/Toolbar
|
|
2472
2482
|
# defaultMessage: Page
|
|
@@ -2502,7 +2512,7 @@ msgid "Paste"
|
|
|
2502
2512
|
msgstr "Pegar"
|
|
2503
2513
|
|
|
2504
2514
|
#: helpers/MessageLabels/MessageLabels
|
|
2505
|
-
# defaultMessage:
|
|
2515
|
+
# defaultMessage: Paste blocks
|
|
2506
2516
|
msgid "Paste blocks"
|
|
2507
2517
|
msgstr "Pegar bloques"
|
|
2508
2518
|
|
|
@@ -2593,11 +2603,6 @@ msgstr "Por favor, actualice a plone.restapi >= 8.39.0."
|
|
|
2593
2603
|
msgid "Plone Foundation"
|
|
2594
2604
|
msgstr "Fundación Plone"
|
|
2595
2605
|
|
|
2596
|
-
#: components/theme/Logo/Logo
|
|
2597
|
-
# defaultMessage: Plone Site
|
|
2598
|
-
msgid "Plone Site"
|
|
2599
|
-
msgstr "Sitio Plone"
|
|
2600
|
-
|
|
2601
2606
|
#: components/theme/Footer/Footer
|
|
2602
2607
|
# defaultMessage: Plone{reg} Open Source CMS/WCM
|
|
2603
2608
|
msgid "Plone{reg} Open Source CMS/WCM"
|
|
@@ -2720,12 +2725,12 @@ msgstr "Reducir complejidad"
|
|
|
2720
2725
|
#: components/manage/LinksToItem/LinksToItem
|
|
2721
2726
|
# defaultMessage: Referencing this item as related item
|
|
2722
2727
|
msgid "Referencing this item as related item"
|
|
2723
|
-
msgstr ""
|
|
2728
|
+
msgstr "Hacer referencia a este elemento como elemento relacionado"
|
|
2724
2729
|
|
|
2725
2730
|
#: components/manage/LinksToItem/LinksToItem
|
|
2726
2731
|
# defaultMessage: Referencing this item with {relationship}
|
|
2727
2732
|
msgid "Referencing this item with {relationship}"
|
|
2728
|
-
msgstr ""
|
|
2733
|
+
msgstr "Hacer referencia a este elemento con {relationship}"
|
|
2729
2734
|
|
|
2730
2735
|
#: components/theme/Anontools/Anontools
|
|
2731
2736
|
#: components/theme/Login/Login
|
|
@@ -2775,7 +2780,7 @@ msgstr "Eliminar"
|
|
|
2775
2780
|
#: components/manage/Blocks/Container/EditBlockWrapper
|
|
2776
2781
|
# defaultMessage: Remove element {index}
|
|
2777
2782
|
msgid "Remove element {index}"
|
|
2778
|
-
msgstr ""
|
|
2783
|
+
msgstr "Eliminar elemento {index}"
|
|
2779
2784
|
|
|
2780
2785
|
#: components/manage/Widgets/ObjectListWidget
|
|
2781
2786
|
# defaultMessage: Remove item
|
|
@@ -2839,6 +2844,7 @@ msgid "Repeat on"
|
|
|
2839
2844
|
msgstr "Repetir el"
|
|
2840
2845
|
|
|
2841
2846
|
#: components/manage/Widgets/FileWidget
|
|
2847
|
+
#: components/manage/Widgets/RegistryImageWidget
|
|
2842
2848
|
# defaultMessage: Replace existing file
|
|
2843
2849
|
msgid "Replace existing file"
|
|
2844
2850
|
msgstr "Sustituir el archivo actual"
|
|
@@ -2864,7 +2870,7 @@ msgstr "Un campo requerido esta sin tomar en cuenta."
|
|
|
2864
2870
|
#: components/manage/Blocks/Container/EditBlockWrapper
|
|
2865
2871
|
# defaultMessage: Reset element {index}
|
|
2866
2872
|
msgid "Reset element {index}"
|
|
2867
|
-
msgstr ""
|
|
2873
|
+
msgstr "Restablecer elemento {index}"
|
|
2868
2874
|
|
|
2869
2875
|
#: components/manage/Widgets/VocabularyTermsWidget
|
|
2870
2876
|
# defaultMessage: Reset title
|
|
@@ -3165,7 +3171,7 @@ msgstr "Enviar un correo de confirmación con un enlace para establecer la contr
|
|
|
3165
3171
|
#: components/theme/Error/ServerError
|
|
3166
3172
|
# defaultMessage: Server Error
|
|
3167
3173
|
msgid "Server Error"
|
|
3168
|
-
msgstr ""
|
|
3174
|
+
msgstr "Error del Servidor"
|
|
3169
3175
|
|
|
3170
3176
|
#: components/theme/PasswordReset/PasswordReset
|
|
3171
3177
|
# defaultMessage: Set my password
|
|
@@ -3281,11 +3287,6 @@ msgstr "Contraer barra de herramientas"
|
|
|
3281
3287
|
msgid "Sign in to start session"
|
|
3282
3288
|
msgstr "Acceda para iniciar sesión"
|
|
3283
3289
|
|
|
3284
|
-
#: components/theme/Logo/Logo
|
|
3285
|
-
# defaultMessage: Site
|
|
3286
|
-
msgid "Site"
|
|
3287
|
-
msgstr "Sitio"
|
|
3288
|
-
|
|
3289
3290
|
#: components/theme/NotFound/NotFound
|
|
3290
3291
|
#: components/theme/Unauthorized/Unauthorized
|
|
3291
3292
|
# defaultMessage: Site Administration
|
|
@@ -3403,7 +3404,7 @@ msgstr "Estado"
|
|
|
3403
3404
|
#: components/manage/Blocks/ToC/Schema
|
|
3404
3405
|
# defaultMessage: Sticky
|
|
3405
3406
|
msgid "Sticky"
|
|
3406
|
-
msgstr ""
|
|
3407
|
+
msgstr "Fija"
|
|
3407
3408
|
|
|
3408
3409
|
#: components/manage/Multilingual/CompareLanguages
|
|
3409
3410
|
# defaultMessage: Stop compare
|
|
@@ -3627,6 +3628,16 @@ msgstr "La copia de trabajo se ha descartado"
|
|
|
3627
3628
|
msgid "The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends."
|
|
3628
3629
|
msgstr "El {plonecms} es {copyright} 2000-{current_year} por la {plonefoundation} y amigos."
|
|
3629
3630
|
|
|
3631
|
+
#: helpers/MessageLabels/MessageLabels
|
|
3632
|
+
# defaultMessage: There are no groups with the searched criteria
|
|
3633
|
+
msgid "There are no groups with the searched criteria"
|
|
3634
|
+
msgstr ""
|
|
3635
|
+
|
|
3636
|
+
#: helpers/MessageLabels/MessageLabels
|
|
3637
|
+
# defaultMessage: There are no users with the searched criteria
|
|
3638
|
+
msgid "There are no users with the searched criteria"
|
|
3639
|
+
msgstr ""
|
|
3640
|
+
|
|
3630
3641
|
#: components/theme/CorsError/CorsError
|
|
3631
3642
|
# defaultMessage: There is a configuration problem on the backend
|
|
3632
3643
|
msgid "There is a configuration problem on the backend"
|
|
@@ -3912,6 +3923,11 @@ msgstr "Desordenadas"
|
|
|
3912
3923
|
msgid "Update"
|
|
3913
3924
|
msgstr "Actualizar"
|
|
3914
3925
|
|
|
3926
|
+
#: helpers/MessageLabels/MessageLabels
|
|
3927
|
+
# defaultMessage: Update User
|
|
3928
|
+
msgid "Update User"
|
|
3929
|
+
msgstr ""
|
|
3930
|
+
|
|
3915
3931
|
#: components/manage/Controlpanels/AddonsControlpanel
|
|
3916
3932
|
# defaultMessage: Update installed addons
|
|
3917
3933
|
msgid "Update installed addons"
|
|
@@ -4027,6 +4043,11 @@ msgstr "Nombre de usuario"
|
|
|
4027
4043
|
msgid "User roles updated"
|
|
4028
4044
|
msgstr "Roles de usuario actualizados"
|
|
4029
4045
|
|
|
4046
|
+
#: helpers/MessageLabels/MessageLabels
|
|
4047
|
+
# defaultMessage: User updated successfuly
|
|
4048
|
+
msgid "User updated successfuly"
|
|
4049
|
+
msgstr ""
|
|
4050
|
+
|
|
4030
4051
|
#: helpers/MessageLabels/MessageLabels
|
|
4031
4052
|
# defaultMessage: Username
|
|
4032
4053
|
msgid "Username"
|
|
@@ -4129,7 +4150,7 @@ msgstr "Disculpe las molestias, la página a la que está intentando acceder no
|
|
|
4129
4150
|
#: components/theme/Error/ServerError
|
|
4130
4151
|
# defaultMessage: We apologize for the inconvenience, but there was an unexpected error on the server.
|
|
4131
4152
|
msgid "We apologize for the inconvenience, but there was an unexpected error on the server."
|
|
4132
|
-
msgstr ""
|
|
4153
|
+
msgstr "Disculpe las molestias, pero se ha producido un error inesperado en el servidor."
|
|
4133
4154
|
|
|
4134
4155
|
#: components/theme/Forbidden/Forbidden
|
|
4135
4156
|
# defaultMessage: We apologize for the inconvenience, but you don't have permissions on this resource.
|
|
@@ -4328,12 +4349,12 @@ msgstr "Casilla de verificación"
|
|
|
4328
4349
|
#: components/manage/Blocks/Grid/templates
|
|
4329
4350
|
# defaultMessage: column
|
|
4330
4351
|
msgid "column"
|
|
4331
|
-
msgstr ""
|
|
4352
|
+
msgstr "columna"
|
|
4332
4353
|
|
|
4333
4354
|
#: components/manage/Blocks/Grid/templates
|
|
4334
4355
|
# defaultMessage: columns
|
|
4335
4356
|
msgid "columns"
|
|
4336
|
-
msgstr ""
|
|
4357
|
+
msgstr "columnas"
|
|
4337
4358
|
|
|
4338
4359
|
#: config/Blocks
|
|
4339
4360
|
# defaultMessage: Common
|
|
@@ -4348,7 +4369,7 @@ msgstr "Comparar con el idioma"
|
|
|
4348
4369
|
#: components/manage/Controlpanels/Relations/BrokenRelations
|
|
4349
4370
|
# defaultMessage: {countofrelation} broken {countofrelation, plural, one {relation} other {relations}} of type {typeofrelation}
|
|
4350
4371
|
msgid "countBrokenRelations"
|
|
4351
|
-
msgstr ""
|
|
4372
|
+
msgstr "{countofrelation} roto {countofrelation, plural, one {relation} other {relations}} de tipo {typeofrelation}"
|
|
4352
4373
|
|
|
4353
4374
|
#: config/Blocks
|
|
4354
4375
|
# defaultMessage: Date Range
|
|
@@ -4443,7 +4464,7 @@ msgstr "vaciar intIds y reconstruir relaciones"
|
|
|
4443
4464
|
#: helpers/MessageLabels/MessageLabels
|
|
4444
4465
|
# defaultMessage: <ul><li>Regenerate intIds (tokens of relations in relation catalog)</li><li>Rebuild relations</li></ul><p>Check the log for details!</p><p><b>Warning</b>: If you have add-ons relying on intIds, you should not flush them.</p>
|
|
4445
4466
|
msgid "flushAndRebuildRelationsHints"
|
|
4446
|
-
msgstr ""
|
|
4467
|
+
msgstr "<ul><li>Regenerar intIds (tokens de relaciones en el catálogo de relaciones)</li><li>Reconstruir relaciones</li></ul><p>¡Consulte el registro para obtener más detalles!</p><p><b>Advertencia</b>: Si tiene complementos que dependen de intIds, no debería eliminarlos.</p>"
|
|
4447
4468
|
|
|
4448
4469
|
#: components/manage/Blocks/Teaser/schema
|
|
4449
4470
|
# defaultMessage: Head title
|
|
@@ -4473,12 +4494,12 @@ msgstr "Imagen"
|
|
|
4473
4494
|
#: components/manage/Blocks/Image/ImageSidebar
|
|
4474
4495
|
# defaultMessage: Clear image
|
|
4475
4496
|
msgid "image_block_clear"
|
|
4476
|
-
msgstr ""
|
|
4497
|
+
msgstr "Limpiar imagen"
|
|
4477
4498
|
|
|
4478
4499
|
#: components/manage/Blocks/Image/ImageSidebar
|
|
4479
4500
|
# defaultMessage: Image preview
|
|
4480
4501
|
msgid "image_block_preview"
|
|
4481
|
-
msgstr ""
|
|
4502
|
+
msgstr "Vista previa de la imagen"
|
|
4482
4503
|
|
|
4483
4504
|
#: helpers/MessageLabels/MessageLabels
|
|
4484
4505
|
# defaultMessage: Input must be integer
|
|
@@ -4647,7 +4668,7 @@ msgstr "a las"
|
|
|
4647
4668
|
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4648
4669
|
# defaultMessage: [month] [day], [year]
|
|
4649
4670
|
msgid "rrule_dateFormat"
|
|
4650
|
-
msgstr "
|
|
4671
|
+
msgstr "[day]/[month]/[year]"
|
|
4651
4672
|
|
|
4652
4673
|
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4653
4674
|
# defaultMessage: day
|