@plone/volto 14.0.2 → 14.1.0
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 -0
- package/locales/ca/LC_MESSAGES/volto.po +12 -2
- package/locales/ca.json +1 -1
- package/locales/de/LC_MESSAGES/volto.po +12 -2
- package/locales/de.json +1 -1
- package/locales/en/LC_MESSAGES/volto.po +12 -2
- package/locales/en.json +1 -1
- package/locales/es/LC_MESSAGES/volto.po +12 -2
- package/locales/es.json +1 -1
- package/locales/eu/LC_MESSAGES/volto.po +12 -2
- package/locales/eu.json +1 -1
- package/locales/fr/LC_MESSAGES/volto.po +12 -2
- package/locales/fr.json +1 -1
- package/locales/it/LC_MESSAGES/volto.po +12 -2
- package/locales/it.json +1 -1
- package/locales/ja/LC_MESSAGES/volto.po +12 -2
- package/locales/ja.json +1 -1
- package/locales/nl/LC_MESSAGES/volto.po +12 -2
- package/locales/nl.json +1 -1
- package/locales/pt/LC_MESSAGES/volto.po +12 -2
- package/locales/pt.json +1 -1
- package/locales/pt_BR/LC_MESSAGES/volto.po +12 -2
- package/locales/pt_BR.json +1 -1
- package/locales/ro/LC_MESSAGES/volto.po +12 -2
- package/locales/ro.json +1 -1
- package/locales/volto.pot +12 -2
- package/package.json +2 -1
- package/src/actions/vocabularies/vocabularies.js +14 -3
- package/src/components/index.js +1 -0
- package/src/components/manage/Blocks/HeroImageLeft/Edit.jsx +1 -1
- package/src/components/manage/Blocks/Listing/getAsyncData.js +1 -1
- package/src/components/manage/Blocks/Text/Edit.jsx +19 -0
- package/src/components/manage/Form/Form.jsx +11 -1
- package/src/components/manage/Form/UndoToolbar.jsx +78 -0
- package/src/components/manage/Widgets/AlignWidget.stories.jsx +5 -21
- package/src/components/manage/Widgets/ArrayWidget.jsx +83 -101
- package/src/components/manage/Widgets/ArrayWidget.stories.jsx +29 -64
- package/src/components/manage/Widgets/CheckboxWidget.stories.jsx +5 -22
- package/src/components/manage/Widgets/DatetimeWidget.jsx +65 -74
- package/src/components/manage/Widgets/DatetimeWidget.stories.jsx +7 -23
- package/src/components/manage/Widgets/DatetimeWidget.test.jsx +17 -15
- package/src/components/manage/Widgets/EmailWidget.stories.jsx +5 -22
- package/src/components/manage/Widgets/FileWidget.stories.jsx +5 -22
- package/src/components/manage/Widgets/NumberWidget.stories.jsx +5 -23
- package/src/components/manage/Widgets/ObjectBrowserWidget.stories.js +24 -32
- package/src/components/manage/Widgets/ObjectListWidget.stories.js +44 -44
- package/src/components/manage/Widgets/ObjectWidget.stories.jsx +13 -28
- package/src/components/manage/Widgets/PasswordWidget.stories.jsx +5 -22
- package/src/components/manage/Widgets/QueryWidget.jsx +2 -2
- package/src/components/manage/Widgets/QueryWidget.stories.jsx +1637 -22
- package/src/components/manage/Widgets/SelectAutoComplete.jsx +79 -48
- package/src/components/manage/Widgets/SelectAutoComplete.test.jsx +16 -0
- package/src/components/manage/Widgets/SelectAutocompleteWidget.stories.jsx +161 -0
- package/src/components/manage/Widgets/SelectUtils.js +90 -30
- package/src/components/manage/Widgets/SelectUtils.test.jsx +76 -1
- package/src/components/manage/Widgets/SelectWidget.jsx +26 -37
- package/src/components/manage/Widgets/SelectWidget.stories.jsx +96 -28
- package/src/components/manage/Widgets/TextWidget.stories.jsx +5 -22
- package/src/components/manage/Widgets/TextareaWidget.stories.jsx +5 -22
- package/src/components/manage/Widgets/TokenWidget.jsx +19 -17
- package/src/components/manage/Widgets/TokenWidget.stories.jsx +141 -0
- package/src/components/manage/Widgets/UrlWidget.stories.jsx +5 -21
- package/src/components/manage/Widgets/VocabularyTermsWidget.stories.js +27 -64
- package/src/components/manage/Widgets/WysiwygWidget.stories.jsx +5 -22
- package/src/components/manage/Widgets/story.jsx +38 -0
- package/src/components/theme/ContactForm/ContactForm.jsx +1 -0
- package/src/components/theme/ContactForm/ContactForm.stories.jsx +126 -0
- package/src/components/theme/CorsError/CorsError.jsx +2 -2
- package/src/config/Loadables.jsx +2 -0
- package/src/config/index.js +1 -0
- package/src/helpers/UndoManager/useUndoManager.js +102 -0
- package/src/helpers/index.js +1 -0
- package/src/reducers/vocabularies/vocabularies.js +13 -2
- package/src/store.js +1 -1
- package/src/storybook.jsx +55 -0
- package/theme/themes/pastanaga/extras/time-picker-overrides.less +1 -1
- package/include/python3.8/Python-ast.h +0 -715
- package/include/python3.8/Python.h +0 -160
- package/include/python3.8/abstract.h +0 -844
- package/include/python3.8/asdl.h +0 -46
- package/include/python3.8/ast.h +0 -37
- package/include/python3.8/bitset.h +0 -23
- package/include/python3.8/bltinmodule.h +0 -14
- package/include/python3.8/boolobject.h +0 -34
- package/include/python3.8/bytearrayobject.h +0 -62
- package/include/python3.8/bytes_methods.h +0 -69
- package/include/python3.8/bytesobject.h +0 -224
- package/include/python3.8/cellobject.h +0 -29
- package/include/python3.8/ceval.h +0 -231
- package/include/python3.8/classobject.h +0 -59
- package/include/python3.8/code.h +0 -180
- package/include/python3.8/codecs.h +0 -240
- package/include/python3.8/compile.h +0 -106
- package/include/python3.8/complexobject.h +0 -69
- package/include/python3.8/context.h +0 -84
- package/include/python3.8/cpython/abstract.h +0 -319
- package/include/python3.8/cpython/dictobject.h +0 -94
- package/include/python3.8/cpython/fileobject.h +0 -24
- package/include/python3.8/cpython/initconfig.h +0 -434
- package/include/python3.8/cpython/interpreteridobject.h +0 -19
- package/include/python3.8/cpython/object.h +0 -470
- package/include/python3.8/cpython/objimpl.h +0 -113
- package/include/python3.8/cpython/pyerrors.h +0 -188
- package/include/python3.8/cpython/pylifecycle.h +0 -78
- package/include/python3.8/cpython/pymem.h +0 -108
- package/include/python3.8/cpython/pystate.h +0 -252
- package/include/python3.8/cpython/sysmodule.h +0 -21
- package/include/python3.8/cpython/traceback.h +0 -22
- package/include/python3.8/cpython/tupleobject.h +0 -36
- package/include/python3.8/cpython/unicodeobject.h +0 -1239
- package/include/python3.8/datetime.h +0 -259
- package/include/python3.8/descrobject.h +0 -108
- package/include/python3.8/dictobject.h +0 -94
- package/include/python3.8/dtoa.h +0 -19
- package/include/python3.8/dynamic_annotations.h +0 -499
- package/include/python3.8/enumobject.h +0 -17
- package/include/python3.8/errcode.h +0 -38
- package/include/python3.8/eval.h +0 -37
- package/include/python3.8/fileobject.h +0 -49
- package/include/python3.8/fileutils.h +0 -185
- package/include/python3.8/floatobject.h +0 -130
- package/include/python3.8/frameobject.h +0 -92
- package/include/python3.8/funcobject.h +0 -104
- package/include/python3.8/genobject.h +0 -109
- package/include/python3.8/graminit.h +0 -94
- package/include/python3.8/grammar.h +0 -77
- package/include/python3.8/import.h +0 -149
- package/include/python3.8/internal/pycore_accu.h +0 -39
- package/include/python3.8/internal/pycore_atomic.h +0 -558
- package/include/python3.8/internal/pycore_ceval.h +0 -37
- package/include/python3.8/internal/pycore_code.h +0 -27
- package/include/python3.8/internal/pycore_condvar.h +0 -95
- package/include/python3.8/internal/pycore_context.h +0 -42
- package/include/python3.8/internal/pycore_fileutils.h +0 -54
- package/include/python3.8/internal/pycore_getopt.h +0 -22
- package/include/python3.8/internal/pycore_gil.h +0 -50
- package/include/python3.8/internal/pycore_hamt.h +0 -116
- package/include/python3.8/internal/pycore_initconfig.h +0 -166
- package/include/python3.8/internal/pycore_object.h +0 -81
- package/include/python3.8/internal/pycore_pathconfig.h +0 -75
- package/include/python3.8/internal/pycore_pyerrors.h +0 -62
- package/include/python3.8/internal/pycore_pyhash.h +0 -10
- package/include/python3.8/internal/pycore_pylifecycle.h +0 -118
- package/include/python3.8/internal/pycore_pymem.h +0 -212
- package/include/python3.8/internal/pycore_pystate.h +0 -326
- package/include/python3.8/internal/pycore_traceback.h +0 -96
- package/include/python3.8/internal/pycore_tupleobject.h +0 -19
- package/include/python3.8/internal/pycore_warnings.h +0 -25
- package/include/python3.8/interpreteridobject.h +0 -17
- package/include/python3.8/intrcheck.h +0 -33
- package/include/python3.8/iterobject.h +0 -25
- package/include/python3.8/listobject.h +0 -81
- package/include/python3.8/longintrepr.h +0 -99
- package/include/python3.8/longobject.h +0 -242
- package/include/python3.8/marshal.h +0 -28
- package/include/python3.8/memoryobject.h +0 -72
- package/include/python3.8/methodobject.h +0 -131
- package/include/python3.8/modsupport.h +0 -248
- package/include/python3.8/moduleobject.h +0 -90
- package/include/python3.8/namespaceobject.h +0 -19
- package/include/python3.8/node.h +0 -48
- package/include/python3.8/object.h +0 -753
- package/include/python3.8/objimpl.h +0 -284
- package/include/python3.8/odictobject.h +0 -43
- package/include/python3.8/opcode.h +0 -148
- package/include/python3.8/osdefs.h +0 -51
- package/include/python3.8/osmodule.h +0 -17
- package/include/python3.8/parsetok.h +0 -110
- package/include/python3.8/patchlevel.h +0 -35
- package/include/python3.8/picklebufobject.h +0 -31
- package/include/python3.8/py_curses.h +0 -100
- package/include/python3.8/pyarena.h +0 -64
- package/include/python3.8/pycapsule.h +0 -59
- package/include/python3.8/pyconfig.h +0 -1665
- package/include/python3.8/pyctype.h +0 -39
- package/include/python3.8/pydebug.h +0 -40
- package/include/python3.8/pydtrace.h +0 -59
- package/include/python3.8/pydtrace_probes.h +0 -228
- package/include/python3.8/pyerrors.h +0 -335
- package/include/python3.8/pyexpat.h +0 -55
- package/include/python3.8/pyfpe.h +0 -12
- package/include/python3.8/pyhash.h +0 -145
- package/include/python3.8/pylifecycle.h +0 -75
- package/include/python3.8/pymacconfig.h +0 -102
- package/include/python3.8/pymacro.h +0 -106
- package/include/python3.8/pymath.h +0 -230
- package/include/python3.8/pymem.h +0 -150
- package/include/python3.8/pyport.h +0 -850
- package/include/python3.8/pystate.h +0 -136
- package/include/python3.8/pystrcmp.h +0 -23
- package/include/python3.8/pystrhex.h +0 -22
- package/include/python3.8/pystrtod.h +0 -45
- package/include/python3.8/pythonrun.h +0 -210
- package/include/python3.8/pythread.h +0 -161
- package/include/python3.8/pytime.h +0 -246
- package/include/python3.8/rangeobject.h +0 -27
- package/include/python3.8/setobject.h +0 -108
- package/include/python3.8/sliceobject.h +0 -65
- package/include/python3.8/structmember.h +0 -74
- package/include/python3.8/structseq.h +0 -49
- package/include/python3.8/symtable.h +0 -123
- package/include/python3.8/sysmodule.h +0 -41
- package/include/python3.8/token.h +0 -92
- package/include/python3.8/traceback.h +0 -28
- package/include/python3.8/tracemalloc.h +0 -38
- package/include/python3.8/tupleobject.h +0 -48
- package/include/python3.8/typeslots.h +0 -85
- package/include/python3.8/ucnhash.h +0 -36
- package/include/python3.8/unicodeobject.h +0 -1044
- package/include/python3.8/warnings.h +0 -67
- package/include/python3.8/weakrefobject.h +0 -86
- package/src/components/theme/ContactForm/ContactForm.stories.mdx +0 -39
package/locales/nl.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"<p>Add some HTML here</p>":"","Accessibility":"Toegankelijkheid","Account Registration Completed":"","Account activation completed":"","Action":"","Actions":"Acties","Activate and deactivate":"","Add":"","Add Addons":"","Add Content":"","Add Translation…":"","Add User":"","Add a description…":"","Add block":"","Add block…":"","Add criteria":"","Add date":"","Add field":"","Add fieldset":"","Add group":"","Add new content type":"","Add new group":"","Add new user":"","Add to Groups":"","Add vocabulary term":"","Add {type}":"Voeg {type} toe","Add-ons Settings":"","Additional date":"","Alignment":"","All":"Alles","Alphabetically":"","Alt text":"","Alt text hint":"","Alt text hint link text":"","Apply working copy":"","Are you sure you want to delete this field?":"","Are you sure you want to delete this fieldset including all fields?":"","Ascending":"Oplopend","Available":"","Back":"","Base":"Basis","Base search query":"","Block":"","Both email address and password are case sensitive, check that caps lock is not enabled.":"","Breadcrumbs":"","Browse":"Bladeren","Browse the site, drop an image, or type an 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.":"Standaard worden de rechten overgenomen van de bovenliggende map. Als u dit uitgeschakeld, worden alleen de expliciet toegekende rechten gebruikt. In het overzicht geeft het symbool ${image_confirm_icon} een overgenomen waarde aan. Vergelijkbaar geeft het icoon ${image_link_icon} een globale rol aan, die wordt beheerd door de websitebeheerder.","Cache Name":"","Can not edit Layout for <strong>{type}</strong> content-type as it doesn't have support for <strong>Volto Blocks</strong> enabled":"","Can not edit Layout for <strong>{type}</strong> content-type as the <strong>Blocks behavior</strong> is enabled and <strong>read-only</strong>":"","Cancel":"Annuleren","Cell":"","Center":"","Change Note":"Beschrijf de wijzigingen","Change Password":"Wachtwoord wijzigen","Change State":"Status wijzigen","Change workflow state recursively":"","Changes applied.":"","Changes saved":"Wijzigingen zijn opgeslagen","Changes saved.":"","Checkbox":"","Choices":"","Choose Image":"","Choose Target":"","Choose a file":"","Clear":"","Clear filters":"","Click to download full sized image":"","Close":"","Close menu":"","Code":"","Collapse item":"","Collection":"","Comment":"","Commenter":"","Comments":"","Compare":"Vergelijken","Confirm password":"Wachtwoord bevestigen","Connection refused":"","Contact":"Contact","Contact form":"","Contained items":"","Content type created":"","Content type deleted":"","Contents":"Inhoud","Controls":"","Copy":"Kopiëren","Copy blocks":"","Copyright":"Copyright","Copyright statement or other rights information on this item.":"Auteursrechten of andere rechtsinformatie van dit item.","Create working copy":"","Created by {creator} on {date}":"","Created on":"","Creator":"","Creators":"Auteurs","Criteria":"","Current filters applied":"","Current password":"Huidig wachtwoord","Cut":"Knippen","Cut blocks":"","Daily":"","Database Information":"","Database Location":"","Database Size":"","Database main":"","Date":"","Date (newest first)":"","Default":"Standaard","Delete":"Verwijderen","Delete Group":"","Delete Type":"","Delete User":"","Delete blocks":"","Delete col":"","Delete row":"","Depth":"","Descending":"Aflopend","Description":"Beschrijving","Diff":"Verschil","Difference between revision {one} and {two} of {title}":"Verschil tussen revisie {one} en {two} van {title}","Distributed under the {license}.":"Gedistribueerd onder de {license}.","Divide each row into separate cells":"","Do you really want to delete the following items?":"Weet u zeker dat u de volgende items wilt verwijderen?","Do you really want to delete the group {groupname}?":"","Do you really want to delete the type {typename}?":"","Do you really want to delete the user {username}?":"","Do you really want to delete this item?":"Weet u zeker dat u dit item wilt verwijderen?","Document":"","Drag and drop files from your computer onto this area or click the “Browse” button.":"Drag en drop bestanden van uw computer naar dit gebied of klik op de “Bladeren” knop.","Drop file here to replace the existing file":"","Drop file here to upload a new file":"","Drop files here ...":"","E-mail":"E-mailadres","E-mail addresses do not match.":"","Edit":"Bewerken","Edit comment":"","Edit field":"","Edit fieldset":"","Edit recurrence":"","Edit values":"","Edit {title}":"{title} bewerken","Email":"","Email sent":"","Embed code error, please follow the instructions and try again.":"","Embeded Google Maps":"","Empty object list":"","Enable editable Blocks":"","End Date":"","Enter URL or select an item":"","Enter a username above to search or click 'Show All'":"","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.":"","Enter full name, e.g. John Smith.":"Vul de volledige naam in, bijvoorbeeld Jan Smit.","Enter map Embed Code":"","Enter your current password.":"Voer uw huidige wachtwoord in.","Enter your email address for verification.":"","Enter your new password. Minimum 5 characters.":"Geef een nieuw wachtwoord op. Minimaal 5 karakters.","Error":"","Exclude from navigation":"Sluit uit van de navigatiestructuur","Exclude this occurence":"","Excluded from navigation":"","Expand sidebar":"","Expiration Date":"Vervaldatum","Expiration date":"","Expired":"","External URL":"","Facet":"","Facet widget":"","Facets":"","Facets on left side":"","Facets on right side":"","Facets on top":"","Field":"","File":"","File size":"Bestandsgrootte","Filename":"Bestandsnaam","Filter…":"Filter…","First":"","Fixed width table cells":"","Fold":"","Folder":"","Forbidden":"","Fourth":"","From":"","Full":"","Full Name":"Volledige naam","Fullname":"","GNU GPL license":"GNU GPL licentie","Global role":"","Google Maps Embedded Block":"","Group":"","Group created":"","Group roles updated":"","Groupname":"","Groups":"","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":"","Headline":"","Hidden facets will still filter the results if proper parameters are passed in URLs":"","Hide Replies":"","Hide facet?":"","History":"","History Version Number":"","History of {title}":"Geschiedenis van {title}","Home":"Home","Home page":"Homepage","ID":"","If selected, this item will not appear in the navigation tree":"Indien geselecteerd, wordt het item niet getoond in de navigatiestructuur","If this date is in the future, the content will not show up in listings and searches until this date.":"Wanneer deze datum in de toekomst is zal de inhoud niet langer zichtbaar zijn in lijsten en zoekresultaten totdat deze datum bereikt is.","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}.":"Indien u er zeker van bent dat u het webadres goed heeft, maar toch een foutmelding krijgt, neem dan contact op met {site_admin}.","Image":"","Image gallery":"","Include this occurence":"","Info":"","Inherit permissions from higher levels":"Rechten overnemen van bovenliggende map","Inherited value":"","Insert col after":"","Insert col before":"","Insert row after":"","Insert row before":"","Install":"","Installed":"","Installed version":"","Interval Daily":"","Interval Monthly":"","Interval Weekly":"","Interval Yearly":"","Item batch size":"","Item succesfully moved.":"","Item(s) copied.":"Item(s) gekopieerd","Item(s) cut.":"Item(d) geknipt.","Item(s) has been updated.":"","Item(s) pasted.":"Item(s) geplakt.","Item(s) state has been updated.":"","Items":"","Items must be unique.":"Items moeten uniek zijn.","Label":"","Language":"Taal","Last":"","Last comment date":"","Last modified":"Laatst gewijzigd","Latest version":"","Layout":"","Lead Image":"","Left":"","Link":"","Link more":"","Link title":"","Link to":"","Link translation for":"","Listing":"","Load more":"","Loading":"","Location":"Locatie","Log In":"","Log in":"Inloggen","Login":"","Login Failed":"","Login Name":"Gebruikersnaam","Logout":"","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"","Make the table compact":"","Manage Translations":"","Manage translations for {title}":"","Map":"","Maps URL":"","Maximum length is {len}.":"","Maximum value is {len}.":"","Message":"","Minimum length is {len}.":"Minimum lengte is {len}","Minimum value is {len}.":"","Moderate Comments":"","Moderate comments":"","Monday and Friday":"","Month day":"","Monthly":"","More":"","Move to bottom of folder":"Verplaats naar onder in de map","Move to top of folder":"Verplaats naar boven in de map","Multiple choices?":"","My email address is":"","Name":"Naam","Navigate back":"","Navigation":"","New password":"Nieuw wachtwoord","News Item":"","No":"","No image selected":"","No image set in Lead Image content field":"","No image set in image content field":"","No items found in this container.":"","No items selected":"","No map selected":"","No occurences set":"","No options":"","No results found":"","No results found.":"","No selection":"","No uninstall profile":"","No value":"","No video selected":"","No workflow":"","None":"Niks","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":"","Object Size":"","Occurences":"","Ok":"Ok","Open in a new tab":"","Open menu":"","Open object browser":"","Origin":"","Page":"","Parent fieldset":"","Password":"Wachtwoord","Password reset":"","Passwords do not match.":"","Paste":"Plakken","Paste blocks":"","Permissions have been updated successfully":"","Permissions updated":"","Personal Information":"Persoonlijke gegevens","Personal Preferences":"Persoonlijke voorkeuren","Personal tools":"","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.":"Gebruikers die verantwoordelijk zijn voor de inhoud van dit item. De eindverantwoordelijke vermeldt u als eerste.","Please enter a valid URL by deleting the block and adding a new video block.":"","Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.":"","Please fill out the form below to set your password.":"","Plone Foundation":"Plone Foundation","Plone Site":"Plone website","Plone{reg} Open Source CMS/WCM":"Plone{reg} CMS - Open Source Web Content Management Systeem","Portrait":"","Possible values":"","Powered by Plone & Python":"Powered by Plone & Python","Preferences":"","Prettify your code":"","Preview":"Voorvertoning","Preview Image URL":"","Profile":"","Properties":"Eigenschappen","Publication date":"","Publishing Date":"Ingangsdatum","Query":"","Re-enter the password. Make sure the passwords are identical.":"Voer het wachtwoord nogmaals in. Zorg dat de wachtwoorden identiek zijn.","Read More…":"Lees verder…","Rearrange items by…":"Items rangschikken op…","Recurrence ends":"","Recurrence ends after":"","Recurrence ends on":"","Reduce complexity":"","Register":"","Registration form":"","Relevance":"","Remove item":"","Remove recurrence":"","Remove term":"","Remove working copy":"","Rename":"Naam wijzigen","Rename Items Loading Message":"","Rename items":"Naam wijzigen","Repeat":"","Repeat every":"","Repeat on":"","Replace existing file":"","Reply":"","Required":"","Required input is missing.":"Verplichte waarde mist.","Reset term title":"","Results limit":"","Results preview":"","Results template":"","Reversed order":"","Revert to this revision":"Deze rivisie herstellen","Review state":"","Richtext":"","Right":"","Rights":"Rechten","Roles":"","Root":"","Save":"Opslaan","Save recurrence":"","Schema":"","Schema updates":"","Search":"Zoek","Search SVG":"","Search Site":"Website doorzoeken","Search block":"","Search button label":"","Search content":"","Search for user or group":"Zoeken naar gebruiker of groep","Search group…":"","Search input label":"","Search results":"","Search results for {term}":"Zoekresultaten voor ${term}","Search users…":"","Searched for":"","Second":"","Section title":"","Select":"","Select a date to add to recurrence":"","Select columns to show":"Selecteer de te tonen kolommen","Select the transition to be used for modifying the items state.":"Selecteer welke overgang moet worden gebruikt voor het wijzigen van de status van de items.","Selected dates":"","Selected items":"","Selected items - x of y":"","Selection":"","Select…":"Selecteer…","Send":"","Set my password":"","Set your password":"","Settings":"","Sharing":"","Sharing for {title}":"Delen van {title}","Short Name":"","Short name":"Korte naam","Show":"","Show All":"","Show Replies":"","Show item":"","Show search button?":"","Show search input?":"","Show sorting?":"","Shrink sidebar":"","Shrink toolbar":"","Sign in to start session":"","Site":"Website","Site Administration":"Sitebeheerder","Site Map":"Sitemap","Site Setup":"","Sitemap":"","Size":"","Size: {size}":"","Sorry, something went wrong with your request":"","Sort By:":"","Sort on":"","Sort on label":"","Sort on options":"","Source":"","Specify a youtube video or playlist url":"","Split":"","Start Date":"","Start of the recurrence":"","Start password reset":"","State":"Status","Stop compare":"","String":"","Stripe alternate rows with color":"","Subject":"","Success":"","Summary":"","Switch to":"","Table":"","Table of Contents":"","Tags":"Tags","Tags to add":"Toe te voegen tags","Tags to remove":"Te verwijderen tags","Target memory size per cache in bytes":"","Target number of objects in memory per cache":"","Text":"","Thank you.":"Bedankt.","The Database Manager allow you to view database status information":"","The URL for your external home page, if you have one.":"Het internet adres van uw externe home page, indien u die heeft.","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.":"","The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.":"","The backend server of your website is not anwering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators.":"","The button presence disables the live search, the query is issued when you press ENTER":"","The item could not be deleted.":"","The link address is:":"","The registration process has been successful. Please check your e-mail inbox for information on how activate your account.":"","The user portrait/avatar":"","The working copy was discarded":"","The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.":"Het {plonecms} is {copyright} 2000-{current_year} door de {plonefoundation} et al.","There is a configuration problem on the backend":"","There were some errors":"","There were some errors.":"Er zijn fouten opgetreden.","Third":"","This has an ongoing working copy in {title}":"","This is a working copy of {title}":"","This item was locked by {creator} on {date}":"","This name will be displayed in the URL.":"Deze naam wordt getoond in de URL.","This page does not seem to exist…":"Het spijt ons, maar deze pagina bestaat niet…","Time":"","Title":"Titel","Total active and non-active objects":"","Total comments":"","Total number of objects in each cache":"","Total number of objects in memory from all caches":"","Total number of objects in the database":"","Translate to {lang}":"","Translation linked":"","Translation linking removed":"","Type":"Type","Type a Video (YouTube, Vimeo or mp4) URL":"","Type text...":"","Type text…":"","Type the title…":"","UID":"","Unauthorized":"","Unfold":"","Unified":"","Uninstall":"","Unknown Block":"","Unlink translation for":"","Unlock":"","Update":"","Update installed addons":"","Update installed addons:":"","Updates available":"","Upload":"Upload","Upload a lead image in the 'Lead Image' content field.":"","Upload a new image":"","Upload files":"Bestanden uploaden","Uploading files":"Bestanden uploaden","Uploading image":"","Used for programmatic access to the fieldset.":"","User":"","User created":"","User name":"","User roles updated":"","Username":"","Users":"","Users and Groups":"","Variation":"","Version Overview":"","Video":"","Video URL":"","View":"Bekijken","View changes":"Bekijk wijzigingen","View this revision":"Bekijk deze revisie","View working copy":"","Viewmode":"","Vocabulary term":"","Vocabulary term title":"","Vocabulary terms":"","Warning Regarding debug mode":"","We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.":"","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.":"Onze excuses voor het ongemak, maar de pagina die u probeerde te bereiken bestaat niet. U kunt onderstaande links gebruiken om proberen te vinden wat u zocht.","We apologize for the inconvenience, but you don't have permissions on this resource.":"","We will use this address if you need to recover your password":"Wij gebruiken dit adres wanneer u uw wachtwoord wilt terugkrijgen","Weeek day of month":"","Weekday":"","Weekly":"","What":"Wat","When":"Wanneer","When this date is reached, the content will nolonger be visible in listings and searches.":"Wanneer deze datum bereikt is zal de inhoud niet langer zichtbaar zijn in lijsten en zoekresultaten.","Who":"Wie","Workflow Change Loading Message":"","Workflow updated.":"","Yearly":"","Yes":"","You are trying to access a protected resource, please {login} first.":"","You are using an outdated browser":"","You can add a comment by filling out the form below. Plain text formatting.":"","You can control who can view and edit your item using the list below.":"U kunt in de onderstaande lijst beheren wie de content kan bekijken en beheren.","You can view the difference of the revisions below.":"U kunt de verschillen tussen de revisies hieronder bekijken.","You can view the history of your item below.":"U kunt de geschiedenis van uw item hieronder bekijken.","You can't paste this content here":"","Your email is required for reset your password.":"","Your location - either city and country - or in a company setting, where your office is located.":"Uw woonplaats - stad en land - of als u vanuit een bedrijf werkt, waar uw kantoor is gevestigd.","Your password has been set successfully. You may now {link} with your new password.":"","Your preferred language":"De taal van uw voorkeur","box_forgot_password_option":"","common":"","compare_to":"","delete":"","deprecated_browser_notice_message":"","description":"","description_lost_password":"","description_sent_password":"","draft":"","email":"","event_alldates":"","event_attendees":"","event_contactname":"","event_contactphone":"","event_website":"","event_what":"","event_when":"","event_where":"","heading_sent_password":"","hero":"","html":"","image":"","integer":"","intranet":"","label_my_email_address_is":"","leadimage":"","listing":"","loading":"","log in":"","maps":"","maxLength":"","maximum":"","media":"","minLength":"","minimum":"","mostUsed":"","no workflow state":"","number":"","of the month":"","or try a different page.":"","others":"","private":"","published":"","querystring-widget-select":"","results found":"","return to the site root":"","rrule_and":"","rrule_approximate":"","rrule_at":"","rrule_dateFormat":"","rrule_day":"","rrule_days":"","rrule_every":"","rrule_for":"","rrule_hour":"","rrule_hours":"","rrule_in":"","rrule_last":"","rrule_minutes":"","rrule_month":"","rrule_months":"","rrule_nd":"","rrule_on":"","rrule_on the":"","rrule_or":"","rrule_rd":"","rrule_st":"","rrule_th":"","rrule_the":"","rrule_time":"","rrule_times":"","rrule_until":"","rrule_week":"","rrule_weekday":"","rrule_weekdays":"","rrule_weeks":"","rrule_year":"","rrule_years":"","skiplink-footer":"","skiplink-main-content":"","skiplink-navigation":"","sort":"","table":"","text":"","title":"","toc":"","url":"","user avatar":"","video":"","visit_external_website":"","{count, plural, one {Upload {count} file} other {Upload {count} files}}":"","{count} selected":"{count} geselecteerd","{id} Content Type":"","{id} Schema":"","{title} copied.":"{title} gekopieerd.","{title} cut.":"{title} geknipt.","{title} has been deleted.":"{title} is verwijderd."}
|
|
1
|
+
{"<p>Add some HTML here</p>":"","Accessibility":"Toegankelijkheid","Account Registration Completed":"","Account activation completed":"","Action":"","Actions":"Acties","Activate and deactivate":"","Add":"","Add Addons":"","Add Content":"","Add Translation…":"","Add User":"","Add a description…":"","Add block":"","Add block…":"","Add criteria":"","Add date":"","Add field":"","Add fieldset":"","Add group":"","Add new content type":"","Add new group":"","Add new user":"","Add to Groups":"","Add vocabulary term":"","Add {type}":"Voeg {type} toe","Add-ons Settings":"","Additional date":"","Alignment":"","All":"Alles","Alphabetically":"","Alt text":"","Alt text hint":"","Alt text hint link text":"","Apply working copy":"","Are you sure you want to delete this field?":"","Are you sure you want to delete this fieldset including all fields?":"","Ascending":"Oplopend","Available":"","Back":"","Base":"Basis","Base search query":"","Block":"","Both email address and password are case sensitive, check that caps lock is not enabled.":"","Breadcrumbs":"","Browse":"Bladeren","Browse the site, drop an image, or type an 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.":"Standaard worden de rechten overgenomen van de bovenliggende map. Als u dit uitgeschakeld, worden alleen de expliciet toegekende rechten gebruikt. In het overzicht geeft het symbool ${image_confirm_icon} een overgenomen waarde aan. Vergelijkbaar geeft het icoon ${image_link_icon} een globale rol aan, die wordt beheerd door de websitebeheerder.","Cache Name":"","Can not edit Layout for <strong>{type}</strong> content-type as it doesn't have support for <strong>Volto Blocks</strong> enabled":"","Can not edit Layout for <strong>{type}</strong> content-type as the <strong>Blocks behavior</strong> is enabled and <strong>read-only</strong>":"","Cancel":"Annuleren","Cell":"","Center":"","Change Note":"Beschrijf de wijzigingen","Change Password":"Wachtwoord wijzigen","Change State":"Status wijzigen","Change workflow state recursively":"","Changes applied.":"","Changes saved":"Wijzigingen zijn opgeslagen","Changes saved.":"","Checkbox":"","Choices":"","Choose Image":"","Choose Target":"","Choose a file":"","Clear":"","Clear filters":"","Click to download full sized image":"","Close":"","Close menu":"","Code":"","Collapse item":"","Collection":"","Comment":"","Commenter":"","Comments":"","Compare":"Vergelijken","Confirm password":"Wachtwoord bevestigen","Connection refused":"","Contact":"Contact","Contact form":"","Contained items":"","Content type created":"","Content type deleted":"","Contents":"Inhoud","Controls":"","Copy":"Kopiëren","Copy blocks":"","Copyright":"Copyright","Copyright statement or other rights information on this item.":"Auteursrechten of andere rechtsinformatie van dit item.","Create working copy":"","Created by {creator} on {date}":"","Created on":"","Creator":"","Creators":"Auteurs","Criteria":"","Current filters applied":"","Current password":"Huidig wachtwoord","Cut":"Knippen","Cut blocks":"","Daily":"","Database Information":"","Database Location":"","Database Size":"","Database main":"","Date":"","Date (newest first)":"","Default":"Standaard","Delete":"Verwijderen","Delete Group":"","Delete Type":"","Delete User":"","Delete blocks":"","Delete col":"","Delete row":"","Depth":"","Descending":"Aflopend","Description":"Beschrijving","Diff":"Verschil","Difference between revision {one} and {two} of {title}":"Verschil tussen revisie {one} en {two} van {title}","Distributed under the {license}.":"Gedistribueerd onder de {license}.","Divide each row into separate cells":"","Do you really want to delete the following items?":"Weet u zeker dat u de volgende items wilt verwijderen?","Do you really want to delete the group {groupname}?":"","Do you really want to delete the type {typename}?":"","Do you really want to delete the user {username}?":"","Do you really want to delete this item?":"Weet u zeker dat u dit item wilt verwijderen?","Document":"","Drag and drop files from your computer onto this area or click the “Browse” button.":"Drag en drop bestanden van uw computer naar dit gebied of klik op de “Bladeren” knop.","Drop file here to replace the existing file":"","Drop file here to upload a new file":"","Drop files here ...":"","E-mail":"E-mailadres","E-mail addresses do not match.":"","Edit":"Bewerken","Edit comment":"","Edit field":"","Edit fieldset":"","Edit recurrence":"","Edit values":"","Edit {title}":"{title} bewerken","Email":"","Email sent":"","Embed code error, please follow the instructions and try again.":"","Embeded Google Maps":"","Empty object list":"","Enable editable Blocks":"","End Date":"","Enter URL or select an item":"","Enter a username above to search or click 'Show All'":"","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.":"","Enter full name, e.g. John Smith.":"Vul de volledige naam in, bijvoorbeeld Jan Smit.","Enter map Embed Code":"","Enter your current password.":"Voer uw huidige wachtwoord in.","Enter your email address for verification.":"","Enter your new password. Minimum 5 characters.":"Geef een nieuw wachtwoord op. Minimaal 5 karakters.","Error":"","Exclude from navigation":"Sluit uit van de navigatiestructuur","Exclude this occurence":"","Excluded from navigation":"","Expand sidebar":"","Expiration Date":"Vervaldatum","Expiration date":"","Expired":"","External URL":"","Facet":"","Facet widget":"","Facets":"","Facets on left side":"","Facets on right side":"","Facets on top":"","Field":"","File":"","File size":"Bestandsgrootte","Filename":"Bestandsnaam","Filter…":"Filter…","First":"","Fixed width table cells":"","Fold":"","Folder":"","Forbidden":"","Fourth":"","From":"","Full":"","Full Name":"Volledige naam","Fullname":"","GNU GPL license":"GNU GPL licentie","Global role":"","Google Maps Embedded Block":"","Group":"","Group created":"","Group roles updated":"","Groupname":"","Groups":"","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":"","Headline":"","Hidden facets will still filter the results if proper parameters are passed in URLs":"","Hide Replies":"","Hide facet?":"","History":"","History Version Number":"","History of {title}":"Geschiedenis van {title}","Home":"Home","Home page":"Homepage","ID":"","If selected, this item will not appear in the navigation tree":"Indien geselecteerd, wordt het item niet getoond in de navigatiestructuur","If this date is in the future, the content will not show up in listings and searches until this date.":"Wanneer deze datum in de toekomst is zal de inhoud niet langer zichtbaar zijn in lijsten en zoekresultaten totdat deze datum bereikt is.","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}.":"Indien u er zeker van bent dat u het webadres goed heeft, maar toch een foutmelding krijgt, neem dan contact op met {site_admin}.","Image":"","Image gallery":"","Include this occurence":"","Info":"","Inherit permissions from higher levels":"Rechten overnemen van bovenliggende map","Inherited value":"","Insert col after":"","Insert col before":"","Insert row after":"","Insert row before":"","Install":"","Installed":"","Installed version":"","Interval Daily":"","Interval Monthly":"","Interval Weekly":"","Interval Yearly":"","Item batch size":"","Item succesfully moved.":"","Item(s) copied.":"Item(s) gekopieerd","Item(s) cut.":"Item(d) geknipt.","Item(s) has been updated.":"","Item(s) pasted.":"Item(s) geplakt.","Item(s) state has been updated.":"","Items":"","Items must be unique.":"Items moeten uniek zijn.","Label":"","Language":"Taal","Last":"","Last comment date":"","Last modified":"Laatst gewijzigd","Latest version":"","Layout":"","Lead Image":"","Left":"","Link":"","Link more":"","Link title":"","Link to":"","Link translation for":"","Listing":"","Load more":"","Loading":"","Location":"Locatie","Log In":"","Log in":"Inloggen","Login":"","Login Failed":"","Login Name":"Gebruikersnaam","Logout":"","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"","Make the table compact":"","Manage Translations":"","Manage translations for {title}":"","Map":"","Maps URL":"","Maximum length is {len}.":"","Maximum value is {len}.":"","Message":"","Minimum length is {len}.":"Minimum lengte is {len}","Minimum value is {len}.":"","Moderate Comments":"","Moderate comments":"","Monday and Friday":"","Month day":"","Monthly":"","More":"","Move to bottom of folder":"Verplaats naar onder in de map","Move to top of folder":"Verplaats naar boven in de map","Multiple choices?":"","My email address is":"","Name":"Naam","Navigate back":"","Navigation":"","New password":"Nieuw wachtwoord","News Item":"","No":"","No image selected":"","No image set in Lead Image content field":"","No image set in image content field":"","No items found in this container.":"","No items selected":"","No map selected":"","No occurences set":"","No options":"","No results found":"","No results found.":"","No selection":"","No uninstall profile":"","No value":"","No video selected":"","No workflow":"","None":"Niks","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":"","Object Size":"","Occurences":"","Ok":"Ok","Open in a new tab":"","Open menu":"","Open object browser":"","Origin":"","Page":"","Parent fieldset":"","Password":"Wachtwoord","Password reset":"","Passwords do not match.":"","Paste":"Plakken","Paste blocks":"","Permissions have been updated successfully":"","Permissions updated":"","Personal Information":"Persoonlijke gegevens","Personal Preferences":"Persoonlijke voorkeuren","Personal tools":"","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.":"Gebruikers die verantwoordelijk zijn voor de inhoud van dit item. De eindverantwoordelijke vermeldt u als eerste.","Please enter a valid URL by deleting the block and adding a new video block.":"","Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.":"","Please fill out the form below to set your password.":"","Plone Foundation":"Plone Foundation","Plone Site":"Plone website","Plone{reg} Open Source CMS/WCM":"Plone{reg} CMS - Open Source Web Content Management Systeem","Portrait":"","Possible values":"","Powered by Plone & Python":"Powered by Plone & Python","Preferences":"","Prettify your code":"","Preview":"Voorvertoning","Preview Image URL":"","Profile":"","Properties":"Eigenschappen","Publication date":"","Publishing Date":"Ingangsdatum","Query":"","Re-enter the password. Make sure the passwords are identical.":"Voer het wachtwoord nogmaals in. Zorg dat de wachtwoorden identiek zijn.","Read More…":"Lees verder…","Rearrange items by…":"Items rangschikken op…","Recurrence ends":"","Recurrence ends after":"","Recurrence ends on":"","Redo":"","Reduce complexity":"","Register":"","Registration form":"","Relevance":"","Remove item":"","Remove recurrence":"","Remove term":"","Remove working copy":"","Rename":"Naam wijzigen","Rename Items Loading Message":"","Rename items":"Naam wijzigen","Repeat":"","Repeat every":"","Repeat on":"","Replace existing file":"","Reply":"","Required":"","Required input is missing.":"Verplichte waarde mist.","Reset term title":"","Results limit":"","Results preview":"","Results template":"","Reversed order":"","Revert to this revision":"Deze rivisie herstellen","Review state":"","Richtext":"","Right":"","Rights":"Rechten","Roles":"","Root":"","Save":"Opslaan","Save recurrence":"","Schema":"","Schema updates":"","Search":"Zoek","Search SVG":"","Search Site":"Website doorzoeken","Search block":"","Search button label":"","Search content":"","Search for user or group":"Zoeken naar gebruiker of groep","Search group…":"","Search input label":"","Search results":"","Search results for {term}":"Zoekresultaten voor ${term}","Search users…":"","Searched for":"","Second":"","Section title":"","Select":"","Select a date to add to recurrence":"","Select columns to show":"Selecteer de te tonen kolommen","Select the transition to be used for modifying the items state.":"Selecteer welke overgang moet worden gebruikt voor het wijzigen van de status van de items.","Selected dates":"","Selected items":"","Selected items - x of y":"","Selection":"","Select…":"Selecteer…","Send":"","Set my password":"","Set your password":"","Settings":"","Sharing":"","Sharing for {title}":"Delen van {title}","Short Name":"","Short name":"Korte naam","Show":"","Show All":"","Show Replies":"","Show item":"","Show search button?":"","Show search input?":"","Show sorting?":"","Shrink sidebar":"","Shrink toolbar":"","Sign in to start session":"","Site":"Website","Site Administration":"Sitebeheerder","Site Map":"Sitemap","Site Setup":"","Sitemap":"","Size":"","Size: {size}":"","Sorry, something went wrong with your request":"","Sort By:":"","Sort on":"","Sort on label":"","Sort on options":"","Source":"","Specify a youtube video or playlist url":"","Split":"","Start Date":"","Start of the recurrence":"","Start password reset":"","State":"Status","Stop compare":"","String":"","Stripe alternate rows with color":"","Subject":"","Success":"","Summary":"","Switch to":"","Table":"","Table of Contents":"","Tags":"Tags","Tags to add":"Toe te voegen tags","Tags to remove":"Te verwijderen tags","Target memory size per cache in bytes":"","Target number of objects in memory per cache":"","Text":"","Thank you.":"Bedankt.","The Database Manager allow you to view database status information":"","The URL for your external home page, if you have one.":"Het internet adres van uw externe home page, indien u die heeft.","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.":"","The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.":"","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.":"","The button presence disables the live search, the query is issued when you press ENTER":"","The item could not be deleted.":"","The link address is:":"","The registration process has been successful. Please check your e-mail inbox for information on how activate your account.":"","The user portrait/avatar":"","The working copy was discarded":"","The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.":"Het {plonecms} is {copyright} 2000-{current_year} door de {plonefoundation} et al.","There is a configuration problem on the backend":"","There were some errors":"","There were some errors.":"Er zijn fouten opgetreden.","Third":"","This has an ongoing working copy in {title}":"","This is a working copy of {title}":"","This item was locked by {creator} on {date}":"","This name will be displayed in the URL.":"Deze naam wordt getoond in de URL.","This page does not seem to exist…":"Het spijt ons, maar deze pagina bestaat niet…","Time":"","Title":"Titel","Total active and non-active objects":"","Total comments":"","Total number of objects in each cache":"","Total number of objects in memory from all caches":"","Total number of objects in the database":"","Translate to {lang}":"","Translation linked":"","Translation linking removed":"","Type":"Type","Type a Video (YouTube, Vimeo or mp4) URL":"","Type text...":"","Type text…":"","Type the title…":"","UID":"","Unauthorized":"","Undo":"","Unfold":"","Unified":"","Uninstall":"","Unknown Block":"","Unlink translation for":"","Unlock":"","Update":"","Update installed addons":"","Update installed addons:":"","Updates available":"","Upload":"Upload","Upload a lead image in the 'Lead Image' content field.":"","Upload a new image":"","Upload files":"Bestanden uploaden","Uploading files":"Bestanden uploaden","Uploading image":"","Used for programmatic access to the fieldset.":"","User":"","User created":"","User name":"","User roles updated":"","Username":"","Users":"","Users and Groups":"","Variation":"","Version Overview":"","Video":"","Video URL":"","View":"Bekijken","View changes":"Bekijk wijzigingen","View this revision":"Bekijk deze revisie","View working copy":"","Viewmode":"","Vocabulary term":"","Vocabulary term title":"","Vocabulary terms":"","Warning Regarding debug mode":"","We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.":"","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.":"Onze excuses voor het ongemak, maar de pagina die u probeerde te bereiken bestaat niet. U kunt onderstaande links gebruiken om proberen te vinden wat u zocht.","We apologize for the inconvenience, but you don't have permissions on this resource.":"","We will use this address if you need to recover your password":"Wij gebruiken dit adres wanneer u uw wachtwoord wilt terugkrijgen","Weeek day of month":"","Weekday":"","Weekly":"","What":"Wat","When":"Wanneer","When this date is reached, the content will nolonger be visible in listings and searches.":"Wanneer deze datum bereikt is zal de inhoud niet langer zichtbaar zijn in lijsten en zoekresultaten.","Who":"Wie","Workflow Change Loading Message":"","Workflow updated.":"","Yearly":"","Yes":"","You are trying to access a protected resource, please {login} first.":"","You are using an outdated browser":"","You can add a comment by filling out the form below. Plain text formatting.":"","You can control who can view and edit your item using the list below.":"U kunt in de onderstaande lijst beheren wie de content kan bekijken en beheren.","You can view the difference of the revisions below.":"U kunt de verschillen tussen de revisies hieronder bekijken.","You can view the history of your item below.":"U kunt de geschiedenis van uw item hieronder bekijken.","You can't paste this content here":"","Your email is required for reset your password.":"","Your location - either city and country - or in a company setting, where your office is located.":"Uw woonplaats - stad en land - of als u vanuit een bedrijf werkt, waar uw kantoor is gevestigd.","Your password has been set successfully. You may now {link} with your new password.":"","Your preferred language":"De taal van uw voorkeur","box_forgot_password_option":"","common":"","compare_to":"","delete":"","deprecated_browser_notice_message":"","description":"","description_lost_password":"","description_sent_password":"","draft":"","email":"","event_alldates":"","event_attendees":"","event_contactname":"","event_contactphone":"","event_website":"","event_what":"","event_when":"","event_where":"","heading_sent_password":"","hero":"","html":"","image":"","integer":"","intranet":"","label_my_email_address_is":"","leadimage":"","listing":"","loading":"","log in":"","maps":"","maxLength":"","maximum":"","media":"","minLength":"","minimum":"","mostUsed":"","no workflow state":"","number":"","of the month":"","or try a different page.":"","others":"","private":"","published":"","querystring-widget-select":"","results found":"","return to the site root":"","rrule_and":"","rrule_approximate":"","rrule_at":"","rrule_dateFormat":"","rrule_day":"","rrule_days":"","rrule_every":"","rrule_for":"","rrule_hour":"","rrule_hours":"","rrule_in":"","rrule_last":"","rrule_minutes":"","rrule_month":"","rrule_months":"","rrule_nd":"","rrule_on":"","rrule_on the":"","rrule_or":"","rrule_rd":"","rrule_st":"","rrule_th":"","rrule_the":"","rrule_time":"","rrule_times":"","rrule_until":"","rrule_week":"","rrule_weekday":"","rrule_weekdays":"","rrule_weeks":"","rrule_year":"","rrule_years":"","skiplink-footer":"","skiplink-main-content":"","skiplink-navigation":"","sort":"","table":"","text":"","title":"","toc":"","url":"","user avatar":"","video":"","visit_external_website":"","{count, plural, one {Upload {count} file} other {Upload {count} files}}":"","{count} selected":"{count} geselecteerd","{id} Content Type":"","{id} Schema":"","{title} copied.":"{title} gekopieerd.","{title} cut.":"{title} geknipt.","{title} has been deleted.":"{title} is verwijderd."}
|
|
@@ -1938,6 +1938,11 @@ msgstr ""
|
|
|
1938
1938
|
msgid "Recurrence ends on"
|
|
1939
1939
|
msgstr ""
|
|
1940
1940
|
|
|
1941
|
+
#: components/manage/Form/UndoToolbar
|
|
1942
|
+
# defaultMessage: Redo
|
|
1943
|
+
msgid "Redo"
|
|
1944
|
+
msgstr ""
|
|
1945
|
+
|
|
1941
1946
|
#: components/manage/Blocks/Table/Edit
|
|
1942
1947
|
# defaultMessage: Minimalistic table design
|
|
1943
1948
|
msgid "Reduce complexity"
|
|
@@ -2562,8 +2567,8 @@ msgid "The backend is responding, but the CORS headers are not configured proper
|
|
|
2562
2567
|
msgstr ""
|
|
2563
2568
|
|
|
2564
2569
|
#: components/theme/CorsError/CorsError
|
|
2565
|
-
# defaultMessage: The backend server of your website is not
|
|
2566
|
-
msgid "The backend server of your website is not
|
|
2570
|
+
# defaultMessage: 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.
|
|
2571
|
+
msgid "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."
|
|
2567
2572
|
msgstr ""
|
|
2568
2573
|
|
|
2569
2574
|
#: components/manage/Blocks/Search/schema
|
|
@@ -2743,6 +2748,11 @@ msgstr ""
|
|
|
2743
2748
|
msgid "Unauthorized"
|
|
2744
2749
|
msgstr ""
|
|
2745
2750
|
|
|
2751
|
+
#: components/manage/Form/UndoToolbar
|
|
2752
|
+
# defaultMessage: Undo
|
|
2753
|
+
msgid "Undo"
|
|
2754
|
+
msgstr ""
|
|
2755
|
+
|
|
2746
2756
|
#: components/manage/BlockChooser/BlockChooser
|
|
2747
2757
|
# defaultMessage: Unfold
|
|
2748
2758
|
msgid "Unfold"
|
package/locales/pt.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"<p>Add some HTML here</p>":"","Accessibility":"Acessibilidade","Account Registration Completed":"Registo de Conta Concluído","Account activation completed":"Activação da conta concluída","Action":"Acção","Actions":"Acções","Activate and deactivate":"","Add":"Adicionar","Add Addons":"","Add Content":"Adicionar Conteúdo","Add Translation…":"","Add User":"Adicionar Utilizador","Add a description…":"Adicionar uma descrição…","Add block":"","Add block…":"Adicionar bloco…","Add criteria":"","Add date":"","Add field":"Adicionar campo","Add fieldset":"Adicionar conjunto de campos","Add group":"Adicionar grupo","Add new content type":"","Add new group":"Adicionar novo grupo","Add new user":"Adicionar um novo utilizador","Add to Groups":"Adicionar a Grupos","Add vocabulary term":"","Add {type}":"Adicionar {type}","Add-ons Settings":"","Additional date":"","Alignment":"Alinhamento","All":"Tudo","Alphabetically":"","Alt text":"Texto alternativo","Alt text hint":"","Alt text hint link text":"","Apply working copy":"","Are you sure you want to delete this field?":"Tem a certeza que quer eliminar este campo?","Are you sure you want to delete this fieldset including all fields?":"Tem a certeza que quer eliminar este conjunto de campos incluindo todos os campos?","Ascending":"Ascendente","Available":"","Back":"Voltar","Base":"Base","Base search query":"","Block":"Bloco","Both email address and password are case sensitive, check that caps lock is not enabled.":"Tanto o endereço de email como a senha são sensíveis às diferenças entre maiúsculas e minúsculas. Assegure-se que o `caps lock` não esteja ligado.","Breadcrumbs":"Navegação estrutural","Browse":"Navegar","Browse the site, drop an image, or type an URL":"Navegue no website, largue uma imagem ou escreva 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 predefinição, as permissões do contentor deste item são herdadas. Se desactivar isto, apenas serão válidas as permissões de partilha explicitamente definidas. No resumo, o símbolo {inherited} indica um valor herdado. Do mesmo modo, o símbolo {global} indica um papel global, que é gerido pelo administrador do sítio.","Cache Name":"","Can not edit Layout for <strong>{type}</strong> content-type as it doesn't have support for <strong>Volto Blocks</strong> enabled":"","Can not edit Layout for <strong>{type}</strong> content-type as the <strong>Blocks behavior</strong> is enabled and <strong>read-only</strong>":"","Cancel":"Cancelar","Cell":"Célula","Center":"Centro","Change Note":"Alterar Nota","Change Password":"Alterar Senha","Change State":"Alterar Estado","Change workflow state recursively":"","Changes applied.":"","Changes saved":"Alterações guardadas","Changes saved.":"Alterações guardadas.","Checkbox":"Caixa de verificação","Choices":"Escolhas","Choose Image":"Escolha Imagem","Choose Target":"Escolha Alvo","Choose a file":"","Clear":"","Clear filters":"","Click to download full sized image":"","Close":"Fechar","Close menu":"Fechar menu","Code":"","Collapse item":"","Collection":"","Comment":"Comentar","Commenter":"Comentador","Comments":"","Compare":"Comparar","Confirm password":"Confirmar senha","Connection refused":"","Contact":"Contacto","Contact form":"Formulário de contacto","Contained items":"","Content type created":"","Content type deleted":"","Contents":"Conteúdo","Controls":"","Copy":"Copiar","Copy blocks":"","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":"","Created by {creator} on {date}":"","Created on":"","Creator":"","Creators":"Criadores","Criteria":"","Current filters applied":"","Current password":"Senha actual","Cut":"Cortar","Cut blocks":"","Daily":"","Database Information":"","Database Location":"","Database Size":"","Database main":"","Date":"Data","Date (newest first)":"","Default":"Predefinido","Delete":"Eliminar","Delete Group":"Eliminar Grupo","Delete Type":"","Delete User":"Eliminar Utilizador","Delete blocks":"","Delete col":"Eliminar coluna","Delete row":"Eliminar linha","Depth":"","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?":"Quer mesmo eliminar os itens seguintes?","Do you really want to delete the group {groupname}?":"Quer mesmo eliminar o grupo {groupname}?","Do you really want to delete the type {typename}?":"","Do you really want to delete the user {username}?":"Quer mesmo eliminar o utilizador {username}?","Do you really want to delete this item?":"Quer mesmo eliminar este item?","Document":"Documento","Drag and drop files from your computer onto this area or click the “Browse” button.":"Arraste e largue ficheiros do seu computador para esta área ou clique no botão “Procurar”.","Drop file here to replace the existing file":"","Drop file here to upload a new file":"","Drop files here ...":"","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":"","Edit values":"","Edit {title}":"Editar {title}","Email":"Email","Email sent":"Email enviado","Embed code error, please follow the instructions and try again.":"","Embeded Google Maps":"","Empty object list":"","Enable editable Blocks":"","End Date":"","Enter URL or select an item":"","Enter a username above to search or click 'Show All'":"","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.":"Escreva um endereço de email. Este será o seu nome de sessão. 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.":"Escreva o nome completo. Por exemplo, José Silva.","Enter map Embed Code":"","Enter your current password.":"Escreva a senha actual.","Enter your email address for verification.":"Escreva o seu endereço de email para verificação.","Enter your new password. Minimum 5 characters.":"Escreva uma senha nova. Mínimo de 5 caracteres.","Error":"Erro","Exclude from navigation":"Excluir da navegação","Exclude this occurence":"","Excluded from navigation":"","Expand sidebar":"Expandir barra lateral","Expiration Date":"Data de vencimento","Expiration date":"","Expired":"","External URL":"URL externo","Facet":"","Facet widget":"","Facets":"","Facets on left side":"","Facets on right side":"","Facets on top":"","Field":"","File":"","File size":"Tamanho do ficheiro","Filename":"Nome de ficheiro","Filter…":"Filtro…","First":"","Fixed width table cells":"Células de tabela de tamanho fixo.","Fold":"","Folder":"","Forbidden":"","Fourth":"","From":"De","Full":"Cheio","Full Name":"Nome Completo","Fullname":"Nome completo","GNU GPL license":"Licença GNU GPL","Global role":"Papel global","Google Maps Embedded Block":"Bloco Integrado 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":"","Headline":"","Hidden facets will still filter the results if proper parameters are passed in URLs":"","Hide Replies":"","Hide facet?":"","History":"Histórico","History Version Number":"","History of {title}":"Histórico de {title}","Home":"Início","Home page":"Página inicial","ID":"","If selected, this item will not appear in the navigation tree":"Se este item estiver seleccionado, não irá 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 esta data estiver no futuro, o conteúdo não irá aparecer em listas nem em 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 tiver a certeza que tem o endereço web correcto mas está a obter um erro, por favor contacte o {site_admin}.","Image":"Imagem","Image gallery":"","Include this occurence":"","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":"","Installed":"","Installed version":"","Interval Daily":"","Interval Monthly":"","Interval Weekly":"","Interval Yearly":"","Item batch size":"","Item succesfully moved.":"","Item(s) copied.":"Item(ns) copiado(s).","Item(s) cut.":"Item(ns) cortado(s).","Item(s) has been updated.":"","Item(s) pasted.":"Item(ns) colado(s).","Item(s) state has been updated.":"","Items":"","Items must be unique.":"Os itens têm de ser únicos.","Label":"","Language":"Idioma","Last":"","Last comment date":"","Last modified":"Última modificação","Latest version":"","Layout":"","Lead Image":"","Left":"Esquerda","Link":"","Link more":"","Link title":"","Link to":"Ligar a","Link translation for":"","Listing":"","Load more":"","Loading":"","Location":"Localização","Log In":"Iniciar sessão","Log in":"Iniciar sessão","Login":"Iniciar sessão","Login Failed":"Falhou o início de sessão","Login Name":"Nome de utilizador","Logout":"","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"","Make the table compact":"Compactar a tabela","Manage Translations":"","Manage translations for {title}":"","Map":"","Maps URL":"","Maximum length is {len}.":"","Maximum value is {len}.":"","Message":"Mensagem","Minimum length is {len}.":"O comprimento mínimo é {len}.","Minimum value is {len}.":"","Moderate Comments":"Moderar Comentários","Moderate comments":"Moderar comentários","Monday and Friday":"","Month day":"","Monthly":"","More":"","Move to bottom of folder":"Mover para o fundo da pasta","Move to top of folder":"Mover para o topo da pasta","Multiple choices?":"","My email address is":"O meu endereço de email é","Name":"Nome","Navigate back":"","Navigation":"","New password":"Nova senha","News Item":"","No":"","No image selected":"Nenhuma imagem seleccionada","No image set in Lead Image content field":"","No image set in image content field":"","No items found in this container.":"","No items selected":"","No map selected":"","No occurences set":"","No options":"","No results found":"","No results found.":"Não foram encontrados quaisquer resultados.","No selection":"","No uninstall profile":"","No value":"Sem qualquer valor","No video selected":"","No workflow":"Sem fluxo de trabalho","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":"","Object Size":"","Occurences":"","Ok":"Ok","Open in a new tab":"Abrir num novo separador","Open menu":"Abrir menu","Open object browser":"","Origin":"Origem","Page":"","Parent fieldset":"","Password":"Senha","Password reset":"Reiniciar senha","Passwords do not match.":"As senhas não coincidem.","Paste":"Colar","Paste blocks":"","Permissions have been updated successfully":"","Permissions updated":"","Personal Information":"Informação Pessoal","Personal Preferences":"Preferências Pessoais","Personal tools":"","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 de conteúdo deste item. Pro favor escreva uma lista de nomes de utilizador, um por linha. O criador principal deve estar em primeiro lugar.","Please enter a valid URL by deleting the block and adding a new video block.":"","Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.":"","Please fill out the form below to set your password.":"Por favor preencha o formulário abaixo para definir a sua senha.","Plone Foundation":"Fundação Plone","Plone Site":"Sítio Plone","Plone{reg} Open Source CMS/WCM":"Plone{reg} Open Source CMS/WCM","Portrait":"Retrato","Possible values":"","Powered by Plone & Python":"Criado com Plone e Python","Preferences":"Preferências","Prettify your code":"","Preview":"Pré-visualização","Preview Image URL":"","Profile":"Perfil","Properties":"Propriedades","Publication date":"","Publishing Date":"Data de Publicação","Query":"","Re-enter the password. Make sure the passwords are identical.":"Escreva de novo a senha. Certifique-se que as senhas são idênticas.","Read More…":"Ler Mais…","Rearrange items by…":"Reordenar itens por…","Recurrence ends":"","Recurrence ends after":"","Recurrence ends on":"","Reduce complexity":"Reduzir complexidade","Register":"Registar","Registration form":"Formulário de registo","Relevance":"","Remove item":"","Remove recurrence":"","Remove term":"","Remove working copy":"","Rename":"Renomear","Rename Items Loading Message":"","Rename items":"Renomear itens","Repeat":"","Repeat every":"","Repeat on":"","Replace existing file":"","Reply":"","Required":"Obrigatório","Required input is missing.":"Falta informação obrigatória.","Reset term title":"","Results limit":"","Results preview":"","Results template":"","Reversed order":"","Revert to this revision":"Reverter para esta revisão","Review state":"","Richtext":"Richtext","Right":"Direita","Rights":"Permissões","Roles":"Papéis","Root":"","Save":"Guardar","Save recurrence":"","Schema":"","Schema updates":"","Search":"Pesquisar","Search SVG":"","Search Site":"Pesquisar Sítio","Search block":"","Search button label":"","Search content":"Pesquisar conteúdo","Search for user or group":"Pesquisar utilizador ou grupo","Search group…":"","Search input label":"","Search results":"Resultados da pesquisa","Search results for {term}":"Resultados da pesquisa para {term}","Search users…":"","Searched for":"","Second":"","Section title":"","Select":"","Select a date to add to recurrence":"","Select columns to show":"Seleccione colunas a apresentar","Select the transition to be used for modifying the items state.":"Seleccione a transição a ser usada para modificar o estado dos itens.","Selected dates":"","Selected items":"","Selected items - x of y":"","Selection":"Selecção","Select…":"Seleccionar…","Send":"Enviar","Set my password":"Definir a minha senha","Set your password":"Defina a sua senha","Settings":"","Sharing":"Partilha","Sharing for {title}":"Partilha de {title}","Short Name":"Nome Curto","Short name":"Nome curto","Show":"","Show All":"","Show Replies":"","Show item":"","Show search button?":"","Show search input?":"","Show sorting?":"","Shrink sidebar":"Encolher barra lateral","Shrink toolbar":"","Sign in to start session":"Inicie a sessão","Site":"Sítio","Site Administration":"Administração do Sítio","Site Map":"Mapa do Sítio","Site Setup":"Configuração do Sítio","Sitemap":"","Size":"","Size: {size}":"","Sorry, something went wrong with your request":"","Sort By:":"","Sort on":"","Sort on label":"","Sort on options":"","Source":"","Specify a youtube video or playlist url":"Especifique um vídeo youtube ou um URL de um repertório (playlist)","Split":"Dividir","Start Date":"","Start of the recurrence":"","Start password reset":"Redefinir senha","State":"Estado","Stop compare":"","String":"Texto","Stripe alternate rows with color":"Alternar cores das linhas","Subject":"Assunto","Success":"Sucesso","Summary":"","Switch to":"","Table":"Tabela","Table of Contents":"","Tags":"Etiquetas","Tags to add":"Etiquetas a adicionar","Tags to remove":"Etiquetas a remover","Target memory size per cache in bytes":"","Target number of objects in memory per cache":"","Text":"Texto","Thank you.":"Obrigado.","The Database Manager allow you to view database status information":"","The URL for your external home page, if you have one.":"O URL da sua página inicial externa, se tiver uma.","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.":"","The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.":"","The backend server of your website is not anwering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators.":"","The button presence disables the live search, the query is issued when you press ENTER":"","The item could not be deleted.":"","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 registo foi bem sucedido. Por favor verifique no seu e-mail a informação sobre como activar a sua conta.","The user portrait/avatar":"Retrato/avatar do utilizador","The working copy was discarded":"","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":"","There were some errors":"","There were some errors.":"Ocorreram alguns erros.","Third":"","This has an ongoing working copy in {title}":"","This is a working copy of {title}":"","This item was locked by {creator} on {date}":"","This name will be displayed in the URL.":"Este nome será apresentado no URL.","This page does not seem to exist…":"Esta página não parece existir…","Time":"","Title":"Título","Total active and non-active objects":"","Total comments":"","Total number of objects in each cache":"","Total number of objects in memory from all caches":"","Total number of objects in the database":"","Translate to {lang}":"","Translation linked":"","Translation linking removed":"","Type":"Tipo","Type a Video (YouTube, Vimeo or mp4) URL":"","Type text...":"","Type text…":"Escreva texto…","Type the title…":"Escreva o título…","UID":"","Unauthorized":"","Unfold":"","Unified":"Unificado","Uninstall":"","Unknown Block":"Bloco Desconhecido","Unlink translation for":"","Unlock":"","Update":"","Update installed addons":"","Update installed addons:":"","Updates available":"","Upload":"Enviar","Upload a lead image in the 'Lead Image' content field.":"","Upload a new image":"","Upload files":"Enviar ficheiros","Uploading files":"Enviando ficheiros","Uploading image":"","Used for programmatic access to the fieldset.":"Usado para aceder programaticamente ao conjunto de campos.","User":"Utilizador","User created":"Utilizador criado","User name":"Nome de utilizador","User roles updated":"","Username":"Nome de utilizador","Users":"Utilizadores","Users and Groups":"Utilizadores e Grupos","Variation":"","Version Overview":"Resumo da Versão","Video":"","Video URL":"","View":"Ver","View changes":"Ver modificações","View this revision":"Ver esta revisão","View working copy":"","Viewmode":"Modo de visualização","Vocabulary term":"","Vocabulary term title":"","Vocabulary terms":"","Warning Regarding debug mode":"","We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.":"","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 desculpa pela inconveniência, mas a página a que está a tentar aceder não está neste endereço. Pode usar as ligações abaixo para ajudar a encontrar o que procura.","We apologize for the inconvenience, but you don't have permissions on this resource.":"","We will use this address if you need to recover your password":"Iremos usar este endereço se precisar de recuperar a sua senha","Weeek day of month":"","Weekday":"","Weekly":"","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","Workflow Change Loading Message":"","Workflow updated.":"Fluxo de trabalho actualizado.","Yearly":"","Yes":"","You are trying to access a protected resource, please {login} first.":"","You are using an outdated browser":"","You can add a comment by filling out the form below. Plain text formatting.":"Pode adicionar um comentário ao preencher o formulário abaixo. Formatação simples de texto.","You can control who can view and edit your item using the list below.":"Pode controlar quem irá ver e editar o seu item usando a lista abaixo.","You can view the difference of the revisions below.":"Pode ver a diferença das revisões abaixo.","You can view the history of your item below.":"Pode ver o histórico do seu item abaixo.","You can't paste this content here":"","Your email is required for reset your password.":"O seu email é necessário para reiniciar a sua senha.","Your location - either city and country - or in a company setting, where your office is located.":"A sua localização (cidade ou país) ou, no contexto de uma empresa, onde o escritório está localizado.","Your password has been set successfully. You may now {link} with your new password.":"A sua senha foi definida com sucesso. Pode agora {link} com a sua nova senha.","Your preferred language":"O seu idioma preferido","box_forgot_password_option":"box_forgot_password_option","common":"comum","compare_to":"","delete":"eliminar","deprecated_browser_notice_message":"","description":"descrição","description_lost_password":"descrição_senha_perdida","description_sent_password":"descrição_senha_enviada","draft":"","email":"","event_alldates":"","event_attendees":"","event_contactname":"","event_contactphone":"","event_website":"","event_what":"","event_when":"","event_where":"","heading_sent_password":"título_senha_enviada","hero":"herói","html":"html","image":"imagem","integer":"","intranet":"","label_my_email_address_is":"etiqueta_meu_email_é","leadimage":"","listing":"","loading":"","log in":"","maps":"mapas","maxLength":"","maximum":"","media":"média","minLength":"","minimum":"","mostUsed":"maisUsado","no workflow state":"","number":"","of the month":"","or try a different page.":"","others":"","private":"","published":"","querystring-widget-select":"","results found":"","return to the site root":"","rrule_and":"","rrule_approximate":"","rrule_at":"","rrule_dateFormat":"","rrule_day":"","rrule_days":"","rrule_every":"","rrule_for":"","rrule_hour":"","rrule_hours":"","rrule_in":"","rrule_last":"","rrule_minutes":"","rrule_month":"","rrule_months":"","rrule_nd":"","rrule_on":"","rrule_on the":"","rrule_or":"","rrule_rd":"","rrule_st":"","rrule_th":"","rrule_the":"","rrule_time":"","rrule_times":"","rrule_until":"","rrule_week":"","rrule_weekday":"","rrule_weekdays":"","rrule_weeks":"","rrule_year":"","rrule_years":"","skiplink-footer":"","skiplink-main-content":"","skiplink-navigation":"","sort":"","table":"tabela","text":"texto","title":"título","toc":"","url":"","user avatar":"avatar do utilizador","video":"vídeo","visit_external_website":"","{count, plural, one {Upload {count} file} other {Upload {count} files}}":"","{count} selected":"{count} seleccionados","{id} Content Type":"","{id} Schema":"","{title} copied.":"{title} copiado.","{title} cut.":"{title} cortado.","{title} has been deleted.":"{title} foi eliminado."}
|
|
1
|
+
{"<p>Add some HTML here</p>":"","Accessibility":"Acessibilidade","Account Registration Completed":"Registo de Conta Concluído","Account activation completed":"Activação da conta concluída","Action":"Acção","Actions":"Acções","Activate and deactivate":"","Add":"Adicionar","Add Addons":"","Add Content":"Adicionar Conteúdo","Add Translation…":"","Add User":"Adicionar Utilizador","Add a description…":"Adicionar uma descrição…","Add block":"","Add block…":"Adicionar bloco…","Add criteria":"","Add date":"","Add field":"Adicionar campo","Add fieldset":"Adicionar conjunto de campos","Add group":"Adicionar grupo","Add new content type":"","Add new group":"Adicionar novo grupo","Add new user":"Adicionar um novo utilizador","Add to Groups":"Adicionar a Grupos","Add vocabulary term":"","Add {type}":"Adicionar {type}","Add-ons Settings":"","Additional date":"","Alignment":"Alinhamento","All":"Tudo","Alphabetically":"","Alt text":"Texto alternativo","Alt text hint":"","Alt text hint link text":"","Apply working copy":"","Are you sure you want to delete this field?":"Tem a certeza que quer eliminar este campo?","Are you sure you want to delete this fieldset including all fields?":"Tem a certeza que quer eliminar este conjunto de campos incluindo todos os campos?","Ascending":"Ascendente","Available":"","Back":"Voltar","Base":"Base","Base search query":"","Block":"Bloco","Both email address and password are case sensitive, check that caps lock is not enabled.":"Tanto o endereço de email como a senha são sensíveis às diferenças entre maiúsculas e minúsculas. Assegure-se que o `caps lock` não esteja ligado.","Breadcrumbs":"Navegação estrutural","Browse":"Navegar","Browse the site, drop an image, or type an URL":"Navegue no website, largue uma imagem ou escreva 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 predefinição, as permissões do contentor deste item são herdadas. Se desactivar isto, apenas serão válidas as permissões de partilha explicitamente definidas. No resumo, o símbolo {inherited} indica um valor herdado. Do mesmo modo, o símbolo {global} indica um papel global, que é gerido pelo administrador do sítio.","Cache Name":"","Can not edit Layout for <strong>{type}</strong> content-type as it doesn't have support for <strong>Volto Blocks</strong> enabled":"","Can not edit Layout for <strong>{type}</strong> content-type as the <strong>Blocks behavior</strong> is enabled and <strong>read-only</strong>":"","Cancel":"Cancelar","Cell":"Célula","Center":"Centro","Change Note":"Alterar Nota","Change Password":"Alterar Senha","Change State":"Alterar Estado","Change workflow state recursively":"","Changes applied.":"","Changes saved":"Alterações guardadas","Changes saved.":"Alterações guardadas.","Checkbox":"Caixa de verificação","Choices":"Escolhas","Choose Image":"Escolha Imagem","Choose Target":"Escolha Alvo","Choose a file":"","Clear":"","Clear filters":"","Click to download full sized image":"","Close":"Fechar","Close menu":"Fechar menu","Code":"","Collapse item":"","Collection":"","Comment":"Comentar","Commenter":"Comentador","Comments":"","Compare":"Comparar","Confirm password":"Confirmar senha","Connection refused":"","Contact":"Contacto","Contact form":"Formulário de contacto","Contained items":"","Content type created":"","Content type deleted":"","Contents":"Conteúdo","Controls":"","Copy":"Copiar","Copy blocks":"","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":"","Created by {creator} on {date}":"","Created on":"","Creator":"","Creators":"Criadores","Criteria":"","Current filters applied":"","Current password":"Senha actual","Cut":"Cortar","Cut blocks":"","Daily":"","Database Information":"","Database Location":"","Database Size":"","Database main":"","Date":"Data","Date (newest first)":"","Default":"Predefinido","Delete":"Eliminar","Delete Group":"Eliminar Grupo","Delete Type":"","Delete User":"Eliminar Utilizador","Delete blocks":"","Delete col":"Eliminar coluna","Delete row":"Eliminar linha","Depth":"","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?":"Quer mesmo eliminar os itens seguintes?","Do you really want to delete the group {groupname}?":"Quer mesmo eliminar o grupo {groupname}?","Do you really want to delete the type {typename}?":"","Do you really want to delete the user {username}?":"Quer mesmo eliminar o utilizador {username}?","Do you really want to delete this item?":"Quer mesmo eliminar este item?","Document":"Documento","Drag and drop files from your computer onto this area or click the “Browse” button.":"Arraste e largue ficheiros do seu computador para esta área ou clique no botão “Procurar”.","Drop file here to replace the existing file":"","Drop file here to upload a new file":"","Drop files here ...":"","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":"","Edit values":"","Edit {title}":"Editar {title}","Email":"Email","Email sent":"Email enviado","Embed code error, please follow the instructions and try again.":"","Embeded Google Maps":"","Empty object list":"","Enable editable Blocks":"","End Date":"","Enter URL or select an item":"","Enter a username above to search or click 'Show All'":"","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.":"Escreva um endereço de email. Este será o seu nome de sessão. 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.":"Escreva o nome completo. Por exemplo, José Silva.","Enter map Embed Code":"","Enter your current password.":"Escreva a senha actual.","Enter your email address for verification.":"Escreva o seu endereço de email para verificação.","Enter your new password. Minimum 5 characters.":"Escreva uma senha nova. Mínimo de 5 caracteres.","Error":"Erro","Exclude from navigation":"Excluir da navegação","Exclude this occurence":"","Excluded from navigation":"","Expand sidebar":"Expandir barra lateral","Expiration Date":"Data de vencimento","Expiration date":"","Expired":"","External URL":"URL externo","Facet":"","Facet widget":"","Facets":"","Facets on left side":"","Facets on right side":"","Facets on top":"","Field":"","File":"","File size":"Tamanho do ficheiro","Filename":"Nome de ficheiro","Filter…":"Filtro…","First":"","Fixed width table cells":"Células de tabela de tamanho fixo.","Fold":"","Folder":"","Forbidden":"","Fourth":"","From":"De","Full":"Cheio","Full Name":"Nome Completo","Fullname":"Nome completo","GNU GPL license":"Licença GNU GPL","Global role":"Papel global","Google Maps Embedded Block":"Bloco Integrado 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":"","Headline":"","Hidden facets will still filter the results if proper parameters are passed in URLs":"","Hide Replies":"","Hide facet?":"","History":"Histórico","History Version Number":"","History of {title}":"Histórico de {title}","Home":"Início","Home page":"Página inicial","ID":"","If selected, this item will not appear in the navigation tree":"Se este item estiver seleccionado, não irá 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 esta data estiver no futuro, o conteúdo não irá aparecer em listas nem em 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 tiver a certeza que tem o endereço web correcto mas está a obter um erro, por favor contacte o {site_admin}.","Image":"Imagem","Image gallery":"","Include this occurence":"","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":"","Installed":"","Installed version":"","Interval Daily":"","Interval Monthly":"","Interval Weekly":"","Interval Yearly":"","Item batch size":"","Item succesfully moved.":"","Item(s) copied.":"Item(ns) copiado(s).","Item(s) cut.":"Item(ns) cortado(s).","Item(s) has been updated.":"","Item(s) pasted.":"Item(ns) colado(s).","Item(s) state has been updated.":"","Items":"","Items must be unique.":"Os itens têm de ser únicos.","Label":"","Language":"Idioma","Last":"","Last comment date":"","Last modified":"Última modificação","Latest version":"","Layout":"","Lead Image":"","Left":"Esquerda","Link":"","Link more":"","Link title":"","Link to":"Ligar a","Link translation for":"","Listing":"","Load more":"","Loading":"","Location":"Localização","Log In":"Iniciar sessão","Log in":"Iniciar sessão","Login":"Iniciar sessão","Login Failed":"Falhou o início de sessão","Login Name":"Nome de utilizador","Logout":"","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"","Make the table compact":"Compactar a tabela","Manage Translations":"","Manage translations for {title}":"","Map":"","Maps URL":"","Maximum length is {len}.":"","Maximum value is {len}.":"","Message":"Mensagem","Minimum length is {len}.":"O comprimento mínimo é {len}.","Minimum value is {len}.":"","Moderate Comments":"Moderar Comentários","Moderate comments":"Moderar comentários","Monday and Friday":"","Month day":"","Monthly":"","More":"","Move to bottom of folder":"Mover para o fundo da pasta","Move to top of folder":"Mover para o topo da pasta","Multiple choices?":"","My email address is":"O meu endereço de email é","Name":"Nome","Navigate back":"","Navigation":"","New password":"Nova senha","News Item":"","No":"","No image selected":"Nenhuma imagem seleccionada","No image set in Lead Image content field":"","No image set in image content field":"","No items found in this container.":"","No items selected":"","No map selected":"","No occurences set":"","No options":"","No results found":"","No results found.":"Não foram encontrados quaisquer resultados.","No selection":"","No uninstall profile":"","No value":"Sem qualquer valor","No video selected":"","No workflow":"Sem fluxo de trabalho","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":"","Object Size":"","Occurences":"","Ok":"Ok","Open in a new tab":"Abrir num novo separador","Open menu":"Abrir menu","Open object browser":"","Origin":"Origem","Page":"","Parent fieldset":"","Password":"Senha","Password reset":"Reiniciar senha","Passwords do not match.":"As senhas não coincidem.","Paste":"Colar","Paste blocks":"","Permissions have been updated successfully":"","Permissions updated":"","Personal Information":"Informação Pessoal","Personal Preferences":"Preferências Pessoais","Personal tools":"","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 de conteúdo deste item. Pro favor escreva uma lista de nomes de utilizador, um por linha. O criador principal deve estar em primeiro lugar.","Please enter a valid URL by deleting the block and adding a new video block.":"","Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.":"","Please fill out the form below to set your password.":"Por favor preencha o formulário abaixo para definir a sua senha.","Plone Foundation":"Fundação Plone","Plone Site":"Sítio Plone","Plone{reg} Open Source CMS/WCM":"Plone{reg} Open Source CMS/WCM","Portrait":"Retrato","Possible values":"","Powered by Plone & Python":"Criado com Plone e Python","Preferences":"Preferências","Prettify your code":"","Preview":"Pré-visualização","Preview Image URL":"","Profile":"Perfil","Properties":"Propriedades","Publication date":"","Publishing Date":"Data de Publicação","Query":"","Re-enter the password. Make sure the passwords are identical.":"Escreva de novo a senha. Certifique-se que as senhas são idênticas.","Read More…":"Ler Mais…","Rearrange items by…":"Reordenar itens por…","Recurrence ends":"","Recurrence ends after":"","Recurrence ends on":"","Redo":"","Reduce complexity":"Reduzir complexidade","Register":"Registar","Registration form":"Formulário de registo","Relevance":"","Remove item":"","Remove recurrence":"","Remove term":"","Remove working copy":"","Rename":"Renomear","Rename Items Loading Message":"","Rename items":"Renomear itens","Repeat":"","Repeat every":"","Repeat on":"","Replace existing file":"","Reply":"","Required":"Obrigatório","Required input is missing.":"Falta informação obrigatória.","Reset term title":"","Results limit":"","Results preview":"","Results template":"","Reversed order":"","Revert to this revision":"Reverter para esta revisão","Review state":"","Richtext":"Richtext","Right":"Direita","Rights":"Permissões","Roles":"Papéis","Root":"","Save":"Guardar","Save recurrence":"","Schema":"","Schema updates":"","Search":"Pesquisar","Search SVG":"","Search Site":"Pesquisar Sítio","Search block":"","Search button label":"","Search content":"Pesquisar conteúdo","Search for user or group":"Pesquisar utilizador ou grupo","Search group…":"","Search input label":"","Search results":"Resultados da pesquisa","Search results for {term}":"Resultados da pesquisa para {term}","Search users…":"","Searched for":"","Second":"","Section title":"","Select":"","Select a date to add to recurrence":"","Select columns to show":"Seleccione colunas a apresentar","Select the transition to be used for modifying the items state.":"Seleccione a transição a ser usada para modificar o estado dos itens.","Selected dates":"","Selected items":"","Selected items - x of y":"","Selection":"Selecção","Select…":"Seleccionar…","Send":"Enviar","Set my password":"Definir a minha senha","Set your password":"Defina a sua senha","Settings":"","Sharing":"Partilha","Sharing for {title}":"Partilha de {title}","Short Name":"Nome Curto","Short name":"Nome curto","Show":"","Show All":"","Show Replies":"","Show item":"","Show search button?":"","Show search input?":"","Show sorting?":"","Shrink sidebar":"Encolher barra lateral","Shrink toolbar":"","Sign in to start session":"Inicie a sessão","Site":"Sítio","Site Administration":"Administração do Sítio","Site Map":"Mapa do Sítio","Site Setup":"Configuração do Sítio","Sitemap":"","Size":"","Size: {size}":"","Sorry, something went wrong with your request":"","Sort By:":"","Sort on":"","Sort on label":"","Sort on options":"","Source":"","Specify a youtube video or playlist url":"Especifique um vídeo youtube ou um URL de um repertório (playlist)","Split":"Dividir","Start Date":"","Start of the recurrence":"","Start password reset":"Redefinir senha","State":"Estado","Stop compare":"","String":"Texto","Stripe alternate rows with color":"Alternar cores das linhas","Subject":"Assunto","Success":"Sucesso","Summary":"","Switch to":"","Table":"Tabela","Table of Contents":"","Tags":"Etiquetas","Tags to add":"Etiquetas a adicionar","Tags to remove":"Etiquetas a remover","Target memory size per cache in bytes":"","Target number of objects in memory per cache":"","Text":"Texto","Thank you.":"Obrigado.","The Database Manager allow you to view database status information":"","The URL for your external home page, if you have one.":"O URL da sua página inicial externa, se tiver uma.","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.":"","The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.":"","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.":"","The button presence disables the live search, the query is issued when you press ENTER":"","The item could not be deleted.":"","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 registo foi bem sucedido. Por favor verifique no seu e-mail a informação sobre como activar a sua conta.","The user portrait/avatar":"Retrato/avatar do utilizador","The working copy was discarded":"","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":"","There were some errors":"","There were some errors.":"Ocorreram alguns erros.","Third":"","This has an ongoing working copy in {title}":"","This is a working copy of {title}":"","This item was locked by {creator} on {date}":"","This name will be displayed in the URL.":"Este nome será apresentado no URL.","This page does not seem to exist…":"Esta página não parece existir…","Time":"","Title":"Título","Total active and non-active objects":"","Total comments":"","Total number of objects in each cache":"","Total number of objects in memory from all caches":"","Total number of objects in the database":"","Translate to {lang}":"","Translation linked":"","Translation linking removed":"","Type":"Tipo","Type a Video (YouTube, Vimeo or mp4) URL":"","Type text...":"","Type text…":"Escreva texto…","Type the title…":"Escreva o título…","UID":"","Unauthorized":"","Undo":"","Unfold":"","Unified":"Unificado","Uninstall":"","Unknown Block":"Bloco Desconhecido","Unlink translation for":"","Unlock":"","Update":"","Update installed addons":"","Update installed addons:":"","Updates available":"","Upload":"Enviar","Upload a lead image in the 'Lead Image' content field.":"","Upload a new image":"","Upload files":"Enviar ficheiros","Uploading files":"Enviando ficheiros","Uploading image":"","Used for programmatic access to the fieldset.":"Usado para aceder programaticamente ao conjunto de campos.","User":"Utilizador","User created":"Utilizador criado","User name":"Nome de utilizador","User roles updated":"","Username":"Nome de utilizador","Users":"Utilizadores","Users and Groups":"Utilizadores e Grupos","Variation":"","Version Overview":"Resumo da Versão","Video":"","Video URL":"","View":"Ver","View changes":"Ver modificações","View this revision":"Ver esta revisão","View working copy":"","Viewmode":"Modo de visualização","Vocabulary term":"","Vocabulary term title":"","Vocabulary terms":"","Warning Regarding debug mode":"","We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.":"","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 desculpa pela inconveniência, mas a página a que está a tentar aceder não está neste endereço. Pode usar as ligações abaixo para ajudar a encontrar o que procura.","We apologize for the inconvenience, but you don't have permissions on this resource.":"","We will use this address if you need to recover your password":"Iremos usar este endereço se precisar de recuperar a sua senha","Weeek day of month":"","Weekday":"","Weekly":"","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","Workflow Change Loading Message":"","Workflow updated.":"Fluxo de trabalho actualizado.","Yearly":"","Yes":"","You are trying to access a protected resource, please {login} first.":"","You are using an outdated browser":"","You can add a comment by filling out the form below. Plain text formatting.":"Pode adicionar um comentário ao preencher o formulário abaixo. Formatação simples de texto.","You can control who can view and edit your item using the list below.":"Pode controlar quem irá ver e editar o seu item usando a lista abaixo.","You can view the difference of the revisions below.":"Pode ver a diferença das revisões abaixo.","You can view the history of your item below.":"Pode ver o histórico do seu item abaixo.","You can't paste this content here":"","Your email is required for reset your password.":"O seu email é necessário para reiniciar a sua senha.","Your location - either city and country - or in a company setting, where your office is located.":"A sua localização (cidade ou país) ou, no contexto de uma empresa, onde o escritório está localizado.","Your password has been set successfully. You may now {link} with your new password.":"A sua senha foi definida com sucesso. Pode agora {link} com a sua nova senha.","Your preferred language":"O seu idioma preferido","box_forgot_password_option":"box_forgot_password_option","common":"comum","compare_to":"","delete":"eliminar","deprecated_browser_notice_message":"","description":"descrição","description_lost_password":"descrição_senha_perdida","description_sent_password":"descrição_senha_enviada","draft":"","email":"","event_alldates":"","event_attendees":"","event_contactname":"","event_contactphone":"","event_website":"","event_what":"","event_when":"","event_where":"","heading_sent_password":"título_senha_enviada","hero":"herói","html":"html","image":"imagem","integer":"","intranet":"","label_my_email_address_is":"etiqueta_meu_email_é","leadimage":"","listing":"","loading":"","log in":"","maps":"mapas","maxLength":"","maximum":"","media":"média","minLength":"","minimum":"","mostUsed":"maisUsado","no workflow state":"","number":"","of the month":"","or try a different page.":"","others":"","private":"","published":"","querystring-widget-select":"","results found":"","return to the site root":"","rrule_and":"","rrule_approximate":"","rrule_at":"","rrule_dateFormat":"","rrule_day":"","rrule_days":"","rrule_every":"","rrule_for":"","rrule_hour":"","rrule_hours":"","rrule_in":"","rrule_last":"","rrule_minutes":"","rrule_month":"","rrule_months":"","rrule_nd":"","rrule_on":"","rrule_on the":"","rrule_or":"","rrule_rd":"","rrule_st":"","rrule_th":"","rrule_the":"","rrule_time":"","rrule_times":"","rrule_until":"","rrule_week":"","rrule_weekday":"","rrule_weekdays":"","rrule_weeks":"","rrule_year":"","rrule_years":"","skiplink-footer":"","skiplink-main-content":"","skiplink-navigation":"","sort":"","table":"tabela","text":"texto","title":"título","toc":"","url":"","user avatar":"avatar do utilizador","video":"vídeo","visit_external_website":"","{count, plural, one {Upload {count} file} other {Upload {count} files}}":"","{count} selected":"{count} seleccionados","{id} Content Type":"","{id} Schema":"","{title} copied.":"{title} copiado.","{title} cut.":"{title} cortado.","{title} has been deleted.":"{title} foi eliminado."}
|
|
@@ -1940,6 +1940,11 @@ msgstr "Recorrência se encerra após"
|
|
|
1940
1940
|
msgid "Recurrence ends on"
|
|
1941
1941
|
msgstr "Recorrência se encerra em"
|
|
1942
1942
|
|
|
1943
|
+
#: components/manage/Form/UndoToolbar
|
|
1944
|
+
# defaultMessage: Redo
|
|
1945
|
+
msgid "Redo"
|
|
1946
|
+
msgstr ""
|
|
1947
|
+
|
|
1943
1948
|
#: components/manage/Blocks/Table/Edit
|
|
1944
1949
|
# defaultMessage: Minimalistic table design
|
|
1945
1950
|
msgid "Reduce complexity"
|
|
@@ -2564,8 +2569,8 @@ msgid "The backend is responding, but the CORS headers are not configured proper
|
|
|
2564
2569
|
msgstr "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."
|
|
2565
2570
|
|
|
2566
2571
|
#: components/theme/CorsError/CorsError
|
|
2567
|
-
# defaultMessage: The backend server of your website is not
|
|
2568
|
-
msgid "The backend server of your website is not
|
|
2572
|
+
# defaultMessage: 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.
|
|
2573
|
+
msgid "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."
|
|
2569
2574
|
msgstr "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."
|
|
2570
2575
|
|
|
2571
2576
|
#: components/manage/Blocks/Search/schema
|
|
@@ -2745,6 +2750,11 @@ msgstr "UID"
|
|
|
2745
2750
|
msgid "Unauthorized"
|
|
2746
2751
|
msgstr "Não autorizado"
|
|
2747
2752
|
|
|
2753
|
+
#: components/manage/Form/UndoToolbar
|
|
2754
|
+
# defaultMessage: Undo
|
|
2755
|
+
msgid "Undo"
|
|
2756
|
+
msgstr ""
|
|
2757
|
+
|
|
2748
2758
|
#: components/manage/BlockChooser/BlockChooser
|
|
2749
2759
|
# defaultMessage: Unfold
|
|
2750
2760
|
msgid "Unfold"
|