@plone/volto 16.0.0-alpha.5 → 16.0.0-alpha.6
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/CHANGELOG.md +22 -1
- package/locales/ca/LC_MESSAGES/volto.po +1 -1
- package/locales/de/LC_MESSAGES/volto.po +1 -1
- package/locales/en/LC_MESSAGES/volto.po +1 -1
- package/locales/es/LC_MESSAGES/volto.po +1 -1
- package/locales/eu/LC_MESSAGES/volto.po +1 -1
- package/locales/fr/LC_MESSAGES/volto.po +1 -1
- package/locales/it/LC_MESSAGES/volto.po +1 -1
- package/locales/ja/LC_MESSAGES/volto.po +1 -1
- package/locales/nl/LC_MESSAGES/volto.po +1 -1
- package/locales/pt/LC_MESSAGES/volto.po +1 -1
- package/locales/pt_BR/LC_MESSAGES/volto.po +66 -66
- package/locales/pt_BR.json +1 -1
- package/locales/ro/LC_MESSAGES/volto.po +1 -1
- package/locales/volto.pot +2 -2
- package/package.json +1 -1
- package/src/components/manage/Blocks/Block/Edit.jsx +5 -8
- package/src/components/manage/Blocks/Block/StylesSchema.jsx +3 -3
- package/src/components/manage/Widgets/{ColorPicker.jsx → ColorPickerWidget.jsx} +8 -0
- package/src/components/manage/Widgets/ColorPickerWidget.test.jsx +68 -0
- package/src/components/manage/Widgets/TokenWidget.jsx +18 -0
- package/src/config/Widgets.jsx +1 -1
- package/src/express-middleware/files.js +10 -3
- package/src/helpers/Blocks/Blocks.js +1 -1
- package/src/helpers/Proxy/Proxy.js +9 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 16.0.0-alpha.6 (2022-05-31)
|
|
4
|
+
|
|
5
|
+
### Breaking
|
|
6
|
+
|
|
7
|
+
- Rename `src/components/manage/Widgets/ColorPicker.jsx` component to `src/components/manage/Widgets/ColorPickerWidget.jsx` @sneridagh
|
|
8
|
+
- Remove the style wrapper around the `<Block />` component in Edit mode, moved to the main edit wrapper @sneridagh
|
|
9
|
+
|
|
10
|
+
### Feature
|
|
11
|
+
|
|
12
|
+
- Updated Brazilian Portuguese translation @ericof
|
|
13
|
+
- Forward `HTTP Range` headers to the backend. @mamico
|
|
14
|
+
- Add default value to color picker, if `default` is present in the widget schema. @sneridagh
|
|
15
|
+
- Inject the classnames of the StyleWrapper into the main edit wrapper (it was wrapping directly the Edit component before). This way, the flexibility is bigger and you can act upon the whole edit container and artifacts (handlers, etc) @sneridagh
|
|
16
|
+
|
|
17
|
+
### Bugfix
|
|
18
|
+
|
|
19
|
+
- fix TokenWidget choices when editing a recently created content. @giuliaghisini
|
|
20
|
+
- Fix color picker defaults implementation #2 @sneridagh
|
|
21
|
+
- Enable default color in `backgroundColor` default StyleWrapper field which wasn't sync with the default value setting @sneridagh
|
|
22
|
+
- Fix Block style wrapper: Cannot read properties of undefined (reading 'toString') @avoinea #3410
|
|
23
|
+
|
|
3
24
|
## 16.0.0-alpha.5 (2022-05-25)
|
|
4
25
|
|
|
5
26
|
### Bugfix
|
|
@@ -17,7 +38,7 @@
|
|
|
17
38
|
|
|
18
39
|
- Added viewableInBrowserObjects setting to use in alternative to downloadableObjects, if you want to view file in browser intstead downloading. @giuliaghisini
|
|
19
40
|
- Disable already chosen criteria in querystring widget @kreafox
|
|
20
|
-
- Added X-Forwarded
|
|
41
|
+
- Added X-Forwarded-\* headers to superagent requests. @mamico
|
|
21
42
|
|
|
22
43
|
### Bugfix
|
|
23
44
|
|
|
@@ -454,7 +454,7 @@ msgid "Collection"
|
|
|
454
454
|
msgstr "Col·lecció"
|
|
455
455
|
|
|
456
456
|
#: components/manage/Blocks/Block/StylesSchema
|
|
457
|
-
#: components/manage/Widgets/
|
|
457
|
+
#: components/manage/Widgets/ColorPickerWidget
|
|
458
458
|
# defaultMessage: Color
|
|
459
459
|
msgid "Color"
|
|
460
460
|
msgstr ""
|
|
@@ -460,7 +460,7 @@ msgid "Collection"
|
|
|
460
460
|
msgstr "Kollektion"
|
|
461
461
|
|
|
462
462
|
#: components/manage/Blocks/Block/StylesSchema
|
|
463
|
-
#: components/manage/Widgets/
|
|
463
|
+
#: components/manage/Widgets/ColorPickerWidget
|
|
464
464
|
# defaultMessage: Color
|
|
465
465
|
msgid "Color"
|
|
466
466
|
msgstr ""
|
|
@@ -455,7 +455,7 @@ msgid "Collection"
|
|
|
455
455
|
msgstr "Colección"
|
|
456
456
|
|
|
457
457
|
#: components/manage/Blocks/Block/StylesSchema
|
|
458
|
-
#: components/manage/Widgets/
|
|
458
|
+
#: components/manage/Widgets/ColorPickerWidget
|
|
459
459
|
# defaultMessage: Color
|
|
460
460
|
msgid "Color"
|
|
461
461
|
msgstr ""
|
|
@@ -462,7 +462,7 @@ msgid "Collection"
|
|
|
462
462
|
msgstr "Collection"
|
|
463
463
|
|
|
464
464
|
#: components/manage/Blocks/Block/StylesSchema
|
|
465
|
-
#: components/manage/Widgets/
|
|
465
|
+
#: components/manage/Widgets/ColorPickerWidget
|
|
466
466
|
# defaultMessage: Color
|
|
467
467
|
msgid "Color"
|
|
468
468
|
msgstr ""
|
|
@@ -445,7 +445,7 @@ msgid "Collection"
|
|
|
445
445
|
msgstr "Collezione"
|
|
446
446
|
|
|
447
447
|
#: components/manage/Blocks/Block/StylesSchema
|
|
448
|
-
#: components/manage/Widgets/
|
|
448
|
+
#: components/manage/Widgets/ColorPickerWidget
|
|
449
449
|
# defaultMessage: Color
|
|
450
450
|
msgid "Color"
|
|
451
451
|
msgstr ""
|
|
@@ -7,8 +7,8 @@ msgstr ""
|
|
|
7
7
|
"Project-Id-Version: Plone\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
|
9
9
|
"POT-Creation-Date: 2017-04-27T19:30:59.079Z\n"
|
|
10
|
-
"PO-Revision-Date:
|
|
11
|
-
"Last-Translator: Érico Andrei <ericof@plone.org
|
|
10
|
+
"PO-Revision-Date: 2022-05-23 12:42-0300\n"
|
|
11
|
+
"Last-Translator: Érico Andrei <ericof@plone.org>\n"
|
|
12
12
|
"Language: pt_BR\n"
|
|
13
13
|
"Language-Team: Portuguese (https://www.transifex.com/plone/teams/14552/pt/)\n"
|
|
14
14
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -19,7 +19,7 @@ msgstr ""
|
|
|
19
19
|
"Language-Name: Português do Brasil\n"
|
|
20
20
|
"Preferred-Encodings: utf-8\n"
|
|
21
21
|
"Domain: volto\n"
|
|
22
|
-
"X-Generator: Poedit 3.0\n"
|
|
22
|
+
"X-Generator: Poedit 3.0.1\n"
|
|
23
23
|
|
|
24
24
|
#: components/manage/Blocks/HTML/Edit
|
|
25
25
|
# defaultMessage: <p>Add some HTML here</p>
|
|
@@ -71,7 +71,7 @@ msgstr "Adicionar"
|
|
|
71
71
|
#: components/manage/Widgets/ObjectListWidget
|
|
72
72
|
# defaultMessage: Add
|
|
73
73
|
msgid "Add (object list)"
|
|
74
|
-
msgstr ""
|
|
74
|
+
msgstr "Adicionar"
|
|
75
75
|
|
|
76
76
|
#: components/manage/Controlpanels/AddonsControlpanel
|
|
77
77
|
# defaultMessage: To make new add-ons show up here, add them to your buildout configuration, run buildout, and restart the server process. For detailed instructions see
|
|
@@ -201,12 +201,12 @@ msgstr "Descrição Alt"
|
|
|
201
201
|
#: components/manage/Blocks/Image/ImageSidebar
|
|
202
202
|
# defaultMessage: Leave empty if the image is purely decorative.
|
|
203
203
|
msgid "Alt text hint"
|
|
204
|
-
msgstr ""
|
|
204
|
+
msgstr "Deixe em branco se a imagem for puramente decorativa."
|
|
205
205
|
|
|
206
206
|
#: components/manage/Blocks/Image/ImageSidebar
|
|
207
207
|
# defaultMessage: Describe the purpose of the image.
|
|
208
208
|
msgid "Alt text hint link text"
|
|
209
|
-
msgstr ""
|
|
209
|
+
msgstr "Descreve o propósito da imagem."
|
|
210
210
|
|
|
211
211
|
#: components/manage/Toolbar/More
|
|
212
212
|
# defaultMessage: Apply working copy
|
|
@@ -262,7 +262,7 @@ msgstr "Voltar"
|
|
|
262
262
|
#: components/manage/Blocks/Block/StylesSchema
|
|
263
263
|
# defaultMessage: Background color
|
|
264
264
|
msgid "Background color"
|
|
265
|
-
msgstr ""
|
|
265
|
+
msgstr "Cor de fundo"
|
|
266
266
|
|
|
267
267
|
#: components/manage/Diff/Diff
|
|
268
268
|
# defaultMessage: Base
|
|
@@ -272,7 +272,7 @@ msgstr "Base"
|
|
|
272
272
|
#: components/manage/Blocks/Search/schema
|
|
273
273
|
# defaultMessage: Base search query
|
|
274
274
|
msgid "Base search query"
|
|
275
|
-
msgstr ""
|
|
275
|
+
msgstr "Base da consulta para busca"
|
|
276
276
|
|
|
277
277
|
#: components/manage/Sidebar/Sidebar
|
|
278
278
|
# defaultMessage: Block
|
|
@@ -422,7 +422,7 @@ msgstr "Limpar"
|
|
|
422
422
|
#: components/manage/Blocks/Search/components/FilterList
|
|
423
423
|
# defaultMessage: Clear filters
|
|
424
424
|
msgid "Clear filters"
|
|
425
|
-
msgstr ""
|
|
425
|
+
msgstr "Limpar filtros"
|
|
426
426
|
|
|
427
427
|
#: components/theme/View/ImageView
|
|
428
428
|
# defaultMessage: Click to download full sized image
|
|
@@ -455,10 +455,10 @@ msgid "Collection"
|
|
|
455
455
|
msgstr "Coleção"
|
|
456
456
|
|
|
457
457
|
#: components/manage/Blocks/Block/StylesSchema
|
|
458
|
-
#: components/manage/Widgets/
|
|
458
|
+
#: components/manage/Widgets/ColorPickerWidget
|
|
459
459
|
# defaultMessage: Color
|
|
460
460
|
msgid "Color"
|
|
461
|
-
msgstr ""
|
|
461
|
+
msgstr "Cor"
|
|
462
462
|
|
|
463
463
|
#: components/manage/Controlpanels/ModerateComments
|
|
464
464
|
#: components/theme/Comments/CommentEditModal
|
|
@@ -527,7 +527,7 @@ msgstr "Conteúdo"
|
|
|
527
527
|
#: components/manage/Blocks/Search/schema
|
|
528
528
|
# defaultMessage: Controls
|
|
529
529
|
msgid "Controls"
|
|
530
|
-
msgstr ""
|
|
530
|
+
msgstr "Controles"
|
|
531
531
|
|
|
532
532
|
#: components/manage/Actions/Actions
|
|
533
533
|
#: components/manage/Contents/Contents
|
|
@@ -585,7 +585,7 @@ msgstr "Critérios"
|
|
|
585
585
|
#: components/manage/Blocks/Search/components/FilterList
|
|
586
586
|
# defaultMessage: Current filters applied
|
|
587
587
|
msgid "Current filters applied"
|
|
588
|
-
msgstr ""
|
|
588
|
+
msgstr "Filtros atualmente aplicados"
|
|
589
589
|
|
|
590
590
|
#: components/manage/Preferences/ChangePassword
|
|
591
591
|
# defaultMessage: Current password
|
|
@@ -781,7 +781,7 @@ msgstr "Documento"
|
|
|
781
781
|
#: components/theme/EventDetails/EventDetails
|
|
782
782
|
# defaultMessage: Download Event
|
|
783
783
|
msgid "Download Event"
|
|
784
|
-
msgstr ""
|
|
784
|
+
msgstr "Baixar evento"
|
|
785
785
|
|
|
786
786
|
#: components/manage/Contents/ContentsUploadModal
|
|
787
787
|
# defaultMessage: Drag and drop files from your computer onto this area or click the “Browse” button.
|
|
@@ -925,7 +925,7 @@ msgstr "Digite sua senha atual."
|
|
|
925
925
|
#: components/theme/PasswordReset/PasswordReset
|
|
926
926
|
# defaultMessage: Enter your email for verification.
|
|
927
927
|
msgid "Enter your email for verification."
|
|
928
|
-
msgstr ""
|
|
928
|
+
msgstr "Informe seu e-mail para verificação."
|
|
929
929
|
|
|
930
930
|
#: components/manage/Preferences/ChangePassword
|
|
931
931
|
#: components/theme/PasswordReset/PasswordReset
|
|
@@ -936,7 +936,7 @@ msgstr "Digite sua nova senha. Mínimo de 5 caracteres."
|
|
|
936
936
|
#: components/theme/PasswordReset/PasswordReset
|
|
937
937
|
# defaultMessage: Enter your username for verification.
|
|
938
938
|
msgid "Enter your username for verification."
|
|
939
|
-
msgstr ""
|
|
939
|
+
msgstr "Informe seu nome de usuário para verificação."
|
|
940
940
|
|
|
941
941
|
#: components/manage/Add/Add
|
|
942
942
|
#: components/manage/Controlpanels/ContentTypeSchema
|
|
@@ -994,37 +994,37 @@ msgstr "URL externa"
|
|
|
994
994
|
#: components/manage/Blocks/Search/schema
|
|
995
995
|
# defaultMessage: Facet
|
|
996
996
|
msgid "Facet"
|
|
997
|
-
msgstr ""
|
|
997
|
+
msgstr "Faceta"
|
|
998
998
|
|
|
999
999
|
#: components/manage/Blocks/Search/schema
|
|
1000
1000
|
# defaultMessage: Facet widget
|
|
1001
1001
|
msgid "Facet widget"
|
|
1002
|
-
msgstr ""
|
|
1002
|
+
msgstr "Widget faceta"
|
|
1003
1003
|
|
|
1004
1004
|
#: components/manage/Blocks/Search/schema
|
|
1005
1005
|
# defaultMessage: Facets
|
|
1006
1006
|
msgid "Facets"
|
|
1007
|
-
msgstr ""
|
|
1007
|
+
msgstr "Facetas"
|
|
1008
1008
|
|
|
1009
1009
|
#: config/Blocks
|
|
1010
1010
|
# defaultMessage: Facets on left side
|
|
1011
1011
|
msgid "Facets on left side"
|
|
1012
|
-
msgstr ""
|
|
1012
|
+
msgstr "Facetas no lado esquerdo"
|
|
1013
1013
|
|
|
1014
1014
|
#: config/Blocks
|
|
1015
1015
|
# defaultMessage: Facets on right side
|
|
1016
1016
|
msgid "Facets on right side"
|
|
1017
|
-
msgstr ""
|
|
1017
|
+
msgstr "Facetas no lado direito"
|
|
1018
1018
|
|
|
1019
1019
|
#: config/Blocks
|
|
1020
1020
|
# defaultMessage: Facets on top
|
|
1021
1021
|
msgid "Facets on top"
|
|
1022
|
-
msgstr ""
|
|
1022
|
+
msgstr "Facetas no topo"
|
|
1023
1023
|
|
|
1024
1024
|
#: components/manage/Blocks/Search/schema
|
|
1025
1025
|
# defaultMessage: Field
|
|
1026
1026
|
msgid "Field"
|
|
1027
|
-
msgstr ""
|
|
1027
|
+
msgstr "Campo"
|
|
1028
1028
|
|
|
1029
1029
|
#: components/manage/Toolbar/Toolbar
|
|
1030
1030
|
# defaultMessage: File
|
|
@@ -1126,7 +1126,7 @@ msgstr "Grupo criado"
|
|
|
1126
1126
|
#: helpers/MessageLabels/MessageLabels
|
|
1127
1127
|
# defaultMessage: Group roles updated
|
|
1128
1128
|
msgid "Group roles updated"
|
|
1129
|
-
msgstr ""
|
|
1129
|
+
msgstr "Papéis do grupo atualizados"
|
|
1130
1130
|
|
|
1131
1131
|
#: components/manage/Controlpanels/Groups/GroupsControlpanel
|
|
1132
1132
|
#: helpers/MessageLabels/MessageLabels
|
|
@@ -1144,7 +1144,7 @@ msgstr "Grupos"
|
|
|
1144
1144
|
#: components/manage/Controlpanels/Groups/GroupsControlpanel
|
|
1145
1145
|
# defaultMessage: Groups are logical collections of users, such as departments and business units. Groups are not directly related to permissions on a global level, you normally use Roles for that - and let certain Groups have a particular role. The symbol{plone_svg}indicates a role inherited from membership in another group.
|
|
1146
1146
|
msgid "Groups are logical collections of users, such as departments and business units. Groups are not directly related to permissions on a global level, you normally use Roles for that - and let certain Groups have a particular role. The symbol{plone_svg}indicates a role inherited from membership in another group."
|
|
1147
|
-
msgstr ""
|
|
1147
|
+
msgstr "Grupos são coleções lógicas de usuários, como departamentos e unidades de negócios. Os grupos não estão diretamente relacionados com permissões em nível global, você normalmente usa Funções para isso - e permite que certos Grupos tenham um papel particular. O símbolo{plone_svg}dica um papel herdado da adesão a outro grupo."
|
|
1148
1148
|
|
|
1149
1149
|
#: components/manage/Blocks/Table/Edit
|
|
1150
1150
|
# defaultMessage: Header cell
|
|
@@ -1154,12 +1154,12 @@ msgstr "Célula de cabeçalho"
|
|
|
1154
1154
|
#: components/manage/Blocks/Search/schema
|
|
1155
1155
|
# defaultMessage: Headline
|
|
1156
1156
|
msgid "Headline"
|
|
1157
|
-
msgstr ""
|
|
1157
|
+
msgstr "Título"
|
|
1158
1158
|
|
|
1159
1159
|
#: components/manage/Blocks/Search/schema
|
|
1160
1160
|
# defaultMessage: Hidden facets will still filter the results if proper parameters are passed in URLs
|
|
1161
1161
|
msgid "Hidden facets will still filter the results if proper parameters are passed in URLs"
|
|
1162
|
-
msgstr ""
|
|
1162
|
+
msgstr "Facetas ocultas ainda filtrarão os resultados se parâmetros adequados forem passados em URLs"
|
|
1163
1163
|
|
|
1164
1164
|
#: components/theme/Comments/Comments
|
|
1165
1165
|
# defaultMessage: Hide Replies
|
|
@@ -1169,7 +1169,7 @@ msgstr "Ocultar respostas"
|
|
|
1169
1169
|
#: components/manage/Blocks/Search/schema
|
|
1170
1170
|
# defaultMessage: Hide facet?
|
|
1171
1171
|
msgid "Hide facet?"
|
|
1172
|
-
msgstr ""
|
|
1172
|
+
msgstr "Ocultar faceta?"
|
|
1173
1173
|
|
|
1174
1174
|
#: components/manage/History/History
|
|
1175
1175
|
#: components/manage/Toolbar/More
|
|
@@ -1180,7 +1180,7 @@ msgstr "Histórico"
|
|
|
1180
1180
|
#: components/manage/History/History
|
|
1181
1181
|
# defaultMessage: #
|
|
1182
1182
|
msgid "History Version Number"
|
|
1183
|
-
msgstr ""
|
|
1183
|
+
msgstr "Número da versão"
|
|
1184
1184
|
|
|
1185
1185
|
#: components/manage/History/History
|
|
1186
1186
|
# defaultMessage: History of {title}
|
|
@@ -1217,7 +1217,7 @@ msgstr "Se essa data for no futuro, o conteúdo não aparecerá em listagens e p
|
|
|
1217
1217
|
#: components/manage/LockingToastsFactory/LockingToastsFactory
|
|
1218
1218
|
# defaultMessage: If you are certain this user has abandoned the object, you may unlock the object. You will then be able to edit it.
|
|
1219
1219
|
msgid "If you are certain this user has abandoned the object, you may unlock the object. You will then be able to edit it."
|
|
1220
|
-
msgstr ""
|
|
1220
|
+
msgstr "Se você tiver certeza de que este usuário abandonou o objeto, você pode desbloquear o objeto. Em seguida, você poderá editá-lo."
|
|
1221
1221
|
|
|
1222
1222
|
#: components/theme/NotFound/NotFound
|
|
1223
1223
|
#: components/theme/Unauthorized/Unauthorized
|
|
@@ -1235,7 +1235,7 @@ msgstr "Imagem"
|
|
|
1235
1235
|
#: config/Blocks
|
|
1236
1236
|
# defaultMessage: Image gallery
|
|
1237
1237
|
msgid "Image gallery"
|
|
1238
|
-
msgstr ""
|
|
1238
|
+
msgstr "Galeria de imagem"
|
|
1239
1239
|
|
|
1240
1240
|
#: components/manage/Widgets/RecurrenceWidget/Occurences
|
|
1241
1241
|
# defaultMessage: Include this occurence
|
|
@@ -1365,7 +1365,7 @@ msgstr "Os itens devem ser únicos."
|
|
|
1365
1365
|
#: components/manage/Blocks/Search/schema
|
|
1366
1366
|
# defaultMessage: Label
|
|
1367
1367
|
msgid "Label"
|
|
1368
|
-
msgstr ""
|
|
1368
|
+
msgstr "Rótulo"
|
|
1369
1369
|
|
|
1370
1370
|
#: components/manage/Preferences/PersonalPreferences
|
|
1371
1371
|
# defaultMessage: Language
|
|
@@ -1375,7 +1375,7 @@ msgstr "Idioma"
|
|
|
1375
1375
|
#: components/manage/Widgets/FormFieldWrapper
|
|
1376
1376
|
# defaultMessage: Language independent field.
|
|
1377
1377
|
msgid "Language independent field."
|
|
1378
|
-
msgstr ""
|
|
1378
|
+
msgstr "Campo independente da linguagem."
|
|
1379
1379
|
|
|
1380
1380
|
#: components/manage/Widgets/RecurrenceWidget/WeekdayOfTheMonthIndexField
|
|
1381
1381
|
# defaultMessage: Last
|
|
@@ -1597,12 +1597,12 @@ msgstr "Mover para o topo da pasta"
|
|
|
1597
1597
|
#: components/manage/Blocks/Search/schema
|
|
1598
1598
|
# defaultMessage: Multiple choices?
|
|
1599
1599
|
msgid "Multiple choices?"
|
|
1600
|
-
msgstr ""
|
|
1600
|
+
msgstr "Múltipla escolha?"
|
|
1601
1601
|
|
|
1602
1602
|
#: components/theme/PasswordReset/PasswordReset
|
|
1603
1603
|
# defaultMessage: My email is
|
|
1604
1604
|
msgid "My email is"
|
|
1605
|
-
msgstr ""
|
|
1605
|
+
msgstr "Meu e-mail é"
|
|
1606
1606
|
|
|
1607
1607
|
#: components/theme/PasswordReset/PasswordReset
|
|
1608
1608
|
# defaultMessage: My username is
|
|
@@ -1645,7 +1645,7 @@ msgstr "Não"
|
|
|
1645
1645
|
#: components/manage/Controlpanels/VersionOverview
|
|
1646
1646
|
# defaultMessage: No addons found
|
|
1647
1647
|
msgid "No addons found"
|
|
1648
|
-
msgstr ""
|
|
1648
|
+
msgstr "Nenhum complemento encontrado"
|
|
1649
1649
|
|
|
1650
1650
|
#: components/manage/Blocks/Image/ImageSidebar
|
|
1651
1651
|
# defaultMessage: No image selected
|
|
@@ -1740,7 +1740,7 @@ msgstr "Nenhum"
|
|
|
1740
1740
|
#: components/manage/Controlpanels/Users/UsersControlpanel
|
|
1741
1741
|
# defaultMessage: Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group.
|
|
1742
1742
|
msgid "Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group."
|
|
1743
|
-
msgstr ""
|
|
1743
|
+
msgstr "Observe que as funções definidas aqui se aplicam diretamente a um usuário. O símbolo{plone_svg}dica um papel herdado da adesão a um grupo."
|
|
1744
1744
|
|
|
1745
1745
|
#: components/manage/Controlpanels/DatabaseInformation
|
|
1746
1746
|
# defaultMessage: Number of active objects
|
|
@@ -1765,7 +1765,7 @@ msgstr "Ok"
|
|
|
1765
1765
|
#: components/manage/Widgets/IdWidget
|
|
1766
1766
|
# defaultMessage: Only lowercase letters (a-z) without accents, numbers (0-9), and the two characters "-" and "_" are allowed.
|
|
1767
1767
|
msgid "Only lowercase letters (a-z) without accents, numbers (0-9), and the two characters "-" and "_" are allowed."
|
|
1768
|
-
msgstr ""
|
|
1768
|
+
msgstr "Apenas letras minúsculas (a-z) sem acentos, números (0-9) e os dois caracteres "-" e "_" são permitidos."
|
|
1769
1769
|
|
|
1770
1770
|
#: components/manage/Blocks/Image/ImageSidebar
|
|
1771
1771
|
#: components/manage/Blocks/LeadImage/LeadImageSidebar
|
|
@@ -1989,7 +1989,7 @@ msgstr "Recorrência se encerra em"
|
|
|
1989
1989
|
#: components/manage/Form/UndoToolbar
|
|
1990
1990
|
# defaultMessage: Redo
|
|
1991
1991
|
msgid "Redo"
|
|
1992
|
-
msgstr ""
|
|
1992
|
+
msgstr "Refazer"
|
|
1993
1993
|
|
|
1994
1994
|
#: components/manage/Blocks/Table/Edit
|
|
1995
1995
|
# defaultMessage: Minimalistic table design
|
|
@@ -2105,7 +2105,7 @@ msgstr "Visualização de resultados"
|
|
|
2105
2105
|
#: components/manage/Blocks/Search/SearchBlockEdit
|
|
2106
2106
|
# defaultMessage: Results template
|
|
2107
2107
|
msgid "Results template"
|
|
2108
|
-
msgstr ""
|
|
2108
|
+
msgstr "Modelo de resultados"
|
|
2109
2109
|
|
|
2110
2110
|
#: components/manage/Widgets/QuerystringWidget
|
|
2111
2111
|
# defaultMessage: Reversed order
|
|
@@ -2200,12 +2200,12 @@ msgstr "Pesquisar no site"
|
|
|
2200
2200
|
#: components/manage/Blocks/Search/schema
|
|
2201
2201
|
# defaultMessage: Search block
|
|
2202
2202
|
msgid "Search block"
|
|
2203
|
-
msgstr ""
|
|
2203
|
+
msgstr "Bloco de busca"
|
|
2204
2204
|
|
|
2205
2205
|
#: components/manage/Blocks/Search/schema
|
|
2206
2206
|
# defaultMessage: Search button label
|
|
2207
2207
|
msgid "Search button label"
|
|
2208
|
-
msgstr ""
|
|
2208
|
+
msgstr "Rótulo do botão de busca"
|
|
2209
2209
|
|
|
2210
2210
|
#: components/manage/Sidebar/ObjectBrowserBody
|
|
2211
2211
|
# defaultMessage: Search content
|
|
@@ -2225,7 +2225,7 @@ msgstr "Pesquisar grupo…"
|
|
|
2225
2225
|
#: components/manage/Blocks/Search/schema
|
|
2226
2226
|
# defaultMessage: Search input label
|
|
2227
2227
|
msgid "Search input label"
|
|
2228
|
-
msgstr ""
|
|
2228
|
+
msgstr "Rótulo da caixa de busca"
|
|
2229
2229
|
|
|
2230
2230
|
#: components/manage/Blocks/Search/components/SearchDetails
|
|
2231
2231
|
#: components/theme/Search/Search
|
|
@@ -2246,7 +2246,7 @@ msgstr "Pesquisar usuários…"
|
|
|
2246
2246
|
#: components/manage/Blocks/Search/components/SearchDetails
|
|
2247
2247
|
# defaultMessage: Searched for
|
|
2248
2248
|
msgid "Searched for"
|
|
2249
|
-
msgstr ""
|
|
2249
|
+
msgstr "Busca por"
|
|
2250
2250
|
|
|
2251
2251
|
#: components/manage/Widgets/RecurrenceWidget/WeekdayOfTheMonthIndexField
|
|
2252
2252
|
# defaultMessage: Second
|
|
@@ -2256,7 +2256,7 @@ msgstr "Segundo"
|
|
|
2256
2256
|
#: components/manage/Blocks/Search/schema
|
|
2257
2257
|
# defaultMessage: Section title
|
|
2258
2258
|
msgid "Section title"
|
|
2259
|
-
msgstr ""
|
|
2259
|
+
msgstr "Título da Seção"
|
|
2260
2260
|
|
|
2261
2261
|
#: components/manage/Sidebar/ObjectBrowserNav
|
|
2262
2262
|
# defaultMessage: Select
|
|
@@ -2373,17 +2373,17 @@ msgstr "Mostrar item"
|
|
|
2373
2373
|
#: components/manage/Blocks/Search/schema
|
|
2374
2374
|
# defaultMessage: Show search button?
|
|
2375
2375
|
msgid "Show search button?"
|
|
2376
|
-
msgstr ""
|
|
2376
|
+
msgstr "Mostrar botão de pesquisa?"
|
|
2377
2377
|
|
|
2378
2378
|
#: components/manage/Blocks/Search/schema
|
|
2379
2379
|
# defaultMessage: Show search input?
|
|
2380
2380
|
msgid "Show search input?"
|
|
2381
|
-
msgstr ""
|
|
2381
|
+
msgstr "Mostrar campo de pesquisa?"
|
|
2382
2382
|
|
|
2383
2383
|
#: components/manage/Blocks/Search/schema
|
|
2384
2384
|
# defaultMessage: Show sorting?
|
|
2385
2385
|
msgid "Show sorting?"
|
|
2386
|
-
msgstr ""
|
|
2386
|
+
msgstr "Mostrar ordenação?"
|
|
2387
2387
|
|
|
2388
2388
|
#: components/manage/Sidebar/Sidebar
|
|
2389
2389
|
# defaultMessage: Shrink sidebar
|
|
@@ -2457,12 +2457,12 @@ msgstr "Ordenado por"
|
|
|
2457
2457
|
#: components/manage/Blocks/Search/schema
|
|
2458
2458
|
# defaultMessage: Sort on label
|
|
2459
2459
|
msgid "Sort on label"
|
|
2460
|
-
msgstr ""
|
|
2460
|
+
msgstr "Rótulo de ordenação"
|
|
2461
2461
|
|
|
2462
2462
|
#: components/manage/Blocks/Search/schema
|
|
2463
2463
|
# defaultMessage: Sort on options
|
|
2464
2464
|
msgid "Sort on options"
|
|
2465
|
-
msgstr ""
|
|
2465
|
+
msgstr "Opções de ordenação"
|
|
2466
2466
|
|
|
2467
2467
|
#: components/manage/Blocks/HTML/Edit
|
|
2468
2468
|
# defaultMessage: Source
|
|
@@ -2520,7 +2520,7 @@ msgstr "Alternar cores das linhas"
|
|
|
2520
2520
|
#: helpers/Extensions/withBlockSchemaEnhancer
|
|
2521
2521
|
# defaultMessage: Styling
|
|
2522
2522
|
msgid "Styling"
|
|
2523
|
-
msgstr ""
|
|
2523
|
+
msgstr "Estilo"
|
|
2524
2524
|
|
|
2525
2525
|
#: components/theme/ContactForm/ContactForm
|
|
2526
2526
|
# defaultMessage: Subject
|
|
@@ -2544,7 +2544,7 @@ msgstr "Sucesso"
|
|
|
2544
2544
|
#: config/Blocks
|
|
2545
2545
|
# defaultMessage: Summary
|
|
2546
2546
|
msgid "Summary"
|
|
2547
|
-
msgstr ""
|
|
2547
|
+
msgstr "Resumo"
|
|
2548
2548
|
|
|
2549
2549
|
#: components/theme/LanguageSelector/LanguageSelector
|
|
2550
2550
|
# defaultMessage: Switch to
|
|
@@ -2628,7 +2628,7 @@ msgstr "O servidor de backend do seu site não está respondendo, pedimos descul
|
|
|
2628
2628
|
#: components/manage/Blocks/Search/schema
|
|
2629
2629
|
# defaultMessage: The button presence disables the live search, the query is issued when you press ENTER
|
|
2630
2630
|
msgid "The button presence disables the live search, the query is issued when you press ENTER"
|
|
2631
|
-
msgstr ""
|
|
2631
|
+
msgstr "A presença do botão desativa a busca ativa, a consulta é realizada apenas quando você pressiona ENTER"
|
|
2632
2632
|
|
|
2633
2633
|
#: components/manage/Contents/Contents
|
|
2634
2634
|
# defaultMessage: The item could not be deleted.
|
|
@@ -2638,7 +2638,7 @@ msgstr "O item não pôde ser excluído."
|
|
|
2638
2638
|
#: components/theme/View/LinkView
|
|
2639
2639
|
# defaultMessage: The link address is:
|
|
2640
2640
|
msgid "The link address is:"
|
|
2641
|
-
msgstr ""
|
|
2641
|
+
msgstr "O endereço do link é:"
|
|
2642
2642
|
|
|
2643
2643
|
#: components/theme/Register/Register
|
|
2644
2644
|
# defaultMessage: The registration process has been successful. Please check your e-mail inbox for information on how activate your account.
|
|
@@ -2689,7 +2689,7 @@ msgstr "Este conteúdo tem uma cópia de trabalho ativa em {title}"
|
|
|
2689
2689
|
#: components/manage/Widgets/IdWidget
|
|
2690
2690
|
# defaultMessage: This is a reserved name and can't be used
|
|
2691
2691
|
msgid "This is a reserved name and can't be used"
|
|
2692
|
-
msgstr ""
|
|
2692
|
+
msgstr "Este é um nome reservado e não pode ser usado"
|
|
2693
2693
|
|
|
2694
2694
|
#: components/manage/WorkingCopyToastsFactory/WorkingCopyToastsFactory
|
|
2695
2695
|
# defaultMessage: This is a working copy of {title}
|
|
@@ -2699,7 +2699,7 @@ msgstr "Esta é uma cópia de trabalho de {title}"
|
|
|
2699
2699
|
#: components/manage/LockingToastsFactory/LockingToastsFactory
|
|
2700
2700
|
# defaultMessage: This item was locked by {creator} on {date}
|
|
2701
2701
|
msgid "This item was locked by {creator} on {date}"
|
|
2702
|
-
msgstr ""
|
|
2702
|
+
msgstr "Este item foi bloqueado por {creator} em {date}"
|
|
2703
2703
|
|
|
2704
2704
|
#: components/manage/Contents/ContentsRenameModal
|
|
2705
2705
|
# defaultMessage: This name will be displayed in the URL.
|
|
@@ -2785,7 +2785,7 @@ msgstr "Digite uma URL de vídeo (YouTube, Vimeo ou mp4)"
|
|
|
2785
2785
|
#: components/manage/Widgets/SelectAutoComplete
|
|
2786
2786
|
# defaultMessage: Type text...
|
|
2787
2787
|
msgid "Type text..."
|
|
2788
|
-
msgstr ""
|
|
2788
|
+
msgstr "Digite texto..."
|
|
2789
2789
|
|
|
2790
2790
|
#: components/manage/Blocks/Text/Edit
|
|
2791
2791
|
# defaultMessage: Type text…
|
|
@@ -2810,7 +2810,7 @@ msgstr "Não autorizado"
|
|
|
2810
2810
|
#: components/manage/Form/UndoToolbar
|
|
2811
2811
|
# defaultMessage: Undo
|
|
2812
2812
|
msgid "Undo"
|
|
2813
|
-
msgstr ""
|
|
2813
|
+
msgstr "Desfazer"
|
|
2814
2814
|
|
|
2815
2815
|
#: components/manage/BlockChooser/BlockChooser
|
|
2816
2816
|
# defaultMessage: Unfold
|
|
@@ -2841,7 +2841,7 @@ msgstr "Desvincular a tradução para"
|
|
|
2841
2841
|
#: components/manage/Toolbar/Toolbar
|
|
2842
2842
|
# defaultMessage: Unlock
|
|
2843
2843
|
msgid "Unlock"
|
|
2844
|
-
msgstr ""
|
|
2844
|
+
msgstr "Destravar"
|
|
2845
2845
|
|
|
2846
2846
|
#: components/manage/Controlpanels/AddonsControlpanel
|
|
2847
2847
|
# defaultMessage: Update
|
|
@@ -2918,7 +2918,7 @@ msgstr "Nome de usuário"
|
|
|
2918
2918
|
#: helpers/MessageLabels/MessageLabels
|
|
2919
2919
|
# defaultMessage: User roles updated
|
|
2920
2920
|
msgid "User roles updated"
|
|
2921
|
-
msgstr ""
|
|
2921
|
+
msgstr "Papéis do grupo atualizados"
|
|
2922
2922
|
|
|
2923
2923
|
#: helpers/MessageLabels/MessageLabels
|
|
2924
2924
|
# defaultMessage: Username
|
|
@@ -3060,7 +3060,7 @@ msgstr "Quem"
|
|
|
3060
3060
|
#: components/manage/Sidebar/AlignBlock
|
|
3061
3061
|
# defaultMessage: Wide
|
|
3062
3062
|
msgid "Wide"
|
|
3063
|
-
msgstr ""
|
|
3063
|
+
msgstr "Largo"
|
|
3064
3064
|
|
|
3065
3065
|
#: components/manage/Contents/ContentsWorkflowModal
|
|
3066
3066
|
# defaultMessage: Updating workflow states...
|
|
@@ -3121,7 +3121,7 @@ msgstr "Você não pode colar este conteúdo aqui"
|
|
|
3121
3121
|
#: components/theme/PasswordReset/RequestPasswordReset
|
|
3122
3122
|
# defaultMessage: Your email is required for reset your password.
|
|
3123
3123
|
msgid "Your email is required for reset your password."
|
|
3124
|
-
msgstr ""
|
|
3124
|
+
msgstr "Seu e-mail é necessário para redefinir sua senha."
|
|
3125
3125
|
|
|
3126
3126
|
#: components/manage/Preferences/PersonalInformation
|
|
3127
3127
|
# defaultMessage: Your location - either city and country - or in a company setting, where your office is located.
|
|
@@ -3141,7 +3141,7 @@ msgstr "O seu idioma preferido"
|
|
|
3141
3141
|
#: components/theme/PasswordReset/RequestPasswordReset
|
|
3142
3142
|
# defaultMessage: Your username is required for reset your password.
|
|
3143
3143
|
msgid "Your usernaame is required for reset your password."
|
|
3144
|
-
msgstr ""
|
|
3144
|
+
msgstr "Seu nome de usuário é necessário para redefinir sua senha."
|
|
3145
3145
|
|
|
3146
3146
|
#: components/theme/Login/Login
|
|
3147
3147
|
#: components/theme/PasswordReset/RequestPasswordReset
|
|
@@ -3267,7 +3267,7 @@ msgstr "Intranet"
|
|
|
3267
3267
|
#: components/theme/PasswordReset/RequestPasswordReset
|
|
3268
3268
|
# defaultMessage: My email is
|
|
3269
3269
|
msgid "label_my_email_is"
|
|
3270
|
-
msgstr ""
|
|
3270
|
+
msgstr "Meu endereço de e-mail é"
|
|
3271
3271
|
|
|
3272
3272
|
#: components/theme/PasswordReset/RequestPasswordReset
|
|
3273
3273
|
# defaultMessage: My username is
|
|
@@ -3335,7 +3335,7 @@ msgstr "Mais usados"
|
|
|
3335
3335
|
#: components/theme/Widgets/BooleanWidget
|
|
3336
3336
|
# defaultMessage: No
|
|
3337
3337
|
msgid "no"
|
|
3338
|
-
msgstr ""
|
|
3338
|
+
msgstr "Não"
|
|
3339
3339
|
|
|
3340
3340
|
#: components/manage/Contents/ContentsItem
|
|
3341
3341
|
# defaultMessage: No workflow state
|
|
@@ -3613,7 +3613,7 @@ msgstr "Visitar site externo"
|
|
|
3613
3613
|
#: components/theme/Widgets/BooleanWidget
|
|
3614
3614
|
# defaultMessage: Yes
|
|
3615
3615
|
msgid "yes"
|
|
3616
|
-
msgstr ""
|
|
3616
|
+
msgstr "Sim"
|
|
3617
3617
|
|
|
3618
3618
|
#: components/manage/Contents/ContentsUploadModal
|
|
3619
3619
|
# defaultMessage: {count, plural, one {Upload {count} file} other {Upload {count} files}}
|
package/locales/pt_BR.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"<p>Add some HTML here</p>":"<p>Adicione o HTML aqui</p>","Accessibility":"Acessibilidade","Account Registration Completed":"Cadastro de Conta Finalizado","Account activation completed":"Ativação completa","Action":"Ação","Actions":"Ações","Activate and deactivate":"Ativar e desativar","Add":"Adicionar","Add (object list)":"","Add Addons":"Adicione complementos","Add Content":"Adicionar conteúdo","Add Translation…":"Adicionar tradução…","Add User":"Adicionar usuário","Add a description…":"Adicionar uma descrição…","Add block":"Adicionar Bloco","Add block…":"Adicionar bloco…","Add criteria":"Adicionar critério","Add date":"Adicionar data","Add field":"Adicionar campo","Add fieldset":"Adicionar conjunto de campos","Add group":"Adicionar grupo","Add new content type":"Adicionar novo tipo de conteúdo","Add new group":"Adicionar novo grupo","Add new user":"Adicionar novo usuário","Add to Groups":"Adicionar a grupos","Add vocabulary term":"Adicionar termo de vocabulário","Add {type}":"Adicionar {type}","Add-ons Settings":"Configurações dos complementos","Additional date":"Outra data","Alignment":"Alinhamento","All":"Todos","Alphabetically":"Alfabeticamente","Alt text":"Descrição Alt","Alt text hint":"","Alt text hint link text":"","Apply working copy":"Aplicar a cópia de trabalho","Are you sure you want to delete this field?":"Você realmente deseja deletar este campo?","Are you sure you want to delete this fieldset including all fields?":"Você realmente deseja deletar este fieldset com todos os campos?","Ascending":"Ascendente","Available":"Disponível","Back":"Voltar","Background color":"","Base":"Base","Base search query":"","Block":"Bloco","Both email address and password are case sensitive, check that caps lock is not enabled.":"O endereço de e-mail e a senha diferenciam maiúsculas de minúsculas. Certifique-se que o caps lock não está ativado.","Breadcrumbs":"Navegação estrutural","Browse":"Procurar","Browse the site, drop an image, or type an URL":"Navegue no site, arraste uma imagem ou digite um URL","By default, permissions from the container of this item are inherited. If you disable this, only the explicitly defined sharing permissions will be valid. In the overview, the symbol {inherited} indicates an inherited value. Similarly, the symbol {global} indicates a global role, which is managed by the site administrator.":"Por padrão, as permissões do contêiner deste item são herdadas. Se você desabilitar isso, apenas as permissões de compartilhamento definidas explicitamente serão válidas. Na visão geral, o símbolo {inherited} indica um valor herdado. Da mesma forma, o símbolo {global} indica uma função global que é gerenciada pelo administrador do site.","Cache Name":"Nome do cache","Can not edit Layout for <strong>{type}</strong> content-type as it doesn't have support for <strong>Volto Blocks</strong> enabled":"Não é possível editar layout para o tipo de conteúdo <strong>{type}</strong> , pois não tem suporte para <strong>Blocos Volto</strong> ativados","Can not edit Layout for <strong>{type}</strong> content-type as the <strong>Blocks behavior</strong> is enabled and <strong>read-only</strong>":"Não é possível editar layout para o tipo de conteúdo <strong>{type}</strong>, pois o <strong>comportamento de Blocos</strong> está ativado mas <strong>somentepara leitura</strong>","Cancel":"Cancelar","Cell":"Célula","Center":"Centro","Change Note":"Alterar Nota","Change Password":"Alterar senha","Change State":"Alterar estado","Change workflow state recursively":"Alterar o estado de workflow recursivamente","Changes applied.":"Alterações aplicadas.","Changes saved":"Alterações salvas","Changes saved.":"Alterações guardadas.","Checkbox":"Caixa de verificação","Choices":"Escolhas","Choose Image":"Escolha Imagem","Choose Target":"Escolha Alvo","Choose a file":"Escolha um arquivo","Clear":"Limpar","Clear filters":"","Click to download full sized image":"Clique para baixar a imagem em tamanho original","Close":"Fechar","Close menu":"Fechar menu","Code":"Código","Collapse item":"Colapsar item","Collection":"Coleção","Color":"","Comment":"Comentar","Commenter":"Comentador","Comments":"Comentários","Compare":"Comparar","Confirm password":"Confirmar senha","Connection refused":"Conexão recusada","Contact":"Contato","Contact form":"Formulário de contato","Contained items":"Itens contidos","Content type created":"Tipo de conteúdo criado","Content type deleted":"Tipo de conteúdo removido","Contents":"Conteúdo","Controls":"","Copy":"Copiar","Copy blocks":"Copiar blocos","Copyright":"Copyright","Copyright statement or other rights information on this item.":"Declaração de copyright ou outras informações de direitos sobre este item.","Create working copy":"Criar cópia de trabalho","Created by {creator} on {date}":"Criado por {creator} em {date}","Created on":"Criado em","Creator":"Autor","Creators":"Autores","Criteria":"Critérios","Current filters applied":"","Current password":"Senha atual","Cut":"Cortar","Cut blocks":"Recortar blocos","Daily":"Diariamente","Database Information":"Informações do banco de dados","Database Location":"Localização do banco de dados","Database Size":"Tamanho do banco de dados","Database main":"Banco de dados principal","Date":"Data","Date (newest first)":"Data (mais novo primeiro)","Default":"Padrão","Delete":"Excluir","Delete Group":"Excluir Grupo","Delete Type":"Excluir Tipo","Delete User":"Excluir Usuário","Delete blocks":"Excluir blocos","Delete col":"Excluir coluna","Delete row":"Excluir linha","Depth":"Profundidade","Descending":"Descendente","Description":"Descrição","Diff":"Diferenças","Difference between revision {one} and {two} of {title}":"Diferenças entre as revisões {one} e {two} de {title}","Distributed under the {license}.":"Distribuído sob a licença {license}.","Divide each row into separate cells":"Dividir cada linha em células separadas","Do you really want to delete the following items?":"Você realmente quer excluir os itens seguintes?","Do you really want to delete the group {groupname}?":"Você realmente quer excluir o grupo {groupname}?","Do you really want to delete the type {typename}?":"Você realmente quer excluir o tipo {typename}?","Do you really want to delete the user {username}?":"Você realmente quer excluir o usuário {username}?","Do you really want to delete this item?":"Você realmente quer excluir este item?","Document":"Documento","Download Event":"","Drag and drop files from your computer onto this area or click the “Browse” button.":"Arraste e solte arquivos do seu computador para esta área ou clique no botão \"Procurar\".","Drop file here to replace the existing file":"Solte um arquivo aqui para substituir o arquivo existente","Drop file here to upload a new file":"Solte um arquivo aqui para enviar um novo arquivo","Drop files here ...":"Soltar aquivos aqui…","E-mail":"E-mail","E-mail addresses do not match.":"Os endereços de e-mail não coincidem.","Edit":"Editar","Edit comment":"Editar comentário","Edit field":"Editar campo","Edit fieldset":"Editar conjunto de campos","Edit recurrence":"Editar recorrência","Edit values":"Editar valores","Edit {title}":"Editar {title}","Email":"E-mail","Email sent":"E-mail enviado","Embed code error, please follow the instructions and try again.":"Erro de código Embed, siga as instruções e tente novamente.","Embeded Google Maps":"Google Maps Embed","Empty object list":"Lista de objetos vazia","Enable editable Blocks":"Habilitar blocos editáveis","End Date":"Data Final","Enter URL or select an item":"Digite URL ou selecione um item","Enter a username above to search or click 'Show All'":"Digite um nome de usuário acima para pesquisar ou clique em 'Mostrar todos'","Enter an email address. This will be your login name. We respect your privacy, and will not give the address away to any third parties or expose it anywhere.":"Digite um endereço de e-mail. Este será o seu nome de usuário. Respeitamos a sua privacidade e nunca iremos ceder o seu endereço a terceiros ou expô-lo onde quer que seja.","Enter full name, e.g. John Smith.":"Digite o nome completo. Por exemplo, José da Silva.","Enter map Embed Code":"Informe o código Embed do mapa","Enter your current password.":"Digite sua senha atual.","Enter your email for verification.":"","Enter your new password. Minimum 5 characters.":"Digite sua nova senha. Mínimo de 5 caracteres.","Enter your username for verification.":"","Error":"Erro","Exclude from navigation":"Excluir da navegação","Exclude this occurence":"Exclua essa ocorrência","Excluded from navigation":"Excluído da navegação","Expand sidebar":"Expandir barra lateral","Expiration Date":"Data de expiração","Expiration date":"Data de validade","Expired":"Expirado","External URL":"URL externa","Facet":"","Facet widget":"","Facets":"","Facets on left side":"","Facets on right side":"","Facets on top":"","Field":"","File":"Arquivo","File size":"Tamanho do arquivo","Filename":"Nome do arquivo","Filter…":"Filtrar…","First":"Primeiro","Fixed width table cells":"Células de tabela de largura fixa","Fold":"Colapsar","Folder":"Pasta","Forbidden":"Restrito","Fourth":"Quarto","From":"E-mail","Full":"Cheia","Full Name":"Nome completo","Fullname":"Nome completo","GNU GPL license":"Licença GNU GPL","Global role":"Papel global","Google Maps Embedded Block":"Bloco Google Maps","Group":"Grupo","Group created":"Grupo criado","Group roles updated":"","Groupname":"Nome do grupo","Groups":"Grupos","Groups are logical collections of users, such as departments and business units. Groups are not directly related to permissions on a global level, you normally use Roles for that - and let certain Groups have a particular role. The symbol{plone_svg}indicates a role inherited from membership in another group.":"","Header cell":"Célula de cabeçalho","Headline":"","Hidden facets will still filter the results if proper parameters are passed in URLs":"","Hide Replies":"Ocultar respostas","Hide facet?":"","History":"Histórico","History Version Number":"","History of {title}":"Histórico de {title}","Home":"Início","Home page":"Página inicial","ID":"ID","If selected, this item will not appear in the navigation tree":"Se selecionado, este item não aparecerá na árvore de navegação","If this date is in the future, the content will not show up in listings and searches until this date.":"Se essa data for no futuro, o conteúdo não aparecerá em listagens e pesquisas até esta data.","If you are certain this user has abandoned the object, you may unlock the object. You will then be able to edit it.":"","If you are certain you have the correct web address but are encountering an error, please contact the {site_admin}.":"Se você tiver certeza de que tem o endereço web correto, mas está encontrando um erro, entre em contato com o {site_admin}.","Image":"Imagem","Image gallery":"","Include this occurence":"Inclua esta ocorrência","Info":"Informação","Inherit permissions from higher levels":"Herdar permissões de níveis superiores","Inherited value":"Herdar valor","Insert col after":"Inserir coluna após","Insert col before":"Inserir coluna antes","Insert row after":"Inserir linha após","Insert row before":"Inserir linha antes","Install":"Instalar","Installed":"Instalado","Installed version":"Versão instalada","Interval Daily":"Intervalo Diário","Interval Monthly":"Intervalo Mensal","Interval Weekly":"Intervalo Semanal","Interval Yearly":"Intervalo Anual","Item batch size":"Tamanho do lote de itens","Item succesfully moved.":"Item movido com sucesso.","Item(s) copied.":"Itens copiados.","Item(s) cut.":"Itens cortados.","Item(s) has been updated.":"Itens atualizados.","Item(s) pasted.":"Itens colados.","Item(s) state has been updated.":"O estado dos itens foi atualizado.","Items":"Itens","Items must be unique.":"Os itens devem ser únicos.","Label":"","Language":"Idioma","Language independent field.":"","Last":"Último","Last comment date":"Data do último comentário","Last modified":"Última modificação","Latest version":"Última versão","Layout":"Layout","Lead Image":"Imagem principal","Left":"Esquerda","Link":"Link","Link more":"Mais","Link title":"Título do link","Link to":"Link para","Link translation for":"Linkar tradução para","Listing":"Listagem","Load more":"Carregar mais","Loading":"Carregando","Location":"Localização","Log In":"Entrar","Log in":"Entrar","Login":"Entrar","Login Failed":"Falha na autenticação","Login Name":"Nome de usuário","Logout":"Sair","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"Criado por {creator} em {date}. Esta não é mais uma cópia de trabalho, mas sim o conteúdo final.","Make the table compact":"Compactar a tabela","Manage Translations":"Gerenciar traduções","Manage translations for {title}":"Gerenciar traduções para {title}","Map":"Mapa","Maps URL":"Url do Mapa","Maximum length is {len}.":"O comprimento máximo é {len}.","Maximum value is {len}.":"O valor máximo é {len}.","Message":"Mensagem","Minimum length is {len}.":"O comprimento mínimo é {len}.","Minimum value is {len}.":"O valor mínimo é {len}.","Moderate Comments":"Moderar comentários","Moderate comments":"Moderar comentários","Monday and Friday":"Segunda e sexta-feira","Month day":"Dia do mês","Monthly":"Mensalmente","More":"Mais","Move to bottom of folder":"Mover para o final da pasta","Move to top of folder":"Mover para o topo da pasta","Multiple choices?":"","My email is":"","My username is":"Meu nome de usuário é","Name":"Nome","Navigate back":"Voltar","Navigation":"Navegação","New password":"Nova senha","News Item":"Notícia","No":"Não","No addons found":"","No image selected":"Nenhuma imagem selecionada","No image set in Lead Image content field":"Nenhuma imagem definida no campo de imagem principal","No image set in image content field":"Nenhuma imagem definida no campo de imagem","No items found in this container.":"Não foram encontrados itens nesta pasta.","No items selected":"Nenhum item selecionado","No map selected":"Nenhum mapa selecionado","No occurences set":"Sem ocorrências definidas","No options":"Sem opções","No results found":"Nenhum resultado encontrado","No results found.":"Nenhum resultado encontrado.","No selection":"Nenhuma seleção","No uninstall profile":"Sem perfil de desinstalação","No value":"Sem valor","No video selected":"Nenhum vídeo selecionado","No workflow":"Sem workflow","None":"Nenhum","Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group.":"","Number of active objects":"Número de objetos ativos","Object Size":"Tamanho do objeto","Occurences":"Ocorrências","Ok":"Ok","Only lowercase letters (a-z) without accents, numbers (0-9), and the two characters \"-\" and \"_\" are allowed.":"","Open in a new tab":"Abrir em uma nova aba","Open menu":"Abrir menu","Open object browser":"Abrir navegador de objetos","Origin":"Origem","Page":"Página","Parent fieldset":"Conjunto de campos","Password":"Senha","Password reset":"Redefinição de senha","Passwords do not match.":"As senhas não coincidem.","Paste":"Colar","Paste blocks":"Colar blocos","Permissions have been updated successfully":"Permissões atualizadas com sucesso","Permissions updated":"Permissões atualizadas","Personal Information":"Informações pessoais","Personal Preferences":"Preferências pessoais","Personal tools":"Ferramentas pessoais","Persons responsible for creating the content of this item. Please enter a list of user names, one per line. The principal creator should come first.":"Pessoas responsáveis pela criação do conteúdo deste item. Por favor, insira uma lista de nomes de usuário, um por linha. O autor principal deve vir primeiro.","Please enter a valid URL by deleting the block and adding a new video block.":"Digite uma URL válida excluindo o bloco e adicionando um novo bloco de vídeo.","Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.":"Digite o código Embed fornecido pelo google maps -> compartilhar -> mapa Embed. Deve conter o <iframe> código.</iframe>.","Please fill out the form below to set your password.":"Preencha o formulário abaixo para definir sua senha.","Plone Foundation":"Fundação Plone","Plone Site":"Site Plone","Plone{reg} Open Source CMS/WCM":"Plone{reg} Open Source CMS/WCM","Portrait":"Foto","Possible values":"Valores possíveis","Powered by Plone & Python":"Criado com Plone e Python","Preferences":"Preferências","Prettify your code":"Re-formatar seu código","Preview":"Pré-visualização","Preview Image URL":"Url de imagem de pré-visualização","Profile":"Perfil","Properties":"Propriedades","Publication date":"Data de publicação","Publishing Date":"Data de publicação","Query":"Consulta","Re-enter the password. Make sure the passwords are identical.":"Reinsira a senha. Certifique-se de que as senhas são idênticas.","Read More…":"Leia Mais…","Rearrange items by…":"Reorganize itens por…","Recurrence ends":"Término da recorrência","Recurrence ends after":"Recorrência se encerra após","Recurrence ends on":"Recorrência se encerra em","Redo":"","Reduce complexity":"Reduzir complexidade","Register":"Cadastro","Registration form":"Formulário de cadastro","Relevance":"Relevância","Remove item":"Remover Item","Remove recurrence":"Remover a recorrência","Remove term":"Remover o termo","Remove working copy":"Remover a cópia de trabalho","Rename":"Renomear","Rename Items Loading Message":"Renomeando os items","Rename items":"Renomear itens","Repeat":"Repetição","Repeat every":"Repete a cada","Repeat on":"Repete em","Replace existing file":"Substituir arquivo existente","Reply":"Responder","Required":"Obrigatório","Required input is missing.":"Falta informação obrigatória.","Reset term title":"Redefinir o título do termo","Results limit":"Limite de resultados","Results preview":"Visualização de resultados","Results template":"","Reversed order":"Ordem invertida","Revert to this revision":"Reverter para esta revisão","Review state":"Estado","Richtext":"Texto rico","Right":"Direita","Rights":"Direitos","Roles":"Papéis","Root":"Raiz","Save":"Salvar","Save recurrence":"Salvar a recorrência","Schema":"Esquema","Schema updates":"Atualizações do esquema","Search":"Pesquisar","Search SVG":"SVG de busca","Search Site":"Pesquisar no site","Search block":"","Search button label":"","Search content":"Pesquisar conteúdo","Search for user or group":"Pesquisar por usuário ou grupo","Search group…":"Pesquisar grupo…","Search input label":"","Search results":"Resultados da pesquisa","Search results for {term}":"Resultados da pesquisa para {term}","Search users…":"Pesquisar usuários…","Searched for":"","Second":"Segundo","Section title":"","Select":"Selecionar","Select a date to add to recurrence":"Selecione uma data para adicionar à recorrência","Select columns to show":"Selecione colunas para mostrar","Select the transition to be used for modifying the items state.":"Selecione a transição a ser usada para modificar o estado dos itens.","Selected dates":"Datas selecionadas","Selected items":"Itens selecionados","Selected items - x of y":"Itens selecionados - x de y","Selection":"Seleção","Select…":"Selecionar…","Send":"Enviar","Set my password":"Defina minha senha","Set your password":"Defina sua senha","Settings":"Configurações","Sharing":"Compartilhamento","Sharing for {title}":"Compartilhamento para {title}","Short Name":"Nome curto","Short name":"Nome curto","Show":"Mostrar","Show All":"Mostrar tudo","Show Replies":"Mostrar respostas","Show item":"Mostrar item","Show search button?":"","Show search input?":"","Show sorting?":"","Shrink sidebar":"Recolher barra lateral","Shrink toolbar":"Recolher barra de ferramentas","Sign in to start session":"Faça login para iniciar a sessão","Site":"Site","Site Administration":"Administração do site","Site Map":"Mapa do site","Site Setup":"Configuração do site","Sitemap":"Mapa do site","Size":"Tamanho","Size: {size}":"Tamanho: {size}","Sorry, something went wrong with your request":"Desculpe, algo deu errado com sua requisição","Sort By:":"Ordenar por:","Sort on":"Ordenado por","Sort on label":"","Sort on options":"","Source":"Fonte","Specify a youtube video or playlist url":"Informe a url para um vídeo ou uma playlist do YouTube","Split":"Dividir","Start Date":"Data de Início","Start of the recurrence":"Início da recorrência","Start password reset":"Redefinir senha","State":"Estado","Stop compare":"Pare de comparar","String":"Texto","Stripe alternate rows with color":"Alternar cores das linhas","Styling":"","Subject":"Assunto","Success":"Sucesso","Summary":"","Switch to":"Mudar para","Table":"Tabela","Table of Contents":"Tabela de conteúdos","Tags":"Tags","Tags to add":"Tags a serem adicionadas","Tags to remove":"Tags a serem removidas","Target memory size per cache in bytes":"Tamanho de memória destinada para o cache em bytes","Target number of objects in memory per cache":"Número de objetos na memória para o cache","Text":"Texto","Thank you.":"Obrigado.","The Database Manager allow you to view database status information":"O Gerenciador de banco de dados permite que você visualize informações de status do banco de dados","The URL for your external home page, if you have one.":"A URL para seu site, caso tenha um.","The backend is not responding, please check if you have started Plone, check your project's configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto's environment variable.":"O servidor de backend não está respondendo, verifique se você inicializou o Plone, verifique o apiPath de objeto de configuração do seu projeto (ou se você está usando o proxy interno, devProxyToApiPath) ou a variável ambiente RAZZLE_API_PATH Volto.","The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.":"O servidor de backend está respondendo, mas os cabeçalhos CORS não estão configurados corretamente e o navegador negou o acesso aos recursos de backend.","The backend server of your website is not answering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators.":"O servidor de backend do seu site não está respondendo, pedimos desculpas pelo inconveniente. Por favor, tente recarregar a página e tente novamente. Se o problema persistir, entre em contato com os administradores do site.","The button presence disables the live search, the query is issued when you press ENTER":"","The item could not be deleted.":"O item não pôde ser excluído.","The link address is:":"","The registration process has been successful. Please check your e-mail inbox for information on how activate your account.":"O processo de registro foi bem sucedido. Verifique sua caixa de entrada de e-mail para obter informações sobre como ativar sua conta.","The user portrait/avatar":"Foto/avatar do usuário","The working copy was discarded":"A cópia de trabalho foi descartada.","The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.":"O {plonecms} tem {copyright} de 2000-{current_year} pela {plonefoundation} e amigos.","There is a configuration problem on the backend":"Há um problema de configuração no backend","There were some errors":"Houve alguns erros","There were some errors.":"Houve alguns erros.","Third":"Terceiro","This has an ongoing working copy in {title}":"Este conteúdo tem uma cópia de trabalho ativa em {title}","This is a reserved name and can't be used":"","This is a working copy of {title}":"Esta é uma cópia de trabalho de {title}","This item was locked by {creator} on {date}":"","This name will be displayed in the URL.":"Este nome será exibido na URL.","This page does not seem to exist…":"Esta página parece não existir…","Time":"Hora","Title":"Título","Total active and non-active objects":"Total de objetos ativos e não ativos","Total comments":"Total de comentários","Total number of objects in each cache":"Número total de objetos em cada cache","Total number of objects in memory from all caches":"Número total de objetos na memória de todos os caches","Total number of objects in the database":"Número total de objetos no banco de dados","Translate to {lang}":"Traduza para {lang}","Translation linked":"Tradução vinculada","Translation linking removed":"Vínculo de tradução removido","Type":"Tipo","Type a Video (YouTube, Vimeo or mp4) URL":"Digite uma URL de vídeo (YouTube, Vimeo ou mp4)","Type text...":"","Type text…":"Digite texto…","Type the title…":"Digite o título…","UID":"UID","Unauthorized":"Não autorizado","Undo":"","Unfold":"Expandir","Unified":"Unificado","Uninstall":"Desinstalar","Unknown Block":"Bloco Desconhecido","Unlink translation for":"Desvincular a tradução para","Unlock":"","Update":"Atualizar","Update installed addons":"Atualizar complementos instalados","Update installed addons:":"Atualização de complementos instalados:","Updates available":"Atualizações disponíveis","Upload":"Enviar","Upload a lead image in the 'Lead Image' content field.":"Enviar uma imagem para o campo de imagem principal.","Upload a new image":"Enviar uma nova imagem","Upload files":"Enviar arquivos","Uploading files":"Enviando arquivos","Uploading image":"Enviando imagem","Used for programmatic access to the fieldset.":"Usado para acesso programático ao conjunto de campos.","User":"Usuário","User created":"Usuário criado","User name":"Nome de usuário","User roles updated":"","Username":"Nome de usuário","Users":"Usuários","Users and Groups":"Usuários e Grupos","Variation":"Variação","Version Overview":"Versões","Video":"Vídeo","Video URL":"URL do vídeo","View":"Visão","View changes":"Ver mudanças","View this revision":"Ver esta revisão","View working copy":"Exibir a cópia de trabalho","Viewmode":"Visão","Vocabulary term":"Termo de vocabulário","Vocabulary term title":"Título do termo de vocabulário","Vocabulary terms":"Termos de vocabulário","Warning Regarding debug mode":"Aviso em relação ao modo de depuração","We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.":"Pedimos desculpas pelo inconveniente, mas o backend do site que você está acessando não está disponível agora. Por favor, tente de novo mais tarde.","We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the links below to help you find what you are looking for.":"Pedimos desculpas pelo inconveniente, mas a página que você estava tentando acessar não está neste endereço. Você pode usar os links abaixo para ajudá-lo a encontrar o que você está procurando.","We apologize for the inconvenience, but you don't have permissions on this resource.":"Pedimos desculpas pelo inconveniente, mas você não tem permissões neste recurso.","We will use this address if you need to recover your password":"Usaremos este endereço se você precisar recuperar sua senha","Weeek day of month":"Dia do mês","Weekday":"Dia da semana","Weekly":"Semanalmente","What":"O quê","When":"Quando","When this date is reached, the content will nolonger be visible in listings and searches.":"Quando chegar a esta data, o conteúdo deixará de ficar visível nas listagens e nas pesquisas.","Who":"Quem","Wide":"","Workflow Change Loading Message":"Alterando os estados...","Workflow updated.":"Workflow atualizado.","Yearly":"Anualmente","Yes":"Sim","You are trying to access a protected resource, please {login} first.":"Você está tentando acessar um recurso protegido, por favor, {login} primeiro.","You are using an outdated browser":"Você está usando um navegador desatualizado","You can add a comment by filling out the form below. Plain text formatting.":"Você pode adicionar um comentário preenchendo o formulário abaixo. Formatação de texto simples.","You can control who can view and edit your item using the list below.":"Você pode controlar quem pode visualizar e editar seu item usando a lista abaixo.","You can view the difference of the revisions below.":"Você pode ver a diferença das revisões abaixo.","You can view the history of your item below.":"Você pode ver o histórico do seu item abaixo.","You can't paste this content here":"Você não pode colar este conteúdo aqui","Your email is required for reset your password.":"","Your location - either city and country - or in a company setting, where your office is located.":"Sua localização - seja cidade e país - ou em um ambiente de empresa, onde seu escritório está localizado.","Your password has been set successfully. You may now {link} with your new password.":"Sua senha foi definida com sucesso. Agora você pode {link} com sua nova senha.","Your preferred language":"O seu idioma preferido","Your usernaame is required for reset your password.":"","box_forgot_password_option":"Esqueceu sua senha?","common":"Padrão","compare_to":"Comparar com","delete":"excluir","deprecated_browser_notice_message":"Você está usando {browsername} {browserversion} que está sem suporte pelo seu desenvolvedor. Isto significa que não existem mais atualizações de segurança e que ele não suporta as funcionalidades atuais da web, Por favor, atualize seu navegador","description":"Descrição","description_lost_password":"Por motivos de segurança, armazenamos sua senha criptografada e não podemos enviá-la para você. Se você deseja redefinir sua senha, preencha o formulário abaixo e enviaremos um e-mail para o endereço que você forneceu quando se cadastrou para iniciar o processo de redefinição de sua senha.","description_sent_password":"Sua solicitação de redefinição de senha foi enviada. Ele deve chegar em sua caixa de correio em breve. Ao receber a mensagem, visite o endereço que ela contém para redefinir sua senha.","draft":"Rascunho","email":"E-mail","event_alldates":"Todas as datas","event_attendees":"Participantes","event_contactname":"Pessoa de contato","event_contactphone":"Telefone de contato","event_website":"Site","event_what":"O quê","event_when":"Quando","event_where":"Onde","heading_sent_password":"Sua solicitação de redefinição de senha foi enviada","hero":"Herói","html":"HTML","image":"Imagem","integer":"Valor deve ser um número inteiro","intranet":"Intranet","label_my_email_is":"","label_my_username_is":"Meu nome de usuário é","leadimage":"Imagem principal","listing":"Listagem","loading":"Carregando","log in":"acessar","maps":"mapas","maxLength":"Comprimento máximo","maximum":"Valor máximo","media":"Mídia","minLength":"Comprimento mínimo","minimum":"Valor mínimo","mostUsed":"Mais usados","no":"","no workflow state":"Sem estado de workflow","number":"Valor deve ser numérico","of the month":"do mês","or try a different page.":"ou tente uma página diferente","others":"outros","private":"privado","published":"publicado","querystring-widget-select":"Selecionar","results found":"resultados","return to the site root":"retornar à raiz do site","rrule_and":"e","rrule_approximate":"(~aproximadamente)","rrule_at":"em","rrule_dateFormat":"[day], [month], [year]","rrule_day":"dia","rrule_days":"dias","rrule_every":"a cada","rrule_for":"para","rrule_hour":"hora","rrule_hours":"horas","rrule_in":"em","rrule_last":"última","rrule_minutes":"minutos","rrule_month":"mês","rrule_months":"meses","rrule_nd":"nd","rrule_on":"em","rrule_on the":"no","rrule_or":"ou","rrule_rd":"rd","rrule_st":"st","rrule_th":"th","rrule_the":"o","rrule_time":"vezz","rrule_times":"vezes","rrule_until":"até","rrule_week":"semana","rrule_weekday":"dia da semana","rrule_weekdays":"dias da semana","rrule_weeks":"semanas","rrule_year":"ano","rrule_years":"anos","skiplink-footer":"Ir para o rodapé","skiplink-main-content":"Ir para o conteúdo","skiplink-navigation":"Ir para a navegação","sort":"ordenar","table":"tabela","text":"texto","title":"título","toc":"tabela de conteúdos","url":"url","user avatar":"avatar do usuário","video":"vídeo","visit_external_website":"Visitar site externo","yes":"","{count, plural, one {Upload {count} file} other {Upload {count} files}}":"{count, plural, one {Enviar {count} arquivo} other {Enviar {count} arquivos}}","{count} selected":"{count} selecionados","{id} Content Type":"Tipo de conteúdo {id}","{id} Schema":"Esquema {id}","{title} copied.":"{title} copiado.","{title} cut.":"{title} cortado.","{title} has been deleted.":"{title} foi excluído."}
|
|
1
|
+
{"<p>Add some HTML here</p>":"<p>Adicione o HTML aqui</p>","Accessibility":"Acessibilidade","Account Registration Completed":"Cadastro de Conta Finalizado","Account activation completed":"Ativação completa","Action":"Ação","Actions":"Ações","Activate and deactivate":"Ativar e desativar","Add":"Adicionar","Add (object list)":"Adicionar","Add Addons":"Adicione complementos","Add Content":"Adicionar conteúdo","Add Translation…":"Adicionar tradução…","Add User":"Adicionar usuário","Add a description…":"Adicionar uma descrição…","Add block":"Adicionar Bloco","Add block…":"Adicionar bloco…","Add criteria":"Adicionar critério","Add date":"Adicionar data","Add field":"Adicionar campo","Add fieldset":"Adicionar conjunto de campos","Add group":"Adicionar grupo","Add new content type":"Adicionar novo tipo de conteúdo","Add new group":"Adicionar novo grupo","Add new user":"Adicionar novo usuário","Add to Groups":"Adicionar a grupos","Add vocabulary term":"Adicionar termo de vocabulário","Add {type}":"Adicionar {type}","Add-ons Settings":"Configurações dos complementos","Additional date":"Outra data","Alignment":"Alinhamento","All":"Todos","Alphabetically":"Alfabeticamente","Alt text":"Descrição Alt","Alt text hint":"Deixe em branco se a imagem for puramente decorativa.","Alt text hint link text":"Descreve o propósito da imagem.","Apply working copy":"Aplicar a cópia de trabalho","Are you sure you want to delete this field?":"Você realmente deseja deletar este campo?","Are you sure you want to delete this fieldset including all fields?":"Você realmente deseja deletar este fieldset com todos os campos?","Ascending":"Ascendente","Available":"Disponível","Back":"Voltar","Background color":"Cor de fundo","Base":"Base","Base search query":"Base da consulta para busca","Block":"Bloco","Both email address and password are case sensitive, check that caps lock is not enabled.":"O endereço de e-mail e a senha diferenciam maiúsculas de minúsculas. Certifique-se que o caps lock não está ativado.","Breadcrumbs":"Navegação estrutural","Browse":"Procurar","Browse the site, drop an image, or type an URL":"Navegue no site, arraste uma imagem ou digite um URL","By default, permissions from the container of this item are inherited. If you disable this, only the explicitly defined sharing permissions will be valid. In the overview, the symbol {inherited} indicates an inherited value. Similarly, the symbol {global} indicates a global role, which is managed by the site administrator.":"Por padrão, as permissões do contêiner deste item são herdadas. Se você desabilitar isso, apenas as permissões de compartilhamento definidas explicitamente serão válidas. Na visão geral, o símbolo {inherited} indica um valor herdado. Da mesma forma, o símbolo {global} indica uma função global que é gerenciada pelo administrador do site.","Cache Name":"Nome do cache","Can not edit Layout for <strong>{type}</strong> content-type as it doesn't have support for <strong>Volto Blocks</strong> enabled":"Não é possível editar layout para o tipo de conteúdo <strong>{type}</strong> , pois não tem suporte para <strong>Blocos Volto</strong> ativados","Can not edit Layout for <strong>{type}</strong> content-type as the <strong>Blocks behavior</strong> is enabled and <strong>read-only</strong>":"Não é possível editar layout para o tipo de conteúdo <strong>{type}</strong>, pois o <strong>comportamento de Blocos</strong> está ativado mas <strong>somentepara leitura</strong>","Cancel":"Cancelar","Cell":"Célula","Center":"Centro","Change Note":"Alterar Nota","Change Password":"Alterar senha","Change State":"Alterar estado","Change workflow state recursively":"Alterar o estado de workflow recursivamente","Changes applied.":"Alterações aplicadas.","Changes saved":"Alterações salvas","Changes saved.":"Alterações guardadas.","Checkbox":"Caixa de verificação","Choices":"Escolhas","Choose Image":"Escolha Imagem","Choose Target":"Escolha Alvo","Choose a file":"Escolha um arquivo","Clear":"Limpar","Clear filters":"Limpar filtros","Click to download full sized image":"Clique para baixar a imagem em tamanho original","Close":"Fechar","Close menu":"Fechar menu","Code":"Código","Collapse item":"Colapsar item","Collection":"Coleção","Color":"Cor","Comment":"Comentar","Commenter":"Comentador","Comments":"Comentários","Compare":"Comparar","Confirm password":"Confirmar senha","Connection refused":"Conexão recusada","Contact":"Contato","Contact form":"Formulário de contato","Contained items":"Itens contidos","Content type created":"Tipo de conteúdo criado","Content type deleted":"Tipo de conteúdo removido","Contents":"Conteúdo","Controls":"Controles","Copy":"Copiar","Copy blocks":"Copiar blocos","Copyright":"Copyright","Copyright statement or other rights information on this item.":"Declaração de copyright ou outras informações de direitos sobre este item.","Create working copy":"Criar cópia de trabalho","Created by {creator} on {date}":"Criado por {creator} em {date}","Created on":"Criado em","Creator":"Autor","Creators":"Autores","Criteria":"Critérios","Current filters applied":"Filtros atualmente aplicados","Current password":"Senha atual","Cut":"Cortar","Cut blocks":"Recortar blocos","Daily":"Diariamente","Database Information":"Informações do banco de dados","Database Location":"Localização do banco de dados","Database Size":"Tamanho do banco de dados","Database main":"Banco de dados principal","Date":"Data","Date (newest first)":"Data (mais novo primeiro)","Default":"Padrão","Delete":"Excluir","Delete Group":"Excluir Grupo","Delete Type":"Excluir Tipo","Delete User":"Excluir Usuário","Delete blocks":"Excluir blocos","Delete col":"Excluir coluna","Delete row":"Excluir linha","Depth":"Profundidade","Descending":"Descendente","Description":"Descrição","Diff":"Diferenças","Difference between revision {one} and {two} of {title}":"Diferenças entre as revisões {one} e {two} de {title}","Distributed under the {license}.":"Distribuído sob a licença {license}.","Divide each row into separate cells":"Dividir cada linha em células separadas","Do you really want to delete the following items?":"Você realmente quer excluir os itens seguintes?","Do you really want to delete the group {groupname}?":"Você realmente quer excluir o grupo {groupname}?","Do you really want to delete the type {typename}?":"Você realmente quer excluir o tipo {typename}?","Do you really want to delete the user {username}?":"Você realmente quer excluir o usuário {username}?","Do you really want to delete this item?":"Você realmente quer excluir este item?","Document":"Documento","Download Event":"Baixar evento","Drag and drop files from your computer onto this area or click the “Browse” button.":"Arraste e solte arquivos do seu computador para esta área ou clique no botão \"Procurar\".","Drop file here to replace the existing file":"Solte um arquivo aqui para substituir o arquivo existente","Drop file here to upload a new file":"Solte um arquivo aqui para enviar um novo arquivo","Drop files here ...":"Soltar aquivos aqui…","E-mail":"E-mail","E-mail addresses do not match.":"Os endereços de e-mail não coincidem.","Edit":"Editar","Edit comment":"Editar comentário","Edit field":"Editar campo","Edit fieldset":"Editar conjunto de campos","Edit recurrence":"Editar recorrência","Edit values":"Editar valores","Edit {title}":"Editar {title}","Email":"E-mail","Email sent":"E-mail enviado","Embed code error, please follow the instructions and try again.":"Erro de código Embed, siga as instruções e tente novamente.","Embeded Google Maps":"Google Maps Embed","Empty object list":"Lista de objetos vazia","Enable editable Blocks":"Habilitar blocos editáveis","End Date":"Data Final","Enter URL or select an item":"Digite URL ou selecione um item","Enter a username above to search or click 'Show All'":"Digite um nome de usuário acima para pesquisar ou clique em 'Mostrar todos'","Enter an email address. This will be your login name. We respect your privacy, and will not give the address away to any third parties or expose it anywhere.":"Digite um endereço de e-mail. Este será o seu nome de usuário. Respeitamos a sua privacidade e nunca iremos ceder o seu endereço a terceiros ou expô-lo onde quer que seja.","Enter full name, e.g. John Smith.":"Digite o nome completo. Por exemplo, José da Silva.","Enter map Embed Code":"Informe o código Embed do mapa","Enter your current password.":"Digite sua senha atual.","Enter your email for verification.":"Informe seu e-mail para verificação.","Enter your new password. Minimum 5 characters.":"Digite sua nova senha. Mínimo de 5 caracteres.","Enter your username for verification.":"Informe seu nome de usuário para verificação.","Error":"Erro","Exclude from navigation":"Excluir da navegação","Exclude this occurence":"Exclua essa ocorrência","Excluded from navigation":"Excluído da navegação","Expand sidebar":"Expandir barra lateral","Expiration Date":"Data de expiração","Expiration date":"Data de validade","Expired":"Expirado","External URL":"URL externa","Facet":"Faceta","Facet widget":"Widget faceta","Facets":"Facetas","Facets on left side":"Facetas no lado esquerdo","Facets on right side":"Facetas no lado direito","Facets on top":"Facetas no topo","Field":"Campo","File":"Arquivo","File size":"Tamanho do arquivo","Filename":"Nome do arquivo","Filter…":"Filtrar…","First":"Primeiro","Fixed width table cells":"Células de tabela de largura fixa","Fold":"Colapsar","Folder":"Pasta","Forbidden":"Restrito","Fourth":"Quarto","From":"E-mail","Full":"Cheia","Full Name":"Nome completo","Fullname":"Nome completo","GNU GPL license":"Licença GNU GPL","Global role":"Papel global","Google Maps Embedded Block":"Bloco Google Maps","Group":"Grupo","Group created":"Grupo criado","Group roles updated":"Papéis do grupo atualizados","Groupname":"Nome do grupo","Groups":"Grupos","Groups are logical collections of users, such as departments and business units. Groups are not directly related to permissions on a global level, you normally use Roles for that - and let certain Groups have a particular role. The symbol{plone_svg}indicates a role inherited from membership in another group.":"Grupos são coleções lógicas de usuários, como departamentos e unidades de negócios. Os grupos não estão diretamente relacionados com permissões em nível global, você normalmente usa Funções para isso - e permite que certos Grupos tenham um papel particular. O símbolo{plone_svg}dica um papel herdado da adesão a outro grupo.","Header cell":"Célula de cabeçalho","Headline":"Título","Hidden facets will still filter the results if proper parameters are passed in URLs":"Facetas ocultas ainda filtrarão os resultados se parâmetros adequados forem passados em URLs","Hide Replies":"Ocultar respostas","Hide facet?":"Ocultar faceta?","History":"Histórico","History Version Number":"Número da versão","History of {title}":"Histórico de {title}","Home":"Início","Home page":"Página inicial","ID":"ID","If selected, this item will not appear in the navigation tree":"Se selecionado, este item não aparecerá na árvore de navegação","If this date is in the future, the content will not show up in listings and searches until this date.":"Se essa data for no futuro, o conteúdo não aparecerá em listagens e pesquisas até esta data.","If you are certain this user has abandoned the object, you may unlock the object. You will then be able to edit it.":"Se você tiver certeza de que este usuário abandonou o objeto, você pode desbloquear o objeto. Em seguida, você poderá editá-lo.","If you are certain you have the correct web address but are encountering an error, please contact the {site_admin}.":"Se você tiver certeza de que tem o endereço web correto, mas está encontrando um erro, entre em contato com o {site_admin}.","Image":"Imagem","Image gallery":"Galeria de imagem","Include this occurence":"Inclua esta ocorrência","Info":"Informação","Inherit permissions from higher levels":"Herdar permissões de níveis superiores","Inherited value":"Herdar valor","Insert col after":"Inserir coluna após","Insert col before":"Inserir coluna antes","Insert row after":"Inserir linha após","Insert row before":"Inserir linha antes","Install":"Instalar","Installed":"Instalado","Installed version":"Versão instalada","Interval Daily":"Intervalo Diário","Interval Monthly":"Intervalo Mensal","Interval Weekly":"Intervalo Semanal","Interval Yearly":"Intervalo Anual","Item batch size":"Tamanho do lote de itens","Item succesfully moved.":"Item movido com sucesso.","Item(s) copied.":"Itens copiados.","Item(s) cut.":"Itens cortados.","Item(s) has been updated.":"Itens atualizados.","Item(s) pasted.":"Itens colados.","Item(s) state has been updated.":"O estado dos itens foi atualizado.","Items":"Itens","Items must be unique.":"Os itens devem ser únicos.","Label":"Rótulo","Language":"Idioma","Language independent field.":"Campo independente da linguagem.","Last":"Último","Last comment date":"Data do último comentário","Last modified":"Última modificação","Latest version":"Última versão","Layout":"Layout","Lead Image":"Imagem principal","Left":"Esquerda","Link":"Link","Link more":"Mais","Link title":"Título do link","Link to":"Link para","Link translation for":"Linkar tradução para","Listing":"Listagem","Load more":"Carregar mais","Loading":"Carregando","Location":"Localização","Log In":"Entrar","Log in":"Entrar","Login":"Entrar","Login Failed":"Falha na autenticação","Login Name":"Nome de usuário","Logout":"Sair","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"Criado por {creator} em {date}. Esta não é mais uma cópia de trabalho, mas sim o conteúdo final.","Make the table compact":"Compactar a tabela","Manage Translations":"Gerenciar traduções","Manage translations for {title}":"Gerenciar traduções para {title}","Map":"Mapa","Maps URL":"Url do Mapa","Maximum length is {len}.":"O comprimento máximo é {len}.","Maximum value is {len}.":"O valor máximo é {len}.","Message":"Mensagem","Minimum length is {len}.":"O comprimento mínimo é {len}.","Minimum value is {len}.":"O valor mínimo é {len}.","Moderate Comments":"Moderar comentários","Moderate comments":"Moderar comentários","Monday and Friday":"Segunda e sexta-feira","Month day":"Dia do mês","Monthly":"Mensalmente","More":"Mais","Move to bottom of folder":"Mover para o final da pasta","Move to top of folder":"Mover para o topo da pasta","Multiple choices?":"Múltipla escolha?","My email is":"Meu e-mail é","My username is":"Meu nome de usuário é","Name":"Nome","Navigate back":"Voltar","Navigation":"Navegação","New password":"Nova senha","News Item":"Notícia","No":"Não","No addons found":"Nenhum complemento encontrado","No image selected":"Nenhuma imagem selecionada","No image set in Lead Image content field":"Nenhuma imagem definida no campo de imagem principal","No image set in image content field":"Nenhuma imagem definida no campo de imagem","No items found in this container.":"Não foram encontrados itens nesta pasta.","No items selected":"Nenhum item selecionado","No map selected":"Nenhum mapa selecionado","No occurences set":"Sem ocorrências definidas","No options":"Sem opções","No results found":"Nenhum resultado encontrado","No results found.":"Nenhum resultado encontrado.","No selection":"Nenhuma seleção","No uninstall profile":"Sem perfil de desinstalação","No value":"Sem valor","No video selected":"Nenhum vídeo selecionado","No workflow":"Sem workflow","None":"Nenhum","Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group.":"Observe que as funções definidas aqui se aplicam diretamente a um usuário. O símbolo{plone_svg}dica um papel herdado da adesão a um grupo.","Number of active objects":"Número de objetos ativos","Object Size":"Tamanho do objeto","Occurences":"Ocorrências","Ok":"Ok","Only lowercase letters (a-z) without accents, numbers (0-9), and the two characters \"-\" and \"_\" are allowed.":"Apenas letras minúsculas (a-z) sem acentos, números (0-9) e os dois caracteres \"-\" e \"_\" são permitidos.","Open in a new tab":"Abrir em uma nova aba","Open menu":"Abrir menu","Open object browser":"Abrir navegador de objetos","Origin":"Origem","Page":"Página","Parent fieldset":"Conjunto de campos","Password":"Senha","Password reset":"Redefinição de senha","Passwords do not match.":"As senhas não coincidem.","Paste":"Colar","Paste blocks":"Colar blocos","Permissions have been updated successfully":"Permissões atualizadas com sucesso","Permissions updated":"Permissões atualizadas","Personal Information":"Informações pessoais","Personal Preferences":"Preferências pessoais","Personal tools":"Ferramentas pessoais","Persons responsible for creating the content of this item. Please enter a list of user names, one per line. The principal creator should come first.":"Pessoas responsáveis pela criação do conteúdo deste item. Por favor, insira uma lista de nomes de usuário, um por linha. O autor principal deve vir primeiro.","Please enter a valid URL by deleting the block and adding a new video block.":"Digite uma URL válida excluindo o bloco e adicionando um novo bloco de vídeo.","Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.":"Digite o código Embed fornecido pelo google maps -> compartilhar -> mapa Embed. Deve conter o <iframe> código.</iframe>.","Please fill out the form below to set your password.":"Preencha o formulário abaixo para definir sua senha.","Plone Foundation":"Fundação Plone","Plone Site":"Site Plone","Plone{reg} Open Source CMS/WCM":"Plone{reg} Open Source CMS/WCM","Portrait":"Foto","Possible values":"Valores possíveis","Powered by Plone & Python":"Criado com Plone e Python","Preferences":"Preferências","Prettify your code":"Re-formatar seu código","Preview":"Pré-visualização","Preview Image URL":"Url de imagem de pré-visualização","Profile":"Perfil","Properties":"Propriedades","Publication date":"Data de publicação","Publishing Date":"Data de publicação","Query":"Consulta","Re-enter the password. Make sure the passwords are identical.":"Reinsira a senha. Certifique-se de que as senhas são idênticas.","Read More…":"Leia Mais…","Rearrange items by…":"Reorganize itens por…","Recurrence ends":"Término da recorrência","Recurrence ends after":"Recorrência se encerra após","Recurrence ends on":"Recorrência se encerra em","Redo":"Refazer","Reduce complexity":"Reduzir complexidade","Register":"Cadastro","Registration form":"Formulário de cadastro","Relevance":"Relevância","Remove item":"Remover Item","Remove recurrence":"Remover a recorrência","Remove term":"Remover o termo","Remove working copy":"Remover a cópia de trabalho","Rename":"Renomear","Rename Items Loading Message":"Renomeando os items","Rename items":"Renomear itens","Repeat":"Repetição","Repeat every":"Repete a cada","Repeat on":"Repete em","Replace existing file":"Substituir arquivo existente","Reply":"Responder","Required":"Obrigatório","Required input is missing.":"Falta informação obrigatória.","Reset term title":"Redefinir o título do termo","Results limit":"Limite de resultados","Results preview":"Visualização de resultados","Results template":"Modelo de resultados","Reversed order":"Ordem invertida","Revert to this revision":"Reverter para esta revisão","Review state":"Estado","Richtext":"Texto rico","Right":"Direita","Rights":"Direitos","Roles":"Papéis","Root":"Raiz","Save":"Salvar","Save recurrence":"Salvar a recorrência","Schema":"Esquema","Schema updates":"Atualizações do esquema","Search":"Pesquisar","Search SVG":"SVG de busca","Search Site":"Pesquisar no site","Search block":"Bloco de busca","Search button label":"Rótulo do botão de busca","Search content":"Pesquisar conteúdo","Search for user or group":"Pesquisar por usuário ou grupo","Search group…":"Pesquisar grupo…","Search input label":"Rótulo da caixa de busca","Search results":"Resultados da pesquisa","Search results for {term}":"Resultados da pesquisa para {term}","Search users…":"Pesquisar usuários…","Searched for":"Busca por","Second":"Segundo","Section title":"Título da Seção","Select":"Selecionar","Select a date to add to recurrence":"Selecione uma data para adicionar à recorrência","Select columns to show":"Selecione colunas para mostrar","Select the transition to be used for modifying the items state.":"Selecione a transição a ser usada para modificar o estado dos itens.","Selected dates":"Datas selecionadas","Selected items":"Itens selecionados","Selected items - x of y":"Itens selecionados - x de y","Selection":"Seleção","Select…":"Selecionar…","Send":"Enviar","Set my password":"Defina minha senha","Set your password":"Defina sua senha","Settings":"Configurações","Sharing":"Compartilhamento","Sharing for {title}":"Compartilhamento para {title}","Short Name":"Nome curto","Short name":"Nome curto","Show":"Mostrar","Show All":"Mostrar tudo","Show Replies":"Mostrar respostas","Show item":"Mostrar item","Show search button?":"Mostrar botão de pesquisa?","Show search input?":"Mostrar campo de pesquisa?","Show sorting?":"Mostrar ordenação?","Shrink sidebar":"Recolher barra lateral","Shrink toolbar":"Recolher barra de ferramentas","Sign in to start session":"Faça login para iniciar a sessão","Site":"Site","Site Administration":"Administração do site","Site Map":"Mapa do site","Site Setup":"Configuração do site","Sitemap":"Mapa do site","Size":"Tamanho","Size: {size}":"Tamanho: {size}","Sorry, something went wrong with your request":"Desculpe, algo deu errado com sua requisição","Sort By:":"Ordenar por:","Sort on":"Ordenado por","Sort on label":"Rótulo de ordenação","Sort on options":"Opções de ordenação","Source":"Fonte","Specify a youtube video or playlist url":"Informe a url para um vídeo ou uma playlist do YouTube","Split":"Dividir","Start Date":"Data de Início","Start of the recurrence":"Início da recorrência","Start password reset":"Redefinir senha","State":"Estado","Stop compare":"Pare de comparar","String":"Texto","Stripe alternate rows with color":"Alternar cores das linhas","Styling":"Estilo","Subject":"Assunto","Success":"Sucesso","Summary":"Resumo","Switch to":"Mudar para","Table":"Tabela","Table of Contents":"Tabela de conteúdos","Tags":"Tags","Tags to add":"Tags a serem adicionadas","Tags to remove":"Tags a serem removidas","Target memory size per cache in bytes":"Tamanho de memória destinada para o cache em bytes","Target number of objects in memory per cache":"Número de objetos na memória para o cache","Text":"Texto","Thank you.":"Obrigado.","The Database Manager allow you to view database status information":"O Gerenciador de banco de dados permite que você visualize informações de status do banco de dados","The URL for your external home page, if you have one.":"A URL para seu site, caso tenha um.","The backend is not responding, please check if you have started Plone, check your project's configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto's environment variable.":"O servidor de backend não está respondendo, verifique se você inicializou o Plone, verifique o apiPath de objeto de configuração do seu projeto (ou se você está usando o proxy interno, devProxyToApiPath) ou a variável ambiente RAZZLE_API_PATH Volto.","The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.":"O servidor de backend está respondendo, mas os cabeçalhos CORS não estão configurados corretamente e o navegador negou o acesso aos recursos de backend.","The backend server of your website is not answering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators.":"O servidor de backend do seu site não está respondendo, pedimos desculpas pelo inconveniente. Por favor, tente recarregar a página e tente novamente. Se o problema persistir, entre em contato com os administradores do site.","The button presence disables the live search, the query is issued when you press ENTER":"A presença do botão desativa a busca ativa, a consulta é realizada apenas quando você pressiona ENTER","The item could not be deleted.":"O item não pôde ser excluído.","The link address is:":"O endereço do link é:","The registration process has been successful. Please check your e-mail inbox for information on how activate your account.":"O processo de registro foi bem sucedido. Verifique sua caixa de entrada de e-mail para obter informações sobre como ativar sua conta.","The user portrait/avatar":"Foto/avatar do usuário","The working copy was discarded":"A cópia de trabalho foi descartada.","The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.":"O {plonecms} tem {copyright} de 2000-{current_year} pela {plonefoundation} e amigos.","There is a configuration problem on the backend":"Há um problema de configuração no backend","There were some errors":"Houve alguns erros","There were some errors.":"Houve alguns erros.","Third":"Terceiro","This has an ongoing working copy in {title}":"Este conteúdo tem uma cópia de trabalho ativa em {title}","This is a reserved name and can't be used":"Este é um nome reservado e não pode ser usado","This is a working copy of {title}":"Esta é uma cópia de trabalho de {title}","This item was locked by {creator} on {date}":"Este item foi bloqueado por {creator} em {date}","This name will be displayed in the URL.":"Este nome será exibido na URL.","This page does not seem to exist…":"Esta página parece não existir…","Time":"Hora","Title":"Título","Total active and non-active objects":"Total de objetos ativos e não ativos","Total comments":"Total de comentários","Total number of objects in each cache":"Número total de objetos em cada cache","Total number of objects in memory from all caches":"Número total de objetos na memória de todos os caches","Total number of objects in the database":"Número total de objetos no banco de dados","Translate to {lang}":"Traduza para {lang}","Translation linked":"Tradução vinculada","Translation linking removed":"Vínculo de tradução removido","Type":"Tipo","Type a Video (YouTube, Vimeo or mp4) URL":"Digite uma URL de vídeo (YouTube, Vimeo ou mp4)","Type text...":"Digite texto...","Type text…":"Digite texto…","Type the title…":"Digite o título…","UID":"UID","Unauthorized":"Não autorizado","Undo":"Desfazer","Unfold":"Expandir","Unified":"Unificado","Uninstall":"Desinstalar","Unknown Block":"Bloco Desconhecido","Unlink translation for":"Desvincular a tradução para","Unlock":"Destravar","Update":"Atualizar","Update installed addons":"Atualizar complementos instalados","Update installed addons:":"Atualização de complementos instalados:","Updates available":"Atualizações disponíveis","Upload":"Enviar","Upload a lead image in the 'Lead Image' content field.":"Enviar uma imagem para o campo de imagem principal.","Upload a new image":"Enviar uma nova imagem","Upload files":"Enviar arquivos","Uploading files":"Enviando arquivos","Uploading image":"Enviando imagem","Used for programmatic access to the fieldset.":"Usado para acesso programático ao conjunto de campos.","User":"Usuário","User created":"Usuário criado","User name":"Nome de usuário","User roles updated":"Papéis do grupo atualizados","Username":"Nome de usuário","Users":"Usuários","Users and Groups":"Usuários e Grupos","Variation":"Variação","Version Overview":"Versões","Video":"Vídeo","Video URL":"URL do vídeo","View":"Visão","View changes":"Ver mudanças","View this revision":"Ver esta revisão","View working copy":"Exibir a cópia de trabalho","Viewmode":"Visão","Vocabulary term":"Termo de vocabulário","Vocabulary term title":"Título do termo de vocabulário","Vocabulary terms":"Termos de vocabulário","Warning Regarding debug mode":"Aviso em relação ao modo de depuração","We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.":"Pedimos desculpas pelo inconveniente, mas o backend do site que você está acessando não está disponível agora. Por favor, tente de novo mais tarde.","We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the links below to help you find what you are looking for.":"Pedimos desculpas pelo inconveniente, mas a página que você estava tentando acessar não está neste endereço. Você pode usar os links abaixo para ajudá-lo a encontrar o que você está procurando.","We apologize for the inconvenience, but you don't have permissions on this resource.":"Pedimos desculpas pelo inconveniente, mas você não tem permissões neste recurso.","We will use this address if you need to recover your password":"Usaremos este endereço se você precisar recuperar sua senha","Weeek day of month":"Dia do mês","Weekday":"Dia da semana","Weekly":"Semanalmente","What":"O quê","When":"Quando","When this date is reached, the content will nolonger be visible in listings and searches.":"Quando chegar a esta data, o conteúdo deixará de ficar visível nas listagens e nas pesquisas.","Who":"Quem","Wide":"Largo","Workflow Change Loading Message":"Alterando os estados...","Workflow updated.":"Workflow atualizado.","Yearly":"Anualmente","Yes":"Sim","You are trying to access a protected resource, please {login} first.":"Você está tentando acessar um recurso protegido, por favor, {login} primeiro.","You are using an outdated browser":"Você está usando um navegador desatualizado","You can add a comment by filling out the form below. Plain text formatting.":"Você pode adicionar um comentário preenchendo o formulário abaixo. Formatação de texto simples.","You can control who can view and edit your item using the list below.":"Você pode controlar quem pode visualizar e editar seu item usando a lista abaixo.","You can view the difference of the revisions below.":"Você pode ver a diferença das revisões abaixo.","You can view the history of your item below.":"Você pode ver o histórico do seu item abaixo.","You can't paste this content here":"Você não pode colar este conteúdo aqui","Your email is required for reset your password.":"Seu e-mail é necessário para redefinir sua senha.","Your location - either city and country - or in a company setting, where your office is located.":"Sua localização - seja cidade e país - ou em um ambiente de empresa, onde seu escritório está localizado.","Your password has been set successfully. You may now {link} with your new password.":"Sua senha foi definida com sucesso. Agora você pode {link} com sua nova senha.","Your preferred language":"O seu idioma preferido","Your usernaame is required for reset your password.":"Seu nome de usuário é necessário para redefinir sua senha.","box_forgot_password_option":"Esqueceu sua senha?","common":"Padrão","compare_to":"Comparar com","delete":"excluir","deprecated_browser_notice_message":"Você está usando {browsername} {browserversion} que está sem suporte pelo seu desenvolvedor. Isto significa que não existem mais atualizações de segurança e que ele não suporta as funcionalidades atuais da web, Por favor, atualize seu navegador","description":"Descrição","description_lost_password":"Por motivos de segurança, armazenamos sua senha criptografada e não podemos enviá-la para você. Se você deseja redefinir sua senha, preencha o formulário abaixo e enviaremos um e-mail para o endereço que você forneceu quando se cadastrou para iniciar o processo de redefinição de sua senha.","description_sent_password":"Sua solicitação de redefinição de senha foi enviada. Ele deve chegar em sua caixa de correio em breve. Ao receber a mensagem, visite o endereço que ela contém para redefinir sua senha.","draft":"Rascunho","email":"E-mail","event_alldates":"Todas as datas","event_attendees":"Participantes","event_contactname":"Pessoa de contato","event_contactphone":"Telefone de contato","event_website":"Site","event_what":"O quê","event_when":"Quando","event_where":"Onde","heading_sent_password":"Sua solicitação de redefinição de senha foi enviada","hero":"Herói","html":"HTML","image":"Imagem","integer":"Valor deve ser um número inteiro","intranet":"Intranet","label_my_email_is":"Meu endereço de e-mail é","label_my_username_is":"Meu nome de usuário é","leadimage":"Imagem principal","listing":"Listagem","loading":"Carregando","log in":"acessar","maps":"mapas","maxLength":"Comprimento máximo","maximum":"Valor máximo","media":"Mídia","minLength":"Comprimento mínimo","minimum":"Valor mínimo","mostUsed":"Mais usados","no":"Não","no workflow state":"Sem estado de workflow","number":"Valor deve ser numérico","of the month":"do mês","or try a different page.":"ou tente uma página diferente","others":"outros","private":"privado","published":"publicado","querystring-widget-select":"Selecionar","results found":"resultados","return to the site root":"retornar à raiz do site","rrule_and":"e","rrule_approximate":"(~aproximadamente)","rrule_at":"em","rrule_dateFormat":"[day], [month], [year]","rrule_day":"dia","rrule_days":"dias","rrule_every":"a cada","rrule_for":"para","rrule_hour":"hora","rrule_hours":"horas","rrule_in":"em","rrule_last":"última","rrule_minutes":"minutos","rrule_month":"mês","rrule_months":"meses","rrule_nd":"nd","rrule_on":"em","rrule_on the":"no","rrule_or":"ou","rrule_rd":"rd","rrule_st":"st","rrule_th":"th","rrule_the":"o","rrule_time":"vezz","rrule_times":"vezes","rrule_until":"até","rrule_week":"semana","rrule_weekday":"dia da semana","rrule_weekdays":"dias da semana","rrule_weeks":"semanas","rrule_year":"ano","rrule_years":"anos","skiplink-footer":"Ir para o rodapé","skiplink-main-content":"Ir para o conteúdo","skiplink-navigation":"Ir para a navegação","sort":"ordenar","table":"tabela","text":"texto","title":"título","toc":"tabela de conteúdos","url":"url","user avatar":"avatar do usuário","video":"vídeo","visit_external_website":"Visitar site externo","yes":"Sim","{count, plural, one {Upload {count} file} other {Upload {count} files}}":"{count, plural, one {Enviar {count} arquivo} other {Enviar {count} arquivos}}","{count} selected":"{count} selecionados","{id} Content Type":"Tipo de conteúdo {id}","{id} Schema":"Esquema {id}","{title} copied.":"{title} copiado.","{title} cut.":"{title} cortado.","{title} has been deleted.":"{title} foi excluído."}
|
package/locales/volto.pot
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
msgid ""
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
|
-
"POT-Creation-Date: 2022-05-
|
|
4
|
+
"POT-Creation-Date: 2022-05-29T14:40:31.856Z\n"
|
|
5
5
|
"Last-Translator: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
|
|
6
6
|
"Language-Team: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
|
|
7
7
|
"MIME-Version: 1.0\n"
|
|
@@ -447,7 +447,7 @@ msgid "Collection"
|
|
|
447
447
|
msgstr ""
|
|
448
448
|
|
|
449
449
|
#: components/manage/Blocks/Block/StylesSchema
|
|
450
|
-
#: components/manage/Widgets/
|
|
450
|
+
#: components/manage/Widgets/ColorPickerWidget
|
|
451
451
|
# defaultMessage: Color
|
|
452
452
|
msgid "Color"
|
|
453
453
|
msgstr ""
|
package/package.json
CHANGED
|
@@ -13,7 +13,6 @@ import { setSidebarTab } from '@plone/volto/actions';
|
|
|
13
13
|
import config from '@plone/volto/registry';
|
|
14
14
|
import withObjectBrowser from '@plone/volto/components/manage/Sidebar/ObjectBrowser';
|
|
15
15
|
import { applyBlockDefaults } from '@plone/volto/helpers';
|
|
16
|
-
import StyleWrapper from './StyleWrapper';
|
|
17
16
|
|
|
18
17
|
import {
|
|
19
18
|
SidebarPortal,
|
|
@@ -167,13 +166,11 @@ export class Edit extends Component {
|
|
|
167
166
|
/* eslint-disable jsx-a11y/no-noninteractive-tabindex */
|
|
168
167
|
tabIndex={!blockHasOwnFocusManagement ? -1 : null}
|
|
169
168
|
>
|
|
170
|
-
<
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
/>
|
|
176
|
-
</StyleWrapper>
|
|
169
|
+
<Block
|
|
170
|
+
{...this.props}
|
|
171
|
+
blockNode={this.blockNode}
|
|
172
|
+
data={applyBlockDefaults(this.props)}
|
|
173
|
+
/>
|
|
177
174
|
{this.props.manage && (
|
|
178
175
|
<SidebarPortal
|
|
179
176
|
selected={this.props.selected}
|
|
@@ -24,8 +24,8 @@ const DEFAULT_COLORS = [
|
|
|
24
24
|
export const defaultStyleSchema = ({ formData, intl }) => {
|
|
25
25
|
const colors =
|
|
26
26
|
config.blocks?.blocksConfig?.[formData['@type']]?.colors || DEFAULT_COLORS;
|
|
27
|
-
const
|
|
28
|
-
config.blocks?.blocksConfig?.[formData['@type']]?.
|
|
27
|
+
const defaultBGColor =
|
|
28
|
+
config.blocks?.blocksConfig?.[formData['@type']]?.defaultBGColor;
|
|
29
29
|
|
|
30
30
|
return {
|
|
31
31
|
fieldsets: [
|
|
@@ -46,7 +46,7 @@ export const defaultStyleSchema = ({ formData, intl }) => {
|
|
|
46
46
|
widget: 'color_picker',
|
|
47
47
|
title: intl.formatMessage(messages.backgroundColor),
|
|
48
48
|
colors,
|
|
49
|
-
|
|
49
|
+
default: defaultBGColor,
|
|
50
50
|
},
|
|
51
51
|
},
|
|
52
52
|
required: [],
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import PropTypes from 'prop-types';
|
|
2
3
|
import { Form } from 'semantic-ui-react';
|
|
3
4
|
import { Grid, Button } from 'semantic-ui-react';
|
|
@@ -15,6 +16,13 @@ const ColorPickerWidget = (props) => {
|
|
|
15
16
|
|
|
16
17
|
const intl = useIntl();
|
|
17
18
|
|
|
19
|
+
React.useEffect(() => {
|
|
20
|
+
if (!props.value && props.default) {
|
|
21
|
+
props.onChange(props.id, props.default);
|
|
22
|
+
}
|
|
23
|
+
// Yes, this is correct.
|
|
24
|
+
});
|
|
25
|
+
|
|
18
26
|
return colors.length > 0 ? (
|
|
19
27
|
<Form.Field
|
|
20
28
|
inline
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import configureStore from 'redux-mock-store';
|
|
3
|
+
import { Provider } from 'react-intl-redux';
|
|
4
|
+
import { render } from '@testing-library/react';
|
|
5
|
+
|
|
6
|
+
import ColorPickerWidget from './ColorPickerWidget';
|
|
7
|
+
|
|
8
|
+
const mockStore = configureStore();
|
|
9
|
+
|
|
10
|
+
const withStateManagement = (Component) => ({ ...props }) => {
|
|
11
|
+
const [value, setValue] = React.useState(props.value || null);
|
|
12
|
+
const onChange = (id, value) => {
|
|
13
|
+
setValue(value);
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
return <Component {...props} onChange={onChange} value={value} />;
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
describe('ColorPickerWidget', () => {
|
|
20
|
+
const COLORS = [
|
|
21
|
+
{ name: 'transparent', label: 'Transparent' },
|
|
22
|
+
{ name: 'grey', label: 'Grey' },
|
|
23
|
+
];
|
|
24
|
+
|
|
25
|
+
test('renders a color picker widget component', () => {
|
|
26
|
+
const store = mockStore({
|
|
27
|
+
intl: {
|
|
28
|
+
locale: 'en',
|
|
29
|
+
messages: {},
|
|
30
|
+
},
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
const { asFragment } = render(
|
|
34
|
+
<Provider store={store}>
|
|
35
|
+
<ColorPickerWidget
|
|
36
|
+
id="my-field"
|
|
37
|
+
title="My color widget field"
|
|
38
|
+
colors={COLORS}
|
|
39
|
+
onChange={() => {}}
|
|
40
|
+
/>
|
|
41
|
+
</Provider>,
|
|
42
|
+
);
|
|
43
|
+
|
|
44
|
+
expect(asFragment()).toMatchSnapshot();
|
|
45
|
+
});
|
|
46
|
+
test('renders a color picker widget component with a default', () => {
|
|
47
|
+
const store = mockStore({
|
|
48
|
+
intl: {
|
|
49
|
+
locale: 'en',
|
|
50
|
+
messages: {},
|
|
51
|
+
},
|
|
52
|
+
});
|
|
53
|
+
const WrappedWidget = withStateManagement(ColorPickerWidget);
|
|
54
|
+
|
|
55
|
+
const { asFragment } = render(
|
|
56
|
+
<Provider store={store}>
|
|
57
|
+
<WrappedWidget
|
|
58
|
+
id="my-field"
|
|
59
|
+
title="My color widget field"
|
|
60
|
+
colors={COLORS}
|
|
61
|
+
default="grey"
|
|
62
|
+
/>
|
|
63
|
+
</Provider>,
|
|
64
|
+
);
|
|
65
|
+
|
|
66
|
+
expect(asFragment()).toMatchSnapshot();
|
|
67
|
+
});
|
|
68
|
+
});
|
|
@@ -61,6 +61,8 @@ class TokenWidget extends Component {
|
|
|
61
61
|
error: PropTypes.arrayOf(PropTypes.string),
|
|
62
62
|
getVocabulary: PropTypes.func.isRequired,
|
|
63
63
|
choices: PropTypes.arrayOf(PropTypes.object),
|
|
64
|
+
vocabLoading: PropTypes.bool,
|
|
65
|
+
vocabLoaded: PropTypes.bool,
|
|
64
66
|
items: PropTypes.shape({
|
|
65
67
|
vocabulary: PropTypes.object,
|
|
66
68
|
}),
|
|
@@ -117,6 +119,20 @@ class TokenWidget extends Component {
|
|
|
117
119
|
}
|
|
118
120
|
}
|
|
119
121
|
|
|
122
|
+
componentDidUpdate() {
|
|
123
|
+
if (
|
|
124
|
+
!this.props.choices?.length &&
|
|
125
|
+
this.props.vocabLoading === undefined &&
|
|
126
|
+
!this.props.vocabLoaded
|
|
127
|
+
) {
|
|
128
|
+
this.props.getVocabulary({
|
|
129
|
+
vocabNameOrURL: this.props.vocabBaseUrl,
|
|
130
|
+
size: -1,
|
|
131
|
+
subrequest: this.props.lang,
|
|
132
|
+
});
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
|
|
120
136
|
/**
|
|
121
137
|
* Handle the field change, store it in the local state and back to simple
|
|
122
138
|
* array of tokens for correct serialization
|
|
@@ -198,6 +214,8 @@ export default compose(
|
|
|
198
214
|
value: item.value,
|
|
199
215
|
}))
|
|
200
216
|
: [],
|
|
217
|
+
vocabLoading: vocabState.loading,
|
|
218
|
+
vocabLoaded: vocabState.loaded,
|
|
201
219
|
vocabBaseUrl,
|
|
202
220
|
lang: state.intl.locale,
|
|
203
221
|
};
|
package/src/config/Widgets.jsx
CHANGED
|
@@ -30,7 +30,7 @@ import ObjectListWidget from '@plone/volto/components/manage/Widgets/ObjectListW
|
|
|
30
30
|
import VocabularyTermsWidget from '@plone/volto/components/manage/Widgets/VocabularyTermsWidget';
|
|
31
31
|
import SelectMetadataWidget from '@plone/volto/components/manage/Blocks/Search/widgets/SelectMetadataField';
|
|
32
32
|
import SelectAutoComplete from '@plone/volto/components/manage/Widgets/SelectAutoComplete';
|
|
33
|
-
import ColorPickerWidget from '@plone/volto/components/manage/Widgets/
|
|
33
|
+
import ColorPickerWidget from '@plone/volto/components/manage/Widgets/ColorPickerWidget';
|
|
34
34
|
|
|
35
35
|
import ArrayViewWidget from '@plone/volto/components/theme/Widgets/ArrayWidget';
|
|
36
36
|
import BooleanViewWidget from '@plone/volto/components/theme/Widgets/BooleanWidget';
|
|
@@ -1,17 +1,24 @@
|
|
|
1
1
|
import express from 'express';
|
|
2
2
|
import { getAPIResourceWithAuth } from '@plone/volto/helpers';
|
|
3
3
|
|
|
4
|
-
const HEADERS = [
|
|
4
|
+
const HEADERS = [
|
|
5
|
+
'Accept-Ranges',
|
|
6
|
+
'Cache-Control',
|
|
7
|
+
'Content-Disposition',
|
|
8
|
+
'Content-Range',
|
|
9
|
+
'Content-Type',
|
|
10
|
+
];
|
|
5
11
|
|
|
6
12
|
function fileMiddleware(req, res, next) {
|
|
7
13
|
getAPIResourceWithAuth(req)
|
|
8
14
|
.then((resource) => {
|
|
9
15
|
// Just forward the headers that we need
|
|
10
16
|
HEADERS.forEach((header) => {
|
|
11
|
-
if (resource.
|
|
12
|
-
res.set(header, resource.
|
|
17
|
+
if (resource.get(header)) {
|
|
18
|
+
res.set(header, resource.get(header));
|
|
13
19
|
}
|
|
14
20
|
});
|
|
21
|
+
res.status(resource.statusCode);
|
|
15
22
|
res.send(resource.body);
|
|
16
23
|
})
|
|
17
24
|
.catch(next);
|
|
@@ -428,7 +428,7 @@ export const buildStyleClassNamesFromData = (styles) => {
|
|
|
428
428
|
});
|
|
429
429
|
return styleArray.map((item) => {
|
|
430
430
|
const classname = item.map((item) => {
|
|
431
|
-
const str_item = item.toString();
|
|
431
|
+
const str_item = item ? item.toString() : '';
|
|
432
432
|
return str_item && str_item.startsWith('#')
|
|
433
433
|
? str_item.replace('#', '')
|
|
434
434
|
: str_item;
|
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
* @param {Object} req Original request object
|
|
5
5
|
* @return {function} Superagent request function
|
|
6
6
|
*/
|
|
7
|
+
|
|
8
|
+
const HEADERS = ['range', 'if-range'];
|
|
9
|
+
|
|
7
10
|
export const addHeadersFactory = (orig) => {
|
|
8
11
|
return (request) => {
|
|
9
12
|
const x_forwarded_host = orig.headers['x-forwarded-host'] || orig['host'];
|
|
@@ -17,5 +20,11 @@ export const addHeadersFactory = (orig) => {
|
|
|
17
20
|
request.set('x-forwarded-for', x_forwarded_for);
|
|
18
21
|
}
|
|
19
22
|
x_forwarded_host && request.set('x-forwarded-host', x_forwarded_host);
|
|
23
|
+
// forward additional headers
|
|
24
|
+
HEADERS.forEach((header) => {
|
|
25
|
+
if (orig.headers[header]) {
|
|
26
|
+
request.set(header, orig.headers[header]);
|
|
27
|
+
}
|
|
28
|
+
});
|
|
20
29
|
};
|
|
21
30
|
};
|