diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 23f9c91ab..ad44d7ade 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,12 +10,12 @@ documentation, translations or just feature requests. The [issue tracker](https://github.com/wagtail/wagtail/issues) is the preferred channel for [bug reports](#bugs), [features requests](#features) and [submitting pull requests](#pull-requests). Please don't use the issue tracker -for support - use [the 'wagtail' tag on Stack Overflow](http://stackoverflow.com/questions/tagged/wagtail) (preferred) or our [Wagtail support group](https://groups.google.com/forum/#!forum/wagtail). +for support - use [the 'wagtail' tag on Stack Overflow](https://stackoverflow.com/questions/tagged/wagtail) (preferred) or our [Wagtail support group](https://groups.google.com/forum/#!forum/wagtail). ## New code Please review the -[contributing guidelines](http://docs.wagtail.io/en/latest/contributing/index.html). +[contributing guidelines](https://docs.wagtail.io/en/latest/contributing/index.html). You might like to start by checking issues with the [good first issue](https://github.com/wagtail/wagtail/labels/good%20first%20issue) label. diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index fb0a0a639..109334e48 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -30,4 +30,4 @@ Any other relevant information. For example, why do you consider this a bug and * Python version: Run `python --version`. * Django version: Look in your requirements.txt, or run `pip show django | grep Version`. * Wagtail version: Look at the bottom of the Settings menu in the Wagtail admin, or run `pip show wagtail | grep Version:`. -* Browser version: You can use http://www.whatsmybrowser.org/ to find this out. +* Browser version: You can use https://www.whatsmybrowser.org/ to find this out. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f291ac1ff..75c3d7118 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,8 @@ Thanks for contributing to Wagtail! 🎉 -Before submitting, please review the contributor guidelines and check the following: +Before submitting, please review the contributor guidelines and check the following: -* Do the tests still pass? (http://docs.wagtail.io/en/latest/contributing/developing.html#testing) +* Do the tests still pass? (https://docs.wagtail.io/en/latest/contributing/developing.html#testing) * Does the code comply with the style guide? (Run `make lint` from the Wagtail root) * For Python changes: Have you added tests to cover the new/fixed behaviour? * For front-end changes: Did you test on all of Wagtail’s supported browsers? **Please list the exact versions you tested**. diff --git a/.github/squash-logo.svg b/.github/squash-logo.svg new file mode 100644 index 000000000..9a976b395 --- /dev/null +++ b/.github/squash-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 365f73882..a93bff8a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,12 +7,8 @@ addons: matrix: include: - - env: TOXENV=py35-dj20-sqlite-noelasticsearch - python: 3.5 - env: TOXENV=py35-dj21-mysql-noelasticsearch python: 3.5 - - env: TOXENV=py36-dj20-postgres-noelasticsearch - python: 3.6 - env: TOXENV=py36-dj21-postgres-noelasticsearch python: 3.6 - env: TOXENV=py37-dj21-postgres-noelasticsearch @@ -25,18 +21,16 @@ matrix: python: 3.7 - env: TOXENV=py37-dj22stable-postgres-noelasticsearch python: 3.7 + - env: TOXENV=py37-dj30stable-postgres-noelasticsearch + python: 3.7 - env: TOXENV=py37-djmaster-postgres-noelasticsearch python: 3.7 - env: TOXENV=py38-dj22-postgres-noelasticsearch python: 3.8 - - env: TOXENV=py36-dj20-sqlite-elasticsearch2 INSTALL_ELASTICSEARCH2=yes - python: 3.6 - env: TOXENV=py36-dj21-sqlite-elasticsearch2 INSTALL_ELASTICSEARCH2=yes python: 3.6 - env: TOXENV=py36-dj21-postgres-elasticsearch5 INSTALL_ELASTICSEARCH5=yes python: 3.6 - - env: TOXENV=py36-dj20-postgres-elasticsearch6 INSTALL_ELASTICSEARCH6=yes - python: 3.6 - env: TOXENV=py36-dj21-postgres-elasticsearch6 INSTALL_ELASTICSEARCH6=yes python: 3.6 - env: TOXENV=py37-dj22-postgres-elasticsearch6 INSTALL_ELASTICSEARCH6=yes @@ -47,16 +41,16 @@ matrix: python: 3.8 allow_failures: # Ignore failures on Elasticsearch tests because ES on Travis is intermittently flaky - - env: TOXENV=py36-dj20-sqlite-elasticsearch2 INSTALL_ELASTICSEARCH2=yes - env: TOXENV=py36-dj21-sqlite-elasticsearch2 INSTALL_ELASTICSEARCH2=yes - env: TOXENV=py36-dj21-postgres-elasticsearch5 INSTALL_ELASTICSEARCH5=yes - - env: TOXENV=py36-dj20-postgres-elasticsearch6 INSTALL_ELASTICSEARCH6=yes - env: TOXENV=py36-dj21-postgres-elasticsearch6 INSTALL_ELASTICSEARCH6=yes - env: TOXENV=py37-dj22-postgres-elasticsearch6 INSTALL_ELASTICSEARCH6=yes - env: TOXENV=py37-dj22-postgres-elasticsearch7 INSTALL_ELASTICSEARCH7=yes - env: TOXENV=py38-dj22-postgres-elasticsearch7 INSTALL_ELASTICSEARCH7=yes # allow failures against Django 2.2.x stable branch - env: TOXENV=py37-dj22stable-postgres-noelasticsearch + # allow failures against Django 3.0.x stable branch + - env: TOXENV=py37-dj30stable-postgres-noelasticsearch # allow failures against Django master - env: TOXENV=py37-djmaster-postgres-noelasticsearch diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5586d45cf..8b0275841 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,10 +1,32 @@ Changelog ========= -2.7 LTS (xx.xx.xxxx) - IN DEVELOPMENT +2.8 (xx.xx.xxxx) - IN DEVELOPMENT +~~~~~~~~~~~~~~~~ + + * Removed support for Django 2.0 + * Removed leftover Python 2.x compatibility code (Sergey Fedoseev) + * Combine flake8 configurations (Sergey Fedoseev) + * Improved diffing behavior for text fields (Aliosha Padovani) + * Improve contrast of disabled inputs (Nick Smith) + * Added `get_document_model_string` function (Andrey Smirnov) + * Added support for Cloudflare API tokens for frontend cache invalidation (Tom Usher) + * Cloudflare frontend cache invalidation requests are now sent in chunks of 30 to fit within API limits (Tom Usher) + * Added `ancestors` field to pages endpoint in admin API (Karl Hobley) + * Removed Django admin management of `Page` & `Site` models (Andreas Bernacca) + * Fix: Rename documents listing column 'uploaded' to 'created' (LB (Ben Johnston)) + * Fix: Submenu items longer then the page height are no longer broken by the submenu footer (Igor van Spengen) + * Fix: Unbundle the l18n library as it was bundled to avoid installation errors which have been resolved (Matt Westcott) + * Fix: Prevent error when comparing pages that reference a model with a custom primary key (Fidel Ramos) + * Fix: Moved `get_document_model` location so it can be imported when Models are not yet loaded (Andrey Smirnov) + * Fix: Fixed incorrect HTML escaping of Jinja2 form templates for StructBlocks (Brady Moe) + * Fix: All templates with wagtailsettings and modeladmin now use `block.super` for `extra_js` & `extra_css` (Timothy Bautista) + +2.7 LTS (06.11.2019) ~~~~~~~~~~~~~~~~~~~~ * Improved StreamField design (Bertrand Bordage) + * Added WebP image support (frmdstryr, Karl Hobley, Matt Westcott) * Added Elasticsearch 7 support (pySilver) * Added Python 3.8 support (John Carter, Matt Westcott) * Added `construct_page_listing_buttons` hook (Michael van Tellingen) @@ -24,10 +46,7 @@ Changelog * Added ARIA role to TableBlock output (Matt Westcott) * Added cache-busting query parameters to static files within the Wagtail admin (Matt Westcott) * Allow `register_page_action_menu_item` and `construct_page_action_menu` hooks to override the default menu action (Rahmi Pruitt, Matt Westcott) - * Add docs table template rendering example (Matt Westcott) - * Add blog about image uploads in Wagtail forms to third party tutorial documentation (a-mere-peasant) - * Clean up multiple minor documentation issues (David T Thompson, ryanomor, kailwallin) - * Add AbstractUser import to custom user model documentation (LB (Ben Johnston)) + * `WAGTAILIMAGES_MAX_IMAGE_PIXELS` limit now takes the number of animation frames into account (Karl Hobley) * Fix: Added line breaks to long filenames on multiple image / document uploader (Kevin Howbrook) * Fix: Added https support for Scribd oEmbed provider (Rodrigo) * Fix: Changed StreamField group labels color so labels are visible (Catherine Farman) @@ -50,6 +69,14 @@ Changelog * Fix: Replace styleguide example avatar with default image to avoid issues when custom user model is used (Matt Westcott) * Fix: `DraftailRichTextArea` is no longer treated as a hidden field by Django's form logic (Sergey Fedoseev) * Fix: Replace format() placeholders in translatable strings with % formatting (Matt Westcott) + * Fix: Altering Django REST Framework's `DEFAULT_AUTHENTICATION_CLASSES` setting no longer breaks the page explorer menu and admin API (Matt Westcott) + * Fix: Regression - missing label for external link URL field in link chooser (Stefani Castellanos) + + +2.6.3 (22.10.2019) +~~~~~~~~~~~~~~~~~~ + + * Fix: Altering Django REST Framework's `DEFAULT_AUTHENTICATION_CLASSES` setting no longer breaks the page explorer menu and admin API (Matt Westcott) 2.6.2 (19.09.2019) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 65677576e..31ffed009 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -68,7 +68,7 @@ members of the project's leadership. ## Attribution This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, -available at [http://contributor-covenant.org/version/1/4][version] +available at [https://www.contributor-covenant.org/version/1/4][version] -[homepage]: http://contributor-covenant.org -[version]: http://contributor-covenant.org/version/1/4/ +[homepage]: https://www.contributor-covenant.org/ +[version]: https://www.contributor-covenant.org/version/1/4/ diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 07002fd0d..8ea688adf 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -20,6 +20,7 @@ Core team * Jonny Scholes (Neon Jungle) * Andy Babic (Torchbox) * Dan Braghis (Torchbox) +* Dawn Wages Core team alumni ================ @@ -255,7 +256,7 @@ Contributors * Lucas Moeskops * Rob van der Linde * Paul Kamp -* dwasyl +* David Wasylciw * Eugene Morozov * Levi Adler * Edwar Baron @@ -405,7 +406,6 @@ Contributors * Kiril Staikov * Saptak Sengupta * Dawid Bugajewski -* Dawn Wages * Jacob Topp-Mugglestone * Brian Whitton * Tim White @@ -416,6 +416,14 @@ Contributors * David T Thompson * kailwallin * ryanomor +* Thijs Baaijen +* Igor van Spengen +* Stefani Castellanos +* Aliosha Padovani +* Tom Readings +* Andrey Smirnov +* Tim Gates +* Timothy Bautista Translators =========== @@ -440,14 +448,14 @@ Translators * French: Adrien, Timothy Allen, Sebastien Andrivet, Bertrand Bordage, André Bouatchidzé, Aurélien Debord, Romain Dorgueil, Tom Dyson, Antonin Enfrun, Axel Haustant, Léo, Pierre Marfoure, nahuel, Sophy O, Dominique Peretti, fpoulain, Loïc Teixeira, Benoît Vogel * Galician: fooflare * Georgian: André Bouatchidzé -* German: Ettore Atalan, Patrick Craston, Peter Dreuw, Henrik Kröger, Tammo van Lessen, Martin Löhle, Wasilis Mandratzis-Walz, Daniel Manser, m0rph3u5, Max Pfeiffer, Moritz Pfeiffer, Herbert Poul, Karl Sander, Tobias Schmidt, Johannes Spielmann, Raphael Stolt, Benjamin Thurm, Norman Uekermann, Jannis Vajen, Vorlif, Matthew Westcott +* German: Ettore Atalan, Patrick Craston, Peter Dreuw, Johannes Fleck, Henrik Kröger, Tammo van Lessen, Martin Löhle, Wasilis Mandratzis-Walz, Daniel Manser, Matthias Martin, m0rph3u5, Max Pfeiffer, Moritz Pfeiffer, Herbert Poul, Karl Sander, Tobias Schmidt, Johannes Spielmann, Raphael Stolt, Benjamin Thurm, Norman Uekermann, Jannis Vajen, Vorlif, Matthew Westcott * Greek: Jim Dal, George Giannoulopoulos, Yiannis Inglessis, Wasilis Mandratzis-Walz, Nick Mavrakis, NeotheOne, Serafeim Papastefanos * Hebrew (Israel): Lior Abazon, bjesus, Yossi Lalum, Adi Ron, Oleg Sverdlov -* Hungarian: Istvan Farkas, Laszlo Molnar, Kornél Novák Mergulhão, BN +* Hungarian: Istvan Farkas, Laszlo Molnar, Kornél Novák Mergulhão, BN, Aron Santa * Icelandic (Iceland): Arnar Tumi Þorsteinsson, Kjartan Sverrisson, Sævar Öfjörð Magnússon * Indonesian (Indonesia): atmosuwiryo, Sutrisno Efendi, Dzikri Hakim, Geek Pantura, Ronggo Radityo, M. Febrian Ramadhana -* Italian: Sandro Badalamenti, Edd Baldry, Claudio Bantaloukas, Guglielmo Celata, Gian-Maria Daffre, Giacomo Ghizzani, Carlo Miron, Alessio Di Stasio, Andrea Tagliazucchi -* Japanese: Sangmin Ahn, Shuhei Hirota, Shu Ishida, Yudai Kobayashi, Tri Minh, Hideaki Oguchi, Tomo Mizoe, Daigo Shitara, Shimizu Taku, umepon0626, Takuya Yamamoto +* Italian: Sandro Badalamenti, Edd Baldry, Claudio Bantaloukas, Guglielmo Celata, Gian-Maria Daffre, Giacomo Ghizzani, LB (Ben Johnston), Carlo Miron, Alessio Di Stasio, Andrea Tagliazucchi +* Japanese: Sangmin Ahn, Shuhei Hirota, Shu Ishida, Yudai Kobayashi, Tri Minh, Hideaki Oguchi, Tomo Mizoe, Safu9, Daigo Shitara, Shimizu Taku, umepon0626, Takuya Yamamoto * Korean: Kyungil Choi, Jihan Chung * Latvian: Reinis Rozenbergs, Maris Serzans * Lithuanian: Matas Dailyda diff --git a/README.md b/README.md index 61efdc185..5f06288a3 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@

- Wagtail -
-
+ Wagtail +
+

Wagtail is an open source content management system built on Django, with a strong community and commercial support. It's focused on user experience, and offers precise control for designers and developers. -![Wagtail screenshot](https://cdn.rawgit.com/wagtail/wagtail/master/.github/wagtail-screenshot-with-browser.png) +![Wagtail screenshot](https://cdn.jsdelivr.net/gh/wagtail/wagtail@master/.github/wagtail-screenshot-with-browser.png) ### Features @@ -40,15 +40,15 @@ python manage.py createsuperuser python manage.py runserver ``` -For detailed installation and setup docs, see [docs.wagtail.io](http://docs.wagtail.io/). +For detailed installation and setup docs, see [docs.wagtail.io](https://docs.wagtail.io/). ### Who’s using it? -Wagtail is used by NASA, Google, Oxfam, the NHS, Mozilla, MIT, the Red Cross, Salesforce, NBC, BMW, and the US and UK governments. Add your own Wagtail site to [madewithwagtail.org](http://madewithwagtail.org). +Wagtail is used by NASA, Google, Oxfam, the NHS, Mozilla, MIT, the Red Cross, Salesforce, NBC, BMW, and the US and UK governments. Add your own Wagtail site to [madewithwagtail.org](https://madewithwagtail.org). ### Documentation -[docs.wagtail.io](http://docs.wagtail.io/) is the full reference for Wagtail, and includes guides for developers, designers and editors, alongside release notes and our roadmap. +[docs.wagtail.io](https://docs.wagtail.io/) is the full reference for Wagtail, and includes guides for developers, designers and editors, alongside release notes and our roadmap. ### Compatibility @@ -64,7 +64,7 @@ Previous versions of Wagtail (1.13 and earlier) additionally supported Python 2. ### Community Support -There is an active community of Wagtail users and developers responding to questions on [Stack Overflow](http://stackoverflow.com/questions/tagged/wagtail). When posting questions, please read Stack Overflow's advice on [how to ask questions](http://stackoverflow.com/help/how-to-ask) and remember to tag your question "wagtail". +There is an active community of Wagtail users and developers responding to questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/wagtail). When posting questions, please read Stack Overflow's advice on [how to ask questions](https://stackoverflow.com/help/how-to-ask) and remember to tag your question "wagtail". For topics and discussions that do not fit Stack Overflow's question and answer format, we have a [Slack workspace](https://github.com/wagtail/wagtail/wiki/Slack) and a [Wagtail Support mailing list](https://groups.google.com/forum/#!forum/wagtail). Please respect the time and effort of volunteers by not asking the same question in multiple places. @@ -92,7 +92,7 @@ To try out the latest features before a release, we also create builds from mast If you're a Python or Django developer, fork the repo and get stuck in! We run a separate group for developers of Wagtail itself at https://groups.google.com/forum/#!forum/wagtail-developers (please note that this is not for support requests). -You might like to start by reviewing the [contributing guidelines](http://docs.wagtail.io/en/latest/contributing/index.html) and checking issues with the [good first issue](https://github.com/wagtail/wagtail/labels/good%20first%20issue) label. +You might like to start by reviewing the [contributing guidelines](https://docs.wagtail.io/en/latest/contributing/index.html) and checking issues with the [good first issue](https://github.com/wagtail/wagtail/labels/good%20first%20issue) label. We also welcome translations for Wagtail's interface. Translation work should be submitted through [Transifex](https://www.transifex.com/projects/p/wagtail/). @@ -101,12 +101,17 @@ We also welcome translations for Wagtail's interface. Translation work should be ### Thanks -We thank [BrowserStack](https://www.browserstack.com/), who provides the project with free access to their live web-based browser testing tool, and automated Selenium cloud testing. +We thank the following organisations for their services used in Wagtail's development: + +[![Browserstack](https://cdn.jsdelivr.net/gh/wagtail/wagtail@master/.github/browserstack-logo.svg)](https://www.browserstack.com/)
+[BrowserStack](https://www.browserstack.com/) provides the project with free access to their live web-based browser testing tool, and automated Selenium cloud testing. + +[![squash.io](https://cdn.jsdelivr.net/gh/wagtail/wagtail@master/.github/squash-logo.svg)](https://www.squash.io/)
+[Squash](https://www.squash.io/) provides the project with free test environments for reviewing pull requests. -[![Browserstack](https://cdn.rawgit.com/wagtail/wagtail/master/.github/browserstack-logo.svg)](https://www.browserstack.com/) [![Build Status](https://api.travis-ci.org/wagtail/wagtail.svg?branch=master)](https://travis-ci.org/wagtail/wagtail) [![License](https://img.shields.io/badge/license-BSD-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![Version](https://img.shields.io/pypi/v/wagtail.svg)](https://pypi.python.org/pypi/wagtail/) -[![Coverage](http://codecov.io/github/wagtail/wagtail/coverage.svg?branch=master)](http://codecov.io/github/wagtail/wagtail?branch=master) +[![Coverage](https://codecov.io/github/wagtail/wagtail/coverage.svg?branch=master)](https://codecov.io/github/wagtail/wagtail?branch=master) [![Slack](https://wagtail-slack.now.sh/badge.svg)](https://wagtail-slack.now.sh) diff --git a/SPONSORS.md b/SPONSORS.md index 026bb0af5..68b54e556 100644 --- a/SPONSORS.md +++ b/SPONSORS.md @@ -7,11 +7,11 @@ The following organisations and individuals supported the [Wagtail's First Hatch - [Ambient Innovation](https://ambient-innovation.com/) - [Shenberger Technology](http://shenbergertech.com/) - [Type/Code](https://typecode.com/) -- [SharperTool](http://sharpertool.com/) +- [SharperTool](https://sharpertool.com/) - [Overcast Software](https://www.overcast.io/) - [Octave](https://octave.nz/) - [Taywa](https://www.taywa.ch/) - [Rock Kitchen Harris](https://www.rkh.co.uk/) -- [The Motley Fool](http://www.fool.com/) +- [The Motley Fool](https://www.fool.com/) - [R Strother Scott](https://twitter.com/rstrotherscott) -- [Beyond Media](http://beyond.works/) +- [Beyond Media](https://www.beyond.works/) diff --git a/client/scss/components/_main-nav.scss b/client/scss/components/_main-nav.scss index 5f22b97e9..29f646bac 100644 --- a/client/scss/components/_main-nav.scss +++ b/client/scss/components/_main-nav.scss @@ -388,6 +388,10 @@ body.explorer-open { width: $menu-width; } + ul { + position: relative; + } + h2 { display: block; padding: 0.2em 0; @@ -409,6 +413,11 @@ body.explorer-open { .footer { position: absolute; + + &-submenu { + position: sticky; + max-height: unset; + } } } diff --git a/client/scss/elements/_forms.scss b/client/scss/elements/_forms.scss index dccb98b25..b7dfda662 100644 --- a/client/scss/elements/_forms.scss +++ b/client/scss/elements/_forms.scss @@ -94,9 +94,9 @@ select, &[disabled], &:disabled:hover, &[disabled]:hover { - background-color: inherit; - cursor: default; - color: $color-grey-4; + background-color: $color-grey-4; + cursor: not-allowed; + color: $color-grey-2; } } diff --git a/client/src/components/Draftail/DraftUtils.js b/client/src/components/Draftail/DraftUtils.js index 8df8555fc..dac2f8594 100644 --- a/client/src/components/Draftail/DraftUtils.js +++ b/client/src/components/Draftail/DraftUtils.js @@ -1,44 +1,44 @@ - /** - * Returns collection of currently selected blocks. - * See https://github.com/jpuri/draftjs-utils/blob/e81c0ae19c3b0fdef7e0c1b70d924398956be126/js/block.js#L19. - */ - const getSelectedBlocksList = (editorState) => { - const selectionState = editorState.getSelection(); - const content = editorState.getCurrentContent(); - const startKey = selectionState.getStartKey(); - const endKey = selectionState.getEndKey(); - const blockMap = content.getBlockMap(); - const blocks = blockMap - .toSeq() - .skipUntil((_, k) => k === startKey) - .takeUntil((_, k) => k === endKey) - .concat([[endKey, blockMap.get(endKey)]]); - return blocks.toList(); - }; +/** +* Returns collection of currently selected blocks. +* See https://github.com/jpuri/draftjs-utils/blob/e81c0ae19c3b0fdef7e0c1b70d924398956be126/js/block.js#L19. +*/ +const getSelectedBlocksList = (editorState) => { + const selectionState = editorState.getSelection(); + const content = editorState.getCurrentContent(); + const startKey = selectionState.getStartKey(); + const endKey = selectionState.getEndKey(); + const blockMap = content.getBlockMap(); + const blocks = blockMap + .toSeq() + .skipUntil((_, k) => k === startKey) + .takeUntil((_, k) => k === endKey) + .concat([[endKey, blockMap.get(endKey)]]); + return blocks.toList(); +}; - /** - * Returns the currently selected text in the editor. - * See https://github.com/jpuri/draftjs-utils/blob/e81c0ae19c3b0fdef7e0c1b70d924398956be126/js/block.js#L106. - */ - export const getSelectionText = (editorState) => { - const selection = editorState.getSelection(); - let start = selection.getAnchorOffset(); - let end = selection.getFocusOffset(); - const selectedBlocks = getSelectedBlocksList(editorState); +/** +* Returns the currently selected text in the editor. +* See https://github.com/jpuri/draftjs-utils/blob/e81c0ae19c3b0fdef7e0c1b70d924398956be126/js/block.js#L106. +*/ +export const getSelectionText = (editorState) => { + const selection = editorState.getSelection(); + let start = selection.getAnchorOffset(); + let end = selection.getFocusOffset(); + const selectedBlocks = getSelectedBlocksList(editorState); - if (selection.getIsBackward()) { - const temp = start; - start = end; - end = temp; - } + if (selection.getIsBackward()) { + const temp = start; + start = end; + end = temp; + } - let selectedText = ''; - for (let i = 0; i < selectedBlocks.size; i += 1) { - const blockStart = i === 0 ? start : 0; - const blockEnd = i === (selectedBlocks.size - 1) ? end : selectedBlocks.get(i).getText().length; - selectedText += selectedBlocks.get(i).getText().slice(blockStart, blockEnd); - } + let selectedText = ''; + for (let i = 0; i < selectedBlocks.size; i += 1) { + const blockStart = i === 0 ? start : 0; + const blockEnd = i === (selectedBlocks.size - 1) ? end : selectedBlocks.get(i).getText().length; + selectedText += selectedBlocks.get(i).getText().slice(blockStart, blockEnd); + } - return selectedText; - }; + return selectedText; +}; diff --git a/client/src/components/Draftail/DraftUtils.test.js b/client/src/components/Draftail/DraftUtils.test.js index a8e22cb3c..5c5b0f57e 100644 --- a/client/src/components/Draftail/DraftUtils.test.js +++ b/client/src/components/Draftail/DraftUtils.test.js @@ -1,6 +1,6 @@ import { - EditorState, - convertFromRaw, + EditorState, + convertFromRaw, } from 'draft-js'; import { getSelectionText } from './DraftUtils'; diff --git a/client/src/components/Explorer/reducers/nodes.js b/client/src/components/Explorer/reducers/nodes.js index 1d88cf9bf..828d7ab4b 100644 --- a/client/src/components/Explorer/reducers/nodes.js +++ b/client/src/components/Explorer/reducers/nodes.js @@ -57,7 +57,6 @@ const defaultState = {}; */ export default function nodes(state = defaultState, { type, payload }) { switch (type) { - case 'OPEN_EXPLORER': case 'GET_PAGE_SUCCESS': case 'GET_CHILDREN_START': diff --git a/client/src/components/UpgradeNotification/index.js b/client/src/components/UpgradeNotification/index.js index 30eeb4ce6..34f2d5f7e 100644 --- a/client/src/components/UpgradeNotification/index.js +++ b/client/src/components/UpgradeNotification/index.js @@ -31,10 +31,10 @@ const initUpgradeNotification = () => { container.style.display = ''; } }) - .catch(err => { - // eslint-disable-next-line no-console - console.log(`Error fetching ${releasesUrl}. Error: ${err}`); - }); + .catch(err => { + // eslint-disable-next-line no-console + console.log(`Error fetching ${releasesUrl}. Error: ${err}`); + }); }; export { initUpgradeNotification }; diff --git a/client/src/utils/version.js b/client/src/utils/version.js index 4ddcaa01c..64aedc22e 100644 --- a/client/src/utils/version.js +++ b/client/src/utils/version.js @@ -1,5 +1,5 @@ function compareVersion(versionA, versionB) { - const re = /(\.0)+[^\.]*$/; + const re = /(\.0)+[^.]*$/; const va = (versionA + '').replace(re, '').split('.'); const vb = (versionB + '').replace(re, '').split('.'); const len = Math.min(va.length, vb.length); diff --git a/docs/Makefile b/docs/Makefile index 62d14f607..56eb765fb 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -9,7 +9,7 @@ BUILDDIR = _build # User-friendly check for sphinx-build ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1) -$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/) +$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from https://www.sphinx-doc.org/) endif # Internal variables. diff --git a/docs/README.md b/docs/README.md index 25608228b..88ab0a5e8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ # Wagtail docs -These are Sphinx docs, automatically built at http://docs.wagtail.io when the master branch is committed to Github. To build them locally, install Wagtail's development requirements (in the root Wagtail directory): +These are Sphinx docs, automatically built at https://docs.wagtail.io when the master branch is committed to Github. To build them locally, install Wagtail's development requirements (in the root Wagtail directory): pip install -e .[testing,docs] diff --git a/docs/_static/images/screen29_documents_page.png b/docs/_static/images/screen29_documents_page.png index 34ba6230d..ff51d5f79 100644 Binary files a/docs/_static/images/screen29_documents_page.png and b/docs/_static/images/screen29_documents_page.png differ diff --git a/docs/_static/images/screen30_documents_edit_page.png b/docs/_static/images/screen30_documents_edit_page.png index b6544acb6..f51451f5f 100644 Binary files a/docs/_static/images/screen30_documents_edit_page.png and b/docs/_static/images/screen30_documents_edit_page.png differ diff --git a/docs/advanced_topics/add_to_django_project.rst b/docs/advanced_topics/add_to_django_project.rst new file mode 100644 index 000000000..edfd60886 --- /dev/null +++ b/docs/advanced_topics/add_to_django_project.rst @@ -0,0 +1,408 @@ +================================================== +How to add Wagtail into an existing Django project +================================================== + +To install Wagtail completely from scratch, create a new Django project and an app within that project. For instructions on these tasks, see :doc:`Writing your first Django app `. Your project directory will look like the following:: + + myproject/ + myproject/ + __init__.py + settings.py + urls.py + wsgi.py + myapp/ + __init__.py + models.py + tests.py + admin.py + views.py + manage.py + +From your app directory, you can safely remove ``admin.py`` and ``views.py``, since Wagtail will provide this functionality for your models. Configuring Django to load Wagtail involves adding modules and variables to ``settings.py`` and URL configuration to ``urls.py``. For a more complete view of what's defined in these files, see :doc:`Django Settings ` and :doc:`Django URL Dispatcher `. + +What follows is a settings reference which skips many boilerplate Django settings. If you just want to get your Wagtail install up quickly without fussing with settings at the moment, see :ref:`complete_example_config`. + + +Middleware (``settings.py``) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +.. code-block:: python + + MIDDLEWARE = [ + 'django.contrib.sessions.middleware.SessionMiddleware', + 'django.middleware.common.CommonMiddleware', + 'django.middleware.csrf.CsrfViewMiddleware', + 'django.contrib.auth.middleware.AuthenticationMiddleware', + 'django.contrib.messages.middleware.MessageMiddleware', + 'django.middleware.clickjacking.XFrameOptionsMiddleware', + 'django.middleware.security.SecurityMiddleware', + + 'wagtail.core.middleware.SiteMiddleware', + + 'wagtail.contrib.redirects.middleware.RedirectMiddleware', + ] + +Wagtail requires several common Django middleware modules to work and cover basic security. Wagtail provides its own middleware to cover these tasks: + +``SiteMiddleware`` + Wagtail routes pre-defined hosts to pages within the Wagtail tree using this middleware. + +``RedirectMiddleware`` + Wagtail provides a simple interface for adding arbitrary redirects to your site and this module makes it happen. + + +Apps (``settings.py``) +~~~~~~~~~~~~~~~~~~~~~~ + +.. code-block:: python + + INSTALLED_APPS = [ + + 'myapp', # your own app + + 'wagtail.contrib.forms', + 'wagtail.contrib.redirects', + 'wagtail.embeds', + 'wagtail.sites', + 'wagtail.users', + 'wagtail.snippets', + 'wagtail.documents', + 'wagtail.images', + 'wagtail.search', + 'wagtail.admin', + 'wagtail.core', + + 'taggit', + 'modelcluster', + + 'django.contrib.auth', + 'django.contrib.contenttypes', + 'django.contrib.sessions', + 'django.contrib.messages', + 'django.contrib.staticfiles', + ] + +Wagtail requires several Django app modules, third-party apps, and defines several apps of its own. Wagtail was built to be modular, so many Wagtail apps can be omitted to suit your needs. Your own app (here ``myapp``) is where you define your models, templates, static assets, template tags, and other custom functionality for your site. + + +Wagtail Apps +------------ + +``wagtailcore`` + The core functionality of Wagtail, such as the ``Page`` class, the Wagtail tree, and model fields. + +``wagtailadmin`` + The administration interface for Wagtail, including page edit handlers. + +``wagtaildocs`` + The Wagtail document content type. + +``wagtailsnippets`` + Editing interface for non-Page models and objects. See :ref:`Snippets`. + +``wagtailusers`` + User editing interface. + +``wagtailimages`` + The Wagtail image content type. + +``wagtailembeds`` + Module governing oEmbed and Embedly content in Wagtail rich text fields. See :ref:`inserting_videos`. + +``wagtailsearch`` + Search framework for Page content. See :ref:`wagtailsearch`. + +``wagtailredirects`` + Admin interface for creating arbitrary redirects on your site. + +``wagtailforms`` + Models for creating forms on your pages and viewing submissions. See :ref:`form_builder`. + + +Third-Party Apps +---------------- + +``taggit`` + Tagging framework for Django. This is used internally within Wagtail for image and document tagging and is available for your own models as well. See :ref:`tagging` for a Wagtail model recipe or the `Taggit Documentation`_. + +.. _Taggit Documentation: https://django-taggit.readthedocs.org/en/latest/index.html + +``modelcluster`` + Extension of Django ForeignKey relation functionality, which is used in Wagtail pages for on-the-fly related object creation. For more information, see :ref:`inline_panels` or `the django-modelcluster github project page`_. + +.. _the django-modelcluster github project page: https://github.com/torchbox/django-modelcluster + + +URL Patterns +~~~~~~~~~~~~ + +.. code-block:: python + + from django.contrib import admin + + from wagtail.core import urls as wagtail_urls + from wagtail.admin import urls as wagtailadmin_urls + from wagtail.documents import urls as wagtaildocs_urls + + urlpatterns = [ + re_path(r'^django-admin/', include(admin.site.urls)), + + re_path(r'^admin/', include(wagtailadmin_urls)), + re_path(r'^documents/', include(wagtaildocs_urls)), + + # Optional URL for including your own vanilla Django urls/views + re_path(r'', include('myapp.urls')), + + # For anything not caught by a more specific rule above, hand over to + # Wagtail's serving mechanism + re_path(r'', include(wagtail_urls)), + ] + +This block of code for your project's ``urls.py`` does a few things: + +* Load the vanilla Django admin interface to ``/django-admin/`` +* Load the Wagtail admin and its various apps +* Dispatch any vanilla Django apps you're using other than Wagtail which require their own URL configuration (this is optional, since Wagtail might be all you need) +* Lets Wagtail handle any further URL dispatching. + +That's not everything you might want to include in your project's URL configuration, but it's what's necessary for Wagtail to flourish. + + +.. _complete_example_config: + +Ready to Use Example Configuration Files +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +These two files should reside in your project directory (``myproject/myproject/``). + + +``settings.py`` +--------------- + +.. code-block:: python + + import os + + PROJECT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) + BASE_DIR = os.path.dirname(PROJECT_DIR) + + DEBUG = True + + # Application definition + + INSTALLED_APPS = [ + 'myapp', + + 'wagtail.contrib.forms', + 'wagtail.contrib.redirects', + 'wagtail.embeds', + 'wagtail.sites', + 'wagtail.users', + 'wagtail.snippets', + 'wagtail.documents', + 'wagtail.images', + 'wagtail.search', + 'wagtail.admin', + 'wagtail.core', + + 'taggit', + 'modelcluster', + + 'django.contrib.auth', + 'django.contrib.contenttypes', + 'django.contrib.sessions', + 'django.contrib.messages', + 'django.contrib.staticfiles', + ] + + + MIDDLEWARE = [ + 'django.contrib.sessions.middleware.SessionMiddleware', + 'django.middleware.common.CommonMiddleware', + 'django.middleware.csrf.CsrfViewMiddleware', + 'django.contrib.auth.middleware.AuthenticationMiddleware', + 'django.contrib.messages.middleware.MessageMiddleware', + 'django.middleware.clickjacking.XFrameOptionsMiddleware', + 'django.middleware.security.SecurityMiddleware', + + 'wagtail.core.middleware.SiteMiddleware', + 'wagtail.contrib.redirects.middleware.RedirectMiddleware', + ] + + ROOT_URLCONF = 'myproject.urls' + + TEMPLATES = [ + { + 'BACKEND': 'django.template.backends.django.DjangoTemplates', + 'DIRS': [ + os.path.join(PROJECT_DIR, 'templates'), + ], + 'APP_DIRS': True, + 'OPTIONS': { + 'context_processors': [ + 'django.template.context_processors.debug', + 'django.template.context_processors.request', + 'django.contrib.auth.context_processors.auth', + 'django.contrib.messages.context_processors.messages', + ], + }, + }, + ] + + WSGI_APPLICATION = 'myproject.wsgi.application' + + # Database + + DATABASES = { + 'default': { + 'ENGINE': 'django.db.backends.postgresql', + 'NAME': 'myprojectdb', + 'USER': 'postgres', + 'PASSWORD': '', + 'HOST': '', # Set to empty string for localhost. + 'PORT': '', # Set to empty string for default. + 'CONN_MAX_AGE': 600, # number of seconds database connections should persist for + } + } + + # Internationalization + + LANGUAGE_CODE = 'en-us' + TIME_ZONE = 'UTC' + USE_I18N = True + USE_L10N = True + USE_TZ = True + + + # Static files (CSS, JavaScript, Images) + + STATICFILES_FINDERS = [ + 'django.contrib.staticfiles.finders.FileSystemFinder', + 'django.contrib.staticfiles.finders.AppDirectoriesFinder', + ] + + STATICFILES_DIRS = [ + os.path.join(PROJECT_DIR, 'static'), + ] + + STATIC_ROOT = os.path.join(BASE_DIR, 'static') + STATIC_URL = '/static/' + + MEDIA_ROOT = os.path.join(BASE_DIR, 'media') + MEDIA_URL = '/media/' + + + ADMINS = [ + # ('Your Name', 'your_email@example.com'), + ] + MANAGERS = ADMINS + + # Default to dummy email backend. Configure dev/production/local backend + # as per https://docs.djangoproject.com/en/dev/topics/email/#email-backends + EMAIL_BACKEND = 'django.core.mail.backends.dummy.EmailBackend' + + # Hosts/domain names that are valid for this site; required if DEBUG is False + ALLOWED_HOSTS = [] + + # Make this unique, and don't share it with anybody. + SECRET_KEY = 'change-me' + + EMAIL_SUBJECT_PREFIX = '[Wagtail] ' + + INTERNAL_IPS = ('127.0.0.1', '10.0.2.2') + + # A sample logging configuration. The only tangible logging + # performed by this configuration is to send an email to + # the site admins on every HTTP 500 error when DEBUG=False. + # See https://docs.djangoproject.com/en/dev/topics/logging for + # more details on how to customize your logging configuration. + LOGGING = { + 'version': 1, + 'disable_existing_loggers': False, + 'filters': { + 'require_debug_false': { + '()': 'django.utils.log.RequireDebugFalse' + } + }, + 'handlers': { + 'mail_admins': { + 'level': 'ERROR', + 'filters': ['require_debug_false'], + 'class': 'django.utils.log.AdminEmailHandler' + } + }, + 'loggers': { + 'django.request': { + 'handlers': ['mail_admins'], + 'level': 'ERROR', + 'propagate': True, + }, + } + } + + + # WAGTAIL SETTINGS + + # This is the human-readable name of your Wagtail install + # which welcomes users upon login to the Wagtail admin. + WAGTAIL_SITE_NAME = 'My Project' + + # Override the search results template for wagtailsearch + # WAGTAILSEARCH_RESULTS_TEMPLATE = 'myapp/search_results.html' + # WAGTAILSEARCH_RESULTS_TEMPLATE_AJAX = 'myapp/includes/search_listing.html' + + # Replace the search backend + #WAGTAILSEARCH_BACKENDS = { + # 'default': { + # 'BACKEND': 'wagtail.search.backends.elasticsearch2', + # 'INDEX': 'myapp' + # } + #} + + # Wagtail email notifications from address + # WAGTAILADMIN_NOTIFICATION_FROM_EMAIL = 'wagtail@myhost.io' + + # Wagtail email notification format + # WAGTAILADMIN_NOTIFICATION_USE_HTML = True + + # Reverse the default case-sensitive handling of tags + TAGGIT_CASE_INSENSITIVE = True + + +``urls.py`` +----------- + +.. code-block:: python + + from django.conf.urls import include, re_path + from django.conf.urls.static import static + from django.views.generic.base import RedirectView + from django.contrib import admin + from django.conf import settings + import os.path + + from wagtail.core import urls as wagtail_urls + from wagtail.admin import urls as wagtailadmin_urls + from wagtail.documents import urls as wagtaildocs_urls + + + urlpatterns = [ + re_path(r'^django-admin/', include(admin.site.urls)), + + re_path(r'^admin/', include(wagtailadmin_urls)), + re_path(r'^documents/', include(wagtaildocs_urls)), + + # For anything not caught by a more specific rule above, hand over to + # Wagtail's serving mechanism + re_path(r'', include(wagtail_urls)), + ] + + + if settings.DEBUG: + from django.contrib.staticfiles.urls import staticfiles_urlpatterns + + urlpatterns += staticfiles_urlpatterns() # tell gunicorn where static files are in dev mode + urlpatterns += static(settings.MEDIA_URL + 'images/', document_root=os.path.join(settings.MEDIA_ROOT, 'images')) + urlpatterns += [ + re_path(r'^favicon\.ico$', RedirectView.as_view(url=settings.STATIC_URL + 'myapp/images/favicon.ico')) + ] diff --git a/docs/advanced_topics/amp.rst b/docs/advanced_topics/amp.rst new file mode 100644 index 000000000..ee7c4dae9 --- /dev/null +++ b/docs/advanced_topics/amp.rst @@ -0,0 +1,340 @@ +Building a site with AMP support +================================ + +This recipe document describes a method for creating an +`AMP `_ version of a Wagtail site and hosting it separately +to the rest of the site on a URL prefix. It also describes how to make Wagtail +render images with the ```` tag when a user is visiting a page on the +AMP version of the site. + +Overview +-------- + +In the next section, we will add a new URL entry that points at Wagtail's +internal ``serve()`` view which will have the effect of rendering the whole +site again under the ``/amp`` prefix. + +Then, we will add some utilities that will allow us to track whether the +current request is in the ``/amp`` prefixed version of the site without needing +a request object. + +After that, we will add a template context processor to allow us to check from +within templates which version of the site is being rendered. + +Then, finally, we will modify the behaviour of the ``{% image %}`` tag to make it +render ```` tags when rendering the AMP version of the site. + +Creating the second page tree +----------------------------- + +We can render the whole site at a different prefix by duplicating the Wagtail +URL in the project ``urls.py`` file and giving it a prefix. This must be before +the default URL from Wagtail, or it will try to find ``/amp`` as a page: + +.. code-block:: python + + # /urls.py + + urlpatterns += [ + # Add this line just before the default ``include(wagtail_urls)`` line + url(r'amp/', include(wagtail_urls)), + + url(r'', include(wagtail_urls)), + ] + +If you now open ``http://localhost:8000/amp/`` in your browser, you should see +the homepage. + +Making pages aware of "AMP mode" +-------------------------------- + +All the pages will now render under the ``/amp`` prefix, but right now there +isn't any difference between the AMP version and the normal version. + +To make changes, we need to add a way to detect which URL was used to render +the page. To do this, we will have to wrap Wagtail's ``serve()`` view and +set a thread-local to indicate to all downstream code that AMP mode is active. + +.. note:: Why a thread-local? + + (feel free to skip this part if you're not interested) + + Modifying the ``request`` object would be the most common way to do this. + However, the image tag rendering is performed in a part of Wagtail that + does not have access to the request. + + Thread-locals are global variables that can have a different value for each + running thread. As each thread only handles one request at a time, we can + use it as a way to pass around data that is specific to that request + without having to pass the request object everywhere. + + Django uses thread-locals internally to track the currently active language + for the request. + + Please be aware though: In Django 3.x and above, you will need to use an + ``asgiref.Local`` instead. + This is because Django 3.x handles multiple requests in a single thread + so thread-locals will no longer be unique to a single request. + +Now let's create that thread-local and some utility functions to interact with it, +save this module as ``amp_utils.py`` in an app in your project: + +.. code-block:: python + + # /amp_utils.py + + from contextlib import contextmanager + from threading import local + + # FIXME: For Django 3.0 support, replace this with asgiref.Local + _amp_mode_active = local() + + @contextmanager + def activate_amp_mode(): + """ + A context manager used to activate AMP mode + """ + _amp_mode_active.value = True + try: + yield + finally: + del _amp_mode_active.value + + def amp_mode_active(): + """ + Returns True if AMP mode is currently active + """ + return hasattr(_amp_mode_active, 'value') + +This module defines two functions: + + - ``activate_amp_mode`` is a context manager which can be invoked using Python's + ``with`` syntax. In the body of the ``with`` statement, AMP mode would be active. + + - ``amp_mode_active`` is a function that returns ``True`` when AMP mode is active. + +Next, we need to define a view that wraps Wagtail's builtin ``serve`` view and +invokes the ``activate_amp_mode`` context manager: + +.. code-block:: python + + # /amp_views.py + + from django.template.response import SimpleTemplateResponse + from wagtail.core.views import serve as wagtail_serve + + from .amp_utils import activate_amp_mode + + def serve(request, path): + with activate_amp_mode(): + response = wagtail_serve(request, path) + + # Render template responses now while AMP mode is still active + if isinstance(response, SimpleTemplateResponse): + response.render() + + return response + +Then we need to create a ``amp_urls.py`` file in the same app: + +.. code-block:: python + + # /amp_urls.py + + from django.conf.urls import url + from wagtail.core.urls import serve_pattern + + from . import amp_views + + urlpatterns = [ + url(serve_pattern, amp_views.serve, name='wagtail_amp_serve') + ] + +Finally, we need to update the project's main ``urls.py`` to use this new URLs +file for the ``/amp`` prefix: + +.. code-block:: python + + # /urls.py + + from myapp import amp_urls as wagtail_amp_urls + + urlpatterns += [ + # Change this line to point at your amp_urls instead of Wagtail's urls + url(r'amp/', include(wagtail_amp_urls)), + + url(r'', include(wagtail_urls)), + ] + +After this, there shouldn't be any noticeable difference to the AMP version of +the site. + +Write a template context processor so that AMP state can be checked in templates +-------------------------------------------------------------------------------- + +This is optional, but worth doing so we can confirm that everything is working +so far. + +Add a ``amp_context_processors.py`` file into your app that contains the +following: + +.. code-block:: python + + # /amp_context_processors.py + + from .amp_utils import amp_mode_active + + def amp(request): + return { + 'amp_mode_active': amp_mode_active(), + } + +Now add the path to this context processor to the +``['OPTIONS']['context_processors']`` key of the ``TEMPLATES`` setting: + +.. code-block:: python + + # Either /settings.py or /settings/base.py + + TEMPLATES = [ + { + ... + + 'OPTIONS': { + 'context_processors': [ + ... + # Add this after other context processors + 'myapp.amp_context_processors.amp', + ], + }, + }, + ] + +You should now be able to use the ``amp_mode_active`` variable in templates. +For example: + +.. code-block:: html+Django + + {% if amp_mode_active %} + AMP MODE IS ACTIVE! + {% endif %} + +Using a different page template when AMP mode is active +------------------------------------------------------- + +You're probably not going to want to use the same templates on the AMP site as +you do on the regular web site. Let's add some logic in to make Wagtail use a +separate template whenever a page is served with AMP enabled. + +We can use a mixin, which allows us to re-use the logic on different page types. +Add the following to the bottom of the amp_utils.py file that you created earlier: + +.. code-block:: python + + # /amp_utils.py + + import os.path + + ... + + class PageAMPTemplateMixin: + + @property + def amp_template(self): + # Get the default template name and insert `_amp` before the extension + name, ext = os.path.splitext(self.template) + return name + '_amp' + ext + + def get_template(self, request): + if amp_mode_active(): + return self.amp_template + + return super().get_template(request) + +Now add this mixin to any page model, for example: + +.. code-block:: python + + # /models.py + + from .amp_utils import PageAMPTemplateMixin + + class MyPageModel(PageAMPTemplateMixin, Page): + ... + +When AMP mode is active, the template at ``app_label/mypagemodel_amp.html`` +will be used instead of the default one. + +If you have a different naming convention, you can override the +``amp_template`` attribute on the model. For example: + +.. code-block:: python + + # /models.py + + from .amp_utils import PageAMPTemplateMixin + + class MyPageModel(PageAMPTemplateMixin, Page): + amp_template = 'my_custom_amp_template.html' + +Overriding the ``{% image %}`` tag to output ```` tags +--------------------------------------------------------------- + +Finally, let's change Wagtail's ``{% image %}`` tag, so it renders an ```` +tags when rendering pages with AMP enabled. We'll make the change on the +`Rendition` model itself so it applies to both images rendered with the +``{% image %}`` tag and images rendered in rich text fields as well. + +Doing this with a :ref:`Custom image model ` is easier, as +you can override the ``img_tag`` method on your custom ``Rendition`` model to +return a different tag. + +For example: + +.. code-block:: python + + from django.forms.utils import flatatt + from django.utils.safestring import mark_safe + + from wagtail.images.models import AbstractRendition + + ... + + class CustomRendition(AbstractRendition): + def img_tag(self, extra_attributes): + attrs = self.attrs_dict.copy() + attrs.update(extra_attributes) + + if amp_mode_active(): + return mark_safe(''.format(flatatt(attrs))) + else: + return mark_safe(''.format(flatatt(attrs))) + + ... + +Without a custom image model, you will have to monkey-patch the builtin +``Rendition`` model. +Add this anywhere in your project where it would be imported on start: + +.. code-block:: python + + from django.forms.utils import flatatt + from django.utils.safestring import mark_safe + + from wagtail.images.models import Rendition + + def img_tag(rendition, extra_attributes={}): + """ + Replacement implementation for Rendition.img_tag + + When AMP mode is on, this returns an tag instead of an tag + """ + attrs = rendition.attrs_dict.copy() + attrs.update(extra_attributes) + + if amp_mode_active(): + return mark_safe(''.format(flatatt(attrs))) + else: + return mark_safe(''.format(flatatt(attrs))) + + Rendition.img_tag = img_tag diff --git a/docs/advanced_topics/api/v2/configuration.rst b/docs/advanced_topics/api/v2/configuration.rst index 836c35121..e6326b7ac 100644 --- a/docs/advanced_topics/api/v2/configuration.rst +++ b/docs/advanced_topics/api/v2/configuration.rst @@ -191,8 +191,8 @@ This adds two fields to the API (other fields omitted for brevity): "published_date_display": "Thursday 06 April 2017" } -.. _Serialisers: http://www.django-rest-framework.org/api-guide/fields/ -.. _source: http://www.django-rest-framework.org/api-guide/fields/#source +.. _Serialisers: https://www.django-rest-framework.org/api-guide/fields/ +.. _source: https://www.django-rest-framework.org/api-guide/fields/#source Images in the API ----------------- diff --git a/docs/advanced_topics/customisation/extending_hallo.rst b/docs/advanced_topics/customisation/extending_hallo.rst index 479081772..f1826c87b 100644 --- a/docs/advanced_topics/customisation/extending_hallo.rst +++ b/docs/advanced_topics/customisation/extending_hallo.rst @@ -73,6 +73,6 @@ The following code will add the ``
`` element to the whitelist whenev WhitelistRule('blockquote', allow_without_attributes), ]) -``WhitelistRule`` is passed the element name, and a callable which will perform some kind of manipulation of the element whenever it is encountered. This callable receives the element as a `BeautifulSoup `_ Tag object. +``WhitelistRule`` is passed the element name, and a callable which will perform some kind of manipulation of the element whenever it is encountered. This callable receives the element as a `BeautifulSoup `_ Tag object. The ``wagtail.core.whitelist`` module provides a few helper functions to assist in defining these handlers: ``allow_without_attributes``, a handler which preserves the element but strips out all of its attributes, and ``attribute_rule`` which accepts a dict specifying how to handle each attribute, and returns a handler function. This dict will map attribute names to either True (indicating that the attribute should be kept), False (indicating that it should be dropped), or a callable (which takes the initial attribute value and returns either a final value for the attribute, or None to drop the attribute). diff --git a/docs/advanced_topics/customisation/page_editing_interface.rst b/docs/advanced_topics/customisation/page_editing_interface.rst index 4bce9427c..6b7a12b1b 100644 --- a/docs/advanced_topics/customisation/page_editing_interface.rst +++ b/docs/advanced_topics/customisation/page_editing_interface.rst @@ -160,7 +160,7 @@ or to add custom validation logic for your models: from django import forms from django.db import models - import geocoder # not in Wagtail, for example only - http://geocoder.readthedocs.io/ + import geocoder # not in Wagtail, for example only - https://geocoder.readthedocs.io/ from wagtail.admin.edit_handlers import FieldPanel from wagtail.admin.forms import WagtailAdminPageForm from wagtail.core.models import Page diff --git a/docs/advanced_topics/customisation/rich_text_internals.rst b/docs/advanced_topics/customisation/rich_text_internals.rst index d91f98448..188bc6fe1 100644 --- a/docs/advanced_topics/customisation/rich_text_internals.rst +++ b/docs/advanced_topics/customisation/rich_text_internals.rst @@ -196,10 +196,6 @@ This method allows you to register a custom handler deriving from ``wagtail.core features.register_embed_type(MyCustomEmbedHandler) -.. versionadded:: 2.5 - In previous releases, ``register_link_type`` and ``register_embed_type`` accepted two arguments: the identifier for the link or embed type, and a function for performing the rewriting (equivalent to the ``expand_db_attributes`` method). - - Editor widgets -------------- diff --git a/docs/advanced_topics/deploying.rst b/docs/advanced_topics/deploying.rst index 05c4978ff..b7ece78b7 100644 --- a/docs/advanced_topics/deploying.rst +++ b/docs/advanced_topics/deploying.rst @@ -14,7 +14,7 @@ On Divio Cloud `Divio Cloud `_ is a Dockerised cloud hosting platform for Python/Django that allows you to launch and deploy Wagtail projects in minutes. With a free account, you can create a Wagtail project. Choose from a: * `site based on the Wagtail Bakery project `_, or -* `brand new Wagtail project `_ (see the `how to get started notes `_). +* `brand new Wagtail project `_ (see the `how to get started notes `_). Divio Cloud also hosts a `live Wagtail Bakery demo `_ (no account required). @@ -26,7 +26,7 @@ On PythonAnywhere On other PAASs and IAASs ~~~~~~~~~~~~~~~~~~~~~~~~ -We know of Wagtail sites running on `Heroku `_, Digital Ocean and elsewhere. If you have successfully installed Wagtail on your platform or infrastructure, please :doc:`contribute ` your notes to this documentation! +We know of Wagtail sites running on `Heroku `_, Digital Ocean and elsewhere. If you have successfully installed Wagtail on your platform or infrastructure, please :doc:`contribute ` your notes to this documentation! Deployment tips ~~~~~~~~~~~~~~~ diff --git a/docs/advanced_topics/documents/custom_document_model.rst b/docs/advanced_topics/documents/custom_document_model.rst index b512ba259..0e4377478 100644 --- a/docs/advanced_topics/documents/custom_document_model.rst +++ b/docs/advanced_topics/documents/custom_document_model.rst @@ -1,3 +1,5 @@ +.. _custom_document_model: + ===================== Custom document model ===================== @@ -62,6 +64,8 @@ Then in your settings module: Referring to the document model =============================== -.. module:: wagtail.documents.models +.. module:: wagtail.documents .. autofunction:: get_document_model + +.. autofunction:: get_document_model_string diff --git a/docs/advanced_topics/embeds.rst b/docs/advanced_topics/embeds.rst index 308bb843d..ca3ce8db1 100644 --- a/docs/advanced_topics/embeds.rst +++ b/docs/advanced_topics/embeds.rst @@ -204,8 +204,10 @@ and a common video playback API which is useful if your site allows videos to be hosted on different providers and you need to implement custom controls for them. -Wagtail has built in support for fetching embeds from Embed.ly. To use it, add -an embed finder to your ``WAGTAILEMBEDS_FINDERS`` setting that uses the +Wagtail has built in support for fetching embeds from Embed.ly. To use it, +first pip install the ``Embedly`` `python package `_. + +Now add an embed finder to your ``WAGTAILEMBEDS_FINDERS`` setting that uses the ``wagtail.embeds.finders.oembed`` class and pass it your API key: .. code-block:: python diff --git a/docs/advanced_topics/i18n/duplicate_tree.rst b/docs/advanced_topics/i18n/duplicate_tree.rst deleted file mode 100644 index fca9b57a4..000000000 --- a/docs/advanced_topics/i18n/duplicate_tree.rst +++ /dev/null @@ -1,161 +0,0 @@ -=========================================================== -Creating a multilingual site (by duplicating the page tree) -=========================================================== - -This tutorial will show you a method of creating multilingual sites in Wagtail by duplicating the page tree. - -For example:: - - / - en/ - about/ - contact/ - fr/ - about/ - contact/ - - -The root page -============= - -The root page (``/``) should detect the browsers language and forward them to the correct language homepage (``/en/``, ``/fr/``). This page should sit at the site root (where the homepage would normally be). - -We must set Django's ``LANGUAGES`` setting so we don't redirect non English/French users to pages that don't exist. - - -.. code-block:: python - - # settings.py - LANGUAGES = ( - ('en', _("English")), - ('fr', _("French")), - ) - - # models.py - from django.utils import translation - from django.http import HttpResponseRedirect - - from wagtail.core.models import Page - - - class LanguageRedirectionPage(Page): - - def serve(self, request): - # This will only return a language that is in the LANGUAGES Django setting - language = translation.get_language_from_request(request) - - return HttpResponseRedirect(self.url + language + '/') - - -Linking pages together -====================== - -It may be useful to link different versions of the same page together to allow the user to easily switch between languages. But we don't want to increase the burden on the editor too much so ideally, editors should only need to link one of the pages to the other versions and the links between the other versions should be created implicitly. - -As this behaviour needs to be added to all page types that would be translated, its best to put this behaviour in a mixin. - -Here's an example of how this could be implemented (with English as the main language and French/Spanish as alternative languages): - -.. code-block:: python - - from wagtail.core.models import Page - from wagtail.admin.edit_handlers import MultiFieldPanel, PageChooserPanel - - - class TranslatablePageMixin(models.Model): - # One link for each alternative language - # These should only be used on the main language page (english) - french_link = models.ForeignKey(Page, null=True, on_delete=models.SET_NULL, blank=True, related_name='+') - spanish_link = models.ForeignKey(Page, null=True, on_delete=models.SET_NULL, blank=True, related_name='+') - - panels = [ - PageChooserPanel('french_link'), - PageChooserPanel('spanish_link'), - ] - - def get_language(self): - """ - This returns the language code for this page. - """ - # Look through ancestors of this page for its language homepage - # The language homepage is located at depth 3 - language_homepage = self.get_ancestors(inclusive=True).get(depth=3) - - # The slug of language homepages should always be set to the language code - return language_homepage.slug - - - # Method to find the main language version of this page - # This works by reversing the above links - - def english_page(self): - """ - This finds the english version of this page - """ - language = self.get_language() - - if language == 'en': - return self - elif language == 'fr': - return type(self).objects.filter(french_link=self).first().specific - elif language == 'es': - return type(self).objects.filter(spanish_link=self).first().specific - - - # We need a method to find a version of this page for each alternative language. - # These all work the same way. They firstly find the main version of the page - # (english), then from there they can just follow the link to the correct page. - - def french_page(self): - """ - This finds the french version of this page - """ - english_page = self.english_page() - - if english_page and english_page.french_link: - return english_page.french_link.specific - - def spanish_page(self): - """ - This finds the spanish version of this page - """ - english_page = self.english_page() - - if english_page and english_page.spanish_link: - return english_page.spanish_link.specific - - class Meta: - abstract = True - - - class AboutPage(Page, TranslatablePageMixin): - ... - content_panels = [ - ... - MultiFieldPanel(TranslatablePageMixin.panels, 'Language links') - ] - - - class ContactPage(Page, TranslatablePageMixin): - ... - content_panels = [ - ... - MultiFieldPanel(TranslatablePageMixin.panels, 'Language links') - ] - - -You can make use of these methods in your template by doing: - -.. code-block:: html+django - - {% if page.english_page and page.get_language != 'en' %} - {% trans "View in English" %} - {% endif %} - - {% if page.french_page and page.get_language != 'fr' %} - {% trans "View in French" %} - {% endif %} - - {% if page.spanish_page and page.get_language != 'es' %} - {% trans "View in Spanish" %} - {% endif %} diff --git a/docs/advanced_topics/i18n/index.rst b/docs/advanced_topics/i18n/index.rst deleted file mode 100644 index 8dd0c164d..000000000 --- a/docs/advanced_topics/i18n/index.rst +++ /dev/null @@ -1,218 +0,0 @@ -==================== -Internationalisation -==================== - -This document describes the internationalisation features of Wagtail and how to create multi-lingual sites. - -Wagtail uses Django's :doc:`Internationalisation framework ` so most of the steps are the same as other Django projects. - - -.. contents:: - - -Wagtail admin translations -========================== - -The Wagtail admin backend has been translated into many different languages. You can find a list of currently available translations on Wagtail's `Transifex page `_. (Note: if you're using an old version of Wagtail, this page may not accurately reflect what languages you have available). - -If your language isn't listed on that page, you can easily contribute new languages or correct mistakes. Sign up and submit changes to `Transifex `_. Translation updates are typically merged into an official release within one month of being submitted. - -Change Wagtail admin language on a per user basis -================================================= - -Logged-in users can set their preferred language from ``/admin/account/``. -By default, Wagtail provides a list of languages that have a >= 90% translation coverage. -It is possible to override this list via the :ref:`WAGTAILADMIN_PERMITTED_LANGUAGES ` setting. - -In case there is zero or one language permitted, the form will be hidden. - -If there is no language selected by the user, the ``LANGUAGE_CODE`` wil be used. - - -Changing the primary language of your Wagtail installation -========================================================== - -The default language of Wagtail is ``en-us`` (American English). You can change this by tweaking a couple of Django settings: - - - Make sure `USE_I18N `_ is set to ``True`` - - Set `LANGUAGE_CODE `_ to your websites' primary language - -If there is a translation available for your language, the Wagtail admin backend should now be in the language you've chosen. - - -Creating sites with multiple languages -====================================== - -You can create sites with multiple language support by leveraging Django's :doc:`translation features `. - -This section of the documentation will show you how to use Django's translation features with Wagtail and also describe a couple of methods for storing/retrieving translated content using Wagtail pages. - - -Enabling multiple language support ----------------------------------- - -Firstly, make sure the `USE_I18N `_ Django setting is set to ``True``. - -To enable multi-language support, add ``django.middleware.locale.LocaleMiddleware`` to your ``MIDDLEWARE``: - -.. code-block:: python - - MIDDLEWARE = ( - ... - - 'django.middleware.locale.LocaleMiddleware', - ) - -This middleware class looks at the user's browser language and sets the :ref:`language of the site accordingly `. - - -Serving different languages from different URLs ------------------------------------------------ - -Just enabling the multi-language support in Django sometimes may not be enough. By default, Django will serve different languages of the same page with the same URL. This has a couple of drawbacks: - - - Users cannot change language without changing their browser settings - - It may not work well with various caching setups (as content varies based on browser settings) - -Django's ``i18n_patterns`` feature, when enabled, prefixes the URLs with the language code (eg ``/en/about-us``). Users are forwarded to their preferred version, based on browser language, when they first visit the site. - -This feature is enabled through the project's root URL configuration. Just put the views you would like to have this enabled for in an ``i18n_patterns`` list and append that to the other URL patterns: - -.. code-block:: python - - # mysite/urls.py - - from django.conf.urls import include, re_path - from django.conf.urls.i18n import i18n_patterns - from django.conf import settings - from django.contrib import admin - - from wagtail.admin import urls as wagtailadmin_urls - from wagtail.documents import urls as wagtaildocs_urls - from wagtail.core import urls as wagtail_urls - from search import views as search_views - - urlpatterns = [ - re_path(r'^django-admin/', include(admin.site.urls)), - - re_path(r'^admin/', include(wagtailadmin_urls)), - re_path(r'^documents/', include(wagtaildocs_urls)), - ] - - - urlpatterns += i18n_patterns( - # These URLs will have // appended to the beginning - - re_path(r'^search/$', search_views.search, name='search'), - - re_path(r'', include(wagtail_urls)), - ) - -You can implement switching between languages by changing the part at the beginning of the URL. As each language has its own URL, it also works well with just about any caching setup. - - -Translating templates ---------------------- - -Static text in templates needs to be marked up in a way that allows Django's ``makemessages`` command to find and export the strings for translators and also allow them to switch to translated versions on the when the template is being served. - -As Wagtail uses Django's templates, inserting this markup and the workflow for exporting and translating the strings is the same as any other Django project. - -See: https://docs.djangoproject.com/en/stable/topics/i18n/translation/#internationalization-in-template-code - - -Translating content -------------------- - -The most common approach for translating content in Wagtail is to duplicate each translatable text field, providing a separate field for each language. - -This section will describe how to implement this method manually but there is a third party module you can use, `wagtail modeltranslation `_, which may be quicker if it meets your needs. - - -**Duplicating the fields in your model** - -For each field you would like to be translatable, duplicate it for every language you support and suffix it with the language code: - -.. code-block:: python - - class BlogPage(Page): - - title_fr = models.CharField(max_length=255) - - body_en = StreamField(...) - body_fr = StreamField(...) - - # Language-independent fields don't need to be duplicated - thumbnail_image = models.ForeignKey('wagtailimages.Image', on_delete=models.SET_NULL, null=True, ...) - -.. note:: - - We only define the French version of the ``title`` field as Wagtail already provides the English version for us. - - -**Organising the fields in the admin interface** - -You can either put all the fields with their translations next to each other on the "content" tab or put the translations for other languages on different tabs. - -See :ref:`customising_the_tabbed_interface` for information on how to add more tabs to the admin interface. - - -**Accessing the fields from the template** - -In order for the translations to be shown on the site frontend, the correct field needs to be used in the template based on what language the client has selected. - -Having to add language checks every time you display a field in a template, could make your templates very messy. Here's a little trick that will allow you to implement this while keeping your templates and model code clean. - -You can use a snippet like the following to add accessor fields on to your page model. These accessor fields will point at the field that contains the language the user has selected. - -Copy this into your project and make sure it's imported in any ``models.py`` files that contain a ``Page`` with translated fields. It will require some modification to support different languages. - -.. code-block:: python - - from django.utils import translation - - class TranslatedField: - def __init__(self, en_field, fr_field): - self.en_field = en_field - self.fr_field = fr_field - - def __get__(self, instance, owner): - if translation.get_language() == 'fr': - return getattr(instance, self.fr_field) - else: - return getattr(instance, self.en_field) - -Then, for each translated field, create an instance of ``TranslatedField`` with a nice name (as this is the name your templates will reference). - -For example, here's how we would apply this to the above ``BlogPage`` model: - -.. code-block:: python - - class BlogPage(Page): - ... - - translated_title = TranslatedField( - 'title', - 'title_fr', - ) - body = TranslatedField( - 'body_en', - 'body_fr', - ) - - -Finally, in the template, reference the accessors instead of the underlying database fields: - -.. code-block:: html+django - - {{ page.translated_title }} - - {{ page.body }} - - -Other approaches ----------------- - -.. toctree:: - - duplicate_tree diff --git a/docs/advanced_topics/images/image_file_formats.rst b/docs/advanced_topics/images/image_file_formats.rst new file mode 100644 index 000000000..716eb9b9d --- /dev/null +++ b/docs/advanced_topics/images/image_file_formats.rst @@ -0,0 +1,47 @@ +.. _image_file_formats: + +Image file formats +================== + +Using the picture element +------------------------- + +The `picture element `_ +can be used with the ``format-`` image operation to specify different +image formats and let the browser choose the one it prefers. For example: + +.. code-block:: python + + {% load wagtailimages_tags %} + + + {% image myimage width-1000 format-webp as image_webp %} + + + {% image myimage width-1000 format-png as image_png %} + + + {{ image_png }} + + +Customizing output formats +-------------------------- + +By default all ``bmp`` and ``webp`` images are converted to the ``png`` format +when no image output format is given. + +The default conversion mapping can be changed by setting the +``WAGTAILIMAGES_FORMAT_CONVERSIONS`` to a dictionary which maps the input type +to an output type. + +For example: + +.. code-block:: python + + WAGTAILIMAGES_FORMAT_CONVERSIONS = { + 'bmp': 'jpeg', + 'webp': 'webp', + } + +will convert ``bmp`` images to ``jpeg`` and disable the default ``webp`` +to ``png`` conversion. diff --git a/docs/advanced_topics/images/index.rst b/docs/advanced_topics/images/index.rst index d6d6b8642..b971c24c9 100644 --- a/docs/advanced_topics/images/index.rst +++ b/docs/advanced_topics/images/index.rst @@ -7,6 +7,7 @@ Images renditions animated_gifs + image_file_formats custom_image_model changing_rich_text_representation feature_detection diff --git a/docs/advanced_topics/index.rst b/docs/advanced_topics/index.rst index e9b581b5a..130c86e57 100644 --- a/docs/advanced_topics/index.rst +++ b/docs/advanced_topics/index.rst @@ -8,13 +8,13 @@ Advanced topics images/index documents/index embeds - settings + add_to_django_project deploying performance - i18n/index privacy customisation/index third_party_tutorials jinja2 testing api/index + amp diff --git a/docs/advanced_topics/performance.rst b/docs/advanced_topics/performance.rst index cb0cf8356..79bd3d8f7 100644 --- a/docs/advanced_topics/performance.rst +++ b/docs/advanced_topics/performance.rst @@ -13,7 +13,7 @@ We have tried to minimise external dependencies for a working installation of Wa Cache ----- -We recommend `Redis `_ as a fast, persistent cache. Install Redis through your package manager (on Debian or Ubuntu: ``sudo apt-get install redis-server``), add ``django-redis`` to your ``requirements.txt``, and enable it as a cache backend: +We recommend `Redis `_ as a fast, persistent cache. Install Redis through your package manager (on Debian or Ubuntu: ``sudo apt-get install redis-server``), add ``django-redis`` to your ``requirements.txt``, and enable it as a cache backend: .. code-block:: python @@ -33,7 +33,7 @@ We recommend `Redis `_ as a fast, persistent cache. Install Re Search ------ -Wagtail has strong support for `Elasticsearch `_ - both in the editor interface and for users of your site - but can fall back to a database search if Elasticsearch isn't present. Elasticsearch is faster and more powerful than the Django ORM for text search, so we recommend installing it or using a hosted service like `Searchly `_. +Wagtail has strong support for `Elasticsearch `_ - both in the editor interface and for users of your site - but can fall back to a database search if Elasticsearch isn't present. Elasticsearch is faster and more powerful than the Django ORM for text search, so we recommend installing it or using a hosted service like `Searchly `_. For details on configuring Wagtail for Elasticsearch, see :ref:`wagtailsearch_backends_elasticsearch`. @@ -75,6 +75,6 @@ Public users Caching proxy ------------- -To support high volumes of traffic with excellent response times, we recommend a caching proxy. Both `Varnish `_ and `Squid `_ have been tested in production. Hosted proxies like `Cloudflare `_ should also work well. +To support high volumes of traffic with excellent response times, we recommend a caching proxy. Both `Varnish `_ and `Squid `_ have been tested in production. Hosted proxies like `Cloudflare `_ should also work well. Wagtail supports automatic cache invalidation for Varnish/Squid. See :ref:`frontend_cache_purging` for more information. diff --git a/docs/advanced_topics/testing.rst b/docs/advanced_topics/testing.rst index 2af5c5958..5088e271c 100644 --- a/docs/advanced_topics/testing.rst +++ b/docs/advanced_topics/testing.rst @@ -163,4 +163,4 @@ Filling in the ``path`` / ``numchild`` / ``depth`` fields is necessary in order The `Treebeard docs`_ might help in understanding how this works. .. _dumpdata: https://docs.djangoproject.com/en/2.0/ref/django-admin/#django-admin-dumpdata -.. _Treebeard docs: http://django-treebeard.readthedocs.io/en/latest/mp_tree.html +.. _Treebeard docs: https://django-treebeard.readthedocs.io/en/latest/mp_tree.html diff --git a/docs/advanced_topics/third_party_tutorials.rst b/docs/advanced_topics/third_party_tutorials.rst index d64871c0c..abdff284d 100644 --- a/docs/advanced_topics/third_party_tutorials.rst +++ b/docs/advanced_topics/third_party_tutorials.rst @@ -24,20 +24,20 @@ Third-party tutorials * `Wagtail-Multilingual: a simple project to demonstrate how multilingual is implemented `_ (31 January 2017) * `Wagtail: 2 Steps for Adding Pages Outside of the CMS `_ (15 February 2016) * `Adding a Twitter Widget for Wagtail’s new StreamField `_ (2 April 2015) -* `Working With Wagtail: Menus `_ (22 January 2015) +* `Working With Wagtail: Menus `_ (22 January 2015) * `Upgrading Wagtail to use Django 1.7 locally using vagrant `_ (10 December 2014) * `Wagtail redirect page. Can link to page, URL and document `_ (24 September 2014) * `Outputing JSON for a model with properties and db fields in Wagtail/Django `_ (24 September 2014) * `Bi-lingual website using Wagtail CMS `_ (17 September 2014) * `Wagtail CMS – Lesser known features `_ (12 September 2014) -* `Wagtail notes: stateful on/off hallo.js plugins `_ (9 August 2014) +* `Wagtail notes: stateful on/off hallo.js plugins `_ (9 August 2014) * `Add some blockquote buttons to Wagtail CMS’ WYSIWYG Editor `_ (24 July 2014) * `Adding Bread Crumbs to the front end in Wagtail CMS `_ (1 July 2014) * `Extending hallo.js using Wagtail hooks `_ (9 July 2014) -* `Wagtail notes: custom tabs per page type `_ (10 May 2014) -* `Wagtail notes: managing redirects as pages `_ (10 May 2014) -* `Wagtail notes: dynamic templates per page `_ (10 May 2014) -* `Wagtail notes: type-constrained PageChooserPanel `_ (9 May 2014) +* `Wagtail notes: custom tabs per page type `_ (10 May 2014) +* `Wagtail notes: managing redirects as pages `_ (10 May 2014) +* `Wagtail notes: dynamic templates per page `_ (10 May 2014) +* `Wagtail notes: type-constrained PageChooserPanel `_ (9 May 2014) You can also find more resources from the community on `Awesome Wagtail `_. diff --git a/docs/contributing/css_guidelines.rst b/docs/contributing/css_guidelines.rst index d07975e86..bb0b3576f 100644 --- a/docs/contributing/css_guidelines.rst +++ b/docs/contributing/css_guidelines.rst @@ -7,8 +7,8 @@ Compiling ~~~~~~~~~ The SCSS source files are compiled to CSS using the -`gulp `_ build system. -This requires `Node.js `_ to run. +`gulp `_ build system. +This requires `Node.js `_ to run. To install the libraries required for compiling the SCSS, run the following from the Wagtail repository root: diff --git a/docs/contributing/developing.rst b/docs/contributing/developing.rst index e3cf08ee7..deccfc4c8 100644 --- a/docs/contributing/developing.rst +++ b/docs/contributing/developing.rst @@ -18,7 +18,7 @@ Setting up the Wagtail codebase Install Node.js, version 8. Instructions for installing Node.js can be found on the `Node.js download page `_. You can also use Node version manager (nvm) since Wagtail supplies a ``.nvmrc`` file in the root of the project with the minimum required Node version - see nvm's `installation instructions `_. -You will also need to install the **libjpeg** and **zlib** libraries, if you haven't done so already - see Pillow's `platform-specific installation instructions `_. +You will also need to install the **libjpeg** and **zlib** libraries, if you haven't done so already - see Pillow's `platform-specific installation instructions `_. Clone a copy of `the Wagtail codebase `_: @@ -77,7 +77,7 @@ an argument to ``runtests.py`` or ``tox``: $ python runtests.py wagtail.core $ # Running in a specified Tox environment - $ tox -e py36-dj20-sqlite-noelasticsearch wagtail.core + $ tox -e py36-dj22-sqlite-noelasticsearch wagtail.core $ # See a list of available Tox environments $ tox -l @@ -91,7 +91,7 @@ an argument to ``runtests.py`` $ python runtests.py wagtail.core.tests.test_blocks.TestIntegerBlock $ # Running in a specified Tox environment - $ tox -e py36-dj20-sqlite-noelasticsearch wagtail.core.tests.test_blocks.TestIntegerBlock + $ tox -e py36-dj22-sqlite-noelasticsearch wagtail.core.tests.test_blocks.TestIntegerBlock Running migrations for the test app models ------------------------------------------ diff --git a/docs/contributing/html_guidelines.rst b/docs/contributing/html_guidelines.rst index 85f3c34f7..c3796dde7 100644 --- a/docs/contributing/html_guidelines.rst +++ b/docs/contributing/html_guidelines.rst @@ -12,6 +12,6 @@ Principles ~~~~~~~~~~ * Write `valid HTML `_. We target the HTML5 doctype. -* Write `semantic HTML `_. +* Write `semantic HTML `_. * Attach JavaScript behavior with ``data-`` attributes, rather than classes or IDs. * For comments, use Django templates syntax instead of HTML. diff --git a/docs/contributing/issue_tracking.rst b/docs/contributing/issue_tracking.rst index 3b4a01ecb..e1b3af75e 100644 --- a/docs/contributing/issue_tracking.rst +++ b/docs/contributing/issue_tracking.rst @@ -8,7 +8,7 @@ Issues An issue must always correspond to a specific action with a well-defined completion state: fixing a bug, adding a new feature, updating documentation, cleaning up code. Open-ended issues where the end result is not immediately clear ("come up with a way of doing translations") are fine, as long as there's a clear way to progress the issue and identify when it has been completed (not e.g. "make rich text fields suck less"). -Do not use issues for support queries or other questions ("How do I do X?" - although "Implement a way of doing X" or "Document how to do X" could well be valid issues). These should be asked on `Stack Overflow `_, or for discussions that do not fit Stack Overflow's question-and-answer format, the `Wagtail Support Google group `_. +Do not use issues for support queries or other questions ("How do I do X?" - although "Implement a way of doing X" or "Document how to do X" could well be valid issues). These should be asked on `Stack Overflow `_, or for discussions that do not fit Stack Overflow's question-and-answer format, the `Wagtail Support Google group `_. As soon as a ticket is opened - ideally within one day - a member of the core team will give it an initial classification, by either closing it as invalid or assigning it to a milestone. Don't be discouraged if you feel that your ticket has been given a lower priority than it deserves - this decision isn't permanent. We will consider all feedback, and reassign or reopen tickets where appropriate. diff --git a/docs/contributing/javascript_guidelines.rst b/docs/contributing/javascript_guidelines.rst index 4343ae5fa..a68b41b95 100644 --- a/docs/contributing/javascript_guidelines.rst +++ b/docs/contributing/javascript_guidelines.rst @@ -1,7 +1,7 @@ JavaScript coding guidelines ============================ -Write JavaScript according to the `Airbnb Styleguide `_, with some exceptions: +Write JavaScript according to the `Airbnb Styleguide `_, with some exceptions: - Use soft-tabs with a four space indent. Spaces are the only way to guarantee code renders the same in any person's environment. diff --git a/docs/contributing/python_guidelines.rst b/docs/contributing/python_guidelines.rst index c6b08ea4b..7ab7edc6d 100644 --- a/docs/contributing/python_guidelines.rst +++ b/docs/contributing/python_guidelines.rst @@ -4,11 +4,11 @@ Python coding guidelines PEP8 ~~~~ -We ask that all Python contributions adhere to the `PEP8 `_ style guide, apart from the restriction on line length (E501) and some minor docstring-related issues. -The list of PEP8 violations to ignore is in the ``tox.ini`` file, under the ``[flake8]`` header. +We ask that all Python contributions adhere to the `PEP8 `_ style guide, apart from the restriction on line length (E501) and some minor docstring-related issues. +The list of PEP8 violations to ignore is in the ``setup.cfg`` file, under the ``[flake8]`` header. You might want to configure the flake8 linter in your editor/IDE to use the configuration in this file. -In addition, import lines should be sorted according to `isort `_ 4.2.5 rules. If you have installed Wagtail's testing dependencies (``pip install -e .[testing]``), you can check your code by running ``make lint``. +In addition, import lines should be sorted according to `isort `_ 4.2.5 rules. If you have installed Wagtail's testing dependencies (``pip install -e .[testing]``), you can check your code by running ``make lint``. Django compatibility ~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/contributing/release_process.rst b/docs/contributing/release_process.rst index 2fbab4c6f..873ccb28e 100644 --- a/docs/contributing/release_process.rst +++ b/docs/contributing/release_process.rst @@ -53,7 +53,7 @@ issued from those branches. Release cadence =============== -Wagtail uses a loose form of `semantic versioning `_. +Wagtail uses a loose form of `semantic versioning `_. SemVer makes it easier to see at a glance how compatible releases are with each other. It also helps to anticipate when compatibility shims will be removed. It's not a pure form of SemVer as each feature release will continue to have a diff --git a/docs/editor_manual/browser_issues.rst b/docs/editor_manual/browser_issues.rst index 4c76ea829..5d47eca8c 100644 --- a/docs/editor_manual/browser_issues.rst +++ b/docs/editor_manual/browser_issues.rst @@ -1,11 +1,11 @@ Browser issues ~~~~~~~~~~~~~~ -Some issues with Wagtail may come from the browser. Try `clearing the browser cache and cookies `_, or you can also try using Wagtail with `another browser `_ to see if the problem persists. +Some issues with Wagtail may come from the browser. Try `clearing the browser cache and cookies `_, or you can also try using Wagtail with `another browser `_ to see if the problem persists. -JavaScript is required to use Wagtail – make sure it is `enabled in your browser `_. +JavaScript is required to use Wagtail – make sure it is `enabled in your browser `_. Supported browsers __________________ -For the best experience and security, we recommend that you keep your browser up to date. Go to `Browse Happy `_ for more information. +For the best experience and security, we recommend that you keep your browser up to date. Go to `Browse Happy `_ for more information. diff --git a/docs/editor_manual/documents_images_snippets/documents.rst b/docs/editor_manual/documents_images_snippets/documents.rst index 72404e8f9..f637b0577 100644 --- a/docs/editor_manual/documents_images_snippets/documents.rst +++ b/docs/editor_manual/documents_images_snippets/documents.rst @@ -7,12 +7,13 @@ Documents such as PDFs can be managed from the Documents interface, available in * Add documents by clicking the *Add document* button in the top-right. * Search for documents in the CMS by entering your search term in the search bar. The results will be automatically updated as you type. -* You can also filter the results by *Popular tags*. Click on a tag to update the search results listing. +* You can also filter the results by *Collection* by selecting one from the collections dropdown above the documents list. * Edit the details of a document by clicking the document title. .. image:: ../../_static/images/screen30_documents_edit_page.png * When editing a document you can replace the file associated with that document record. This means you can update documents without having to update the pages on which they are placed. Changing the file will change it on all pages that use the document. +* Change the document's collection using the collection dropdown. * Add or remove tags using the Tags field. * Save or delete documents using the buttons at the bottom of the interface. diff --git a/docs/editor_manual/intro.rst b/docs/editor_manual/intro.rst index e10854ad6..78abc96dc 100644 --- a/docs/editor_manual/intro.rst +++ b/docs/editor_manual/intro.rst @@ -1,7 +1,7 @@ Introduction ------------ -`Wagtail `_ is a new open source content management system (CMS) developed by `Torchbox `_. It is built on the Django framework and designed to be super easy to use for both developers and editors. +`Wagtail `_ is a new open source content management system (CMS) developed by `Torchbox `_. It is built on the Django framework and designed to be super easy to use for both developers and editors. This documentation will explain how to: diff --git a/docs/getting_started/index.rst b/docs/getting_started/index.rst index 8681463da..ebea061bb 100644 --- a/docs/getting_started/index.rst +++ b/docs/getting_started/index.rst @@ -13,7 +13,7 @@ Dependencies needed for installation * `Python 3 `_ * **libjpeg** and **zlib**, libraries required for Django's **Pillow** library. - See Pillow's `platform-specific installation instructions `_. + See Pillow's `platform-specific installation instructions `_. Quick install diff --git a/docs/getting_started/integrating_into_django.rst b/docs/getting_started/integrating_into_django.rst index e58e6748f..4d34688bc 100644 --- a/docs/getting_started/integrating_into_django.rst +++ b/docs/getting_started/integrating_into_django.rst @@ -11,7 +11,7 @@ Wagtail is currently compatible with Django 2.0, 2.1 and 2.2. First, install the $ pip install wagtail -or add the package to your existing requirements file. This will also install the **Pillow** library as a dependency, which requires libjpeg and zlib - see Pillow's `platform-specific installation instructions `_. +or add the package to your existing requirements file. This will also install the **Pillow** library as a dependency, which requires libjpeg and zlib - see Pillow's `platform-specific installation instructions `_. Settings -------- @@ -64,7 +64,7 @@ Add a ``WAGTAIL_SITE_NAME`` - this will be displayed on the main dashboard of th WAGTAIL_SITE_NAME = 'My Example Site' -Various other settings are available to configure Wagtail's behaviour - see :doc:`/advanced_topics/settings`. +Various other settings are available to configure Wagtail's behaviour - see :doc:`/reference/settings`. URL configuration ----------------- diff --git a/docs/getting_started/tutorial.rst b/docs/getting_started/tutorial.rst index d6677a4bc..819bd8433 100644 --- a/docs/getting_started/tutorial.rst +++ b/docs/getting_started/tutorial.rst @@ -24,7 +24,7 @@ If this does not return a version number or returns a version lower than 3.5, yo .. important:: Before installing Wagtail, it is necessary to install the **libjpeg** and **zlib** libraries, which provide support for working with JPEG, PNG and GIF images (via the Python **Pillow** library). The way to do this varies by platform—see Pillow's - `platform-specific installation instructions `_. + `platform-specific installation instructions `_. Create and activate a virtual environment diff --git a/docs/reference/contrib/frontendcache.rst b/docs/reference/contrib/frontendcache.rst index ede529c84..8cc9aa89d 100644 --- a/docs/reference/contrib/frontendcache.rst +++ b/docs/reference/contrib/frontendcache.rst @@ -47,7 +47,7 @@ Set ``WAGTAILFRONTENDCACHE_LANGUAGES`` to a list of languages (typically equal t Finally, make sure you have configured your frontend cache to accept PURGE requests: - `Varnish `_ - - `Squid `_ + - `Squid `_ .. _frontendcache_cloudflare: @@ -57,10 +57,17 @@ Cloudflare Firstly, you need to register an account with Cloudflare if you haven't already got one. You can do this here: `Cloudflare Sign up `_ -Add an item into the ``WAGTAILFRONTENDCACHE`` and set the ``BACKEND`` parameter to ``wagtail.contrib.frontend_cache.backends.CloudflareBackend``. This backend requires three extra parameters, ``EMAIL`` (your Cloudflare account email), ``TOKEN`` (your API token from Cloudflare), and ``ZONEID`` (for zone id for your domain, see below). +Add an item into the ``WAGTAILFRONTENDCACHE`` and set the ``BACKEND`` parameter to ``wagtail.contrib.frontend_cache.backends.CloudflareBackend``. -To find the ``ZONEID`` for your domain, read the `Cloudflare API Documentation `_ +This backend can be configured to use an account-wide API key, or an API token with restricted access. +To use an account-wide API key, find the key `as described in the Cloudflare documentation `_ and specify ``EMAIL`` and ``API_KEY`` parameters. + +To use a limited API token, `create a token `_ configured with the 'Zone, Cache Purge' permission and specify the ``BEARER_TOKEN`` parameter. + +A ``ZONEID`` parameter will need to be set for either option. To find the ``ZONEID`` for your domain, read the `Cloudflare API Documentation `_ + +With an API key: .. code-block:: python @@ -70,7 +77,21 @@ To find the ``ZONEID`` for your domain, read the `Cloudflare API Documentation < 'cloudflare': { 'BACKEND': 'wagtail.contrib.frontend_cache.backends.CloudflareBackend', 'EMAIL': 'your-cloudflare-email-address@example.com', - 'TOKEN': 'your cloudflare api token', + 'API_KEY': 'your cloudflare api key', + 'ZONEID': 'your cloudflare domain zone id', + }, + } + +With an API token: + +.. code-block:: python + + # settings.py + + WAGTAILFRONTENDCACHE = { + 'cloudflare': { + 'BACKEND': 'wagtail.contrib.frontend_cache.backends.CloudflareBackend', + 'BEARER_TOKEN': 'your cloudflare bearer token', 'ZONEID': 'your cloudflare domain zone id', }, } @@ -93,7 +114,7 @@ Add an item into the ``WAGTAILFRONTENDCACHE`` and set the ``BACKEND`` parameter }, } -Configuration of credentials can done in multiple ways. You won't need to store them in your Django settings file. You can read more about this here: `Boto 3 Docs `_ +Configuration of credentials can done in multiple ways. You won't need to store them in your Django settings file. You can read more about this here: `Boto 3 Docs `_ In case you run multiple sites with Wagtail and each site has its CloudFront distribution, provide a mapping instead of a single distribution. Make sure the mapping matches with the hostnames provided in your site settings. diff --git a/docs/reference/contrib/modeladmin/create_edit_delete_views.rst b/docs/reference/contrib/modeladmin/create_edit_delete_views.rst index 20987fb49..291b58ef1 100644 --- a/docs/reference/contrib/modeladmin/create_edit_delete_views.rst +++ b/docs/reference/contrib/modeladmin/create_edit_delete_views.rst @@ -62,11 +62,10 @@ Or alternatively: ]) -.. versionadded:: 2.5 - ``edit_handler`` and ``panels`` can alternatively be - defined on a ``ModelAdmin`` definition. This feature is especially useful - for use cases where you have to work with models that are - 'out of reach' (due to being part of a third-party package, for example). +``edit_handler`` and ``panels`` can alternatively be +defined on a ``ModelAdmin`` definition. This feature is especially useful +for use cases where you have to work with models that are +'out of reach' (due to being part of a third-party package, for example). .. code-block:: python @@ -204,7 +203,6 @@ on the Model itself is more complicated. ----------------------------------- ``ModelAdmin.get_edit_handler()`` ----------------------------------- -.. versionadded:: 2.5 **Must return**: An instance of ``wagtail.admin.edit_handlers.ObjectList`` diff --git a/docs/reference/contrib/modeladmin/indexview.rst b/docs/reference/contrib/modeladmin/indexview.rst index 1417fb892..8950f9766 100644 --- a/docs/reference/contrib/modeladmin/indexview.rst +++ b/docs/reference/contrib/modeladmin/indexview.rst @@ -432,6 +432,7 @@ For example: class PersonAdmin(ModelAdmin): + model = Person list_display = ('first_name', 'last_name') def get_queryset(self, request): @@ -664,7 +665,7 @@ change a few attributes to change the thumbnail to your liking, like so: # Optionally specify a fallback image to be used when the object doesn't # have an image set, or the image has been deleted. It can an image from # your static files folder, or an external URL. - thumb_default = 'http://lorempixel.com/100/100' + thumb_default = 'https://lorempixel.com/100/100' .. _modeladmin_list_display_add_buttons: diff --git a/docs/reference/index.rst b/docs/reference/index.rst index 61102f137..74f5cf3aa 100644 --- a/docs/reference/index.rst +++ b/docs/reference/index.rst @@ -10,4 +10,5 @@ Reference management_commands hooks signals + settings project_template diff --git a/docs/reference/management_commands.rst b/docs/reference/management_commands.rst index 3b9e21250..14fa1773f 100644 --- a/docs/reference/management_commands.rst +++ b/docs/reference/management_commands.rst @@ -98,7 +98,7 @@ You can prevent the ``update_index`` command from indexing any data by using the wagtail_update_index -------------------- -An alias for the ``update_index`` command that can be used when another installed package (such as `Haystack `_) provides a command named ``update_index``. In this case, the other package's entry in ``INSTALLED_APPS`` should appear above ``wagtail.search`` so that its ``update_index`` command takes precedence over Wagtail's. +An alias for the ``update_index`` command that can be used when another installed package (such as `Haystack `_) provides a command named ``update_index``. In this case, the other package's entry in ``INSTALLED_APPS`` should appear above ``wagtail.search`` so that its ``update_index`` command takes precedence over Wagtail's. .. _search_garbage_collect: diff --git a/docs/reference/pages/model_reference.rst b/docs/reference/pages/model_reference.rst index cc936775c..efc18fc30 100644 --- a/docs/reference/pages/model_reference.rst +++ b/docs/reference/pages/model_reference.rst @@ -130,7 +130,7 @@ In addition to the model fields provided, ``Page`` has many properties and metho .. note:: - See also `django-treebeard `_'s `node API `_. ``Page`` is a subclass of `materialized path tree `_ nodes. + See also `django-treebeard `_'s `node API `_. ``Page`` is a subclass of `materialized path tree `_ nodes. .. class:: Page diff --git a/docs/reference/pages/theory.rst b/docs/reference/pages/theory.rst index bd6716057..aaa69abd6 100644 --- a/docs/reference/pages/theory.rst +++ b/docs/reference/pages/theory.rst @@ -8,7 +8,7 @@ Theory Introduction to Trees ~~~~~~~~~~~~~~~~~~~~~ -If you're unfamiliar with trees as an abstract data type, you might want to `review the concepts involved. `_ +If you're unfamiliar with trees as an abstract data type, you might want to `review the concepts involved. `_ As a web developer, though, you probably already have a good understanding of trees as filesystem directories or paths. Wagtail pages can create the same structure, as each page in the tree has its own URL path, like so:: diff --git a/docs/advanced_topics/settings.rst b/docs/reference/settings.rst similarity index 60% rename from docs/advanced_topics/settings.rst rename to docs/reference/settings.rst index 05d0a3fc5..fe2de5073 100644 --- a/docs/advanced_topics/settings.rst +++ b/docs/reference/settings.rst @@ -1,146 +1,11 @@ -============================== -Configuring Django for Wagtail -============================== - -To install Wagtail completely from scratch, create a new Django project and an app within that project. For instructions on these tasks, see :doc:`Writing your first Django app `. Your project directory will look like the following:: - - myproject/ - myproject/ - __init__.py - settings.py - urls.py - wsgi.py - myapp/ - __init__.py - models.py - tests.py - admin.py - views.py - manage.py - -From your app directory, you can safely remove ``admin.py`` and ``views.py``, since Wagtail will provide this functionality for your models. Configuring Django to load Wagtail involves adding modules and variables to ``settings.py`` and URL configuration to ``urls.py``. For a more complete view of what's defined in these files, see :doc:`Django Settings ` and :doc:`Django URL Dispatcher `. - -What follows is a settings reference which skips many boilerplate Django settings. If you just want to get your Wagtail install up quickly without fussing with settings at the moment, see :ref:`complete_example_config`. - - -Middleware (``settings.py``) -~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -.. code-block:: python - - MIDDLEWARE = [ - 'django.contrib.sessions.middleware.SessionMiddleware', - 'django.middleware.common.CommonMiddleware', - 'django.middleware.csrf.CsrfViewMiddleware', - 'django.contrib.auth.middleware.AuthenticationMiddleware', - 'django.contrib.messages.middleware.MessageMiddleware', - 'django.middleware.clickjacking.XFrameOptionsMiddleware', - 'django.middleware.security.SecurityMiddleware', - - 'wagtail.core.middleware.SiteMiddleware', - - 'wagtail.contrib.redirects.middleware.RedirectMiddleware', - ] - -Wagtail requires several common Django middleware modules to work and cover basic security. Wagtail provides its own middleware to cover these tasks: - -``SiteMiddleware`` - Wagtail routes pre-defined hosts to pages within the Wagtail tree using this middleware. - -``RedirectMiddleware`` - Wagtail provides a simple interface for adding arbitrary redirects to your site and this module makes it happen. - - -Apps (``settings.py``) -~~~~~~~~~~~~~~~~~~~~~~ - -.. code-block:: python - - INSTALLED_APPS = [ - - 'myapp', # your own app - - 'wagtail.contrib.forms', - 'wagtail.contrib.redirects', - 'wagtail.embeds', - 'wagtail.sites', - 'wagtail.users', - 'wagtail.snippets', - 'wagtail.documents', - 'wagtail.images', - 'wagtail.search', - 'wagtail.admin', - 'wagtail.core', - - 'taggit', - 'modelcluster', - - 'django.contrib.auth', - 'django.contrib.contenttypes', - 'django.contrib.sessions', - 'django.contrib.messages', - 'django.contrib.staticfiles', - ] - -Wagtail requires several Django app modules, third-party apps, and defines several apps of its own. Wagtail was built to be modular, so many Wagtail apps can be omitted to suit your needs. Your own app (here ``myapp``) is where you define your models, templates, static assets, template tags, and other custom functionality for your site. - - -Wagtail Apps ------------- - -``wagtailcore`` - The core functionality of Wagtail, such as the ``Page`` class, the Wagtail tree, and model fields. - -``wagtailadmin`` - The administration interface for Wagtail, including page edit handlers. - -``wagtaildocs`` - The Wagtail document content type. - -``wagtailsnippets`` - Editing interface for non-Page models and objects. See :ref:`Snippets`. - -``wagtailusers`` - User editing interface. - -``wagtailimages`` - The Wagtail image content type. - -``wagtailembeds`` - Module governing oEmbed and Embedly content in Wagtail rich text fields. See :ref:`inserting_videos`. - -``wagtailsearch`` - Search framework for Page content. See :ref:`wagtailsearch`. - -``wagtailredirects`` - Admin interface for creating arbitrary redirects on your site. - -``wagtailforms`` - Models for creating forms on your pages and viewing submissions. See :ref:`form_builder`. - - -Third-Party Apps ----------------- - -``taggit`` - Tagging framework for Django. This is used internally within Wagtail for image and document tagging and is available for your own models as well. See :ref:`tagging` for a Wagtail model recipe or the `Taggit Documentation`_. - -.. _Taggit Documentation: http://django-taggit.readthedocs.org/en/latest/index.html - -``modelcluster`` - Extension of Django ForeignKey relation functionality, which is used in Wagtail pages for on-the-fly related object creation. For more information, see :ref:`inline_panels` or `the django-modelcluster github project page`_. - -.. _the django-modelcluster github project page: https://github.com/torchbox/django-modelcluster - - -Settings Variables (``settings.py``) -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +======== +Settings +======== Wagtail makes use of the following settings, in addition to :doc:`Django's core settings `: - Site Name ---------- +========= .. code-block:: python @@ -148,11 +13,10 @@ Site Name This is the human-readable name of your Wagtail install which welcomes users upon login to the Wagtail admin. - .. _append_slash: Append Slash ------------- +============ .. code-block:: python @@ -172,7 +36,7 @@ When ``WAGTAIL_APPEND_SLASH`` is ``False``, requests to Wagtail pages will be se .. _this Google Webmaster Blog post: https://webmasters.googleblog.com/2010/04/to-slash-or-not-to-slash.html Search ------- +====== .. code-block:: python @@ -200,9 +64,8 @@ Override the templates used by the search front-end views. Set the number of days (default 7) that search query logs are kept for; these are used to identify popular search terms for :ref:`promoted search results `. Queries older than this will be removed by the :ref:`search_garbage_collect` command. - Embeds ------- +====== Wagtail supports generating embed code from URLs to content on an external providers such as Youtube or Twitter. By default, Wagtail will fetch the embed @@ -212,9 +75,8 @@ Wagtail has a builtin list of the most common providers. The embeds fetching can be fully configured using the ``WAGTAILEMBEDS_FINDERS`` setting. This is fully documented in :ref:`configuring_embed_finders`. - Dashboard ---------- +========= .. code-block:: python @@ -246,10 +108,8 @@ If a user has not uploaded a profile picture, Wagtail will look for an avatar li Changes whether the Submit for Moderation button is displayed in the action menu. - - Images ------- +====== .. code-block:: python @@ -268,7 +128,7 @@ This setting lets you override the maximum upload size for images (in bytes). If WAGTAILIMAGES_MAX_IMAGE_PIXELS = 128000000 # i.e. 128 megapixels -This setting lets you override the maximum number of pixels an image can have. If omitted, Wagtail will fall back to using its 128 megapixels default value. +This setting lets you override the maximum number of pixels an image can have. If omitted, Wagtail will fall back to using its 128 megapixels default value. The pixel count takes animation frames into account - for example, a 25-frame animation of size 100x100 is considered to have 100 * 100 * 25 = 250000 pixels. .. code-block:: python @@ -294,9 +154,8 @@ Specifies the number of items per page shown when viewing an image's usage (see Specifies the number of images shown per page in the image chooser modal. - Documents ---------- +========= .. _wagtaildocs_serve_method: @@ -314,9 +173,8 @@ For this reason, Wagtail provides a number of serving methods which trade some o If ``WAGTAILDOCS_SERVE_METHOD`` is unspecified or set to ``None``, the default method is ``'redirect'`` when a remote storage backend is in use (i.e. one that exposes a URL but not a local filesystem path), and ``'serve_view'`` otherwise. Finally, some storage backends may not expose a URL at all; in this case, serving will proceed as for ``'serve_view'``. - Password Management -------------------- +=================== .. code-block:: python @@ -351,7 +209,7 @@ This specifies whether users are allowed to change their email (enabled by defau .. _email_notifications: Email Notifications -------------------- +=================== .. code-block:: python @@ -374,7 +232,7 @@ Notification emails are sent to moderators and superusers by default. You can ch .. _update_notifications: Wagtail update notifications ----------------------------- +============================ .. code-block:: python @@ -384,7 +242,7 @@ For admins only, Wagtail performs a check on the dashboard to see if newer relea Private pages / documents -------------------------- +========================= .. code-block:: python @@ -398,9 +256,8 @@ This is the path to the Django template which will be used to display the "passw As above, but for password restrictions on documents. For more details, see the :ref:`private_pages` documentation. - Login page ----------- +========== The basic login page can be customised with a custom template. @@ -416,10 +273,8 @@ Or the login page can be a redirect to an external or internal URL. For more details, see the :ref:`login_page` documentation. - - Case-Insensitive Tags ---------------------- +===================== .. code-block:: python @@ -428,7 +283,7 @@ Case-Insensitive Tags Tags are case-sensitive by default ('music' and 'Music' are treated as distinct tags). In many cases the reverse behaviour is preferable. Multi-word tags ---------------- +=============== .. code-block:: python @@ -437,7 +292,7 @@ Multi-word tags Tags can only consist of a single word, no spaces allowed. The default setting is ``True`` (spaces in tags are allowed). Tag limit ---------- +========= .. code-block:: python @@ -446,7 +301,7 @@ Tag limit Limit the number of tags that can be added to (django-taggit) Tag model. Default setting is ``None``, meaning no limit on tags. Unicode Page Slugs ------------------- +================== .. code-block:: python @@ -457,7 +312,7 @@ By default, page slugs can contain any alphanumeric characters, including non-La .. _WAGTAIL_AUTO_UPDATE_PREVIEW: Auto update preview -------------------- +=================== .. code-block:: python @@ -470,7 +325,7 @@ tab is not refreshed automatically, users have to do it manually. This behaviour is disabled by default. Custom User Edit Forms ----------------------- +====================== See :doc:`/advanced_topics/customisation/custom_user_models`. @@ -497,7 +352,7 @@ A list of the extra custom fields to be appended to the default list. .. _WAGTAIL_USAGE_COUNT_ENABLED: Usage for images, documents and snippets ----------------------------------------- +======================================== .. code-block:: python @@ -516,7 +371,7 @@ The link is also shown on the delete page, above the "Delete" button. The usage count only applies to direct (database) references. Using documents, images and snippets within StreamFields or rich text fields will not be taken into account. Date and DateTime inputs ------------------------- +======================== .. code-block:: python @@ -529,7 +384,7 @@ Specifies the date and datetime format to be used in input fields in the Wagtail .. _WAGTAIL_USER_TIME_ZONES: Time zones ----------- +========== Logged-in users can choose their current time zone for the admin interface in the account settings. If is no time zone selected by the user, then ``TIME_ZONE`` will be used. (Note that time zones are only applied to datetime fields, not to plain time or date fields. This is a Django design decision.) @@ -545,7 +400,7 @@ If there is zero or one time zone permitted, the account settings form will be h .. _WAGTAILADMIN_PERMITTED_LANGUAGES: Admin languages ---------------- +=============== Users can choose between several languages for the admin interface in the account settings. The list of languages is by default all the available @@ -565,7 +420,7 @@ can only choose between front office languages: ('pt', 'Portuguese')] Static files ------------- +============ .. code-block:: python @@ -574,7 +429,7 @@ Static files Static file URLs within the Wagtail admin are given a version-specific query string of the form ``?v=1a2b3c4d``, to prevent outdated cached copies of Javascript and CSS files from persisting after a Wagtail upgrade. To disable these, set ``WAGTAILADMIN_STATIC_FILE_VERSION_STRINGS`` to ``False``. API Settings ------------- +============ For full documenation on API configuration, including these settings, see :ref:`api_v2_configuration` documentation. @@ -604,9 +459,8 @@ Default is true, setting this to false will disable full text search on all endp Requires ``wagtailfrontendcache`` app to be installed, inidicates the API should use the frontend cache. - Frontend cache --------------- +============== For full documenation on frontend cache invalidation, including these settings, see :ref:`frontend_cache_purging`. @@ -633,12 +487,10 @@ See documentation linked above for full options available. Default is an empty list, must be a list of languages to also purge the urls for each language of a purging url. This setting needs ``settings.USE_I18N`` to be ``True`` to work. - - .. _WAGTAILADMIN_RICH_TEXT_EDITORS: Rich text ---------- +========= .. code-block:: python @@ -660,9 +512,8 @@ Customise the behaviour of rich text fields. By default, ``RichTextField`` and ` * ``OPTIONS``: Configuration options to pass to the widget. Recognised options are widget-specific, but both ``DraftailRichTextArea`` and ``HalloRichTextArea`` accept a ``features`` list indicating the active rich text features (see :ref:`rich_text_features`). - Page locking ------------- +============ .. versionadded:: 2.8 @@ -671,278 +522,3 @@ Page locking ``WAGTAILADMIN_GLOBAL_PAGE_EDIT_LOCK`` can be set to ``True`` to prevent users from editing pages that they have locked. - - -URL Patterns -~~~~~~~~~~~~ - -.. code-block:: python - - from django.contrib import admin - - from wagtail.core import urls as wagtail_urls - from wagtail.admin import urls as wagtailadmin_urls - from wagtail.documents import urls as wagtaildocs_urls - - urlpatterns = [ - re_path(r'^django-admin/', include(admin.site.urls)), - - re_path(r'^admin/', include(wagtailadmin_urls)), - re_path(r'^documents/', include(wagtaildocs_urls)), - - # Optional URL for including your own vanilla Django urls/views - re_path(r'', include('myapp.urls')), - - # For anything not caught by a more specific rule above, hand over to - # Wagtail's serving mechanism - re_path(r'', include(wagtail_urls)), - ] - -This block of code for your project's ``urls.py`` does a few things: - -* Load the vanilla Django admin interface to ``/django-admin/`` -* Load the Wagtail admin and its various apps -* Dispatch any vanilla Django apps you're using other than Wagtail which require their own URL configuration (this is optional, since Wagtail might be all you need) -* Lets Wagtail handle any further URL dispatching. - -That's not everything you might want to include in your project's URL configuration, but it's what's necessary for Wagtail to flourish. - - -.. _complete_example_config: - -Ready to Use Example Configuration Files -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -These two files should reside in your project directory (``myproject/myproject/``). - - -``settings.py`` ---------------- - -.. code-block:: python - - import os - - PROJECT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) - BASE_DIR = os.path.dirname(PROJECT_DIR) - - DEBUG = True - - # Application definition - - INSTALLED_APPS = [ - 'myapp', - - 'wagtail.contrib.forms', - 'wagtail.contrib.redirects', - 'wagtail.embeds', - 'wagtail.sites', - 'wagtail.users', - 'wagtail.snippets', - 'wagtail.documents', - 'wagtail.images', - 'wagtail.search', - 'wagtail.admin', - 'wagtail.core', - - 'taggit', - 'modelcluster', - - 'django.contrib.auth', - 'django.contrib.contenttypes', - 'django.contrib.sessions', - 'django.contrib.messages', - 'django.contrib.staticfiles', - ] - - - MIDDLEWARE = [ - 'django.contrib.sessions.middleware.SessionMiddleware', - 'django.middleware.common.CommonMiddleware', - 'django.middleware.csrf.CsrfViewMiddleware', - 'django.contrib.auth.middleware.AuthenticationMiddleware', - 'django.contrib.messages.middleware.MessageMiddleware', - 'django.middleware.clickjacking.XFrameOptionsMiddleware', - 'django.middleware.security.SecurityMiddleware', - - 'wagtail.core.middleware.SiteMiddleware', - 'wagtail.contrib.redirects.middleware.RedirectMiddleware', - ] - - ROOT_URLCONF = 'myproject.urls' - - TEMPLATES = [ - { - 'BACKEND': 'django.template.backends.django.DjangoTemplates', - 'DIRS': [ - os.path.join(PROJECT_DIR, 'templates'), - ], - 'APP_DIRS': True, - 'OPTIONS': { - 'context_processors': [ - 'django.template.context_processors.debug', - 'django.template.context_processors.request', - 'django.contrib.auth.context_processors.auth', - 'django.contrib.messages.context_processors.messages', - ], - }, - }, - ] - - WSGI_APPLICATION = 'myproject.wsgi.application' - - # Database - - DATABASES = { - 'default': { - 'ENGINE': 'django.db.backends.postgresql', - 'NAME': 'myprojectdb', - 'USER': 'postgres', - 'PASSWORD': '', - 'HOST': '', # Set to empty string for localhost. - 'PORT': '', # Set to empty string for default. - 'CONN_MAX_AGE': 600, # number of seconds database connections should persist for - } - } - - # Internationalization - - LANGUAGE_CODE = 'en-us' - TIME_ZONE = 'UTC' - USE_I18N = True - USE_L10N = True - USE_TZ = True - - - # Static files (CSS, JavaScript, Images) - - STATICFILES_FINDERS = [ - 'django.contrib.staticfiles.finders.FileSystemFinder', - 'django.contrib.staticfiles.finders.AppDirectoriesFinder', - ] - - STATICFILES_DIRS = [ - os.path.join(PROJECT_DIR, 'static'), - ] - - STATIC_ROOT = os.path.join(BASE_DIR, 'static') - STATIC_URL = '/static/' - - MEDIA_ROOT = os.path.join(BASE_DIR, 'media') - MEDIA_URL = '/media/' - - - ADMINS = [ - # ('Your Name', 'your_email@example.com'), - ] - MANAGERS = ADMINS - - # Default to dummy email backend. Configure dev/production/local backend - # as per https://docs.djangoproject.com/en/dev/topics/email/#email-backends - EMAIL_BACKEND = 'django.core.mail.backends.dummy.EmailBackend' - - # Hosts/domain names that are valid for this site; required if DEBUG is False - ALLOWED_HOSTS = [] - - # Make this unique, and don't share it with anybody. - SECRET_KEY = 'change-me' - - EMAIL_SUBJECT_PREFIX = '[Wagtail] ' - - INTERNAL_IPS = ('127.0.0.1', '10.0.2.2') - - # A sample logging configuration. The only tangible logging - # performed by this configuration is to send an email to - # the site admins on every HTTP 500 error when DEBUG=False. - # See http://docs.djangoproject.com/en/dev/topics/logging for - # more details on how to customize your logging configuration. - LOGGING = { - 'version': 1, - 'disable_existing_loggers': False, - 'filters': { - 'require_debug_false': { - '()': 'django.utils.log.RequireDebugFalse' - } - }, - 'handlers': { - 'mail_admins': { - 'level': 'ERROR', - 'filters': ['require_debug_false'], - 'class': 'django.utils.log.AdminEmailHandler' - } - }, - 'loggers': { - 'django.request': { - 'handlers': ['mail_admins'], - 'level': 'ERROR', - 'propagate': True, - }, - } - } - - - # WAGTAIL SETTINGS - - # This is the human-readable name of your Wagtail install - # which welcomes users upon login to the Wagtail admin. - WAGTAIL_SITE_NAME = 'My Project' - - # Override the search results template for wagtailsearch - # WAGTAILSEARCH_RESULTS_TEMPLATE = 'myapp/search_results.html' - # WAGTAILSEARCH_RESULTS_TEMPLATE_AJAX = 'myapp/includes/search_listing.html' - - # Replace the search backend - #WAGTAILSEARCH_BACKENDS = { - # 'default': { - # 'BACKEND': 'wagtail.search.backends.elasticsearch2', - # 'INDEX': 'myapp' - # } - #} - - # Wagtail email notifications from address - # WAGTAILADMIN_NOTIFICATION_FROM_EMAIL = 'wagtail@myhost.io' - - # Wagtail email notification format - # WAGTAILADMIN_NOTIFICATION_USE_HTML = True - - # Reverse the default case-sensitive handling of tags - TAGGIT_CASE_INSENSITIVE = True - - -``urls.py`` ------------ - -.. code-block:: python - - from django.conf.urls import include, re_path - from django.conf.urls.static import static - from django.views.generic.base import RedirectView - from django.contrib import admin - from django.conf import settings - import os.path - - from wagtail.core import urls as wagtail_urls - from wagtail.admin import urls as wagtailadmin_urls - from wagtail.documents import urls as wagtaildocs_urls - - - urlpatterns = [ - re_path(r'^django-admin/', include(admin.site.urls)), - - re_path(r'^admin/', include(wagtailadmin_urls)), - re_path(r'^documents/', include(wagtaildocs_urls)), - - # For anything not caught by a more specific rule above, hand over to - # Wagtail's serving mechanism - re_path(r'', include(wagtail_urls)), - ] - - - if settings.DEBUG: - from django.contrib.staticfiles.urls import staticfiles_urlpatterns - - urlpatterns += staticfiles_urlpatterns() # tell gunicorn where static files are in dev mode - urlpatterns += static(settings.MEDIA_URL + 'images/', document_root=os.path.join(settings.MEDIA_ROOT, 'images')) - urlpatterns += [ - re_path(r'^favicon\.ico$', RedirectView.as_view(url=settings.STATIC_URL + 'myapp/images/favicon.ico')) - ] diff --git a/docs/releases/2.6.3.rst b/docs/releases/2.6.3.rst new file mode 100644 index 000000000..9c4acbc2f --- /dev/null +++ b/docs/releases/2.6.3.rst @@ -0,0 +1,16 @@ +=========================== +Wagtail 2.6.3 release notes +=========================== + +.. contents:: + :local: + :depth: 1 + + +What's new +========== + +Bug fixes +~~~~~~~~~ + + * Altering Django REST Framework's ``DEFAULT_AUTHENTICATION_CLASSES`` setting no longer breaks the page explorer menu and admin API (Matt Westcott) diff --git a/docs/releases/2.7.rst b/docs/releases/2.7.rst index 4e78eda9e..8c6a20448 100644 --- a/docs/releases/2.7.rst +++ b/docs/releases/2.7.rst @@ -1,6 +1,6 @@ -========================================== -Wagtail 2.7 release notes - IN DEVELOPMENT -========================================== +========================= +Wagtail 2.7 release notes +========================= .. contents:: :local: @@ -21,6 +21,12 @@ Improved StreamField design The design of the StreamField user interface has been updated to improve clarity and usability, including better handling of nested blocks. This work was completed by Bertrand Bordage as part of the `Wagtail's First Hatch `_ crowdfunding campaign. We would like to thank all `supporters of the campaign `_. +WebP image support +~~~~~~~~~~~~~~~~~~ + +Images can now be uploaded and rendered in `WebP `_ format; see :ref:`image_file_formats` for details. This feature was developed by frmdstryr, Karl Hobley and Matt Westcott. + + Other features ~~~~~~~~~~~~~~ @@ -43,10 +49,7 @@ Other features * Added ARIA role to TableBlock output (Matt Westcott) * Added cache-busting query parameters to static files within the Wagtail admin (Matt Westcott) * Allow ``register_page_action_menu_item`` and ``construct_page_action_menu`` hooks to override the default menu action (Rahmi Pruitt, Matt Westcott) - thanks to `The Motley Fool `_ for sponsoring review of this feature - * Add docs table template rendering example (Matt Westcott) - * Add blog about image uploads in Wagtail forms to third party tutorial documentation (a-mere-peasant) - * Clean up multiple minor documentation issues (David T Thompson, ryanomor, kailwallin) - * Add AbstractUser import to custom user model documentation (LB (Ben Johnston)) + * ``WAGTAILIMAGES_MAX_IMAGE_PIXELS`` limit now takes the number of animation frames into account (Karl Hobley) Bug fixes @@ -74,6 +77,8 @@ Bug fixes * Replace styleguide example avatar with default image to avoid issues when custom user model is used (Matt Westcott) * ``DraftailRichTextArea`` is no longer treated as a hidden field by Django's form logic (Sergey Fedoseev) * Replace format() placeholders in translatable strings with % formatting (Matt Westcott) + * Altering Django REST Framework's ``DEFAULT_AUTHENTICATION_CLASSES`` setting no longer breaks the page explorer menu and admin API (Matt Westcott) + * Regression - missing label for external link URL field in link chooser (Stefani Castellanos) Upgrade considerations @@ -144,42 +149,42 @@ Any add-on library that uses this feature and needs to preserve backward compati The modules ``wagtail.admin.utils`` and ``wagtail.admin.decorators`` have been deprecated. The helper functions defined here exist primarily for Wagtail's internal use; however, some of them (particularly ``send_mail`` and ``permission_required``) may be found in user code, and import lines will need to be updated. The new locations for these definitions are as follows: -+---------------------------------+--------------------------+--------------------------+ -| Definition | Old location | New location | -+=================================+==========================+==========================+ -| any_permission_required | wagtail.admin.utils | wagtail.admin.auth | -+---------------------------------+--------------------------+--------------------------+ -| permission_denied | wagtail.admin.utils | wagtail.admin.auth | -+---------------------------------+--------------------------+--------------------------+ -| permission_required | wagtail.admin.utils | wagtail.admin.auth | -+---------------------------------+--------------------------+--------------------------+ -| PermissionPolicyChecker | wagtail.admin.utils | wagtail.admin.auth | -+---------------------------------+--------------------------+--------------------------+ -| user_has_any_page_permission | wagtail.admin.utils | wagtail.admin.auth | -+---------------------------------+--------------------------+--------------------------+ -| user_passes_test | wagtail.admin.utils | wagtail.admin.auth | -+---------------------------------+--------------------------+--------------------------+ -| users_with_page_permission | wagtail.admin.utils | wagtail.admin.auth | -+---------------------------------+--------------------------+--------------------------+ -| reject_request | wagtail.admin.decorators | wagtail.admin.auth | -+---------------------------------+--------------------------+--------------------------+ -| require_admin_access | wagtail.admin.decorators | wagtail.admin.auth | -+---------------------------------+--------------------------+--------------------------+ -| get_available_admin_languages | wagtail.admin.utils | wagtail.admin.locale | -+---------------------------------+--------------------------+--------------------------+ -| get_available_admin_time_zones | wagtail.admin.utils | wagtail.admin.locale | -+---------------------------------+--------------------------+--------------------------+ -| get_js_translation_strings | wagtail.admin.utils | wagtail.admin.locale | -+---------------------------------+--------------------------+--------------------------+ -| WAGTAILADMIN_PROVIDED_LANGUAGES | wagtail.admin.utils | wagtail.admin.locale | -+---------------------------------+--------------------------+--------------------------+ -| send_mail | wagtail.admin.utils | wagtail.admin.mail | -+---------------------------------+--------------------------+--------------------------+ -| send_notification | wagtail.admin.utils | wagtail.admin.mail | -+---------------------------------+--------------------------+--------------------------+ -| get_object_usage | wagtail.admin.utils | wagtail.admin.models | -+---------------------------------+--------------------------+--------------------------+ -| popular_tags_for_model | wagtail.admin.utils | wagtail.admin.models | -+---------------------------------+--------------------------+--------------------------+ -| get_site_for_user | wagtail.admin.utils | wagtail.admin.navigation | -+---------------------------------+--------------------------+--------------------------+ ++---------------------------------+--------------------------+----------------------------+ +| Definition | Old location | New location | ++=================================+==========================+============================+ +| any_permission_required | wagtail.admin.utils | wagtail.admin.auth | ++---------------------------------+--------------------------+----------------------------+ +| permission_denied | wagtail.admin.utils | wagtail.admin.auth | ++---------------------------------+--------------------------+----------------------------+ +| permission_required | wagtail.admin.utils | wagtail.admin.auth | ++---------------------------------+--------------------------+----------------------------+ +| PermissionPolicyChecker | wagtail.admin.utils | wagtail.admin.auth | ++---------------------------------+--------------------------+----------------------------+ +| user_has_any_page_permission | wagtail.admin.utils | wagtail.admin.auth | ++---------------------------------+--------------------------+----------------------------+ +| user_passes_test | wagtail.admin.utils | wagtail.admin.auth | ++---------------------------------+--------------------------+----------------------------+ +| users_with_page_permission | wagtail.admin.utils | wagtail.admin.auth | ++---------------------------------+--------------------------+----------------------------+ +| reject_request | wagtail.admin.decorators | wagtail.admin.auth | ++---------------------------------+--------------------------+----------------------------+ +| require_admin_access | wagtail.admin.decorators | wagtail.admin.auth | ++---------------------------------+--------------------------+----------------------------+ +| get_available_admin_languages | wagtail.admin.utils | wagtail.admin.localization | ++---------------------------------+--------------------------+----------------------------+ +| get_available_admin_time_zones | wagtail.admin.utils | wagtail.admin.localization | ++---------------------------------+--------------------------+----------------------------+ +| get_js_translation_strings | wagtail.admin.utils | wagtail.admin.localization | ++---------------------------------+--------------------------+----------------------------+ +| WAGTAILADMIN_PROVIDED_LANGUAGES | wagtail.admin.utils | wagtail.admin.localization | ++---------------------------------+--------------------------+----------------------------+ +| send_mail | wagtail.admin.utils | wagtail.admin.mail | ++---------------------------------+--------------------------+----------------------------+ +| send_notification | wagtail.admin.utils | wagtail.admin.mail | ++---------------------------------+--------------------------+----------------------------+ +| get_object_usage | wagtail.admin.utils | wagtail.admin.models | ++---------------------------------+--------------------------+----------------------------+ +| popular_tags_for_model | wagtail.admin.utils | wagtail.admin.models | ++---------------------------------+--------------------------+----------------------------+ +| get_site_for_user | wagtail.admin.utils | wagtail.admin.navigation | ++---------------------------------+--------------------------+----------------------------+ diff --git a/docs/releases/2.8.rst b/docs/releases/2.8.rst new file mode 100644 index 000000000..f3f501c81 --- /dev/null +++ b/docs/releases/2.8.rst @@ -0,0 +1,69 @@ +========================================== +Wagtail 2.8 release notes - IN DEVELOPMENT +========================================== + +.. contents:: + :local: + :depth: 1 + + +What's new +========== + + +Other features +~~~~~~~~~~~~~~ + + * Removed leftover Python 2.x compatibility code (Sergey Fedoseev) + * Combine flake8 configurations (Sergey Fedoseev) + * Improved diffing behavior for text fields (Aliosha Padovani) + * Improve contrast of disabled inputs (Nick Smith) + * Added ``get_document_model_string`` function (Andrey Smirnov) + * Added support for Cloudflare API tokens for frontend cache invalidation (Tom Usher) + * Cloudflare frontend cache invalidation requests are now sent in chunks of 30 to fit within API limits (Tom Usher) + * Added ``ancestors`` field to pages endpoint in admin API (Karl Hobley) + * Removed Django admin management of ``Page`` & ``Site`` models (Andreas Bernacca) + + +Bug fixes +~~~~~~~~~ + + * Rename documents listing column 'uploaded' to 'created' (LB (Ben Johnston)) + * Submenu items longer then the page height are no longer broken by the submenu footer (Igor van Spengen) + * Unbundle the l18n library as it was bundled to avoid installation errors which have been resolved (Matt Westcott) + * Prevent error when comparing pages that reference a model with a custom primary key (Fidel Ramos) + * Moved ``get_document_model`` location so it can be imported when Models are not yet loaded (Andrey Smirnov) + * Fixed incorrect HTML escaping of Jinja2 form templates for StructBlocks (Brady Moe) + * All templates with wagtailsettings and modeladmin now use ``block.super`` for ``extra_js`` & ``extra_css`` (Timothy Bautista) + + +Upgrade considerations +====================== + +Removed support for Django 2.0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Django 2.0 is no longer supported as of this release; please upgrade to Django 2.1 or above before upgrading Wagtail. + + +``wagtail.documents.models.get_document_model`` has moved +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The ``get_document_model`` function should now be imported from ``wagtail.documents`` rather than ``wagtail.documents.models``. See :ref:`custom_document_model`. + + +Removed ``Page`` and ``Site`` models from Django admin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Django admin will no longer provide editing access to ``Page`` or ``Site`` models, if required these models can be registered within individual projects using `Django's ModelAdmin `_. + + +.. code-block:: python + + # my_app/admin.py + from django.contrib import admin + + from wagtail.core.models import Page, Site + + admin.site.register(Site) + admin.site.register(Page) diff --git a/docs/releases/index.rst b/docs/releases/index.rst index 3d5fc1e5e..2fd1afdea 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -5,7 +5,9 @@ Release notes :maxdepth: 1 upgrading + 2.8 2.7 + 2.6.3 2.6.2 2.6.1 2.6 diff --git a/docs/releases/upgrading.rst b/docs/releases/upgrading.rst index 28155b551..971e301a2 100644 --- a/docs/releases/upgrading.rst +++ b/docs/releases/upgrading.rst @@ -131,4 +131,5 @@ The compatible versions of Django and Python for each Wagtail release are: +-------------------+------------------------------+-----------------------------+ | 2.7 LTS | 2.0, 2.1, 2.2 | 3.5, 3.6, 3.7, 3.8 | +-------------------+------------------------------+-----------------------------+ - +| 2.8 | 2.1, 2.2 | 3.5, 3.6, 3.7, 3.8 | ++-------------------+------------------------------+-----------------------------+ diff --git a/docs/support.rst b/docs/support.rst index f00dd1f7f..95f5e0c27 100644 --- a/docs/support.rst +++ b/docs/support.rst @@ -9,7 +9,7 @@ If you have any problems or questions about working with Wagtail, you are invite Stack Overflow ~~~~~~~~~~~~~~ -`Stack Overflow `_ is the best place to find answers to your questions about working with Wagtail - there is an active community of Wagtail users and developers responding to questions there. When posting questions, please read Stack Overflow's advice on `how to ask questions `_ and remember to tag your question with "wagtail". +`Stack Overflow `_ is the best place to find answers to your questions about working with Wagtail - there is an active community of Wagtail users and developers responding to questions there. When posting questions, please read Stack Overflow's advice on `how to ask questions `_ and remember to tag your question with "wagtail". Mailing list ~~~~~~~~~~~~ @@ -32,4 +32,4 @@ If you think you've found a bug in Wagtail, or you'd like to suggest a new featu Torchbox ~~~~~~~~ -Finally, if you have a query which isn't relevant for any of the above forums, feel free to contact the Wagtail team at Torchbox directly, on `hello@wagtail.io `_ or `@wagtailcms `_. +Finally, if you have a query which isn't relevant for any of the above forums, feel free to contact the Wagtail team at Torchbox directly, on `hello@wagtail.io `_ or `@wagtailcms `_. diff --git a/docs/topics/images.rst b/docs/topics/images.rst index e56b2e429..1854becbc 100644 --- a/docs/topics/images.rst +++ b/docs/topics/images.rst @@ -214,6 +214,39 @@ You can also use the ``attrs`` property as a shorthand to output the attributes +Alternative HTML tags +--------------------- + +The ``as`` keyword allows alternative HTML image tags (such as ```` or ````) to be used. +For example, to use the ```` tag: + +.. code-block:: html+django + + + {% image page.photo width-800 as wide_photo %} + + {% image page.photo width-400 %} + + +And to use the ```` tag (based on the `Mountains example `_ from the AMP docs): + +.. code-block:: html+django + + {% image image width-550 format-webp as webp_image %} + {% image image width-550 format-jpeg as jpeg_image %} + + + + + + Images embedded in rich text ---------------------------- diff --git a/docs/topics/search/backends.rst b/docs/topics/search/backends.rst index 2ef41a71b..4d7653840 100644 --- a/docs/topics/search/backends.rst +++ b/docs/topics/search/backends.rst @@ -173,7 +173,7 @@ If you prefer not to run an Elasticsearch server in development or production, t - Configure ``URLS`` in the Elasticsearch entry in ``WAGTAILSEARCH_BACKENDS`` using the Cluster URL from your Bonsai dashboard - Run ``./manage.py update_index`` -.. _elasticsearch-py: http://elasticsearch-py.readthedocs.org +.. _elasticsearch-py: https://elasticsearch-py.readthedocs.org .. _Bonsai: https://bonsai.io/signup Amazon AWS Elasticsearch diff --git a/docs/topics/search/indexing.rst b/docs/topics/search/indexing.rst index 11060f298..59aca61d4 100644 --- a/docs/topics/search/indexing.rst +++ b/docs/topics/search/indexing.rst @@ -58,7 +58,7 @@ The search may not return any results while this command is running, so avoid ru .. note:: - The ``update_index`` command is also aliased as ``wagtail_update_index``, for use when another installed package (such as `Haystack `_) provides a conflicting ``update_index`` command. In this case, the other package's entry in ``INSTALLED_APPS`` should appear above ``wagtail.search`` so that its ``update_index`` command takes precedence over Wagtail's. + The ``update_index`` command is also aliased as ``wagtail_update_index``, for use when another installed package (such as `Haystack `_) provides a conflicting ``update_index`` command. In this case, the other package's entry in ``INSTALLED_APPS`` should appear above ``wagtail.search`` so that its ``update_index`` command takes precedence over Wagtail's. .. _wagtailsearch_indexing_fields: diff --git a/etc/uwsgi.conf.sample b/etc/uwsgi.conf.sample index 3417f6190..18abe3c34 100644 --- a/etc/uwsgi.conf.sample +++ b/etc/uwsgi.conf.sample @@ -9,7 +9,7 @@ # the 'mywagtail' user account, with the application deployed in # /home/mywagtail/app and the virtualenv in /home/mywagtail/venv. # -# [0] http://uwsgi-docs.readthedocs.org/en/latest/Emperor.html +# [0] https://uwsgi-docs.readthedocs.org/en/latest/Emperor.html [uwsgi] # Abort on unknown configuration options. diff --git a/package-lock.json b/package-lock.json index 4033ef1d9..28a498508 100644 --- a/package-lock.json +++ b/package-lock.json @@ -534,7 +534,7 @@ "integrity": "sha1-r9+UiPsezvyDSPb7IvRk4ypYs2s=", "dev": true, "requires": { - "acorn": "3.3.0" + "acorn": "^3.0.4" }, "dependencies": { "acorn": { @@ -585,9 +585,9 @@ } }, "ajv-keywords": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-1.5.1.tgz", - "integrity": "sha1-MU3QpLM2j609/NxU7eYXG4htrzw=", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-2.1.1.tgz", + "integrity": "sha1-YXmX/F9gV2iUxDX5QNgZ4TW4B2I=", "dev": true }, "align-text": { @@ -660,9 +660,9 @@ } }, "ansi-escapes": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz", - "integrity": "sha1-06ioOzGapneTZisT52HHkRQiMG4=", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz", + "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", "dev": true }, "ansi-gray": { @@ -2501,7 +2501,7 @@ "integrity": "sha1-lAhe9jWB7NPaqSREqP6U6CV3dR8=", "dev": true, "requires": { - "callsites": "0.2.0" + "callsites": "^0.2.0" } }, "callsites": { @@ -2631,6 +2631,12 @@ "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.2.tgz", "integrity": "sha512-7I/xceXfKyUJmSAn/jw8ve/9DyOP7XxufNYLI9Px7CmsKgEUaZLUTax6nZxGQtaoiZCjpu6cHPj20xC/vqRReQ==" }, + "chardet": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.4.2.tgz", + "integrity": "sha1-tUc7M9yXxCTl2Y3IfVXU2KKci/I=", + "dev": true + }, "cheerio": { "version": "1.0.0-rc.3", "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.3.tgz", @@ -2760,12 +2766,12 @@ "integrity": "sha1-T6kXw+WclKAEzWH47lCdplFocUM=" }, "cli-cursor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-1.0.2.tgz", - "integrity": "sha1-ZNo/fValRBLll5S9Ytw1KV6PKYc=", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", + "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=", "dev": true, "requires": { - "restore-cursor": "1.0.1" + "restore-cursor": "^2.0.0" } }, "cli-width": { @@ -2925,14 +2931,15 @@ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" }, "concat-stream": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.0.tgz", - "integrity": "sha1-CqxmL9Ur54lk1VMvaUeE5wEQrPc=", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", + "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", "dev": true, "requires": { - "inherits": "2.0.3", - "readable-stream": "2.3.3", - "typedarray": "0.0.6" + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" } }, "configstore": { @@ -4105,44 +4112,163 @@ } }, "eslint": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-2.13.1.tgz", - "integrity": "sha1-5MyPoPAJ+4KaquI4VaKTYL4fbBE=", + "version": "4.18.2", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-4.18.2.tgz", + "integrity": "sha512-qy4i3wODqKMYfz9LUI8N2qYDkHkoieTbiHpMrYUI/WbjhXJQr7lI4VngixTgaG+yHX+NBCv7nW4hA0ShbvaNKw==", "dev": true, "requires": { - "chalk": "1.1.3", - "concat-stream": "1.6.0", - "debug": "2.6.9", - "doctrine": "1.5.0", - "es6-map": "0.1.5", - "escope": "3.6.0", - "espree": "3.5.2", - "estraverse": "4.2.0", - "esutils": "2.0.2", - "file-entry-cache": "1.3.1", - "glob": "7.1.2", - "globals": "9.18.0", - "ignore": "3.3.7", - "imurmurhash": "0.1.4", - "inquirer": "0.12.0", - "is-my-json-valid": "2.17.1", - "is-resolvable": "1.0.1", - "js-yaml": "3.10.0", - "json-stable-stringify": "1.0.1", - "levn": "0.3.0", - "lodash": "4.17.10", - "mkdirp": "0.5.1", - "optionator": "0.8.2", - "path-is-absolute": "1.0.1", - "path-is-inside": "1.0.2", - "pluralize": "1.2.1", - "progress": "1.1.8", - "require-uncached": "1.0.3", - "shelljs": "0.6.1", - "strip-json-comments": "1.0.4", - "table": "3.8.3", - "text-table": "0.2.0", - "user-home": "2.0.0" + "ajv": "^5.3.0", + "babel-code-frame": "^6.22.0", + "chalk": "^2.1.0", + "concat-stream": "^1.6.0", + "cross-spawn": "^5.1.0", + "debug": "^3.1.0", + "doctrine": "^2.1.0", + "eslint-scope": "^3.7.1", + "eslint-visitor-keys": "^1.0.0", + "espree": "^3.5.2", + "esquery": "^1.0.0", + "esutils": "^2.0.2", + "file-entry-cache": "^2.0.0", + "functional-red-black-tree": "^1.0.1", + "glob": "^7.1.2", + "globals": "^11.0.1", + "ignore": "^3.3.3", + "imurmurhash": "^0.1.4", + "inquirer": "^3.0.6", + "is-resolvable": "^1.0.0", + "js-yaml": "^3.9.1", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.3.0", + "lodash": "^4.17.4", + "minimatch": "^3.0.2", + "mkdirp": "^0.5.1", + "natural-compare": "^1.4.0", + "optionator": "^0.8.2", + "path-is-inside": "^1.0.2", + "pluralize": "^7.0.0", + "progress": "^2.0.0", + "require-uncached": "^1.0.3", + "semver": "^5.3.0", + "strip-ansi": "^4.0.0", + "strip-json-comments": "~2.0.1", + "table": "4.0.2", + "text-table": "~0.2.0" + }, + "dependencies": { + "ajv": { + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz", + "integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=", + "dev": true, + "requires": { + "co": "^4.6.0", + "fast-deep-equal": "^1.0.0", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.3.0" + } + }, + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", + "dev": true + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "cross-spawn": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz", + "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=", + "dev": true, + "requires": { + "lru-cache": "^4.0.1", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + }, + "doctrine": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "dev": true, + "requires": { + "esutils": "^2.0.2" + } + }, + "globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true + }, + "lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "dev": true, + "requires": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "dev": true, + "requires": { + "ansi-regex": "^3.0.0" + } + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } } }, "eslint-config-airbnb": { @@ -4284,14 +4410,38 @@ "jsx-ast-utils": "1.4.1" } }, - "espree": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/espree/-/espree-3.5.2.tgz", - "integrity": "sha512-sadKeYwaR/aJ3stC2CdvgXu1T16TdYN+qwCpcWbMnGJ8s0zNWemzrvb2GbD4OhmJ/fwpJjudThAlLobGbWZbCQ==", + "eslint-scope": { + "version": "3.7.3", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-3.7.3.tgz", + "integrity": "sha512-W+B0SvF4gamyCTmUc+uITPY0989iXVfKvhwtmJocTaYoc/3khEHmEmvfY/Gn9HA9VV75jrQECsHizkNw1b68FA==", "dev": true, "requires": { - "acorn": "5.2.1", - "acorn-jsx": "3.0.1" + "esrecurse": "^4.1.0", + "estraverse": "^4.1.1" + } + }, + "eslint-visitor-keys": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz", + "integrity": "sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==", + "dev": true + }, + "espree": { + "version": "3.5.4", + "resolved": "https://registry.npmjs.org/espree/-/espree-3.5.4.tgz", + "integrity": "sha512-yAcIQxtmMiB/jL32dzEp2enBeidsB7xWPLNiw3IIkpVds1P+h7qF9YwJq1yUNzp2OKXgAprs4F61ih66UsoD1A==", + "dev": true, + "requires": { + "acorn": "^5.5.0", + "acorn-jsx": "^3.0.0" + }, + "dependencies": { + "acorn": { + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz", + "integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==", + "dev": true + } } }, "esprima": { @@ -4299,6 +4449,15 @@ "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.0.tgz", "integrity": "sha512-oftTcaMu/EGrEIu904mWteKIv8vMuOgGYo7EhVJJN00R/EED9DCua/xxHRdYnKtcECzVg7xOWhflvJMnqcFZjw==" }, + "esquery": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.0.1.tgz", + "integrity": "sha512-SmiyZ5zIWH9VM+SRUReLS5Q8a7GxtRdxEBVZpm98rJM7Sb+A9DVCndXfkeFUd3byderg+EbDkfnevfCwynWaNA==", + "dev": true, + "requires": { + "estraverse": "^4.0.0" + } + }, "esrecurse": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.2.0.tgz", @@ -4405,12 +4564,6 @@ "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=", "dev": true }, - "exit-hook": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz", - "integrity": "sha1-8FyiM7SMBdVP/wd2XfhQfpXAL/g=", - "dev": true - }, "expand-brackets": { "version": "0.1.5", "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz", @@ -4456,6 +4609,17 @@ "is-extendable": "0.1.1" } }, + "external-editor": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-2.2.0.tgz", + "integrity": "sha512-bSn6gvGxKt+b7+6TKEv1ZycHleA7aHhRHyAqJyp5pbUFuYYNIzpZnQDk7AsYckyWdEnTeAnay0aCy2aV6iTk9A==", + "dev": true, + "requires": { + "chardet": "^0.4.0", + "iconv-lite": "^0.4.17", + "tmp": "^0.0.33" + } + }, "extglob": { "version": "0.3.2", "resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz", @@ -4943,23 +5107,22 @@ } }, "figures": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz", - "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", + "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=", "dev": true, "requires": { - "escape-string-regexp": "1.0.5", - "object-assign": "4.1.1" + "escape-string-regexp": "^1.0.5" } }, "file-entry-cache": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-1.3.1.tgz", - "integrity": "sha1-RMYepgeuS+nBQC9B9EJwy/4zT/g=", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-2.0.0.tgz", + "integrity": "sha1-w5KZDD5oR4PYOLjISkXYoEhFg2E=", "dev": true, "requires": { - "flat-cache": "1.3.0", - "object-assign": "4.1.1" + "flat-cache": "^1.2.1", + "object-assign": "^4.0.1" } }, "filename-regex": { @@ -5345,7 +5508,8 @@ "ansi-regex": { "version": "2.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -5554,7 +5718,8 @@ "minimist": { "version": "0.0.8", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "minipass": { "version": "2.2.4", @@ -5579,6 +5744,7 @@ "version": "0.5.1", "bundled": true, "dev": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -5758,7 +5924,8 @@ "safe-buffer": { "version": "5.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -5814,6 +5981,7 @@ "version": "3.0.1", "bundled": true, "dev": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -5857,12 +6025,14 @@ "wrappy": { "version": "1.0.2", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "yallist": { "version": "3.0.2", "bundled": true, - "dev": true + "dev": true, + "optional": true } } }, @@ -5895,6 +6065,12 @@ "is-callable": "1.1.3" } }, + "functional-red-black-tree": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", + "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", + "dev": true + }, "gauge": { "version": "2.7.4", "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", @@ -5920,21 +6096,6 @@ "globule": "0.1.0" } }, - "generate-function": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz", - "integrity": "sha1-aFj+fAlpt9TpCTM3ZHrHn2DfvnQ=", - "dev": true - }, - "generate-object-property": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz", - "integrity": "sha1-nA4cQDCM6AT0eDYYuTf6iPmdUNA=", - "dev": true, - "requires": { - "is-property": "1.0.2" - } - }, "get-caller-file": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.2.tgz", @@ -6942,24 +7103,93 @@ "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==" }, "inquirer": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-0.12.0.tgz", - "integrity": "sha1-HvK/1jUE3wvHV4X/+MLEHfEvB34=", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-3.3.0.tgz", + "integrity": "sha512-h+xtnyk4EwKvFWHrUYsWErEVR+igKtLdchu+o0Z1RL7VU/jVMFbYir2bp6bAj8efFNxWqHX0dIss6fJQ+/+qeQ==", "dev": true, "requires": { - "ansi-escapes": "1.4.0", - "ansi-regex": "2.1.1", - "chalk": "1.1.3", - "cli-cursor": "1.0.2", - "cli-width": "2.2.0", - "figures": "1.7.0", - "lodash": "4.17.10", - "readline2": "1.0.1", - "run-async": "0.1.0", - "rx-lite": "3.1.2", - "string-width": "1.0.2", - "strip-ansi": "3.0.1", - "through": "2.3.8" + "ansi-escapes": "^3.0.0", + "chalk": "^2.0.0", + "cli-cursor": "^2.1.0", + "cli-width": "^2.0.0", + "external-editor": "^2.0.4", + "figures": "^2.0.0", + "lodash": "^4.3.0", + "mute-stream": "0.0.7", + "run-async": "^2.2.0", + "rx-lite": "^4.0.8", + "rx-lite-aggregates": "^4.0.8", + "string-width": "^2.1.0", + "strip-ansi": "^4.0.0", + "through": "^2.3.6" + }, + "dependencies": { + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", + "dev": true + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "dev": true + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "dev": true, + "requires": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + } + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "dev": true, + "requires": { + "ansi-regex": "^3.0.0" + } + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } } }, "interpret": { @@ -7185,18 +7415,6 @@ "is-path-inside": "1.0.1" } }, - "is-my-json-valid": { - "version": "2.17.1", - "resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.17.1.tgz", - "integrity": "sha512-Q2khNw+oBlWuaYvEEHtKSw/pCxD2L5Rc1C+UQme9X6JdRDh7m5D7HkozA0qa3DUkQ6VzCnEm8mVIQPyIRkI5sQ==", - "dev": true, - "requires": { - "generate-function": "2.0.0", - "generate-object-property": "1.2.0", - "jsonpointer": "4.0.1", - "xtend": "4.0.1" - } - }, "is-npm": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-1.0.0.tgz", @@ -7300,12 +7518,6 @@ "integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=", "dev": true }, - "is-property": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz", - "integrity": "sha1-V/4cTkhHTt1lsJkR8msc1Ald2oQ=", - "dev": true - }, "is-redirect": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-redirect/-/is-redirect-1.0.0.tgz", @@ -7335,9 +7547,9 @@ } }, "is-resolvable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.0.1.tgz", - "integrity": "sha512-y5CXYbzvB3jTnWAZH1Nl7ykUWb6T3BcTs56HUruwBf8MhF56n1HWqhDWnVFo8GHrUPDgvUUNVhrc2U8W7iqz5g==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz", + "integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==", "dev": true }, "is-retry-allowed": { @@ -8520,6 +8732,12 @@ "jsonify": "0.0.0" } }, + "json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", + "dev": true + }, "json-stringify-safe": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", @@ -8538,12 +8756,6 @@ "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=", "dev": true }, - "jsonpointer": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.1.tgz", - "integrity": "sha1-T9kss04OnbPInIYi7PUfm5eMbLk=", - "dev": true - }, "jsprim": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", @@ -9330,9 +9542,9 @@ } }, "mute-stream": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.5.tgz", - "integrity": "sha1-j7+rsKmKJT0xhDMfno3rc3L6xsA=", + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz", + "integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=", "dev": true }, "nan": { @@ -10238,10 +10450,13 @@ } }, "onetime": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz", - "integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k=", - "dev": true + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", + "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=", + "dev": true, + "requires": { + "mimic-fn": "^1.0.0" + } }, "optimist": { "version": "0.6.1", @@ -10667,9 +10882,9 @@ } }, "pluralize": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-1.2.1.tgz", - "integrity": "sha1-0aIUg/0iu0HlihL6NCGCMUCJfEU=", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-7.0.0.tgz", + "integrity": "sha512-ARhBOdzS3e41FbkW/XWrTEtukqqLoK5+Z/4UeDaLuSW+39JPeFgs4gCGqsrJHVZX0fUrx//4OF0K1CUGwlIFow==", "dev": true }, "pn": { @@ -12890,9 +13105,9 @@ "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=" }, "progress": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/progress/-/progress-1.1.8.tgz", - "integrity": "sha1-4mDHj2Fhzdmw5WzD4Khd4Xx6V74=", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", + "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", "dev": true }, "prop-types": { @@ -13317,17 +13532,6 @@ "set-immediate-shim": "1.0.1" } }, - "readline2": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/readline2/-/readline2-1.0.1.tgz", - "integrity": "sha1-QQWWCP/BVHV7cV2ZidGZ/783LjU=", - "dev": true, - "requires": { - "code-point-at": "1.1.0", - "is-fullwidth-code-point": "1.0.0", - "mute-stream": "0.0.5" - } - }, "realpath-native": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/realpath-native/-/realpath-native-1.0.0.tgz", @@ -13755,8 +13959,8 @@ "integrity": "sha1-Tg1W1slmL9MeQwEcS5WqSZVUIdM=", "dev": true, "requires": { - "caller-path": "0.1.0", - "resolve-from": "1.0.1" + "caller-path": "^0.1.0", + "resolve-from": "^1.0.0" } }, "resolve": { @@ -13806,13 +14010,13 @@ "dev": true }, "restore-cursor": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz", - "integrity": "sha1-NGYfRohjJ/7SmRR5FSJS35LapUE=", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", + "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=", "dev": true, "requires": { - "exit-hook": "1.1.1", - "onetime": "1.1.0" + "onetime": "^2.0.0", + "signal-exit": "^3.0.2" } }, "ret": { @@ -13859,20 +14063,29 @@ } }, "run-async": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/run-async/-/run-async-0.1.0.tgz", - "integrity": "sha1-yK1KXhEGYeQCp9IbUw4AnyX444k=", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz", + "integrity": "sha1-A3GrSuC91yDUFm19/aZP96RFpsA=", "dev": true, "requires": { - "once": "1.4.0" + "is-promise": "^2.1.0" } }, "rx-lite": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-3.1.2.tgz", - "integrity": "sha1-Gc5QLKVyZl87ZHsQk5+X/RYV8QI=", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-4.0.8.tgz", + "integrity": "sha1-Cx4Rr4vESDbwSmQH6S2kJGe3lEQ=", "dev": true }, + "rx-lite-aggregates": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz", + "integrity": "sha1-dTuHqJoRyVRnxKwWJsTvxOBcZ74=", + "dev": true, + "requires": { + "rx-lite": "*" + } + }, "safe-buffer": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", @@ -14048,12 +14261,6 @@ "jsonify": "0.0.0" } }, - "shelljs": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.6.1.tgz", - "integrity": "sha1-7GIRvtGSBEIIj+D3Cyg3Iy7SyKg=", - "dev": true - }, "shellwords": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz", @@ -14077,10 +14284,21 @@ "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=" }, "slice-ansi": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz", - "integrity": "sha1-7b+JA/ZvfOL46v1s7tZeJkyDGzU=", - "dev": true + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-1.0.0.tgz", + "integrity": "sha512-POqxBK6Lb3q6s047D/XsDVNPnF9Dl8JSaqe9h9lURl0OdNqy/ujDrOiIHtsqXMGbWWTIomRzAMaTyawAU//Reg==", + "dev": true, + "requires": { + "is-fullwidth-code-point": "^2.0.0" + }, + "dependencies": { + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "dev": true + } + } }, "snapdragon": { "version": "0.8.2", @@ -14526,9 +14744,9 @@ } }, "strip-json-comments": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz", - "integrity": "sha1-HhX7ysl9Pumb8tc7TGVrCCu6+5E=", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", "dev": true }, "style-search": { @@ -15363,25 +15581,63 @@ "integrity": "sha512-77oqsKEPrxIwgRcXUwipkj9W5ItO97L6eUT1Ar7vh+El16Zm4M6V+YU1cbipHEa6q0Yjw8O3Hoh8oRgatV5s7A==" }, "table": { - "version": "3.8.3", - "resolved": "https://registry.npmjs.org/table/-/table-3.8.3.tgz", - "integrity": "sha1-K7xULw/amGGnVdOUf+/Ys/UThV8=", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/table/-/table-4.0.2.tgz", + "integrity": "sha512-UUkEAPdSGxtRpiV9ozJ5cMTtYiqz7Ni1OGqLXRCynrvzdtR1p+cfOWe2RJLwvUG8hNanaSRjecIqwOjqeatDsA==", "dev": true, "requires": { - "ajv": "4.11.8", - "ajv-keywords": "1.5.1", - "chalk": "1.1.3", - "lodash": "4.17.10", - "slice-ansi": "0.0.4", - "string-width": "2.1.1" + "ajv": "^5.2.3", + "ajv-keywords": "^2.1.0", + "chalk": "^2.1.0", + "lodash": "^4.17.4", + "slice-ansi": "1.0.0", + "string-width": "^2.1.1" }, "dependencies": { + "ajv": { + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz", + "integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=", + "dev": true, + "requires": { + "co": "^4.6.0", + "fast-deep-equal": "^1.0.0", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.3.0" + } + }, "ansi-regex": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", "dev": true }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true + }, "is-fullwidth-code-point": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", @@ -15394,8 +15650,8 @@ "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", "dev": true, "requires": { - "is-fullwidth-code-point": "2.0.0", - "strip-ansi": "4.0.0" + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" } }, "strip-ansi": { @@ -15404,7 +15660,16 @@ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "dev": true, "requires": { - "ansi-regex": "3.0.0" + "ansi-regex": "^3.0.0" + } + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" } } } @@ -15540,6 +15805,15 @@ "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.0.6.tgz", "integrity": "sha512-FOyLWWVjG+aC0UqG76V53yAWdXfH8bO6FNmyZOuUrzDzK8DI3/JRY25UD7+g49JWM1LXwymsKERB+DzI0dTEQA==" }, + "tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "dev": true, + "requires": { + "os-tmpdir": "~1.0.2" + } + }, "tmpl": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz", @@ -16108,15 +16382,6 @@ "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==", "dev": true }, - "user-home": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/user-home/-/user-home-2.0.0.tgz", - "integrity": "sha1-nHC/2Babwdy/SGBODwS4tJzenp8=", - "dev": true, - "requires": { - "os-homedir": "1.0.2" - } - }, "util": { "version": "0.10.3", "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", diff --git a/package.json b/package.json index a66624388..50bdefffa 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "enzyme": "^3.9.0", "enzyme-adapter-react-16": "^1.9.1", "enzyme-to-json": "^3.3.0", - "eslint": "^2.9.0", + "eslint": "^4.18.2", "eslint-config-wagtail": "0.1.1", "eslint-import-resolver-webpack": "^0.8.1", "eslint-plugin-import": "^1.8.1", diff --git a/scripts/latest.sh b/scripts/latest.sh index 072abbe31..193775f1c 100755 --- a/scripts/latest.sh +++ b/scripts/latest.sh @@ -20,7 +20,7 @@ if [ -z "${AWS_CLI}" ]; then if [ -z "${AWS_CLI}" ]; then printf >&2 -- '%s: cannot find AWS CLI binary "aws"\n' "$0" - printf >&2 -- '%s: please install AWS from http://aws.amazon.com/documentation/cli/\n' "$0" + printf >&2 -- '%s: please install AWS from https://aws.amazon.com/documentation/cli/\n' "$0" exit 1 fi fi diff --git a/setup.cfg b/setup.cfg index 508b5e7aa..28cab378c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,15 +2,31 @@ python-tag = py3 [flake8] -ignore = E501,E303,W503 -exclude = wagtail/project_template/*,wagtail/utils/l18n/* +# D100: Missing docstring in public module +# D101: Missing docstring in public class +# D102: Missing docstring in public method +# D103: Missing docstring in public function +# D105: Missing docstring in magic method +# D200: One-line docstring should fit on one line with quotes +# D202: No blank lines allowed after function docstring +# D204: 1 blank line required after docstring +# D205: 1 blank line required between summary line and description +# D209: Multi-line docstring closing quotes should be on a separate line +# D400: First line should end with a period +# D401: First line should be in imperative mood +# E303: Too many blank lines +# E501: Line too long +# W503: line break before binary operator (superseded by W504 line break after binary operator) +# N805: First argument of a method should be named 'self' +# N806: Variable in function should be lowercase +ignore = D100,D101,D102,D103,D105,D200,D202,D204,D205,D209,D400,D401,E303,E501,W503,N805,N806 +exclude = wagtail/project_template/* max-line-length = 120 [isort] line_length=100 multi_line_output=4 skip=migrations,project_template -skip_glob=*/wagtail/utils/l18n/* known_first_party=wagtail known_third_party=willow,modelcluster,taggit,django,unidecode,bs4,pytz,PIL diff --git a/setup.py b/setup.py index 8dd857182..2fb84fb35 100755 --- a/setup.py +++ b/setup.py @@ -31,10 +31,9 @@ install_requires = [ "beautifulsoup4>=4.5.1,<4.6.1", "html5lib>=0.999,<2", "Unidecode>=0.04.14,<2.0", - "Willow>=1.1,<1.2", + "Willow>=1.3,<1.4", "requests>=2.11.1,<3.0", - "pytz>=2016.6", # for l18n - "six>=1.11,<2.0", # for l18n + "l18n>=2018.5", ] # Testing dependencies @@ -75,8 +74,8 @@ setup( version=__version__, description='A Django content management system.', author='Wagtail core team + contributors', - author_email='hello@wagtail.io', # For support queries, please see http://docs.wagtail.io/en/stable/support.html - url='http://wagtail.io/', + author_email='hello@wagtail.io', # For support queries, please see https://docs.wagtail.io/en/stable/support.html + url='https://wagtail.io/', packages=find_packages(), include_package_data=True, license='BSD', @@ -84,7 +83,7 @@ setup( system built on Django, with a strong community and commercial support. \ It’s focused on user experience, and offers precise control for \ designers and developers.\n\n\ -For more details, see https://wagtail.io, http://docs.wagtail.io and \ +For more details, see https://wagtail.io, https://docs.wagtail.io and \ https://github.com/wagtail/wagtail/.", classifiers=[ 'Development Status :: 5 - Production/Stable', @@ -99,7 +98,6 @@ https://github.com/wagtail/wagtail/.", 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Framework :: Django', - 'Framework :: Django :: 2.0', 'Framework :: Django :: 2.1', 'Framework :: Django :: 2.2', 'Framework :: Wagtail', diff --git a/tox.ini b/tox.ini index 29e9a2f19..0f6624395 100644 --- a/tox.ini +++ b/tox.ini @@ -2,27 +2,7 @@ skipsdist = True usedevelop = True -envlist = py{35,36,37}-dj{20,21,22,master}-{sqlite,postgres,mysql,mssql}-{elasticsearch7,elasticsearch6,elasticsearch5,elasticsearch2,noelasticsearch}, - -[flake8] -# D100: Missing docstring in public module -# D101: Missing docstring in public class -# D102: Missing docstring in public method -# D103: Missing docstring in public function -# D105: Missing docstring in magic method -# D200: One-line docstring should fit on one line with quotes -# D202: No blank lines allowed after function docstring -# D204: 1 blank line required after docstring -# D205: 1 blank line required between summary line and description -# D209: Multi-line docstring cloasing quotes should be on a separate line -# D400: First line should end with a period -# D401: First line should be in imperative mood -# E303: Too many blank lines -# E501: Line too long -# W503: line break before binary operator (superseded by W504 line break after binary operator) -# N805: First argument of a method should be named 'self' -# N806: Variable in function should be lowercase -ignore = D100,D101,D102,D103,D105,D200,D202,D204,D205,D209,D400,D401,E303,E501,W503,N805,N806 +envlist = py{35,36,37}-dj{21,22,22stable,30stable,master}-{sqlite,postgres,mysql,mssql}-{elasticsearch7,elasticsearch6,elasticsearch5,elasticsearch2,noelasticsearch}, [testenv] install_command = pip install -e ".[testing]" -U {opts} {packages} @@ -43,12 +23,15 @@ deps = django-sendfile==0.3.6 Embedly - dj20: Django>=2.0,<2.1 dj21: Django>=2.1,<2.2 dj22: Django>=2.2,<2.3 dj22stable: git+https://github.com/django/django.git@stable/2.2.x#egg=Django + dj30stable: git+https://github.com/django/django.git@stable/3.0.x#egg=Django + dj30stable: git+https://github.com/wagtail/django-modelcluster.git + dj30stable: git+https://github.com/encode/django-rest-framework.git djmaster: git+https://github.com/django/django.git@master#egg=Django djmaster: git+https://github.com/wagtail/django-modelcluster.git + djmaster: git+https://github.com/encode/django-rest-framework.git postgres: psycopg2>=2.6 mysql: mysqlclient>=1.3.7,<1.4 diff --git a/wagtail/__init__.py b/wagtail/__init__.py index 1f37dec36..0cdeb894a 100644 --- a/wagtail/__init__.py +++ b/wagtail/__init__.py @@ -5,7 +5,7 @@ from wagtail.utils.version import get_semver_version, get_version # major.minor.patch.release.number # release must be one of alpha, beta, rc, or final -VERSION = (2, 7, 0, 'alpha', 0) +VERSION = (2, 8, 0, 'alpha', 0) __version__ = get_version(VERSION) diff --git a/wagtail/admin/api/endpoints.py b/wagtail/admin/api/endpoints.py index ba76c5e26..ea278141f 100644 --- a/wagtail/admin/api/endpoints.py +++ b/wagtail/admin/api/endpoints.py @@ -1,5 +1,7 @@ from collections import OrderedDict +from rest_framework.authentication import SessionAuthentication + from wagtail.api.v2.endpoints import PagesAPIEndpoint from wagtail.api.v2.filters import ( ChildOfFilter, DescendantOfFilter, FieldsFilter, ForExplorerFilter, OrderingFilter, @@ -13,6 +15,7 @@ from .serializers import AdminPageSerializer class PagesAdminAPIEndpoint(PagesAPIEndpoint): base_serializer_class = AdminPageSerializer + authentication_classes = [SessionAuthentication] # Use unrestricted child_of/descendant_of filters # Add has_children filter @@ -32,6 +35,7 @@ class PagesAdminAPIEndpoint(PagesAPIEndpoint): 'children', 'descendants', 'parent', + 'ancestors', ] body_fields = PagesAPIEndpoint.body_fields + [ diff --git a/wagtail/admin/api/serializers.py b/wagtail/admin/api/serializers.py index 40e43cd0c..589257148 100644 --- a/wagtail/admin/api/serializers.py +++ b/wagtail/admin/api/serializers.py @@ -2,7 +2,7 @@ from collections import OrderedDict from rest_framework.fields import Field, ReadOnlyField -from wagtail.api.v2.serializers import PageSerializer +from wagtail.api.v2.serializers import PageSerializer, get_serializer_class from wagtail.api.v2.utils import get_full_url from wagtail.core.models import Page @@ -76,8 +76,42 @@ class PageDescendantsField(Field): ]) +class PageAncestorsField(Field): + """ + Serializes the page's ancestry. + + Example: + "ancestry": [ + { + "id": 1, + "meta": { + "type": "wagtailcore.Page", + "detail_url": "/api/v1/pages/1/" + }, + "title": "Root" + }, + { + "id": 2, + "meta": { + "type": "home.HomePage", + "detail_url": "/api/v1/pages/2/" + }, + "title": "Home" + } + ] + """ + def get_attribute(self, instance): + return instance + + def to_representation(self, page): + serializer_class = get_serializer_class(Page, ['id', 'type', 'detail_url', 'html_url', 'title', 'admin_display_title'], meta_fields=['type', 'detail_url', 'html_url'], base=AdminPageSerializer) + serializer = serializer_class(context=self.context, many=True) + return serializer.to_representation(page.get_ancestors()) + + class AdminPageSerializer(PageSerializer): status = PageStatusField(read_only=True) children = PageChildrenField(read_only=True) descendants = PageDescendantsField(read_only=True) + ancestors = PageAncestorsField(read_only=True) admin_display_title = ReadOnlyField(source='get_admin_display_title') diff --git a/wagtail/admin/auth.py b/wagtail/admin/auth.py index f90a89ed4..0567260ea 100644 --- a/wagtail/admin/auth.py +++ b/wagtail/admin/auth.py @@ -1,5 +1,7 @@ from functools import wraps +import l18n + from django.contrib.auth import get_user_model from django.contrib.auth.views import redirect_to_login as auth_redirect_to_login from django.core.exceptions import PermissionDenied @@ -12,7 +14,6 @@ from django.utils.translation import override from wagtail.admin import messages from wagtail.core.models import GroupPagePermission -from wagtail.utils import l18n def users_with_page_permission(page, permission_type, include_superusers=True): diff --git a/wagtail/admin/checks.py b/wagtail/admin/checks.py index 5fd1c65bd..f97490398 100644 --- a/wagtail/admin/checks.py +++ b/wagtail/admin/checks.py @@ -15,7 +15,7 @@ def css_install_check(app_configs, **kwargs): error_hint = """ Most likely you are running a development (non-packaged) copy of Wagtail and have not built the static assets - - see http://docs.wagtail.io/en/latest/contributing/developing.html + see https://docs.wagtail.io/en/latest/contributing/developing.html File not found: %s """ % css_path diff --git a/wagtail/admin/compare.py b/wagtail/admin/compare.py index fe0f9ef1e..873f5b665 100644 --- a/wagtail/admin/compare.py +++ b/wagtail/admin/compare.py @@ -230,7 +230,14 @@ class ChoiceFieldComparison(FieldComparison): val_b = force_str(dict(self.field.flatchoices).get(self.val_b, self.val_b), strings_only=True) if self.val_a != self.val_b: - return TextDiff([('deletion', val_a), ('addition', val_b)]).to_html() + diffs = [] + + if val_a: + diffs += [('deletion', val_a)] + if val_b: + diffs += [('addition', val_b)] + + return TextDiff(diffs).to_html() else: return escape(val_a) @@ -281,8 +288,8 @@ class TagsFieldComparison(M2MFieldComparison): class ForeignObjectComparison(FieldComparison): def get_objects(self): model = self.field.related_model - obj_a = model.objects.filter(id=self.val_a).first() - obj_b = model.objects.filter(id=self.val_b).first() + obj_a = model.objects.filter(pk=self.val_a).first() + obj_b = model.objects.filter(pk=self.val_b).first() return obj_a, obj_b def htmldiff(self): @@ -593,7 +600,7 @@ def diff_text(a, b): tokens = [] current_token = "" - for c in text: + for c in text or "": if c.isalnum(): current_token += c else: diff --git a/wagtail/admin/edit_handlers.py b/wagtail/admin/edit_handlers.py index c354b5c51..233538f8b 100644 --- a/wagtail/admin/edit_handlers.py +++ b/wagtail/admin/edit_handlers.py @@ -3,6 +3,7 @@ import re from django import forms from django.core.exceptions import FieldDoesNotExist, ImproperlyConfigured +from django.db.models.fields import CharField, TextField from django.forms.formsets import DELETION_FIELD_NAME, ORDERING_FIELD_NAME from django.forms.models import fields_for_model from django.template.loader import render_to_string @@ -500,6 +501,10 @@ class FieldPanel(EditHandler): if isinstance(field, RichTextField): return compare.RichTextFieldComparison + + if isinstance(field, (CharField, TextField)): + return compare.TextFieldComparison + except FieldDoesNotExist: pass diff --git a/wagtail/admin/forms/choosers.py b/wagtail/admin/forms/choosers.py index 76776a4d3..1b5457b51 100644 --- a/wagtail/admin/forms/choosers.py +++ b/wagtail/admin/forms/choosers.py @@ -1,7 +1,7 @@ from django import forms from django.core import validators from django.forms.widgets import TextInput -from django.utils.translation import ugettext_lazy +from django.utils.translation import ugettext_lazy as _ class URLOrAbsolutePathValidator(validators.URLValidator): @@ -27,12 +27,12 @@ class URLOrAbsolutePathField(forms.URLField): class ExternalLinkChooserForm(forms.Form): - url = URLOrAbsolutePathField(required=True, label=ugettext_lazy("")) + url = URLOrAbsolutePathField(required=True, label=_("URL")) link_text = forms.CharField(required=False) class AnchorLinkChooserForm(forms.Form): - url = forms.CharField(required=True, label=ugettext_lazy("#")) + url = forms.CharField(required=True, label="#") link_text = forms.CharField(required=False) diff --git a/wagtail/admin/locale/af/LC_MESSAGES/django.mo b/wagtail/admin/locale/af/LC_MESSAGES/django.mo index 47834d54a..0a5a59b92 100644 Binary files a/wagtail/admin/locale/af/LC_MESSAGES/django.mo and b/wagtail/admin/locale/af/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/af/LC_MESSAGES/django.po b/wagtail/admin/locale/af/LC_MESSAGES/django.po index 134282788..c647bfeb1 100644 --- a/wagtail/admin/locale/af/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/af/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Afrikaans (http://www.transifex.com/torchbox/wagtail/language/" "af/)\n" diff --git a/wagtail/admin/locale/ar/LC_MESSAGES/django.mo b/wagtail/admin/locale/ar/LC_MESSAGES/django.mo index f173d1d85..a14e1b0f9 100644 Binary files a/wagtail/admin/locale/ar/LC_MESSAGES/django.mo and b/wagtail/admin/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/ar/LC_MESSAGES/django.po b/wagtail/admin/locale/ar/LC_MESSAGES/django.po index a543f4461..c936c5bc3 100644 --- a/wagtail/admin/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/ar/LC_MESSAGES/django.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-08-22 14:29+0000\n" -"Last-Translator: Mohammed Abdul gadir \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" "ar/)\n" "MIME-Version: 1.0\n" @@ -26,6 +26,9 @@ msgstr "" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +msgid "Publish" +msgstr "انشر" + msgid "Submit for moderation" msgstr "قدّم للمراجعة" @@ -35,15 +38,21 @@ msgstr "غير منشور" msgid "Delete" msgstr "احذف" +msgid "Page locked" +msgstr "الصفحة مغلقة" + msgid "Wagtail admin" msgstr "مشرف Wagtail" -msgid "None" -msgstr "فارغ" +msgid "Sorry, you do not have permission to access this area." +msgstr "عذرًا ، ليس لديك إذن للوصول إلى هذه المنطقة." msgid "You do not have permission to access the admin" msgstr "ليس لديك الصلاحيات لدخول الى Admin" +msgid "None" +msgstr "فارغ" + msgid "Scheduled publishing" msgstr "نشر مجدول" @@ -69,9 +78,6 @@ msgstr "ادخل %s الخاص بك " msgid "Enter your email address to reset your password" msgstr "ادخل البريد الإلكتروني الخاص بك لإرجاع كلمة المرور الخاصة بك " -msgid "URL" -msgstr "الرابط" - msgid "You cannot have multiple permission records for the same collection." msgstr "لا يوجد لديك العديد من الصلاحيات المسجلة في نفس المجموعة" @@ -159,6 +165,229 @@ msgstr "هذا الحقل مقتضى" msgid "Please select at least one group." msgstr "نرجوا اختيار على الاقل مجموعة واحدة" +msgid "Arabic" +msgstr "عربي" + +msgid "Catalan" +msgstr "الكاتالونية" + +msgid "German" +msgstr "الألمانية" + +msgid "Greek" +msgstr "اليونانية" + +msgid "English" +msgstr "الإنجليزية" + +msgid "Spanish" +msgstr "الأسبانية" + +msgid "Finnish" +msgstr "الفنلندية" + +msgid "French" +msgstr "الفرنسية" + +msgid "Galician" +msgstr "الجاليكية" + +msgid "Indonesian" +msgstr "الأندونيسية" + +msgid "Icelandic" +msgstr "أيسلندي" + +msgid "Italian" +msgstr "الإيطالي" + +msgid "Korean" +msgstr "الكورية" + +msgid "Lithuanian" +msgstr "اللتوانية" + +msgid "Norwegian Bokmål" +msgstr "النرويجية بوكمال" + +msgid "Netherlands Dutch" +msgstr "الهولندية" + +msgid "Persian" +msgstr "الفارسية" + +msgid "Polish" +msgstr "البولندي" + +msgid "Brazilian Portuguese" +msgstr "البرتغالية البرازيلية" + +msgid "Portuguese" +msgstr "البرتغالية" + +msgid "Romanian" +msgstr "روماني" + +msgid "Russian" +msgstr "الروسية" + +msgid "Swedish" +msgstr "السويدية" + +msgid "Slovak" +msgstr "السلوفاكية" + +msgid "Ukrainian" +msgstr "الأوكراني" + +msgid "Page" +msgstr "صفحة" + +msgid "Pages" +msgstr "صفحات" + +msgid "Loading…" +msgstr "تحميل..." + +msgid "No results" +msgstr "لاتوجد نتائج" + +msgid "Server Error" +msgstr "خطا بالخادم" + +msgid "See all" +msgstr "مشاهدة الكل" + +msgid "Close explorer" +msgstr "اغلق المستكشف" + +msgid "Alt text" +msgstr "نص للمساعدة" + +msgid "Write here…" +msgstr "اكتب هنا..." + +msgid "Horizontal line" +msgstr "خط افقي" + +msgid "Line break" +msgstr "خط فصل" + +msgid "Undo" +msgstr "تراجع" + +msgid "Redo" +msgstr "للامام" + +msgid "Reload the page" +msgstr "اعادة تحميل الصفحه" + +msgid "Reload saved content" +msgstr "اعادة تحميل المحتوى المحفوظ" + +msgid "Show latest content" +msgstr "اظهر اخر محتوى" + +msgid "Show error" +msgstr "اعرض الخطء" + +msgid "" +"The editor just crashed. Content has been reset to the last saved version." +msgstr "المحرر تحطمت للتو. تمت إعادة تعيين المحتوى إلى آخر إصدار تم حفظه." + +msgid "Broken link" +msgstr "رابط معطوب" + +msgid "Missing document" +msgstr "مستند مفقود" + +msgid "Close" +msgstr "اغلاق" + +msgid "Edit '{title}'" +msgstr "تحرير '{title}'" + +msgid "Page explorer" +msgstr "مستكشف الصفحة" + +msgid "January" +msgstr "يناير" + +msgid "February" +msgstr "فبراير" + +msgid "March" +msgstr "مارس" + +msgid "April" +msgstr "أبريل" + +msgid "May" +msgstr "مايو" + +msgid "June" +msgstr "يونيو" + +msgid "July" +msgstr "يوليو" + +msgid "August" +msgstr "أغسطس" + +msgid "September" +msgstr "سبتمبر" + +msgid "October" +msgstr "اكتوبر" + +msgid "November" +msgstr "نوفمبر" + +msgid "December" +msgstr "ديسمبر" + +msgid "Sunday" +msgstr "الاحد" + +msgid "Monday" +msgstr "الاثنين" + +msgid "Tuesday" +msgstr "الثلاثاء" + +msgid "Wednesday" +msgstr "الاربعاء" + +msgid "Thursday" +msgstr "الخميس" + +msgid "Friday" +msgstr "الجمعة" + +msgid "Saturday" +msgstr "السبت" + +msgid "Sun" +msgstr "احد" + +msgid "Mon" +msgstr "اثنين" + +msgid "Tue" +msgstr "ثلاثاء" + +msgid "Wed" +msgstr "اربعاء" + +msgid "Thu" +msgstr "خميس" + +msgid "Fri" +msgstr "جمعة" + +msgid "Sat" +msgstr "سبت" + msgid "Error 404: Page not found" msgstr "خطا 404: الصفحة المطلوبة غير متوفرة" @@ -248,166 +477,12 @@ msgstr "أكملت إعادة تثبيت كلمة السر" msgid "Reset your password" msgstr "أعد تثبيت كلمةتك السرية" -msgid "Page" -msgstr "صفحة" - -msgid "Pages" -msgstr "صفحات" - -msgid "Loading…" -msgstr "تحميل..." - -msgid "No results" -msgstr "لاتوجد نتائج" - -msgid "Server Error" -msgstr "خطا بالخادم" - -msgid "See all" -msgstr "مشاهدة الكل" - -msgid "Close explorer" -msgstr "اغلق المستكشف" - -msgid "Alt text" -msgstr "نص للمساعدة" - -msgid "Write here…" -msgstr "اكتب هنا..." - -msgid "Horizontal line" -msgstr "خط افقي" - -msgid "Line break" -msgstr "خط فصل" - -msgid "Undo" -msgstr "تراجع" - -msgid "Redo" -msgstr "للامام" - -msgid "Reload the page" -msgstr "اعادة تحميل الصفحه" - -msgid "Reload saved content" -msgstr "اعادة تحميل المحتوى المحفوظ" - -msgid "Show latest content" -msgstr "اظهر اخر محتوى" - -msgid "Show error" -msgstr "اعرض الخطء" - -msgid "" -"The editor just crashed. Content has been reset to the last saved version." -msgstr "المحرر تحطمت للتو. تمت إعادة تعيين المحتوى إلى آخر إصدار تم حفظه." - -msgid "Broken link" -msgstr "رابط معطوب" - -msgid "Missing document" -msgstr "مستند مفقود" - -msgid "Close" -msgstr "اغلاق" - -msgid "Edit \\" -msgstr "تعديل /" - -msgid "View child pages of \\" -msgstr "اظهر الصفحات الفرعية ل /" - -msgid "Page explorer" -msgstr "مستكشف الصفحة" - -msgid "January" -msgstr "يناير" - -msgid "February" -msgstr "فبراير" - -msgid "March" -msgstr "مارس" - -msgid "April" -msgstr "أبريل" - -msgid "May" -msgstr "مايو" - -msgid "June" -msgstr "يونيو" - -msgid "July" -msgstr "يوليو" - -msgid "August" -msgstr "أغسطس" - -msgid "September" -msgstr "سبتمبر" - -msgid "October" -msgstr "اكتوبر" - -msgid "November" -msgstr "نوفمبر" - -msgid "December" -msgstr "ديسمبر" - -msgid "Sunday" -msgstr "الاحد" - -msgid "Monday" -msgstr "الاثنين" - -msgid "Tuesday" -msgstr "الثلاثاء" - -msgid "Wednesday" -msgstr "الاربعاء" - -msgid "Thursday" -msgstr "الخميس" - -msgid "Friday" -msgstr "الجمعة" - -msgid "Saturday" -msgstr "السبت" - -msgid "Sun" -msgstr "احد" - -msgid "Mon" -msgstr "اثنين" - -msgid "Tue" -msgstr "ثلاثاء" - -msgid "Wed" -msgstr "اربعاء" - -msgid "Thu" -msgstr "خميس" - -msgid "Fri" -msgstr "جمعة" - -msgid "Sat" -msgstr "سبت" - msgid "Dashboard" msgstr "لوحة التحكم" msgid "Menu" msgstr "قائمة المحتويات" -msgid "Add another" -msgstr "أـضف آخر" - msgid "Move up" msgstr "تقدم إلى فوق " @@ -663,8 +738,14 @@ msgstr "يتم النشر..." msgid "Publish this revision" msgstr "نشر النسخه السابقه" -msgid "Publish" -msgstr "انشر" +msgid "Saving…" +msgstr "يتم الحفظ..." + +msgid "Replace current draft" +msgstr "استبدال المسودة الحالية" + +msgid "Save draft" +msgstr "احفظ المسوّد" #, python-format msgid "Create a page in %(title)s" @@ -759,12 +840,6 @@ msgstr "جديد %(page_type)s" msgid "New" msgstr "جديد" -msgid "Saving…" -msgstr "يتم الحفظ..." - -msgid "Save draft" -msgstr "احفظ المسوّد" - msgid "This page has unsaved changes." msgstr " لم يتم حفظ التعديلات على هذه الصحفه" @@ -776,12 +851,6 @@ msgstr "قيد التعديل %(page_type)s :%(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "تحرير %(page_type)s %(title)s " -msgid "Page locked" -msgstr "الصفحة مغلقة" - -msgid "Replace current draft" -msgstr "استبدال المسودة الحالية" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "اخر تعديل: %(last_mod)s" @@ -1087,84 +1156,6 @@ msgstr "اعرض في المستكشف" msgid "Test" msgstr "اختبار" -msgid "Arabic" -msgstr "عربي" - -msgid "Catalan" -msgstr "الكاتالونية" - -msgid "German" -msgstr "الألمانية" - -msgid "Greek" -msgstr "اليونانية" - -msgid "English" -msgstr "الإنجليزية" - -msgid "Spanish" -msgstr "الأسبانية" - -msgid "Finnish" -msgstr "الفنلندية" - -msgid "French" -msgstr "الفرنسية" - -msgid "Galician" -msgstr "الجاليكية" - -msgid "Indonesian" -msgstr "الأندونيسية" - -msgid "Icelandic" -msgstr "أيسلندي" - -msgid "Italian" -msgstr "الإيطالي" - -msgid "Korean" -msgstr "الكورية" - -msgid "Lithuanian" -msgstr "اللتوانية" - -msgid "Norwegian Bokmål" -msgstr "النرويجية بوكمال" - -msgid "Netherlands Dutch" -msgstr "الهولندية" - -msgid "Persian" -msgstr "الفارسية" - -msgid "Polish" -msgstr "البولندي" - -msgid "Brazilian Portuguese" -msgstr "البرتغالية البرازيلية" - -msgid "Portuguese" -msgstr "البرتغالية" - -msgid "Romanian" -msgstr "روماني" - -msgid "Russian" -msgstr "الروسية" - -msgid "Swedish" -msgstr "السويدية" - -msgid "Slovak" -msgstr "السلوفاكية" - -msgid "Ukrainian" -msgstr "الأوكراني" - -msgid "Sorry, you do not have permission to access this area." -msgstr "عذرًا ، ليس لديك إذن للوصول إلى هذه المنطقة." - msgid "Your password has been changed successfully!" msgstr "تم تغيير كلمة المرور الخاصة بك بنجاح!" @@ -1326,45 +1317,12 @@ msgstr "مراجعة {0} من \"{1}\"" msgid "Revision {0} of \"{1}\" unscheduled." msgstr "مراجعة {0} من \"{1}\" غير المجدولة." -msgid "Edit '{title}'" -msgstr "تحرير '{title}'" - -msgid "Preview draft version of '{title}'" -msgstr "معاينة نسخة مسودة '{title}'" - -msgid "View live version of '{title}'" -msgstr "عرض إصدار مباشر من '{title}'" - -msgid "Add a child page to '{title}' " -msgstr "إضافة صفحة فرعية إلى '{title}'" - msgid "More" msgstr "المزيد" -msgid "View more options for '{title}'" -msgstr "عرض مزيد من الخيارات لـ '{title}'" - -msgid "Move page '{title}'" -msgstr "نقل الصفحة '{title}'" - -msgid "Copy page '{title}'" -msgstr "نسخة الصفحة '{title}'" - -msgid "Delete page '{title}'" -msgstr "حذف الصفحة '{title}'" - -msgid "Unpublish page '{title}'" -msgstr "إلغاء نشر الصفحة '{title}'" - -msgid "View revision history for '{title}'" -msgstr "عرض سجل النسخ السابقة لـ '{title}'" - msgid "Set profile picture" msgstr "اضبط صورة الملف الشخصي" -msgid "Change your profile picture" -msgstr "غير صورة ملفك الشخصي" - msgid "Change the email address linked to your account." msgstr "قم بتغيير عنوان البريد الإلكتروني المرتبط بحسابك." @@ -1386,9 +1344,6 @@ msgstr "الوقت الزمني الحالي" msgid "Choose your current time zone." msgstr "اختر منطقتك الزمنية الحالية." -msgid "Heading {level}" -msgstr "Heading {level}" - msgid "Bulleted list" msgstr "قائمة ذات تعداد نقطي" diff --git a/wagtail/admin/locale/be/LC_MESSAGES/django.mo b/wagtail/admin/locale/be/LC_MESSAGES/django.mo index 9dce4dc96..396c5ce9c 100644 Binary files a/wagtail/admin/locale/be/LC_MESSAGES/django.mo and b/wagtail/admin/locale/be/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/be/LC_MESSAGES/django.po b/wagtail/admin/locale/be/LC_MESSAGES/django.po index 4fa399c63..ff58ef56b 100644 --- a/wagtail/admin/locale/be/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/be/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Belarusian (http://www.transifex.com/torchbox/wagtail/" "language/be/)\n" @@ -24,12 +24,12 @@ msgstr "" msgid "Delete" msgstr "Выдаліць" -msgid "None" -msgstr "Некалькі" - msgid "You do not have permission to access the admin" msgstr "У вас няма доступу да панэлі адміністратара" +msgid "None" +msgstr "Некалькі" + msgid "Scheduled publishing" msgstr "Адкладзеная публікацыя" @@ -55,9 +55,6 @@ msgstr "Увядзіце вашае %s" msgid "Enter your email address to reset your password" msgstr "Калі ласка, увядзіце адрас электроннай пошты для змены пароля" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "Вы не можаце мець некалькі дазволаў для адной і той жа калекцыі." @@ -148,6 +145,57 @@ msgstr "Гэта поле з'яўляецца абавязковым." msgid "Please select at least one group." msgstr "Калі ласка, выберыце мінімум 1 гурт." +msgid "Page" +msgstr "Старонка" + +msgid "Pages" +msgstr "Старонкі" + +msgid "Loading…" +msgstr "Загрузка..." + +msgid "No results" +msgstr "Няма вынікаў" + +msgid "Server Error" +msgstr "Памылка Сервера" + +msgid "See all" +msgstr "Усё паглядзець" + +msgid "Close explorer" +msgstr "Зачыніць даследчык" + +msgid "Alt text" +msgstr "Тэкст падказкі" + +msgid "Write here…" +msgstr "Пішыце тут..." + +msgid "Horizontal line" +msgstr "Гарызантальная лінія" + +msgid "Line break" +msgstr "Канец радка" + +msgid "Undo" +msgstr "Адмяніць дзеянне" + +msgid "Redo" +msgstr "Абнавіць" + +msgid "Reload the page" +msgstr "Абнавіць старонку" + +msgid "Reload saved content" +msgstr " Обнавиць захаваны змест" + +msgid "Show latest content" +msgstr "Паказаць апошні змест" + +msgid "Show error" +msgstr "Паказаць памылку" + msgid "Error 404: Page not found" msgstr "Памылка 404: старонка не знойдзена" @@ -240,66 +288,12 @@ msgstr "Аднаўленне пароля" msgid "Reset your password" msgstr "Скінуць пароль" -msgid "Page" -msgstr "Старонка" - -msgid "Pages" -msgstr "Старонкі" - -msgid "Loading…" -msgstr "Загрузка..." - -msgid "No results" -msgstr "Няма вынікаў" - -msgid "Server Error" -msgstr "Памылка Сервера" - -msgid "See all" -msgstr "Усё паглядзець" - -msgid "Close explorer" -msgstr "Зачыніць даследчык" - -msgid "Alt text" -msgstr "Тэкст падказкі" - -msgid "Write here…" -msgstr "Пішыце тут..." - -msgid "Horizontal line" -msgstr "Гарызантальная лінія" - -msgid "Line break" -msgstr "Канец радка" - -msgid "Undo" -msgstr "Адмяніць дзеянне" - -msgid "Redo" -msgstr "Абнавіць" - -msgid "Reload the page" -msgstr "Абнавіць старонку" - -msgid "Reload saved content" -msgstr " Обнавиць захаваны змест" - -msgid "Show latest content" -msgstr "Паказаць апошні змест" - -msgid "Show error" -msgstr "Паказаць памылку" - msgid "Dashboard" msgstr "Панэль кіравання" msgid "Menu" msgstr "Меню" -msgid "Add another" -msgstr "Яшчэ дадаць" - msgid "Move up" msgstr "Падвінуць наверх" diff --git a/wagtail/admin/locale/bg/LC_MESSAGES/django.mo b/wagtail/admin/locale/bg/LC_MESSAGES/django.mo index 7d1aa3f88..ea5e904a6 100644 Binary files a/wagtail/admin/locale/bg/LC_MESSAGES/django.mo and b/wagtail/admin/locale/bg/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/bg/LC_MESSAGES/django.po b/wagtail/admin/locale/bg/LC_MESSAGES/django.po index d59f5d998..02f2cd347 100644 --- a/wagtail/admin/locale/bg/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/bg/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Bulgarian (http://www.transifex.com/torchbox/wagtail/language/" "bg/)\n" @@ -20,6 +20,9 @@ msgstr "" "Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgid "Publish" +msgstr "Публикувай" + msgid "Submit for moderation" msgstr "Предостави за модерация" @@ -198,8 +201,8 @@ msgstr "Можете да прегледате страницата тук:" msgid "The page \"%(page)s\" has been submitted for moderation" msgstr "Страницата \"%(page)s\" бе предоставена за модериране" -msgid "Publish" -msgstr "Публикувай" +msgid "Save draft" +msgstr "Запази като чернова" #, python-format msgid "Create a page in %(title)s" @@ -283,9 +286,6 @@ msgstr "Нова %(page_type)s" msgid "New" msgstr "Ново" -msgid "Save draft" -msgstr "Запази като чернова" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Последно редактиран: %(last_mod)s" diff --git a/wagtail/admin/locale/ca/LC_MESSAGES/django.mo b/wagtail/admin/locale/ca/LC_MESSAGES/django.mo index 267a55d2e..ff7db76f1 100644 Binary files a/wagtail/admin/locale/ca/LC_MESSAGES/django.mo and b/wagtail/admin/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/ca/LC_MESSAGES/django.po b/wagtail/admin/locale/ca/LC_MESSAGES/django.po index 3032e8079..decc3a2cd 100644 --- a/wagtail/admin/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/ca/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" "ca/)\n" @@ -21,6 +21,9 @@ msgstr "" "Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgid "Publish" +msgstr "Publica" + msgid "Submit for moderation" msgstr "Envia per moderació" @@ -30,15 +33,21 @@ msgstr "Despublica" msgid "Delete" msgstr "Esborra" +msgid "Page locked" +msgstr "Pàgina bloquejada" + msgid "Wagtail admin" msgstr "Administració de Wagtail" -msgid "None" -msgstr "Cap" +msgid "Sorry, you do not have permission to access this area." +msgstr "No teniu permís per accedir a aquesta àrea." msgid "You do not have permission to access the admin" msgstr "No teniu permís per accedir a la pàgina d'administració" +msgid "None" +msgstr "Cap" + msgid "Scheduled publishing" msgstr "Planificar la publicació" @@ -64,9 +73,6 @@ msgstr "Introdueix el teu %s" msgid "Enter your email address to reset your password" msgstr "Escriu el teu correu per reiniciar la teva contrasenya" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "" "No podeu tenir múltiples registres de permisos per la mateixa col·lecció." @@ -151,6 +157,69 @@ msgstr "Aquest camp és obligatori" msgid "Please select at least one group." msgstr "Seleccioneu com a mínim un grup." +msgid "Pages" +msgstr "Pàgines" + +msgid "Edit '{title}'" +msgstr "Editar '{title}'" + +msgid "January" +msgstr "Gener" + +msgid "February" +msgstr "Febrer" + +msgid "March" +msgstr "Març" + +msgid "April" +msgstr "Abril" + +msgid "May" +msgstr "Maig" + +msgid "June" +msgstr "Juny" + +msgid "July" +msgstr "Juliol" + +msgid "August" +msgstr "Agost" + +msgid "September" +msgstr "Setembre" + +msgid "October" +msgstr "Octubre" + +msgid "November" +msgstr "Novembre" + +msgid "December" +msgstr "Desembre" + +msgid "Sun" +msgstr "Dg" + +msgid "Mon" +msgstr "Dl" + +msgid "Tue" +msgstr "Dt" + +msgid "Wed" +msgstr "Dc" + +msgid "Thu" +msgstr "Dj" + +msgid "Fri" +msgstr "Dv" + +msgid "Sat" +msgstr "Ds" + msgid "Error 404: Page not found" msgstr "Error 404: Pàgina no trobada" @@ -217,75 +286,12 @@ msgstr "Contrasenya reiniciada" msgid "Reset your password" msgstr "Reinicia la teva contrasenya " -msgid "Pages" -msgstr "Pàgines" - -msgid "January" -msgstr "Gener" - -msgid "February" -msgstr "Febrer" - -msgid "March" -msgstr "Març" - -msgid "April" -msgstr "Abril" - -msgid "May" -msgstr "Maig" - -msgid "June" -msgstr "Juny" - -msgid "July" -msgstr "Juliol" - -msgid "August" -msgstr "Agost" - -msgid "September" -msgstr "Setembre" - -msgid "October" -msgstr "Octubre" - -msgid "November" -msgstr "Novembre" - -msgid "December" -msgstr "Desembre" - -msgid "Sun" -msgstr "Dg" - -msgid "Mon" -msgstr "Dl" - -msgid "Tue" -msgstr "Dt" - -msgid "Wed" -msgstr "Dc" - -msgid "Thu" -msgstr "Dj" - -msgid "Fri" -msgstr "Dv" - -msgid "Sat" -msgstr "Ds" - msgid "Dashboard" msgstr "Tauler de control" msgid "Menu" msgstr "Menú" -msgid "Add another" -msgstr "Afegir un altra" - msgid "Move up" msgstr "Puja" @@ -517,8 +523,11 @@ msgstr "Desbloquejada" msgid "Publish this revision" msgstr "Publicar aquesta revisió" -msgid "Publish" -msgstr "Publica" +msgid "Replace current draft" +msgstr "Reemplaçar l'esborrany actual" + +msgid "Save draft" +msgstr "Desa esborrany" #, python-format msgid "Create a page in %(title)s" @@ -649,9 +658,6 @@ msgstr "Nova %(page_type)s" msgid "New" msgstr "Nou" -msgid "Save draft" -msgstr "Desa esborrany" - msgid "This page has unsaved changes." msgstr "Aquesta pàgina té modificacions no desades" @@ -663,12 +669,6 @@ msgstr "Editant %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "Editant %(page_type)s %(title)s" -msgid "Page locked" -msgstr "Pàgina bloquejada" - -msgid "Replace current draft" -msgstr "Reemplaçar l'esborrany actual" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Darrera modificació: %(last_mod)s" @@ -981,9 +981,6 @@ msgstr "Mostrar a l'Explorer" msgid "Test" msgstr "Provar" -msgid "Sorry, you do not have permission to access this area." -msgstr "No teniu permís per accedir a aquesta àrea." - msgid "Your password has been changed successfully!" msgstr "S'ha canviat la teva contrasenya!" @@ -1129,39 +1126,9 @@ msgstr "La més antiga" msgid "Latest" msgstr "L'última" -msgid "Edit '{title}'" -msgstr "Editar '{title}'" - -msgid "Preview draft version of '{title}'" -msgstr "Previsualitzar versió esborrany de '{title}'" - -msgid "View live version of '{title}'" -msgstr "Visualitzar versió en viu de '{title}'" - -msgid "Add a child page to '{title}' " -msgstr "Afegir una pàgina filla a '{title}'" - msgid "More" msgstr "Més" -msgid "View more options for '{title}'" -msgstr "Veure més opcions per '{title}'" - -msgid "Move page '{title}'" -msgstr "Moure pàgina '{title}'" - -msgid "Copy page '{title}'" -msgstr "Copiar pàgina '{title}'" - -msgid "Delete page '{title}'" -msgstr "Eliminar pàgina '{title}'" - -msgid "Unpublish page '{title}'" -msgstr "Despublicar pàgina '{title}'" - -msgid "View revision history for '{title}'" -msgstr "Visualitzar historial de revisions de '{title}'" - msgid "Change the password you use to log in." msgstr "Canvia la password que fas servir per connectar-te" diff --git a/wagtail/admin/locale/cs/LC_MESSAGES/django.mo b/wagtail/admin/locale/cs/LC_MESSAGES/django.mo index 49ed3968d..2f394a1d0 100644 Binary files a/wagtail/admin/locale/cs/LC_MESSAGES/django.mo and b/wagtail/admin/locale/cs/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/cs/LC_MESSAGES/django.po b/wagtail/admin/locale/cs/LC_MESSAGES/django.po index 5a1bd420d..544ea4373 100644 --- a/wagtail/admin/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/cs/LC_MESSAGES/django.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Czech (http://www.transifex.com/torchbox/wagtail/language/" "cs/)\n" @@ -29,6 +29,9 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n " "<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" +msgid "Publish" +msgstr "Publikovat" + msgid "Submit for moderation" msgstr "Odeslat ke schválení" @@ -38,15 +41,21 @@ msgstr "Zrušit publikaci" msgid "Delete" msgstr "Smazat" +msgid "Page locked" +msgstr "Stránka uzamčena" + msgid "Wagtail admin" msgstr "Wagtail admin" -msgid "None" -msgstr "Nic" +msgid "Sorry, you do not have permission to access this area." +msgstr "Promiňte, ale na přístup k této části nemáte oprávnění." msgid "You do not have permission to access the admin" msgstr "Nemáte povolení k přístupu do redakčního systému" +msgid "None" +msgstr "Nic" + msgid "Scheduled publishing" msgstr "Naplánovat publikaci" @@ -72,9 +81,6 @@ msgstr "Zadejte své %s" msgid "Enter your email address to reset your password" msgstr "Pro obnovení hesla zadejte svou e-mailovou adresu" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "Oprávnění pro stejnou kolekci nemůže být nastaveno vícekrát." @@ -167,6 +173,238 @@ msgstr "Toto pole je povinné." msgid "Please select at least one group." msgstr "Zvolte prosím alespoň jednu skupinu." +msgid "Arabic" +msgstr "Arabic" + +msgid "Catalan" +msgstr "Catalan" + +msgid "German" +msgstr "German" + +msgid "Greek" +msgstr "Greek" + +msgid "English" +msgstr "English" + +msgid "Spanish" +msgstr "Spanish" + +msgid "Finnish" +msgstr "Finnish" + +msgid "French" +msgstr "French" + +msgid "Galician" +msgstr "Galician" + +msgid "Indonesian" +msgstr "Indonesian" + +msgid "Icelandic" +msgstr "Icelandic" + +msgid "Italian" +msgstr "Italian" + +msgid "Korean" +msgstr "Korean" + +msgid "Lithuanian" +msgstr "Lithuanian" + +msgid "Mongolian" +msgstr "mongolština" + +msgid "Norwegian Bokmål" +msgstr "Norwegian Bokmål" + +msgid "Netherlands Dutch" +msgstr "Netherlands Dutch" + +msgid "Persian" +msgstr "Persian" + +msgid "Polish" +msgstr "Polish" + +msgid "Brazilian Portuguese" +msgstr "Brazilian Portuguese" + +msgid "Portuguese" +msgstr "Portuguese" + +msgid "Romanian" +msgstr "Romanian" + +msgid "Russian" +msgstr "Russian" + +msgid "Swedish" +msgstr "Swedish" + +msgid "Slovak" +msgstr "Slovak" + +msgid "Thai" +msgstr "thajština" + +msgid "Ukrainian" +msgstr "Ukrainian" + +msgid "Chinese (Simplified)" +msgstr "čínština (zjednodušená)" + +msgid "Chinese (Traditional)" +msgstr "čínština (tradiční)" + +msgid "Page" +msgstr "Stránka" + +msgid "Pages" +msgstr "Stránky" + +msgid "Loading…" +msgstr "Načítání..." + +msgid "No results" +msgstr "Žádné výsledky" + +msgid "Server Error" +msgstr "Chyba serveru" + +msgid "See all" +msgstr "Zobrazit vse" + +msgid "Close explorer" +msgstr "Zavřít explorer" + +msgid "Alt text" +msgstr "Alternativní text" + +msgid "Write here…" +msgstr "Pište zde..." + +msgid "Horizontal line" +msgstr "Horizontální linie" + +msgid "Line break" +msgstr "Nový řádek" + +msgid "Undo" +msgstr "Vrátit zpět" + +msgid "Redo" +msgstr "Opakovat" + +msgid "Reload the page" +msgstr "Znovu načíst stránku" + +msgid "Reload saved content" +msgstr "Znovu načíst uložený obsah" + +msgid "Show latest content" +msgstr "Zobrazit aktuální obsah" + +msgid "Show error" +msgstr "Zobrazit chyby" + +msgid "" +"The editor just crashed. Content has been reset to the last saved version." +msgstr "Editor zhavaroval. Obsah byl obnoven z poslední uložené verze." + +msgid "Broken link" +msgstr "Nefunkční odkaz" + +msgid "Missing document" +msgstr "Chybějící dokument" + +msgid "Close" +msgstr "Zavřít" + +msgid "Edit '{title}'" +msgstr "Editovat '{title}'" + +msgid "January" +msgstr "leden" + +msgid "February" +msgstr "únor" + +msgid "March" +msgstr "březen" + +msgid "April" +msgstr "duben" + +msgid "May" +msgstr "květen" + +msgid "June" +msgstr "červen" + +msgid "July" +msgstr "červenec" + +msgid "August" +msgstr "srpen" + +msgid "September" +msgstr "září" + +msgid "October" +msgstr "říjen" + +msgid "November" +msgstr "listopad" + +msgid "December" +msgstr "prosinec" + +msgid "Sunday" +msgstr "neděle" + +msgid "Monday" +msgstr "pondělí" + +msgid "Tuesday" +msgstr "úterý" + +msgid "Wednesday" +msgstr "středa" + +msgid "Thursday" +msgstr "čtvrtek" + +msgid "Friday" +msgstr "pátek" + +msgid "Saturday" +msgstr "dobota" + +msgid "Sun" +msgstr "ne" + +msgid "Mon" +msgstr "po" + +msgid "Tue" +msgstr "út" + +msgid "Wed" +msgstr "st" + +msgid "Thu" +msgstr "čt" + +msgid "Fri" +msgstr "pá" + +msgid "Sat" +msgstr "so" + msgid "Error 404: Page not found" msgstr "Error 404: Stránka nebyla nalezena" @@ -257,157 +495,12 @@ msgstr "Obnovení hesla" msgid "Reset your password" msgstr "Nastavit nové heslo" -msgid "Page" -msgstr "Stránka" - -msgid "Pages" -msgstr "Stránky" - -msgid "Loading…" -msgstr "Načítání..." - -msgid "No results" -msgstr "Žádné výsledky" - -msgid "Server Error" -msgstr "Chyba serveru" - -msgid "See all" -msgstr "Zobrazit vse" - -msgid "Close explorer" -msgstr "Zavřít explorer" - -msgid "Alt text" -msgstr "Alternativní text" - -msgid "Write here…" -msgstr "Pište zde..." - -msgid "Horizontal line" -msgstr "Horizontální linie" - -msgid "Line break" -msgstr "Nový řádek" - -msgid "Undo" -msgstr "Vrátit zpět" - -msgid "Redo" -msgstr "Opakovat" - -msgid "Reload the page" -msgstr "Znovu načíst stránku" - -msgid "Reload saved content" -msgstr "Znovu načíst uložený obsah" - -msgid "Show latest content" -msgstr "Zobrazit aktuální obsah" - -msgid "Show error" -msgstr "Zobrazit chyby" - -msgid "" -"The editor just crashed. Content has been reset to the last saved version." -msgstr "Editor zhavaroval. Obsah byl obnoven z poslední uložené verze." - -msgid "Broken link" -msgstr "Nefunkční odkaz" - -msgid "Missing document" -msgstr "Chybějící dokument" - -msgid "Close" -msgstr "Zavřít" - -msgid "January" -msgstr "leden" - -msgid "February" -msgstr "únor" - -msgid "March" -msgstr "březen" - -msgid "April" -msgstr "duben" - -msgid "May" -msgstr "květen" - -msgid "June" -msgstr "červen" - -msgid "July" -msgstr "červenec" - -msgid "August" -msgstr "srpen" - -msgid "September" -msgstr "září" - -msgid "October" -msgstr "říjen" - -msgid "November" -msgstr "listopad" - -msgid "December" -msgstr "prosinec" - -msgid "Sunday" -msgstr "neděle" - -msgid "Monday" -msgstr "pondělí" - -msgid "Tuesday" -msgstr "úterý" - -msgid "Wednesday" -msgstr "středa" - -msgid "Thursday" -msgstr "čtvrtek" - -msgid "Friday" -msgstr "pátek" - -msgid "Saturday" -msgstr "dobota" - -msgid "Sun" -msgstr "ne" - -msgid "Mon" -msgstr "po" - -msgid "Tue" -msgstr "út" - -msgid "Wed" -msgstr "st" - -msgid "Thu" -msgstr "čt" - -msgid "Fri" -msgstr "pá" - -msgid "Sat" -msgstr "so" - msgid "Dashboard" msgstr "Dashboard" msgid "Menu" msgstr "Menu" -msgid "Add another" -msgstr "Přidat další" - msgid "Move up" msgstr "Posunout nahoru" @@ -686,8 +779,14 @@ msgstr "Publikování..." msgid "Publish this revision" msgstr "Publikovat tuto revizi" -msgid "Publish" -msgstr "Publikovat" +msgid "Saving…" +msgstr "Ukládání..." + +msgid "Replace current draft" +msgstr "Nahradit současný koncept" + +msgid "Save draft" +msgstr "Uložit koncept" #, python-format msgid "Create a page in %(title)s" @@ -834,12 +933,6 @@ msgstr "Nový %(page_type)s" msgid "New" msgstr "Nový" -msgid "Saving…" -msgstr "Ukládání..." - -msgid "Save draft" -msgstr "Uložit koncept" - msgid "This page has unsaved changes." msgstr "Na této stránce jsou neuložené změny." @@ -851,12 +944,6 @@ msgstr "Upravit %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "Upravit %(page_type)s %(title)s" -msgid "Page locked" -msgstr "Stránka uzamčena" - -msgid "Replace current draft" -msgstr "Nahradit současný koncept" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Naposledy upraveno: %(last_mod)s" @@ -1244,96 +1331,6 @@ msgstr "Zobrazit v prohlížeči" msgid "Test" msgstr "Test" -msgid "Arabic" -msgstr "Arabic" - -msgid "Catalan" -msgstr "Catalan" - -msgid "German" -msgstr "German" - -msgid "Greek" -msgstr "Greek" - -msgid "English" -msgstr "English" - -msgid "Spanish" -msgstr "Spanish" - -msgid "Finnish" -msgstr "Finnish" - -msgid "French" -msgstr "French" - -msgid "Galician" -msgstr "Galician" - -msgid "Indonesian" -msgstr "Indonesian" - -msgid "Icelandic" -msgstr "Icelandic" - -msgid "Italian" -msgstr "Italian" - -msgid "Korean" -msgstr "Korean" - -msgid "Lithuanian" -msgstr "Lithuanian" - -msgid "Mongolian" -msgstr "mongolština" - -msgid "Norwegian Bokmål" -msgstr "Norwegian Bokmål" - -msgid "Netherlands Dutch" -msgstr "Netherlands Dutch" - -msgid "Persian" -msgstr "Persian" - -msgid "Polish" -msgstr "Polish" - -msgid "Brazilian Portuguese" -msgstr "Brazilian Portuguese" - -msgid "Portuguese" -msgstr "Portuguese" - -msgid "Romanian" -msgstr "Romanian" - -msgid "Russian" -msgstr "Russian" - -msgid "Swedish" -msgstr "Swedish" - -msgid "Slovak" -msgstr "Slovak" - -msgid "Thai" -msgstr "thajština" - -msgid "Ukrainian" -msgstr "Ukrainian" - -msgid "Chinese (Simplified)" -msgstr "čínština (zjednodušená)" - -msgid "Chinese (Traditional)" -msgstr "čínština (tradiční)" - -msgid "Sorry, you do not have permission to access this area." -msgstr "Promiňte, ale na přístup k této části nemáte oprávnění." - msgid "Your password has been changed successfully!" msgstr "Vaše heslo bylo úspěšně změněno!" @@ -1504,45 +1501,12 @@ msgstr "verze {0} \"{1}\"" msgid "Revision {0} of \"{1}\" unscheduled." msgstr "Verze {0} \"{1}\" - naplánování bylo zrušeno." -msgid "Edit '{title}'" -msgstr "Editovat '{title}'" - -msgid "Preview draft version of '{title}'" -msgstr "Prohlédnout návrh stránky '{title}'" - -msgid "View live version of '{title}'" -msgstr "Zobrazit aktuální vzhled '{title}'" - -msgid "Add a child page to '{title}' " -msgstr "Přidat podstránku ke '{title}'" - msgid "More" msgstr "Více" -msgid "View more options for '{title}'" -msgstr "Zobrazit více voleb pro '{title}'" - -msgid "Move page '{title}'" -msgstr "Přesunout stránku '{title}'" - -msgid "Copy page '{title}'" -msgstr "Zkopírovat stránku '{title}'" - -msgid "Delete page '{title}'" -msgstr "Zrušit stránku '{title}'" - -msgid "Unpublish page '{title}'" -msgstr "Nezveřejňovat stránku '{title}'" - -msgid "View revision history for '{title}'" -msgstr "Zobrazit historii verzí '{title}'" - msgid "Set profile picture" msgstr "Nastavit profilovou fotografii" -msgid "Change your profile picture" -msgstr "Změnit profilovou fotografii." - msgid "Change the email address linked to your account." msgstr "Změnit e-mailovou adresu, přiřazenou k vašemu účtu." @@ -1564,9 +1528,6 @@ msgstr "Aktuální časové pásmo" msgid "Choose your current time zone." msgstr "Zvolte vaše aktuální časové pásmo." -msgid "Heading {level}" -msgstr "Hlavička {level}" - msgid "Bulleted list" msgstr "Nečíslovaný seznam" diff --git a/wagtail/admin/locale/cy/LC_MESSAGES/django.mo b/wagtail/admin/locale/cy/LC_MESSAGES/django.mo index 74c598ca1..d8daeffa3 100644 Binary files a/wagtail/admin/locale/cy/LC_MESSAGES/django.mo and b/wagtail/admin/locale/cy/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/cy/LC_MESSAGES/django.po b/wagtail/admin/locale/cy/LC_MESSAGES/django.po index a859bb680..696a4ea55 100644 --- a/wagtail/admin/locale/cy/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/cy/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Welsh (http://www.transifex.com/torchbox/wagtail/language/" "cy/)\n" diff --git a/wagtail/admin/locale/da/LC_MESSAGES/django.mo b/wagtail/admin/locale/da/LC_MESSAGES/django.mo index 3ad77b194..ed0bb33f5 100644 Binary files a/wagtail/admin/locale/da/LC_MESSAGES/django.mo and b/wagtail/admin/locale/da/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/da/LC_MESSAGES/django.po b/wagtail/admin/locale/da/LC_MESSAGES/django.po index 367f83a9a..a884aa73f 100644 --- a/wagtail/admin/locale/da/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/da/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Danish (http://www.transifex.com/torchbox/wagtail/language/" "da/)\n" @@ -21,6 +21,9 @@ msgstr "" "Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgid "Publish" +msgstr "Udgiv" + msgid "Submit for moderation" msgstr "Indsend til moderation" @@ -30,15 +33,18 @@ msgstr "Afpublicer" msgid "Delete" msgstr "Slet" +msgid "Page locked" +msgstr "Siden er låst" + msgid "Wagtail admin" msgstr "Wagtail admin" -msgid "None" -msgstr "Intet" - msgid "You do not have permission to access the admin" msgstr "Du mangler rettigheden til, at bruge admin-interfacet" +msgid "None" +msgstr "Intet" + msgid "Scheduled publishing" msgstr "Planlagt udgivning" @@ -64,9 +70,6 @@ msgstr "Skriv din %s" msgid "Enter your email address to reset your password" msgstr "Skriv din email addresse for at genindstille din adgangskode" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "" "Du har ikke mulighed for at have flere tilladelser på den samme samling." @@ -150,6 +153,195 @@ msgstr "Dette felt er påkrævet." msgid "Please select at least one group." msgstr "Vælg venligst mindst én gruppe." +msgid "Catalan" +msgstr "Katalansk" + +msgid "German" +msgstr "Tysk" + +msgid "Greek" +msgstr "Græsk" + +msgid "English" +msgstr "Engelsk" + +msgid "Spanish" +msgstr "Spansk" + +msgid "Finnish" +msgstr "Finsk" + +msgid "French" +msgstr "Fransk" + +msgid "Galician" +msgstr "Galicisk" + +msgid "Icelandic" +msgstr "Islandsk" + +msgid "Italian" +msgstr "Italiensk" + +msgid "Korean" +msgstr "Koreansk" + +msgid "Lithuanian" +msgstr "Litauensk" + +msgid "Norwegian Bokmål" +msgstr "Norsk Bokmål" + +msgid "Netherlands Dutch" +msgstr "Hollandsk" + +msgid "Persian" +msgstr "Persisk" + +msgid "Polish" +msgstr "Polsk" + +msgid "Brazilian Portuguese" +msgstr "Braziliansk Portugisisk" + +msgid "Portuguese" +msgstr "Portugisisk" + +msgid "Romanian" +msgstr "Romænsk" + +msgid "Russian" +msgstr "Russisk" + +msgid "Swedish" +msgstr "Svensk" + +msgid "Slovak" +msgstr "Slovakisk" + +msgid "Ukrainian" +msgstr "Ukrainsk" + +msgid "Page" +msgstr "Side" + +msgid "Pages" +msgstr "Sider" + +msgid "Loading…" +msgstr "Loader..." + +msgid "No results" +msgstr "Ingen resultater" + +msgid "Server Error" +msgstr "Server Fejl" + +msgid "See all" +msgstr "Se alle" + +msgid "Close explorer" +msgstr "Luk explorer" + +msgid "Alt text" +msgstr "Alt text" + +msgid "Write here…" +msgstr "Skriv her..." + +msgid "Horizontal line" +msgstr "Horisontal linje" + +msgid "Line break" +msgstr "Ny linje" + +msgid "Undo" +msgstr "Gå tilbage" + +msgid "Redo" +msgstr "Gå frem" + +msgid "Reload the page" +msgstr "Genindlæs siden" + +msgid "Reload saved content" +msgstr "Genindlæs gemt indhold" + +msgid "Show latest content" +msgstr "Vis seneste indhold" + +msgid "Show error" +msgstr "Vis fejl" + +msgid "" +"The editor just crashed. Content has been reset to the last saved version." +msgstr "" +"Redigeringsprogrammet crashede. Indholdet er blevet sat til den nyeste gemte " +"version." + +msgid "Close" +msgstr "Luk" + +msgid "Edit '{title}'" +msgstr "Rediger '{title}'" + +msgid "January" +msgstr "Januar" + +msgid "February" +msgstr "Februar" + +msgid "March" +msgstr "Marts" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "Maj" + +msgid "June" +msgstr "Juni" + +msgid "July" +msgstr "Juli" + +msgid "August" +msgstr "August" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "December" + +msgid "Sun" +msgstr "Søn" + +msgid "Mon" +msgstr "Man" + +msgid "Tue" +msgstr "Tir" + +msgid "Wed" +msgstr "Ons" + +msgid "Thu" +msgstr "Tor" + +msgid "Fri" +msgstr "Fre" + +msgid "Sat" +msgstr "Lør" + msgid "Error 404: Page not found" msgstr "Fejl 404: Side ikke fundet" @@ -240,132 +432,12 @@ msgstr "Gendan kodeord" msgid "Reset your password" msgstr "Gendan dit kodeord" -msgid "Page" -msgstr "Side" - -msgid "Pages" -msgstr "Sider" - -msgid "Loading…" -msgstr "Loader..." - -msgid "No results" -msgstr "Ingen resultater" - -msgid "Server Error" -msgstr "Server Fejl" - -msgid "See all" -msgstr "Se alle" - -msgid "Close explorer" -msgstr "Luk explorer" - -msgid "Alt text" -msgstr "Alt text" - -msgid "Write here…" -msgstr "Skriv her..." - -msgid "Horizontal line" -msgstr "Horisontal linje" - -msgid "Line break" -msgstr "Ny linje" - -msgid "Undo" -msgstr "Gå tilbage" - -msgid "Redo" -msgstr "Gå frem" - -msgid "Reload the page" -msgstr "Genindlæs siden" - -msgid "Reload saved content" -msgstr "Genindlæs gemt indhold" - -msgid "Show latest content" -msgstr "Vis seneste indhold" - -msgid "Show error" -msgstr "Vis fejl" - -msgid "" -"The editor just crashed. Content has been reset to the last saved version." -msgstr "" -"Redigeringsprogrammet crashede. Indholdet er blevet sat til den nyeste gemte " -"version." - -msgid "Close" -msgstr "Luk" - -msgid "January" -msgstr "Januar" - -msgid "February" -msgstr "Februar" - -msgid "March" -msgstr "Marts" - -msgid "April" -msgstr "April" - -msgid "May" -msgstr "Maj" - -msgid "June" -msgstr "Juni" - -msgid "July" -msgstr "Juli" - -msgid "August" -msgstr "August" - -msgid "September" -msgstr "September" - -msgid "October" -msgstr "Oktober" - -msgid "November" -msgstr "November" - -msgid "December" -msgstr "December" - -msgid "Sun" -msgstr "Søn" - -msgid "Mon" -msgstr "Man" - -msgid "Tue" -msgstr "Tir" - -msgid "Wed" -msgstr "Ons" - -msgid "Thu" -msgstr "Tor" - -msgid "Fri" -msgstr "Fre" - -msgid "Sat" -msgstr "Lør" - msgid "Dashboard" msgstr "Dashboard" msgid "Menu" msgstr "Menu" -msgid "Add another" -msgstr "Tilføj flere" - msgid "Move up" msgstr "Bevæg op" @@ -583,8 +655,14 @@ msgstr "Udgiver..." msgid "Publish this revision" msgstr "Udgiv denne revision" -msgid "Publish" -msgstr "Udgiv" +msgid "Saving…" +msgstr "Gemmer..." + +msgid "Replace current draft" +msgstr "Udskift nuværende skitse" + +msgid "Save draft" +msgstr "Gem skitse" #, python-format msgid "Create a page in %(title)s" @@ -708,12 +786,6 @@ msgstr "Ny %(page_type)s" msgid "New" msgstr "Ny" -msgid "Saving…" -msgstr "Gemmer..." - -msgid "Save draft" -msgstr "Gem skitse" - msgid "This page has unsaved changes." msgstr "Denne side har ugemte ændringer." @@ -725,12 +797,6 @@ msgstr "Redigerer %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "Redigerer %(page_type)s %(title)s" -msgid "Page locked" -msgstr "Siden er låst" - -msgid "Replace current draft" -msgstr "Udskift nuværende skitse" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Sidst ændret: %(last_mod)s" @@ -919,75 +985,6 @@ msgstr "Vis i Udforsker" msgid "Test" msgstr "Test" -msgid "Catalan" -msgstr "Katalansk" - -msgid "German" -msgstr "Tysk" - -msgid "Greek" -msgstr "Græsk" - -msgid "English" -msgstr "Engelsk" - -msgid "Spanish" -msgstr "Spansk" - -msgid "Finnish" -msgstr "Finsk" - -msgid "French" -msgstr "Fransk" - -msgid "Galician" -msgstr "Galicisk" - -msgid "Icelandic" -msgstr "Islandsk" - -msgid "Italian" -msgstr "Italiensk" - -msgid "Korean" -msgstr "Koreansk" - -msgid "Lithuanian" -msgstr "Litauensk" - -msgid "Norwegian Bokmål" -msgstr "Norsk Bokmål" - -msgid "Netherlands Dutch" -msgstr "Hollandsk" - -msgid "Persian" -msgstr "Persisk" - -msgid "Polish" -msgstr "Polsk" - -msgid "Brazilian Portuguese" -msgstr "Braziliansk Portugisisk" - -msgid "Portuguese" -msgstr "Portugisisk" - -msgid "Romanian" -msgstr "Romænsk" - -msgid "Russian" -msgstr "Russisk" - -msgid "Swedish" -msgstr "Svensk" - -msgid "Slovak" -msgstr "Slovakisk" - -msgid "Ukrainian" -msgstr "Ukrainsk" - msgid "Editing" msgstr "Redigerer" @@ -1030,39 +1027,12 @@ msgstr "Tidligste" msgid "Latest" msgstr "Seneste" -msgid "Edit '{title}'" -msgstr "Rediger '{title}'" - -msgid "Add a child page to '{title}' " -msgstr "Tilføj en underside til '{title}'" - msgid "More" msgstr "Mere" -msgid "View more options for '{title}'" -msgstr "Vis flere muligheder for '{title}'" - -msgid "Move page '{title}'" -msgstr "Flyt side '{title}'" - -msgid "Copy page '{title}'" -msgstr "Kopier side '{title}'" - -msgid "Delete page '{title}'" -msgstr "Slet side '{title}'" - -msgid "Unpublish page '{title}'" -msgstr "Afpublicer side '{title}'" - -msgid "View revision history for '{title}'" -msgstr "Vis revisionshistorie for '{title}'" - msgid "Set profile picture" msgstr "Angiv profilbillede" -msgid "Change your profile picture" -msgstr "Skift dit profilbillede" - msgid "Change the password you use to log in." msgstr "Skift den adgangskode du anvender til at logge ind med." @@ -1078,9 +1048,6 @@ msgstr "Nuværende tidszone" msgid "Choose your current time zone." msgstr "Vælg din nuværende tidszone." -msgid "Heading {level}" -msgstr "Overskrift {level}" - msgid "Bulleted list" msgstr "Liste med prikker" diff --git a/wagtail/admin/locale/de/LC_MESSAGES/django.mo b/wagtail/admin/locale/de/LC_MESSAGES/django.mo index bbb0017cb..d67b6cbfc 100644 Binary files a/wagtail/admin/locale/de/LC_MESSAGES/django.mo and b/wagtail/admin/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/de/LC_MESSAGES/django.po b/wagtail/admin/locale/de/LC_MESSAGES/django.po index edc012aea..b9117c259 100644 --- a/wagtail/admin/locale/de/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/de/LC_MESSAGES/django.po @@ -15,6 +15,7 @@ # M0rph 3u5 , 2014 # Martin Löhle , 2016 # Matt Westcott , 2015 +# Matthias Martin, 2019 # Max Pfeiffer , 2015 # Moritz Pfeiffer , 2016-2018 # Norman Uekermann , 2019 @@ -28,9 +29,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-09-02 13:55+0000\n" -"Last-Translator: Norman Uekermann \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-25 13:41+0000\n" +"Last-Translator: Matthias Martin\n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" "de/)\n" "MIME-Version: 1.0\n" @@ -39,6 +40,9 @@ msgstr "" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgid "Publish" +msgstr "Veröffentlichen" + msgid "Submit for moderation" msgstr "Zur Moderation einreichen" @@ -48,15 +52,24 @@ msgstr "Veröffentlichung aufheben" msgid "Delete" msgstr "Löschen" +msgid "Save Draft" +msgstr "Entwurf speichern" + +msgid "Page locked" +msgstr "Seite gesperrt" + msgid "Wagtail admin" msgstr "Wagtail Admin-Interface" -msgid "None" -msgstr "Nichts" +msgid "Sorry, you do not have permission to access this area." +msgstr "Sie haben leider keinen Zugang zu diesem Bereich." msgid "You do not have permission to access the admin" msgstr "Sie haben nicht die nötige Berechtigung das Admin-Interface aufzurufen" +msgid "None" +msgstr "Nichts" + msgid "Scheduled publishing" msgstr "Geplante Veröffentlichung" @@ -82,9 +95,6 @@ msgstr "Bitte %s eingeben" msgid "Enter your email address to reset your password" msgstr "Geben Sie Ihre E-Mail-Adresse ein, um Ihr Passwort zurückzusetzen" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "" "Sie können nicht mehrere Berechtigungseinträge für dieselbe Sammlung anlegen." @@ -178,98 +188,101 @@ msgstr "Dieses Feld muss ausgefüllt werden." msgid "Please select at least one group." msgstr "Bitte wählen Sie mindestens eine Gruppe aus." -msgid "Error 404: Page not found" -msgstr "Fehler 404: Seite nicht gefunden" +msgid "Arabic" +msgstr "Arabisch" -msgid "Error 404" -msgstr "Fehler 404" +msgid "Catalan" +msgstr "Katalanisch" -msgid "The requested page could not be found." -msgstr "Die angeforderte Seite konnte nicht gefunden werden." +msgid "Czech" +msgstr "Tschechisch" -msgid "Go to Wagtail admin" -msgstr "Zum Wagtail Admin-Interface" +msgid "German" +msgstr "Deutsch" -msgid "Account" -msgstr "Benutzerkonto" +msgid "Greek" +msgstr "Griechisch" -msgid "Change profile picture" -msgstr "Profilbild ändern" +msgid "English" +msgstr "Englisch" -msgid "Your current profile picture:" -msgstr "Ihr aktuelles Profilbild:" +msgid "Spanish" +msgstr "Spanisch" -msgid "Update" -msgstr "Update" +msgid "Finnish" +msgstr "Finnisch" -msgid "Change email" -msgstr "E-Mail-Adresse ändern" +msgid "French" +msgstr "Französisch" -msgid "Change password" -msgstr "Passwort ändern" +msgid "Galician" +msgstr "Galicisch" -msgid "" -"Your password can't be changed here. Please contact a site administrator." -msgstr "" -"Sie können Ihr Passwort hier nicht ändern. Bitte kontaktieren Sie einen " -"Administrator der Website." +msgid "Hungarian" +msgstr "Ungarisch" -msgid "Set Time Zone" -msgstr "Zeitzone einstellen" +msgid "Indonesian" +msgstr "Indonesisch" -msgid "Language Preferences" -msgstr "Spracheinstellungen" +msgid "Icelandic" +msgstr "Isländisch" -msgid "Notification preferences" -msgstr "Benachrichtigungseinstellungen" +msgid "Italian" +msgstr "Italienisch" -msgid "Reset password" -msgstr "Passwort zurücksetzen" +msgid "Japanese" +msgstr "Japanisch" -msgid "Password change successful" -msgstr "Passwort erfolgreich geändert" +msgid "Korean" +msgstr "Koreanisch" -msgid "Login" -msgstr "Anmeldung" +msgid "Lithuanian" +msgstr "Litauisch" -msgid "Set your new password" -msgstr "Setzen Sie Ihr neues Passwort" +msgid "Mongolian" +msgstr "Mongolisch" -msgid "Invalid password reset link" -msgstr "Ungültiger Passwort-Zurücksetzen-Link" +msgid "Norwegian Bokmål" +msgstr "Norwegische Buchsprache" -msgid "" -"The password reset link was invalid, possibly because it has already been " -"used." -msgstr "" -"Der Passwort-Zurücksetzen-Link war ungültig, möglicherweise weil er bereits " -"benutzt wurde." +msgid "Netherlands Dutch" +msgstr "Niederländisch" -msgid "Request a new password reset" -msgstr "Einen neuen Passwort-Zurücksetzen-Link anfordern" +msgid "Persian" +msgstr "Persisch" -msgid "Check your email" -msgstr "Überprüfen Sie Ihr E-Mail-Postfach" +msgid "Polish" +msgstr "Polnisch" -msgid "" -"A link to reset your password has been emailed to you if an account exists " -"for this address." -msgstr "" -"Falls ein Konto unter dieser Adresse existiert, wurde ein Link zum " -"Zurücksetzen Ihres Passworts an Sie versandt." +msgid "Brazilian Portuguese" +msgstr "Brasilianisches Portugiesisch" -msgid "Please follow the link below to reset your password:" -msgstr "" -"Bitte folgen Sie dem nachfolgenden Link, um Ihr Passwort zurückzusetzen:" +msgid "Portuguese" +msgstr "Portugiesisch" -msgid "Your username (in case you've forgotten):" -msgstr "Ihr Benutzername, falls Sie ihn vergessen haben:" +msgid "Romanian" +msgstr "Rumänisch" -msgid "Password reset" -msgstr "Passwort zurückgesetzt" +msgid "Russian" +msgstr "Russisch" -msgid "Reset your password" -msgstr "Setzen Sie Ihr Passwort zurück" +msgid "Swedish" +msgstr "Schwedisch" + +msgid "Slovak" +msgstr "Slowakisch" + +msgid "Thai" +msgstr "Thailändisch" + +msgid "Ukrainian" +msgstr "Ukrainisch" + +msgid "Chinese (Simplified)" +msgstr "Chinesisch (vereinfacht)" + +msgid "Chinese (Traditional)" +msgstr "Chinesisch (traditionell)" msgid "Page" msgstr "Seite" @@ -337,11 +350,11 @@ msgstr "Fehlendes Dokument" msgid "Close" msgstr "Schließen" -msgid "Edit \\" -msgstr "\\ Bearbeiten" +msgid "Edit '{title}'" +msgstr "'{title}' bearbeiten" -msgid "View child pages of \\" -msgstr "Unterseiten von \\ anzeigen" +msgid "View child pages of '{title}'" +msgstr "Unterseiten von '{title}' anzeigen" msgid "Page explorer" msgstr "Seitenübersicht" @@ -424,15 +437,108 @@ msgstr "Fr" msgid "Sat" msgstr "Sa" +msgid "Error 404: Page not found" +msgstr "Fehler 404: Seite nicht gefunden" + +msgid "Error 404" +msgstr "Fehler 404" + +msgid "The requested page could not be found." +msgstr "Die angeforderte Seite konnte nicht gefunden werden." + +msgid "Go to Wagtail admin" +msgstr "Zum Wagtail Admin-Interface" + +msgid "Account" +msgstr "Benutzerkonto" + +msgid "Change profile picture" +msgstr "Profilbild ändern" + +msgid "Your current profile picture:" +msgstr "Ihr aktuelles Profilbild:" + +msgid "Update" +msgstr "Update" + +msgid "Change email" +msgstr "E-Mail-Adresse ändern" + +msgid "Change name" +msgstr "Name ändern" + +msgid "Change password" +msgstr "Passwort ändern" + +msgid "" +"Your password can't be changed here. Please contact a site administrator." +msgstr "" +"Sie können Ihr Passwort hier nicht ändern. Bitte kontaktieren Sie einen " +"Administrator der Website." + +msgid "Set Time Zone" +msgstr "Zeitzone einstellen" + +msgid "Language Preferences" +msgstr "Spracheinstellungen" + +msgid "Notification preferences" +msgstr "Benachrichtigungseinstellungen" + +msgid "Reset password" +msgstr "Passwort zurücksetzen" + +msgid "Password change successful" +msgstr "Passwort erfolgreich geändert" + +msgid "Login" +msgstr "Anmeldung" + +msgid "Set your new password" +msgstr "Setzen Sie Ihr neues Passwort" + +msgid "Invalid password reset link" +msgstr "Ungültiger Passwort-Zurücksetzen-Link" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used." +msgstr "" +"Der Passwort-Zurücksetzen-Link war ungültig, möglicherweise weil er bereits " +"benutzt wurde." + +msgid "Request a new password reset" +msgstr "Einen neuen Passwort-Zurücksetzen-Link anfordern" + +msgid "Check your email" +msgstr "Überprüfen Sie Ihr E-Mail-Postfach" + +msgid "" +"A link to reset your password has been emailed to you if an account exists " +"for this address." +msgstr "" +"Falls ein Konto unter dieser Adresse existiert, wurde ein Link zum " +"Zurücksetzen Ihres Passworts an Sie versandt." + +msgid "Please follow the link below to reset your password:" +msgstr "" +"Bitte folgen Sie dem nachfolgenden Link, um Ihr Passwort zurückzusetzen:" + +msgid "Your username (in case you've forgotten):" +msgstr "Ihr Benutzername, falls Sie ihn vergessen haben:" + +msgid "Password reset" +msgstr "Passwort zurückgesetzt" + +msgid "Reset your password" +msgstr "Setzen Sie Ihr Passwort zurück" + msgid "Dashboard" msgstr "Dashboard" msgid "Menu" msgstr "Menü" -msgid "Add another" -msgstr "Hinzufügen" - msgid "Move up" msgstr "Nach oben" @@ -451,6 +557,12 @@ msgstr "Externer Link" msgid "Email link" msgstr "E-Mail-Link" +msgid "Phone link" +msgstr "Telefon-Link" + +msgid "Anchor link" +msgstr "Anker-Link" + #, python-format msgid "" "\n" @@ -469,6 +581,12 @@ msgstr[1] "" " Es gibt %(counter)s Ergebnisse\n" " " +msgid "Add an anchor link" +msgstr "Anker-Link hinzufügen" + +msgid "Insert anchor" +msgstr "Anker einfügen" + msgid "Choose" msgstr "Auswählen" @@ -504,6 +622,9 @@ msgstr "Link einfügen" msgid "Add an external link" msgstr "Externen Link hinzufügen" +msgid "Add a phone link" +msgstr "Telefon-Link hinzufügen" + msgid "Collection privacy" msgstr "Privatsphäre-Einstellungen der Sammlung" @@ -527,9 +648,15 @@ msgstr "Speichern" msgid "Privacy" msgstr "Privatsphäre" +msgid "Set collection privacy. Current status: Public" +msgstr "Privatsphäre der Sammlung einstellen. Aktueller Status: Öffentlich" + msgid "Public" msgstr "Öffentlich" +msgid "Set collection privacy. Current status: Private" +msgstr "Privatsphäre der Sammlung einstellen. Aktueller Status: Privat" + msgid "Private" msgstr "Privat" @@ -749,8 +876,14 @@ msgstr "Veröffentlichen..." msgid "Publish this revision" msgstr "Diese Revision veröffentlichen" -msgid "Publish" -msgstr "Veröffentlichen" +msgid "Saving…" +msgstr "Speichern…" + +msgid "Replace current draft" +msgstr "Aktuellen Entwurf ersetzen" + +msgid "Save draft" +msgstr "Entwurf speichern" #, python-format msgid "Create a page in %(title)s" @@ -892,12 +1025,6 @@ msgstr "Neu" msgid "Actions" msgstr "Aktionen" -msgid "Saving…" -msgstr "Speichern…" - -msgid "Save draft" -msgstr "Entwurf speichern" - msgid "This page has unsaved changes." msgstr "Diese Seite hat ungesicherte Änderungen." @@ -909,12 +1036,6 @@ msgstr "Bearbeite %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "Wird bearbeitet %(page_type)s %(title)s" -msgid "Page locked" -msgstr "Seite gesperrt" - -msgid "Replace current draft" -msgstr "Aktuellen Entwurf ersetzen" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Zuletzt geändert: %(last_mod)s" @@ -1325,108 +1446,15 @@ msgstr "" msgid "Test" msgstr "Test" -msgid "Arabic" -msgstr "Arabisch" - -msgid "Catalan" -msgstr "Katalanisch" - -msgid "Czech" -msgstr "Tschechisch" - -msgid "German" -msgstr "Deutsch" - -msgid "Greek" -msgstr "Griechisch" - -msgid "English" -msgstr "Englisch" - -msgid "Spanish" -msgstr "Spanisch" - -msgid "Finnish" -msgstr "Finnisch" - -msgid "French" -msgstr "Französisch" - -msgid "Galician" -msgstr "Galicisch" - -msgid "Hungarian" -msgstr "Ungarisch" - -msgid "Indonesian" -msgstr "Indonesisch" - -msgid "Icelandic" -msgstr "Isländisch" - -msgid "Italian" -msgstr "Italienisch" - -msgid "Korean" -msgstr "Koreanisch" - -msgid "Lithuanian" -msgstr "Litauisch" - -msgid "Mongolian" -msgstr "Mongolisch" - -msgid "Norwegian Bokmål" -msgstr "Norwegische Buchsprache" - -msgid "Netherlands Dutch" -msgstr "Niederländisch" - -msgid "Persian" -msgstr "Persisch" - -msgid "Polish" -msgstr "Polnisch" - -msgid "Brazilian Portuguese" -msgstr "Brasilianisches Portugiesisch" - -msgid "Portuguese" -msgstr "Portugiesisch" - -msgid "Romanian" -msgstr "Rumänisch" - -msgid "Russian" -msgstr "Russisch" - -msgid "Swedish" -msgstr "Schwedisch" - -msgid "Slovak" -msgstr "Slowakisch" - -msgid "Thai" -msgstr "Thailändisch" - -msgid "Ukrainian" -msgstr "Ukrainisch" - -msgid "Chinese (Simplified)" -msgstr "Chinesisch (vereinfacht)" - -msgid "Chinese (Traditional)" -msgstr "Chinesisch (traditionell)" - -msgid "Sorry, you do not have permission to access this area." -msgstr "Sie haben leider keinen Zugang zu diesem Bereich." - msgid "Your password has been changed successfully!" -msgstr "Ihr Passwort wurde erfolgreich geändert." +msgstr "Ihr Passwort wurde erfolgreich geändert!" msgid "Your email has been changed successfully!" msgstr "Ihre E-Mail-Adresse wurde erfolgreich geändert!" +msgid "Your name has been changed successfully!" +msgstr "Ihr Name wurde erfolgreich geändert!" + msgid "Your preferences have been updated." msgstr "Ihre Einstellungen wurden aktualisiert." @@ -1598,44 +1626,54 @@ msgstr "Revision {0} von \"{1}\"" msgid "Revision {0} of \"{1}\" unscheduled." msgstr "Geplante Veröffentlichung der Revision {0} von \"{1}\" aufgehoben." -msgid "Edit '{title}'" -msgstr "'{title}' bearbeiten" +#, python-format +msgid "Edit '%(title)s'" +msgstr "'%(title)s' bearbeiten" -msgid "Preview draft version of '{title}'" -msgstr "Entwurf von '{title}' ansehen" +#, python-format +msgid "Preview draft version of '%(title)s'" +msgstr "Entwurf von '%(title)s' ansehen" -msgid "View live version of '{title}'" -msgstr "Veröffentlichte Version von '{title}' ansehen" +#, python-format +msgid "View live version of '%(title)s'" +msgstr "Veröffentlichte Version von '%(title)s' ansehen" -msgid "Add a child page to '{title}' " -msgstr "Unterseite zu '{title}' hinzufügen" +#, python-format +msgid "Add a child page to '%(title)s' " +msgstr "Unterseite zu '%(title)s' hinzufügen" msgid "More" msgstr "Mehr" -msgid "View more options for '{title}'" -msgstr "Weitere Optionen für '{title}' anzeigen" +#, python-format +msgid "View more options for '%(title)s'" +msgstr "Weiter Optionen für '%(title)s' anzeigen" -msgid "Move page '{title}'" -msgstr "Seite '{title}' verschieben" +#, python-format +msgid "Move page '%(title)s'" +msgstr "Seite '%(title)s' verschieben" -msgid "Copy page '{title}'" -msgstr "Seite '{title}' kopieren" +#, python-format +msgid "Copy page '%(title)s'" +msgstr "Seite '%(title)s' kopieren" -msgid "Delete page '{title}'" -msgstr "Seite '{title}' löschen" +#, python-format +msgid "Delete page '%(title)s'" +msgstr "Seite '%(title)s' löschen" -msgid "Unpublish page '{title}'" -msgstr "Veröffentlichung der Seite \"{title}\" aufheben" +#, python-format +msgid "Unpublish page '%(title)s'" +msgstr "Veröffentlichung der Seite '%(title)s' aufheben" -msgid "View revision history for '{title}'" -msgstr "Revisionsgeschichte von '{title}' anzeigen" +#, python-format +msgid "View revision history for '%(title)s'" +msgstr "Revisionsgeschichte von '%(title)s' anzeigen" msgid "Set profile picture" msgstr "Profilbild einstellen" -msgid "Change your profile picture" -msgstr "Profilbild ändern" +msgid "Change your profile picture." +msgstr "Ihr Profilbild ändern." msgid "Change the email address linked to your account." msgstr "E-Mail-Adresse ändern, die mit Ihrem Konto verknüpft ist." @@ -1658,8 +1696,12 @@ msgstr "Aktuelle Zeitzone" msgid "Choose your current time zone." msgstr "Wählen Sie Ihre aktuelle Zeitzone." -msgid "Heading {level}" -msgstr "Überschrift {level}" +msgid "Change your first and last name on your account." +msgstr "Vor- und Nachname für Ihren Account ändern." + +#, python-format +msgid "Heading %(level)d" +msgstr "Überschrift %(level)d" msgid "Bulleted list" msgstr "Aufzählung" diff --git a/wagtail/admin/locale/el/LC_MESSAGES/django.mo b/wagtail/admin/locale/el/LC_MESSAGES/django.mo index 93d8556af..62a8d544e 100644 Binary files a/wagtail/admin/locale/el/LC_MESSAGES/django.mo and b/wagtail/admin/locale/el/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/el/LC_MESSAGES/django.po b/wagtail/admin/locale/el/LC_MESSAGES/django.po index 1eec9c1dd..7d4fca367 100644 --- a/wagtail/admin/locale/el/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/el/LC_MESSAGES/django.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Greek (http://www.transifex.com/torchbox/wagtail/language/" "el/)\n" @@ -24,6 +24,9 @@ msgstr "" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgid "Publish" +msgstr "Έκδοση" + msgid "Submit for moderation" msgstr "Υποβολή για έλεγχο" @@ -33,12 +36,18 @@ msgstr "Αποέκδοση" msgid "Delete" msgstr "Διαγραφή" -msgid "None" -msgstr "None" +msgid "Page locked" +msgstr "Σελίδα κλειδωμένη" + +msgid "Sorry, you do not have permission to access this area." +msgstr "Δεν έχετε πρόσβαση στην περιοχή." msgid "You do not have permission to access the admin" msgstr "Δεν έχετε πρόσβαση στη διαχείριση." +msgid "None" +msgstr "None" + msgid "Scheduled publishing" msgstr "Προγραμματισμενη δημοσιευση" @@ -64,9 +73,6 @@ msgstr "Εισάγετε το %s" msgid "Enter your email address to reset your password" msgstr "Εισάγετε τη διεύθυνση email σας για να ανανεώσετε τον κωδικό σας" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "Δε μπορείτε να έχετε πολλαπλά δικαιώματα για την ίδια συλλογή" @@ -144,57 +150,12 @@ msgstr "Το πεδίο αυτό είναι απαραίτητο" msgid "Please select at least one group." msgstr "Παρακαλούμε επιλέξτε τουλάχιστον μια ομάδα." -msgid "Go to Wagtail admin" -msgstr "Πηγαίνετε στη διαχείριση του Wagtail" - -msgid "Account" -msgstr "Λογαριασμός" - -msgid "Update" -msgstr "Ενημέρωση" - -msgid "Change password" -msgstr "Αλλαγή κωδικού" - -msgid "" -"Your password can't be changed here. Please contact a site administrator." -msgstr "" -"Ο κωδικός σας δε μπορεί να αλλαχτεί εδώ. Παρακαλώ ενημερώστε το διαχειριστή." - -msgid "Notification preferences" -msgstr "Προτιμήσεις ειδοποιήσεων" - -msgid "Reset password" -msgstr "Ανανέωση κωδικού" - -msgid "Password change successful" -msgstr "Επιτυχής αλλαγή κωδικού" - -msgid "Login" -msgstr "Σύνδεση" - -msgid "Set your new password" -msgstr "Δημιουργήστε το νέο σας κωδικό" - -msgid "Check your email" -msgstr "Ελέγξατε το email σας" - -msgid "Please follow the link below to reset your password:" -msgstr "" -"Παρακαλούμε κλικάρετε στο link παρακάτω για να επαναφέρετε τον κωδικό σας:" - -msgid "Your username (in case you've forgotten):" -msgstr "Το όνομα χρήστη σας (σε περίπτωση που το ξεχάσατε):" - -msgid "Password reset" -msgstr "Ανανέωση κωδικού" - -msgid "Reset your password" -msgstr "Ανανεώστε τον κωδικό σας" - msgid "Pages" msgstr "Σελίδες" +msgid "Edit '{title}'" +msgstr "Επεξεργασία '{title}'" + msgid "January" msgstr "Ιανουάριος" @@ -252,15 +213,60 @@ msgstr "Παρ" msgid "Sat" msgstr "Σαβ" +msgid "Go to Wagtail admin" +msgstr "Πηγαίνετε στη διαχείριση του Wagtail" + +msgid "Account" +msgstr "Λογαριασμός" + +msgid "Update" +msgstr "Ενημέρωση" + +msgid "Change password" +msgstr "Αλλαγή κωδικού" + +msgid "" +"Your password can't be changed here. Please contact a site administrator." +msgstr "" +"Ο κωδικός σας δε μπορεί να αλλαχτεί εδώ. Παρακαλώ ενημερώστε το διαχειριστή." + +msgid "Notification preferences" +msgstr "Προτιμήσεις ειδοποιήσεων" + +msgid "Reset password" +msgstr "Ανανέωση κωδικού" + +msgid "Password change successful" +msgstr "Επιτυχής αλλαγή κωδικού" + +msgid "Login" +msgstr "Σύνδεση" + +msgid "Set your new password" +msgstr "Δημιουργήστε το νέο σας κωδικό" + +msgid "Check your email" +msgstr "Ελέγξατε το email σας" + +msgid "Please follow the link below to reset your password:" +msgstr "" +"Παρακαλούμε κλικάρετε στο link παρακάτω για να επαναφέρετε τον κωδικό σας:" + +msgid "Your username (in case you've forgotten):" +msgstr "Το όνομα χρήστη σας (σε περίπτωση που το ξεχάσατε):" + +msgid "Password reset" +msgstr "Ανανέωση κωδικού" + +msgid "Reset your password" +msgstr "Ανανεώστε τον κωδικό σας" + msgid "Dashboard" msgstr "Πίνακας ελέγχου" msgid "Menu" msgstr "Μενού" -msgid "Add another" -msgstr "Προσθήκη νέου/νέας" - msgid "Move up" msgstr "Μετακίνηση πάνω" @@ -493,8 +499,11 @@ msgstr "Ξεκλειδωμενο" msgid "Publish this revision" msgstr "Δημοσίευση της αναθεώρησης" -msgid "Publish" -msgstr "Έκδοση" +msgid "Replace current draft" +msgstr "Αντικατάσταση του τρέχοντος draft" + +msgid "Save draft" +msgstr "Αποθήκευση σχεδίου" #, python-format msgid "Create a page in %(title)s" @@ -629,9 +638,6 @@ msgstr "Νέα %(page_type)s" msgid "New" msgstr "Νέο" -msgid "Save draft" -msgstr "Αποθήκευση σχεδίου" - msgid "This page has unsaved changes." msgstr "Η σελίδα έχει μη αποθηκευμένες αλλαγές." @@ -643,12 +649,6 @@ msgstr "Επεξεργασία %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "Επεξεργασία %(page_type)s %(title)s" -msgid "Page locked" -msgstr "Σελίδα κλειδωμένη" - -msgid "Replace current draft" -msgstr "Αντικατάσταση του τρέχοντος draft" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Τελευταία τροποποίηση: %(last_mod)s" @@ -956,9 +956,6 @@ msgstr "Εμφάνιση στον εξερευνητή" msgid "Test" msgstr "Δοκιμή" -msgid "Sorry, you do not have permission to access this area." -msgstr "Δεν έχετε πρόσβαση στην περιοχή." - msgid "Your password has been changed successfully!" msgstr "Ο κωδικός σας αλλάχτηκε με επιτυχία!" @@ -1103,39 +1100,9 @@ msgstr "Πιο πρόσφατες" msgid "Latest" msgstr "Τελευταίες" -msgid "Edit '{title}'" -msgstr "Επεξεργασία '{title}'" - -msgid "Preview draft version of '{title}'" -msgstr "Προεπισκόπιση της draft έκδοσης της σελίδας '{title}'" - -msgid "View live version of '{title}'" -msgstr "Προβολή της live έκδοσης της σελίδας '{title}'" - -msgid "Add a child page to '{title}' " -msgstr "Προσθήκη υποσελίδας στη σελίδα '{title}'" - msgid "More" msgstr "Περισσοτερα" -msgid "View more options for '{title}'" -msgstr "Δείτε περισσότερες επιλογές για τη σελίδα '{title}'" - -msgid "Move page '{title}'" -msgstr "Μετακίνηση της σελίδας '{title}'" - -msgid "Copy page '{title}'" -msgstr "Αντιγραφή της σελίδας '{title}'" - -msgid "Delete page '{title}'" -msgstr "Διαγραφή της σελίδας '{title}'" - -msgid "Unpublish page '{title}'" -msgstr "Κατάργηση δημοσίευσης της σελίδας '{title}'" - -msgid "View revision history for '{title}'" -msgstr "Προβολή του ιστορικού αναθεωρήσεων της σελίδας '{title}'" - msgid "Change the password you use to log in." msgstr "Αλλάξτε τον κωδικό σας" diff --git a/wagtail/admin/locale/en/LC_MESSAGES/django.mo b/wagtail/admin/locale/en/LC_MESSAGES/django.mo index b1e994302..6420bb1ad 100644 Binary files a/wagtail/admin/locale/en/LC_MESSAGES/django.mo and b/wagtail/admin/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/en/LC_MESSAGES/django.po b/wagtail/admin/locale/en/LC_MESSAGES/django.po index 127e0cef8..9198f4fd1 100644 --- a/wagtail/admin/locale/en/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,54 +17,71 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: action_menu.py:78 +#: action_menu.py:60 templates/wagtailadmin/pages/action_menu/publish.html:2 +msgid "Publish" +msgstr "" + +#: action_menu.py:80 msgid "Submit for moderation" msgstr "" -#: action_menu.py:91 templates/wagtailadmin/pages/confirm_unpublish.html:5 -#: wagtail_hooks.py:181 +#: action_menu.py:96 templates/wagtailadmin/pages/confirm_unpublish.html:5 +#: wagtail_hooks.py:187 msgid "Unpublish" msgstr "" -#: action_menu.py:107 templates/wagtailadmin/admin_base.html:31 -#: templates/wagtailadmin/block_forms/list_member.html:8 -#: templates/wagtailadmin/block_forms/stream_member.html:15 +#: action_menu.py:112 localization.py:50 +#: templates/wagtailadmin/block_forms/list_member.html:11 +#: templates/wagtailadmin/block_forms/stream_member.html:18 #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:6 #: templates/wagtailadmin/permissions/includes/collection_member_permissions_form.html:16 -#: views/generic.py:130 wagtail_hooks.py:174 +#: views/generic.py:130 wagtail_hooks.py:180 msgid "Delete" msgstr "" +#: action_menu.py:127 +msgid "Save Draft" +msgstr "" + +#: action_menu.py:138 +#: templates/wagtailadmin/pages/action_menu/page_locked.html:2 +msgid "Page locked" +msgstr "" + #: apps.py:10 msgid "Wagtail admin" msgstr "" -#: compare.py:318 -msgid "None" +#: auth.py:41 +msgid "Sorry, you do not have permission to access this area." msgstr "" -#: decorators.py:37 +#: auth.py:170 msgid "You do not have permission to access the admin" msgstr "" -#: edit_handlers.py:772 +#: compare.py:305 +msgid "None" +msgstr "" + +#: edit_handlers.py:757 msgid "Scheduled publishing" msgstr "" -#: edit_handlers.py:790 +#: edit_handlers.py:775 msgid "Common page configuration" msgstr "" -#: edit_handlers.py:814 +#: edit_handlers.py:799 msgid "Content" msgstr "" -#: edit_handlers.py:817 +#: edit_handlers.py:802 msgid "Promote" msgstr "" -#: edit_handlers.py:820 wagtail_hooks.py:63 +#: edit_handlers.py:805 wagtail_hooks.py:63 msgid "Settings" msgstr "" @@ -81,10 +98,6 @@ msgstr "" msgid "Enter your email address to reset your password" msgstr "" -#: forms/choosers.py:30 -msgid "URL" -msgstr "" - #: forms/collections.py:134 msgid "You cannot have multiple permission records for the same collection." msgstr "" @@ -190,6 +203,335 @@ msgstr "" msgid "Please select at least one group." msgstr "" +#: localization.py:11 +msgid "Arabic" +msgstr "" + +#: localization.py:12 +msgid "Catalan" +msgstr "" + +#: localization.py:13 +msgid "Czech" +msgstr "" + +#: localization.py:14 +msgid "German" +msgstr "" + +#: localization.py:15 +msgid "Greek" +msgstr "" + +#: localization.py:16 +msgid "English" +msgstr "" + +#: localization.py:17 +msgid "Spanish" +msgstr "" + +#: localization.py:18 +msgid "Finnish" +msgstr "" + +#: localization.py:19 +msgid "French" +msgstr "" + +#: localization.py:20 +msgid "Galician" +msgstr "" + +#: localization.py:21 +msgid "Hungarian" +msgstr "" + +#: localization.py:22 +msgid "Indonesian" +msgstr "" + +#: localization.py:23 +msgid "Icelandic" +msgstr "" + +#: localization.py:24 +msgid "Italian" +msgstr "" + +#: localization.py:25 +msgid "Japanese" +msgstr "" + +#: localization.py:26 +msgid "Korean" +msgstr "" + +#: localization.py:27 +msgid "Lithuanian" +msgstr "" + +#: localization.py:28 +msgid "Mongolian" +msgstr "" + +#: localization.py:29 +msgid "Norwegian Bokmål" +msgstr "" + +#: localization.py:30 +msgid "Netherlands Dutch" +msgstr "" + +#: localization.py:31 +msgid "Persian" +msgstr "" + +#: localization.py:32 +msgid "Polish" +msgstr "" + +#: localization.py:33 +msgid "Brazilian Portuguese" +msgstr "" + +#: localization.py:34 +msgid "Portuguese" +msgstr "" + +#: localization.py:35 +msgid "Romanian" +msgstr "" + +#: localization.py:36 +msgid "Russian" +msgstr "" + +#: localization.py:37 +msgid "Swedish" +msgstr "" + +#: localization.py:38 +msgid "Slovak" +msgstr "" + +#: localization.py:39 +msgid "Thai" +msgstr "" + +#: localization.py:40 +msgid "Ukrainian" +msgstr "" + +#: localization.py:41 +msgid "Chinese (Simplified)" +msgstr "" + +#: localization.py:42 +msgid "Chinese (Traditional)" +msgstr "" + +#: localization.py:51 +msgid "Page" +msgstr "" + +#: localization.py:52 wagtail_hooks.py:50 wagtail_hooks.py:74 +msgid "Pages" +msgstr "" + +#: localization.py:53 +msgid "Loading…" +msgstr "" + +#: localization.py:54 +msgid "No results" +msgstr "" + +#: localization.py:55 +msgid "Server Error" +msgstr "" + +#: localization.py:56 +msgid "See all" +msgstr "" + +#: localization.py:57 +msgid "Close explorer" +msgstr "" + +#: localization.py:58 +msgid "Alt text" +msgstr "" + +#: localization.py:59 +msgid "Write here…" +msgstr "" + +#: localization.py:60 +msgid "Horizontal line" +msgstr "" + +#: localization.py:61 +msgid "Line break" +msgstr "" + +#: localization.py:62 +msgid "Undo" +msgstr "" + +#: localization.py:63 +msgid "Redo" +msgstr "" + +#: localization.py:64 +msgid "Reload the page" +msgstr "" + +#: localization.py:65 +msgid "Reload saved content" +msgstr "" + +#: localization.py:66 +msgid "Show latest content" +msgstr "" + +#: localization.py:67 +msgid "Show error" +msgstr "" + +#: localization.py:68 +msgid "" +"The editor just crashed. Content has been reset to the last saved version." +msgstr "" + +#: localization.py:69 +msgid "Broken link" +msgstr "" + +#: localization.py:70 +msgid "Missing document" +msgstr "" + +#: localization.py:71 templates/wagtailadmin/pages/preview_error.html:19 +msgid "Close" +msgstr "" + +#: localization.py:72 +msgid "Edit '{title}'" +msgstr "" + +#: localization.py:73 +msgid "View child pages of '{title}'" +msgstr "" + +#: localization.py:74 +msgid "Page explorer" +msgstr "" + +#: localization.py:77 +msgid "January" +msgstr "" + +#: localization.py:78 +msgid "February" +msgstr "" + +#: localization.py:79 +msgid "March" +msgstr "" + +#: localization.py:80 +msgid "April" +msgstr "" + +#: localization.py:81 +msgid "May" +msgstr "" + +#: localization.py:82 +msgid "June" +msgstr "" + +#: localization.py:83 +msgid "July" +msgstr "" + +#: localization.py:84 +msgid "August" +msgstr "" + +#: localization.py:85 +msgid "September" +msgstr "" + +#: localization.py:86 +msgid "October" +msgstr "" + +#: localization.py:87 +msgid "November" +msgstr "" + +#: localization.py:88 +msgid "December" +msgstr "" + +#: localization.py:91 +msgid "Sunday" +msgstr "" + +#: localization.py:92 +msgid "Monday" +msgstr "" + +#: localization.py:93 +msgid "Tuesday" +msgstr "" + +#: localization.py:94 +msgid "Wednesday" +msgstr "" + +#: localization.py:95 +msgid "Thursday" +msgstr "" + +#: localization.py:96 +msgid "Friday" +msgstr "" + +#: localization.py:97 +msgid "Saturday" +msgstr "" + +#: localization.py:100 +msgid "Sun" +msgstr "" + +#: localization.py:101 +msgid "Mon" +msgstr "" + +#: localization.py:102 +msgid "Tue" +msgstr "" + +#: localization.py:103 +msgid "Wed" +msgstr "" + +#: localization.py:104 +msgid "Thu" +msgstr "" + +#: localization.py:105 +msgid "Fri" +msgstr "" + +#: localization.py:106 +msgid "Sat" +msgstr "" + #: templates/wagtailadmin/404.html:3 msgid "Error 404: Page not found" msgstr "" @@ -230,13 +572,19 @@ msgstr "" #: templates/wagtailadmin/account/change_email.html:4 #: templates/wagtailadmin/account/change_email.html:6 -#: templates/wagtailadmin/account/change_email.html:17 wagtail_hooks.py:214 +#: templates/wagtailadmin/account/change_email.html:17 wagtail_hooks.py:221 msgid "Change email" msgstr "" +#: templates/wagtailadmin/account/change_name.html:4 +#: templates/wagtailadmin/account/change_name.html:6 +#: templates/wagtailadmin/account/change_name.html:17 wagtail_hooks.py:271 +msgid "Change name" +msgstr "" + #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 -#: templates/wagtailadmin/account/change_password.html:18 wagtail_hooks.py:224 +#: templates/wagtailadmin/account/change_password.html:18 wagtail_hooks.py:231 msgid "Change password" msgstr "" @@ -257,7 +605,7 @@ msgstr "" #: templates/wagtailadmin/account/notification_preferences.html:4 #: templates/wagtailadmin/account/notification_preferences.html:6 -#: wagtail_hooks.py:235 +#: wagtail_hooks.py:242 msgid "Notification preferences" msgstr "" @@ -323,209 +671,6 @@ msgstr "" msgid "Reset your password" msgstr "" -#: templates/wagtailadmin/admin_base.html:32 -msgid "Page" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:33 wagtail_hooks.py:50 -#: wagtail_hooks.py:74 -msgid "Pages" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:34 -msgid "Loading…" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:35 -msgid "No results" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:36 -msgid "Server Error" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:37 -msgid "See all" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:38 -msgid "Close explorer" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:39 -msgid "Alt text" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:40 -msgid "Write here…" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:41 -msgid "Horizontal line" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:42 -msgid "Line break" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:43 -msgid "Undo" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:44 -msgid "Redo" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:45 -msgid "Reload the page" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:46 -msgid "Reload saved content" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:47 -msgid "Show latest content" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:48 -msgid "Show error" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:49 -msgid "" -"The editor just crashed. Content has been reset to the last saved version." -msgstr "" - -#: templates/wagtailadmin/admin_base.html:50 -msgid "Broken link" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:51 -msgid "Missing document" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:52 -#: templates/wagtailadmin/pages/preview_error.html:19 -msgid "Close" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:53 -msgid "Edit \\" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:54 -msgid "View child pages of \\" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:55 -msgid "Page explorer" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:58 -msgid "January" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:59 -msgid "February" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:60 -msgid "March" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:61 -msgid "April" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:62 -msgid "May" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:63 -msgid "June" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:64 -msgid "July" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:65 -msgid "August" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:66 -msgid "September" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:67 -msgid "October" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:68 -msgid "November" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:69 -msgid "December" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:72 -msgid "Sunday" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:73 -msgid "Monday" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:74 -msgid "Tuesday" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:75 -msgid "Wednesday" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:76 -msgid "Thursday" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:77 -msgid "Friday" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:78 -msgid "Saturday" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:81 -msgid "Sun" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:82 -msgid "Mon" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:83 -msgid "Tue" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:84 -msgid "Wed" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:85 -msgid "Thu" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:86 -msgid "Fri" -msgstr "" - -#: templates/wagtailadmin/admin_base.html:87 -msgid "Sat" -msgstr "" - #: templates/wagtailadmin/base.html:7 templates/wagtailadmin/base.html:17 #: templates/wagtailadmin/home.html:3 msgid "Dashboard" @@ -535,18 +680,14 @@ msgstr "" msgid "Menu" msgstr "" -#: templates/wagtailadmin/block_forms/list.html:13 -msgid "Add another" -msgstr "" - -#: templates/wagtailadmin/block_forms/list_member.html:6 -#: templates/wagtailadmin/block_forms/stream_member.html:13 +#: templates/wagtailadmin/block_forms/list_member.html:5 +#: templates/wagtailadmin/block_forms/stream_member.html:12 #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "" -#: templates/wagtailadmin/block_forms/list_member.html:7 -#: templates/wagtailadmin/block_forms/stream_member.html:14 +#: templates/wagtailadmin/block_forms/list_member.html:8 +#: templates/wagtailadmin/block_forms/stream_member.html:15 #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:6 msgid "Move down" msgstr "" @@ -571,6 +712,16 @@ msgstr "" msgid "Email link" msgstr "" +#: templates/wagtailadmin/chooser/_link_types.html:27 +#: templates/wagtailadmin/chooser/_link_types.html:29 +msgid "Phone link" +msgstr "" + +#: templates/wagtailadmin/chooser/_link_types.html:33 +#: templates/wagtailadmin/chooser/_link_types.html:35 +msgid "Anchor link" +msgstr "" + #: templates/wagtailadmin/chooser/_search_results.html:4 #, python-format msgid "" @@ -584,11 +735,19 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" +#: templates/wagtailadmin/chooser/anchor_link.html:2 +msgid "Add an anchor link" +msgstr "" + +#: templates/wagtailadmin/chooser/anchor_link.html:14 +msgid "Insert anchor" +msgstr "" + #: templates/wagtailadmin/chooser/browse.html:3 msgid "Choose" msgstr "" -#: templates/wagtailadmin/chooser/browse.html:5 widgets.py:175 +#: templates/wagtailadmin/chooser/browse.html:5 widgets.py:176 msgid "Choose a page" msgstr "" @@ -613,6 +772,7 @@ msgstr "" #: templates/wagtailadmin/chooser/email_link.html:14 #: templates/wagtailadmin/chooser/external_link.html:14 +#: templates/wagtailadmin/chooser/phone_link.html:14 msgid "Insert link" msgstr "" @@ -620,6 +780,10 @@ msgstr "" msgid "Add an external link" msgstr "" +#: templates/wagtailadmin/chooser/phone_link.html:2 +msgid "Add a phone link" +msgstr "" + #: templates/wagtailadmin/collection_privacy/ancestor_privacy.html:2 #: templates/wagtailadmin/collection_privacy/set_privacy.html:2 msgid "Collection privacy" @@ -739,7 +903,7 @@ msgstr "" #: templates/wagtailadmin/home/recent_edits.html:22 #: templates/wagtailadmin/pages/listing/_page_title_explore.html:13 #: templates/wagtailadmin/pages/revisions/compare.html:13 -#: templates/wagtailadmin/userbar/item_page_edit.html:6 widgets.py:177 +#: templates/wagtailadmin/userbar/item_page_edit.html:6 widgets.py:178 msgid "Edit this page" msgstr "" @@ -760,16 +924,16 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:28 #: templates/wagtailadmin/pages/revisions/list.html:35 views/generic.py:107 -#: views/generic.py:174 views/pages.py:249 views/pages.py:255 -#: views/pages.py:269 views/pages.py:408 views/pages.py:432 views/pages.py:451 +#: views/generic.py:174 views/pages.py:250 views/pages.py:256 +#: views/pages.py:270 views/pages.py:409 views/pages.py:433 views/pages.py:452 #: views/pages.py:709 views/pages.py:784 views/pages.py:1017 -#: views/pages.py:1038 views/pages.py:1257 wagtail_hooks.py:104 +#: views/pages.py:1038 views/pages.py:1260 wagtail_hooks.py:104 msgid "Edit" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:50 -#: templates/wagtailadmin/pages/create.html:37 -#: templates/wagtailadmin/pages/edit.html:49 +#: templates/wagtailadmin/pages/create.html:36 +#: templates/wagtailadmin/pages/edit.html:47 #: templates/wagtailadmin/pages/revisions/list.html:33 msgid "Preview" msgstr "" @@ -802,8 +966,8 @@ msgstr "" msgid "Draft" msgstr "" -#: templates/wagtailadmin/home/recent_edits.html:33 views/pages.py:1195 -#: views/pages.py:1213 +#: templates/wagtailadmin/home/recent_edits.html:33 views/pages.py:1198 +#: views/pages.py:1216 msgid "Live" msgstr "" @@ -957,16 +1121,24 @@ msgstr "" msgid "Page privacy. Current status: Private" msgstr "" -#: templates/wagtailadmin/pages/action_menu/publish.html:3 +#: templates/wagtailadmin/pages/action_menu/publish.html:2 msgid "Publishing…" msgstr "" -#: templates/wagtailadmin/pages/action_menu/publish.html:3 +#: templates/wagtailadmin/pages/action_menu/publish.html:2 msgid "Publish this revision" msgstr "" -#: templates/wagtailadmin/pages/action_menu/publish.html:3 -msgid "Publish" +#: templates/wagtailadmin/pages/action_menu/save_draft.html:2 +msgid "Saving…" +msgstr "" + +#: templates/wagtailadmin/pages/action_menu/save_draft.html:2 +msgid "Replace current draft" +msgstr "" + +#: templates/wagtailadmin/pages/action_menu/save_draft.html:2 +msgid "Save draft" msgstr "" #: templates/wagtailadmin/pages/add_subpage.html:5 @@ -1031,7 +1203,7 @@ msgstr "" msgid "Move %(title)s" msgstr "" -#: templates/wagtailadmin/pages/confirm_move.html:5 wagtail_hooks.py:160 +#: templates/wagtailadmin/pages/confirm_move.html:5 wagtail_hooks.py:166 msgid "Move" msgstr "" @@ -1096,7 +1268,7 @@ msgstr "" msgid "Copy %(title)s" msgstr "" -#: templates/wagtailadmin/pages/copy.html:5 wagtail_hooks.py:167 +#: templates/wagtailadmin/pages/copy.html:5 wagtail_hooks.py:173 msgid "Copy" msgstr "" @@ -1118,18 +1290,8 @@ msgstr "" msgid "Actions" msgstr "" -#: templates/wagtailadmin/pages/create.html:31 -#: templates/wagtailadmin/pages/edit.html:42 -msgid "Saving…" -msgstr "" - -#: templates/wagtailadmin/pages/create.html:31 -#: templates/wagtailadmin/pages/edit.html:42 -msgid "Save draft" -msgstr "" - -#: templates/wagtailadmin/pages/create.html:92 -#: templates/wagtailadmin/pages/edit.html:115 +#: templates/wagtailadmin/pages/create.html:91 +#: templates/wagtailadmin/pages/edit.html:113 msgid "This page has unsaved changes." msgstr "" @@ -1143,25 +1305,17 @@ msgstr "" msgid "Editing %(page_type)s %(title)s" msgstr "" -#: templates/wagtailadmin/pages/edit.html:42 -msgid "Page locked" -msgstr "" - -#: templates/wagtailadmin/pages/edit.html:42 -msgid "Replace current draft" -msgstr "" - -#: templates/wagtailadmin/pages/edit.html:70 +#: templates/wagtailadmin/pages/edit.html:68 #, python-format msgid "Last modified: %(last_mod)s" msgstr "" -#: templates/wagtailadmin/pages/edit.html:72 +#: templates/wagtailadmin/pages/edit.html:70 #, python-format msgid "by %(modified_by)s" msgstr "" -#: templates/wagtailadmin/pages/edit.html:75 wagtail_hooks.py:188 +#: templates/wagtailadmin/pages/edit.html:73 wagtail_hooks.py:194 msgid "Revisions" msgstr "" @@ -1264,7 +1418,7 @@ msgid "Add a child page to '%(title)s'" msgstr "" #: templates/wagtailadmin/pages/listing/_navigation_explore.html:11 -#: wagtail_hooks.py:129 wagtail_hooks.py:139 +#: wagtail_hooks.py:132 wagtail_hooks.py:142 msgid "Add child page" msgstr "" @@ -1274,7 +1428,7 @@ msgstr "" #: templates/wagtailadmin/pages/listing/_pagination.html:7 #: templates/wagtailadmin/shared/ajax_pagination_nav.html:4 -#: templates/wagtailadmin/shared/pagination_nav.html:21 +#: templates/wagtailadmin/shared/pagination_nav.html:16 msgid "Pagination" msgstr "" @@ -1288,13 +1442,13 @@ msgstr "" #: templates/wagtailadmin/pages/listing/_pagination.html:14 #: templates/wagtailadmin/shared/ajax_pagination_nav.html:9 -#: templates/wagtailadmin/shared/pagination_nav.html:26 +#: templates/wagtailadmin/shared/pagination_nav.html:21 msgid "Previous" msgstr "" #: templates/wagtailadmin/pages/listing/_pagination.html:19 #: templates/wagtailadmin/shared/ajax_pagination_nav.html:14 -#: templates/wagtailadmin/shared/pagination_nav.html:31 +#: templates/wagtailadmin/shared/pagination_nav.html:26 msgid "Next" msgstr "" @@ -1501,7 +1655,7 @@ msgid "Collection" msgstr "" #: templates/wagtailadmin/shared/ajax_pagination_nav.html:5 -#: templates/wagtailadmin/shared/pagination_nav.html:22 +#: templates/wagtailadmin/shared/pagination_nav.html:17 #, python-format msgid "Page %(page_num)s of %(total_pages)s." msgstr "" @@ -1578,169 +1732,45 @@ msgstr "" msgid "Show in Explorer" msgstr "" -#: templatetags/wagtailadmin_tags.py:301 +#: templatetags/wagtailadmin_tags.py:304 #, python-format msgid "" "Sort the order of child pages within '%(parent)s' by '%(label)s' in " "ascending order." msgstr "" -#: templatetags/wagtailadmin_tags.py:302 +#: templatetags/wagtailadmin_tags.py:305 #, python-format msgid "" "Sort the order of child pages within '%(parent)s' by '%(label)s' in " "descending order." msgstr "" -#: tests/tests.py:222 +#: tests/tests.py:223 msgid "Test" msgstr "" -#: utils.py:29 -msgid "Arabic" -msgstr "" - -#: utils.py:30 -msgid "Catalan" -msgstr "" - -#: utils.py:31 -msgid "Czech" -msgstr "" - -#: utils.py:32 -msgid "German" -msgstr "" - -#: utils.py:33 -msgid "Greek" -msgstr "" - -#: utils.py:34 -msgid "English" -msgstr "" - -#: utils.py:35 -msgid "Spanish" -msgstr "" - -#: utils.py:36 -msgid "Finnish" -msgstr "" - -#: utils.py:37 -msgid "French" -msgstr "" - -#: utils.py:38 -msgid "Galician" -msgstr "" - -#: utils.py:39 -msgid "Hungarian" -msgstr "" - -#: utils.py:40 -msgid "Indonesian" -msgstr "" - -#: utils.py:41 -msgid "Icelandic" -msgstr "" - -#: utils.py:42 -msgid "Italian" -msgstr "" - -#: utils.py:43 -msgid "Korean" -msgstr "" - -#: utils.py:44 -msgid "Lithuanian" -msgstr "" - -#: utils.py:45 -msgid "Mongolian" -msgstr "" - -#: utils.py:46 -msgid "Norwegian Bokmål" -msgstr "" - -#: utils.py:47 -msgid "Netherlands Dutch" -msgstr "" - -#: utils.py:48 -msgid "Persian" -msgstr "" - -#: utils.py:49 -msgid "Polish" -msgstr "" - -#: utils.py:50 -msgid "Brazilian Portuguese" -msgstr "" - -#: utils.py:51 -msgid "Portuguese" -msgstr "" - -#: utils.py:52 -msgid "Romanian" -msgstr "" - -#: utils.py:53 -msgid "Russian" -msgstr "" - -#: utils.py:54 -msgid "Swedish" -msgstr "" - -#: utils.py:55 -msgid "Slovak" -msgstr "" - -#: utils.py:56 -msgid "Thai" -msgstr "" - -#: utils.py:57 -msgid "Ukrainian" -msgstr "" - -#: utils.py:58 -msgid "Chinese (Simplified)" -msgstr "" - -#: utils.py:59 -msgid "Chinese (Traditional)" -msgstr "" - -#: utils.py:137 -msgid "Sorry, you do not have permission to access this area." -msgstr "" - -#: views/account.py:69 +#: views/account.py:73 msgid "Your password has been changed successfully!" msgstr "" -#: views/account.py:88 +#: views/account.py:94 msgid "Your email has been changed successfully!" msgstr "" -#: views/account.py:138 views/account.py:162 views/account.py:178 +#: views/account.py:110 +msgid "Your name has been changed successfully!" +msgstr "" + +#: views/account.py:160 views/account.py:184 views/account.py:200 msgid "Your preferences have been updated." msgstr "" -#: views/account.py:194 +#: views/account.py:216 msgid "Your preferences have been updated successfully!" msgstr "" -#: views/account.py:236 +#: views/account.py:258 msgid "You have been successfully logged out." msgstr "" @@ -1784,88 +1814,88 @@ msgstr "" msgid "Editing" msgstr "" -#: views/pages.py:248 +#: views/pages.py:249 msgid "Page '{0}' created and scheduled for publishing." msgstr "" -#: views/pages.py:254 views/pages.py:431 views/pages.py:1016 -#: wagtail_hooks.py:118 +#: views/pages.py:255 views/pages.py:432 views/pages.py:1016 +#: wagtail_hooks.py:121 msgid "View live" msgstr "" -#: views/pages.py:256 +#: views/pages.py:257 msgid "Page '{0}' created and published." msgstr "" -#: views/pages.py:260 +#: views/pages.py:261 msgid "Page '{0}' created and submitted for moderation." msgstr "" -#: views/pages.py:264 views/pages.py:446 wagtail_hooks.py:111 +#: views/pages.py:265 views/pages.py:447 wagtail_hooks.py:111 msgid "View draft" msgstr "" -#: views/pages.py:274 views/pages.py:456 +#: views/pages.py:275 views/pages.py:457 msgid "Failed to send notifications to moderators" msgstr "" -#: views/pages.py:276 +#: views/pages.py:277 msgid "Page '{0}' created." msgstr "" -#: views/pages.py:299 +#: views/pages.py:300 msgid "The page could not be created due to validation errors" msgstr "" -#: views/pages.py:386 +#: views/pages.py:387 msgid "Revision from {0} of page '{1}' has been scheduled for publishing." msgstr "" -#: views/pages.py:394 +#: views/pages.py:395 msgid "Page '{0}' is live and this revision has been scheduled for publishing." msgstr "" -#: views/pages.py:400 +#: views/pages.py:401 msgid "Page '{0}' has been scheduled for publishing." msgstr "" -#: views/pages.py:417 +#: views/pages.py:418 msgid "Revision from {0} of page '{1}' has been published." msgstr "" -#: views/pages.py:424 +#: views/pages.py:425 msgid "Page '{0}' has been published." msgstr "" -#: views/pages.py:438 +#: views/pages.py:439 msgid "Page '{0}' has been submitted for moderation." msgstr "" -#: views/pages.py:462 +#: views/pages.py:463 msgid "Page '{0}' has been replaced with revision from {1}." msgstr "" -#: views/pages.py:469 +#: views/pages.py:470 msgid "Page '{0}' has been updated." msgstr "" -#: views/pages.py:497 +#: views/pages.py:498 msgid "The page could not be saved as it is locked" msgstr "" -#: views/pages.py:500 +#: views/pages.py:501 msgid "The page could not be saved due to validation errors" msgstr "" -#: views/pages.py:524 +#: views/pages.py:525 msgid "Compare with live version" msgstr "" -#: views/pages.py:527 +#: views/pages.py:528 msgid "This page is currently awaiting moderation" msgstr "" -#: views/pages.py:566 +#: views/pages.py:567 msgid "Page '{0}' deleted." msgstr "" @@ -1911,178 +1941,193 @@ msgstr "" msgid "Failed to send rejection notifications" msgstr "" -#: views/pages.py:1079 +#: views/pages.py:1077 msgid "Page '{0}' is now locked." msgstr "" -#: views/pages.py:1103 +#: views/pages.py:1101 msgid "Page '{0}' is now unlocked." msgstr "" -#: views/pages.py:1158 +#: views/pages.py:1156 #, python-format msgid "" "You are viewing a previous revision of this page from %(created_at)s " "by %(user)s" msgstr "" -#: views/pages.py:1200 +#: views/pages.py:1203 msgid "Earliest" msgstr "" -#: views/pages.py:1218 +#: views/pages.py:1221 msgid "Latest" msgstr "" -#: views/pages.py:1250 +#: views/pages.py:1253 msgid "revision {0} of \"{1}\"" msgstr "" -#: views/pages.py:1256 +#: views/pages.py:1259 msgid "Revision {0} of \"{1}\" unscheduled." msgstr "" #: wagtail_hooks.py:106 -msgid "Edit '{title}'" +#, python-format +msgid "Edit '%(title)s'" msgstr "" -#: wagtail_hooks.py:113 -msgid "Preview draft version of '{title}'" +#: wagtail_hooks.py:114 +#, python-format +msgid "Preview draft version of '%(title)s'" msgstr "" -#: wagtail_hooks.py:122 -msgid "View live version of '{title}'" +#: wagtail_hooks.py:125 +#, python-format +msgid "View live version of '%(title)s'" msgstr "" -#: wagtail_hooks.py:132 wagtail_hooks.py:141 -msgid "Add a child page to '{title}' " +#: wagtail_hooks.py:135 wagtail_hooks.py:144 +#, python-format +msgid "Add a child page to '%(title)s' " msgstr "" -#: wagtail_hooks.py:146 +#: wagtail_hooks.py:149 msgid "More" msgstr "" -#: wagtail_hooks.py:151 -msgid "View more options for '{title}'" +#: wagtail_hooks.py:156 +#, python-format +msgid "View more options for '%(title)s'" msgstr "" -#: wagtail_hooks.py:162 -msgid "Move page '{title}'" +#: wagtail_hooks.py:168 +#, python-format +msgid "Move page '%(title)s'" msgstr "" -#: wagtail_hooks.py:169 -msgid "Copy page '{title}'" +#: wagtail_hooks.py:175 +#, python-format +msgid "Copy page '%(title)s'" msgstr "" -#: wagtail_hooks.py:176 -msgid "Delete page '{title}'" +#: wagtail_hooks.py:182 +#, python-format +msgid "Delete page '%(title)s'" msgstr "" -#: wagtail_hooks.py:183 -msgid "Unpublish page '{title}'" +#: wagtail_hooks.py:189 +#, python-format +msgid "Unpublish page '%(title)s'" msgstr "" -#: wagtail_hooks.py:190 -msgid "View revision history for '{title}'" +#: wagtail_hooks.py:196 +#, python-format +msgid "View revision history for '%(title)s'" msgstr "" -#: wagtail_hooks.py:205 +#: wagtail_hooks.py:211 msgid "Set profile picture" msgstr "" -#: wagtail_hooks.py:206 -msgid "Change your profile picture" +#: wagtail_hooks.py:212 +msgid "Change your profile picture." msgstr "" -#: wagtail_hooks.py:215 +#: wagtail_hooks.py:222 msgid "Change the email address linked to your account." msgstr "" -#: wagtail_hooks.py:225 +#: wagtail_hooks.py:232 msgid "Change the password you use to log in." msgstr "" -#: wagtail_hooks.py:236 +#: wagtail_hooks.py:243 msgid "Choose which email notifications to receive." msgstr "" -#: wagtail_hooks.py:245 +#: wagtail_hooks.py:252 msgid "Language preferences" msgstr "" -#: wagtail_hooks.py:246 +#: wagtail_hooks.py:253 msgid "Choose the language you want to use here." msgstr "" -#: wagtail_hooks.py:255 +#: wagtail_hooks.py:262 msgid "Current Time Zone" msgstr "" -#: wagtail_hooks.py:256 +#: wagtail_hooks.py:263 msgid "Choose your current time zone." msgstr "" -#: wagtail_hooks.py:349 wagtail_hooks.py:364 wagtail_hooks.py:379 -#: wagtail_hooks.py:394 wagtail_hooks.py:409 wagtail_hooks.py:424 -msgid "Heading {level}" +#: wagtail_hooks.py:272 +msgid "Change your first and last name on your account." msgstr "" -#: wagtail_hooks.py:439 -msgid "Bulleted list" +#: wagtail_hooks.py:365 wagtail_hooks.py:380 wagtail_hooks.py:395 +#: wagtail_hooks.py:410 wagtail_hooks.py:425 wagtail_hooks.py:440 +#, python-format +msgid "Heading %(level)d" msgstr "" #: wagtail_hooks.py:455 -msgid "Numbered list" +msgid "Bulleted list" msgstr "" #: wagtail_hooks.py:471 -msgid "Blockquote" +msgid "Numbered list" msgstr "" #: wagtail_hooks.py:487 -msgid "Bold" +msgid "Blockquote" msgstr "" #: wagtail_hooks.py:503 +msgid "Bold" +msgstr "" + +#: wagtail_hooks.py:519 msgid "Italic" msgstr "" -#: wagtail_hooks.py:520 +#: wagtail_hooks.py:536 msgid "Link" msgstr "" -#: wagtail_hooks.py:545 +#: wagtail_hooks.py:561 msgid "Superscript" msgstr "" -#: wagtail_hooks.py:560 +#: wagtail_hooks.py:576 msgid "Subscript" msgstr "" -#: wagtail_hooks.py:575 +#: wagtail_hooks.py:591 msgid "Strikethrough" msgstr "" -#: wagtail_hooks.py:590 +#: wagtail_hooks.py:606 msgid "Code" msgstr "" -#: widgets.py:120 +#: widgets.py:121 msgid "Choose an item" msgstr "" -#: widgets.py:121 +#: widgets.py:122 msgid "Choose another item" msgstr "" -#: widgets.py:122 +#: widgets.py:123 msgid "Clear choice" msgstr "" -#: widgets.py:123 +#: widgets.py:124 msgid "Edit this item" msgstr "" -#: widgets.py:176 +#: widgets.py:177 msgid "Choose another page" msgstr "" diff --git a/wagtail/admin/locale/es/LC_MESSAGES/django.mo b/wagtail/admin/locale/es/LC_MESSAGES/django.mo index dcfc28267..35f592a6a 100644 Binary files a/wagtail/admin/locale/es/LC_MESSAGES/django.mo and b/wagtail/admin/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/es/LC_MESSAGES/django.po b/wagtail/admin/locale/es/LC_MESSAGES/django.po index 65cc7f942..41c18ca6e 100644 --- a/wagtail/admin/locale/es/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/es/LC_MESSAGES/django.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" "es/)\n" @@ -28,6 +28,9 @@ msgstr "" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgid "Publish" +msgstr "Publicar" + msgid "Submit for moderation" msgstr "Enviar para ser moderado" @@ -37,15 +40,21 @@ msgstr "Despublicar" msgid "Delete" msgstr "Eliminar" +msgid "Page locked" +msgstr "Página bloqueada" + msgid "Wagtail admin" msgstr "Administrador Wagtail" -msgid "None" -msgstr "Ninguno" +msgid "Sorry, you do not have permission to access this area." +msgstr "Lo sentimos, no tienes permisos para acceder a esta área." msgid "You do not have permission to access the admin" msgstr "No tienes permisos para acceder al administrador." +msgid "None" +msgstr "Ninguno" + msgid "Scheduled publishing" msgstr "Publicación programada" @@ -71,9 +80,6 @@ msgstr "Ingrese su %s" msgid "Enter your email address to reset your password" msgstr "Escribe tu dirección de correo para restablecer tu contraseña" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "" "No puedes tener múltiples permisos de registro para una misma colección." @@ -158,6 +164,222 @@ msgstr "Este campo es necesario." msgid "Please select at least one group." msgstr "Por favor seleccione al menos un grupo." +msgid "Arabic" +msgstr "Árabe" + +msgid "Catalan" +msgstr "Catalán" + +msgid "German" +msgstr "Alemán" + +msgid "Greek" +msgstr "Griego" + +msgid "English" +msgstr "Inglés" + +msgid "Spanish" +msgstr "Español" + +msgid "Finnish" +msgstr "Finés" + +msgid "French" +msgstr "Francés" + +msgid "Galician" +msgstr "Gallego" + +msgid "Indonesian" +msgstr "Indonesio" + +msgid "Icelandic" +msgstr "Islandés" + +msgid "Italian" +msgstr "Italiano" + +msgid "Korean" +msgstr "Coreano" + +msgid "Lithuanian" +msgstr "Lituano" + +msgid "Norwegian Bokmål" +msgstr "Holandés Bokmål" + +msgid "Netherlands Dutch" +msgstr "Holandés" + +msgid "Persian" +msgstr "Persa" + +msgid "Polish" +msgstr "Polaco" + +msgid "Brazilian Portuguese" +msgstr "Portugués brasileño" + +msgid "Portuguese" +msgstr "Portugués" + +msgid "Romanian" +msgstr "Rumano" + +msgid "Russian" +msgstr "Ruso" + +msgid "Swedish" +msgstr "Sueco" + +msgid "Slovak" +msgstr "Eslovaco" + +msgid "Ukrainian" +msgstr "Ucraniano" + +msgid "Page" +msgstr "Página" + +msgid "Pages" +msgstr "Páginas" + +msgid "Loading…" +msgstr "Cargando..." + +msgid "No results" +msgstr "Sin resultados" + +msgid "Server Error" +msgstr "Error de servidor" + +msgid "See all" +msgstr "Ver todo" + +msgid "Close explorer" +msgstr "Cerrar explorador" + +msgid "Alt text" +msgstr "Texto alternativo" + +msgid "Write here…" +msgstr "Escribir aquí..." + +msgid "Horizontal line" +msgstr "Línea horizontal" + +msgid "Line break" +msgstr "Linea de quiebre" + +msgid "Undo" +msgstr "Deshacer" + +msgid "Redo" +msgstr "Rehacer" + +msgid "Reload the page" +msgstr "Recagar la página" + +msgid "Reload saved content" +msgstr "Recargar contenido guardado" + +msgid "Show latest content" +msgstr "Mostrar el último contenido" + +msgid "Show error" +msgstr "Mostrar error" + +msgid "" +"The editor just crashed. Content has been reset to the last saved version." +msgstr "" +"El editor simplemente se colgó. El contenido se ha restablecido a la última " +"versión guardada." + +msgid "Close" +msgstr "Cerrar" + +msgid "Edit '{title}'" +msgstr "Editar '{title}'" + +msgid "January" +msgstr "Enero" + +msgid "February" +msgstr "Febrero" + +msgid "March" +msgstr "Marzo" + +msgid "April" +msgstr "Abril" + +msgid "May" +msgstr "Mayo" + +msgid "June" +msgstr "Junio" + +msgid "July" +msgstr "Julio" + +msgid "August" +msgstr "Agosto" + +msgid "September" +msgstr "Septiembre" + +msgid "October" +msgstr "Octubre" + +msgid "November" +msgstr "Noviembre" + +msgid "December" +msgstr "Diciembre" + +msgid "Sunday" +msgstr "Domingo" + +msgid "Monday" +msgstr "Lunes" + +msgid "Tuesday" +msgstr "Martes" + +msgid "Wednesday" +msgstr "Miércoles" + +msgid "Thursday" +msgstr "Jueves" + +msgid "Friday" +msgstr "Viernes" + +msgid "Saturday" +msgstr "Sábado" + +msgid "Sun" +msgstr "Dom" + +msgid "Mon" +msgstr "Lun" + +msgid "Tue" +msgstr "Mar" + +msgid "Wed" +msgstr "Mié" + +msgid "Thu" +msgstr "Jue" + +msgid "Fri" +msgstr "Vie" + +msgid "Sat" +msgstr "Sáb" + msgid "Error 404: Page not found" msgstr "Error 404: Página no encontrada." @@ -250,153 +472,12 @@ msgstr "Restablecer contraseña" msgid "Reset your password" msgstr "Restablecer tu contraseña" -msgid "Page" -msgstr "Página" - -msgid "Pages" -msgstr "Páginas" - -msgid "Loading…" -msgstr "Cargando..." - -msgid "No results" -msgstr "Sin resultados" - -msgid "Server Error" -msgstr "Error de servidor" - -msgid "See all" -msgstr "Ver todo" - -msgid "Close explorer" -msgstr "Cerrar explorador" - -msgid "Alt text" -msgstr "Texto alternativo" - -msgid "Write here…" -msgstr "Escribir aquí..." - -msgid "Horizontal line" -msgstr "Línea horizontal" - -msgid "Line break" -msgstr "Linea de quiebre" - -msgid "Undo" -msgstr "Deshacer" - -msgid "Redo" -msgstr "Rehacer" - -msgid "Reload the page" -msgstr "Recagar la página" - -msgid "Reload saved content" -msgstr "Recargar contenido guardado" - -msgid "Show latest content" -msgstr "Mostrar el último contenido" - -msgid "Show error" -msgstr "Mostrar error" - -msgid "" -"The editor just crashed. Content has been reset to the last saved version." -msgstr "" -"El editor simplemente se colgó. El contenido se ha restablecido a la última " -"versión guardada." - -msgid "Close" -msgstr "Cerrar" - -msgid "January" -msgstr "Enero" - -msgid "February" -msgstr "Febrero" - -msgid "March" -msgstr "Marzo" - -msgid "April" -msgstr "Abril" - -msgid "May" -msgstr "Mayo" - -msgid "June" -msgstr "Junio" - -msgid "July" -msgstr "Julio" - -msgid "August" -msgstr "Agosto" - -msgid "September" -msgstr "Septiembre" - -msgid "October" -msgstr "Octubre" - -msgid "November" -msgstr "Noviembre" - -msgid "December" -msgstr "Diciembre" - -msgid "Sunday" -msgstr "Domingo" - -msgid "Monday" -msgstr "Lunes" - -msgid "Tuesday" -msgstr "Martes" - -msgid "Wednesday" -msgstr "Miércoles" - -msgid "Thursday" -msgstr "Jueves" - -msgid "Friday" -msgstr "Viernes" - -msgid "Saturday" -msgstr "Sábado" - -msgid "Sun" -msgstr "Dom" - -msgid "Mon" -msgstr "Lun" - -msgid "Tue" -msgstr "Mar" - -msgid "Wed" -msgstr "Mié" - -msgid "Thu" -msgstr "Jue" - -msgid "Fri" -msgstr "Vie" - -msgid "Sat" -msgstr "Sáb" - msgid "Dashboard" msgstr "Panel de control" msgid "Menu" msgstr "Menú" -msgid "Add another" -msgstr "Agregar otro" - msgid "Move up" msgstr "Subir" @@ -666,8 +747,14 @@ msgstr "Publicando..." msgid "Publish this revision" msgstr "Publicar esta revision" -msgid "Publish" -msgstr "Publicar" +msgid "Saving…" +msgstr "Guardando..." + +msgid "Replace current draft" +msgstr "Reemplazar el borrador actual" + +msgid "Save draft" +msgstr "Guardar borrador" #, python-format msgid "Create a page in %(title)s" @@ -805,12 +892,6 @@ msgstr "Nueva %(page_type)s" msgid "New" msgstr "Nuevo" -msgid "Saving…" -msgstr "Guardando..." - -msgid "Save draft" -msgstr "Guardar borrador" - msgid "This page has unsaved changes." msgstr "Esta página tiene cambios que no se han guardado." @@ -822,12 +903,6 @@ msgstr "Editando %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "Editando %(page_type)s %(title)s" -msgid "Page locked" -msgstr "Página bloqueada" - -msgid "Replace current draft" -msgstr "Reemplazar el borrador actual" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Última modificación: %(last_mod)s" @@ -1196,84 +1271,6 @@ msgstr "Mostrar en el explorador" msgid "Test" msgstr "Prueba" -msgid "Arabic" -msgstr "Árabe" - -msgid "Catalan" -msgstr "Catalán" - -msgid "German" -msgstr "Alemán" - -msgid "Greek" -msgstr "Griego" - -msgid "English" -msgstr "Inglés" - -msgid "Spanish" -msgstr "Español" - -msgid "Finnish" -msgstr "Finés" - -msgid "French" -msgstr "Francés" - -msgid "Galician" -msgstr "Gallego" - -msgid "Indonesian" -msgstr "Indonesio" - -msgid "Icelandic" -msgstr "Islandés" - -msgid "Italian" -msgstr "Italiano" - -msgid "Korean" -msgstr "Coreano" - -msgid "Lithuanian" -msgstr "Lituano" - -msgid "Norwegian Bokmål" -msgstr "Holandés Bokmål" - -msgid "Netherlands Dutch" -msgstr "Holandés" - -msgid "Persian" -msgstr "Persa" - -msgid "Polish" -msgstr "Polaco" - -msgid "Brazilian Portuguese" -msgstr "Portugués brasileño" - -msgid "Portuguese" -msgstr "Portugués" - -msgid "Romanian" -msgstr "Rumano" - -msgid "Russian" -msgstr "Ruso" - -msgid "Swedish" -msgstr "Sueco" - -msgid "Slovak" -msgstr "Eslovaco" - -msgid "Ukrainian" -msgstr "Ucraniano" - -msgid "Sorry, you do not have permission to access this area." -msgstr "Lo sentimos, no tienes permisos para acceder a esta área." - msgid "Your password has been changed successfully!" msgstr "¡Tu contraseña ha sido cambiada con éxito!" @@ -1437,45 +1434,12 @@ msgstr "revisión {0} de \"{1}\"" msgid "Revision {0} of \"{1}\" unscheduled." msgstr "Revisión {0} de \"{1}\" desprogramada." -msgid "Edit '{title}'" -msgstr "Editar '{title}'" - -msgid "Preview draft version of '{title}'" -msgstr "Preveer version en borrador de '{title}'" - -msgid "View live version of '{title}'" -msgstr "Ver versión en vivo de '{title}'" - -msgid "Add a child page to '{title}' " -msgstr "Añadir una página hija a '{title}' " - msgid "More" msgstr "Más" -msgid "View more options for '{title}'" -msgstr "Ver más opciones para '{title}'" - -msgid "Move page '{title}'" -msgstr "Mover página '{title}'" - -msgid "Copy page '{title}'" -msgstr "Copiar página '{title}'" - -msgid "Delete page '{title}'" -msgstr "Eliminar página '{title}'" - -msgid "Unpublish page '{title}'" -msgstr "Despublicar página '{title}'" - -msgid "View revision history for '{title}'" -msgstr "Ver historial de revisiones para '{title}'" - msgid "Set profile picture" msgstr "Establecer foto de perfil" -msgid "Change your profile picture" -msgstr "Cambiar su foto de perfil" - msgid "Change the email address linked to your account." msgstr "Cambiar la direcciónn de correo electrónico enlazada a su cuenta." @@ -1497,9 +1461,6 @@ msgstr "Zona Horaria actual" msgid "Choose your current time zone." msgstr "Elegir su zona horaria actual" -msgid "Heading {level}" -msgstr "Cabezal {level}" - msgid "Bulleted list" msgstr "Lista con viñetas" diff --git a/wagtail/admin/locale/eu/LC_MESSAGES/django.mo b/wagtail/admin/locale/eu/LC_MESSAGES/django.mo index 8f2dbe659..a2607229e 100644 Binary files a/wagtail/admin/locale/eu/LC_MESSAGES/django.mo and b/wagtail/admin/locale/eu/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/eu/LC_MESSAGES/django.po b/wagtail/admin/locale/eu/LC_MESSAGES/django.po index 119a7f81b..f6a55ff35 100644 --- a/wagtail/admin/locale/eu/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/eu/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Basque (http://www.transifex.com/torchbox/wagtail/language/" "eu/)\n" diff --git a/wagtail/admin/locale/fa/LC_MESSAGES/django.mo b/wagtail/admin/locale/fa/LC_MESSAGES/django.mo index 3b73190bc..6d8848c21 100644 Binary files a/wagtail/admin/locale/fa/LC_MESSAGES/django.mo and b/wagtail/admin/locale/fa/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/fa/LC_MESSAGES/django.po b/wagtail/admin/locale/fa/LC_MESSAGES/django.po index 9c891aa60..465290194 100644 --- a/wagtail/admin/locale/fa/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/fa/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Persian (http://www.transifex.com/torchbox/wagtail/language/" "fa/)\n" @@ -21,6 +21,9 @@ msgstr "" "Language: fa\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +msgid "Publish" +msgstr "انتشار" + msgid "Submit for moderation" msgstr "فرستادن برای نظارت" @@ -30,12 +33,18 @@ msgstr "لغو انتشار" msgid "Delete" msgstr "حذف" -msgid "None" -msgstr "خالی" +msgid "Page locked" +msgstr "صفحه قفل شده" + +msgid "Sorry, you do not have permission to access this area." +msgstr "متاسفانه مجوز لازم برای دسترسی به این ناحیه را ندارید." msgid "You do not have permission to access the admin" msgstr "مجوز لازم برای دسترسی به ادمین را ندارید" +msgid "None" +msgstr "خالی" + msgid "Scheduled publishing" msgstr "انتشار زمانبندی‌شده" @@ -61,9 +70,6 @@ msgstr "%s خود را وارد کنید" msgid "Enter your email address to reset your password" msgstr "برای بازنشانی رمز، نشانی ایمیل خود را وارد کنید" -msgid "URL" -msgstr "نشانی" - msgid "You cannot have multiple permission records for the same collection." msgstr "نمی‌توانید چند رکورد مجوز برای یک مجموعه معین داشته باشید." @@ -145,54 +151,62 @@ msgstr "این فیلد لازم است." msgid "Please select at least one group." msgstr "لطفا دست کم یک گروه را انتخاب نمایید." -msgid "Go to Wagtail admin" -msgstr "رفتن به رابط راهبری وگتیل" +msgid "Catalan" +msgstr "کاتالان" -msgid "Account" -msgstr "حساب" +msgid "German" +msgstr "آلمانی" -msgid "Update" -msgstr "بروزرسانی" +msgid "Greek" +msgstr "یونانی" -msgid "Change password" -msgstr "تغییر رمزعبور" +msgid "English" +msgstr "انگلیسی" -msgid "" -"Your password can't be changed here. Please contact a site administrator." -msgstr "رمزعبور شما نمیتواند تغییر کند. لطفا با راهبر سایت تماس بگیرید." +msgid "Spanish" +msgstr "اسپانیولی" -msgid "Language Preferences" -msgstr "ترجیحات زبانی" +msgid "Finnish" +msgstr "فنلاندی" -msgid "Notification preferences" -msgstr "ترجیحات آگاهسازی" +msgid "French" +msgstr "فرانسوی" -msgid "Reset password" -msgstr "بازنشانی رمزعبور" +msgid "Galician" +msgstr "گالیسیایی" -msgid "Password change successful" -msgstr "رمزعبور تغییر یافت" +msgid "Icelandic" +msgstr "ایسلندی" -msgid "Login" -msgstr "ورود" +msgid "Italian" +msgstr "ایتالیایی" -msgid "Set your new password" -msgstr "رمزعبور جدید را وارد نمایید" +msgid "Lithuanian" +msgstr "لیتوانیایی" -msgid "Check your email" -msgstr "ایمیل خود را چک کنید" +msgid "Norwegian Bokmål" +msgstr "بوکمال نروژی" -msgid "Please follow the link below to reset your password:" -msgstr "لطفا لینک پایین را برای بازنشانی رمزعبور دنبال کنید:" +msgid "Netherlands Dutch" +msgstr "آلمانی هلندی" -msgid "Your username (in case you've forgotten):" -msgstr "نام کاربری شما (درصورتی که فراموش کرده اید):" +msgid "Persian" +msgstr "فارسی" -msgid "Password reset" -msgstr "بازنشانی رمزعبور" +msgid "Polish" +msgstr "لهستانی" -msgid "Reset your password" -msgstr "رمزعبور را بازنشانی کنید" +msgid "Brazilian Portuguese" +msgstr "پرتغالی برزیل" + +msgid "Portuguese" +msgstr "پرتغالی" + +msgid "Romanian" +msgstr "رومانیایی" + +msgid "Russian" +msgstr "روسی" msgid "Page" msgstr "صفحه" @@ -215,6 +229,9 @@ msgstr "بستن کاوشگر" msgid "Close" msgstr "بستن" +msgid "Edit '{title}'" +msgstr "ویرایش '{title}'" + msgid "January" msgstr "ژانویه" @@ -272,15 +289,61 @@ msgstr "جمعه" msgid "Sat" msgstr "شنبه" +msgid "Go to Wagtail admin" +msgstr "رفتن به رابط راهبری وگتیل" + +msgid "Account" +msgstr "حساب" + +msgid "Update" +msgstr "بروزرسانی" + +msgid "Change password" +msgstr "تغییر رمزعبور" + +msgid "" +"Your password can't be changed here. Please contact a site administrator." +msgstr "رمزعبور شما نمیتواند تغییر کند. لطفا با راهبر سایت تماس بگیرید." + +msgid "Language Preferences" +msgstr "ترجیحات زبانی" + +msgid "Notification preferences" +msgstr "ترجیحات آگاهسازی" + +msgid "Reset password" +msgstr "بازنشانی رمزعبور" + +msgid "Password change successful" +msgstr "رمزعبور تغییر یافت" + +msgid "Login" +msgstr "ورود" + +msgid "Set your new password" +msgstr "رمزعبور جدید را وارد نمایید" + +msgid "Check your email" +msgstr "ایمیل خود را چک کنید" + +msgid "Please follow the link below to reset your password:" +msgstr "لطفا لینک پایین را برای بازنشانی رمزعبور دنبال کنید:" + +msgid "Your username (in case you've forgotten):" +msgstr "نام کاربری شما (درصورتی که فراموش کرده اید):" + +msgid "Password reset" +msgstr "بازنشانی رمزعبور" + +msgid "Reset your password" +msgstr "رمزعبور را بازنشانی کنید" + msgid "Dashboard" msgstr "داشبورد" msgid "Menu" msgstr "منو" -msgid "Add another" -msgstr "افزودن یکی دیگر" - msgid "Move up" msgstr "حرکت به بالا" @@ -514,8 +577,11 @@ msgstr "گشوده" msgid "Publish this revision" msgstr "انتشار این بازبینی" -msgid "Publish" -msgstr "انتشار" +msgid "Replace current draft" +msgstr "جایگزینی پیشنویس فعلی" + +msgid "Save draft" +msgstr "ذخیره پیشنویس" #, python-format msgid "Create a page in %(title)s" @@ -646,9 +712,6 @@ msgstr "%(page_type)s جدید" msgid "New" msgstr "جدید" -msgid "Save draft" -msgstr "ذخیره پیشنویس" - msgid "This page has unsaved changes." msgstr "این صفحه تغییرات ذخیره نشده دارد." @@ -660,12 +723,6 @@ msgstr "ویرایش %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "ویرایش %(page_type)s %(title)s" -msgid "Page locked" -msgstr "صفحه قفل شده" - -msgid "Replace current draft" -msgstr "جایگزینی پیشنویس فعلی" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "آخرین تغییر: %(last_mod)s" @@ -982,66 +1039,6 @@ msgstr "نمایش در کاوشگر" msgid "Test" msgstr "تست" -msgid "Catalan" -msgstr "کاتالان" - -msgid "German" -msgstr "آلمانی" - -msgid "Greek" -msgstr "یونانی" - -msgid "English" -msgstr "انگلیسی" - -msgid "Spanish" -msgstr "اسپانیولی" - -msgid "Finnish" -msgstr "فنلاندی" - -msgid "French" -msgstr "فرانسوی" - -msgid "Galician" -msgstr "گالیسیایی" - -msgid "Icelandic" -msgstr "ایسلندی" - -msgid "Italian" -msgstr "ایتالیایی" - -msgid "Lithuanian" -msgstr "لیتوانیایی" - -msgid "Norwegian Bokmål" -msgstr "بوکمال نروژی" - -msgid "Netherlands Dutch" -msgstr "آلمانی هلندی" - -msgid "Persian" -msgstr "فارسی" - -msgid "Polish" -msgstr "لهستانی" - -msgid "Brazilian Portuguese" -msgstr "پرتغالی برزیل" - -msgid "Portuguese" -msgstr "پرتغالی" - -msgid "Romanian" -msgstr "رومانیایی" - -msgid "Russian" -msgstr "روسی" - -msgid "Sorry, you do not have permission to access this area." -msgstr "متاسفانه مجوز لازم برای دسترسی به این ناحیه را ندارید." - msgid "Your password has been changed successfully!" msgstr "رمز عبور شما با موفقیت تغییر یافت!" @@ -1188,39 +1185,9 @@ msgstr "اولین" msgid "Latest" msgstr "آخرین" -msgid "Edit '{title}'" -msgstr "ویرایش '{title}'" - -msgid "Preview draft version of '{title}'" -msgstr "پیش نمایش نسخه پیش نویس '{title}'" - -msgid "View live version of '{title}'" -msgstr "دیدن نسخه زنده '{title}'" - -msgid "Add a child page to '{title}' " -msgstr "افزودن زیرصفحه به '{title}'" - msgid "More" msgstr "بیشتر" -msgid "View more options for '{title}'" -msgstr "دیدن گزینه های بیشتر برای '{title}'" - -msgid "Move page '{title}'" -msgstr "انتقال صفحه '{title}'" - -msgid "Copy page '{title}'" -msgstr "کپی صفحه '{title}'" - -msgid "Delete page '{title}'" -msgstr "حذف صفحه '{title}'" - -msgid "Unpublish page '{title}'" -msgstr "لغوانتشار صفحه '{title}'" - -msgid "View revision history for '{title}'" -msgstr "نمایش سابقه بازبینی‌های '{title}'" - msgid "Change the password you use to log in." msgstr "رمزعبورتان را برای ورود تغییر دهید." diff --git a/wagtail/admin/locale/fi/LC_MESSAGES/django.mo b/wagtail/admin/locale/fi/LC_MESSAGES/django.mo index 8bfe4b019..34de6d322 100644 Binary files a/wagtail/admin/locale/fi/LC_MESSAGES/django.mo and b/wagtail/admin/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/fi/LC_MESSAGES/django.po b/wagtail/admin/locale/fi/LC_MESSAGES/django.po index 44a47469c..a24de1184 100644 --- a/wagtail/admin/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/fi/LC_MESSAGES/django.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" "fi/)\n" @@ -23,6 +23,9 @@ msgstr "" "Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgid "Publish" +msgstr "Julkaise" + msgid "Submit for moderation" msgstr "Lähetä tarkistettavaksi" @@ -32,12 +35,18 @@ msgstr "Piilota" msgid "Delete" msgstr "Poista" -msgid "None" -msgstr "Ei mitään" +msgid "Page locked" +msgstr "Sivu lukittu" + +msgid "Sorry, you do not have permission to access this area." +msgstr "Pahoittelut, mutta sinulla ei ole pääsyä tähän osioon." msgid "You do not have permission to access the admin" msgstr "Sinulla ei ole oikeuksia käyttää hallintaa" +msgid "None" +msgstr "Ei mitään" + msgid "Scheduled publishing" msgstr "Ajastettu julkistus" @@ -63,9 +72,6 @@ msgstr "Syötä %s" msgid "Enter your email address to reset your password" msgstr "Syötä sähköpostiosoitteesi palauttaaksesi salasanasi" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "Yhdelle kokoelmalle ei voi olla useampaa pääsyoikeusasetusta." @@ -141,57 +147,12 @@ msgstr "Tämä kenttä on pakollinen." msgid "Please select at least one group." msgstr "Valitse vähintään yksi ryhmä." -msgid "Go to Wagtail admin" -msgstr "Siirry Wagtailin hallintaan" - -msgid "Account" -msgstr "Tili" - -msgid "Update" -msgstr "Päivitä" - -msgid "Change password" -msgstr "Vaihda salasana" - -msgid "" -"Your password can't be changed here. Please contact a site administrator." -msgstr "" -"Salasanaasi ei voi muuttaa täällä. Ole hyvä ja ota yhteys sivuston " -"ylläpitäjään." - -msgid "Notification preferences" -msgstr "Ilmoitusasetukset" - -msgid "Reset password" -msgstr "Palauta salasana" - -msgid "Password change successful" -msgstr "Salasanan vaihto onnistui." - -msgid "Login" -msgstr "Kirjaudu sisään" - -msgid "Set your new password" -msgstr "Aseta uusi salasana." - -msgid "Check your email" -msgstr "Tarkista sähköpostisi" - -msgid "Please follow the link below to reset your password:" -msgstr "Ole hyvä ja seuraa alla olevaa linkkiä nollataksesi salasanasi:" - -msgid "Your username (in case you've forgotten):" -msgstr "Käyttäjätunnuksesi (siltä varalta että olet unohtanut sen):" - -msgid "Password reset" -msgstr "Salasanan palautus" - -msgid "Reset your password" -msgstr "Palauta salasanasi" - msgid "Pages" msgstr "Sivut" +msgid "Edit '{title}'" +msgstr "Muokkaa '{title}'" + msgid "January" msgstr "Tammi" @@ -249,15 +210,60 @@ msgstr "Pe" msgid "Sat" msgstr "La" +msgid "Go to Wagtail admin" +msgstr "Siirry Wagtailin hallintaan" + +msgid "Account" +msgstr "Tili" + +msgid "Update" +msgstr "Päivitä" + +msgid "Change password" +msgstr "Vaihda salasana" + +msgid "" +"Your password can't be changed here. Please contact a site administrator." +msgstr "" +"Salasanaasi ei voi muuttaa täällä. Ole hyvä ja ota yhteys sivuston " +"ylläpitäjään." + +msgid "Notification preferences" +msgstr "Ilmoitusasetukset" + +msgid "Reset password" +msgstr "Palauta salasana" + +msgid "Password change successful" +msgstr "Salasanan vaihto onnistui." + +msgid "Login" +msgstr "Kirjaudu sisään" + +msgid "Set your new password" +msgstr "Aseta uusi salasana." + +msgid "Check your email" +msgstr "Tarkista sähköpostisi" + +msgid "Please follow the link below to reset your password:" +msgstr "Ole hyvä ja seuraa alla olevaa linkkiä nollataksesi salasanasi:" + +msgid "Your username (in case you've forgotten):" +msgstr "Käyttäjätunnuksesi (siltä varalta että olet unohtanut sen):" + +msgid "Password reset" +msgstr "Salasanan palautus" + +msgid "Reset your password" +msgstr "Palauta salasanasi" + msgid "Dashboard" msgstr "Kojelauta" msgid "Menu" msgstr "Valikko" -msgid "Add another" -msgstr "Lisää toinen" - msgid "Move up" msgstr "Siirrä ylös" @@ -485,8 +491,11 @@ msgstr "Ei lukittu" msgid "Publish this revision" msgstr "Julkaise tämä versio" -msgid "Publish" -msgstr "Julkaise" +msgid "Replace current draft" +msgstr "Korvaa nykyinen luonnos" + +msgid "Save draft" +msgstr "Tallenna luonnos" #, python-format msgid "Create a page in %(title)s" @@ -596,9 +605,6 @@ msgstr "Uusi %(page_type)s" msgid "New" msgstr "Uusi" -msgid "Save draft" -msgstr "Tallenna luonnos" - msgid "This page has unsaved changes." msgstr "Tällä sivulla on tallentamattomia muutoksia." @@ -610,12 +616,6 @@ msgstr "Muokataan %(page_type)s-sivua: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "Muokataan %(page_type)s-sivua: %(title)s" -msgid "Page locked" -msgstr "Sivu lukittu" - -msgid "Replace current draft" -msgstr "Korvaa nykyinen luonnos" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Viimeisin muokkaus: %(last_mod)s" @@ -874,9 +874,6 @@ msgstr "Näytä sivuselaimessa" msgid "Test" msgstr "Testi" -msgid "Sorry, you do not have permission to access this area." -msgstr "Pahoittelut, mutta sinulla ei ole pääsyä tähän osioon." - msgid "Your password has been changed successfully!" msgstr "Salasanasi on vaihdettu." @@ -1020,9 +1017,6 @@ msgstr "Aikaisin" msgid "Latest" msgstr "Viimeisin" -msgid "Edit '{title}'" -msgstr "Muokkaa '{title}'" - msgid "More" msgstr "Lisää" diff --git a/wagtail/admin/locale/fr/LC_MESSAGES/django.mo b/wagtail/admin/locale/fr/LC_MESSAGES/django.mo index 31e626140..2a59304c2 100644 Binary files a/wagtail/admin/locale/fr/LC_MESSAGES/django.mo and b/wagtail/admin/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/fr/LC_MESSAGES/django.po b/wagtail/admin/locale/fr/LC_MESSAGES/django.po index 0371e97d7..c325762f6 100644 --- a/wagtail/admin/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/fr/LC_MESSAGES/django.po @@ -27,9 +27,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-09-17 01:17+0000\n" -"Last-Translator: Benoît Vogel \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" "fr/)\n" "MIME-Version: 1.0\n" @@ -38,6 +38,9 @@ msgstr "" "Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +msgid "Publish" +msgstr "Publier" + msgid "Submit for moderation" msgstr "Soumettre pour modération" @@ -47,15 +50,21 @@ msgstr "Dépublier" msgid "Delete" msgstr "Supprimer" +msgid "Page locked" +msgstr "Page vérouillée" + msgid "Wagtail admin" msgstr "Administration Wagtail" -msgid "None" -msgstr "Aucun(e)" +msgid "Sorry, you do not have permission to access this area." +msgstr "Désolé, vous n'avez pas les autorisations pour accéder à cette zone." msgid "You do not have permission to access the admin" msgstr "Vous n’avez pas l’autorisation d’accéder à l’administration" +msgid "None" +msgstr "Aucun(e)" + msgid "Scheduled publishing" msgstr "Publication programmée" @@ -81,9 +90,6 @@ msgstr "Entrez votre %s" msgid "Enter your email address to reset your password" msgstr "Entrez votre adresse e-mail pour réinitialiser votre mot de passe" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "Vous ne pouvez avoir plusieurs permissions pour la même collection." @@ -168,6 +174,246 @@ msgstr "Champ requis." msgid "Please select at least one group." msgstr "Vous devez sélectionner au moins un groupe." +msgid "Arabic" +msgstr "Arabe" + +msgid "Catalan" +msgstr "catalan" + +msgid "Czech" +msgstr "Tchèque" + +msgid "German" +msgstr "allemand" + +msgid "Greek" +msgstr "grec" + +msgid "English" +msgstr "anglais" + +msgid "Spanish" +msgstr "espagnol" + +msgid "Finnish" +msgstr "finnois" + +msgid "French" +msgstr "français" + +msgid "Galician" +msgstr "galicien" + +msgid "Hungarian" +msgstr "Hongrois" + +msgid "Indonesian" +msgstr "Indonésien" + +msgid "Icelandic" +msgstr "islandais" + +msgid "Italian" +msgstr "italien" + +msgid "Korean" +msgstr "coréen" + +msgid "Lithuanian" +msgstr "lituanien" + +msgid "Mongolian" +msgstr "Mongol" + +msgid "Norwegian Bokmål" +msgstr "norvégien bokmål" + +msgid "Netherlands Dutch" +msgstr "néerlandais" + +msgid "Persian" +msgstr "Persan" + +msgid "Polish" +msgstr "polonais" + +msgid "Brazilian Portuguese" +msgstr "portugais brésilien" + +msgid "Portuguese" +msgstr "portugais" + +msgid "Romanian" +msgstr "roumain" + +msgid "Russian" +msgstr "russe" + +msgid "Swedish" +msgstr "suédois" + +msgid "Slovak" +msgstr "Slovaque" + +msgid "Thai" +msgstr "Thaï" + +msgid "Ukrainian" +msgstr "Ukrainien" + +msgid "Chinese (Simplified)" +msgstr "Chinois (Simplifié)" + +msgid "Chinese (Traditional)" +msgstr "Chinois (Traditionnel)" + +msgid "Page" +msgstr "Page" + +msgid "Pages" +msgstr "Pages" + +msgid "Loading…" +msgstr "Chargement…" + +msgid "No results" +msgstr "Aucun résultat" + +msgid "Server Error" +msgstr "Erreur de serveur" + +msgid "See all" +msgstr "Tout voir" + +msgid "Close explorer" +msgstr "Fermer l’explorateur" + +msgid "Alt text" +msgstr "Texte alternatif" + +msgid "Write here…" +msgstr "Écrire ici..." + +msgid "Horizontal line" +msgstr "Ligne horizontale" + +msgid "Line break" +msgstr "Retour à la ligne" + +msgid "Undo" +msgstr "Annuler" + +msgid "Redo" +msgstr "Rétablir" + +msgid "Reload the page" +msgstr "Recharger la page" + +msgid "Reload saved content" +msgstr "Recharger le contenu sauvegardé" + +msgid "Show latest content" +msgstr "Montrer le dernier contenu" + +msgid "Show error" +msgstr "Afficher l’erreur" + +msgid "" +"The editor just crashed. Content has been reset to the last saved version." +msgstr "" +"L’éditeur a rencontré un problème. Le dernier contenu sauvegardé a été " +"restauré." + +msgid "Broken link" +msgstr "Lien mort" + +msgid "Missing document" +msgstr "Document manquant" + +msgid "Close" +msgstr "Fermer" + +msgid "Edit '{title}'" +msgstr "Modifier '{title}'" + +msgid "January" +msgstr "Janvier" + +msgid "February" +msgstr "Février" + +msgid "March" +msgstr "Mars" + +msgid "April" +msgstr "Avril" + +msgid "May" +msgstr "Mai" + +msgid "June" +msgstr "Juin" + +msgid "July" +msgstr "Juillet" + +msgid "August" +msgstr "Août" + +msgid "September" +msgstr "Septembre" + +msgid "October" +msgstr "Octobre" + +msgid "November" +msgstr "Novembre" + +msgid "December" +msgstr "Décembre" + +msgid "Sunday" +msgstr "Dimanche" + +msgid "Monday" +msgstr "Lundi" + +msgid "Tuesday" +msgstr "Mardi" + +msgid "Wednesday" +msgstr "Mercredi" + +msgid "Thursday" +msgstr "Jeudi" + +msgid "Friday" +msgstr "Vendredi" + +msgid "Saturday" +msgstr "Samedi" + +msgid "Sun" +msgstr "Dim" + +msgid "Mon" +msgstr "Lun" + +msgid "Tue" +msgstr "Mar" + +msgid "Wed" +msgstr "Mer" + +msgid "Thu" +msgstr "Jeu" + +msgid "Fri" +msgstr "Ven" + +msgid "Sat" +msgstr "Sam" + msgid "Error 404: Page not found" msgstr "Erreur 404 : Page introuvable" @@ -259,162 +505,12 @@ msgstr "Réinitialisation de mot de passe" msgid "Reset your password" msgstr "Réinitialisez votre mot de passe" -msgid "Page" -msgstr "Page" - -msgid "Pages" -msgstr "Pages" - -msgid "Loading…" -msgstr "Chargement…" - -msgid "No results" -msgstr "Aucun résultat" - -msgid "Server Error" -msgstr "Erreur de serveur" - -msgid "See all" -msgstr "Tout voir" - -msgid "Close explorer" -msgstr "Fermer l’explorateur" - -msgid "Alt text" -msgstr "Texte alternatif" - -msgid "Write here…" -msgstr "Écrire ici..." - -msgid "Horizontal line" -msgstr "Ligne horizontale" - -msgid "Line break" -msgstr "Retour à la ligne" - -msgid "Undo" -msgstr "Annuler" - -msgid "Redo" -msgstr "Rétablir" - -msgid "Reload the page" -msgstr "Recharger la page" - -msgid "Reload saved content" -msgstr "Recharger le contenu sauvegardé" - -msgid "Show latest content" -msgstr "Montrer le dernier contenu" - -msgid "Show error" -msgstr "Afficher l’erreur" - -msgid "" -"The editor just crashed. Content has been reset to the last saved version." -msgstr "" -"L’éditeur a rencontré un problème. Le dernier contenu sauvegardé a été " -"restauré." - -msgid "Broken link" -msgstr "Lien mort" - -msgid "Missing document" -msgstr "Document manquant" - -msgid "Close" -msgstr "Fermer" - -msgid "View child pages of \\" -msgstr "Voir les sous-pages de \\" - -msgid "January" -msgstr "Janvier" - -msgid "February" -msgstr "Février" - -msgid "March" -msgstr "Mars" - -msgid "April" -msgstr "Avril" - -msgid "May" -msgstr "Mai" - -msgid "June" -msgstr "Juin" - -msgid "July" -msgstr "Juillet" - -msgid "August" -msgstr "Août" - -msgid "September" -msgstr "Septembre" - -msgid "October" -msgstr "Octobre" - -msgid "November" -msgstr "Novembre" - -msgid "December" -msgstr "Décembre" - -msgid "Sunday" -msgstr "Dimanche" - -msgid "Monday" -msgstr "Lundi" - -msgid "Tuesday" -msgstr "Mardi" - -msgid "Wednesday" -msgstr "Mercredi" - -msgid "Thursday" -msgstr "Jeudi" - -msgid "Friday" -msgstr "Vendredi" - -msgid "Saturday" -msgstr "Samedi" - -msgid "Sun" -msgstr "Dim" - -msgid "Mon" -msgstr "Lun" - -msgid "Tue" -msgstr "Mar" - -msgid "Wed" -msgstr "Mer" - -msgid "Thu" -msgstr "Jeu" - -msgid "Fri" -msgstr "Ven" - -msgid "Sat" -msgstr "Sam" - msgid "Dashboard" msgstr "Tableau de bord" msgid "Menu" msgstr "Menu" -msgid "Add another" -msgstr "Ajouter un nouveau" - msgid "Move up" msgstr "Monter" @@ -686,8 +782,14 @@ msgstr "Publication..." msgid "Publish this revision" msgstr "Publier cette version" -msgid "Publish" -msgstr "Publier" +msgid "Saving…" +msgstr "Enregistrement…" + +msgid "Replace current draft" +msgstr "Remplacer le brouillon actuel" + +msgid "Save draft" +msgstr "Enregistrer le brouillon" #, python-format msgid "Create a page in %(title)s" @@ -825,12 +927,6 @@ msgstr "Nouveau %(page_type)s" msgid "New" msgstr "Nouveau" -msgid "Saving…" -msgstr "Enregistrement…" - -msgid "Save draft" -msgstr "Enregistrer le brouillon" - msgid "This page has unsaved changes." msgstr "Cette page contient des changements non enregistrés." @@ -842,12 +938,6 @@ msgstr "Modification de %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "Modification de %(page_type)s %(title)s" -msgid "Page locked" -msgstr "Page vérouillée" - -msgid "Replace current draft" -msgstr "Remplacer le brouillon actuel" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Dernière modification : %(last_mod)s" @@ -1214,102 +1304,6 @@ msgstr "Montrer dans l’explorateur" msgid "Test" msgstr "Test" -msgid "Arabic" -msgstr "Arabe" - -msgid "Catalan" -msgstr "catalan" - -msgid "Czech" -msgstr "Tchèque" - -msgid "German" -msgstr "allemand" - -msgid "Greek" -msgstr "grec" - -msgid "English" -msgstr "anglais" - -msgid "Spanish" -msgstr "espagnol" - -msgid "Finnish" -msgstr "finnois" - -msgid "French" -msgstr "français" - -msgid "Galician" -msgstr "galicien" - -msgid "Hungarian" -msgstr "Hongrois" - -msgid "Indonesian" -msgstr "Indonésien" - -msgid "Icelandic" -msgstr "islandais" - -msgid "Italian" -msgstr "italien" - -msgid "Korean" -msgstr "coréen" - -msgid "Lithuanian" -msgstr "lituanien" - -msgid "Mongolian" -msgstr "Mongol" - -msgid "Norwegian Bokmål" -msgstr "norvégien bokmål" - -msgid "Netherlands Dutch" -msgstr "néerlandais" - -msgid "Persian" -msgstr "Persan" - -msgid "Polish" -msgstr "polonais" - -msgid "Brazilian Portuguese" -msgstr "portugais brésilien" - -msgid "Portuguese" -msgstr "portugais" - -msgid "Romanian" -msgstr "roumain" - -msgid "Russian" -msgstr "russe" - -msgid "Swedish" -msgstr "suédois" - -msgid "Slovak" -msgstr "Slovaque" - -msgid "Thai" -msgstr "Thaï" - -msgid "Ukrainian" -msgstr "Ukrainien" - -msgid "Chinese (Simplified)" -msgstr "Chinois (Simplifié)" - -msgid "Chinese (Traditional)" -msgstr "Chinois (Traditionnel)" - -msgid "Sorry, you do not have permission to access this area." -msgstr "Désolé, vous n'avez pas les autorisations pour accéder à cette zone." - msgid "Your password has been changed successfully!" msgstr "Votre mot de passe a été changé avec succès !" @@ -1481,45 +1475,12 @@ msgstr "révision {0} sur \"{1}\"" msgid "Revision {0} of \"{1}\" unscheduled." msgstr "La version {0} de \"{1}\" a été déprogrammée." -msgid "Edit '{title}'" -msgstr "Modifier '{title}'" - -msgid "Preview draft version of '{title}'" -msgstr "Prévisualiser la version brouillon de '{title}'" - -msgid "View live version of '{title}'" -msgstr "Voir la version publiée de '{title}'" - -msgid "Add a child page to '{title}' " -msgstr "Ajouter une sous-page à '{title}'" - msgid "More" msgstr "Plus" -msgid "View more options for '{title}'" -msgstr "Voir plus d’options pour '{title}'" - -msgid "Move page '{title}'" -msgstr "Déplacer la page '{title}'" - -msgid "Copy page '{title}'" -msgstr "Copier la page '{title}'" - -msgid "Delete page '{title}'" -msgstr "Supprimer la page '{title}'" - -msgid "Unpublish page '{title}'" -msgstr "Dépublier la page '{title}'" - -msgid "View revision history for '{title}'" -msgstr "Voir l’historique des révisions pour '{title}'" - msgid "Set profile picture" msgstr "Définir une photo de profil" -msgid "Change your profile picture" -msgstr "Changer votre photo de profil" - msgid "Change the email address linked to your account." msgstr "Changer l’adresse e-mail liée à votre compte." @@ -1541,9 +1502,6 @@ msgstr "Fuseau horaire actuel" msgid "Choose your current time zone." msgstr "Choisissez votre fuseau horaire actuel." -msgid "Heading {level}" -msgstr "En-tête {level}" - msgid "Bulleted list" msgstr "List à puce" diff --git a/wagtail/admin/locale/gl/LC_MESSAGES/django.mo b/wagtail/admin/locale/gl/LC_MESSAGES/django.mo index a30ce3a5a..acd77fbc7 100644 Binary files a/wagtail/admin/locale/gl/LC_MESSAGES/django.mo and b/wagtail/admin/locale/gl/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/gl/LC_MESSAGES/django.po b/wagtail/admin/locale/gl/LC_MESSAGES/django.po index 3021c24c6..99f9fe69e 100644 --- a/wagtail/admin/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/gl/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Galician (http://www.transifex.com/torchbox/wagtail/language/" "gl/)\n" @@ -21,6 +21,9 @@ msgstr "" "Language: gl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgid "Publish" +msgstr "Publicar" + msgid "Submit for moderation" msgstr "Enviar para ser moderado" @@ -30,6 +33,12 @@ msgstr "Non publicar" msgid "Delete" msgstr "Eliminar" +msgid "Page locked" +msgstr "Páxina bloqueada" + +msgid "Sorry, you do not have permission to access this area." +msgstr "Síntoo, non tes permiso para acceder a esta área" + msgid "You do not have permission to access the admin" msgstr "Non tes permisos para acceder ao administrador." @@ -58,9 +67,6 @@ msgstr "Introduce o teu %s" msgid "Enter your email address to reset your password" msgstr "Escribe a túa dirección de correo para restaurar o teu contrasinal" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "Non podes ter múltiples rexistros de permisos para a mesma colección." @@ -132,54 +138,6 @@ msgstr "Procurar termo" msgid "This field is required." msgstr "Este campo é requirido." -msgid "Go to Wagtail admin" -msgstr "Ir ao administrador de Wagtail" - -msgid "Account" -msgstr "Conta" - -msgid "Update" -msgstr "Actualizar" - -msgid "Change password" -msgstr "Cambiar contrasinal" - -msgid "" -"Your password can't be changed here. Please contact a site administrator." -msgstr "" -"O teu contrasinal non pode cambiarse aquí. Por favor, contacta co " -"administrador." - -msgid "Notification preferences" -msgstr "Preferencias de notificacións" - -msgid "Reset password" -msgstr "Restablecer contrasinal" - -msgid "Password change successful" -msgstr "Cambiouse o contrasinal correctamente" - -msgid "Login" -msgstr "Login" - -msgid "Set your new password" -msgstr "Establece o teu novo contrasinal" - -msgid "Check your email" -msgstr "Revisa o teu correo electrónico" - -msgid "Please follow the link below to reset your password:" -msgstr "Por favor, segue a seguinte ligazón para restablecer o contrasinal:" - -msgid "Your username (in case you've forgotten):" -msgstr "O teu nome de usuario (no caso de que che esqueceses):" - -msgid "Password reset" -msgstr "Restablecer contrasinal" - -msgid "Reset your password" -msgstr "Restablecer o teu contrasinal" - msgid "Pages" msgstr "Páxinas" @@ -240,15 +198,60 @@ msgstr "Ve" msgid "Sat" msgstr "Sa" +msgid "Go to Wagtail admin" +msgstr "Ir ao administrador de Wagtail" + +msgid "Account" +msgstr "Conta" + +msgid "Update" +msgstr "Actualizar" + +msgid "Change password" +msgstr "Cambiar contrasinal" + +msgid "" +"Your password can't be changed here. Please contact a site administrator." +msgstr "" +"O teu contrasinal non pode cambiarse aquí. Por favor, contacta co " +"administrador." + +msgid "Notification preferences" +msgstr "Preferencias de notificacións" + +msgid "Reset password" +msgstr "Restablecer contrasinal" + +msgid "Password change successful" +msgstr "Cambiouse o contrasinal correctamente" + +msgid "Login" +msgstr "Login" + +msgid "Set your new password" +msgstr "Establece o teu novo contrasinal" + +msgid "Check your email" +msgstr "Revisa o teu correo electrónico" + +msgid "Please follow the link below to reset your password:" +msgstr "Por favor, segue a seguinte ligazón para restablecer o contrasinal:" + +msgid "Your username (in case you've forgotten):" +msgstr "O teu nome de usuario (no caso de que che esqueceses):" + +msgid "Password reset" +msgstr "Restablecer contrasinal" + +msgid "Reset your password" +msgstr "Restablecer o teu contrasinal" + msgid "Dashboard" msgstr "Panel de control" msgid "Menu" msgstr "Menú" -msgid "Add another" -msgstr "Engadir outro" - msgid "Move up" msgstr "Subir" @@ -474,8 +477,11 @@ msgstr "Desbloqueada" msgid "Publish this revision" msgstr "Publicar esta revisión" -msgid "Publish" -msgstr "Publicar" +msgid "Replace current draft" +msgstr "Substituír borrador actual" + +msgid "Save draft" +msgstr "Gardar borrador" #, python-format msgid "Create a page in %(title)s" @@ -570,9 +576,6 @@ msgstr "Nova %(page_type)s" msgid "New" msgstr "Nova" -msgid "Save draft" -msgstr "Gardar borrador" - msgid "This page has unsaved changes." msgstr "Esta páxina ten cambios sen gardar." @@ -584,12 +587,6 @@ msgstr "Editando %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "Editando %(page_type)s %(title)s" -msgid "Page locked" -msgstr "Páxina bloqueada" - -msgid "Replace current draft" -msgstr "Substituír borrador actual" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Última modificación: %(last_mod)s" @@ -833,9 +830,6 @@ msgstr "Mostrar no Navegador" msgid "Test" msgstr "Test" -msgid "Sorry, you do not have permission to access this area." -msgstr "Síntoo, non tes permiso para acceder a esta área" - msgid "Your password has been changed successfully!" msgstr "¡O teu contrasinal foi cambiado correctamente!" diff --git a/wagtail/admin/locale/he_IL/LC_MESSAGES/django.mo b/wagtail/admin/locale/he_IL/LC_MESSAGES/django.mo index f1988d24b..a0a1f8b8d 100644 Binary files a/wagtail/admin/locale/he_IL/LC_MESSAGES/django.mo and b/wagtail/admin/locale/he_IL/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/he_IL/LC_MESSAGES/django.po b/wagtail/admin/locale/he_IL/LC_MESSAGES/django.po index 0dccf3f90..ddecc2836 100644 --- a/wagtail/admin/locale/he_IL/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/he_IL/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/torchbox/wagtail/" "language/he_IL/)\n" @@ -22,6 +22,9 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % " "1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" +msgid "Publish" +msgstr "פרסם" + msgid "Submit for moderation" msgstr "שלח לעריכה" @@ -31,6 +34,9 @@ msgstr "ביטול פרסום" msgid "Delete" msgstr "מחק" +msgid "Page locked" +msgstr "עמוד נעול" + msgid "Wagtail admin" msgstr "ממשק הניהול של Wagtail" @@ -62,9 +68,6 @@ msgstr "הזינו את ה%s שלכם" msgid "Enter your email address to reset your password" msgstr "הזינו את כתובת הדוא\"ל שלכם כדי לאתחל את הסיסמה" -msgid "URL" -msgstr "כתובת " - msgid "New title" msgstr "כותרת חדשה" @@ -139,43 +142,6 @@ msgstr "ערך לחיפוש" msgid "This field is required." msgstr "שדה חובה" -msgid "Account" -msgstr "חשבון" - -msgid "Update" -msgstr "עדכן" - -msgid "Change password" -msgstr "שינוי סיסמה" - -msgid "" -"Your password can't be changed here. Please contact a site administrator." -msgstr "אי אפשר לשנות את הסיסמה. נא לפנות למנהל האתר." - -msgid "Notification preferences" -msgstr "העדפות התראות" - -msgid "Reset password" -msgstr "איתחול סיסמה" - -msgid "Password change successful" -msgstr "שינוי סיסמה בוצע בהצלחה" - -msgid "Login" -msgstr "התחברות" - -msgid "Set your new password" -msgstr "הגדרת סיסמה חדשה" - -msgid "Check your email" -msgstr "בדקו את תיבת הדואר האלקטרוני שלכם" - -msgid "Password reset" -msgstr "איתחול סיסמה" - -msgid "Reset your password" -msgstr "אתחלו את סיסמתכם" - msgid "January" msgstr "ינואר" @@ -233,15 +199,49 @@ msgstr "שישי" msgid "Sat" msgstr "שבת" +msgid "Account" +msgstr "חשבון" + +msgid "Update" +msgstr "עדכן" + +msgid "Change password" +msgstr "שינוי סיסמה" + +msgid "" +"Your password can't be changed here. Please contact a site administrator." +msgstr "אי אפשר לשנות את הסיסמה. נא לפנות למנהל האתר." + +msgid "Notification preferences" +msgstr "העדפות התראות" + +msgid "Reset password" +msgstr "איתחול סיסמה" + +msgid "Password change successful" +msgstr "שינוי סיסמה בוצע בהצלחה" + +msgid "Login" +msgstr "התחברות" + +msgid "Set your new password" +msgstr "הגדרת סיסמה חדשה" + +msgid "Check your email" +msgstr "בדקו את תיבת הדואר האלקטרוני שלכם" + +msgid "Password reset" +msgstr "איתחול סיסמה" + +msgid "Reset your password" +msgstr "אתחלו את סיסמתכם" + msgid "Dashboard" msgstr "לוח מחוונים" msgid "Menu" msgstr "תפריט" -msgid "Add another" -msgstr "הוסיפו עוד" - msgid "Move up" msgstr "עברו מעלה" @@ -426,8 +426,8 @@ msgstr "בלתי נעול" msgid "Publishing…" msgstr "מפרסם..." -msgid "Publish" -msgstr "פרסם" +msgid "Save draft" +msgstr "שמור טיוטה" #, python-format msgid "Create a page in %(title)s" @@ -523,9 +523,6 @@ msgstr "%(page_type)s חדש" msgid "New" msgstr "חדש " -msgid "Save draft" -msgstr "שמור טיוטה" - #, python-format msgid "Editing %(page_type)s: %(title)s" msgstr "עריכת %(page_type)s: %(title)s" @@ -534,9 +531,6 @@ msgstr "עריכת %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "עריכת %(page_type)s %(title)s" -msgid "Page locked" -msgstr "עמוד נעול" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "שינוי אחרון: %(last_mod)s" diff --git a/wagtail/admin/locale/hr_HR/LC_MESSAGES/django.mo b/wagtail/admin/locale/hr_HR/LC_MESSAGES/django.mo index 0cdac37ae..a19aeda10 100644 Binary files a/wagtail/admin/locale/hr_HR/LC_MESSAGES/django.mo and b/wagtail/admin/locale/hr_HR/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/hr_HR/LC_MESSAGES/django.po b/wagtail/admin/locale/hr_HR/LC_MESSAGES/django.po index ba2349d7a..dd8b7ecad 100644 --- a/wagtail/admin/locale/hr_HR/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/hr_HR/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Croatian (Croatia) (http://www.transifex.com/torchbox/wagtail/" "language/hr_HR/)\n" @@ -71,9 +71,6 @@ msgstr "Kontrolna ploča" msgid "Menu" msgstr "Izbornik" -msgid "Add another" -msgstr "Dodaj novi" - msgid "External link" msgstr "Vanjska poveznica" diff --git a/wagtail/admin/locale/hu/LC_MESSAGES/django.mo b/wagtail/admin/locale/hu/LC_MESSAGES/django.mo index c3e0ade3d..33bfef5d9 100644 Binary files a/wagtail/admin/locale/hu/LC_MESSAGES/django.mo and b/wagtail/admin/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/hu/LC_MESSAGES/django.po b/wagtail/admin/locale/hu/LC_MESSAGES/django.po index 50a1be8c0..0d827b978 100644 --- a/wagtail/admin/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/hu/LC_MESSAGES/django.po @@ -3,6 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# aaao , 2019 # B N , 2018 # Istvan Farkas , 2019 # Kornel Novak Mergulhão , 2016 @@ -11,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-09-03 16:46+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-28 12:41+0000\n" "Last-Translator: Istvan Farkas \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" "hu/)\n" @@ -22,6 +23,9 @@ msgstr "" "Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgid "Publish" +msgstr "Közzététel" + msgid "Submit for moderation" msgstr "Beküldés moderálásra" @@ -31,16 +35,25 @@ msgstr "Visszavonás" msgid "Delete" msgstr "Törlés" +msgid "Save Draft" +msgstr "Vázlat mentése" + +msgid "Page locked" +msgstr "Zárolt oldal" + msgid "Wagtail admin" msgstr "Wagtail Admin" -msgid "None" -msgstr "Üres" +msgid "Sorry, you do not have permission to access this area." +msgstr "Sajnáljuk, de nincs engedélye ezen felület eléréséhez." msgid "You do not have permission to access the admin" msgstr "" "Nincs megfelelő engedélye, hogy hozzáférjen az adminisztrációs felülethez." +msgid "None" +msgstr "Üres" + msgid "Scheduled publishing" msgstr "Oldal közzététele későbbi időpontban" @@ -66,9 +79,6 @@ msgstr "Adja meg a %s értéket" msgid "Enter your email address to reset your password" msgstr "Kérjük adja meg az email címét a jelszó változtatáshoz." -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "Nem lehet több engedély bejegyzés ugyanahhoz az oldalhoz." @@ -152,95 +162,101 @@ msgstr "Egy mező megadása szükséges." msgid "Please select at least one group." msgstr "Kérjük válasszon ki legalább egy csoportot." -msgid "Error 404: Page not found" -msgstr "404-es hiba: az oldal nem található" +msgid "Arabic" +msgstr "arab" -msgid "Error 404" -msgstr "404-es hiba" +msgid "Catalan" +msgstr "katalán" -msgid "The requested page could not be found." -msgstr "A keresett oldal nem található." +msgid "Czech" +msgstr "cseh" -msgid "Go to Wagtail admin" -msgstr "Admin felület megnyitása" +msgid "German" +msgstr "német" -msgid "Account" -msgstr "Felhasználói fiók" +msgid "Greek" +msgstr "görög" -msgid "Change profile picture" -msgstr "Profilkép cseréje" +msgid "English" +msgstr "angol" -msgid "Your current profile picture:" -msgstr "Jelenlegi profilképe:" +msgid "Spanish" +msgstr "spanyol" -msgid "Update" -msgstr "Frissítés" +msgid "Finnish" +msgstr "finn" -msgid "Change email" -msgstr "E-mail cím megváltoztatása" +msgid "French" +msgstr "francia" -msgid "Change password" -msgstr "Jelszó megváltoztatása" +msgid "Galician" +msgstr "galíciai" -msgid "" -"Your password can't be changed here. Please contact a site administrator." -msgstr "" -"A jelszavát itt nem tudja megváltoztatni. Kérem vegye fel a kapcsolatot az " -"oldal rendszergazdájával." +msgid "Hungarian" +msgstr "magyar" -msgid "Set Time Zone" -msgstr "Időzóna beállítása" +msgid "Indonesian" +msgstr "indonéz" -msgid "Language Preferences" -msgstr "Nyelvi beállítások" +msgid "Icelandic" +msgstr "izlandi" -msgid "Notification preferences" -msgstr "Értesítési beállítások" +msgid "Italian" +msgstr "olasz" -msgid "Reset password" -msgstr "Jelszó módosítása" +msgid "Japanese" +msgstr "Japán" -msgid "Password change successful" -msgstr "A jelszót sikeresen módosította" +msgid "Korean" +msgstr "koreai" -msgid "Login" -msgstr "Bejelentkezés" +msgid "Lithuanian" +msgstr "litván" -msgid "Set your new password" -msgstr "Állítsa be az új jelszót" +msgid "Mongolian" +msgstr "mongol" -msgid "Invalid password reset link" -msgstr "Érvénytelen jelszó módosító link" +msgid "Norwegian Bokmål" +msgstr "norvég - bokmål" -msgid "" -"The password reset link was invalid, possibly because it has already been " -"used." -msgstr "" -"A jelszó módosítására szolgáló link érvénytelen, valószínűleg azért, mert " -"már fel lett használva." +msgid "Netherlands Dutch" +msgstr "holland" -msgid "Request a new password reset" -msgstr "Új jelszó igénylése" +msgid "Persian" +msgstr "perzsa" -msgid "Check your email" -msgstr "Ellenőrizze emailjeit" +msgid "Polish" +msgstr "lengyel" -msgid "" -"A link to reset your password has been emailed to you if an account exists " -"for this address." -msgstr "A jelszavának módosításához szükséges linket elküldtük e-mailben." +msgid "Brazilian Portuguese" +msgstr "brazíliai portugál" -msgid "Please follow the link below to reset your password:" -msgstr "Kérem kattintson az alábbi linkre a jelszava módosításához:" +msgid "Portuguese" +msgstr "portugál" -msgid "Your username (in case you've forgotten):" -msgstr "Felhasználónév (ha elfelejtette):" +msgid "Romanian" +msgstr "román" -msgid "Password reset" -msgstr "Jelszó módosítása" +msgid "Russian" +msgstr "orosz" -msgid "Reset your password" -msgstr "Módosítsa jelszavát" +msgid "Swedish" +msgstr "svéd" + +msgid "Slovak" +msgstr "szlovák" + +msgid "Thai" +msgstr "thai" + +msgid "Ukrainian" +msgstr "ukrán" + +msgid "Chinese (Simplified)" +msgstr "kínai (egyszerűsített)" + +msgid "Chinese (Traditional)" +msgstr "kínai (hagyományos)" msgid "Page" msgstr "Oldal" @@ -308,11 +324,11 @@ msgstr "Hiányzó dokumentum" msgid "Close" msgstr "Bezár" -msgid "Edit \\" -msgstr "Szerkesztés \\" +msgid "Edit '{title}'" +msgstr "'{title}' szerkesztése" -msgid "View child pages of \\" -msgstr "Gyermek oldalainak megtekintése \\" +msgid "View child pages of '{title}'" +msgstr "'{title}' gyerekoldalainak megtekintése" msgid "Page explorer" msgstr "Intéző" @@ -395,15 +411,105 @@ msgstr "P" msgid "Sat" msgstr "Szo" +msgid "Error 404: Page not found" +msgstr "404-es hiba: az oldal nem található" + +msgid "Error 404" +msgstr "404-es hiba" + +msgid "The requested page could not be found." +msgstr "A keresett oldal nem található." + +msgid "Go to Wagtail admin" +msgstr "Admin felület megnyitása" + +msgid "Account" +msgstr "Felhasználói fiók" + +msgid "Change profile picture" +msgstr "Profilkép cseréje" + +msgid "Your current profile picture:" +msgstr "Jelenlegi profilképe:" + +msgid "Update" +msgstr "Frissítés" + +msgid "Change email" +msgstr "E-mail cím megváltoztatása" + +msgid "Change name" +msgstr "Név megváltoztatása" + +msgid "Change password" +msgstr "Jelszó megváltoztatása" + +msgid "" +"Your password can't be changed here. Please contact a site administrator." +msgstr "" +"A jelszavát itt nem tudja megváltoztatni. Kérem vegye fel a kapcsolatot az " +"oldal rendszergazdájával." + +msgid "Set Time Zone" +msgstr "Időzóna beállítása" + +msgid "Language Preferences" +msgstr "Nyelvi beállítások" + +msgid "Notification preferences" +msgstr "Értesítési beállítások" + +msgid "Reset password" +msgstr "Jelszó módosítása" + +msgid "Password change successful" +msgstr "A jelszót sikeresen módosította" + +msgid "Login" +msgstr "Bejelentkezés" + +msgid "Set your new password" +msgstr "Állítsa be az új jelszót" + +msgid "Invalid password reset link" +msgstr "Érvénytelen jelszó módosító link" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used." +msgstr "" +"A jelszó módosítására szolgáló link érvénytelen, valószínűleg azért, mert " +"már fel lett használva." + +msgid "Request a new password reset" +msgstr "Új jelszó igénylése" + +msgid "Check your email" +msgstr "Ellenőrizze emailjeit" + +msgid "" +"A link to reset your password has been emailed to you if an account exists " +"for this address." +msgstr "A jelszavának módosításához szükséges linket elküldtük e-mailben." + +msgid "Please follow the link below to reset your password:" +msgstr "Kérem kattintson az alábbi linkre a jelszava módosításához:" + +msgid "Your username (in case you've forgotten):" +msgstr "Felhasználónév (ha elfelejtette):" + +msgid "Password reset" +msgstr "Jelszó módosítása" + +msgid "Reset your password" +msgstr "Módosítsa jelszavát" + msgid "Dashboard" msgstr "Műszerfal" msgid "Menu" msgstr "Menü" -msgid "Add another" -msgstr "Másik hozzáadása" - msgid "Move up" msgstr "Mozgatás fel" @@ -422,6 +528,12 @@ msgstr "Külső link" msgid "Email link" msgstr "Email link" +msgid "Phone link" +msgstr "Telefonszám link" + +msgid "Anchor link" +msgstr "Belső hivatkozás" + #, python-format msgid "" "\n" @@ -438,6 +550,12 @@ msgstr[1] "" "\n" "Találatok száma: %(counter)s" +msgid "Add an anchor link" +msgstr "Belső hivatkozás hozzáadása" + +msgid "Insert anchor" +msgstr "Belső hivatkozás beillesztése" + msgid "Choose" msgstr "Kiválasztás" @@ -473,6 +591,9 @@ msgstr "Link beszúrása" msgid "Add an external link" msgstr "Külső link hozzáadása" +msgid "Add a phone link" +msgstr "Telefonszám link hozzáadása" + msgid "Collection privacy" msgstr "Gyűjtemény láthatósága" @@ -716,8 +837,14 @@ msgstr "Közzététel folyamatban..." msgid "Publish this revision" msgstr "Változat közzététele" -msgid "Publish" -msgstr "Közzététel" +msgid "Saving…" +msgstr "Mentés..." + +msgid "Replace current draft" +msgstr "Jelenlegi vázlat lecserélése" + +msgid "Save draft" +msgstr "Vázlat mentése" #, python-format msgid "Create a page in %(title)s" @@ -853,12 +980,6 @@ msgstr "Új" msgid "Actions" msgstr "Akciók" -msgid "Saving…" -msgstr "Mentés..." - -msgid "Save draft" -msgstr "Vázlat mentése" - msgid "This page has unsaved changes." msgstr "Ezen az oldalon mentetlen változtatások vannak." @@ -870,12 +991,6 @@ msgstr "%(page_type)s szerkesztése: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "%(page_type)s szerkesztése %(title)s" -msgid "Page locked" -msgstr "Zárolt oldal" - -msgid "Replace current draft" -msgstr "Jelenlegi vázlat lecserélése" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Utoljára módosítva: %(last_mod)s" @@ -1268,108 +1383,15 @@ msgstr "" msgid "Test" msgstr "Teszt" -msgid "Arabic" -msgstr "arab" - -msgid "Catalan" -msgstr "katalán" - -msgid "Czech" -msgstr "cseh" - -msgid "German" -msgstr "német" - -msgid "Greek" -msgstr "görög" - -msgid "English" -msgstr "angol" - -msgid "Spanish" -msgstr "spanyol" - -msgid "Finnish" -msgstr "finn" - -msgid "French" -msgstr "francia" - -msgid "Galician" -msgstr "galíciai" - -msgid "Hungarian" -msgstr "magyar" - -msgid "Indonesian" -msgstr "indonéz" - -msgid "Icelandic" -msgstr "izlandi" - -msgid "Italian" -msgstr "olasz" - -msgid "Korean" -msgstr "koreai" - -msgid "Lithuanian" -msgstr "litván" - -msgid "Mongolian" -msgstr "mongol" - -msgid "Norwegian Bokmål" -msgstr "norvég - bokmål" - -msgid "Netherlands Dutch" -msgstr "holland" - -msgid "Persian" -msgstr "perzsa" - -msgid "Polish" -msgstr "lengyel" - -msgid "Brazilian Portuguese" -msgstr "brazíliai portugál" - -msgid "Portuguese" -msgstr "portugál" - -msgid "Romanian" -msgstr "román" - -msgid "Russian" -msgstr "orosz" - -msgid "Swedish" -msgstr "svéd" - -msgid "Slovak" -msgstr "szlovák" - -msgid "Thai" -msgstr "thai" - -msgid "Ukrainian" -msgstr "ukrán" - -msgid "Chinese (Simplified)" -msgstr "kínai (egyszerűsített)" - -msgid "Chinese (Traditional)" -msgstr "kínai (hagyományos)" - -msgid "Sorry, you do not have permission to access this area." -msgstr "Sajnáljuk, de nincs engedélye ezen felület eléréséhez." - msgid "Your password has been changed successfully!" msgstr "Jelszó sikeresen megváltoztatva!" msgid "Your email has been changed successfully!" msgstr "Az e-mail cím sikeresen megváltoztatva!" +msgid "Your name has been changed successfully!" +msgstr "Név sikeresen megváltoztatva!" + msgid "Your preferences have been updated." msgstr "A beállítások frissítése megtörtént." @@ -1532,44 +1554,54 @@ msgstr "'{1}' {0}. verziója" msgid "Revision {0} of \"{1}\" unscheduled." msgstr "'{1}' {0}. verziójának időzítése visszavonva. " -msgid "Edit '{title}'" -msgstr "'{title}' szerkesztése" +#, python-format +msgid "Edit '%(title)s'" +msgstr "'%(title)s' szerkesztése" -msgid "Preview draft version of '{title}'" -msgstr "'{title}' vázlatának előnézete" +#, python-format +msgid "Preview draft version of '%(title)s'" +msgstr "'%(title)s' vázlatának előnézete" -msgid "View live version of '{title}'" -msgstr "'{title}' közzétett verziójának megtekintése" +#, python-format +msgid "View live version of '%(title)s'" +msgstr "'%(title)s' élő változatának előnézete" -msgid "Add a child page to '{title}' " -msgstr "Gyermek oldal hozzáadása ehhez: '{title}'" +#, python-format +msgid "Add a child page to '%(title)s' " +msgstr "Gyermekoldal hozzáadása ehhez: '%(title)s'" msgid "More" msgstr "Tovább" -msgid "View more options for '{title}'" -msgstr "'{title}' további beállításai" +#, python-format +msgid "View more options for '%(title)s'" +msgstr "'%(title)s' oldal további lehetőségei" -msgid "Move page '{title}'" -msgstr "'{title}' oldal mozgatása" +#, python-format +msgid "Move page '%(title)s'" +msgstr "'%(title)s' oldal mozgatása" -msgid "Copy page '{title}'" -msgstr "'{title}' oldal másolása" +#, python-format +msgid "Copy page '%(title)s'" +msgstr "'%(title)s' oldal másolása" -msgid "Delete page '{title}'" -msgstr "'{title}' oldal törlése" +#, python-format +msgid "Delete page '%(title)s'" +msgstr "'%(title)s' oldal törlése" -msgid "Unpublish page '{title}'" -msgstr "'{title}' visszavonása" +#, python-format +msgid "Unpublish page '%(title)s'" +msgstr "'%(title)s' oldal visszavonása" -msgid "View revision history for '{title}'" -msgstr "'{title}' korábbi verzióinak megtekintése" +#, python-format +msgid "View revision history for '%(title)s'" +msgstr "'%(title)s' oldal korábbi verzióinak megtekintése" msgid "Set profile picture" msgstr "Profilkép beállítása" -msgid "Change your profile picture" -msgstr "Profilkép cseréje" +msgid "Change your profile picture." +msgstr "Profilkép megváltoztatása." msgid "Change the email address linked to your account." msgstr "A fiókhoz társított e-mail cím megváltoztatása" @@ -1592,8 +1624,12 @@ msgstr "Jelenlegi időzóna" msgid "Choose your current time zone." msgstr "Válassza ki a jelenlegi időzónáját." -msgid "Heading {level}" -msgstr "Címsor {level}" +msgid "Change your first and last name on your account." +msgstr "A fiókhoz társított vezeték- és keresztnév megváltoztatása." + +#, python-format +msgid "Heading %(level)d" +msgstr "Fejléc %(level)d" msgid "Bulleted list" msgstr "Lista" diff --git a/wagtail/admin/locale/id_ID/LC_MESSAGES/django.mo b/wagtail/admin/locale/id_ID/LC_MESSAGES/django.mo index 823f18157..4e2931eb2 100644 Binary files a/wagtail/admin/locale/id_ID/LC_MESSAGES/django.mo and b/wagtail/admin/locale/id_ID/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/id_ID/LC_MESSAGES/django.po b/wagtail/admin/locale/id_ID/LC_MESSAGES/django.po index a305f6483..c23210b77 100644 --- a/wagtail/admin/locale/id_ID/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/id_ID/LC_MESSAGES/django.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/torchbox/" "wagtail/language/id_ID/)\n" @@ -23,6 +23,9 @@ msgstr "" "Language: id_ID\n" "Plural-Forms: nplurals=1; plural=0;\n" +msgid "Publish" +msgstr "Publikasikan" + msgid "Submit for moderation" msgstr "Kirim untuk dimoderasi" @@ -32,15 +35,21 @@ msgstr "Tarik publikasi" msgid "Delete" msgstr "Hapus" +msgid "Page locked" +msgstr "Halaman dikunci" + msgid "Wagtail admin" msgstr "Wagtail admin" -msgid "None" -msgstr "Tidak ada" +msgid "Sorry, you do not have permission to access this area." +msgstr "Maaf, Anda tidak memiliki izin untuk mengakses area ini" msgid "You do not have permission to access the admin" msgstr "Anda tidak memiliki izin untuk mengakses pengelolaan" +msgid "None" +msgstr "Tidak ada" + msgid "Scheduled publishing" msgstr "Penerbitan terjadwal" @@ -66,9 +75,6 @@ msgstr "Masukkan %s anda" msgid "Enter your email address to reset your password" msgstr "Masukkan alamat surel untuk atur ulang kata sandi anda" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "" "Anda tidak boleh memiliki lebih dari satu izin untuk koleksi yang sama." @@ -152,6 +158,216 @@ msgstr "Kolom ini harus diisi." msgid "Please select at least one group." msgstr "Harap memilih minimal satu grup." +msgid "Catalan" +msgstr "Katalan" + +msgid "German" +msgstr "Jerman" + +msgid "Greek" +msgstr "Yunani" + +msgid "English" +msgstr "Inggris" + +msgid "Spanish" +msgstr "Spanyol" + +msgid "Finnish" +msgstr "Finlandia" + +msgid "French" +msgstr "Perancis" + +msgid "Galician" +msgstr "Galicia" + +msgid "Icelandic" +msgstr "Islandia" + +msgid "Italian" +msgstr "Italia" + +msgid "Korean" +msgstr "Korea" + +msgid "Lithuanian" +msgstr "Lituania" + +msgid "Norwegian Bokmål" +msgstr "Norwegia" + +msgid "Netherlands Dutch" +msgstr "Belanda" + +msgid "Persian" +msgstr "Persia" + +msgid "Polish" +msgstr "Polandia" + +msgid "Brazilian Portuguese" +msgstr "Portugis Brasil" + +msgid "Portuguese" +msgstr "Portugis" + +msgid "Romanian" +msgstr "Romania" + +msgid "Russian" +msgstr "Rusia" + +msgid "Swedish" +msgstr "Swedia" + +msgid "Slovak" +msgstr "Slowakia" + +msgid "Ukrainian" +msgstr "Ukraina" + +msgid "Page" +msgstr "Halaman" + +msgid "Pages" +msgstr "Halaman" + +msgid "Loading…" +msgstr "Memuat..." + +msgid "No results" +msgstr "Tidak ada hasil" + +msgid "Server Error" +msgstr "Galat pada Server" + +msgid "See all" +msgstr "Lihat semua" + +msgid "Close explorer" +msgstr "Tutup penjelajah" + +msgid "Alt text" +msgstr "Teks alt" + +msgid "Write here…" +msgstr "Tulis disini..." + +msgid "Horizontal line" +msgstr "Garis horizontal" + +msgid "Line break" +msgstr "Akhir baris" + +msgid "Undo" +msgstr "Urungkan" + +msgid "Redo" +msgstr "Ulangi" + +msgid "Reload the page" +msgstr "Muat ulang halaman" + +msgid "Reload saved content" +msgstr "Muat ulang konten tersimpan" + +msgid "Show latest content" +msgstr "Tampilkan konten terbaru" + +msgid "Show error" +msgstr "Tampilkan error" + +msgid "" +"The editor just crashed. Content has been reset to the last saved version." +msgstr "" +"Editor telah gagal. Konten telah dipasang ulang dengan versi terakhir yang " +"disimpan." + +msgid "Close" +msgstr "Tutup" + +msgid "Edit '{title}'" +msgstr "Ubah '{title}'" + +msgid "January" +msgstr "Januari" + +msgid "February" +msgstr "Februari" + +msgid "March" +msgstr "Maret" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "Mei" + +msgid "June" +msgstr "Juni" + +msgid "July" +msgstr "Juli" + +msgid "August" +msgstr "Agustus" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "Desember" + +msgid "Sunday" +msgstr "Minggu" + +msgid "Monday" +msgstr "Senin" + +msgid "Tuesday" +msgstr "Selasa" + +msgid "Wednesday" +msgstr "Rabu" + +msgid "Thursday" +msgstr "Kamis" + +msgid "Friday" +msgstr "Jum'at" + +msgid "Saturday" +msgstr "Sabtu" + +msgid "Sun" +msgstr "Min" + +msgid "Mon" +msgstr "Sen" + +msgid "Tue" +msgstr "Sel" + +msgid "Wed" +msgstr "Rab" + +msgid "Thu" +msgstr "Kam" + +msgid "Fri" +msgstr "Jum" + +msgid "Sat" +msgstr "Sab" + msgid "Error 404: Page not found" msgstr "Galat 404: Halaman tidak ditemukan" @@ -243,153 +459,12 @@ msgstr "Pengaturan ulang kata sandi" msgid "Reset your password" msgstr "Atur ulang kata sandi Anda" -msgid "Page" -msgstr "Halaman" - -msgid "Pages" -msgstr "Halaman" - -msgid "Loading…" -msgstr "Memuat..." - -msgid "No results" -msgstr "Tidak ada hasil" - -msgid "Server Error" -msgstr "Galat pada Server" - -msgid "See all" -msgstr "Lihat semua" - -msgid "Close explorer" -msgstr "Tutup penjelajah" - -msgid "Alt text" -msgstr "Teks alt" - -msgid "Write here…" -msgstr "Tulis disini..." - -msgid "Horizontal line" -msgstr "Garis horizontal" - -msgid "Line break" -msgstr "Akhir baris" - -msgid "Undo" -msgstr "Urungkan" - -msgid "Redo" -msgstr "Ulangi" - -msgid "Reload the page" -msgstr "Muat ulang halaman" - -msgid "Reload saved content" -msgstr "Muat ulang konten tersimpan" - -msgid "Show latest content" -msgstr "Tampilkan konten terbaru" - -msgid "Show error" -msgstr "Tampilkan error" - -msgid "" -"The editor just crashed. Content has been reset to the last saved version." -msgstr "" -"Editor telah gagal. Konten telah dipasang ulang dengan versi terakhir yang " -"disimpan." - -msgid "Close" -msgstr "Tutup" - -msgid "January" -msgstr "Januari" - -msgid "February" -msgstr "Februari" - -msgid "March" -msgstr "Maret" - -msgid "April" -msgstr "April" - -msgid "May" -msgstr "Mei" - -msgid "June" -msgstr "Juni" - -msgid "July" -msgstr "Juli" - -msgid "August" -msgstr "Agustus" - -msgid "September" -msgstr "September" - -msgid "October" -msgstr "Oktober" - -msgid "November" -msgstr "November" - -msgid "December" -msgstr "Desember" - -msgid "Sunday" -msgstr "Minggu" - -msgid "Monday" -msgstr "Senin" - -msgid "Tuesday" -msgstr "Selasa" - -msgid "Wednesday" -msgstr "Rabu" - -msgid "Thursday" -msgstr "Kamis" - -msgid "Friday" -msgstr "Jum'at" - -msgid "Saturday" -msgstr "Sabtu" - -msgid "Sun" -msgstr "Min" - -msgid "Mon" -msgstr "Sen" - -msgid "Tue" -msgstr "Sel" - -msgid "Wed" -msgstr "Rab" - -msgid "Thu" -msgstr "Kam" - -msgid "Fri" -msgstr "Jum" - -msgid "Sat" -msgstr "Sab" - msgid "Dashboard" msgstr "Dasbor" msgid "Menu" msgstr "Menu" -msgid "Add another" -msgstr "Tambah yang lainnya" - msgid "Move up" msgstr "Geser ke atas" @@ -653,8 +728,14 @@ msgstr "Mempublikasikan..." msgid "Publish this revision" msgstr "Publikasi revisi ini" -msgid "Publish" -msgstr "Publikasikan" +msgid "Saving…" +msgstr "Menyimpan..." + +msgid "Replace current draft" +msgstr "Gantikan konsep saat ini" + +msgid "Save draft" +msgstr "Simpan konsep" #, python-format msgid "Create a page in %(title)s" @@ -783,12 +864,6 @@ msgstr "%(page_type)s baru" msgid "New" msgstr "Baru" -msgid "Saving…" -msgstr "Menyimpan..." - -msgid "Save draft" -msgstr "Simpan konsep" - msgid "This page has unsaved changes." msgstr "Terdapat perubahan yang belum disimpan dalam halaman ini." @@ -800,12 +875,6 @@ msgstr "Mengubah %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "Mengubah %(page_type)s %(title)s" -msgid "Page locked" -msgstr "Halaman dikunci" - -msgid "Replace current draft" -msgstr "Gantikan konsep saat ini" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Terakhir diubah: %(last_mod)s" @@ -1159,78 +1228,6 @@ msgstr "Tampilkan di Penjelajah" msgid "Test" msgstr "Uji" -msgid "Catalan" -msgstr "Katalan" - -msgid "German" -msgstr "Jerman" - -msgid "Greek" -msgstr "Yunani" - -msgid "English" -msgstr "Inggris" - -msgid "Spanish" -msgstr "Spanyol" - -msgid "Finnish" -msgstr "Finlandia" - -msgid "French" -msgstr "Perancis" - -msgid "Galician" -msgstr "Galicia" - -msgid "Icelandic" -msgstr "Islandia" - -msgid "Italian" -msgstr "Italia" - -msgid "Korean" -msgstr "Korea" - -msgid "Lithuanian" -msgstr "Lituania" - -msgid "Norwegian Bokmål" -msgstr "Norwegia" - -msgid "Netherlands Dutch" -msgstr "Belanda" - -msgid "Persian" -msgstr "Persia" - -msgid "Polish" -msgstr "Polandia" - -msgid "Brazilian Portuguese" -msgstr "Portugis Brasil" - -msgid "Portuguese" -msgstr "Portugis" - -msgid "Romanian" -msgstr "Romania" - -msgid "Russian" -msgstr "Rusia" - -msgid "Swedish" -msgstr "Swedia" - -msgid "Slovak" -msgstr "Slowakia" - -msgid "Ukrainian" -msgstr "Ukraina" - -msgid "Sorry, you do not have permission to access this area." -msgstr "Maaf, Anda tidak memiliki izin untuk mengakses area ini" - msgid "Your password has been changed successfully!" msgstr "Kata sandi Anda telah berhasil diubah!" @@ -1392,45 +1389,12 @@ msgstr "revisi {0} dari \"{1}\"" msgid "Revision {0} of \"{1}\" unscheduled." msgstr "Jadwal revisi {0} dari \"{1}\" dihapus." -msgid "Edit '{title}'" -msgstr "Ubah '{title}'" - -msgid "Preview draft version of '{title}'" -msgstr "Pratinjau versi konsep dari '{title}'" - -msgid "View live version of '{title}'" -msgstr "Lihat versi aktif dari '{title}'" - -msgid "Add a child page to '{title}' " -msgstr "Tambahkan halaman turunan ke '{title}' " - msgid "More" msgstr "Lainnya" -msgid "View more options for '{title}'" -msgstr "Tampilkan pilihan lain untuk '{title}'" - -msgid "Move page '{title}'" -msgstr "Pindah halaman '{title}'" - -msgid "Copy page '{title}'" -msgstr "Salin halaman '{title}'" - -msgid "Delete page '{title}'" -msgstr "Hapus halaman '{title}'" - -msgid "Unpublish page '{title}'" -msgstr "Tarik publikasi halaman '{title}'" - -msgid "View revision history for '{title}'" -msgstr "Tampilkan catatan revisi '{title}'" - msgid "Set profile picture" msgstr "Atur gambar profil" -msgid "Change your profile picture" -msgstr "Ubah gambar profil Anda" - msgid "Change the email address linked to your account." msgstr "Ubah alamat surel yang terkait dengan akun Anda." @@ -1452,9 +1416,6 @@ msgstr "Zona Waktu Saat Ini" msgid "Choose your current time zone." msgstr "Pilih zona waktu saat ini." -msgid "Heading {level}" -msgstr "Titel {level}" - msgid "Bulleted list" msgstr "Daftar Bullet" diff --git a/wagtail/admin/locale/is_IS/LC_MESSAGES/django.mo b/wagtail/admin/locale/is_IS/LC_MESSAGES/django.mo index 9575ee4c1..2459a1594 100644 Binary files a/wagtail/admin/locale/is_IS/LC_MESSAGES/django.mo and b/wagtail/admin/locale/is_IS/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/is_IS/LC_MESSAGES/django.po b/wagtail/admin/locale/is_IS/LC_MESSAGES/django.po index afc54e7bc..e8cf077b7 100644 --- a/wagtail/admin/locale/is_IS/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/is_IS/LC_MESSAGES/django.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/torchbox/" "wagtail/language/is_IS/)\n" @@ -22,6 +22,9 @@ msgstr "" "Language: is_IS\n" "Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" +msgid "Publish" +msgstr "Setja í birtingu" + msgid "Submit for moderation" msgstr "Senda inn til samþykktar" @@ -31,15 +34,21 @@ msgstr "Taka úr loftinu" msgid "Delete" msgstr "Eyða" +msgid "Page locked" +msgstr "Síða læst" + msgid "Wagtail admin" msgstr "Stjórnborð Wagtail" -msgid "None" -msgstr "Ekkert" +msgid "Sorry, you do not have permission to access this area." +msgstr "Því miður, þú hefur ekki heimildir til að skoða þetta svæði." msgid "You do not have permission to access the admin" msgstr "Þú ert ekki með réttindi til þess að skoða umsjónarsvæðið" +msgid "None" +msgstr "Ekkert" + msgid "Scheduled publishing" msgstr "Tímasetning birtingar" @@ -65,9 +74,6 @@ msgstr "Sláðu inn %s" msgid "Enter your email address to reset your password" msgstr "Sláðu inn netfangið þitt til að endursetja lykilorðið þitt." -msgid "URL" -msgstr "Slóð" - msgid "You cannot have multiple permission records for the same collection." msgstr "Þú getur ekki haft margar heimildafærslur fyrir sama safnið" @@ -156,6 +162,222 @@ msgstr "Þennan reit þarf að fylla út." msgid "Please select at least one group." msgstr "Vinsamlegast veljið amk eina grúppu." +msgid "Arabic" +msgstr "Arabíska" + +msgid "Catalan" +msgstr "Catalan" + +msgid "German" +msgstr "Þýska" + +msgid "Greek" +msgstr "Gríska" + +msgid "English" +msgstr "Enska" + +msgid "Spanish" +msgstr "Spænska" + +msgid "Finnish" +msgstr "Finnska" + +msgid "French" +msgstr "Franska" + +msgid "Galician" +msgstr "Galiska" + +msgid "Indonesian" +msgstr "Indónesíska" + +msgid "Icelandic" +msgstr "Íslenska" + +msgid "Italian" +msgstr "Ítalska" + +msgid "Korean" +msgstr "Kóreyska" + +msgid "Lithuanian" +msgstr "Litháenska" + +msgid "Norwegian Bokmål" +msgstr "Norska" + +msgid "Netherlands Dutch" +msgstr "Hollenska" + +msgid "Persian" +msgstr "Persneska" + +msgid "Polish" +msgstr "Pólska" + +msgid "Brazilian Portuguese" +msgstr "Brasilísk Portúgalska" + +msgid "Portuguese" +msgstr "Portúgalska" + +msgid "Romanian" +msgstr "Rúmenska" + +msgid "Russian" +msgstr "Rússneska" + +msgid "Swedish" +msgstr "Sænska" + +msgid "Slovak" +msgstr "Slóveska" + +msgid "Ukrainian" +msgstr "Úkraínska" + +msgid "Page" +msgstr "Síða" + +msgid "Pages" +msgstr "Síður" + +msgid "Loading…" +msgstr "Hleð..." + +msgid "No results" +msgstr "Engar niðurstöður" + +msgid "Server Error" +msgstr "Villa á vefþjóni" + +msgid "See all" +msgstr "Sjá allt" + +msgid "Close explorer" +msgstr "Loka veftré" + +msgid "Alt text" +msgstr "Hjálpartexti" + +msgid "Write here…" +msgstr "Skrifið hér..." + +msgid "Horizontal line" +msgstr "Þverlína" + +msgid "Line break" +msgstr "Ný lína" + +msgid "Undo" +msgstr "Bakka" + +msgid "Redo" +msgstr "Endurgera" + +msgid "Reload the page" +msgstr "Endurhlaða síðunni" + +msgid "Reload saved content" +msgstr "Endurhlaða vistuðu efni" + +msgid "Show latest content" +msgstr "Sýna nýjasta efni" + +msgid "Show error" +msgstr "Sýna villu" + +msgid "" +"The editor just crashed. Content has been reset to the last saved version." +msgstr "" +"Ritillinn lenti í villu. Efnið hefur verið endurstillt í síðustu vistuðu " +"útgáfu." + +msgid "Close" +msgstr "Loka" + +msgid "Edit '{title}'" +msgstr "Breyta '{title}'" + +msgid "January" +msgstr "Janúar" + +msgid "February" +msgstr "Febrúar" + +msgid "March" +msgstr "Mars" + +msgid "April" +msgstr "Apríl" + +msgid "May" +msgstr "Maí" + +msgid "June" +msgstr "Júní" + +msgid "July" +msgstr "Júlí" + +msgid "August" +msgstr "Ágúst" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Október" + +msgid "November" +msgstr "Nóvember" + +msgid "December" +msgstr "Desember" + +msgid "Sunday" +msgstr "Sunnudagur" + +msgid "Monday" +msgstr "Mánudagur" + +msgid "Tuesday" +msgstr "Þriðjudagur" + +msgid "Wednesday" +msgstr "Miðvikudagur" + +msgid "Thursday" +msgstr "Fimmtudagur" + +msgid "Friday" +msgstr "Föstudagur" + +msgid "Saturday" +msgstr "Laugardagur" + +msgid "Sun" +msgstr "Sun" + +msgid "Mon" +msgstr "Mán" + +msgid "Tue" +msgstr "Þri" + +msgid "Wed" +msgstr "Mið" + +msgid "Thu" +msgstr "Fim" + +msgid "Fri" +msgstr "Fös" + +msgid "Sat" +msgstr "Lau" + msgid "Error 404: Page not found" msgstr "404: Síðan fannst ekki" @@ -250,153 +472,12 @@ msgstr "Endursetja lykilorð" msgid "Reset your password" msgstr "Endursettu lykilorðið þitt" -msgid "Page" -msgstr "Síða" - -msgid "Pages" -msgstr "Síður" - -msgid "Loading…" -msgstr "Hleð..." - -msgid "No results" -msgstr "Engar niðurstöður" - -msgid "Server Error" -msgstr "Villa á vefþjóni" - -msgid "See all" -msgstr "Sjá allt" - -msgid "Close explorer" -msgstr "Loka veftré" - -msgid "Alt text" -msgstr "Hjálpartexti" - -msgid "Write here…" -msgstr "Skrifið hér..." - -msgid "Horizontal line" -msgstr "Þverlína" - -msgid "Line break" -msgstr "Ný lína" - -msgid "Undo" -msgstr "Bakka" - -msgid "Redo" -msgstr "Endurgera" - -msgid "Reload the page" -msgstr "Endurhlaða síðunni" - -msgid "Reload saved content" -msgstr "Endurhlaða vistuðu efni" - -msgid "Show latest content" -msgstr "Sýna nýjasta efni" - -msgid "Show error" -msgstr "Sýna villu" - -msgid "" -"The editor just crashed. Content has been reset to the last saved version." -msgstr "" -"Ritillinn lenti í villu. Efnið hefur verið endurstillt í síðustu vistuðu " -"útgáfu." - -msgid "Close" -msgstr "Loka" - -msgid "January" -msgstr "Janúar" - -msgid "February" -msgstr "Febrúar" - -msgid "March" -msgstr "Mars" - -msgid "April" -msgstr "Apríl" - -msgid "May" -msgstr "Maí" - -msgid "June" -msgstr "Júní" - -msgid "July" -msgstr "Júlí" - -msgid "August" -msgstr "Ágúst" - -msgid "September" -msgstr "September" - -msgid "October" -msgstr "Október" - -msgid "November" -msgstr "Nóvember" - -msgid "December" -msgstr "Desember" - -msgid "Sunday" -msgstr "Sunnudagur" - -msgid "Monday" -msgstr "Mánudagur" - -msgid "Tuesday" -msgstr "Þriðjudagur" - -msgid "Wednesday" -msgstr "Miðvikudagur" - -msgid "Thursday" -msgstr "Fimmtudagur" - -msgid "Friday" -msgstr "Föstudagur" - -msgid "Saturday" -msgstr "Laugardagur" - -msgid "Sun" -msgstr "Sun" - -msgid "Mon" -msgstr "Mán" - -msgid "Tue" -msgstr "Þri" - -msgid "Wed" -msgstr "Mið" - -msgid "Thu" -msgstr "Fim" - -msgid "Fri" -msgstr "Fös" - -msgid "Sat" -msgstr "Lau" - msgid "Dashboard" msgstr "Yfirlitssíða" msgid "Menu" msgstr "Valmynd" -msgid "Add another" -msgstr "Bæta við annarri" - msgid "Move up" msgstr "Færa upp" @@ -662,8 +743,14 @@ msgstr "Set í birtingu..." msgid "Publish this revision" msgstr "Setja þessa útgáfu í loftið" -msgid "Publish" -msgstr "Setja í birtingu" +msgid "Saving…" +msgstr "Vista..." + +msgid "Replace current draft" +msgstr "Skipta út núverandi vinnuskjali" + +msgid "Save draft" +msgstr "Vista uppkast" #, python-format msgid "Create a page in %(title)s" @@ -800,12 +887,6 @@ msgstr "Ný %(page_type)s" msgid "New" msgstr "Ný" -msgid "Saving…" -msgstr "Vista..." - -msgid "Save draft" -msgstr "Vista uppkast" - msgid "This page has unsaved changes." msgstr "Þessi síða er með óvistaðar breytingar." @@ -817,12 +898,6 @@ msgstr "Breyti %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "Breyti %(page_type)s %(title)s" -msgid "Page locked" -msgstr "Síða læst" - -msgid "Replace current draft" -msgstr "Skipta út núverandi vinnuskjali" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Síðast breytt: %(last_mod)s" @@ -1199,84 +1274,6 @@ msgstr "Sýna í veftré" msgid "Test" msgstr "Prufa" -msgid "Arabic" -msgstr "Arabíska" - -msgid "Catalan" -msgstr "Catalan" - -msgid "German" -msgstr "Þýska" - -msgid "Greek" -msgstr "Gríska" - -msgid "English" -msgstr "Enska" - -msgid "Spanish" -msgstr "Spænska" - -msgid "Finnish" -msgstr "Finnska" - -msgid "French" -msgstr "Franska" - -msgid "Galician" -msgstr "Galiska" - -msgid "Indonesian" -msgstr "Indónesíska" - -msgid "Icelandic" -msgstr "Íslenska" - -msgid "Italian" -msgstr "Ítalska" - -msgid "Korean" -msgstr "Kóreyska" - -msgid "Lithuanian" -msgstr "Litháenska" - -msgid "Norwegian Bokmål" -msgstr "Norska" - -msgid "Netherlands Dutch" -msgstr "Hollenska" - -msgid "Persian" -msgstr "Persneska" - -msgid "Polish" -msgstr "Pólska" - -msgid "Brazilian Portuguese" -msgstr "Brasilísk Portúgalska" - -msgid "Portuguese" -msgstr "Portúgalska" - -msgid "Romanian" -msgstr "Rúmenska" - -msgid "Russian" -msgstr "Rússneska" - -msgid "Swedish" -msgstr "Sænska" - -msgid "Slovak" -msgstr "Slóveska" - -msgid "Ukrainian" -msgstr "Úkraínska" - -msgid "Sorry, you do not have permission to access this area." -msgstr "Því miður, þú hefur ekki heimildir til að skoða þetta svæði." - msgid "Your password has been changed successfully!" msgstr "Tókst að breyta lykilorðinu þínu!" @@ -1441,45 +1438,12 @@ msgstr "útgáfa {0} af \"{1}\"" msgid "Revision {0} of \"{1}\" unscheduled." msgstr "Útgáfa {0} af \"{1}\" ekki tímastillt." -msgid "Edit '{title}'" -msgstr "Breyta '{title}'" - -msgid "Preview draft version of '{title}'" -msgstr "Forskoða uppkast af '{title}'" - -msgid "View live version of '{title}'" -msgstr "Skoða útgáfu af '{title}' í birtingu" - -msgid "Add a child page to '{title}' " -msgstr "Bæta undirsíðu við '{title}'" - msgid "More" msgstr "Meira" -msgid "View more options for '{title}'" -msgstr "Skoða fleiri valkosti fyrir '{title}'" - -msgid "Move page '{title}'" -msgstr "Færa síðu '{title}'" - -msgid "Copy page '{title}'" -msgstr "Afrita síðu '{title}'" - -msgid "Delete page '{title}'" -msgstr "Eyða síðu '{title}'" - -msgid "Unpublish page '{title}'" -msgstr "Taka '{title}' úr loftinu" - -msgid "View revision history for '{title}'" -msgstr "Skoða útgáfusögu '{title}'" - msgid "Set profile picture" msgstr "Setja sem prófílmynd" -msgid "Change your profile picture" -msgstr "Breyttu prófílmynd þinni" - msgid "Change the email address linked to your account." msgstr "Breyta netfanginu sem er tengt við aðganginn þinn." @@ -1501,9 +1465,6 @@ msgstr "Núverandi tímabelti" msgid "Choose your current time zone." msgstr "Veldu þitt tímabelti" -msgid "Heading {level}" -msgstr "Millifyrirsögn {level}" - msgid "Bulleted list" msgstr "Ónúmeraður listi" diff --git a/wagtail/admin/locale/it/LC_MESSAGES/django.mo b/wagtail/admin/locale/it/LC_MESSAGES/django.mo index 2a9c8a5fc..bcb604e2a 100644 Binary files a/wagtail/admin/locale/it/LC_MESSAGES/django.mo and b/wagtail/admin/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/it/LC_MESSAGES/django.po b/wagtail/admin/locale/it/LC_MESSAGES/django.po index 9845497c1..802955c36 100644 --- a/wagtail/admin/locale/it/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/it/LC_MESSAGES/django.po @@ -10,14 +10,15 @@ # Giacomo Ghizzani , 2015-2018 # giammi , 2016,2018 # Guglielmo Celata , 2019 +# LB (Ben Johnston) , 2019 # Sandro Badalamenti , 2019 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-29 21:55+0000\n" +"Last-Translator: LB (Ben Johnston) \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" "it/)\n" "MIME-Version: 1.0\n" @@ -26,6 +27,9 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgid "Publish" +msgstr "Pubblica" + msgid "Submit for moderation" msgstr "Invia per la moderazione" @@ -35,15 +39,21 @@ msgstr "Annulla pubblicazione" msgid "Delete" msgstr "Elimina" +msgid "Page locked" +msgstr "Pagina bloccata" + msgid "Wagtail admin" msgstr "Gestione Wagtail" -msgid "None" -msgstr "Nessuno" +msgid "Sorry, you do not have permission to access this area." +msgstr "Spiacente, non hai i permessi per accedere a questa area." msgid "You do not have permission to access the admin" msgstr "Spiacente, non hai i permessi per accedere all'area di amministrazione" +msgid "None" +msgstr "Nessuno" + msgid "Scheduled publishing" msgstr "Data pubblicazione" @@ -69,9 +79,6 @@ msgstr "Inserisci il tuo %s" msgid "Enter your email address to reset your password" msgstr "Digita la tua email per resettare la password" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "" "Spiacente, ma non puoi avere diverse registrazioni per la stessa raccolta." @@ -154,97 +161,92 @@ msgstr "Questo campo è obbligatorio" msgid "Please select at least one group." msgstr "Seleziona almeno un gruppo." -msgid "Error 404: Page not found" -msgstr "Errore 404: Pagina non trovata" +msgid "Arabic" +msgstr "Arabo" -msgid "Error 404" -msgstr "Errore 404" +msgid "Catalan" +msgstr "Catalano" -msgid "The requested page could not be found." -msgstr "La pagina richiesta non è stata trovata." +msgid "German" +msgstr "Tedesco" -msgid "Go to Wagtail admin" -msgstr "Vai all'interfaccia admin di Wagtail" +msgid "Greek" +msgstr "Greco" -msgid "Account" -msgstr "Account" +msgid "English" +msgstr "Inglese" -msgid "Change profile picture" -msgstr "Cambia immagine del profilo" +msgid "Spanish" +msgstr "Spagnolo" -msgid "Your current profile picture:" -msgstr "La tua immagine attuale del profilo:" +msgid "Finnish" +msgstr "Finnico" -msgid "Update" -msgstr "Aggiorna" +msgid "French" +msgstr "Francese" -msgid "Change email" -msgstr "Cambia email" +msgid "Galician" +msgstr "Galician" -msgid "Change password" -msgstr "Cambia password" +msgid "Indonesian" +msgstr "Indonesiano" -msgid "" -"Your password can't be changed here. Please contact a site administrator." -msgstr "" -"La tua password non può esser cambiata qui. Per favore contatta " -"l'amministratore del sito" +msgid "Icelandic" +msgstr "Icelandic" -msgid "Set Time Zone" -msgstr "Imposta il fuso orario" +msgid "Italian" +msgstr "Italiano" -msgid "Language Preferences" -msgstr "Impostazioni Lingua" +msgid "Korean" +msgstr "Koreano" -msgid "Notification preferences" -msgstr "Preferenze delle notifiche" +msgid "Lithuanian" +msgstr "Lithuanian" -msgid "Reset password" -msgstr "Inserisci password" +msgid "Mongolian" +msgstr "Mongolo" -msgid "Password change successful" -msgstr "Password cambiata con successo" +msgid "Norwegian Bokmål" +msgstr "Norwegian Bokmål" -msgid "Login" -msgstr "Login" +msgid "Netherlands Dutch" +msgstr "Netherlands Dutch" -msgid "Set your new password" -msgstr "Inserisci password" +msgid "Persian" +msgstr "Persian" -msgid "Invalid password reset link" -msgstr "Link di reimpostazione della password non valida" +msgid "Polish" +msgstr "Polish" -msgid "" -"The password reset link was invalid, possibly because it has already been " -"used." -msgstr "" -"Il link per la reimpostazione della password non era valido, probabilmente " -"perché è già stato utilizzato." +msgid "Brazilian Portuguese" +msgstr "Brazilian Portuguese" -msgid "Request a new password reset" -msgstr "Richiedi una nuova reimpostazione della password" +msgid "Portuguese" +msgstr "Portuguese" -msgid "Check your email" -msgstr "Controlla la tua email" +msgid "Romanian" +msgstr "Romanian" -msgid "" -"A link to reset your password has been emailed to you if an account exists " -"for this address." -msgstr "" -"Un link per resettare la tua password ti è stato inviato via email se esiste " -"un account per questo indirizzo." +msgid "Russian" +msgstr "Russian" -msgid "Please follow the link below to reset your password:" -msgstr "Per favore segui il link qui sotto per resettare la tua password" +msgid "Swedish" +msgstr "Svedese" -msgid "Your username (in case you've forgotten):" -msgstr "La tua username (nel caso l'avessi dimenticata)" +msgid "Slovak" +msgstr "Slovacco" -msgid "Password reset" -msgstr "Resetta password" +msgid "Thai" +msgstr "Tailandese" -msgid "Reset your password" -msgstr "Inserisci password" +msgid "Ukrainian" +msgstr "Ucraino" + +msgid "Chinese (Simplified)" +msgstr "Cinese (semplificato)" + +msgid "Chinese (Traditional)" +msgstr "Cinese (tradizionale)" msgid "Page" msgstr "Pagina" @@ -312,6 +314,9 @@ msgstr "Documento non trovato" msgid "Close" msgstr "Chiudi" +msgid "Edit '{title}'" +msgstr "Modifica '{title}'" + msgid "January" msgstr "Gennaio" @@ -390,15 +395,107 @@ msgstr "Ven" msgid "Sat" msgstr "Sab" +msgid "Error 404: Page not found" +msgstr "Errore 404: Pagina non trovata" + +msgid "Error 404" +msgstr "Errore 404" + +msgid "The requested page could not be found." +msgstr "La pagina richiesta non è stata trovata." + +msgid "Go to Wagtail admin" +msgstr "Vai all'interfaccia admin di Wagtail" + +msgid "Account" +msgstr "Account" + +msgid "Change profile picture" +msgstr "Cambia immagine del profilo" + +msgid "Your current profile picture:" +msgstr "La tua immagine attuale del profilo:" + +msgid "Update" +msgstr "Aggiorna" + +msgid "Change email" +msgstr "Cambia email" + +msgid "Change name" +msgstr "Cambia nome" + +msgid "Change password" +msgstr "Cambia password" + +msgid "" +"Your password can't be changed here. Please contact a site administrator." +msgstr "" +"La tua password non può esser cambiata qui. Per favore contatta " +"l'amministratore del sito" + +msgid "Set Time Zone" +msgstr "Imposta il fuso orario" + +msgid "Language Preferences" +msgstr "Impostazioni Lingua" + +msgid "Notification preferences" +msgstr "Preferenze delle notifiche" + +msgid "Reset password" +msgstr "Inserisci password" + +msgid "Password change successful" +msgstr "Password cambiata con successo" + +msgid "Login" +msgstr "Login" + +msgid "Set your new password" +msgstr "Inserisci password" + +msgid "Invalid password reset link" +msgstr "Link di reimpostazione della password non valida" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used." +msgstr "" +"Il link per la reimpostazione della password non era valido, probabilmente " +"perché è già stato utilizzato." + +msgid "Request a new password reset" +msgstr "Richiedi una nuova reimpostazione della password" + +msgid "Check your email" +msgstr "Controlla la tua email" + +msgid "" +"A link to reset your password has been emailed to you if an account exists " +"for this address." +msgstr "" +"Un link per resettare la tua password ti è stato inviato via email se esiste " +"un account per questo indirizzo." + +msgid "Please follow the link below to reset your password:" +msgstr "Per favore segui il link qui sotto per resettare la tua password" + +msgid "Your username (in case you've forgotten):" +msgstr "La tua username (nel caso l'avessi dimenticata)" + +msgid "Password reset" +msgstr "Resetta password" + +msgid "Reset your password" +msgstr "Inserisci password" + msgid "Dashboard" msgstr "Dashboard" msgid "Menu" msgstr "Menu" -msgid "Add another" -msgstr "Aggiungi un altro" - msgid "Move up" msgstr "Sposta su" @@ -673,8 +770,14 @@ msgstr "Pubblicazione in corso..." msgid "Publish this revision" msgstr "Pubblica questa revisione" -msgid "Publish" -msgstr "Pubblica" +msgid "Saving…" +msgstr "Salvataggio in corso…" + +msgid "Replace current draft" +msgstr "Sostituisci la bozza corrente" + +msgid "Save draft" +msgstr "Salva bozza" #, python-format msgid "Create a page in %(title)s" @@ -812,12 +915,6 @@ msgstr "Nuovo %(page_type)s" msgid "New" msgstr "Nuovo" -msgid "Saving…" -msgstr "Salvataggio in corso…" - -msgid "Save draft" -msgstr "Salva bozza" - msgid "This page has unsaved changes." msgstr "Questa pagina ha delle modifiche non salvate." @@ -829,12 +926,6 @@ msgstr "Modifica %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "Modifica %(page_type)s %(title)s" -msgid "Page locked" -msgstr "Pagina bloccata" - -msgid "Replace current draft" -msgstr "Sostituisci la bozza corrente" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Ultima modifica: %(last_mod)s" @@ -1220,96 +1311,6 @@ msgstr "Mostra nell' Explorer" msgid "Test" msgstr "Test" -msgid "Arabic" -msgstr "Arabo" - -msgid "Catalan" -msgstr "Catalano" - -msgid "German" -msgstr "Tedesco" - -msgid "Greek" -msgstr "Greco" - -msgid "English" -msgstr "Inglese" - -msgid "Spanish" -msgstr "Spagnolo" - -msgid "Finnish" -msgstr "Finnico" - -msgid "French" -msgstr "Francese" - -msgid "Galician" -msgstr "Galician" - -msgid "Indonesian" -msgstr "Indonesiano" - -msgid "Icelandic" -msgstr "Icelandic" - -msgid "Italian" -msgstr "Italiano" - -msgid "Korean" -msgstr "Koreano" - -msgid "Lithuanian" -msgstr "Lithuanian" - -msgid "Mongolian" -msgstr "Mongolo" - -msgid "Norwegian Bokmål" -msgstr "Norwegian Bokmål" - -msgid "Netherlands Dutch" -msgstr "Netherlands Dutch" - -msgid "Persian" -msgstr "Persian" - -msgid "Polish" -msgstr "Polish" - -msgid "Brazilian Portuguese" -msgstr "Brazilian Portuguese" - -msgid "Portuguese" -msgstr "Portuguese" - -msgid "Romanian" -msgstr "Romanian" - -msgid "Russian" -msgstr "Russian" - -msgid "Swedish" -msgstr "Svedese" - -msgid "Slovak" -msgstr "Slovacco" - -msgid "Thai" -msgstr "Tailandese" - -msgid "Ukrainian" -msgstr "Ucraino" - -msgid "Chinese (Simplified)" -msgstr "Cinese (semplificato)" - -msgid "Chinese (Traditional)" -msgstr "Cinese (tradizionale)" - -msgid "Sorry, you do not have permission to access this area." -msgstr "Spiacente, non hai i permessi per accedere a questa area." - msgid "Your password has been changed successfully!" msgstr "La tua password è stato modificata con successo" @@ -1480,45 +1481,12 @@ msgstr "revisione {0} di \"{1}\"" msgid "Revision {0} of \"{1}\" unscheduled." msgstr "Revisione {0} di \"{1}\", annulata programmazione. " -msgid "Edit '{title}'" -msgstr "Modifica '{title}'" - -msgid "Preview draft version of '{title}'" -msgstr "Anteprima bozza di '{title}'" - -msgid "View live version of '{title}'" -msgstr "Visualizza versione live di '{title}'" - -msgid "Add a child page to '{title}' " -msgstr "Aggiungi una pagina figlio a '{title}'" - msgid "More" msgstr "Altro" -msgid "View more options for '{title}'" -msgstr "Vedi altre opzioni per '{title}'" - -msgid "Move page '{title}'" -msgstr "Sposta pagina '{title}'" - -msgid "Copy page '{title}'" -msgstr "Copia pagina '{title}'" - -msgid "Delete page '{title}'" -msgstr "Elimina pagina '{title}'" - -msgid "Unpublish page '{title}'" -msgstr "Annulla pubblicazione pagina '{title}'" - -msgid "View revision history for '{title}'" -msgstr "Vedi storico revisioni per '{title}'" - msgid "Set profile picture" msgstr "Imposta la foto del profilo" -msgid "Change your profile picture" -msgstr "Cambia la tua immagine di profilo" - msgid "Change the email address linked to your account." msgstr "Cambia l'indirizzo email collegato al tuo account." @@ -1540,9 +1508,6 @@ msgstr "Fuso orario attuale" msgid "Choose your current time zone." msgstr "Scegli il tuo fuso orario corrente." -msgid "Heading {level}" -msgstr "Intestazione {level}" - msgid "Bulleted list" msgstr "Elenco puntato" diff --git a/wagtail/admin/locale/ja/LC_MESSAGES/django.mo b/wagtail/admin/locale/ja/LC_MESSAGES/django.mo index 094433208..e30c98786 100644 Binary files a/wagtail/admin/locale/ja/LC_MESSAGES/django.mo and b/wagtail/admin/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/ja/LC_MESSAGES/django.po b/wagtail/admin/locale/ja/LC_MESSAGES/django.po index 43a443177..71657d24f 100644 --- a/wagtail/admin/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/ja/LC_MESSAGES/django.po @@ -7,6 +7,7 @@ # shuhei hirota, 2019 # umepon0626 , 2019 # Tri Minh , 2019 +# 小口英昭 , 2019 # 山本 卓也 , 2019 # 溝江 智徳 , 2019 # 石田秀 , 2015 @@ -14,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-08-18 03:59+0000\n" -"Last-Translator: umepon0626 \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" "ja/)\n" "MIME-Version: 1.0\n" @@ -25,6 +26,9 @@ msgstr "" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" +msgid "Publish" +msgstr "公開" + msgid "Submit for moderation" msgstr "承認を受ける" @@ -34,15 +38,21 @@ msgstr "非公開に設定" msgid "Delete" msgstr "削除" +msgid "Page locked" +msgstr "ページはロックされています" + msgid "Wagtail admin" msgstr "Wagtail管理" -msgid "None" -msgstr "存在しない" +msgid "Sorry, you do not have permission to access this area." +msgstr "アクセス権がありません。" msgid "You do not have permission to access the admin" msgstr "管理画面へアクセスする権限がありません" +msgid "None" +msgstr "存在しない" + msgid "Scheduled publishing" msgstr "予定公開日" @@ -68,9 +78,6 @@ msgstr "%sを入力してください" msgid "Enter your email address to reset your password" msgstr "パスワードをリセットするにはEメールアドレスを入力してください" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "同一コレクション内で複数の権限を持つことはできません" @@ -150,6 +157,249 @@ msgstr "この項目は必須です" msgid "Please select at least one group." msgstr "1グループ以上を選択してください" +msgid "Arabic" +msgstr "アラビア語" + +msgid "Catalan" +msgstr "カタルーニャ語" + +msgid "Czech" +msgstr "チェコ語" + +msgid "German" +msgstr "ドイツ語" + +msgid "Greek" +msgstr "ギリシャ語" + +msgid "English" +msgstr "英語" + +msgid "Spanish" +msgstr "スペイン語" + +msgid "Finnish" +msgstr "フィンランド語" + +msgid "French" +msgstr "フランス語" + +msgid "Galician" +msgstr "ガリシア語" + +msgid "Hungarian" +msgstr "ハンガリー語" + +msgid "Indonesian" +msgstr "インドネシア語" + +msgid "Icelandic" +msgstr "アイスランド語" + +msgid "Italian" +msgstr "イタリア語" + +msgid "Korean" +msgstr "韓国語" + +msgid "Lithuanian" +msgstr "リトアニア語" + +msgid "Mongolian" +msgstr "モンゴル語" + +msgid "Norwegian Bokmål" +msgstr "ノルウェー・書籍語" + +msgid "Netherlands Dutch" +msgstr "オランダ語" + +msgid "Persian" +msgstr "ペルシア語" + +msgid "Polish" +msgstr "ポーランド語" + +msgid "Brazilian Portuguese" +msgstr "ブラジル・ポルトガル語" + +msgid "Portuguese" +msgstr "ポルトガル語" + +msgid "Romanian" +msgstr "ルーマニア語" + +msgid "Russian" +msgstr "ロシア語" + +msgid "Swedish" +msgstr "スウェーデン語" + +msgid "Slovak" +msgstr "スロヴァキア語" + +msgid "Thai" +msgstr "タイ語" + +msgid "Ukrainian" +msgstr "ウクライナ語" + +msgid "Chinese (Simplified)" +msgstr "中国語(簡体字)" + +msgid "Chinese (Traditional)" +msgstr "中国語(繁体字)" + +msgid "Page" +msgstr "ページ" + +msgid "Pages" +msgstr "ページ" + +msgid "Loading…" +msgstr "読み込み中" + +msgid "No results" +msgstr "結果なし" + +msgid "Server Error" +msgstr "サーバーエラー" + +msgid "See all" +msgstr "全部表示" + +msgid "Close explorer" +msgstr "エクスプローラーを閉じる。" + +msgid "Alt text" +msgstr "Alt 属性に記載するテキスト" + +msgid "Write here…" +msgstr "ここに書いて" + +msgid "Horizontal line" +msgstr "横線" + +msgid "Line break" +msgstr "改行" + +msgid "Undo" +msgstr "取り消す" + +msgid "Redo" +msgstr "やり直す" + +msgid "Reload the page" +msgstr "ページをリロードします" + +msgid "Reload saved content" +msgstr "保存した内容をリロードします" + +msgid "Show latest content" +msgstr "新着内容を表示します" + +msgid "Show error" +msgstr "エラーを表示します" + +msgid "" +"The editor just crashed. Content has been reset to the last saved version." +msgstr "" +"エディタがクラッシュしました。内容が最後に保存されたバージョンになっていま" +"す。" + +msgid "Broken link" +msgstr "壊れたリンク" + +msgid "Missing document" +msgstr "失われたドキュメント" + +msgid "Close" +msgstr "閉じる" + +msgid "Edit '{title}'" +msgstr "'{title}'を編集します" + +msgid "Page explorer" +msgstr "ページ探索" + +msgid "January" +msgstr "1月" + +msgid "February" +msgstr "2月" + +msgid "March" +msgstr "3月" + +msgid "April" +msgstr "4月" + +msgid "May" +msgstr "5月" + +msgid "June" +msgstr "6月" + +msgid "July" +msgstr "7月" + +msgid "August" +msgstr "8月" + +msgid "September" +msgstr "9月" + +msgid "October" +msgstr "10月" + +msgid "November" +msgstr "11月" + +msgid "December" +msgstr "12月" + +msgid "Sunday" +msgstr "日曜日" + +msgid "Monday" +msgstr "月曜日" + +msgid "Tuesday" +msgstr "火曜日" + +msgid "Wednesday" +msgstr "水曜日" + +msgid "Thursday" +msgstr "木曜日" + +msgid "Friday" +msgstr "金曜日" + +msgid "Saturday" +msgstr "土曜日" + +msgid "Sun" +msgstr "日" + +msgid "Mon" +msgstr "月" + +msgid "Tue" +msgstr "火" + +msgid "Wed" +msgstr "水" + +msgid "Thu" +msgstr "木" + +msgid "Fri" +msgstr "金" + +msgid "Sat" +msgstr "土" + msgid "Error 404: Page not found" msgstr "404エラー:ページが見つかりません" @@ -241,168 +491,12 @@ msgstr "パスワードが再設定されました" msgid "Reset your password" msgstr "パスワードを再設定" -msgid "Page" -msgstr "ページ" - -msgid "Pages" -msgstr "ページ" - -msgid "Loading…" -msgstr "読み込み中" - -msgid "No results" -msgstr "結果なし" - -msgid "Server Error" -msgstr "サーバーエラー" - -msgid "See all" -msgstr "全部表示" - -msgid "Close explorer" -msgstr "エクスプローラーを閉じる。" - -msgid "Alt text" -msgstr "Alt 属性に記載するテキスト" - -msgid "Write here…" -msgstr "ここに書いて" - -msgid "Horizontal line" -msgstr "横線" - -msgid "Line break" -msgstr "改行" - -msgid "Undo" -msgstr "取り消す" - -msgid "Redo" -msgstr "やり直す" - -msgid "Reload the page" -msgstr "ページをリロードします" - -msgid "Reload saved content" -msgstr "保存した内容をリロードします" - -msgid "Show latest content" -msgstr "新着内容を表示します" - -msgid "Show error" -msgstr "エラーを表示します" - -msgid "" -"The editor just crashed. Content has been reset to the last saved version." -msgstr "" -"エディタがクラッシュしました。内容が最後に保存されたバージョンになっていま" -"す。" - -msgid "Broken link" -msgstr "壊れたリンク" - -msgid "Missing document" -msgstr "失われたドキュメント" - -msgid "Close" -msgstr "閉じる" - -msgid "Edit \\" -msgstr "編集する" - -msgid "View child pages of \\" -msgstr "子ページを見る" - -msgid "Page explorer" -msgstr "ページ探索" - -msgid "January" -msgstr "1月" - -msgid "February" -msgstr "2月" - -msgid "March" -msgstr "3月" - -msgid "April" -msgstr "4月" - -msgid "May" -msgstr "5月" - -msgid "June" -msgstr "6月" - -msgid "July" -msgstr "7月" - -msgid "August" -msgstr "8月" - -msgid "September" -msgstr "9月" - -msgid "October" -msgstr "10月" - -msgid "November" -msgstr "11月" - -msgid "December" -msgstr "12月" - -msgid "Sunday" -msgstr "日曜日" - -msgid "Monday" -msgstr "月曜日" - -msgid "Tuesday" -msgstr "火曜日" - -msgid "Wednesday" -msgstr "水曜日" - -msgid "Thursday" -msgstr "木曜日" - -msgid "Friday" -msgstr "金曜日" - -msgid "Saturday" -msgstr "土曜日" - -msgid "Sun" -msgstr "日" - -msgid "Mon" -msgstr "月" - -msgid "Tue" -msgstr "火" - -msgid "Wed" -msgstr "水" - -msgid "Thu" -msgstr "木" - -msgid "Fri" -msgstr "金" - -msgid "Sat" -msgstr "土" - msgid "Dashboard" msgstr "ダッシュボード" msgid "Menu" msgstr "メニュー" -msgid "Add another" -msgstr "項目を追加" - msgid "Move up" msgstr "上に移動" @@ -410,7 +504,7 @@ msgid "Move down" msgstr "下に移動" msgid "Explorer" -msgstr "探索" +msgstr "エクスプローラー" msgid "Internal link" msgstr "内部リンク" @@ -468,9 +562,18 @@ msgstr "外部リンクを追加" msgid "Collection privacy" msgstr "コレクションプライバシー" +msgid "This collection has been made private by a parent collection." +msgstr "このコレクションは親ページにより非公開に設定されています。" + msgid "You can edit the privacy settings on:" msgstr "公開設定を編集:" +msgid "" +"Privacy settings determine who is able to view documents in this collection." +msgstr "" +"プライバシー設定により、このコレクション内のドキュメントを閲覧できるユーザー" +"が決まります。" + msgid "Save" msgstr "保存" @@ -489,9 +592,22 @@ msgstr "コレクションのプライバシーを設定する。現在の状態 msgid "Private" msgstr "非公開" +msgid "" +"This collection cannot be deleted, because it is not empty. It contains:" +msgstr "" +"このコレクションが空でないため削除できません。次のものが含まれています:" + msgid "Name" msgstr "名前" +#, python-format +msgid "" +"No collections have been created. Why not add one?" +msgstr "" +"コレクションはありません。新しく作成し" +"ますか?" + #, python-format msgid "Add %(label)s" msgstr "%(label)sを追加" @@ -565,6 +681,23 @@ msgstr "公開" msgid "Site summary" msgstr "サイトの概要" +#, python-format +msgid "" +"\n" +" %(total)s Page created in %(site_name)s\n" +" " +msgid_plural "" +"\n" +" %(total)s Pages created in %(site_name)s\n" +" " +msgstr[0] "" +"\n" +" created in %(site_name)sで作成" +"された%(total)s 件のページ\n" +" " + msgid "Sign in" msgstr "サインイン" @@ -664,8 +797,14 @@ msgstr "公開中..." msgid "Publish this revision" msgstr "このリビジョンを公開" -msgid "Publish" -msgstr "公開" +msgid "Saving…" +msgstr "保存中" + +msgid "Replace current draft" +msgstr "現在の下書きを置き換える" + +msgid "Save draft" +msgstr "下書きを保存" #, python-format msgid "Create a page in %(title)s" @@ -745,6 +884,22 @@ msgstr "%(title)sを非公開に設定" msgid "Are you sure you want to unpublish this page?" msgstr "このページを非公開に設定してよろしいですか?" +#, python-format +msgid "" +"\n" +" This page has one subpage. Unpublish this too\n" +" " +msgid_plural "" +"\n" +" This page has %(live_descendant_count)s subpages. " +"Unpublish these too\n" +" " +msgstr[0] "" +"\n" +" このページには%(live_descendant_count)s件のサブページがあ" +"ります。それらも非公開です。\n" +" " + msgid "Yes, unpublish it" msgstr "はい、非公開に設定します。" @@ -778,12 +933,6 @@ msgstr "新規作成" msgid "Actions" msgstr "操作" -msgid "Saving…" -msgstr "保存中" - -msgid "Save draft" -msgstr "下書きを保存" - msgid "This page has unsaved changes." msgstr "このページは変更が保存されなかった" @@ -795,12 +944,6 @@ msgstr "%(page_type)s: %(title)sを編集" msgid "Editing %(page_type)s %(title)s" msgstr "%(page_type)s %(title)sを編集" -msgid "Page locked" -msgstr "ページはロックされています" - -msgid "Replace current draft" -msgstr "現在の下書きを置き換える" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "最終編集日:%(last_mod)s" @@ -950,6 +1093,20 @@ msgstr "%(title)sの親ページを選択" msgid "Preview error" msgstr "プレビューエラー" +msgid "" +"\n" +" Impossible to preview this page, some errors are remaining.\n" +" Please close this tab, edit the page to fix these errors,\n" +" then use preview again.\n" +" " +msgstr "" +"\n" +" いくつかのエラーが存在するため、このページをプレビューするこ" +"とができません。\n" +"このタブを閉じ、ページを編集してこれらのエラーを修正したのち、もう一度プレ" +"ビューを使用してください。\n" +" " + #, python-format msgid "Comparing %(title)s" msgstr "%(title)sを比較" @@ -999,6 +1156,10 @@ msgstr[0] "" msgid "There are no differences between these two revisions" msgstr "これら2つの改定には差異はありません。" +#, python-format +msgid "Unschedule Revision %(revision.id)s for %(title)s" +msgstr "%(title)sのリビジョン%(revision.id)sのスケジュールを解除" + msgid "Unschedule" msgstr "予定外" @@ -1123,111 +1284,47 @@ msgstr "" "ています。 ブラウザを更新してくださ" "い。." +msgid "" +"\n" +" Javascript is required to use Wagtail, but it is currently " +"disabled.
\n" +" Here are the instructions how to enable " +"JavaScript in your web browser.\n" +" " +msgstr "" +"\n" +" Wagtailの利用にはJavascriptが必要ですが現在無効に設定されていま" +"す。
\n" +" WebブラウザでJavaScriptを有効にする方法は次の" +"とおりです。\n" +" " + msgid "Go to Wagtail admin interface" msgstr "Wagtailの管理者インターフェースに移動" msgid "Add a child page" msgstr "子ページを追加" +msgid "Show in Explorer" +msgstr "エクスプローラーに表示" + +#, python-format +msgid "" +"Sort the order of child pages within '%(parent)s' by '%(label)s' in " +"ascending order." +msgstr "'%(parent)s'内の子ページの順序を'%(label)s'で昇順に並べ替えます。" + +#, python-format +msgid "" +"Sort the order of child pages within '%(parent)s' by '%(label)s' in " +"descending order." +msgstr "'%(parent)s'内の子ページの順序を'%(label)s'で降順に並べ替えます。" + msgid "Test" msgstr "テスト" -msgid "Arabic" -msgstr "アラビア語" - -msgid "Catalan" -msgstr "カタルーニャ語" - -msgid "Czech" -msgstr "チェコ語" - -msgid "German" -msgstr "ドイツ語" - -msgid "Greek" -msgstr "ギリシャ語" - -msgid "English" -msgstr "英語" - -msgid "Spanish" -msgstr "スペイン語" - -msgid "Finnish" -msgstr "フィンランド語" - -msgid "French" -msgstr "フランス語" - -msgid "Galician" -msgstr "ガリシア語" - -msgid "Hungarian" -msgstr "ハンガリー語" - -msgid "Indonesian" -msgstr "インドネシア語" - -msgid "Icelandic" -msgstr "アイスランド語" - -msgid "Italian" -msgstr "イタリア語" - -msgid "Korean" -msgstr "韓国語" - -msgid "Lithuanian" -msgstr "リトアニア語" - -msgid "Mongolian" -msgstr "モンゴル語" - -msgid "Norwegian Bokmål" -msgstr "ノルウェー・書籍語" - -msgid "Netherlands Dutch" -msgstr "オランダ語" - -msgid "Persian" -msgstr "ペルシア語" - -msgid "Polish" -msgstr "ポーランド語" - -msgid "Brazilian Portuguese" -msgstr "ブラジル・ポルトガル語" - -msgid "Portuguese" -msgstr "ポルトガル語" - -msgid "Romanian" -msgstr "ルーマニア語" - -msgid "Russian" -msgstr "ロシア語" - -msgid "Swedish" -msgstr "スウェーデン語" - -msgid "Slovak" -msgstr "スロヴァキア語" - -msgid "Thai" -msgstr "タイ語" - -msgid "Ukrainian" -msgstr "ウクライナ語" - -msgid "Chinese (Simplified)" -msgstr "中国語(簡体字)" - -msgid "Chinese (Traditional)" -msgstr "中国語(繁体字)" - -msgid "Sorry, you do not have permission to access this area." -msgstr "アクセス権がありません。" - msgid "Your password has been changed successfully!" msgstr "パスワードが変更されました。" @@ -1273,6 +1370,9 @@ msgstr "コレクションを完全に削除しますか" msgid "Editing" msgstr "編集中" +msgid "Page '{0}' created and scheduled for publishing." +msgstr "ページ'{0}' が作成され、公開予定が設定されました。" + msgid "View live" msgstr "閲覧" @@ -1294,6 +1394,18 @@ msgstr "ページ:'{0}' が作成されました。" msgid "The page could not be created due to validation errors" msgstr "このページはエラーにより作成できませんでした。" +msgid "Revision from {0} of page '{1}' has been scheduled for publishing." +msgstr "ページ'{1}'のリビジョン{0}が公開される予定です。" + +msgid "Page '{0}' is live and this revision has been scheduled for publishing." +msgstr "ページ'{0}' が公開され、このリビジョンの公開も予定されました。" + +msgid "Page '{0}' has been scheduled for publishing." +msgstr "ページ'{0}'の公開が予定されました。" + +msgid "Revision from {0} of page '{1}' has been published." +msgstr "ページ'{1}'のリビジョン{0}が公開されました。" + msgid "Page '{0}' has been published." msgstr "ページ:'{0}' が公開されました。" @@ -1328,6 +1440,13 @@ msgstr "ページ:'{0}' が削除されました。" msgid "Page '{0}' unpublished." msgstr "ページ:'{0}' が非公開に設定されました。" +msgid "" +"The slug '{0}' is already in use at the selected parent page. Make sure the " +"slug is unique and try again" +msgstr "" +"スラッグ '{0}' は既に選択した親ページで使用されています。 スラッグが重複しな" +"いことを確認したのち、再度操作を行ってください。" + msgid "Page '{0}' moved." msgstr "ページ:'{0}' が除去されました。" @@ -1358,51 +1477,32 @@ msgstr "ページ:'{0}' は現在ロックされています。" msgid "Page '{0}' is now unlocked." msgstr "ページ:'{0}' のロックが解除されました。" +#, python-format +msgid "" +"You are viewing a previous revision of this page from %(created_at)s " +"by %(user)s" +msgstr "" +"%(user)sによりこのページの%(created_at)s以前のリビジョンを表示していま" +"す" + msgid "Earliest" msgstr "最も早い" msgid "Latest" msgstr "最新" -msgid "Edit '{title}'" -msgstr "'{title}'を編集します" +msgid "revision {0} of \"{1}\"" +msgstr "\"{1}\"のリビジョン{0}" -msgid "Preview draft version of '{title}'" -msgstr "'{title}'の草稿バージョンをプレビュー" - -msgid "View live version of '{title}'" -msgstr "'{title}'の最新版を確認" - -msgid "Add a child page to '{title}' " -msgstr "'{title}'の子ページを追加" +msgid "Revision {0} of \"{1}\" unscheduled." +msgstr "\"{1}\"のリビジョン{0}の公開予定が取り消されました。" msgid "More" msgstr "詳細表示" -msgid "View more options for '{title}'" -msgstr "'{title}'のオプションをもっと表示" - -msgid "Move page '{title}'" -msgstr "'{title}' ページを移動します" - -msgid "Copy page '{title}'" -msgstr "'{title}' ページをコピーします" - -msgid "Delete page '{title}'" -msgstr "'{title}' ページを削除します" - -msgid "Unpublish page '{title}'" -msgstr "'{title}'ページを非公開にする" - -msgid "View revision history for '{title}'" -msgstr "'{title}'の更新履歴を確認" - msgid "Set profile picture" msgstr "プロファイル写真を設定します" -msgid "Change your profile picture" -msgstr "プロファイル写真を変更します" - msgid "Change the email address linked to your account." msgstr "アカウントに設定された電子メールアドレスを変更して下さい。" @@ -1424,9 +1524,6 @@ msgstr "現在タイムゾーン" msgid "Choose your current time zone." msgstr "現在タイムゾーンを選択" -msgid "Heading {level}" -msgstr "{level} ヘーダ" - msgid "Bulleted list" msgstr "箇条書きにされたリスト" diff --git a/wagtail/admin/locale/ka/LC_MESSAGES/django.mo b/wagtail/admin/locale/ka/LC_MESSAGES/django.mo index 4b96d29ad..ade985e19 100644 Binary files a/wagtail/admin/locale/ka/LC_MESSAGES/django.mo and b/wagtail/admin/locale/ka/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/ka/LC_MESSAGES/django.po b/wagtail/admin/locale/ka/LC_MESSAGES/django.po index aee9130cf..16d9c6284 100644 --- a/wagtail/admin/locale/ka/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/ka/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Georgian (http://www.transifex.com/torchbox/wagtail/language/" "ka/)\n" @@ -19,6 +19,9 @@ msgstr "" "Language: ka\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" +msgid "Publish" +msgstr "გამოქვეყნება" + msgid "Delete" msgstr "წაშლა" @@ -41,18 +44,6 @@ msgstr "ძიება" msgid "Search term" msgstr "ძიების ტერმინი" -msgid "Account" -msgstr "ანგარიში" - -msgid "Reset password" -msgstr "პაროლის აღდგენა" - -msgid "Login" -msgstr "შესვლა" - -msgid "Check your email" -msgstr "შეამოწმეთ თქვენი ელფოსტა" - msgid "January" msgstr "იანვარი" @@ -89,6 +80,18 @@ msgstr "ნოემბერი" msgid "December" msgstr "დეკემბერი" +msgid "Account" +msgstr "ანგარიში" + +msgid "Reset password" +msgstr "პაროლის აღდგენა" + +msgid "Login" +msgstr "შესვლა" + +msgid "Check your email" +msgstr "შეამოწმეთ თქვენი ელფოსტა" + msgid "Menu" msgstr "მენიუ" @@ -119,9 +122,6 @@ msgstr "გვერდის ნახვა შეგიძლიათ აქ msgid "You can edit the page here:" msgstr "გვერდის რესქტირება შეგიძლიათ აქ:" -msgid "Publish" -msgstr "გამოქვეყნება" - msgid "Copy" msgstr "კოპირება" diff --git a/wagtail/admin/locale/ko/LC_MESSAGES/django.mo b/wagtail/admin/locale/ko/LC_MESSAGES/django.mo index e7c52ebe4..4caae70c3 100644 Binary files a/wagtail/admin/locale/ko/LC_MESSAGES/django.mo and b/wagtail/admin/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/ko/LC_MESSAGES/django.po b/wagtail/admin/locale/ko/LC_MESSAGES/django.po index 7559350d7..97b242b15 100644 --- a/wagtail/admin/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/ko/LC_MESSAGES/django.po @@ -3,6 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Jihan Chung , 2019 # Jihan Chung , 2015 # Kyungil Choi , 2015,2017-2019 # Matt Westcott , 2018 @@ -10,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" "ko/)\n" @@ -21,6 +22,9 @@ msgstr "" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" +msgid "Publish" +msgstr "게시" + msgid "Submit for moderation" msgstr "검토를 위한 제출" @@ -30,15 +34,21 @@ msgstr "게시 해제" msgid "Delete" msgstr "삭제" +msgid "Page locked" +msgstr "페이지 잠금" + msgid "Wagtail admin" msgstr "웨그테일 관리자" -msgid "None" -msgstr "없음" +msgid "Sorry, you do not have permission to access this area." +msgstr "죄송합니다, 해당 영역에 접근할 권한이 없습니다." msgid "You do not have permission to access the admin" msgstr "관리자에 접근할 권한이 없습니다" +msgid "None" +msgstr "없음" + msgid "Scheduled publishing" msgstr "예약 게시" @@ -64,9 +74,6 @@ msgstr "%s 입력" msgid "Enter your email address to reset your password" msgstr "비밀번호 재설정을 위해 이메일을 적어주세요" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "같은 모음에 대해서 여러 개의 권한을 설정할 수는 없습니다." @@ -147,6 +154,231 @@ msgstr "필수 작성 항목입니다" msgid "Please select at least one group." msgstr "적어도 한 개의 그룹을 선택해 주세요." +msgid "Arabic" +msgstr "아랍어" + +msgid "Catalan" +msgstr "카탈로니아어" + +msgid "German" +msgstr "독일어" + +msgid "Greek" +msgstr "그리스어" + +msgid "English" +msgstr "영어" + +msgid "Spanish" +msgstr "스페인어" + +msgid "Finnish" +msgstr "핀란드어" + +msgid "French" +msgstr "프랑스어" + +msgid "Galician" +msgstr "갈리시아어" + +msgid "Indonesian" +msgstr "인도네시아어" + +msgid "Icelandic" +msgstr "아이슬란드어" + +msgid "Italian" +msgstr "이탈리아어" + +msgid "Korean" +msgstr "한국어" + +msgid "Lithuanian" +msgstr "리투아니아어" + +msgid "Norwegian Bokmål" +msgstr "노르웨이 보크몰" + +msgid "Netherlands Dutch" +msgstr "네덜란드어" + +msgid "Persian" +msgstr "페르시아어" + +msgid "Polish" +msgstr "폴란드어" + +msgid "Brazilian Portuguese" +msgstr "브라질 포르투갈어" + +msgid "Portuguese" +msgstr "포르투갈어" + +msgid "Romanian" +msgstr "로마니아어" + +msgid "Russian" +msgstr "러시아어" + +msgid "Swedish" +msgstr "스웨덴어" + +msgid "Slovak" +msgstr "슬로바키아어" + +msgid "Ukrainian" +msgstr "우크라이나어" + +msgid "Page" +msgstr "페이지" + +msgid "Pages" +msgstr "페이지" + +msgid "Loading…" +msgstr "불러오는 중..." + +msgid "No results" +msgstr "결과 없음" + +msgid "Server Error" +msgstr "서버 오류" + +msgid "See all" +msgstr "모두 보기" + +msgid "Close explorer" +msgstr "탐색기 닫기" + +msgid "Alt text" +msgstr "대체 텍스트" + +msgid "Write here…" +msgstr "여기에 작성..." + +msgid "Horizontal line" +msgstr "수평선" + +msgid "Line break" +msgstr "줄바꿈" + +msgid "Undo" +msgstr "실행취소" + +msgid "Redo" +msgstr "재실행" + +msgid "Reload the page" +msgstr "페이지 다시 불러오기" + +msgid "Reload saved content" +msgstr "저장된 컨텐츠 다시 불러오기" + +msgid "Show latest content" +msgstr "최근 컨텐츠 보기" + +msgid "Show error" +msgstr "오류 보기" + +msgid "" +"The editor just crashed. Content has been reset to the last saved version." +msgstr "" +"에디터에 문제가 발생했습니다. 내용은 마지막으로 저장된 버전으로 초기화되었습" +"니다." + +msgid "Broken link" +msgstr "깨진 링크" + +msgid "Missing document" +msgstr "문서 없음" + +msgid "Close" +msgstr "닫기" + +msgid "Edit '{title}'" +msgstr "'{title}' 수정" + +msgid "Page explorer" +msgstr "페이지 탐색" + +msgid "January" +msgstr "1월" + +msgid "February" +msgstr "2월" + +msgid "March" +msgstr "3월" + +msgid "April" +msgstr "4월" + +msgid "May" +msgstr "5월" + +msgid "June" +msgstr "6월" + +msgid "July" +msgstr "7월" + +msgid "August" +msgstr "8월" + +msgid "September" +msgstr "9월" + +msgid "October" +msgstr "10월" + +msgid "November" +msgstr "11월" + +msgid "December" +msgstr "12월" + +msgid "Sunday" +msgstr "일요일" + +msgid "Monday" +msgstr "월요일" + +msgid "Tuesday" +msgstr "화요일" + +msgid "Wednesday" +msgstr "수요일" + +msgid "Thursday" +msgstr "목요일" + +msgid "Friday" +msgstr "금요일" + +msgid "Saturday" +msgstr "토요일" + +msgid "Sun" +msgstr "일요일" + +msgid "Mon" +msgstr "월요일" + +msgid "Tue" +msgstr "화요일" + +msgid "Wed" +msgstr "수요일" + +msgid "Thu" +msgstr "목요일" + +msgid "Fri" +msgstr "금요일" + +msgid "Sat" +msgstr "토요일" + msgid "Error 404: Page not found" msgstr "에러 404: 페이지를 찾을 수 없습니다" @@ -236,153 +468,12 @@ msgstr "비밀번호 초기화" msgid "Reset your password" msgstr "비밀번호 초기화" -msgid "Page" -msgstr "페이지" - -msgid "Pages" -msgstr "페이지" - -msgid "Loading…" -msgstr "불러오는 중..." - -msgid "No results" -msgstr "결과 없음" - -msgid "Server Error" -msgstr "서버 오류" - -msgid "See all" -msgstr "모두 보기" - -msgid "Close explorer" -msgstr "탐색기 닫기" - -msgid "Alt text" -msgstr "대체 텍스트" - -msgid "Write here…" -msgstr "여기에 작성..." - -msgid "Horizontal line" -msgstr "수평선" - -msgid "Line break" -msgstr "줄바꿈" - -msgid "Undo" -msgstr "실행취소" - -msgid "Redo" -msgstr "재실행" - -msgid "Reload the page" -msgstr "페이지 다시 불러오기" - -msgid "Reload saved content" -msgstr "저장된 컨텐츠 다시 불러오기" - -msgid "Show latest content" -msgstr "최근 컨텐츠 보기" - -msgid "Show error" -msgstr "오류 보기" - -msgid "" -"The editor just crashed. Content has been reset to the last saved version." -msgstr "" -"에디터에 문제가 발생했습니다. 내용은 마지막으로 저장된 버전으로 초기화되었습" -"니다." - -msgid "Close" -msgstr "닫기" - -msgid "January" -msgstr "1월" - -msgid "February" -msgstr "2월" - -msgid "March" -msgstr "3월" - -msgid "April" -msgstr "4월" - -msgid "May" -msgstr "5월" - -msgid "June" -msgstr "6월" - -msgid "July" -msgstr "7월" - -msgid "August" -msgstr "8월" - -msgid "September" -msgstr "9월" - -msgid "October" -msgstr "10월" - -msgid "November" -msgstr "11월" - -msgid "December" -msgstr "12월" - -msgid "Sunday" -msgstr "일요일" - -msgid "Monday" -msgstr "월요일" - -msgid "Tuesday" -msgstr "화요일" - -msgid "Wednesday" -msgstr "수요일" - -msgid "Thursday" -msgstr "목요일" - -msgid "Friday" -msgstr "금요일" - -msgid "Saturday" -msgstr "토요일" - -msgid "Sun" -msgstr "일요일" - -msgid "Mon" -msgstr "월요일" - -msgid "Tue" -msgstr "화요일" - -msgid "Wed" -msgstr "수요일" - -msgid "Thu" -msgstr "목요일" - -msgid "Fri" -msgstr "금요일" - -msgid "Sat" -msgstr "토요일" - msgid "Dashboard" msgstr "대시보드" msgid "Menu" msgstr "메뉴" -msgid "Add another" -msgstr "추가" - msgid "Move up" msgstr "위로 이동" @@ -464,9 +555,15 @@ msgstr "저장" msgid "Privacy" msgstr "공개 범위" +msgid "Set collection privacy. Current status: Public" +msgstr "프라이버시 설정. 현재 상태: 공개" + msgid "Public" msgstr "공개" +msgid "Set collection privacy. Current status: Private" +msgstr "프라이버시 설정. 현재 상태: 비공개" + msgid "Private" msgstr "비공개" @@ -624,20 +721,38 @@ msgstr "공개 범위를 바꾸면 모든 하위페이지에도 함께 적용됩 msgid "Edit lock" msgstr "수정 잠금" +msgid "Remove editor lock. Current status: Locked" +msgstr "에디터 잠금 해제. 현재 상태: 잠김" + +msgid "Apply editor lock. Current status: Unlocked" +msgstr "에디터 잠금 설정. 현재 상태: 열림" + msgid "Locked" msgstr "잠김" msgid "Unlocked" msgstr "잠금 풀림" +msgid "Set page privacy. Current status: Public" +msgstr "페이지 프라이버시 설정. 현재 상태: 공개" + +msgid "Set page privacy. Current status: Private" +msgstr "페이지 프라이버시 설정. 현재 상태: 비공개" + msgid "Publishing…" msgstr "게시 중..." msgid "Publish this revision" msgstr "이 수정안을 게시하기" -msgid "Publish" -msgstr "게시" +msgid "Saving…" +msgstr "저장 중..." + +msgid "Replace current draft" +msgstr "현재 초안을 대체하기" + +msgid "Save draft" +msgstr "초안 저장" #, python-format msgid "Create a page in %(title)s" @@ -761,12 +876,6 @@ msgstr "새로운 %(page_type)s" msgid "New" msgstr "새로운" -msgid "Saving…" -msgstr "저장 중..." - -msgid "Save draft" -msgstr "초안 저장" - msgid "This page has unsaved changes." msgstr "이 페이지는 저장되지 않은 변경사항이 있습니다." @@ -778,12 +887,6 @@ msgstr "%(page_type)s: %(title)s 수정" msgid "Editing %(page_type)s %(title)s" msgstr "%(page_type)s %(title)s 수정" -msgid "Page locked" -msgstr "페이지 잠금" - -msgid "Replace current draft" -msgstr "현재 초안을 대체하기" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "마지막 수정: %(last_mod)s" @@ -1092,6 +1195,12 @@ msgstr "계정 설정" msgid "Log out" msgstr "로그아웃" +msgid "Visit the live page" +msgstr "활성 페이지 보기" + +msgid "Current page status:" +msgstr "현재 페이지 상태:" + msgid "Other searches" msgstr "다른 검색결과들" @@ -1131,84 +1240,6 @@ msgstr "탐색기에 표시" msgid "Test" msgstr "테스트" -msgid "Arabic" -msgstr "아랍어" - -msgid "Catalan" -msgstr "카탈로니아어" - -msgid "German" -msgstr "독일어" - -msgid "Greek" -msgstr "그리스어" - -msgid "English" -msgstr "영어" - -msgid "Spanish" -msgstr "스페인어" - -msgid "Finnish" -msgstr "핀란드어" - -msgid "French" -msgstr "프랑스어" - -msgid "Galician" -msgstr "갈리시아어" - -msgid "Indonesian" -msgstr "인도네시아어" - -msgid "Icelandic" -msgstr "아이슬란드어" - -msgid "Italian" -msgstr "이탈리아어" - -msgid "Korean" -msgstr "한국어" - -msgid "Lithuanian" -msgstr "리투아니아어" - -msgid "Norwegian Bokmål" -msgstr "노르웨이 보크몰" - -msgid "Netherlands Dutch" -msgstr "네덜란드어" - -msgid "Persian" -msgstr "페르시아어" - -msgid "Polish" -msgstr "폴란드어" - -msgid "Brazilian Portuguese" -msgstr "브라질 포르투갈어" - -msgid "Portuguese" -msgstr "포르투갈어" - -msgid "Romanian" -msgstr "로마니아어" - -msgid "Russian" -msgstr "러시아어" - -msgid "Swedish" -msgstr "스웨덴어" - -msgid "Slovak" -msgstr "슬로바키아어" - -msgid "Ukrainian" -msgstr "우크라이나어" - -msgid "Sorry, you do not have permission to access this area." -msgstr "죄송합니다, 해당 영역에 접근할 권한이 없습니다." - msgid "Your password has been changed successfully!" msgstr "당신의 비밀번호가 성공적으로 변경 되었습니다" @@ -1370,45 +1401,12 @@ msgstr "\"{1}\"의 수정안 {0}" msgid "Revision {0} of \"{1}\" unscheduled." msgstr "\"{1}\"의 수정안 {0}의 게시가 취소되었습니다." -msgid "Edit '{title}'" -msgstr "'{title}' 수정" - -msgid "Preview draft version of '{title}'" -msgstr "'{title}'의 초고 버전 미리보기" - -msgid "View live version of '{title}'" -msgstr "'{title}'의 라이브 버전 보기" - -msgid "Add a child page to '{title}' " -msgstr "'{title}'에 하위 페이지 추가" - msgid "More" msgstr "더 보기" -msgid "View more options for '{title}'" -msgstr "'{title}'에 대한 옵션 더 보기" - -msgid "Move page '{title}'" -msgstr "'{title}' 페이지 이동" - -msgid "Copy page '{title}'" -msgstr "'{title}' 페이지 복사" - -msgid "Delete page '{title}'" -msgstr "'{title}' 페이지 삭제" - -msgid "Unpublish page '{title}'" -msgstr "'{title}' 페이지 게시 해제" - -msgid "View revision history for '{title}'" -msgstr "'{title}'의 수정 히스토리 보기" - msgid "Set profile picture" msgstr "프로필 사진 설정" -msgid "Change your profile picture" -msgstr "프로필 사진 바꾸기" - msgid "Change the email address linked to your account." msgstr "계정에 연동된 이메일 주소 바꾸기" @@ -1430,9 +1428,6 @@ msgstr "현재 타임존" msgid "Choose your current time zone." msgstr "현재 타임존 선택" -msgid "Heading {level}" -msgstr "머릿말 {level}" - msgid "Bulleted list" msgstr "머릿기호 목록" diff --git a/wagtail/admin/locale/lt/LC_MESSAGES/django.mo b/wagtail/admin/locale/lt/LC_MESSAGES/django.mo index 3d11b7996..3ea03f902 100644 Binary files a/wagtail/admin/locale/lt/LC_MESSAGES/django.mo and b/wagtail/admin/locale/lt/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/lt/LC_MESSAGES/django.po b/wagtail/admin/locale/lt/LC_MESSAGES/django.po index 534d41c34..25d38eff3 100644 --- a/wagtail/admin/locale/lt/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/lt/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Lithuanian (http://www.transifex.com/torchbox/wagtail/" "language/lt/)\n" @@ -21,6 +21,9 @@ msgstr "" "11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? " "1 : n % 1 != 0 ? 2: 3);\n" +msgid "Publish" +msgstr "Publikuoti" + msgid "Submit for moderation" msgstr "Pateikti moderavimui" @@ -30,12 +33,18 @@ msgstr "Nebepublikuoti" msgid "Delete" msgstr "Ištrinti" -msgid "None" -msgstr "Joks" +msgid "Page locked" +msgstr "Puslapis užrakintas" + +msgid "Sorry, you do not have permission to access this area." +msgstr "Atsiprašome, jūs neturite leidimo pasiekti šios zonos." msgid "You do not have permission to access the admin" msgstr "Jūs neturite leidimo pasiekti administravimo sąsajos" +msgid "None" +msgstr "Joks" + msgid "Scheduled publishing" msgstr "Planuotas publikavimas" @@ -62,9 +71,6 @@ msgid "Enter your email address to reset your password" msgstr "" "Įveskite savo elektroninio pašto adresą kad atstatytumėte savo slaptažodį" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "Jūs negalite turėti daugybinių leidimų įrašų tai pačiai kolekcijai." @@ -159,6 +165,174 @@ msgstr "Šis laukas yra privalomas." msgid "Please select at least one group." msgstr "Prašome pasirinkti bent vieną grupę." +msgid "Catalan" +msgstr "Katalonų" + +msgid "German" +msgstr "Vokiečių" + +msgid "Greek" +msgstr "Graikų" + +msgid "English" +msgstr "Anglų" + +msgid "Spanish" +msgstr "Ispanų" + +msgid "Finnish" +msgstr "Suomių" + +msgid "French" +msgstr "Prancūzų" + +msgid "Galician" +msgstr "Galisų" + +msgid "Icelandic" +msgstr "Islandų" + +msgid "Italian" +msgstr "Italų" + +msgid "Korean" +msgstr "Korėjiečių" + +msgid "Lithuanian" +msgstr "Lietuvių" + +msgid "Norwegian Bokmål" +msgstr "Norvegų Bokmål" + +msgid "Netherlands Dutch" +msgstr "Nyderlandų olandų" + +msgid "Persian" +msgstr "Persų" + +msgid "Polish" +msgstr "Lenkų" + +msgid "Brazilian Portuguese" +msgstr "Brazilų portugalų" + +msgid "Portuguese" +msgstr "Portugalų" + +msgid "Romanian" +msgstr "Rumunų" + +msgid "Russian" +msgstr "Rusų" + +msgid "Swedish" +msgstr "Švedų" + +msgid "Slovak" +msgstr "Slovakų" + +msgid "Page" +msgstr "Puslapis" + +msgid "Pages" +msgstr "Puslapiai" + +msgid "Loading…" +msgstr "Kraunama..." + +msgid "No results" +msgstr "Nėra rezultatų" + +msgid "Server Error" +msgstr "Serverio klaida" + +msgid "See all" +msgstr "Žiūrėti viską" + +msgid "Close explorer" +msgstr "Uždaryti naršyklę" + +msgid "Alt text" +msgstr "Alternatyvus tekstas" + +msgid "Write here…" +msgstr "Rašyti čia..." + +msgid "Horizontal line" +msgstr "Horizontali linija" + +msgid "Line break" +msgstr "Lūžis" + +msgid "Undo" +msgstr "Anuliuoti" + +msgid "Redo" +msgstr "Atgrąžinti" + +msgid "Close" +msgstr "Uždaryti" + +msgid "Edit '{title}'" +msgstr "Redaguoti '{title}'" + +msgid "January" +msgstr "Sausis" + +msgid "February" +msgstr "Vasaris" + +msgid "March" +msgstr "Kovas" + +msgid "April" +msgstr "Balandis" + +msgid "May" +msgstr "Gegužė" + +msgid "June" +msgstr "Birželis" + +msgid "July" +msgstr "Liepa" + +msgid "August" +msgstr "Rugpjūtis" + +msgid "September" +msgstr "Rugsėjis" + +msgid "October" +msgstr "Spalis" + +msgid "November" +msgstr "Lapkritis" + +msgid "December" +msgstr "Gruodis" + +msgid "Sun" +msgstr "Sek" + +msgid "Mon" +msgstr "Pir" + +msgid "Tue" +msgstr "Antr" + +msgid "Wed" +msgstr "Tre" + +msgid "Thu" +msgstr "Ketv" + +msgid "Fri" +msgstr "Pen" + +msgid "Sat" +msgstr "Šeš" + msgid "Error 404: Page not found" msgstr "Klaida 404: Puslapis nerastas" @@ -219,114 +393,12 @@ msgstr "Slaptažodžio atstatymas" msgid "Reset your password" msgstr "Atstatyti savo slaptažodį" -msgid "Page" -msgstr "Puslapis" - -msgid "Pages" -msgstr "Puslapiai" - -msgid "Loading…" -msgstr "Kraunama..." - -msgid "No results" -msgstr "Nėra rezultatų" - -msgid "Server Error" -msgstr "Serverio klaida" - -msgid "See all" -msgstr "Žiūrėti viską" - -msgid "Close explorer" -msgstr "Uždaryti naršyklę" - -msgid "Alt text" -msgstr "Alternatyvus tekstas" - -msgid "Write here…" -msgstr "Rašyti čia..." - -msgid "Horizontal line" -msgstr "Horizontali linija" - -msgid "Line break" -msgstr "Lūžis" - -msgid "Undo" -msgstr "Anuliuoti" - -msgid "Redo" -msgstr "Atgrąžinti" - -msgid "Close" -msgstr "Uždaryti" - -msgid "January" -msgstr "Sausis" - -msgid "February" -msgstr "Vasaris" - -msgid "March" -msgstr "Kovas" - -msgid "April" -msgstr "Balandis" - -msgid "May" -msgstr "Gegužė" - -msgid "June" -msgstr "Birželis" - -msgid "July" -msgstr "Liepa" - -msgid "August" -msgstr "Rugpjūtis" - -msgid "September" -msgstr "Rugsėjis" - -msgid "October" -msgstr "Spalis" - -msgid "November" -msgstr "Lapkritis" - -msgid "December" -msgstr "Gruodis" - -msgid "Sun" -msgstr "Sek" - -msgid "Mon" -msgstr "Pir" - -msgid "Tue" -msgstr "Antr" - -msgid "Wed" -msgstr "Tre" - -msgid "Thu" -msgstr "Ketv" - -msgid "Fri" -msgstr "Pen" - -msgid "Sat" -msgstr "Šeš" - msgid "Dashboard" msgstr "Prietaisų skydas" msgid "Menu" msgstr "Meniu" -msgid "Add another" -msgstr "Pridėti kitą" - msgid "Move up" msgstr "Perkelti aukštyn" @@ -580,8 +652,14 @@ msgstr "Publikuojama..." msgid "Publish this revision" msgstr "Publikuoti šia reviziją" -msgid "Publish" -msgstr "Publikuoti" +msgid "Saving…" +msgstr "Saugoma..." + +msgid "Replace current draft" +msgstr "Pakeisti dabartinį juodraštį" + +msgid "Save draft" +msgstr "Išsaugoti juodraštį" #, python-format msgid "Create a page in %(title)s" @@ -728,12 +806,6 @@ msgstr "Naujas %(page_type)s" msgid "New" msgstr "Naujas" -msgid "Saving…" -msgstr "Saugoma..." - -msgid "Save draft" -msgstr "Išsaugoti juodraštį" - msgid "This page has unsaved changes." msgstr "Šis puslapis turi neišsaugotų pakeitimų." @@ -745,12 +817,6 @@ msgstr "Redaguojamas %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "Redaguojamas %(page_type)s %(title)s" -msgid "Page locked" -msgstr "Puslapis užrakintas" - -msgid "Replace current draft" -msgstr "Pakeisti dabartinį juodraštį" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Paskutinį kartą keistas: %(last_mod)s" @@ -1110,75 +1176,6 @@ msgstr "Rodyti naršyklėje" msgid "Test" msgstr "Testas" -msgid "Catalan" -msgstr "Katalonų" - -msgid "German" -msgstr "Vokiečių" - -msgid "Greek" -msgstr "Graikų" - -msgid "English" -msgstr "Anglų" - -msgid "Spanish" -msgstr "Ispanų" - -msgid "Finnish" -msgstr "Suomių" - -msgid "French" -msgstr "Prancūzų" - -msgid "Galician" -msgstr "Galisų" - -msgid "Icelandic" -msgstr "Islandų" - -msgid "Italian" -msgstr "Italų" - -msgid "Korean" -msgstr "Korėjiečių" - -msgid "Lithuanian" -msgstr "Lietuvių" - -msgid "Norwegian Bokmål" -msgstr "Norvegų Bokmål" - -msgid "Netherlands Dutch" -msgstr "Nyderlandų olandų" - -msgid "Persian" -msgstr "Persų" - -msgid "Polish" -msgstr "Lenkų" - -msgid "Brazilian Portuguese" -msgstr "Brazilų portugalų" - -msgid "Portuguese" -msgstr "Portugalų" - -msgid "Romanian" -msgstr "Rumunų" - -msgid "Russian" -msgstr "Rusų" - -msgid "Swedish" -msgstr "Švedų" - -msgid "Slovak" -msgstr "Slovakų" - -msgid "Sorry, you do not have permission to access this area." -msgstr "Atsiprašome, jūs neturite leidimo pasiekti šios zonos." - msgid "Your password has been changed successfully!" msgstr "Jūsų slaptažodis buvo sėkmingai atnaujintas!" @@ -1335,39 +1332,9 @@ msgstr "revizija {0} iš \"{1}\"" msgid "Revision {0} of \"{1}\" unscheduled." msgstr "Revizija {0} iš \"{1}\" neplanuojama." -msgid "Edit '{title}'" -msgstr "Redaguoti '{title}'" - -msgid "Preview draft version of '{title}'" -msgstr "Peržiūrėti '{title}' juodraščio versiją" - -msgid "View live version of '{title}'" -msgstr "Peržiūrėti veikiančią '{title}' versiją" - -msgid "Add a child page to '{title}' " -msgstr "Pridėti vidinį puslapį į '{title}'" - msgid "More" msgstr "Daugiau" -msgid "View more options for '{title}'" -msgstr "Peržiūrėti daugiau '{title}' nustatymų" - -msgid "Move page '{title}'" -msgstr "Perkelti puslapį '{title}'" - -msgid "Copy page '{title}'" -msgstr "Kopijuoti puslapį '{title}'" - -msgid "Delete page '{title}'" -msgstr "Ištrinti psualpį '{title}'" - -msgid "Unpublish page '{title}'" -msgstr "Nebepublikuoti puslapio '{title}'" - -msgid "View revision history for '{title}'" -msgstr "Peržiūrėti '{title}' revizijų istoriją " - msgid "Change the password you use to log in." msgstr "Pakeiskite slaptažodį kurį naudojate prisijungimui." @@ -1380,9 +1347,6 @@ msgstr "Kalbos nustatymai" msgid "Choose the language you want to use here." msgstr "Pasirinkite kuria kalbą norite naudoti čia." -msgid "Heading {level}" -msgstr "Antraštė {level}" - msgid "Bulleted list" msgstr "Pažymėtas sąrašas" diff --git a/wagtail/admin/locale/lv/LC_MESSAGES/django.mo b/wagtail/admin/locale/lv/LC_MESSAGES/django.mo index f750f6681..f17f433c3 100644 Binary files a/wagtail/admin/locale/lv/LC_MESSAGES/django.mo and b/wagtail/admin/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/lv/LC_MESSAGES/django.po b/wagtail/admin/locale/lv/LC_MESSAGES/django.po index 93e8e3a38..f3e2eed20 100644 --- a/wagtail/admin/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/lv/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" "lv/)\n" @@ -21,6 +21,9 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" +msgid "Publish" +msgstr "Publicēt" + msgid "Submit for moderation" msgstr "Iesniegt moderācijai" @@ -30,12 +33,18 @@ msgstr "Atsaukt publicēšanu" msgid "Delete" msgstr "Dzēst" -msgid "None" -msgstr "Nav" +msgid "Page locked" +msgstr "Lapa slēgta" + +msgid "Sorry, you do not have permission to access this area." +msgstr "Atvainojiet, jums nav piekļuves tiesību šai zonai." msgid "You do not have permission to access the admin" msgstr "Jums nav tiesību pieklūt administrācijas videi" +msgid "None" +msgstr "Nav" + msgid "Scheduled publishing" msgstr "Plānota publicēšana" @@ -61,9 +70,6 @@ msgstr "Ievadiet jūsu %s" msgid "Enter your email address to reset your password" msgstr "Ievadiet savu e-pasta adresi, lai atjaunotu paroli" -msgid "URL" -msgstr "Norāde (URL)" - msgid "You cannot have multiple permission records for the same collection." msgstr "Vienai kolekcijai nevar būt vairāki tiesību ieraksti." @@ -150,64 +156,6 @@ msgstr "Šis lauks ir nepieciešams" msgid "Please select at least one group." msgstr "Lūdzu izvēlieties vismaz vienu grupu" -msgid "Error 404: Page not found" -msgstr "Kļūda 404: lapa nav atrasta" - -msgid "Error 404" -msgstr "Kļūda 404" - -msgid "The requested page could not be found." -msgstr "Pieprasīto lapu nav iespējams atrast" - -msgid "Go to Wagtail admin" -msgstr "Doties uz Wagtail administrāciju" - -msgid "Account" -msgstr "Konts" - -msgid "Update" -msgstr "Atjaunot" - -msgid "Change password" -msgstr "Mainīt paroli" - -msgid "" -"Your password can't be changed here. Please contact a site administrator." -msgstr "Šeit nav iespējams mainīt jūsu paroli. Sazinieties are administratoru." - -msgid "Language Preferences" -msgstr "Valodas uzstādījumi" - -msgid "Notification preferences" -msgstr "Paziņojumu iestatījumi" - -msgid "Reset password" -msgstr "Mainīt paroli" - -msgid "Password change successful" -msgstr "Paroles maiņa izdevusies" - -msgid "Login" -msgstr "Lietotājvārds" - -msgid "Set your new password" -msgstr "Izvēlieties jaunu paroli" - -msgid "Check your email" -msgstr "Pārbaudiet savu e-pastu" - -msgid "Please follow the link below to reset your password:" -msgstr "Lūdzu sekojiet norādei lai atiestatītu jūsu paroli:" - -msgid "Your username (in case you've forgotten):" -msgstr "Jūsu lietotājvārds (ja gadījumā to esat aizmirsis/-usi):" - -msgid "Password reset" -msgstr "Atjaunot paroli" - -msgid "Reset your password" -msgstr "Atjaunot paroli" - msgid "Page" msgstr "Lapa" @@ -304,15 +252,70 @@ msgstr "Pk" msgid "Sat" msgstr "S" +msgid "Error 404: Page not found" +msgstr "Kļūda 404: lapa nav atrasta" + +msgid "Error 404" +msgstr "Kļūda 404" + +msgid "The requested page could not be found." +msgstr "Pieprasīto lapu nav iespējams atrast" + +msgid "Go to Wagtail admin" +msgstr "Doties uz Wagtail administrāciju" + +msgid "Account" +msgstr "Konts" + +msgid "Update" +msgstr "Atjaunot" + +msgid "Change password" +msgstr "Mainīt paroli" + +msgid "" +"Your password can't be changed here. Please contact a site administrator." +msgstr "Šeit nav iespējams mainīt jūsu paroli. Sazinieties are administratoru." + +msgid "Language Preferences" +msgstr "Valodas uzstādījumi" + +msgid "Notification preferences" +msgstr "Paziņojumu iestatījumi" + +msgid "Reset password" +msgstr "Mainīt paroli" + +msgid "Password change successful" +msgstr "Paroles maiņa izdevusies" + +msgid "Login" +msgstr "Lietotājvārds" + +msgid "Set your new password" +msgstr "Izvēlieties jaunu paroli" + +msgid "Check your email" +msgstr "Pārbaudiet savu e-pastu" + +msgid "Please follow the link below to reset your password:" +msgstr "Lūdzu sekojiet norādei lai atiestatītu jūsu paroli:" + +msgid "Your username (in case you've forgotten):" +msgstr "Jūsu lietotājvārds (ja gadījumā to esat aizmirsis/-usi):" + +msgid "Password reset" +msgstr "Atjaunot paroli" + +msgid "Reset your password" +msgstr "Atjaunot paroli" + msgid "Dashboard" msgstr "Informācijas panelis" msgid "Menu" msgstr "Izvēlne" -msgid "Add another" -msgstr "Pievienot jaunu" - msgid "Move up" msgstr "Uz augšu" @@ -496,8 +499,11 @@ msgstr "Atslēgts" msgid "Publish this revision" msgstr "Publicēt šo versiju" -msgid "Publish" -msgstr "Publicēt" +msgid "Replace current draft" +msgstr "Aizvietot pašreizējo melnrakstu" + +msgid "Save draft" +msgstr "Saglabāt melnrakstu" #, python-format msgid "Create a page in %(title)s" @@ -564,9 +570,6 @@ msgstr "Jauns %(page_type)s" msgid "New" msgstr "Jauns" -msgid "Save draft" -msgstr "Saglabāt melnrakstu" - msgid "This page has unsaved changes." msgstr "Šai lapai ir nesaglabātas izmaiņas" @@ -578,12 +581,6 @@ msgstr "Labo %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "Labo %(page_type)s %(title)s" -msgid "Page locked" -msgstr "Lapa slēgta" - -msgid "Replace current draft" -msgstr "Aizvietot pašreizējo melnrakstu" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Labots: %(last_mod)s" @@ -738,9 +735,6 @@ msgstr "Parādīt pārlūkā" msgid "Test" msgstr "Test" -msgid "Sorry, you do not have permission to access this area." -msgstr "Atvainojiet, jums nav piekļuves tiesību šai zonai." - msgid "Your password has been changed successfully!" msgstr "Parole mainīta veiksmīgi." diff --git a/wagtail/admin/locale/mn/LC_MESSAGES/django.mo b/wagtail/admin/locale/mn/LC_MESSAGES/django.mo index eb8914c79..c25af9fd9 100644 Binary files a/wagtail/admin/locale/mn/LC_MESSAGES/django.mo and b/wagtail/admin/locale/mn/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/mn/LC_MESSAGES/django.po b/wagtail/admin/locale/mn/LC_MESSAGES/django.po index 734014863..7ecf566f6 100644 --- a/wagtail/admin/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/mn/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Mongolian (http://www.transifex.com/torchbox/wagtail/language/" "mn/)\n" @@ -21,6 +21,9 @@ msgstr "" "Language: mn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgid "Publish" +msgstr "Нийтлэх" + msgid "Submit for moderation" msgstr "Хянуулахаар илгээсэн" @@ -30,15 +33,21 @@ msgstr "Нийтлэхгүй байх" msgid "Delete" msgstr "Устгах" +msgid "Page locked" +msgstr "Хуудас түгжигдсэн" + msgid "Wagtail admin" msgstr "Админ панел" -msgid "None" -msgstr "Хоосон" +msgid "Sorry, you do not have permission to access this area." +msgstr "Танд энэ хэсэгт хандах эрх алга." msgid "You do not have permission to access the admin" msgstr "Та админ панел руу нэвтрэх эрхгүй" +msgid "None" +msgstr "Хоосон" + msgid "Scheduled publishing" msgstr "Төлөвлөгөөт нийтлэл" @@ -64,9 +73,6 @@ msgstr "Өөрийн%s оруулна уу" msgid "Enter your email address to reset your password" msgstr "Нууц үгээ шинээр сэргээхийн тулд имейл хаягаа оруулна уу" -msgid "URL" -msgstr "URL хаяг" - msgid "You cannot have multiple permission records for the same collection." msgstr "Нэг цуглуулганд олон хандалтын эрхийн бичлэг тохируулах боломжгүй." @@ -151,6 +157,207 @@ msgstr "Энэ талбарыг заавал бөглөх шаардлагата msgid "Please select at least one group." msgstr "Ядаж нэг бүлэг сонгоно уу." +msgid "Arabic" +msgstr "Араб" + +msgid "Catalan" +msgstr "Каталан хэл" + +msgid "German" +msgstr "Герман" + +msgid "Greek" +msgstr "Грек" + +msgid "English" +msgstr "Англи хэл" + +msgid "Spanish" +msgstr "Испани" + +msgid "Finnish" +msgstr "Финланд хэл" + +msgid "French" +msgstr "Франц" + +msgid "Indonesian" +msgstr "Индонези" + +msgid "Italian" +msgstr "Итали" + +msgid "Korean" +msgstr "Солонгос хэл" + +msgid "Lithuanian" +msgstr "Литва хэл" + +msgid "Persian" +msgstr "Перс" + +msgid "Polish" +msgstr "Польш хэл" + +msgid "Portuguese" +msgstr "Португали" + +msgid "Romanian" +msgstr "Румын" + +msgid "Russian" +msgstr "Орос хэл" + +msgid "Swedish" +msgstr "Швед хэл" + +msgid "Slovak" +msgstr "Словак" + +msgid "Ukrainian" +msgstr "Украйн" + +msgid "Page" +msgstr "Хуудас" + +msgid "Pages" +msgstr "Хуудсууд" + +msgid "Loading…" +msgstr "Уншиж байна..." + +msgid "No results" +msgstr "Үр дүн олдсонгүй" + +msgid "Server Error" +msgstr "Серверийн алдаа" + +msgid "See all" +msgstr "Бүгдийг харах" + +msgid "Close explorer" +msgstr "Хаах" + +msgid "Alt text" +msgstr "Зургийн тайлбар текст" + +msgid "Write here…" +msgstr "Энд бичнэ үү..." + +msgid "Horizontal line" +msgstr "Хөндлөн зураас" + +msgid "Line break" +msgstr "Шинэ мөр лүү шилжих" + +msgid "Undo" +msgstr "Буцаах" + +msgid "Redo" +msgstr "Давтах" + +msgid "Reload the page" +msgstr "Хуудсыг дахин ачааллах" + +msgid "Reload saved content" +msgstr "Хадгалагдсан контентыг дахин ачааллах" + +msgid "Show latest content" +msgstr "Сүүлийн контент харах" + +msgid "Show error" +msgstr "Алдаа харуулах" + +msgid "" +"The editor just crashed. Content has been reset to the last saved version." +msgstr "" +"Текст засварлагчид алдаа гарлаа. Контент сүүлийн хадгалагдсан хувилбараар " +"хадгалагдсан." + +msgid "Close" +msgstr "Хаах" + +msgid "Edit '{title}'" +msgstr "'{title}' засах" + +msgid "January" +msgstr "Нэгдүгээр сар" + +msgid "February" +msgstr "Хоёрдугаар сар" + +msgid "March" +msgstr "Гуравдугаар сар" + +msgid "April" +msgstr "Дөрөвдүгээр сар" + +msgid "May" +msgstr "Тавдугаар сар" + +msgid "June" +msgstr "Зургадугаар сар" + +msgid "July" +msgstr "Долдугаар сар" + +msgid "August" +msgstr "Наймдугаар сар" + +msgid "September" +msgstr "Есдүгээр сар" + +msgid "October" +msgstr "Аравдугаар сар" + +msgid "November" +msgstr "Арван нэгдүгээр сар" + +msgid "December" +msgstr "Арван хоёрдугаар сар" + +msgid "Sunday" +msgstr "Ням гариг" + +msgid "Monday" +msgstr "Даваа гариг" + +msgid "Tuesday" +msgstr "Мягмар гариг" + +msgid "Wednesday" +msgstr "Лхагва гариг" + +msgid "Thursday" +msgstr "Пүрэв гариг" + +msgid "Friday" +msgstr "Баасан гариг" + +msgid "Saturday" +msgstr "Бямба гариг" + +msgid "Sun" +msgstr "Ням" + +msgid "Mon" +msgstr "Дав" + +msgid "Tue" +msgstr "Мяг" + +msgid "Wed" +msgstr "Лха" + +msgid "Thu" +msgstr "Пүр" + +msgid "Fri" +msgstr "Баа" + +msgid "Sat" +msgstr "Бям" + msgid "Error 404: Page not found" msgstr "Алдаа 404: Хуудас олдсонгүй" @@ -241,153 +448,12 @@ msgstr "Нууц үг сэргээх" msgid "Reset your password" msgstr "Нууц үгээ сэргээх" -msgid "Page" -msgstr "Хуудас" - -msgid "Pages" -msgstr "Хуудсууд" - -msgid "Loading…" -msgstr "Уншиж байна..." - -msgid "No results" -msgstr "Үр дүн олдсонгүй" - -msgid "Server Error" -msgstr "Серверийн алдаа" - -msgid "See all" -msgstr "Бүгдийг харах" - -msgid "Close explorer" -msgstr "Хаах" - -msgid "Alt text" -msgstr "Зургийн тайлбар текст" - -msgid "Write here…" -msgstr "Энд бичнэ үү..." - -msgid "Horizontal line" -msgstr "Хөндлөн зураас" - -msgid "Line break" -msgstr "Шинэ мөр лүү шилжих" - -msgid "Undo" -msgstr "Буцаах" - -msgid "Redo" -msgstr "Давтах" - -msgid "Reload the page" -msgstr "Хуудсыг дахин ачааллах" - -msgid "Reload saved content" -msgstr "Хадгалагдсан контентыг дахин ачааллах" - -msgid "Show latest content" -msgstr "Сүүлийн контент харах" - -msgid "Show error" -msgstr "Алдаа харуулах" - -msgid "" -"The editor just crashed. Content has been reset to the last saved version." -msgstr "" -"Текст засварлагчид алдаа гарлаа. Контент сүүлийн хадгалагдсан хувилбараар " -"хадгалагдсан." - -msgid "Close" -msgstr "Хаах" - -msgid "January" -msgstr "Нэгдүгээр сар" - -msgid "February" -msgstr "Хоёрдугаар сар" - -msgid "March" -msgstr "Гуравдугаар сар" - -msgid "April" -msgstr "Дөрөвдүгээр сар" - -msgid "May" -msgstr "Тавдугаар сар" - -msgid "June" -msgstr "Зургадугаар сар" - -msgid "July" -msgstr "Долдугаар сар" - -msgid "August" -msgstr "Наймдугаар сар" - -msgid "September" -msgstr "Есдүгээр сар" - -msgid "October" -msgstr "Аравдугаар сар" - -msgid "November" -msgstr "Арван нэгдүгээр сар" - -msgid "December" -msgstr "Арван хоёрдугаар сар" - -msgid "Sunday" -msgstr "Ням гариг" - -msgid "Monday" -msgstr "Даваа гариг" - -msgid "Tuesday" -msgstr "Мягмар гариг" - -msgid "Wednesday" -msgstr "Лхагва гариг" - -msgid "Thursday" -msgstr "Пүрэв гариг" - -msgid "Friday" -msgstr "Баасан гариг" - -msgid "Saturday" -msgstr "Бямба гариг" - -msgid "Sun" -msgstr "Ням" - -msgid "Mon" -msgstr "Дав" - -msgid "Tue" -msgstr "Мяг" - -msgid "Wed" -msgstr "Лха" - -msgid "Thu" -msgstr "Пүр" - -msgid "Fri" -msgstr "Баа" - -msgid "Sat" -msgstr "Бям" - msgid "Dashboard" msgstr "Хянах самбар" msgid "Menu" msgstr "Цэс" -msgid "Add another" -msgstr "Өөрийг нэмэх" - msgid "Move up" msgstr "Дээш зөөх" @@ -610,8 +676,14 @@ msgstr "Түгжигдээгүй" msgid "Publishing…" msgstr "Нийтэлж байна..." -msgid "Publish" -msgstr "Нийтлэх" +msgid "Saving…" +msgstr "Хадгалж байна..." + +msgid "Replace current draft" +msgstr "Одоогийн нооргийг дарж хуулах" + +msgid "Save draft" +msgstr "Ноорог хадгалах" #, python-format msgid "Create a page in %(title)s" @@ -727,12 +799,6 @@ msgstr "Шинэ %(page_type)s" msgid "New" msgstr "Шинэ" -msgid "Saving…" -msgstr "Хадгалж байна..." - -msgid "Save draft" -msgstr "Ноорог хадгалах" - msgid "This page has unsaved changes." msgstr "Хуудсанд хадгалаагүй өөрчлөлт байна." @@ -744,12 +810,6 @@ msgstr "Засч байна %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "Засч байна %(page_type)s %(title)s" -msgid "Page locked" -msgstr "Хуудас түгжигдсэн" - -msgid "Replace current draft" -msgstr "Одоогийн нооргийг дарж хуулах" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Сүүлд өөрчлөгдсөн: %(last_mod)s" @@ -979,69 +1039,6 @@ msgstr "Шинэ мэдээ нэмэх" msgid "Test" msgstr "Тест" -msgid "Arabic" -msgstr "Араб" - -msgid "Catalan" -msgstr "Каталан хэл" - -msgid "German" -msgstr "Герман" - -msgid "Greek" -msgstr "Грек" - -msgid "English" -msgstr "Англи хэл" - -msgid "Spanish" -msgstr "Испани" - -msgid "Finnish" -msgstr "Финланд хэл" - -msgid "French" -msgstr "Франц" - -msgid "Indonesian" -msgstr "Индонези" - -msgid "Italian" -msgstr "Итали" - -msgid "Korean" -msgstr "Солонгос хэл" - -msgid "Lithuanian" -msgstr "Литва хэл" - -msgid "Persian" -msgstr "Перс" - -msgid "Polish" -msgstr "Польш хэл" - -msgid "Portuguese" -msgstr "Португали" - -msgid "Romanian" -msgstr "Румын" - -msgid "Russian" -msgstr "Орос хэл" - -msgid "Swedish" -msgstr "Швед хэл" - -msgid "Slovak" -msgstr "Словак" - -msgid "Ukrainian" -msgstr "Украйн" - -msgid "Sorry, you do not have permission to access this area." -msgstr "Танд энэ хэсэгт хандах эрх алга." - msgid "Your password has been changed successfully!" msgstr "Таны нууц үг амжилттай өөрчлөгдлөө!" @@ -1180,45 +1177,12 @@ msgstr "\"{1}\"-с {0} дэх хувилбар" msgid "Revision {0} of \"{1}\" unscheduled." msgstr "\"{1}\"-с {0} дэх хувилбар төлөвлөгдсөнгүй." -msgid "Edit '{title}'" -msgstr "'{title}' засах" - -msgid "Preview draft version of '{title}'" -msgstr "'{title}'-н ноорог хувилбарыг урдчилж харах" - -msgid "View live version of '{title}'" -msgstr "'{title}' нийтлэгдсэн хувилбарыг нь харах" - -msgid "Add a child page to '{title}' " -msgstr "'{title}'-д шинэ мэдээ нэмэх" - msgid "More" msgstr "Дэлгэрэнгүй" -msgid "View more options for '{title}'" -msgstr "'{title}'-н сонголтуудыг харах" - -msgid "Move page '{title}'" -msgstr "'{title}' хуудсыг зөөх" - -msgid "Copy page '{title}'" -msgstr "'{title}' хуудсыг хуулах" - -msgid "Delete page '{title}'" -msgstr "'{title}' хуудсыг устгах" - -msgid "Unpublish page '{title}'" -msgstr "'{title}' хуудсыг хаах" - -msgid "View revision history for '{title}'" -msgstr "'{title}' хуудсын өөрчлөлтийн түүхийг харах" - msgid "Set profile picture" msgstr "Профайл зураг оруулах" -msgid "Change your profile picture" -msgstr "Профайл зургаа солих" - msgid "Change the email address linked to your account." msgstr "Таны хэрэглэгчийн эрхтэй холбоотой имейл хаягийг өөрчлөх." @@ -1240,9 +1204,6 @@ msgstr "Одоогийн цагийн бүс" msgid "Choose your current time zone." msgstr "Өөрийн цагийн бүсийг тохируулна уу." -msgid "Heading {level}" -msgstr "{level} гарчиг" - msgid "Bulleted list" msgstr "Сумтай жагсаалт" diff --git a/wagtail/admin/locale/nb/LC_MESSAGES/django.mo b/wagtail/admin/locale/nb/LC_MESSAGES/django.mo index be6d81ac5..35bd564b4 100644 Binary files a/wagtail/admin/locale/nb/LC_MESSAGES/django.mo and b/wagtail/admin/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/nb/LC_MESSAGES/django.po b/wagtail/admin/locale/nb/LC_MESSAGES/django.po index 9307f2416..64746cd6b 100644 --- a/wagtail/admin/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/nb/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" "language/nb/)\n" @@ -21,6 +21,9 @@ msgstr "" "Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgid "Publish" +msgstr "Publiser" + msgid "Submit for moderation" msgstr "Send til godkjenning" @@ -30,15 +33,21 @@ msgstr "Avpublisér" msgid "Delete" msgstr "Slett" +msgid "Page locked" +msgstr "Siden er låst" + msgid "Wagtail admin" msgstr "Wagtail admin" -msgid "None" -msgstr "Ingen" +msgid "Sorry, you do not have permission to access this area." +msgstr "Beklager, du har ikke tilgang på dette området." msgid "You do not have permission to access the admin" msgstr "Du har ikke tilgang på admin sidene" +msgid "None" +msgstr "Ingen" + msgid "Scheduled publishing" msgstr "Planlagt publisering" @@ -64,9 +73,6 @@ msgstr "Skriv inn %s" msgid "Enter your email address to reset your password" msgstr "Skriv inn din e-postadresse for å nullstille passord" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "Du kan ikke ha flere tillatelsesoppføringer for samme samling." @@ -151,6 +157,193 @@ msgstr "Dette feltet er påkrevet." msgid "Please select at least one group." msgstr "Velg minst en gruppe." +msgid "Catalan" +msgstr "katalansk" + +msgid "German" +msgstr "tysk" + +msgid "Greek" +msgstr "gresk" + +msgid "English" +msgstr "engelsk" + +msgid "Spanish" +msgstr "spansk" + +msgid "Finnish" +msgstr "finsk" + +msgid "French" +msgstr "fransk" + +msgid "Galician" +msgstr "galisisk" + +msgid "Icelandic" +msgstr "islandsk" + +msgid "Italian" +msgstr "italiensk" + +msgid "Korean" +msgstr "Koreansk" + +msgid "Lithuanian" +msgstr "litauisk" + +msgid "Norwegian Bokmål" +msgstr "norsk bokmål" + +msgid "Netherlands Dutch" +msgstr "nederlandsk" + +msgid "Persian" +msgstr "Persisk" + +msgid "Polish" +msgstr "polsk" + +msgid "Brazilian Portuguese" +msgstr "brasiliansk portugisisk" + +msgid "Portuguese" +msgstr "portugisisk" + +msgid "Romanian" +msgstr "rumensk" + +msgid "Russian" +msgstr "russisk" + +msgid "Swedish" +msgstr "Svensk" + +msgid "Slovak" +msgstr "Slovakisk" + +msgid "Ukrainian" +msgstr "Ukrainsk" + +msgid "Page" +msgstr "Side" + +msgid "Pages" +msgstr "Sider" + +msgid "Loading…" +msgstr "Laster..." + +msgid "No results" +msgstr "Ingen resultater" + +msgid "Server Error" +msgstr "Serverfeil" + +msgid "See all" +msgstr "Se alle" + +msgid "Close explorer" +msgstr "Lukk utforsker" + +msgid "Alt text" +msgstr "Alt-tekst" + +msgid "Write here…" +msgstr "Skriv her..." + +msgid "Horizontal line" +msgstr "Horisontal linje" + +msgid "Line break" +msgstr "Linjeskift" + +msgid "Undo" +msgstr "Angre" + +msgid "Redo" +msgstr "Gjør om" + +msgid "Reload the page" +msgstr "Oppdater siden" + +msgid "Reload saved content" +msgstr "Oppdater lagret innhold" + +msgid "Show latest content" +msgstr "Vis siste innhold" + +msgid "Show error" +msgstr "Vis feil" + +msgid "" +"The editor just crashed. Content has been reset to the last saved version." +msgstr "Editoren krasjet. Innholdet er tilbakestilt til sist lagrede versjon." + +msgid "Close" +msgstr "Lukk" + +msgid "Edit '{title}'" +msgstr "Endre '{title}'" + +msgid "January" +msgstr "januar" + +msgid "February" +msgstr "februar" + +msgid "March" +msgstr "mars" + +msgid "April" +msgstr "april" + +msgid "May" +msgstr "mai" + +msgid "June" +msgstr "juni" + +msgid "July" +msgstr "juli" + +msgid "August" +msgstr "august" + +msgid "September" +msgstr "september" + +msgid "October" +msgstr "oktober" + +msgid "November" +msgstr "november" + +msgid "December" +msgstr "desember" + +msgid "Sun" +msgstr "Søn" + +msgid "Mon" +msgstr "Man" + +msgid "Tue" +msgstr "Tir" + +msgid "Wed" +msgstr "Ons" + +msgid "Thu" +msgstr "Tor" + +msgid "Fri" +msgstr "Fre" + +msgid "Sat" +msgstr "Lør" + msgid "Error 404: Page not found" msgstr "404 Feil: Fant ikke siden" @@ -242,130 +435,12 @@ msgstr "Passordnullstilling" msgid "Reset your password" msgstr "Nullstill ditt passord" -msgid "Page" -msgstr "Side" - -msgid "Pages" -msgstr "Sider" - -msgid "Loading…" -msgstr "Laster..." - -msgid "No results" -msgstr "Ingen resultater" - -msgid "Server Error" -msgstr "Serverfeil" - -msgid "See all" -msgstr "Se alle" - -msgid "Close explorer" -msgstr "Lukk utforsker" - -msgid "Alt text" -msgstr "Alt-tekst" - -msgid "Write here…" -msgstr "Skriv her..." - -msgid "Horizontal line" -msgstr "Horisontal linje" - -msgid "Line break" -msgstr "Linjeskift" - -msgid "Undo" -msgstr "Angre" - -msgid "Redo" -msgstr "Gjør om" - -msgid "Reload the page" -msgstr "Oppdater siden" - -msgid "Reload saved content" -msgstr "Oppdater lagret innhold" - -msgid "Show latest content" -msgstr "Vis siste innhold" - -msgid "Show error" -msgstr "Vis feil" - -msgid "" -"The editor just crashed. Content has been reset to the last saved version." -msgstr "Editoren krasjet. Innholdet er tilbakestilt til sist lagrede versjon." - -msgid "Close" -msgstr "Lukk" - -msgid "January" -msgstr "januar" - -msgid "February" -msgstr "februar" - -msgid "March" -msgstr "mars" - -msgid "April" -msgstr "april" - -msgid "May" -msgstr "mai" - -msgid "June" -msgstr "juni" - -msgid "July" -msgstr "juli" - -msgid "August" -msgstr "august" - -msgid "September" -msgstr "september" - -msgid "October" -msgstr "oktober" - -msgid "November" -msgstr "november" - -msgid "December" -msgstr "desember" - -msgid "Sun" -msgstr "Søn" - -msgid "Mon" -msgstr "Man" - -msgid "Tue" -msgstr "Tir" - -msgid "Wed" -msgstr "Ons" - -msgid "Thu" -msgstr "Tor" - -msgid "Fri" -msgstr "Fre" - -msgid "Sat" -msgstr "Lør" - msgid "Dashboard" msgstr "Kontrollpanel" msgid "Menu" msgstr "Meny" -msgid "Add another" -msgstr "Legg til en ny" - msgid "Move up" msgstr "Flytt opp" @@ -614,8 +689,14 @@ msgstr "Publiserer..." msgid "Publish this revision" msgstr "Publiser denne revisjonen" -msgid "Publish" -msgstr "Publiser" +msgid "Saving…" +msgstr "Lagrer..." + +msgid "Replace current draft" +msgstr "Erstatt nåværende kladd" + +msgid "Save draft" +msgstr "Lagre kladd" #, python-format msgid "Create a page in %(title)s" @@ -751,12 +832,6 @@ msgstr "Ny %(page_type)s" msgid "New" msgstr "Ny" -msgid "Saving…" -msgstr "Lagrer..." - -msgid "Save draft" -msgstr "Lagre kladd" - msgid "This page has unsaved changes." msgstr "Denne siden har endringer som ikke er lagret." @@ -768,12 +843,6 @@ msgstr "Redigerer %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "Redigerer %(page_type)s: %(title)s" -msgid "Page locked" -msgstr "Siden er låst" - -msgid "Replace current draft" -msgstr "Erstatt nåværende kladd" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Sist endret: %(last_mod)s" @@ -1128,78 +1197,6 @@ msgstr "Vis i Utforsker" msgid "Test" msgstr "Test" -msgid "Catalan" -msgstr "katalansk" - -msgid "German" -msgstr "tysk" - -msgid "Greek" -msgstr "gresk" - -msgid "English" -msgstr "engelsk" - -msgid "Spanish" -msgstr "spansk" - -msgid "Finnish" -msgstr "finsk" - -msgid "French" -msgstr "fransk" - -msgid "Galician" -msgstr "galisisk" - -msgid "Icelandic" -msgstr "islandsk" - -msgid "Italian" -msgstr "italiensk" - -msgid "Korean" -msgstr "Koreansk" - -msgid "Lithuanian" -msgstr "litauisk" - -msgid "Norwegian Bokmål" -msgstr "norsk bokmål" - -msgid "Netherlands Dutch" -msgstr "nederlandsk" - -msgid "Persian" -msgstr "Persisk" - -msgid "Polish" -msgstr "polsk" - -msgid "Brazilian Portuguese" -msgstr "brasiliansk portugisisk" - -msgid "Portuguese" -msgstr "portugisisk" - -msgid "Romanian" -msgstr "rumensk" - -msgid "Russian" -msgstr "russisk" - -msgid "Swedish" -msgstr "Svensk" - -msgid "Slovak" -msgstr "Slovakisk" - -msgid "Ukrainian" -msgstr "Ukrainsk" - -msgid "Sorry, you do not have permission to access this area." -msgstr "Beklager, du har ikke tilgang på dette området." - msgid "Your password has been changed successfully!" msgstr "Passordet ditt er endret." @@ -1362,45 +1359,12 @@ msgstr "revisjon {0} av \"{1}\"" msgid "Revision {0} of \"{1}\" unscheduled." msgstr "Revisjon {0} av \"{1}\" avbrutt." -msgid "Edit '{title}'" -msgstr "Endre '{title}'" - -msgid "Preview draft version of '{title}'" -msgstr "Forhåndsvis kladd av «{title}»" - -msgid "View live version of '{title}'" -msgstr "Vis publisert versjon av «{title}»" - -msgid "Add a child page to '{title}' " -msgstr "Legg til underside til «{title}»" - msgid "More" msgstr "Mer" -msgid "View more options for '{title}'" -msgstr "Vis flere valgmuligheter for «{title}»" - -msgid "Move page '{title}'" -msgstr "Flytt siden «{title}»" - -msgid "Copy page '{title}'" -msgstr "Kopier siden «{title}»" - -msgid "Delete page '{title}'" -msgstr "Slett siden «{title}»" - -msgid "Unpublish page '{title}'" -msgstr "Avpublisér siden «{title}»" - -msgid "View revision history for '{title}'" -msgstr "Vis revisjonshistorikken til siden «{title}»" - msgid "Set profile picture" msgstr "Velg profilbilde" -msgid "Change your profile picture" -msgstr "Bytt profilbildet ditt" - msgid "Change the email address linked to your account." msgstr "Endre e-postadressen knyttet til kontoen din." @@ -1422,9 +1386,6 @@ msgstr "Nåværende tidssone" msgid "Choose your current time zone." msgstr "Velg din nåværende tidssone." -msgid "Heading {level}" -msgstr "Overskrift {level}" - msgid "Bulleted list" msgstr "Punktliste" diff --git a/wagtail/admin/locale/nl/LC_MESSAGES/django.mo b/wagtail/admin/locale/nl/LC_MESSAGES/django.mo index 3a95ab902..70e81b1e0 100644 Binary files a/wagtail/admin/locale/nl/LC_MESSAGES/django.mo and b/wagtail/admin/locale/nl/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/nl/LC_MESSAGES/django.po b/wagtail/admin/locale/nl/LC_MESSAGES/django.po index a9bb696e3..71f11eebc 100644 --- a/wagtail/admin/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/nl/LC_MESSAGES/django.po @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Dutch (http://www.transifex.com/torchbox/wagtail/language/" "nl/)\n" @@ -31,6 +31,9 @@ msgstr "" "Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgid "Publish" +msgstr "Publiceer" + msgid "Submit for moderation" msgstr "Ter goedkeuring aanbieden" @@ -40,12 +43,18 @@ msgstr "Publicatie ongedaan maken" msgid "Delete" msgstr "Verwijderen" -msgid "None" -msgstr "Geen" +msgid "Page locked" +msgstr "Pagina vergrendeld" + +msgid "Sorry, you do not have permission to access this area." +msgstr "Sorry, u heeft geen toestemming tot dit gedeelte." msgid "You do not have permission to access the admin" msgstr "U heeft geen permissies om de admin te bereiken" +msgid "None" +msgstr "Geen" + msgid "Scheduled publishing" msgstr "Geplande publicatie" @@ -71,9 +80,6 @@ msgstr "Voer uw %s in" msgid "Enter your email address to reset your password" msgstr "Vul uw e-mailadres in om uw wachtwoord te resetten." -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "" "U kunt niet beschikken over meerdere permissies voor dezelfde collectie." @@ -153,45 +159,6 @@ msgstr "Dit veld is verplicht" msgid "Please select at least one group." msgstr "Selecteer minimaal één groep." -msgid "Account" -msgstr "Account" - -msgid "Update" -msgstr "Update" - -msgid "Change password" -msgstr "Wijzig wachtwoord" - -msgid "" -"Your password can't be changed here. Please contact a site administrator." -msgstr "" -"Uw wachtwoord kan hier niet gewijzigd worden. Neem contact op met de " -"beheerder van de site." - -msgid "Notification preferences" -msgstr "Notificatievoorkeuren" - -msgid "Reset password" -msgstr "Wachtwoord resetten" - -msgid "Password change successful" -msgstr "Wachtwoord is succesvol gewijzigd" - -msgid "Login" -msgstr "Log in" - -msgid "Set your new password" -msgstr "Vul uw nieuwe wachtwoord in" - -msgid "Check your email" -msgstr "Check uw e-mail" - -msgid "Password reset" -msgstr "Wachtwoord herstel" - -msgid "Reset your password" -msgstr "Herstel uw wachtwoord" - msgid "January" msgstr "januari" @@ -249,15 +216,51 @@ msgstr "Vr" msgid "Sat" msgstr "Za" +msgid "Account" +msgstr "Account" + +msgid "Update" +msgstr "Update" + +msgid "Change password" +msgstr "Wijzig wachtwoord" + +msgid "" +"Your password can't be changed here. Please contact a site administrator." +msgstr "" +"Uw wachtwoord kan hier niet gewijzigd worden. Neem contact op met de " +"beheerder van de site." + +msgid "Notification preferences" +msgstr "Notificatievoorkeuren" + +msgid "Reset password" +msgstr "Wachtwoord resetten" + +msgid "Password change successful" +msgstr "Wachtwoord is succesvol gewijzigd" + +msgid "Login" +msgstr "Log in" + +msgid "Set your new password" +msgstr "Vul uw nieuwe wachtwoord in" + +msgid "Check your email" +msgstr "Check uw e-mail" + +msgid "Password reset" +msgstr "Wachtwoord herstel" + +msgid "Reset your password" +msgstr "Herstel uw wachtwoord" + msgid "Dashboard" msgstr "Dashboard" msgid "Menu" msgstr "Menu" -msgid "Add another" -msgstr "Voeg nog een toe." - msgid "Move up" msgstr "Verplaats omhoog" @@ -462,8 +465,8 @@ msgstr "Ontgrendeld" msgid "Publish this revision" msgstr "Publiceer deze revisie" -msgid "Publish" -msgstr "Publiceer" +msgid "Save draft" +msgstr "Concept opslaan" #, python-format msgid "Create a page in %(title)s" @@ -555,9 +558,6 @@ msgstr "Nieuwe %(page_type)s" msgid "New" msgstr "Nieuwe" -msgid "Save draft" -msgstr "Concept opslaan" - #, python-format msgid "Editing %(page_type)s: %(title)s" msgstr "Bewerk %(page_type)s: %(title)s" @@ -566,9 +566,6 @@ msgstr "Bewerk %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "Bewerk %(page_type)s %(title)s" -msgid "Page locked" -msgstr "Pagina vergrendeld" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Laatste gewijzigd: %(last_mod)s" @@ -745,9 +742,6 @@ msgstr "Ga naar de Wagtail beheer interface" msgid "Add a child page" msgstr "Voeg een onderliggende pagina toe" -msgid "Sorry, you do not have permission to access this area." -msgstr "Sorry, u heeft geen toestemming tot dit gedeelte." - msgid "Your password has been changed successfully!" msgstr "Uw wachtwoord is succesvol gewijzigd." diff --git a/wagtail/admin/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/admin/locale/nl_NL/LC_MESSAGES/django.mo index 5ddfbd160..01b555b7a 100644 Binary files a/wagtail/admin/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/admin/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/admin/locale/nl_NL/LC_MESSAGES/django.po index 26cf4209f..3d8393f75 100644 --- a/wagtail/admin/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/nl_NL/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Coen van der Kamp , 2018 +# Coen van der Kamp , 2018-2019 # Franklin Kingma , 2015 # Maarten Kling , 2015,2017-2018 # Meteor 0id, 2019 @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-20 23:35+0000\n" -"Last-Translator: Meteor 0id\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-17 19:22+0000\n" +"Last-Translator: Coen van der Kamp \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" "wagtail/language/nl_NL/)\n" "MIME-Version: 1.0\n" @@ -23,6 +23,9 @@ msgstr "" "Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgid "Publish" +msgstr "Publiceer" + msgid "Submit for moderation" msgstr "Dien in ter controle" @@ -32,15 +35,24 @@ msgstr "Publicatie intrekken" msgid "Delete" msgstr "Verwijder" +msgid "Save Draft" +msgstr "Concept opslaan" + +msgid "Page locked" +msgstr "Pagina is geblokkeerd" + msgid "Wagtail admin" msgstr "Wagtail admin" -msgid "None" -msgstr "Geen" +msgid "Sorry, you do not have permission to access this area." +msgstr "Sorry, u heeft geen toegang tot dit gedeelte." msgid "You do not have permission to access the admin" msgstr "U heeft geen toegang tot de admin." +msgid "None" +msgstr "Geen" + msgid "Scheduled publishing" msgstr "Geplande publicatie" @@ -66,9 +78,6 @@ msgstr "Voer uw %s in" msgid "Enter your email address to reset your password" msgstr "Vul uw e-mailadres in om uw wachtwoord te herstellen" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "" "Het is niet mogelijk om meerdere machtigingen voor dezelfde collectie in te " @@ -160,96 +169,101 @@ msgstr "Dit is een verplicht veld." msgid "Please select at least one group." msgstr "Selecteer minimaal één groep." -msgid "Error 404: Page not found" -msgstr "Error 404: Pagina niet gevonden" +msgid "Arabic" +msgstr "Arabisch" -msgid "Error 404" -msgstr "Error 404" +msgid "Catalan" +msgstr "Catalaans" -msgid "The requested page could not be found." -msgstr "De pagina kon niet worden gevonden." +msgid "Czech" +msgstr "Tsjechisch" -msgid "Go to Wagtail admin" -msgstr "Ga naar de Wagtail admin" +msgid "German" +msgstr "Duits" -msgid "Account" -msgstr "Account" +msgid "Greek" +msgstr "Grieks" -msgid "Change profile picture" -msgstr "Wijzig profiel foto" +msgid "English" +msgstr "Engels" -msgid "Your current profile picture:" -msgstr "Je huidige profiel foto:" +msgid "Spanish" +msgstr "Spaans" -msgid "Update" -msgstr "Bijwerken" +msgid "Finnish" +msgstr "Fins" -msgid "Change email" -msgstr "Wijzig email" +msgid "French" +msgstr "Frans" -msgid "Change password" -msgstr "Wijzig wachtwoord" +msgid "Galician" +msgstr "Galicisch" -msgid "" -"Your password can't be changed here. Please contact a site administrator." -msgstr "" -"Uw wachtwoord kan hier niet gewijzigd worden. Neem contact op met een " -"beheerder van deze site." +msgid "Hungarian" +msgstr "Hongaars" -msgid "Set Time Zone" -msgstr "Zet tijd zone" +msgid "Indonesian" +msgstr "Indonesisch" -msgid "Language Preferences" -msgstr "Taalvoorkeuren" +msgid "Icelandic" +msgstr "IJslands" -msgid "Notification preferences" -msgstr "Notificatievoorkeuren" +msgid "Italian" +msgstr "Italiaans" -msgid "Reset password" -msgstr "Wachtwoord resetten" +msgid "Japanese" +msgstr "Japans" -msgid "Password change successful" -msgstr "Uw wachtwoord is succesvol gewijzigd." +msgid "Korean" +msgstr "Koreaans" -msgid "Login" -msgstr "Inloggen" +msgid "Lithuanian" +msgstr "Litouws" -msgid "Set your new password" -msgstr "Vul uw nieuwe wachtwoord in" +msgid "Mongolian" +msgstr "Mongools" -msgid "Invalid password reset link" -msgstr "Onjuiste wachtwoord reset link" +msgid "Norwegian Bokmål" +msgstr "Noors Bokmål" -msgid "" -"The password reset link was invalid, possibly because it has already been " -"used." -msgstr "" -"De wachtwoord reset link is niet juist, waarschijnlijk is deze al gebruikt." +msgid "Netherlands Dutch" +msgstr "Nederlands" -msgid "Request a new password reset" -msgstr "Vraag een nieuw wachtwoord reset aan" +msgid "Persian" +msgstr "Perzisch" -msgid "Check your email" -msgstr "Controleer uw e-mail" +msgid "Polish" +msgstr "Pools" -msgid "" -"A link to reset your password has been emailed to you if an account exists " -"for this address." -msgstr "" -"Een link om uw wachtwoord te herstellen is naar uw e-mailadres verstuurd als " -"dit adres bestaat." +msgid "Brazilian Portuguese" +msgstr "Braziliaans Portugees" -msgid "Please follow the link below to reset your password:" -msgstr "Klik op de link hieronder om uw wachtwoord te wijzigen:" +msgid "Portuguese" +msgstr "Portugees" -msgid "Your username (in case you've forgotten):" -msgstr "Uw gebruikersnaam (mocht u die vergeten zijn):" +msgid "Romanian" +msgstr "Roemeens" -msgid "Password reset" -msgstr "Wachtwoord herstel" +msgid "Russian" +msgstr "Russisch" -msgid "Reset your password" -msgstr "Reset uw wachtwoord" +msgid "Swedish" +msgstr "Zweeds" + +msgid "Slovak" +msgstr "Slowaaks" + +msgid "Thai" +msgstr "Thais" + +msgid "Ukrainian" +msgstr "Oekraïens" + +msgid "Chinese (Simplified)" +msgstr "Chinees (Vereenvoudigd)" + +msgid "Chinese (Traditional)" +msgstr "Chinees (Traditioneel)" msgid "Page" msgstr "Pagina" @@ -317,6 +331,15 @@ msgstr "Ontbrekend document" msgid "Close" msgstr "Sluit" +msgid "Edit '{title}'" +msgstr "Wijzig '{title}'" + +msgid "View child pages of '{title}'" +msgstr "Toon onderliggende pagina's van '{title}'" + +msgid "Page explorer" +msgstr "Paginaverkenner" + msgid "January" msgstr "januari" @@ -395,15 +418,106 @@ msgstr "Vr" msgid "Sat" msgstr "Za" +msgid "Error 404: Page not found" +msgstr "Error 404: Pagina niet gevonden" + +msgid "Error 404" +msgstr "Error 404" + +msgid "The requested page could not be found." +msgstr "De pagina kon niet worden gevonden." + +msgid "Go to Wagtail admin" +msgstr "Ga naar de Wagtail admin" + +msgid "Account" +msgstr "Account" + +msgid "Change profile picture" +msgstr "Wijzig profiel foto" + +msgid "Your current profile picture:" +msgstr "Je huidige profiel foto:" + +msgid "Update" +msgstr "Bijwerken" + +msgid "Change email" +msgstr "Wijzig email" + +msgid "Change name" +msgstr "Naam wijzigen" + +msgid "Change password" +msgstr "Wijzig wachtwoord" + +msgid "" +"Your password can't be changed here. Please contact a site administrator." +msgstr "" +"Uw wachtwoord kan hier niet gewijzigd worden. Neem contact op met een " +"beheerder van deze site." + +msgid "Set Time Zone" +msgstr "Zet tijd zone" + +msgid "Language Preferences" +msgstr "Taalvoorkeuren" + +msgid "Notification preferences" +msgstr "Notificatievoorkeuren" + +msgid "Reset password" +msgstr "Wachtwoord resetten" + +msgid "Password change successful" +msgstr "Uw wachtwoord is succesvol gewijzigd." + +msgid "Login" +msgstr "Inloggen" + +msgid "Set your new password" +msgstr "Vul uw nieuwe wachtwoord in" + +msgid "Invalid password reset link" +msgstr "Onjuiste wachtwoord reset link" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used." +msgstr "" +"De wachtwoord reset link is niet juist, waarschijnlijk is deze al gebruikt." + +msgid "Request a new password reset" +msgstr "Vraag een nieuw wachtwoord reset aan" + +msgid "Check your email" +msgstr "Controleer uw e-mail" + +msgid "" +"A link to reset your password has been emailed to you if an account exists " +"for this address." +msgstr "" +"Een link om uw wachtwoord te herstellen is naar uw e-mailadres verstuurd als " +"dit adres bestaat." + +msgid "Please follow the link below to reset your password:" +msgstr "Klik op de link hieronder om uw wachtwoord te wijzigen:" + +msgid "Your username (in case you've forgotten):" +msgstr "Uw gebruikersnaam (mocht u die vergeten zijn):" + +msgid "Password reset" +msgstr "Wachtwoord herstel" + +msgid "Reset your password" +msgstr "Reset uw wachtwoord" + msgid "Dashboard" msgstr "Dashboard" msgid "Menu" msgstr "Menu" -msgid "Add another" -msgstr "Voeg er nog een toe" - msgid "Move up" msgstr "Verplaats naar boven" @@ -422,6 +536,12 @@ msgstr "Externe link" msgid "Email link" msgstr "Email link" +msgid "Phone link" +msgstr "Telefoonlink" + +msgid "Anchor link" +msgstr "Ankerlink" + #, python-format msgid "" "\n" @@ -438,6 +558,12 @@ msgstr[1] "" "\n" "Er zijn %(counter)s resultaten" +msgid "Add an anchor link" +msgstr "Voeg een ankerlink toe" + +msgid "Insert anchor" +msgstr "Anker toevoegen" + msgid "Choose" msgstr "Kies" @@ -475,6 +601,9 @@ msgstr "Voeg een link toe" msgid "Add an external link" msgstr "Voeg een externe link toe" +msgid "Add a phone link" +msgstr "Voeg een telefoonlink toe" + msgid "Collection privacy" msgstr "Collectie privacy" @@ -496,9 +625,15 @@ msgstr "Opslaan" msgid "Privacy" msgstr "Privacy" +msgid "Set collection privacy. Current status: Public" +msgstr "Privacy-status van deze collectie. Huidige status: Openbaar" + msgid "Public" msgstr "Openbaar" +msgid "Set collection privacy. Current status: Private" +msgstr "Privacy-status van deze collectie. Huidige status: Privé" + msgid "Private" msgstr "Privé" @@ -556,7 +691,7 @@ msgid "Edit this page" msgstr "Wijzig deze pagina" msgid "Preview this page" -msgstr "Toon voorbeeld van deze pagina" +msgstr "Toon voorvertoning van deze pagina" msgid "Approve" msgstr "Keur goed" @@ -592,6 +727,28 @@ msgstr "Live" msgid "Site summary" msgstr "Site samenvatting" +#, python-format +msgid "" +"\n" +" %(total)s Page created in %(site_name)s\n" +" " +msgid_plural "" +"\n" +" %(total)s Pages created in %(site_name)s\n" +" " +msgstr[0] "" +"\n" +" %(total)s pagina aangemaakt in %(site_name)s\n" +" " +msgstr[1] "" +"\n" +" %(total)s pagina's aangemaakt in %(site_name)s\n" +" " + msgid "Sign in" msgstr "Inloggen" @@ -663,20 +820,44 @@ msgstr "" msgid "Edit lock" msgstr "Bewerkingsblokkering" +msgid "Remove editor lock. Current status: Locked" +msgstr "Zet bewerkingsblokkering uit. Huidige status: Geblokkeerd" + +msgid "Apply editor lock. Current status: Unlocked" +msgstr "Zet bewerkingsblokkering aan. Huidige status: Gedeblokkeerd" + msgid "Locked" msgstr "Geblokkeerd" msgid "Unlocked" msgstr "Gedeblokkeerd" +msgid "Set page privacy. Current status: Public" +msgstr "Privacy-status van deze pagina. Huidige status: Openbaar" + +msgid "Set page privacy. Current status: Private" +msgstr "Privacy-status van deze pagina. Huidige status: Privé" + +msgid "Page privacy. Current status: Public" +msgstr "Privacy-status van deze pagina. Huidige status: Openbaar" + +msgid "Page privacy. Current status: Private" +msgstr "Privacy-status van deze pagina. Huidige status: Privé " + msgid "Publishing…" msgstr "Bezig met publiceren..." msgid "Publish this revision" msgstr "Publiceer deze versie" -msgid "Publish" -msgstr "Publiceer" +msgid "Saving…" +msgstr "Bezig met opslaan…" + +msgid "Replace current draft" +msgstr "Vervang huidig concept" + +msgid "Save draft" +msgstr "Bewaar concept" #, python-format msgid "Create a page in %(title)s" @@ -809,11 +990,8 @@ msgstr "Pagina van type '%(page_type)s' toevoegen" msgid "New" msgstr "Nieuw" -msgid "Saving…" -msgstr "Bezig met opslaan…" - -msgid "Save draft" -msgstr "Bewaar concept" +msgid "Actions" +msgstr "Acties" msgid "This page has unsaved changes." msgstr "Deze pagina heeft wijzigingen die nog niet zijn opgeslagen." @@ -826,12 +1004,6 @@ msgstr "Bewerk %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "Bewerk %(page_type)s %(title)s" -msgid "Page locked" -msgstr "Pagina is geblokkeerd" - -msgid "Replace current draft" -msgstr "Vervang huidig concept" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Laatst gewijzigd: %(last_mod)s" @@ -948,6 +1120,9 @@ msgstr "Voeg onderliggende pagina toe" msgid "Sites menu" msgstr "Sites menu" +msgid "Pagination" +msgstr "Pagineren" + #, python-format msgid "" "\n" @@ -1146,7 +1321,7 @@ msgid "Page %(page_num)s of %(total_pages)s." msgstr "Pagina %(page_num)s van %(total_pages)s." msgid "Breadcrumb" -msgstr "Broodkruimel" +msgstr "Kruimelpad" msgid "Root" msgstr "Root" @@ -1166,6 +1341,12 @@ msgstr "Accountinstellingen" msgid "Log out" msgstr "Uitloggen" +msgid "Visit the live page" +msgstr "Bezoek de live pagina" + +msgid "Current page status:" +msgstr "Huidige paginastatus:" + msgid "Other searches" msgstr "Andere zoekacties" @@ -1191,7 +1372,7 @@ msgstr "" "Om Wagtail te kunnen gebruiken is Javascript vereist. Dit staat momenteel " "uitgeschakeld.
\n" "De instructies om om javascript in te schakelen zijn " +"\"noopener noreferrer\">instructies om om Javascript in te schakelen zijn " "hier te vinden." msgid "Go to Wagtail admin interface" @@ -1203,105 +1384,34 @@ msgstr "Voeg een onderliggende pagina toe" msgid "Show in Explorer" msgstr "Toon in verkenner" +#, python-format +msgid "" +"Sort the order of child pages within '%(parent)s' by '%(label)s' in " +"ascending order." +msgstr "" +"Sorteer onderliggende pagina's van '%(parent)s' op '%(label)s' in oplopende " +"volgorde." + +#, python-format +msgid "" +"Sort the order of child pages within '%(parent)s' by '%(label)s' in " +"descending order." +msgstr "" +"Sorteer onderliggende pagina's van '%(parent)s' op '%(label)s' in aflopende " +"volgorde." + msgid "Test" msgstr "Test" -msgid "Arabic" -msgstr "Arabisch" - -msgid "Catalan" -msgstr "Catalaans" - -msgid "German" -msgstr "Duits" - -msgid "Greek" -msgstr "Grieks" - -msgid "English" -msgstr "Engels" - -msgid "Spanish" -msgstr "Spaans" - -msgid "Finnish" -msgstr "Fins" - -msgid "French" -msgstr "Frans" - -msgid "Galician" -msgstr "Galicisch" - -msgid "Indonesian" -msgstr "Indonesisch" - -msgid "Icelandic" -msgstr "IJslands" - -msgid "Italian" -msgstr "Italiaans" - -msgid "Korean" -msgstr "Koreaans" - -msgid "Lithuanian" -msgstr "Litouws" - -msgid "Mongolian" -msgstr "Mongools" - -msgid "Norwegian Bokmål" -msgstr "Noors Bokmål" - -msgid "Netherlands Dutch" -msgstr "Nederlands" - -msgid "Persian" -msgstr "Perzisch" - -msgid "Polish" -msgstr "Pools" - -msgid "Brazilian Portuguese" -msgstr "Braziliaans Portugees" - -msgid "Portuguese" -msgstr "Portugees" - -msgid "Romanian" -msgstr "Roemeens" - -msgid "Russian" -msgstr "Russisch" - -msgid "Swedish" -msgstr "Zweeds" - -msgid "Slovak" -msgstr "Slowaaks" - -msgid "Thai" -msgstr "Thais" - -msgid "Ukrainian" -msgstr "Oekraïens" - -msgid "Chinese (Simplified)" -msgstr "Chinees (Vereenvoudigd)" - -msgid "Chinese (Traditional)" -msgstr "Chinees (Traditioneel)" - -msgid "Sorry, you do not have permission to access this area." -msgstr "Sorry, u heeft geen toegang tot dit gedeelte." - msgid "Your password has been changed successfully!" msgstr "Uw wachtwoord is succesvol gewijzigd!" msgid "Your email has been changed successfully!" msgstr "Uw e-mailadres is succesvol gewijzigd!" +msgid "Your name has been changed successfully!" +msgstr "Je naam is succesvol gewijzigd!" + msgid "Your preferences have been updated." msgstr "Uw voorkeuren zijn aangepast." @@ -1411,8 +1521,8 @@ msgid "" "The slug '{0}' is already in use at the selected parent page. Make sure the " "slug is unique and try again" msgstr "" -"De slug '{0}' is al in gebruik bij de geselecteerde bovenliggende pagina. Ga " -"na dat de slug uniek is en probeer het opnieuw" +"De slug '{0}' is al in gebruik bij de geselecteerde bovenliggende pagina. " +"Zorg dat de slug uniek is en probeer het opnieuw." msgid "Page '{0}' moved." msgstr "Pagina '{0}' is verplaatst." @@ -1464,44 +1574,54 @@ msgstr "Versie {0} van \"{1}\"" msgid "Revision {0} of \"{1}\" unscheduled." msgstr "Versie {0} of \"{1}\" gestopt met plannen" -msgid "Edit '{title}'" -msgstr "Wijzig '{title}'" +#, python-format +msgid "Edit '%(title)s'" +msgstr "Wijzig '%(title)s'" -msgid "Preview draft version of '{title}'" -msgstr "Bekijk conceptversie van '{title}'" +#, python-format +msgid "Preview draft version of '%(title)s'" +msgstr "Voorvertoning van conceptversie '%(title)s'" -msgid "View live version of '{title}'" -msgstr "Bekijk live versie van '{title}'" +#, python-format +msgid "View live version of '%(title)s'" +msgstr "Toon de live versie van '%(title)s'" -msgid "Add a child page to '{title}' " -msgstr "Voeg een onderliggende pagina toe aan '{title}'" +#, python-format +msgid "Add a child page to '%(title)s' " +msgstr "Voeg onderliggende pagina toe aan '%(title)s'" msgid "More" msgstr "Meer" -msgid "View more options for '{title}'" -msgstr "Bekijk meer opties voor '{title}'" +#, python-format +msgid "View more options for '%(title)s'" +msgstr "Bekijk meer opties voor '%(title)s'" -msgid "Move page '{title}'" -msgstr "Verplaats pagina '{title}'" +#, python-format +msgid "Move page '%(title)s'" +msgstr "Verplaats pagina '%(title)s'" -msgid "Copy page '{title}'" -msgstr "Kopieer pagina '{title}'" +#, python-format +msgid "Copy page '%(title)s'" +msgstr "Kopieer pagina '%(title)s'" -msgid "Delete page '{title}'" -msgstr "Verwijder pagina '{title}'" +#, python-format +msgid "Delete page '%(title)s'" +msgstr "Verwijder pagina '%(title)s'" -msgid "Unpublish page '{title}'" -msgstr "Publicatie van '{title}' intrekken" +#, python-format +msgid "Unpublish page '%(title)s'" +msgstr "Trek publicatie van pagina '%(title)s' in." -msgid "View revision history for '{title}'" -msgstr "Bekijk de versiegeschiedenis van '{title}' " +#, python-format +msgid "View revision history for '%(title)s'" +msgstr "Bekijk de versiegeschiedenis van '%(title)s'" msgid "Set profile picture" msgstr "Profielfoto instellen" -msgid "Change your profile picture" -msgstr "Wijzig uw profielfoto." +msgid "Change your profile picture." +msgstr "Wijzig je profielafbeelding." msgid "Change the email address linked to your account." msgstr "Wijzig het e-mailadres dat aan uw account is gekoppeld." @@ -1524,8 +1644,12 @@ msgstr "Huidige tijdzone" msgid "Choose your current time zone." msgstr "Wijzig uw tijdzone" -msgid "Heading {level}" -msgstr "Kop {level}" +msgid "Change your first and last name on your account." +msgstr "Wijzig je voor- en achternaam in je account." + +#, python-format +msgid "Heading %(level)d" +msgstr "Kop %(level)d" msgid "Bulleted list" msgstr "Lijst met opsommingstekens" @@ -1546,13 +1670,13 @@ msgid "Link" msgstr "Link" msgid "Superscript" -msgstr "Bovenschrift" +msgstr "Superscript" msgid "Subscript" -msgstr "Onderschrift" +msgstr "Subscript" msgid "Strikethrough" -msgstr "Doorstreep" +msgstr "Doorgestreept" msgid "Code" msgstr "Code" diff --git a/wagtail/admin/locale/pl/LC_MESSAGES/django.mo b/wagtail/admin/locale/pl/LC_MESSAGES/django.mo index ad6c25251..80b5d5a2c 100644 Binary files a/wagtail/admin/locale/pl/LC_MESSAGES/django.mo and b/wagtail/admin/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/pl/LC_MESSAGES/django.po b/wagtail/admin/locale/pl/LC_MESSAGES/django.po index 0af34d0ad..c840062e6 100644 --- a/wagtail/admin/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/pl/LC_MESSAGES/django.po @@ -16,9 +16,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-25 10:15+0000\n" +"Last-Translator: Miłosz Miśkiewicz\n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" "pl/)\n" "MIME-Version: 1.0\n" @@ -29,6 +29,9 @@ msgstr "" "%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n" "%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +msgid "Publish" +msgstr "Opublikuj" + msgid "Submit for moderation" msgstr "Przekaż do przeglądu" @@ -38,15 +41,24 @@ msgstr "Cofnij publikację" msgid "Delete" msgstr "Usuń" +msgid "Save Draft" +msgstr "Zapisz szkic" + +msgid "Page locked" +msgstr "Strona zablokowana" + msgid "Wagtail admin" msgstr "Admin Wagtail" -msgid "None" -msgstr "Brak" +msgid "Sorry, you do not have permission to access this area." +msgstr "Przepraszamy, ale nie posiadasz praw dostępu do tego miejsca." msgid "You do not have permission to access the admin" msgstr "Nie posiadasz praw dostępu do części administracyjnej" +msgid "None" +msgstr "Brak" + msgid "Scheduled publishing" msgstr "Zaplanowane opublikowanie" @@ -72,9 +84,6 @@ msgstr "Wpisz %s" msgid "Enter your email address to reset your password" msgstr "Podaj swój adres email aby zresetować hasło" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "Nie możesz posiadać wielu wystąpień uprawnień dla tej samej kolekcji." @@ -166,97 +175,101 @@ msgstr "To pole jest wymagane." msgid "Please select at least one group." msgstr "Proszę wybrać co najmniej jedną grupę" -msgid "Error 404: Page not found" -msgstr "Błąd 404: Strona nie została znaleziona" +msgid "Arabic" +msgstr "Arabski ęzyk" -msgid "Error 404" -msgstr "Błąd 404" +msgid "Catalan" +msgstr "Kataloński" -msgid "The requested page could not be found." -msgstr "Żądana strona nie została znaleziona." +msgid "Czech" +msgstr "Czeski" -msgid "Go to Wagtail admin" -msgstr "Idź do panelu administratora Wagtaila" +msgid "German" +msgstr "Niemiecki" -msgid "Account" -msgstr "Konto" +msgid "Greek" +msgstr "Grecki" -msgid "Change profile picture" -msgstr "Zmień zdjęcie profilu" +msgid "English" +msgstr "Angielski" -msgid "Your current profile picture:" -msgstr "Obecne zdjęcie Twojego profilu:" +msgid "Spanish" +msgstr "Hiszpański" -msgid "Update" -msgstr "Uaktualnij" +msgid "Finnish" +msgstr "Fiński" -msgid "Change email" -msgstr "Zmień email" +msgid "French" +msgstr "Francuski" -msgid "Change password" -msgstr "Zmień hasło" +msgid "Galician" +msgstr "Galicyjski" -msgid "" -"Your password can't be changed here. Please contact a site administrator." -msgstr "" -"Twoje hasło nie może być zmienione. Proszę skontaktować się z " -"administratorem." +msgid "Hungarian" +msgstr "Węgierski" -msgid "Set Time Zone" -msgstr "Ustaw strefę czasową" +msgid "Indonesian" +msgstr "Indonezyjski" -msgid "Language Preferences" -msgstr "Ustawienia Językowe" +msgid "Icelandic" +msgstr "Islandzki" -msgid "Notification preferences" -msgstr "Ustawienia powiadomień" +msgid "Italian" +msgstr "Włoski" -msgid "Reset password" -msgstr "Resetuj hasło" +msgid "Japanese" +msgstr "Japoński" -msgid "Password change successful" -msgstr "Zmiana hasła przebiegła poprawnie" +msgid "Korean" +msgstr "Koreański" -msgid "Login" -msgstr "Login" +msgid "Lithuanian" +msgstr "Litewski" -msgid "Set your new password" -msgstr "Ustaw nowe hasło" +msgid "Mongolian" +msgstr "Mongolski" -msgid "Invalid password reset link" -msgstr "Nieprawidłowy link do resetu hasła" +msgid "Norwegian Bokmål" +msgstr "Norweski Bokmål" -msgid "" -"The password reset link was invalid, possibly because it has already been " -"used." -msgstr "" -"Link do resetu hasła był nieprawidłowy, prawdopodobnie został wykorzystany " -"już wcześniej." +msgid "Netherlands Dutch" +msgstr "Holenderski" -msgid "Request a new password reset" -msgstr "Zarządaj nowego resetu hasła" +msgid "Persian" +msgstr "Perski" -msgid "Check your email" -msgstr "Sprawdz swoją skrzynkę pocztową" +msgid "Polish" +msgstr "Polski" -msgid "" -"A link to reset your password has been emailed to you if an account exists " -"for this address." -msgstr "" -"Jeżeli konto istnieje w systemie, na Twój email został wysłany link do " -"resetu Twojego hasła." +msgid "Brazilian Portuguese" +msgstr "Portugalski Brazylijski" -msgid "Please follow the link below to reset your password:" -msgstr "Użyj linku poniżej w celu zresetowania hasła:" +msgid "Portuguese" +msgstr "Portugalski" -msgid "Your username (in case you've forgotten):" -msgstr "Twoja nazwa użytkownika (na wypadek, gdybyś jej zapomniał):" +msgid "Romanian" +msgstr "Rumuński" -msgid "Password reset" -msgstr "Reset hasła" +msgid "Russian" +msgstr "Rosyjski" -msgid "Reset your password" -msgstr "Zresetuj swoje hasło" +msgid "Swedish" +msgstr "Szwedzki" + +msgid "Slovak" +msgstr "Słowacki" + +msgid "Thai" +msgstr "Tajski" + +msgid "Ukrainian" +msgstr "Ukraiński" + +msgid "Chinese (Simplified)" +msgstr "Chiński (uproszczony)" + +msgid "Chinese (Traditional)" +msgstr "Chiński (tradycyjny)" msgid "Page" msgstr "Strona" @@ -324,6 +337,15 @@ msgstr "Brakujący dokument" msgid "Close" msgstr "Zamknij" +msgid "Edit '{title}'" +msgstr "Edytuj '{title}'" + +msgid "View child pages of '{title}'" +msgstr "Wyświetl podstrony dla '{title}'" + +msgid "Page explorer" +msgstr "Przeglądarka stron" + msgid "January" msgstr "Styczeń" @@ -402,15 +424,107 @@ msgstr "Pt" msgid "Sat" msgstr "Sob" +msgid "Error 404: Page not found" +msgstr "Błąd 404: Strona nie została znaleziona" + +msgid "Error 404" +msgstr "Błąd 404" + +msgid "The requested page could not be found." +msgstr "Żądana strona nie została znaleziona." + +msgid "Go to Wagtail admin" +msgstr "Idź do panelu administratora Wagtaila" + +msgid "Account" +msgstr "Konto" + +msgid "Change profile picture" +msgstr "Zmień zdjęcie profilu" + +msgid "Your current profile picture:" +msgstr "Obecne zdjęcie Twojego profilu:" + +msgid "Update" +msgstr "Uaktualnij" + +msgid "Change email" +msgstr "Zmień email" + +msgid "Change name" +msgstr "Zmień nazwę" + +msgid "Change password" +msgstr "Zmień hasło" + +msgid "" +"Your password can't be changed here. Please contact a site administrator." +msgstr "" +"Twoje hasło nie może być zmienione. Proszę skontaktować się z " +"administratorem." + +msgid "Set Time Zone" +msgstr "Ustaw strefę czasową" + +msgid "Language Preferences" +msgstr "Ustawienia Językowe" + +msgid "Notification preferences" +msgstr "Ustawienia powiadomień" + +msgid "Reset password" +msgstr "Resetuj hasło" + +msgid "Password change successful" +msgstr "Zmiana hasła przebiegła poprawnie" + +msgid "Login" +msgstr "Login" + +msgid "Set your new password" +msgstr "Ustaw nowe hasło" + +msgid "Invalid password reset link" +msgstr "Nieprawidłowy link do resetu hasła" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used." +msgstr "" +"Link do resetu hasła był nieprawidłowy, prawdopodobnie został wykorzystany " +"już wcześniej." + +msgid "Request a new password reset" +msgstr "Zarządaj nowego resetu hasła" + +msgid "Check your email" +msgstr "Sprawdz swoją skrzynkę pocztową" + +msgid "" +"A link to reset your password has been emailed to you if an account exists " +"for this address." +msgstr "" +"Jeżeli konto istnieje w systemie, na Twój email został wysłany link do " +"resetu Twojego hasła." + +msgid "Please follow the link below to reset your password:" +msgstr "Użyj linku poniżej w celu zresetowania hasła:" + +msgid "Your username (in case you've forgotten):" +msgstr "Twoja nazwa użytkownika (na wypadek, gdybyś jej zapomniał):" + +msgid "Password reset" +msgstr "Reset hasła" + +msgid "Reset your password" +msgstr "Zresetuj swoje hasło" + msgid "Dashboard" msgstr "Kokpit" msgid "Menu" msgstr "Menu" -msgid "Add another" -msgstr "Dodaj kolejny" - msgid "Move up" msgstr "Przesuń w górę" @@ -429,6 +543,12 @@ msgstr "Link zewnętrzny" msgid "Email link" msgstr "Wyślij link pocztą email" +msgid "Phone link" +msgstr "Link telefonu" + +msgid "Anchor link" +msgstr "Kotwica" + #, python-format msgid "" "\n" @@ -455,6 +575,12 @@ msgstr[3] "" " Znaleziono %(counter)s dopasowań\n" " " +msgid "Add an anchor link" +msgstr "Dodaj link do kotwicy" + +msgid "Insert anchor" +msgstr "Dodaj kotwicę" + msgid "Choose" msgstr "Wybierz" @@ -498,6 +624,9 @@ msgstr "Wstaw link" msgid "Add an external link" msgstr "Dodaj link zewnętrzny" +msgid "Add a phone link" +msgstr "Dodaj link do telefonu" + msgid "Collection privacy" msgstr "Prywatność kolekcji" @@ -519,9 +648,15 @@ msgstr "Zapisz" msgid "Privacy" msgstr "Prywatność" +msgid "Set collection privacy. Current status: Public" +msgstr "Ustaw widoczność kolekcji. Aktualna widoczność: Publiczna" + msgid "Public" msgstr "Publiczna" +msgid "Set collection privacy. Current status: Private" +msgstr "Ustaw widoczność kolekcji. Aktualna widoczność: Prywatna" + msgid "Private" msgstr "Prywatna" @@ -613,6 +748,37 @@ msgstr "Opublikowana" msgid "Site summary" msgstr "Streszczenie strony" +#, python-format +msgid "" +"\n" +" %(total)s Page created in %(site_name)s\n" +" " +msgid_plural "" +"\n" +" %(total)s Pages created in %(site_name)s\n" +" " +msgstr[0] "" +"\n" +" %(total)s strona utworzona w %(site_name)s\n" +" " +msgstr[1] "" +"\n" +" %(total)s stron utworzonych w %(site_name)s\n" +" " +msgstr[2] "" +"\n" +" %(total)s stron utworzonych w %(site_name)s\n" +" " +msgstr[3] "" +"\n" +" %(total)s stron utworzonych w %(site_name)s\n" +" " + msgid "Sign in" msgstr "Zaloguj się" @@ -684,20 +850,44 @@ msgstr "" msgid "Edit lock" msgstr "Edytuj blokadę" +msgid "Remove editor lock. Current status: Locked" +msgstr "Usuń blokadę edytorską. Aktualny status: Zablokowany" + +msgid "Apply editor lock. Current status: Unlocked" +msgstr "Ustaw blokadę edytorską. Aktualny status: Odblokowany" + msgid "Locked" msgstr "Zablokowany" msgid "Unlocked" msgstr "Odblokowany" +msgid "Set page privacy. Current status: Public" +msgstr "Ustaw widoczność strony. Aktualny status: Publiczny" + +msgid "Set page privacy. Current status: Private" +msgstr "Ustaw widoczność strony. Aktualny status: Prywatny" + +msgid "Page privacy. Current status: Public" +msgstr "Widoczność strony. Aktualny status: Publiczny" + +msgid "Page privacy. Current status: Private" +msgstr "Widoczność strony. Aktualny status: Prywatny" + msgid "Publishing…" msgstr "Publikowanie..." msgid "Publish this revision" msgstr "Opublikuj tą rewizję" -msgid "Publish" -msgstr "Opublikuj" +msgid "Saving…" +msgstr "Zapisywanie..." + +msgid "Replace current draft" +msgstr "Zastąp aktualny szkic" + +msgid "Save draft" +msgstr "Zapisz szkic" #, python-format msgid "Create a page in %(title)s" @@ -852,11 +1042,8 @@ msgstr "Nowa %(page_type)s" msgid "New" msgstr "Nowy" -msgid "Saving…" -msgstr "Zapisywanie..." - -msgid "Save draft" -msgstr "Zapisz szkic" +msgid "Actions" +msgstr "Akcje" msgid "This page has unsaved changes." msgstr "Strona posiada niezapisane zmiany" @@ -869,12 +1056,6 @@ msgstr "Edycja %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "Edycja %(page_type)s %(title)s" -msgid "Page locked" -msgstr "Strona zablokowana" - -msgid "Replace current draft" -msgstr "Zastąp aktualny szkic" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Ostatnia zmiana: %(last_mod)s" @@ -987,6 +1168,9 @@ msgstr "Dodaj stronę podrzędną" msgid "Sites menu" msgstr "Menu serwisów" +msgid "Pagination" +msgstr "Stronicowanie" + #, python-format msgid "" "\n" @@ -1204,6 +1388,9 @@ msgstr "Kolekcja" msgid "Page %(page_num)s of %(total_pages)s." msgstr "Strona %(page_num)s z %(total_pages)s." +msgid "Breadcrumb" +msgstr "Breadcrumb" + msgid "Root" msgstr "Główny" @@ -1222,6 +1409,12 @@ msgstr "Ustawienia konta" msgid "Log out" msgstr "Wyloguj się" +msgid "Visit the live page" +msgstr "Odwiedź stronę \"na żywo\"" + +msgid "Current page status:" +msgstr "Aktualny status strony:" + msgid "Other searches" msgstr "Inne wyszukiwania" @@ -1260,105 +1453,30 @@ msgstr "Dodaj podstronę" msgid "Show in Explorer" msgstr "Pokaż w Przeglądarce" +#, python-format +msgid "" +"Sort the order of child pages within '%(parent)s' by '%(label)s' in " +"ascending order." +msgstr "Sortuj strony podrzędne dla '%(parent)s' według '%(label)s' rosnąco." + +#, python-format +msgid "" +"Sort the order of child pages within '%(parent)s' by '%(label)s' in " +"descending order." +msgstr "Sortuj strony podrzędne dla '%(parent)s' według '%(label)s' malejąco." + msgid "Test" msgstr "Test" -msgid "Arabic" -msgstr "Arabski ęzyk" - -msgid "Catalan" -msgstr "Kataloński" - -msgid "German" -msgstr "Niemiecki" - -msgid "Greek" -msgstr "Grecki" - -msgid "English" -msgstr "Angielski" - -msgid "Spanish" -msgstr "Hiszpański" - -msgid "Finnish" -msgstr "Fiński" - -msgid "French" -msgstr "Francuski" - -msgid "Galician" -msgstr "Galicyjski" - -msgid "Indonesian" -msgstr "Indonezyjski" - -msgid "Icelandic" -msgstr "Islandzki" - -msgid "Italian" -msgstr "Włoski" - -msgid "Korean" -msgstr "Koreański" - -msgid "Lithuanian" -msgstr "Litewski" - -msgid "Mongolian" -msgstr "Mongolski" - -msgid "Norwegian Bokmål" -msgstr "Norweski Bokmål" - -msgid "Netherlands Dutch" -msgstr "Holenderski" - -msgid "Persian" -msgstr "Perski" - -msgid "Polish" -msgstr "Polski" - -msgid "Brazilian Portuguese" -msgstr "Portugalski Brazylijski" - -msgid "Portuguese" -msgstr "Portugalski" - -msgid "Romanian" -msgstr "Rumuński" - -msgid "Russian" -msgstr "Rosyjski" - -msgid "Swedish" -msgstr "Szwedzki" - -msgid "Slovak" -msgstr "Słowacki" - -msgid "Thai" -msgstr "Tajski" - -msgid "Ukrainian" -msgstr "Ukraiński" - -msgid "Chinese (Simplified)" -msgstr "Chiński (uproszczony)" - -msgid "Chinese (Traditional)" -msgstr "Chiński (tradycyjny)" - -msgid "Sorry, you do not have permission to access this area." -msgstr "Przepraszamy, ale nie posiadasz praw dostępu do tego miejsca." - msgid "Your password has been changed successfully!" msgstr "Twoje hasło zostało zmienione poprawnie!" msgid "Your email has been changed successfully!" msgstr "Twój email został zmieniony pomyślnie!" +msgid "Your name has been changed successfully!" +msgstr "Twoje imię zostało zmienione pomyślnie!" + msgid "Your preferences have been updated." msgstr "Twoje ustawienia zostały zaktualizowane." @@ -1522,44 +1640,54 @@ msgstr "rewizja {0} z \"{1}\"" msgid "Revision {0} of \"{1}\" unscheduled." msgstr "Rewizja {0} z \"{1}\" niezaplanowanych." -msgid "Edit '{title}'" -msgstr "Edytuj '{title}'" +#, python-format +msgid "Edit '%(title)s'" +msgstr "Edytuj '%(title)s'" -msgid "Preview draft version of '{title}'" -msgstr "Podgląd szkicu wersji '{title}'" +#, python-format +msgid "Preview draft version of '%(title)s'" +msgstr "Podejrzyj szkic '%(title)s'" -msgid "View live version of '{title}'" -msgstr "Zobacz wersję Live '{title}'" +#, python-format +msgid "View live version of '%(title)s'" +msgstr "Podejrzyj opublikowaną wersję '%(title)s'" -msgid "Add a child page to '{title}' " -msgstr "Dodaj podstronę do '{title}'" +#, python-format +msgid "Add a child page to '%(title)s' " +msgstr "Dodaj podstronę dla '%(title)s' " msgid "More" msgstr "Więcej" -msgid "View more options for '{title}'" -msgstr "Wyświetl więcej opcji dla '{title}'" +#, python-format +msgid "View more options for '%(title)s'" +msgstr "Wyświetl więcej opcji dla '%(title)s'" -msgid "Move page '{title}'" -msgstr "Przenieś stronę '{title}'" +#, python-format +msgid "Move page '%(title)s'" +msgstr "Przesuń stronę '%(title)s'" -msgid "Copy page '{title}'" -msgstr "Skopiuj stronę '{title}'" +#, python-format +msgid "Copy page '%(title)s'" +msgstr "Kopiuj stronę '%(title)s'" -msgid "Delete page '{title}'" -msgstr "Usuń stronę '{title}'" +#, python-format +msgid "Delete page '%(title)s'" +msgstr "Usuń stronę '%(title)s'" -msgid "Unpublish page '{title}'" -msgstr "Odpublikuj stronę '{title}'" +#, python-format +msgid "Unpublish page '%(title)s'" +msgstr "Odpublikuj stronę '%(title)s'" -msgid "View revision history for '{title}'" -msgstr "Zobacz historię rewizji dla '{title}'" +#, python-format +msgid "View revision history for '%(title)s'" +msgstr "Wyświetl historyczną rewizję '%(title)s'" msgid "Set profile picture" msgstr "Ustaw zdjęcie profilu" -msgid "Change your profile picture" -msgstr "Zmień zdjęcie swojego profilu" +msgid "Change your profile picture." +msgstr "Zmień swoje zdjęcie profilowe." msgid "Change the email address linked to your account." msgstr "Zmień adres email przypisany do Twojego konta." @@ -1582,8 +1710,12 @@ msgstr "Obecna strefa czasowa" msgid "Choose your current time zone." msgstr "Wybierz swoją obecną strefę czasową." -msgid "Heading {level}" -msgstr "Tytuł {level}" +msgid "Change your first and last name on your account." +msgstr "Zmień imię i nazwisko w swoim koncie." + +#, python-format +msgid "Heading %(level)d" +msgstr "Nagłówek %(level)d" msgid "Bulleted list" msgstr "Lista wypunktowana" diff --git a/wagtail/admin/locale/pt_BR/LC_MESSAGES/django.mo b/wagtail/admin/locale/pt_BR/LC_MESSAGES/django.mo index a88b1296e..d0e63513a 100644 Binary files a/wagtail/admin/locale/pt_BR/LC_MESSAGES/django.mo and b/wagtail/admin/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/admin/locale/pt_BR/LC_MESSAGES/django.po index 9f0cfcbf4..6b95463a2 100644 --- a/wagtail/admin/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/pt_BR/LC_MESSAGES/django.po @@ -17,9 +17,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-17 19:16+0000\n" -"Last-Translator: Guilherme Nabanete \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-17 04:16+0000\n" +"Last-Translator: Luiz Boaretto \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/torchbox/" "wagtail/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -28,6 +28,9 @@ msgstr "" "Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +msgid "Publish" +msgstr "Publicar" + msgid "Submit for moderation" msgstr "Enviar para moderação" @@ -37,15 +40,24 @@ msgstr "Despublicar" msgid "Delete" msgstr "Excluir" +msgid "Save Draft" +msgstr "Salvar rascunho" + +msgid "Page locked" +msgstr "Página bloqueada" + msgid "Wagtail admin" msgstr "Administração Wagtail" -msgid "None" -msgstr "Nenhum" +msgid "Sorry, you do not have permission to access this area." +msgstr "Desculpe, você não tem permissão para acessar esta área." msgid "You do not have permission to access the admin" msgstr "Você não tem permissão para acessar o administrador" +msgid "None" +msgstr "Nenhum" + msgid "Scheduled publishing" msgstr "Publicação agendada" @@ -71,9 +83,6 @@ msgstr "Digite seu %s" msgid "Enter your email address to reset your password" msgstr "Entre com seu email para resetar sua senha" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "Você não pode ter vários registros de permissão para a mesma coleção." @@ -157,94 +166,98 @@ msgstr "Este campo é obrigatório." msgid "Please select at least one group." msgstr "Por favor selecione pelo menos um grupo." -msgid "Error 404: Page not found" -msgstr "Erro 404: Página não encontrada" +msgid "Arabic" +msgstr "Árabe" -msgid "Error 404" -msgstr "Erro 404" +msgid "Catalan" +msgstr "Catalão" -msgid "The requested page could not be found." -msgstr "A página solicitada não pôde ser encontrada." +msgid "Czech" +msgstr "Tcheco" -msgid "Go to Wagtail admin" -msgstr "Ir para administração Wagtail" +msgid "German" +msgstr "Alemão" -msgid "Account" -msgstr "Minha conta" +msgid "Greek" +msgstr "Grego" -msgid "Change profile picture" -msgstr "Alterar foto do perfil" +msgid "English" +msgstr "Inglês" -msgid "Your current profile picture:" -msgstr "Sua foto atual do perfil:" +msgid "Spanish" +msgstr "Espanhol" -msgid "Update" -msgstr "Atualizar" +msgid "Finnish" +msgstr "Finlandês" -msgid "Change email" -msgstr "Alterar e-mail" +msgid "French" +msgstr "Francês" -msgid "Change password" -msgstr "Alterar senha" +msgid "Galician" +msgstr "Galego" -msgid "" -"Your password can't be changed here. Please contact a site administrator." -msgstr "Sua senha não pode ser alterada. Contacte o administrador do site." +msgid "Hungarian" +msgstr "Húngaro" -msgid "Set Time Zone" -msgstr "Definir fuso horário" +msgid "Indonesian" +msgstr "Indonésio" -msgid "Language Preferences" -msgstr "Preferências de idioma" +msgid "Icelandic" +msgstr "Islandês" -msgid "Notification preferences" -msgstr "Preferências de notificação" +msgid "Italian" +msgstr "Italiano" -msgid "Reset password" -msgstr "Resetar senha" +msgid "Korean" +msgstr "Coreano" -msgid "Password change successful" -msgstr "Senha alterada com sucesso" +msgid "Lithuanian" +msgstr "Lituano" -msgid "Login" -msgstr "Entrar" +msgid "Mongolian" +msgstr "Mongol" -msgid "Set your new password" -msgstr "Definir sua nova senha" +msgid "Norwegian Bokmål" +msgstr "Bokmål norueguês" -msgid "Invalid password reset link" -msgstr "Link de redefinição de senha inválido" +msgid "Netherlands Dutch" +msgstr "Holandês" -msgid "" -"The password reset link was invalid, possibly because it has already been " -"used." -msgstr "" -"O link de redefinição de senha é inválido, possivelmente porque já foi usado." +msgid "Persian" +msgstr "Persa" -msgid "Request a new password reset" -msgstr "Solicitar uma nova redefinição de senha" +msgid "Polish" +msgstr "Polonês" -msgid "Check your email" -msgstr "Verifique seu e-mail" +msgid "Brazilian Portuguese" +msgstr "Português do Brasil" -msgid "" -"A link to reset your password has been emailed to you if an account exists " -"for this address." -msgstr "" -"Um link para redefinir sua senha foi enviado para você, caso exista uma " -"conta para esse endereço." +msgid "Portuguese" +msgstr "Português" -msgid "Please follow the link below to reset your password:" -msgstr "Por favor, siga o link abaixo para redefinir sua senha:" +msgid "Romanian" +msgstr "Romena" -msgid "Your username (in case you've forgotten):" -msgstr "Seu nome de usuário (caso você tenha esquecido):" +msgid "Russian" +msgstr "Russo" -msgid "Password reset" -msgstr "Redefinição de senha" +msgid "Swedish" +msgstr "Sueco" -msgid "Reset your password" -msgstr "Redefina sua senha" +msgid "Slovak" +msgstr "Eslovaco" + +msgid "Thai" +msgstr "Thailandês" + +msgid "Ukrainian" +msgstr "Ucraniano" + +msgid "Chinese (Simplified)" +msgstr "Chinês (simplificado)" + +msgid "Chinese (Traditional)" +msgstr "Chinês (tradicional)" msgid "Page" msgstr "Página" @@ -312,11 +325,11 @@ msgstr "Documento ausente" msgid "Close" msgstr "Fechar" -msgid "Edit \\" -msgstr "Editar \\" +msgid "Edit '{title}'" +msgstr "Editar '{title}'" -msgid "View child pages of \\" -msgstr "Ver páginas-filho de \\" +msgid "View child pages of '{title}'" +msgstr "Ver páginas filho de '{title}'" msgid "Page explorer" msgstr "Navegador de páginas" @@ -399,15 +412,104 @@ msgstr "Sex" msgid "Sat" msgstr "Sáb" +msgid "Error 404: Page not found" +msgstr "Erro 404: Página não encontrada" + +msgid "Error 404" +msgstr "Erro 404" + +msgid "The requested page could not be found." +msgstr "A página solicitada não pôde ser encontrada." + +msgid "Go to Wagtail admin" +msgstr "Ir para administração Wagtail" + +msgid "Account" +msgstr "Minha conta" + +msgid "Change profile picture" +msgstr "Alterar foto do perfil" + +msgid "Your current profile picture:" +msgstr "Sua foto atual do perfil:" + +msgid "Update" +msgstr "Atualizar" + +msgid "Change email" +msgstr "Alterar e-mail" + +msgid "Change name" +msgstr "Alterar o nome" + +msgid "Change password" +msgstr "Alterar senha" + +msgid "" +"Your password can't be changed here. Please contact a site administrator." +msgstr "Sua senha não pode ser alterada. Contacte o administrador do site." + +msgid "Set Time Zone" +msgstr "Definir fuso horário" + +msgid "Language Preferences" +msgstr "Preferências de idioma" + +msgid "Notification preferences" +msgstr "Preferências de notificação" + +msgid "Reset password" +msgstr "Resetar senha" + +msgid "Password change successful" +msgstr "Senha alterada com sucesso" + +msgid "Login" +msgstr "Entrar" + +msgid "Set your new password" +msgstr "Definir sua nova senha" + +msgid "Invalid password reset link" +msgstr "Link de redefinição de senha inválido" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used." +msgstr "" +"O link de redefinição de senha é inválido, possivelmente porque já foi usado." + +msgid "Request a new password reset" +msgstr "Solicitar uma nova redefinição de senha" + +msgid "Check your email" +msgstr "Verifique seu e-mail" + +msgid "" +"A link to reset your password has been emailed to you if an account exists " +"for this address." +msgstr "" +"Um link para redefinir sua senha foi enviado para você, caso exista uma " +"conta para esse endereço." + +msgid "Please follow the link below to reset your password:" +msgstr "Por favor, siga o link abaixo para redefinir sua senha:" + +msgid "Your username (in case you've forgotten):" +msgstr "Seu nome de usuário (caso você tenha esquecido):" + +msgid "Password reset" +msgstr "Redefinição de senha" + +msgid "Reset your password" +msgstr "Redefina sua senha" + msgid "Dashboard" msgstr "Painel" msgid "Menu" msgstr "Menu" -msgid "Add another" -msgstr "Adicionar outro" - msgid "Move up" msgstr "Mover para cima" @@ -426,6 +528,12 @@ msgstr "Link externo" msgid "Email link" msgstr "Link de e-mail" +msgid "Phone link" +msgstr "Link de telefone" + +msgid "Anchor link" +msgstr "Link de ancoragem" + #, python-format msgid "" "\n" @@ -443,6 +551,12 @@ msgstr[1] "" "\n" "Há %(counter)s resultados" +msgid "Add an anchor link" +msgstr "Adicionar um link âncora" + +msgid "Insert anchor" +msgstr "Inserir âncora" + msgid "Choose" msgstr "Escolha um item" @@ -482,6 +596,9 @@ msgstr "Insira um link" msgid "Add an external link" msgstr "Adicione um link externo" +msgid "Add a phone link" +msgstr "Adicionar um link de telefone" + msgid "Collection privacy" msgstr "Coleção privada" @@ -726,8 +843,14 @@ msgstr "Publicando..." msgid "Publish this revision" msgstr "Publicar esta revisão" -msgid "Publish" -msgstr "Publicar" +msgid "Saving…" +msgstr "Salvando…" + +msgid "Replace current draft" +msgstr "Substituir rascunho atual" + +msgid "Save draft" +msgstr "Salvar rascunho" #, python-format msgid "Create a page in %(title)s" @@ -867,12 +990,6 @@ msgstr "Adicionar" msgid "Actions" msgstr "Ações" -msgid "Saving…" -msgstr "Salvando…" - -msgid "Save draft" -msgstr "Salvar rascunho" - msgid "This page has unsaved changes." msgstr "Esta página tem alterações não salvas." @@ -884,12 +1001,6 @@ msgstr "Editando %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "Editando %(page_type)s %(title)s" -msgid "Page locked" -msgstr "Página bloqueada" - -msgid "Replace current draft" -msgstr "Substituir rascunho atual" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Última modificação: %(last_mod)s" @@ -1282,111 +1393,34 @@ msgstr "Adicionar subpágina" msgid "Show in Explorer" msgstr "Mostrar no Explorador" +#, python-format +msgid "" +"Sort the order of child pages within '%(parent)s' by '%(label)s' in " +"ascending order." +msgstr "" +"Classifique a ordem das páginas filhas em '%(parent)s' por '%(label)s' em " +"ordem crescente." + +#, python-format +msgid "" +"Sort the order of child pages within '%(parent)s' by '%(label)s' in " +"descending order." +msgstr "" +"Classifique a ordem das páginas filhas em '%(parent)s' por '%(label)s' em " +"ordem decrescente." + msgid "Test" msgstr "Teste" -msgid "Arabic" -msgstr "Árabe" - -msgid "Catalan" -msgstr "Catalão" - -msgid "Czech" -msgstr "Tcheco" - -msgid "German" -msgstr "Alemão" - -msgid "Greek" -msgstr "Grego" - -msgid "English" -msgstr "Inglês" - -msgid "Spanish" -msgstr "Espanhol" - -msgid "Finnish" -msgstr "Finlandês" - -msgid "French" -msgstr "Francês" - -msgid "Galician" -msgstr "Galego" - -msgid "Hungarian" -msgstr "Húngaro" - -msgid "Indonesian" -msgstr "Indonésio" - -msgid "Icelandic" -msgstr "Islandês" - -msgid "Italian" -msgstr "Italiano" - -msgid "Korean" -msgstr "Coreano" - -msgid "Lithuanian" -msgstr "Lituano" - -msgid "Mongolian" -msgstr "Mongol" - -msgid "Norwegian Bokmål" -msgstr "Bokmål norueguês" - -msgid "Netherlands Dutch" -msgstr "Holandês" - -msgid "Persian" -msgstr "Persa" - -msgid "Polish" -msgstr "Polonês" - -msgid "Brazilian Portuguese" -msgstr "Português do Brasil" - -msgid "Portuguese" -msgstr "Português" - -msgid "Romanian" -msgstr "Romena" - -msgid "Russian" -msgstr "Russo" - -msgid "Swedish" -msgstr "Sueco" - -msgid "Slovak" -msgstr "Eslovaco" - -msgid "Thai" -msgstr "Thailandês" - -msgid "Ukrainian" -msgstr "Ucraniano" - -msgid "Chinese (Simplified)" -msgstr "Chinês (simplificado)" - -msgid "Chinese (Traditional)" -msgstr "Chinês (tradicional)" - -msgid "Sorry, you do not have permission to access this area." -msgstr "Desculpe, você não tem permissão para acessar esta área." - msgid "Your password has been changed successfully!" msgstr "Sua senha foi alterada com sucesso!" msgid "Your email has been changed successfully!" msgstr "Seu email foi alterado com sucesso!" +msgid "Your name has been changed successfully!" +msgstr "Seu nome foi alterado com sucesso!" + msgid "Your preferences have been updated." msgstr "Suas preferências foram atualizadas." @@ -1550,44 +1584,54 @@ msgstr "revisão {0} de \"{1}\"" msgid "Revision {0} of \"{1}\" unscheduled." msgstr "Revisão {0} de \"{1}\" não agendada." -msgid "Edit '{title}'" -msgstr "Editar '{title}'" +#, python-format +msgid "Edit '%(title)s'" +msgstr "Editar '%(title)s'" -msgid "Preview draft version of '{title}'" -msgstr "Pré-visualização do rascunho de '{title}'" +#, python-format +msgid "Preview draft version of '%(title)s'" +msgstr "Visualizar versão de rascunho de '%(title)s'" -msgid "View live version of '{title}'" -msgstr "Ver versão publicada de '{title}'" +#, python-format +msgid "View live version of '%(title)s'" +msgstr "Ver versão ao vivo de '%(title)s'" -msgid "Add a child page to '{title}' " -msgstr "Adicionar uma subpágina para '{title}' " +#, python-format +msgid "Add a child page to '%(title)s' " +msgstr "Adicionar uma página filha a '%(title)s' " msgid "More" msgstr "Mais" -msgid "View more options for '{title}'" -msgstr "Ver mais opções para '{title}'" +#, python-format +msgid "View more options for '%(title)s'" +msgstr "Ver mais opções para '%(title)s'" -msgid "Move page '{title}'" -msgstr "Mover página '{title}'" +#, python-format +msgid "Move page '%(title)s'" +msgstr "Mover página '%(title)s'" -msgid "Copy page '{title}'" -msgstr "Copiar página '{title}'" +#, python-format +msgid "Copy page '%(title)s'" +msgstr "Copiar página '%(title)s'" -msgid "Delete page '{title}'" -msgstr "Apagar página '{title}'" +#, python-format +msgid "Delete page '%(title)s'" +msgstr "Excluir página '%(title)s'" -msgid "Unpublish page '{title}'" -msgstr "Despublicar página '{title}'" +#, python-format +msgid "Unpublish page '%(title)s'" +msgstr "Cancelar publicação da página '%(title)s'" -msgid "View revision history for '{title}'" -msgstr "Ver histórico de revisões para '{title}'" +#, python-format +msgid "View revision history for '%(title)s'" +msgstr "Ver histórico de revisões para '%(title)s'" msgid "Set profile picture" msgstr "Definir foto do perfil" -msgid "Change your profile picture" -msgstr "Alterar sua foto de perfil" +msgid "Change your profile picture." +msgstr "Alterar sua foto de perfil." msgid "Change the email address linked to your account." msgstr "Altere o endereço de e-mail vinculado à sua conta." @@ -1610,8 +1654,12 @@ msgstr "Fuso horário atual" msgid "Choose your current time zone." msgstr "Escolha seu fuso horário atual." -msgid "Heading {level}" -msgstr "Cabeçalho {level}" +msgid "Change your first and last name on your account." +msgstr "Alterar seu nome e sobrenome em sua conta." + +#, python-format +msgid "Heading %(level)d" +msgstr "Cabeçalho %(level)d" msgid "Bulleted list" msgstr "Lista com marcadores" diff --git a/wagtail/admin/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/admin/locale/pt_PT/LC_MESSAGES/django.mo index e211e151b..c8c4fb307 100644 Binary files a/wagtail/admin/locale/pt_PT/LC_MESSAGES/django.mo and b/wagtail/admin/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/admin/locale/pt_PT/LC_MESSAGES/django.po index ef9676453..0743c2deb 100644 --- a/wagtail/admin/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/pt_PT/LC_MESSAGES/django.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" "wagtail/language/pt_PT/)\n" @@ -24,6 +24,9 @@ msgstr "" "Language: pt_PT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgid "Publish" +msgstr "Publicar" + msgid "Submit for moderation" msgstr "Enviar para moderação" @@ -33,6 +36,12 @@ msgstr "Despublicar" msgid "Delete" msgstr "Apagar" +msgid "Page locked" +msgstr "Página trancada" + +msgid "Sorry, you do not have permission to access this area." +msgstr "Desculpe, não tem permissão para aceder a esta área." + msgid "You do not have permission to access the admin" msgstr "Você não tem permissão para aceder à administração." @@ -61,9 +70,6 @@ msgstr "Introduza %s" msgid "Enter your email address to reset your password" msgstr "Introduza o seu e-mail para reinicializar a sua senha" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "" "Não é permitido ter múltiplos registos de permissões para a mesma coleção. " @@ -141,54 +147,6 @@ msgstr "Este campo é obrigatório." msgid "Please select at least one group." msgstr "Por favor selecione pelo menos um grupo." -msgid "Go to Wagtail admin" -msgstr "Ir para a administração do Wagtail" - -msgid "Account" -msgstr "Conta" - -msgid "Update" -msgstr "Atualizar" - -msgid "Change password" -msgstr "Alterar senha" - -msgid "" -"Your password can't be changed here. Please contact a site administrator." -msgstr "" -"A sua senha não pode ser alterada aqui. Por favor contacte um administrador " -"do site." - -msgid "Notification preferences" -msgstr "Preferências de notificação" - -msgid "Reset password" -msgstr "Reinicializar senha" - -msgid "Password change successful" -msgstr "Senha alterada com sucesso" - -msgid "Login" -msgstr "Entrar" - -msgid "Set your new password" -msgstr "Defina a sua nova senha" - -msgid "Check your email" -msgstr "Verifique o seu e-mail" - -msgid "Please follow the link below to reset your password:" -msgstr "Por favor siga o link abaixo para reinicializar a sua senha:" - -msgid "Your username (in case you've forgotten):" -msgstr "O seu utilizador (caso o tenha esquecido):" - -msgid "Password reset" -msgstr "Reinicializar senha" - -msgid "Reset your password" -msgstr "Reinicialize a sua senha" - msgid "Pages" msgstr "Páginas" @@ -249,15 +207,60 @@ msgstr "Sex" msgid "Sat" msgstr "Sáb" +msgid "Go to Wagtail admin" +msgstr "Ir para a administração do Wagtail" + +msgid "Account" +msgstr "Conta" + +msgid "Update" +msgstr "Atualizar" + +msgid "Change password" +msgstr "Alterar senha" + +msgid "" +"Your password can't be changed here. Please contact a site administrator." +msgstr "" +"A sua senha não pode ser alterada aqui. Por favor contacte um administrador " +"do site." + +msgid "Notification preferences" +msgstr "Preferências de notificação" + +msgid "Reset password" +msgstr "Reinicializar senha" + +msgid "Password change successful" +msgstr "Senha alterada com sucesso" + +msgid "Login" +msgstr "Entrar" + +msgid "Set your new password" +msgstr "Defina a sua nova senha" + +msgid "Check your email" +msgstr "Verifique o seu e-mail" + +msgid "Please follow the link below to reset your password:" +msgstr "Por favor siga o link abaixo para reinicializar a sua senha:" + +msgid "Your username (in case you've forgotten):" +msgstr "O seu utilizador (caso o tenha esquecido):" + +msgid "Password reset" +msgstr "Reinicializar senha" + +msgid "Reset your password" +msgstr "Reinicialize a sua senha" + msgid "Dashboard" msgstr "Painel de controlo" msgid "Menu" msgstr "Menu" -msgid "Add another" -msgstr "Adicionar outro" - msgid "Move up" msgstr "Subir" @@ -482,8 +485,11 @@ msgstr "Destrancada" msgid "Publish this revision" msgstr "Publicar esta versão." -msgid "Publish" -msgstr "Publicar" +msgid "Replace current draft" +msgstr "Substituir rascunho atual." + +msgid "Save draft" +msgstr "Guardar rascunho" #, python-format msgid "Create a page in %(title)s" @@ -618,9 +624,6 @@ msgstr "Nova %(page_type)s" msgid "New" msgstr "Nova" -msgid "Save draft" -msgstr "Guardar rascunho" - msgid "This page has unsaved changes." msgstr "Esta página tem alterações por guardar." @@ -632,12 +635,6 @@ msgstr "A alterar %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "A alterar %(page_type)s %(title)s" -msgid "Page locked" -msgstr "Página trancada" - -msgid "Replace current draft" -msgstr "Substituir rascunho atual." - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Última modificação: %(last_mod)s" @@ -881,9 +878,6 @@ msgstr "Mostrar no Explorador" msgid "Test" msgstr "Teste" -msgid "Sorry, you do not have permission to access this area." -msgstr "Desculpe, não tem permissão para aceder a esta área." - msgid "Your password has been changed successfully!" msgstr "A sua senha foi alterada com sucesso!" diff --git a/wagtail/admin/locale/ro/LC_MESSAGES/django.mo b/wagtail/admin/locale/ro/LC_MESSAGES/django.mo index da8f4b4c2..66ef3878b 100644 Binary files a/wagtail/admin/locale/ro/LC_MESSAGES/django.mo and b/wagtail/admin/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/ro/LC_MESSAGES/django.po b/wagtail/admin/locale/ro/LC_MESSAGES/django.po index 0e5e1bc64..46edf3e4f 100644 --- a/wagtail/admin/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/ro/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" "ro/)\n" @@ -20,6 +20,9 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" "2:1));\n" +msgid "Publish" +msgstr "Publică" + msgid "Submit for moderation" msgstr "Trimite pentru moderare" @@ -29,15 +32,21 @@ msgstr "Anulează publicarea" msgid "Delete" msgstr "Șterge" +msgid "Page locked" +msgstr "Pagină blocată" + msgid "Wagtail admin" msgstr "Administrare Wagtail" -msgid "None" -msgstr "Nici una" +msgid "Sorry, you do not have permission to access this area." +msgstr "Ne pare rău, nu aveți permisiunea de a accesa această zonă." msgid "You do not have permission to access the admin" msgstr "Nu aveți permisiunea de a accesa zona de administrare." +msgid "None" +msgstr "Nici una" + msgid "Scheduled publishing" msgstr "Publicare programată" @@ -63,9 +72,6 @@ msgstr "Introduceți %s" msgid "Enter your email address to reset your password" msgstr "Introduceți adresa de e-mail pentru a reseta parola" -msgid "URL" -msgstr "Adresă de internet" - msgid "You cannot have multiple permission records for the same collection." msgstr "" "Nu puteți avea înregistrări de permisiune multiple pentru aceeași colecție." @@ -155,6 +161,220 @@ msgstr "Acest câmp este obligatoriu." msgid "Please select at least one group." msgstr "Selectați cel puțin un grup" +msgid "Arabic" +msgstr "Arabă" + +msgid "Catalan" +msgstr "Catalană" + +msgid "German" +msgstr "Germană" + +msgid "Greek" +msgstr "Greacă" + +msgid "English" +msgstr "Engleză" + +msgid "Spanish" +msgstr "Spaniolă" + +msgid "Finnish" +msgstr "Finlandeză" + +msgid "French" +msgstr "Franceză" + +msgid "Galician" +msgstr "Galiciană" + +msgid "Indonesian" +msgstr "Indoneză" + +msgid "Icelandic" +msgstr "Islandeză" + +msgid "Italian" +msgstr "Italiană" + +msgid "Korean" +msgstr "coreeană" + +msgid "Lithuanian" +msgstr "Lituaniană" + +msgid "Norwegian Bokmål" +msgstr "Norvegiană" + +msgid "Netherlands Dutch" +msgstr "Olandeză" + +msgid "Persian" +msgstr "Persiană" + +msgid "Polish" +msgstr "Poloneză" + +msgid "Brazilian Portuguese" +msgstr "Portugheză Braziliană" + +msgid "Portuguese" +msgstr "Portugheză" + +msgid "Romanian" +msgstr "Română" + +msgid "Russian" +msgstr "Rusă" + +msgid "Swedish" +msgstr "suedeză" + +msgid "Slovak" +msgstr "Slovacă" + +msgid "Ukrainian" +msgstr "ucraineană" + +msgid "Page" +msgstr "Pagină" + +msgid "Pages" +msgstr "Pagini" + +msgid "Loading…" +msgstr "Se încarcă…" + +msgid "No results" +msgstr "Nici un rezultat" + +msgid "Server Error" +msgstr "Eroare de server" + +msgid "See all" +msgstr "Vezi toate" + +msgid "Close explorer" +msgstr "Închide exploratorul" + +msgid "Alt text" +msgstr "Text alternativ" + +msgid "Write here…" +msgstr "Scrieți aici…" + +msgid "Horizontal line" +msgstr "Linie orizontală" + +msgid "Line break" +msgstr "Sfârșit de linie" + +msgid "Undo" +msgstr "Anulare" + +msgid "Redo" +msgstr "Refacere" + +msgid "Reload the page" +msgstr "Reîncarcă pagina" + +msgid "Reload saved content" +msgstr "Reîncarcă conținutul salvat" + +msgid "Show latest content" +msgstr "Afișează conținutul cel mai recent" + +msgid "Show error" +msgstr "Afișează eroare" + +msgid "" +"The editor just crashed. Content has been reset to the last saved version." +msgstr "Editorul s-a prăbușit. Conținut resetat la versiunea recent salvată." + +msgid "Close" +msgstr "Închideți" + +msgid "Edit '{title}'" +msgstr "Editează '{title}'" + +msgid "January" +msgstr "Ianuarie" + +msgid "February" +msgstr "Februarie" + +msgid "March" +msgstr "Martie" + +msgid "April" +msgstr "Aprilie" + +msgid "May" +msgstr "Mai" + +msgid "June" +msgstr "Iunie" + +msgid "July" +msgstr "Iulie" + +msgid "August" +msgstr "August" + +msgid "September" +msgstr "Septembrie" + +msgid "October" +msgstr "Octombrie" + +msgid "November" +msgstr "Noiembrie" + +msgid "December" +msgstr "Decembrie" + +msgid "Sunday" +msgstr "Duminică" + +msgid "Monday" +msgstr "Luni" + +msgid "Tuesday" +msgstr "Marți" + +msgid "Wednesday" +msgstr "Miercuri" + +msgid "Thursday" +msgstr "Joi" + +msgid "Friday" +msgstr "Vineri" + +msgid "Saturday" +msgstr "Sâmbătă" + +msgid "Sun" +msgstr "D" + +msgid "Mon" +msgstr "L" + +msgid "Tue" +msgstr "Ma" + +msgid "Wed" +msgstr "Mi" + +msgid "Thu" +msgstr "J" + +msgid "Fri" +msgstr "V" + +msgid "Sat" +msgstr "S" + msgid "Error 404: Page not found" msgstr "Eroare 404: Pagina nu a fost găsită" @@ -246,151 +466,12 @@ msgstr "Resetarea parolei" msgid "Reset your password" msgstr "Resetează parola" -msgid "Page" -msgstr "Pagină" - -msgid "Pages" -msgstr "Pagini" - -msgid "Loading…" -msgstr "Se încarcă…" - -msgid "No results" -msgstr "Nici un rezultat" - -msgid "Server Error" -msgstr "Eroare de server" - -msgid "See all" -msgstr "Vezi toate" - -msgid "Close explorer" -msgstr "Închide exploratorul" - -msgid "Alt text" -msgstr "Text alternativ" - -msgid "Write here…" -msgstr "Scrieți aici…" - -msgid "Horizontal line" -msgstr "Linie orizontală" - -msgid "Line break" -msgstr "Sfârșit de linie" - -msgid "Undo" -msgstr "Anulare" - -msgid "Redo" -msgstr "Refacere" - -msgid "Reload the page" -msgstr "Reîncarcă pagina" - -msgid "Reload saved content" -msgstr "Reîncarcă conținutul salvat" - -msgid "Show latest content" -msgstr "Afișează conținutul cel mai recent" - -msgid "Show error" -msgstr "Afișează eroare" - -msgid "" -"The editor just crashed. Content has been reset to the last saved version." -msgstr "Editorul s-a prăbușit. Conținut resetat la versiunea recent salvată." - -msgid "Close" -msgstr "Închideți" - -msgid "January" -msgstr "Ianuarie" - -msgid "February" -msgstr "Februarie" - -msgid "March" -msgstr "Martie" - -msgid "April" -msgstr "Aprilie" - -msgid "May" -msgstr "Mai" - -msgid "June" -msgstr "Iunie" - -msgid "July" -msgstr "Iulie" - -msgid "August" -msgstr "August" - -msgid "September" -msgstr "Septembrie" - -msgid "October" -msgstr "Octombrie" - -msgid "November" -msgstr "Noiembrie" - -msgid "December" -msgstr "Decembrie" - -msgid "Sunday" -msgstr "Duminică" - -msgid "Monday" -msgstr "Luni" - -msgid "Tuesday" -msgstr "Marți" - -msgid "Wednesday" -msgstr "Miercuri" - -msgid "Thursday" -msgstr "Joi" - -msgid "Friday" -msgstr "Vineri" - -msgid "Saturday" -msgstr "Sâmbătă" - -msgid "Sun" -msgstr "D" - -msgid "Mon" -msgstr "L" - -msgid "Tue" -msgstr "Ma" - -msgid "Wed" -msgstr "Mi" - -msgid "Thu" -msgstr "J" - -msgid "Fri" -msgstr "V" - -msgid "Sat" -msgstr "S" - msgid "Dashboard" msgstr "Bord" msgid "Menu" msgstr "Meniu" -msgid "Add another" -msgstr "Adaugă altă listă" - msgid "Move up" msgstr "Deplasează în sus" @@ -667,8 +748,14 @@ msgstr "În curs de publicare…" msgid "Publish this revision" msgstr "Publică această revizie" -msgid "Publish" -msgstr "Publică" +msgid "Saving…" +msgstr "În curs de salvare..." + +msgid "Replace current draft" +msgstr "Înlocuiește ciorna curentă" + +msgid "Save draft" +msgstr "Salvează ca ciornă" #, python-format msgid "Create a page in %(title)s" @@ -807,12 +894,6 @@ msgstr "%(page_type)s nouă" msgid "New" msgstr "Nou" -msgid "Saving…" -msgstr "În curs de salvare..." - -msgid "Save draft" -msgstr "Salvează ca ciornă" - msgid "This page has unsaved changes." msgstr "Această pagină conține modificări nesalvate." @@ -824,12 +905,6 @@ msgstr "Editare %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "Editare %(page_type)s %(title)s" -msgid "Page locked" -msgstr "Pagină blocată" - -msgid "Replace current draft" -msgstr "Înlocuiește ciorna curentă" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Ultima modificare: %(last_mod)s" @@ -1217,84 +1292,6 @@ msgstr "Arată în Explorator" msgid "Test" msgstr "Test" -msgid "Arabic" -msgstr "Arabă" - -msgid "Catalan" -msgstr "Catalană" - -msgid "German" -msgstr "Germană" - -msgid "Greek" -msgstr "Greacă" - -msgid "English" -msgstr "Engleză" - -msgid "Spanish" -msgstr "Spaniolă" - -msgid "Finnish" -msgstr "Finlandeză" - -msgid "French" -msgstr "Franceză" - -msgid "Galician" -msgstr "Galiciană" - -msgid "Indonesian" -msgstr "Indoneză" - -msgid "Icelandic" -msgstr "Islandeză" - -msgid "Italian" -msgstr "Italiană" - -msgid "Korean" -msgstr "coreeană" - -msgid "Lithuanian" -msgstr "Lituaniană" - -msgid "Norwegian Bokmål" -msgstr "Norvegiană" - -msgid "Netherlands Dutch" -msgstr "Olandeză" - -msgid "Persian" -msgstr "Persiană" - -msgid "Polish" -msgstr "Poloneză" - -msgid "Brazilian Portuguese" -msgstr "Portugheză Braziliană" - -msgid "Portuguese" -msgstr "Portugheză" - -msgid "Romanian" -msgstr "Română" - -msgid "Russian" -msgstr "Rusă" - -msgid "Swedish" -msgstr "suedeză" - -msgid "Slovak" -msgstr "Slovacă" - -msgid "Ukrainian" -msgstr "ucraineană" - -msgid "Sorry, you do not have permission to access this area." -msgstr "Ne pare rău, nu aveți permisiunea de a accesa această zonă." - msgid "Your password has been changed successfully!" msgstr "Parola a fost schimbată cu succes!" @@ -1457,45 +1454,12 @@ msgstr "revizia {0} pentru \"{1}\"" msgid "Revision {0} of \"{1}\" unscheduled." msgstr "Programare anulată pentru revizia {0} a \"{1}\"" -msgid "Edit '{title}'" -msgstr "Editează '{title}'" - -msgid "Preview draft version of '{title}'" -msgstr "Previzualizează versiunea ciornă a '{title}'" - -msgid "View live version of '{title}'" -msgstr "Vezi versiunea live a '{title}'" - -msgid "Add a child page to '{title}' " -msgstr "Adaugă o pagină dependentă de '{title}'" - msgid "More" msgstr "Mai mult" -msgid "View more options for '{title}'" -msgstr "Vezi mai multe opțiuni pentru '{title}'" - -msgid "Move page '{title}'" -msgstr "Mutați pagina '{title}'" - -msgid "Copy page '{title}'" -msgstr "Copie pagina '{title}'" - -msgid "Delete page '{title}'" -msgstr "Șterge pagina '{title}'" - -msgid "Unpublish page '{title}'" -msgstr "Anulează publicarea paginii '{title}'" - -msgid "View revision history for '{title}'" -msgstr "Vezi istoria reviziilor pentru '{title}'" - msgid "Set profile picture" msgstr "Setează poză profil" -msgid "Change your profile picture" -msgstr "Schimbă poza de profil" - msgid "Change the email address linked to your account." msgstr "Schimbă e-mailul asociat de contul D-stră." @@ -1517,9 +1481,6 @@ msgstr "Fus orar curent" msgid "Choose your current time zone." msgstr "Alege fus orar curent" -msgid "Heading {level}" -msgstr "Antet {level}" - msgid "Bulleted list" msgstr "Listă cu puncte" diff --git a/wagtail/admin/locale/ru/LC_MESSAGES/django.mo b/wagtail/admin/locale/ru/LC_MESSAGES/django.mo index ae0b64f59..f5cd19aa4 100644 Binary files a/wagtail/admin/locale/ru/LC_MESSAGES/django.mo and b/wagtail/admin/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/ru/LC_MESSAGES/django.po b/wagtail/admin/locale/ru/LC_MESSAGES/django.po index 7a20d9eaf..234b5f1d7 100644 --- a/wagtail/admin/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/ru/LC_MESSAGES/django.po @@ -26,8 +26,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" "ru/)\n" @@ -39,6 +39,9 @@ msgstr "" "%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" "%100>=11 && n%100<=14)? 2 : 3);\n" +msgid "Publish" +msgstr "Опубликовать" + msgid "Submit for moderation" msgstr "Отправить на модерацию" @@ -48,15 +51,21 @@ msgstr "Отменить публикацию" msgid "Delete" msgstr "Удалить" +msgid "Page locked" +msgstr "Страница заблокирована" + msgid "Wagtail admin" msgstr "Wagtail админ" -msgid "None" -msgstr "Ничего" +msgid "Sorry, you do not have permission to access this area." +msgstr "Извините, но у вас нет доступа в эту область." msgid "You do not have permission to access the admin" msgstr "У вас нет прав для доступа в админ-панель" +msgid "None" +msgstr "Ничего" + msgid "Scheduled publishing" msgstr "Отложенная публикация" @@ -82,9 +91,6 @@ msgstr "Введите ваше %s" msgid "Enter your email address to reset your password" msgstr "Введите ваш адрес электронной почты для сброса пароля" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "" "Вы не можете иметь несколько записей с правами доступа к одной и той же " @@ -183,6 +189,215 @@ msgstr "Требуется заполнить это поле." msgid "Please select at least one group." msgstr "Пожалуйста, выберите хотя бы одну группу." +msgid "Catalan" +msgstr "Каталанский" + +msgid "German" +msgstr "Немецкий" + +msgid "Greek" +msgstr "Греческий" + +msgid "English" +msgstr "Английский" + +msgid "Spanish" +msgstr "Испанский" + +msgid "Finnish" +msgstr "Финский" + +msgid "French" +msgstr "Французский" + +msgid "Galician" +msgstr "Галисийский" + +msgid "Icelandic" +msgstr "Исландский" + +msgid "Italian" +msgstr "Итальянский" + +msgid "Korean" +msgstr "Корейский" + +msgid "Lithuanian" +msgstr "Литовский" + +msgid "Norwegian Bokmål" +msgstr "Норвежский Букмол" + +msgid "Netherlands Dutch" +msgstr "Голландский" + +msgid "Persian" +msgstr "Персидский" + +msgid "Polish" +msgstr "Польский" + +msgid "Brazilian Portuguese" +msgstr "Бразильский португальский" + +msgid "Portuguese" +msgstr "Португальский" + +msgid "Romanian" +msgstr "Румынский" + +msgid "Russian" +msgstr "Русский" + +msgid "Swedish" +msgstr "Шведский" + +msgid "Slovak" +msgstr "Словацкий язык" + +msgid "Ukrainian" +msgstr "Украинский язык" + +msgid "Page" +msgstr "Страница" + +msgid "Pages" +msgstr "Страницы" + +msgid "Loading…" +msgstr "Загрузка..." + +msgid "No results" +msgstr "Нет результатов" + +msgid "Server Error" +msgstr "Ошибка Сервера" + +msgid "See all" +msgstr "Смотреть все" + +msgid "Close explorer" +msgstr "Закрыть проводник" + +msgid "Alt text" +msgstr "Текст подсказки" + +msgid "Write here…" +msgstr "Введите текст..." + +msgid "Horizontal line" +msgstr "Горизонтальная линия" + +msgid "Line break" +msgstr "Разрыв строки" + +msgid "Undo" +msgstr "Отменить дейсвие" + +msgid "Redo" +msgstr "Вернуть" + +msgid "Reload the page" +msgstr "Перезагрузить страницу" + +msgid "Reload saved content" +msgstr "Перезагрузка сохраненного контента" + +msgid "Show latest content" +msgstr "Показать последнее содержание" + +msgid "Show error" +msgstr "Показать ошибку" + +msgid "" +"The editor just crashed. Content has been reset to the last saved version." +msgstr "" +"Редактор сломался. Содержимое было возвращено к последней сохранённой версии" + +msgid "Close" +msgstr "Закрыть" + +msgid "Edit '{title}'" +msgstr "Редактировать '{title}'" + +msgid "January" +msgstr "Январь" + +msgid "February" +msgstr "Февраль" + +msgid "March" +msgstr "Март" + +msgid "April" +msgstr "Апрель" + +msgid "May" +msgstr "Май" + +msgid "June" +msgstr "Июнь" + +msgid "July" +msgstr "Июль" + +msgid "August" +msgstr "Август" + +msgid "September" +msgstr "Сентябрь" + +msgid "October" +msgstr "Октябрь" + +msgid "November" +msgstr "Ноябрь" + +msgid "December" +msgstr "Декабрь" + +msgid "Sunday" +msgstr "Воскрксенье" + +msgid "Monday" +msgstr "Понедельник" + +msgid "Tuesday" +msgstr "Вторник" + +msgid "Wednesday" +msgstr "Среда" + +msgid "Thursday" +msgstr "Четверг" + +msgid "Friday" +msgstr "Пятница" + +msgid "Saturday" +msgstr "Суббота" + +msgid "Sun" +msgstr "Вс" + +msgid "Mon" +msgstr "Пн" + +msgid "Tue" +msgstr "Вт" + +msgid "Wed" +msgstr "Ср" + +msgid "Thu" +msgstr "Чт" + +msgid "Fri" +msgstr "Пт" + +msgid "Sat" +msgstr "Сб" + msgid "Error 404: Page not found" msgstr "Ошибка 404: Страница не найдена" @@ -274,152 +489,12 @@ msgstr "Восстановление пароля" msgid "Reset your password" msgstr "Сбросить ваш пароль" -msgid "Page" -msgstr "Страница" - -msgid "Pages" -msgstr "Страницы" - -msgid "Loading…" -msgstr "Загрузка..." - -msgid "No results" -msgstr "Нет результатов" - -msgid "Server Error" -msgstr "Ошибка Сервера" - -msgid "See all" -msgstr "Смотреть все" - -msgid "Close explorer" -msgstr "Закрыть проводник" - -msgid "Alt text" -msgstr "Текст подсказки" - -msgid "Write here…" -msgstr "Введите текст..." - -msgid "Horizontal line" -msgstr "Горизонтальная линия" - -msgid "Line break" -msgstr "Разрыв строки" - -msgid "Undo" -msgstr "Отменить дейсвие" - -msgid "Redo" -msgstr "Вернуть" - -msgid "Reload the page" -msgstr "Перезагрузить страницу" - -msgid "Reload saved content" -msgstr "Перезагрузка сохраненного контента" - -msgid "Show latest content" -msgstr "Показать последнее содержание" - -msgid "Show error" -msgstr "Показать ошибку" - -msgid "" -"The editor just crashed. Content has been reset to the last saved version." -msgstr "" -"Редактор сломался. Содержимое было возвращено к последней сохранённой версии" - -msgid "Close" -msgstr "Закрыть" - -msgid "January" -msgstr "Январь" - -msgid "February" -msgstr "Февраль" - -msgid "March" -msgstr "Март" - -msgid "April" -msgstr "Апрель" - -msgid "May" -msgstr "Май" - -msgid "June" -msgstr "Июнь" - -msgid "July" -msgstr "Июль" - -msgid "August" -msgstr "Август" - -msgid "September" -msgstr "Сентябрь" - -msgid "October" -msgstr "Октябрь" - -msgid "November" -msgstr "Ноябрь" - -msgid "December" -msgstr "Декабрь" - -msgid "Sunday" -msgstr "Воскрксенье" - -msgid "Monday" -msgstr "Понедельник" - -msgid "Tuesday" -msgstr "Вторник" - -msgid "Wednesday" -msgstr "Среда" - -msgid "Thursday" -msgstr "Четверг" - -msgid "Friday" -msgstr "Пятница" - -msgid "Saturday" -msgstr "Суббота" - -msgid "Sun" -msgstr "Вс" - -msgid "Mon" -msgstr "Пн" - -msgid "Tue" -msgstr "Вт" - -msgid "Wed" -msgstr "Ср" - -msgid "Thu" -msgstr "Чт" - -msgid "Fri" -msgstr "Пт" - -msgid "Sat" -msgstr "Сб" - msgid "Dashboard" msgstr "Панель управления" msgid "Menu" msgstr "Меню" -msgid "Add another" -msgstr "Добавить еще" - msgid "Move up" msgstr "Двигать наверх" @@ -701,8 +776,14 @@ msgstr "Публикуется..." msgid "Publish this revision" msgstr "Опубликовать эту версию" -msgid "Publish" -msgstr "Опубликовать" +msgid "Saving…" +msgstr "Сохранение…" + +msgid "Replace current draft" +msgstr "Изменить черновик" + +msgid "Save draft" +msgstr "Сохранить черновик" #, python-format msgid "Create a page in %(title)s" @@ -849,12 +930,6 @@ msgstr "Добавление %(page_type)s" msgid "New" msgstr "Новый" -msgid "Saving…" -msgstr "Сохранение…" - -msgid "Save draft" -msgstr "Сохранить черновик" - msgid "This page has unsaved changes." msgstr "На странице есть несохраненные изменения." @@ -866,12 +941,6 @@ msgstr "Редактирование %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "Редактирование %(page_type)s %(title)s" -msgid "Page locked" -msgstr "Страница заблокирована" - -msgid "Replace current draft" -msgstr "Изменить черновик" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Последние изменения: %(last_mod)s" @@ -1250,78 +1319,6 @@ msgstr "Показать Проводник" msgid "Test" msgstr "Тест" -msgid "Catalan" -msgstr "Каталанский" - -msgid "German" -msgstr "Немецкий" - -msgid "Greek" -msgstr "Греческий" - -msgid "English" -msgstr "Английский" - -msgid "Spanish" -msgstr "Испанский" - -msgid "Finnish" -msgstr "Финский" - -msgid "French" -msgstr "Французский" - -msgid "Galician" -msgstr "Галисийский" - -msgid "Icelandic" -msgstr "Исландский" - -msgid "Italian" -msgstr "Итальянский" - -msgid "Korean" -msgstr "Корейский" - -msgid "Lithuanian" -msgstr "Литовский" - -msgid "Norwegian Bokmål" -msgstr "Норвежский Букмол" - -msgid "Netherlands Dutch" -msgstr "Голландский" - -msgid "Persian" -msgstr "Персидский" - -msgid "Polish" -msgstr "Польский" - -msgid "Brazilian Portuguese" -msgstr "Бразильский португальский" - -msgid "Portuguese" -msgstr "Португальский" - -msgid "Romanian" -msgstr "Румынский" - -msgid "Russian" -msgstr "Русский" - -msgid "Swedish" -msgstr "Шведский" - -msgid "Slovak" -msgstr "Словацкий язык" - -msgid "Ukrainian" -msgstr "Украинский язык" - -msgid "Sorry, you do not have permission to access this area." -msgstr "Извините, но у вас нет доступа в эту область." - msgid "Your password has been changed successfully!" msgstr "Ваш пароль был успешно изменен!" @@ -1484,45 +1481,12 @@ msgstr "версия {0} страницы \"{1}\"" msgid "Revision {0} of \"{1}\" unscheduled." msgstr "Версия {0} страницы '{1}' перестала быть запланированной к публикации." -msgid "Edit '{title}'" -msgstr "Редактировать '{title}'" - -msgid "Preview draft version of '{title}'" -msgstr "Предпросмотр черновика '{title}'" - -msgid "View live version of '{title}'" -msgstr "Посмотреть опубликованную версию '{title}'" - -msgid "Add a child page to '{title}' " -msgstr "Создать дочернюю страницу для '{title}' " - msgid "More" msgstr "Больше" -msgid "View more options for '{title}'" -msgstr "Больше действий для '{title}'" - -msgid "Move page '{title}'" -msgstr "Переместить страницу '{title}'" - -msgid "Copy page '{title}'" -msgstr "Скопировать страницу '{title}'" - -msgid "Delete page '{title}'" -msgstr "Удалить страницу '{title}'" - -msgid "Unpublish page '{title}'" -msgstr "Отменить публикацию страницы '{title}'" - -msgid "View revision history for '{title}'" -msgstr "Показать историю версий для '{title}'" - msgid "Set profile picture" msgstr "Установить фото профиля" -msgid "Change your profile picture" -msgstr "Выберите свою фотографию профиля" - msgid "Change the password you use to log in." msgstr "Изменить пароль, который вы используете для входа." @@ -1535,9 +1499,6 @@ msgstr "Языковые настройки" msgid "Choose the language you want to use here." msgstr "Выберите язык, который вы хотите использовать." -msgid "Heading {level}" -msgstr "Заголовок {level}" - msgid "Bulleted list" msgstr "Маркированный список" diff --git a/wagtail/admin/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/admin/locale/sk_SK/LC_MESSAGES/django.mo index a98a2c50a..449a282cf 100644 Binary files a/wagtail/admin/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/admin/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/admin/locale/sk_SK/LC_MESSAGES/django.po index 7dd83c5d0..d832677f0 100644 --- a/wagtail/admin/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/sk_SK/LC_MESSAGES/django.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" "language/sk_SK/)\n" @@ -25,6 +25,9 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n " ">= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" +msgid "Publish" +msgstr "Publikovať" + msgid "Submit for moderation" msgstr "Odoslať na moderáciu" @@ -34,12 +37,18 @@ msgstr "Nezverejniť" msgid "Delete" msgstr "Vymazať" -msgid "None" -msgstr "Nič" +msgid "Page locked" +msgstr "Stránka je uzamknutá" + +msgid "Sorry, you do not have permission to access this area." +msgstr "Prepáčte, ale na prístup k tejto časti nemáte oprávnenia" msgid "You do not have permission to access the admin" msgstr "Na prístup do administrácie nemáte práva." +msgid "None" +msgstr "Nič" + msgid "Scheduled publishing" msgstr "Naplánovať publikovanie" @@ -65,9 +74,6 @@ msgstr "Zadajte vaše %s" msgid "Enter your email address to reset your password" msgstr "Zadajte vašu emailovú adresu pre obnovu hesla" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "Nemôžete mať viac prístupových záznamov pre tú istú kolekciu." @@ -159,6 +165,150 @@ msgstr "Toto pole je povinné." msgid "Please select at least one group." msgstr "Prosím, vyberte aspoň jednu skupinu." +msgid "Catalan" +msgstr "Katalánsky" + +msgid "German" +msgstr "Nemecky" + +msgid "Greek" +msgstr "Grécky" + +msgid "English" +msgstr "Anglicky" + +msgid "Spanish" +msgstr "Španielsky" + +msgid "Finnish" +msgstr "Fínsky" + +msgid "French" +msgstr "Francúzsky" + +msgid "Galician" +msgstr "Galicijsky" + +msgid "Icelandic" +msgstr "Islandsky" + +msgid "Italian" +msgstr "Taliansky" + +msgid "Korean" +msgstr "Kórejsky" + +msgid "Lithuanian" +msgstr "Litovsky" + +msgid "Norwegian Bokmål" +msgstr " Norsky" + +msgid "Netherlands Dutch" +msgstr "Holandsky" + +msgid "Persian" +msgstr "Perzsky" + +msgid "Polish" +msgstr "Poľsky" + +msgid "Brazilian Portuguese" +msgstr "Portugalsky (Brazília)" + +msgid "Portuguese" +msgstr "Portugalsky" + +msgid "Romanian" +msgstr "Rumunsky" + +msgid "Russian" +msgstr "Rusky" + +msgid "Swedish" +msgstr "Švédsky" + +msgid "Page" +msgstr "Stránka" + +msgid "Pages" +msgstr "Stránky" + +msgid "No results" +msgstr "Žiadne výsledky" + +msgid "Server Error" +msgstr "Chyba servera" + +msgid "See all" +msgstr "Vidieť všetko" + +msgid "Close explorer" +msgstr "Zavrieť prehliadač" + +msgid "Close" +msgstr "Zavrieť" + +msgid "Edit '{title}'" +msgstr "Upraviť '{title}'" + +msgid "January" +msgstr "Január" + +msgid "February" +msgstr "Február" + +msgid "March" +msgstr "Marec" + +msgid "April" +msgstr "Apríl" + +msgid "May" +msgstr "Máj" + +msgid "June" +msgstr "Jún" + +msgid "July" +msgstr "Júl" + +msgid "August" +msgstr "August" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Október" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "December" + +msgid "Sun" +msgstr "Ne" + +msgid "Mon" +msgstr "Pon" + +msgid "Tue" +msgstr "Ut" + +msgid "Wed" +msgstr "Str" + +msgid "Thu" +msgstr "Štv" + +msgid "Fri" +msgstr "Pia" + +msgid "Sat" +msgstr "So" + msgid "Error 404: Page not found" msgstr "Chyba 404: Stránka nebola nájdená" @@ -218,93 +368,12 @@ msgstr "Obnova hesla" msgid "Reset your password" msgstr "Resetovanie vášho hesla" -msgid "Page" -msgstr "Stránka" - -msgid "Pages" -msgstr "Stránky" - -msgid "No results" -msgstr "Žiadne výsledky" - -msgid "Server Error" -msgstr "Chyba servera" - -msgid "See all" -msgstr "Vidieť všetko" - -msgid "Close explorer" -msgstr "Zavrieť prehliadač" - -msgid "Close" -msgstr "Zavrieť" - -msgid "January" -msgstr "Január" - -msgid "February" -msgstr "Február" - -msgid "March" -msgstr "Marec" - -msgid "April" -msgstr "Apríl" - -msgid "May" -msgstr "Máj" - -msgid "June" -msgstr "Jún" - -msgid "July" -msgstr "Júl" - -msgid "August" -msgstr "August" - -msgid "September" -msgstr "September" - -msgid "October" -msgstr "Október" - -msgid "November" -msgstr "November" - -msgid "December" -msgstr "December" - -msgid "Sun" -msgstr "Ne" - -msgid "Mon" -msgstr "Pon" - -msgid "Tue" -msgstr "Ut" - -msgid "Wed" -msgstr "Str" - -msgid "Thu" -msgstr "Štv" - -msgid "Fri" -msgstr "Pia" - -msgid "Sat" -msgstr "So" - msgid "Dashboard" msgstr "Nástenka" msgid "Menu" msgstr "Menu" -msgid "Add another" -msgstr "Pridať ďalšie" - msgid "Move up" msgstr "Posunúť vyššie" @@ -551,8 +620,11 @@ msgstr "Odomknuté" msgid "Publish this revision" msgstr "Publikovať túto revíziu" -msgid "Publish" -msgstr "Publikovať" +msgid "Replace current draft" +msgstr "Prepísať aktuálny koncept" + +msgid "Save draft" +msgstr "Uložiť koncept" #, python-format msgid "Create a page in %(title)s" @@ -702,9 +774,6 @@ msgstr "Nový %(page_type)s" msgid "New" msgstr "Nový" -msgid "Save draft" -msgstr "Uložiť koncept" - msgid "This page has unsaved changes." msgstr "Táto stránka má neuložené zmeny." @@ -716,12 +785,6 @@ msgstr "Upravujete %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "Upravujete %(page_type)s %(title)s" -msgid "Page locked" -msgstr "Stránka je uzamknutá" - -msgid "Replace current draft" -msgstr "Prepísať aktuálny koncept" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Naposledy upravené: %(last_mod)s" @@ -1081,72 +1144,6 @@ msgstr "Zobraziť v prehliadači" msgid "Test" msgstr "Test" -msgid "Catalan" -msgstr "Katalánsky" - -msgid "German" -msgstr "Nemecky" - -msgid "Greek" -msgstr "Grécky" - -msgid "English" -msgstr "Anglicky" - -msgid "Spanish" -msgstr "Španielsky" - -msgid "Finnish" -msgstr "Fínsky" - -msgid "French" -msgstr "Francúzsky" - -msgid "Galician" -msgstr "Galicijsky" - -msgid "Icelandic" -msgstr "Islandsky" - -msgid "Italian" -msgstr "Taliansky" - -msgid "Korean" -msgstr "Kórejsky" - -msgid "Lithuanian" -msgstr "Litovsky" - -msgid "Norwegian Bokmål" -msgstr " Norsky" - -msgid "Netherlands Dutch" -msgstr "Holandsky" - -msgid "Persian" -msgstr "Perzsky" - -msgid "Polish" -msgstr "Poľsky" - -msgid "Brazilian Portuguese" -msgstr "Portugalsky (Brazília)" - -msgid "Portuguese" -msgstr "Portugalsky" - -msgid "Romanian" -msgstr "Rumunsky" - -msgid "Russian" -msgstr "Rusky" - -msgid "Swedish" -msgstr "Švédsky" - -msgid "Sorry, you do not have permission to access this area." -msgstr "Prepáčte, ale na prístup k tejto časti nemáte oprávnenia" - msgid "Your password has been changed successfully!" msgstr "Vaše heslo bolo úspešne zmenené" @@ -1293,39 +1290,9 @@ msgstr "Najstaršie" msgid "Latest" msgstr "Najnovšie" -msgid "Edit '{title}'" -msgstr "Upraviť '{title}'" - -msgid "Preview draft version of '{title}'" -msgstr "Prezrieť koncept '{title}'" - -msgid "View live version of '{title}'" -msgstr "Zobraziť live verziu '{title}'" - -msgid "Add a child page to '{title}' " -msgstr "Pridať podstránku k '{title}' " - msgid "More" msgstr "Viac" -msgid "View more options for '{title}'" -msgstr "Zobraziť viac možností pre '{title}'" - -msgid "Move page '{title}'" -msgstr "Presunúť stránku '{title}'" - -msgid "Copy page '{title}'" -msgstr "Kopírovať stránku '{title}'" - -msgid "Delete page '{title}'" -msgstr "Vymazať stránku '{title}'" - -msgid "Unpublish page '{title}'" -msgstr "Odpublikovať stránku '{title}'" - -msgid "View revision history for '{title}'" -msgstr "Zobraziť históriu revízii pre '{title}'" - msgid "Change the password you use to log in." msgstr "Zmeniť heslo ktoré používate na prihlásenie." diff --git a/wagtail/admin/locale/sl/LC_MESSAGES/django.mo b/wagtail/admin/locale/sl/LC_MESSAGES/django.mo index 979cd0084..702a547e6 100644 Binary files a/wagtail/admin/locale/sl/LC_MESSAGES/django.mo and b/wagtail/admin/locale/sl/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/sl/LC_MESSAGES/django.po b/wagtail/admin/locale/sl/LC_MESSAGES/django.po index 48fccd16a..e23c758c4 100644 --- a/wagtail/admin/locale/sl/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/sl/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-08-20 08:01+0000\n" -"Last-Translator: Matej Stavanja \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Slovenian (http://www.transifex.com/torchbox/wagtail/language/" "sl/)\n" "MIME-Version: 1.0\n" @@ -21,6 +21,9 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" "%100==4 ? 2 : 3);\n" +msgid "Publish" +msgstr "Objavi" + msgid "Submit for moderation" msgstr "Oddaj v potrditev" @@ -30,15 +33,21 @@ msgstr "Umakni iz objave" msgid "Delete" msgstr "Izbriši" +msgid "Page locked" +msgstr "Stran je zaklenjena" + msgid "Wagtail admin" msgstr "Administrativni vmesnik Wagtail" -msgid "None" -msgstr "Brez" +msgid "Sorry, you do not have permission to access this area." +msgstr "Žal nimate dovoljenja za dostop do tega območja." msgid "You do not have permission to access the admin" msgstr "Nimate dovoljenja za dostop do administracije" +msgid "None" +msgstr "Brez" + msgid "Scheduled publishing" msgstr "Načrtovanje objave" @@ -64,9 +73,6 @@ msgstr "Vnesite vaše %s" msgid "Enter your email address to reset your password" msgstr "Vnesite vaš e-naslov za ponastavitev gesla" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "Za isto zbirko ne morate imeti več kot enega zapisa dovoljenj." @@ -155,6 +161,84 @@ msgstr "Polje je obvezno." msgid "Please select at least one group." msgstr "Izberite vsaj eno skupino" +msgid "Page" +msgstr "Stran" + +msgid "Pages" +msgstr "Strani" + +msgid "Loading…" +msgstr "Nalaganje ..." + +msgid "No results" +msgstr "Ni zadetkov" + +msgid "Server Error" +msgstr "Napaka na strežniku" + +msgid "See all" +msgstr "Poglej vse" + +msgid "Close explorer" +msgstr "Zapri raziskovalca" + +msgid "January" +msgstr "Januar" + +msgid "February" +msgstr "Februar" + +msgid "March" +msgstr "Marec" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "Maj" + +msgid "June" +msgstr "Junij" + +msgid "July" +msgstr "Julij" + +msgid "August" +msgstr "Avgust" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "December" + +msgid "Sun" +msgstr "Ned" + +msgid "Mon" +msgstr "Pon" + +msgid "Tue" +msgstr "Tor" + +msgid "Wed" +msgstr "Sre" + +msgid "Thu" +msgstr "Čet" + +msgid "Fri" +msgstr "Pet" + +msgid "Sat" +msgstr "Sob" + msgid "Error 404: Page not found" msgstr "Napaka 404: strani ni bilo mogoče najti" @@ -247,93 +331,12 @@ msgstr "Geslo ponastavljeno" msgid "Reset your password" msgstr "Ponastavi geslo" -msgid "Page" -msgstr "Stran" - -msgid "Pages" -msgstr "Strani" - -msgid "Loading…" -msgstr "Nalaganje ..." - -msgid "No results" -msgstr "Ni zadetkov" - -msgid "Server Error" -msgstr "Napaka na strežniku" - -msgid "See all" -msgstr "Poglej vse" - -msgid "Close explorer" -msgstr "Zapri raziskovalca" - -msgid "January" -msgstr "Januar" - -msgid "February" -msgstr "Februar" - -msgid "March" -msgstr "Marec" - -msgid "April" -msgstr "April" - -msgid "May" -msgstr "Maj" - -msgid "June" -msgstr "Junij" - -msgid "July" -msgstr "Julij" - -msgid "August" -msgstr "Avgust" - -msgid "September" -msgstr "September" - -msgid "October" -msgstr "Oktober" - -msgid "November" -msgstr "November" - -msgid "December" -msgstr "December" - -msgid "Sun" -msgstr "Ned" - -msgid "Mon" -msgstr "Pon" - -msgid "Tue" -msgstr "Tor" - -msgid "Wed" -msgstr "Sre" - -msgid "Thu" -msgstr "Čet" - -msgid "Fri" -msgstr "Pet" - -msgid "Sat" -msgstr "Sob" - msgid "Dashboard" msgstr "Nadzorna plošča" msgid "Menu" msgstr "Meni" -msgid "Add another" -msgstr "Dodaj še eno" - msgid "Move up" msgstr "Premakni navzgor" @@ -534,8 +537,11 @@ msgstr "Odklenjeno" msgid "Publish this revision" msgstr "Objavi to različico" -msgid "Publish" -msgstr "Objavi" +msgid "Replace current draft" +msgstr "Nadomesti trenutni osnutek" + +msgid "Save draft" +msgstr "Shrani osnutek" #, python-format msgid "Create a page in %(title)s" @@ -610,9 +616,6 @@ msgstr "Nov %(page_type)s" msgid "New" msgstr "Nov" -msgid "Save draft" -msgstr "Shrani osnutek" - msgid "This page has unsaved changes." msgstr "Na strani so ne shranjene spremembe." @@ -624,12 +627,6 @@ msgstr "Urejanje %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "Urejanje %(page_type)s %(title)s" -msgid "Page locked" -msgstr "Stran je zaklenjena" - -msgid "Replace current draft" -msgstr "Nadomesti trenutni osnutek" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Zadnja sprememba: %(last_mod)s" @@ -815,9 +812,6 @@ msgstr "Prikaži v Raziskovalcu" msgid "Test" msgstr "Test" -msgid "Sorry, you do not have permission to access this area." -msgstr "Žal nimate dovoljenja za dostop do tega območja." - msgid "Your password has been changed successfully!" msgstr "Vaše geslo je bil uspešno spremenjeno!" diff --git a/wagtail/admin/locale/sv/LC_MESSAGES/django.mo b/wagtail/admin/locale/sv/LC_MESSAGES/django.mo index 6084e39d7..3ec900ce4 100644 Binary files a/wagtail/admin/locale/sv/LC_MESSAGES/django.mo and b/wagtail/admin/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/sv/LC_MESSAGES/django.po b/wagtail/admin/locale/sv/LC_MESSAGES/django.po index df93e499b..4acbc87b3 100644 --- a/wagtail/admin/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/sv/LC_MESSAGES/django.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" "sv/)\n" @@ -25,6 +25,9 @@ msgstr "" "Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgid "Publish" +msgstr "Publicera" + msgid "Submit for moderation" msgstr "Lämna in för moderering" @@ -34,15 +37,21 @@ msgstr "Avpublicera" msgid "Delete" msgstr "Radera" +msgid "Page locked" +msgstr "Sida låst" + msgid "Wagtail admin" msgstr "Wagtail administration" -msgid "None" -msgstr "Inget" +msgid "Sorry, you do not have permission to access this area." +msgstr "Ledsen, du har inte rättigheter att tillträda detta område." msgid "You do not have permission to access the admin" msgstr "Du har inte rättighet att tillträda admin" +msgid "None" +msgstr "Inget" + msgid "Scheduled publishing" msgstr "Schemalagd publicering" @@ -68,9 +77,6 @@ msgstr "Ange ditt %s" msgid "Enter your email address to reset your password" msgstr "Ange din e-postadress för att återställa ditt lösenord" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "Du kan inte ha multipla rättigheter för samma kollektion" @@ -153,6 +159,240 @@ msgstr "Det här fältet är obligatoriskt" msgid "Please select at least one group." msgstr "Vänligen välj minst en grupp" +msgid "Arabic" +msgstr "Arabiska" + +msgid "Catalan" +msgstr "Katalanska" + +msgid "German" +msgstr "Tyska" + +msgid "Greek" +msgstr "Grekiska" + +msgid "English" +msgstr "Enelska" + +msgid "Spanish" +msgstr "Spanska" + +msgid "Finnish" +msgstr "Finska" + +msgid "French" +msgstr "Franska" + +msgid "Galician" +msgstr "Galiciska" + +msgid "Indonesian" +msgstr "Indonesisk" + +msgid "Icelandic" +msgstr "Isländska" + +msgid "Italian" +msgstr "Italienska" + +msgid "Korean" +msgstr "Koreanska" + +msgid "Lithuanian" +msgstr "Litauiska" + +msgid "Mongolian" +msgstr "Mongoliska" + +msgid "Norwegian Bokmål" +msgstr "Norska Bokmål" + +msgid "Netherlands Dutch" +msgstr "Nederländska" + +msgid "Persian" +msgstr "Persiska" + +msgid "Polish" +msgstr "Polska" + +msgid "Brazilian Portuguese" +msgstr "Brasiliansk portugisiska" + +msgid "Portuguese" +msgstr "Portugisiska" + +msgid "Romanian" +msgstr "Romänska" + +msgid "Russian" +msgstr "Ryska" + +msgid "Swedish" +msgstr "Svenska" + +msgid "Slovak" +msgstr "Slovakiska" + +msgid "Thai" +msgstr "Thailändska" + +msgid "Ukrainian" +msgstr "Ukrainska" + +msgid "Chinese (Simplified)" +msgstr "Kinesiska (Förenklad)" + +msgid "Chinese (Traditional)" +msgstr "Kinesiska (Traditionell)" + +msgid "Page" +msgstr "Sida" + +msgid "Pages" +msgstr "Sidor" + +msgid "Loading…" +msgstr "Laddar..." + +msgid "No results" +msgstr "Inga resultat funna" + +msgid "Server Error" +msgstr "Serverfel" + +msgid "See all" +msgstr "Visa alla" + +msgid "Close explorer" +msgstr "Stäng utforskaren" + +msgid "Alt text" +msgstr "Alternativ text" + +msgid "Write here…" +msgstr "Skriv här..." + +msgid "Horizontal line" +msgstr "Horisontell linje" + +msgid "Line break" +msgstr "Linjebrytning" + +msgid "Undo" +msgstr "Ångra" + +msgid "Redo" +msgstr "Gör om" + +msgid "Reload the page" +msgstr "Ladda om sidan" + +msgid "Reload saved content" +msgstr "Ladda om sparat innehåll" + +msgid "Show latest content" +msgstr "Visa senaste innehållet" + +msgid "Show error" +msgstr "Visa fel" + +msgid "" +"The editor just crashed. Content has been reset to the last saved version." +msgstr "" +"Textredigeraren kraschade. Innehållet har återställts till den senaste " +"sparade versionen." + +msgid "Broken link" +msgstr "Bruten länk" + +msgid "Missing document" +msgstr "Dokument saknas" + +msgid "Close" +msgstr "Stäng" + +msgid "Edit '{title}'" +msgstr "Editera '{title}'" + +msgid "January" +msgstr "Januari" + +msgid "February" +msgstr "Februari" + +msgid "March" +msgstr "Mars" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "Maj" + +msgid "June" +msgstr "Juni" + +msgid "July" +msgstr "Juli" + +msgid "August" +msgstr "Augusti" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "December" + +msgid "Sunday" +msgstr "Söndag" + +msgid "Monday" +msgstr "Måndag" + +msgid "Tuesday" +msgstr "Tisdag" + +msgid "Wednesday" +msgstr "Onsdag" + +msgid "Thursday" +msgstr "Torsdag" + +msgid "Friday" +msgstr "Fredag" + +msgid "Saturday" +msgstr "Lördag" + +msgid "Sun" +msgstr "Sön" + +msgid "Mon" +msgstr "Mån" + +msgid "Tue" +msgstr "Tis" + +msgid "Wed" +msgstr "Ons" + +msgid "Thu" +msgstr "Tor" + +msgid "Fri" +msgstr "Fre" + +msgid "Sat" +msgstr "Lör" + msgid "Error 404: Page not found" msgstr "Sidfel 404: Sidan kunde inte hittas" @@ -244,159 +484,12 @@ msgstr "Återställ lösenord" msgid "Reset your password" msgstr "Återställ ditt lösenord" -msgid "Page" -msgstr "Sida" - -msgid "Pages" -msgstr "Sidor" - -msgid "Loading…" -msgstr "Laddar..." - -msgid "No results" -msgstr "Inga resultat funna" - -msgid "Server Error" -msgstr "Serverfel" - -msgid "See all" -msgstr "Visa alla" - -msgid "Close explorer" -msgstr "Stäng utforskaren" - -msgid "Alt text" -msgstr "Alternativ text" - -msgid "Write here…" -msgstr "Skriv här..." - -msgid "Horizontal line" -msgstr "Horisontell linje" - -msgid "Line break" -msgstr "Linjebrytning" - -msgid "Undo" -msgstr "Ångra" - -msgid "Redo" -msgstr "Gör om" - -msgid "Reload the page" -msgstr "Ladda om sidan" - -msgid "Reload saved content" -msgstr "Ladda om sparat innehåll" - -msgid "Show latest content" -msgstr "Visa senaste innehållet" - -msgid "Show error" -msgstr "Visa fel" - -msgid "" -"The editor just crashed. Content has been reset to the last saved version." -msgstr "" -"Textredigeraren kraschade. Innehållet har återställts till den senaste " -"sparade versionen." - -msgid "Broken link" -msgstr "Bruten länk" - -msgid "Missing document" -msgstr "Dokument saknas" - -msgid "Close" -msgstr "Stäng" - -msgid "January" -msgstr "Januari" - -msgid "February" -msgstr "Februari" - -msgid "March" -msgstr "Mars" - -msgid "April" -msgstr "April" - -msgid "May" -msgstr "Maj" - -msgid "June" -msgstr "Juni" - -msgid "July" -msgstr "Juli" - -msgid "August" -msgstr "Augusti" - -msgid "September" -msgstr "September" - -msgid "October" -msgstr "Oktober" - -msgid "November" -msgstr "November" - -msgid "December" -msgstr "December" - -msgid "Sunday" -msgstr "Söndag" - -msgid "Monday" -msgstr "Måndag" - -msgid "Tuesday" -msgstr "Tisdag" - -msgid "Wednesday" -msgstr "Onsdag" - -msgid "Thursday" -msgstr "Torsdag" - -msgid "Friday" -msgstr "Fredag" - -msgid "Saturday" -msgstr "Lördag" - -msgid "Sun" -msgstr "Sön" - -msgid "Mon" -msgstr "Mån" - -msgid "Tue" -msgstr "Tis" - -msgid "Wed" -msgstr "Ons" - -msgid "Thu" -msgstr "Tor" - -msgid "Fri" -msgstr "Fre" - -msgid "Sat" -msgstr "Lör" - msgid "Dashboard" msgstr "Instrumentpanel" msgid "Menu" msgstr "Meny" -msgid "Add another" -msgstr "Lägg till ytterligare" - msgid "Move up" msgstr "Flytta upp" @@ -667,8 +760,14 @@ msgstr "Publicerar..." msgid "Publish this revision" msgstr "Publicera denna revision" -msgid "Publish" -msgstr "Publicera" +msgid "Saving…" +msgstr "Sparar..." + +msgid "Replace current draft" +msgstr "Ersätt existerande utkast" + +msgid "Save draft" +msgstr "Spara utkast" #, python-format msgid "Create a page in %(title)s" @@ -806,12 +905,6 @@ msgstr "Nya %(page_type)s" msgid "New" msgstr "Ny" -msgid "Saving…" -msgstr "Sparar..." - -msgid "Save draft" -msgstr "Spara utkast" - msgid "This page has unsaved changes." msgstr "Den här sidan har osparade ändringar." @@ -823,12 +916,6 @@ msgstr "Editerar %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "Editerar %(page_type)s %(title)s" -msgid "Page locked" -msgstr "Sida låst" - -msgid "Replace current draft" -msgstr "Ersätt existerande utkast" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Senast modifierad: %(last_mod)s" @@ -1210,96 +1297,6 @@ msgstr "Visa i utforskaren" msgid "Test" msgstr "Test" -msgid "Arabic" -msgstr "Arabiska" - -msgid "Catalan" -msgstr "Katalanska" - -msgid "German" -msgstr "Tyska" - -msgid "Greek" -msgstr "Grekiska" - -msgid "English" -msgstr "Enelska" - -msgid "Spanish" -msgstr "Spanska" - -msgid "Finnish" -msgstr "Finska" - -msgid "French" -msgstr "Franska" - -msgid "Galician" -msgstr "Galiciska" - -msgid "Indonesian" -msgstr "Indonesisk" - -msgid "Icelandic" -msgstr "Isländska" - -msgid "Italian" -msgstr "Italienska" - -msgid "Korean" -msgstr "Koreanska" - -msgid "Lithuanian" -msgstr "Litauiska" - -msgid "Mongolian" -msgstr "Mongoliska" - -msgid "Norwegian Bokmål" -msgstr "Norska Bokmål" - -msgid "Netherlands Dutch" -msgstr "Nederländska" - -msgid "Persian" -msgstr "Persiska" - -msgid "Polish" -msgstr "Polska" - -msgid "Brazilian Portuguese" -msgstr "Brasiliansk portugisiska" - -msgid "Portuguese" -msgstr "Portugisiska" - -msgid "Romanian" -msgstr "Romänska" - -msgid "Russian" -msgstr "Ryska" - -msgid "Swedish" -msgstr "Svenska" - -msgid "Slovak" -msgstr "Slovakiska" - -msgid "Thai" -msgstr "Thailändska" - -msgid "Ukrainian" -msgstr "Ukrainska" - -msgid "Chinese (Simplified)" -msgstr "Kinesiska (Förenklad)" - -msgid "Chinese (Traditional)" -msgstr "Kinesiska (Traditionell)" - -msgid "Sorry, you do not have permission to access this area." -msgstr "Ledsen, du har inte rättigheter att tillträda detta område." - msgid "Your password has been changed successfully!" msgstr "Ditt lösenord har framgångsrikt uppdaterats!" @@ -1470,45 +1467,12 @@ msgstr "revision {0} av \"{1}\"" msgid "Revision {0} of \"{1}\" unscheduled." msgstr "Revision {0} av \"{1}\" ej schemalagd." -msgid "Edit '{title}'" -msgstr "Editera '{title}'" - -msgid "Preview draft version of '{title}'" -msgstr "Förhandsgranska utkastversion av '{title}'" - -msgid "View live version of '{title}'" -msgstr "Visa den publicerade versionen av '{title}'" - -msgid "Add a child page to '{title}' " -msgstr "Lägg till en undersida till '{title}' " - msgid "More" msgstr "Mer" -msgid "View more options for '{title}'" -msgstr "Se fler alternativ för '{title}'" - -msgid "Move page '{title}'" -msgstr "Flytta sida '{title}'" - -msgid "Copy page '{title}'" -msgstr "Kopiera sida '{title}'" - -msgid "Delete page '{title}'" -msgstr "Radera sida '{title}'" - -msgid "Unpublish page '{title}'" -msgstr "Avpublicera sida '{title}'" - -msgid "View revision history for '{title}'" -msgstr "Se revisionshistorik för '{title}'" - msgid "Set profile picture" msgstr "Ange profilbild" -msgid "Change your profile picture" -msgstr "Ändra profilbild" - msgid "Change the email address linked to your account." msgstr "Ändra e-postadressen som är länkad till ditt konto." @@ -1530,9 +1494,6 @@ msgstr "Aktuell tidszon" msgid "Choose your current time zone." msgstr "Välj din nuvarande tidszon" -msgid "Heading {level}" -msgstr "Titel {level}" - msgid "Bulleted list" msgstr "Punktlista" diff --git a/wagtail/admin/locale/tet/LC_MESSAGES/django.mo b/wagtail/admin/locale/tet/LC_MESSAGES/django.mo index 70ba66d26..46c76014d 100644 Binary files a/wagtail/admin/locale/tet/LC_MESSAGES/django.mo and b/wagtail/admin/locale/tet/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/tet/LC_MESSAGES/django.po b/wagtail/admin/locale/tet/LC_MESSAGES/django.po index 348e6b6d0..8bdfb7a21 100644 --- a/wagtail/admin/locale/tet/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/tet/LC_MESSAGES/django.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-08-26 07:56+0000\n" -"Last-Translator: Alessandro \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-26 00:49+0000\n" +"Last-Translator: Peter Coward \n" "Language-Team: Tetum (Tetun) (http://www.transifex.com/torchbox/wagtail/" "language/tet/)\n" "MIME-Version: 1.0\n" @@ -25,6 +25,9 @@ msgstr "" "Language: tet\n" "Plural-Forms: nplurals=1; plural=0;\n" +msgid "Publish" +msgstr "Publika" + msgid "Submit for moderation" msgstr "Submete ba moderasaun" @@ -34,15 +37,24 @@ msgstr "Halo la publika" msgid "Delete" msgstr "Hamoos" +msgid "Save Draft" +msgstr "Rai hanesan ezbosu" + +msgid "Page locked" +msgstr "Pajina xave ona" + msgid "Wagtail admin" msgstr "Administrasaun Wagtail" -msgid "None" -msgstr "Mamuk" +msgid "Sorry, you do not have permission to access this area." +msgstr "Deskulpa, ita boot laiha permisaun atu assesu ba area ida nee." msgid "You do not have permission to access the admin" msgstr "It boot laiha permisaun atu assesu ba administrasaun" +msgid "None" +msgstr "Mamuk" + msgid "Scheduled publishing" msgstr "Horariu Publikasaun" @@ -68,9 +80,6 @@ msgstr "Hatama ita nia 1%s" msgid "Enter your email address to reset your password" msgstr "Hatama ita boot nia enderessu email hodi defini fali ita boot nia seña" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "Ita labele hatama permisaun rua ba koleksaun ida" @@ -150,95 +159,101 @@ msgstr "Ita boot prezia hatama informasaun nee " msgid "Please select at least one group." msgstr "Favor ida hili grupu ida ka tan" -msgid "Error 404: Page not found" -msgstr "Erru 404: Pajina la hetan" +msgid "Arabic" +msgstr "Arabic" -msgid "Error 404" -msgstr "Erru 404" +msgid "Catalan" +msgstr "Catalan" -msgid "The requested page could not be found." -msgstr "Deskulpa! Ita boot husu ba pajina, maibee ami la hetan." +msgid "Czech" +msgstr "Czech" -msgid "Go to Wagtail admin" -msgstr "Ba administrasaun Wagtail" +msgid "German" +msgstr "German" -msgid "Account" -msgstr "Konta" +msgid "Greek" +msgstr "Greek" -msgid "Change profile picture" -msgstr "Troka imajen perfil" +msgid "English" +msgstr "English" -msgid "Your current profile picture:" -msgstr "Ita boot nia imagen perfil:" +msgid "Spanish" +msgstr " Espanhól" -msgid "Update" -msgstr "Troka" +msgid "Finnish" +msgstr "Finnish" -msgid "Change email" -msgstr "Troka email" +msgid "French" +msgstr "Fransa" -msgid "Change password" -msgstr "Troka seña" +msgid "Galician" +msgstr "Galician" -msgid "" -"Your password can't be changed here. Please contact a site administrator." -msgstr "" -"Ita boot labele troka seña iha nee. Favor koalia malu situ administrador." +msgid "Hungarian" +msgstr "Hungarian" -msgid "Set Time Zone" -msgstr "Troka Zona Tempu" +msgid "Indonesian" +msgstr "Bahasa" -msgid "Language Preferences" -msgstr "Preferensia Lian" +msgid "Icelandic" +msgstr "Icelandic" -msgid "Notification preferences" -msgstr "Preferensia Notifikasaun" +msgid "Italian" +msgstr "Italian" -msgid "Reset password" -msgstr "Inisiu troka seña" +msgid "Japanese" +msgstr "Japanese" -msgid "Password change successful" -msgstr "Seña troka diak" +msgid "Korean" +msgstr "Korean" -msgid "Login" -msgstr "Tama" +msgid "Lithuanian" +msgstr "Lithuanian" -msgid "Set your new password" -msgstr "Hatama ita nia seña foun" +msgid "Mongolian" +msgstr "Mongolian" -msgid "Invalid password reset link" -msgstr "Link hafoun Seña la loos" +msgid "Norwegian Bokmål" +msgstr "Norwegian Bokmål" -msgid "" -"The password reset link was invalid, possibly because it has already been " -"used." -msgstr "" -"Troka seña ligasaun ne'e la valido ona, mak ne'e ka tamba ida ne'e usa ona." +msgid "Netherlands Dutch" +msgstr "Netherlands Dutch" -msgid "Request a new password reset" -msgstr "Husu seña muda foun " +msgid "Persian" +msgstr "Persian" -msgid "Check your email" -msgstr "Revista ita-nia email" +msgid "Polish" +msgstr "Polish" -msgid "" -"A link to reset your password has been emailed to you if an account exists " -"for this address." -msgstr "" -"Link hodi reset ita nian seña email tiha ona ba ita, karik konta existe ho " -"enderessu nee." +msgid "Brazilian Portuguese" +msgstr "Brazilian Portuguese" -msgid "Please follow the link below to reset your password:" -msgstr "Favor ida tuir link iha kraik nee hodi reset ita nian seña." +msgid "Portuguese" +msgstr "Portuguese" -msgid "Your username (in case you've forgotten):" -msgstr "Ita nia Uzuario (iha kazu ne'e, ita haluhan ona)" +msgid "Romanian" +msgstr "Romanian" -msgid "Password reset" -msgstr "Seña muda" +msgid "Russian" +msgstr "Russian" -msgid "Reset your password" -msgstr "Muda ita nia Seña " +msgid "Swedish" +msgstr "Sweden" + +msgid "Slovak" +msgstr "Slovak" + +msgid "Thai" +msgstr "Thai" + +msgid "Ukrainian" +msgstr "Ukrainian" + +msgid "Chinese (Simplified)" +msgstr "Chinese (Simplified)" + +msgid "Chinese (Traditional)" +msgstr "Chinese (Traditional)" msgid "Page" msgstr "Pajina" @@ -304,6 +319,51 @@ msgstr "Dokumentu lakon" msgid "Close" msgstr "Taka" +msgid "Edit '{title}'" +msgstr " Edit '{titulu}'" + +msgid "View child pages of '{title}'" +msgstr "Haree pajina oan sira husi '{title}'" + +msgid "Page explorer" +msgstr "Explora pajina" + +msgid "January" +msgstr "Janeiru" + +msgid "February" +msgstr "Fevereiru" + +msgid "March" +msgstr "Marsu" + +msgid "April" +msgstr "Abril" + +msgid "May" +msgstr "Maiu" + +msgid "June" +msgstr "Juniu" + +msgid "July" +msgstr "Juli" + +msgid "August" +msgstr "Augusto" + +msgid "September" +msgstr "Setembru" + +msgid "October" +msgstr "Outubru" + +msgid "November" +msgstr "Novembru" + +msgid "December" +msgstr "Dezembru" + msgid "Sunday" msgstr "Domingu" @@ -325,15 +385,126 @@ msgstr "Sesta" msgid "Saturday" msgstr "Sabadu" +msgid "Sun" +msgstr "Dom" + +msgid "Mon" +msgstr "Seg" + +msgid "Tue" +msgstr "Ter" + +msgid "Wed" +msgstr "Kua" + +msgid "Thu" +msgstr "Kin" + +msgid "Fri" +msgstr "Sex" + +msgid "Sat" +msgstr "Sab" + +msgid "Error 404: Page not found" +msgstr "Erru 404: Pajina la hetan" + +msgid "Error 404" +msgstr "Erru 404" + +msgid "The requested page could not be found." +msgstr "Deskulpa! Ita boot husu ba pajina, maibee ami la hetan." + +msgid "Go to Wagtail admin" +msgstr "Ba administrasaun Wagtail" + +msgid "Account" +msgstr "Konta" + +msgid "Change profile picture" +msgstr "Troka imajen perfil" + +msgid "Your current profile picture:" +msgstr "Ita boot nia imagen perfil:" + +msgid "Update" +msgstr "Troka" + +msgid "Change email" +msgstr "Troka email" + +msgid "Change name" +msgstr "Troka naran" + +msgid "Change password" +msgstr "Troka seña" + +msgid "" +"Your password can't be changed here. Please contact a site administrator." +msgstr "" +"Ita boot labele troka seña iha nee. Favor koalia malu situ administrador." + +msgid "Set Time Zone" +msgstr "Troka Zona Tempu" + +msgid "Language Preferences" +msgstr "Preferensia Lian" + +msgid "Notification preferences" +msgstr "Preferensia Notifikasaun" + +msgid "Reset password" +msgstr "Inisiu troka seña" + +msgid "Password change successful" +msgstr "Seña troka diak" + +msgid "Login" +msgstr "Tama" + +msgid "Set your new password" +msgstr "Hatama ita nia seña foun" + +msgid "Invalid password reset link" +msgstr "Link hafoun Seña la loos" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used." +msgstr "" +"Troka seña ligasaun ne'e la valido ona, mak ne'e ka tamba ida ne'e usa ona." + +msgid "Request a new password reset" +msgstr "Husu seña muda foun " + +msgid "Check your email" +msgstr "Revista ita-nia email" + +msgid "" +"A link to reset your password has been emailed to you if an account exists " +"for this address." +msgstr "" +"Link hodi reset ita nian seña email tiha ona ba ita, karik konta existe ho " +"enderessu nee." + +msgid "Please follow the link below to reset your password:" +msgstr "Favor ida tuir link iha kraik nee hodi reset ita nian seña." + +msgid "Your username (in case you've forgotten):" +msgstr "Ita nia Uzuario (iha kazu ne'e, ita haluhan ona)" + +msgid "Password reset" +msgstr "Seña muda" + +msgid "Reset your password" +msgstr "Muda ita nia Seña " + msgid "Dashboard" msgstr "Painel kontrolu" msgid "Menu" msgstr "Menu" -msgid "Add another" -msgstr "Aumenta seluk" - msgid "Move up" msgstr "Muda ba leten" @@ -352,6 +523,12 @@ msgstr "Ligasaun externa" msgid "Email link" msgstr "Ligasaun email" +msgid "Phone link" +msgstr "Ligasaun telefone" + +msgid "Anchor link" +msgstr "Ligasaun" + #, python-format msgid "" "\n" @@ -365,6 +542,12 @@ msgstr[0] "" "\n" "Iha resultado %(counter)s " +msgid "Add an anchor link" +msgstr "Aumenta ligasaun" + +msgid "Insert anchor" +msgstr "Hatama ligasaun" + msgid "Choose" msgstr "Hili" @@ -396,9 +579,15 @@ msgstr "Insere ligasaun" msgid "Add an external link" msgstr "Aumenta ligasaun externa ida" +msgid "Add a phone link" +msgstr "Aumenta ligasaun telefone" + msgid "Collection privacy" msgstr "Rekolla privasidade" +msgid "This collection has been made private by a parent collection." +msgstr "Koleksaun nee halo privadu ona husi koleksaun inan-aman" + msgid "You can edit the privacy settings on:" msgstr "Ita boot bele troka konfigurasaun privado iha:" @@ -414,9 +603,15 @@ msgstr "Rai" msgid "Privacy" msgstr "Privasidade" +msgid "Set collection privacy. Current status: Public" +msgstr "Troka koleksaun privadu. Status agora: Publiku" + msgid "Public" msgstr "Públiku" +msgid "Set collection privacy. Current status: Private" +msgstr "Troka koleksaun privadu. Status agora: Privadu" + msgid "Private" msgstr "Privadu" @@ -507,6 +702,22 @@ msgstr "Ativu" msgid "Site summary" msgstr "Sumariu Situs" +#, python-format +msgid "" +"\n" +" %(total)s Page created in %(site_name)s\n" +" " +msgid_plural "" +"\n" +" %(total)s Pages created in %(site_name)s\n" +" " +msgstr[0] "" +"\n" +"%(total)sPajina kria iha " +"%(site_name)slaran " + msgid "Sign in" msgstr "Tama" @@ -575,11 +786,29 @@ msgstr "Pajina privasidade mos aplika ba pajina nee nia oan sira." msgid "Edit lock" msgstr "Xavi" +msgid "Remove editor lock. Current status: Locked" +msgstr "Loke: Status agora xavi tiha ona" + +msgid "Apply editor lock. Current status: Unlocked" +msgstr "Xavi: Status agora loke tiha ona" + msgid "Locked" -msgstr "Xavi tiha" +msgstr "Xavi tiha ona" msgid "Unlocked" -msgstr "Loke" +msgstr "Loke tiha ona" + +msgid "Set page privacy. Current status: Public" +msgstr "Troka pajina privadu: Status agora publiku" + +msgid "Set page privacy. Current status: Private" +msgstr "Troka pajina privadu: Status agora privadu" + +msgid "Page privacy. Current status: Public" +msgstr "Pajina privadu: Status agora Publiku" + +msgid "Page privacy. Current status: Private" +msgstr "Pajina privadu: Status agora Publiku" msgid "Publishing…" msgstr "Publika hela..." @@ -587,8 +816,14 @@ msgstr "Publika hela..." msgid "Publish this revision" msgstr "Publika revizaun ida-ne'e" -msgid "Publish" -msgstr "Publika" +msgid "Saving…" +msgstr "Rai hela..." + +msgid "Replace current draft" +msgstr "Troka rakunnu ida neebe agora" + +msgid "Save draft" +msgstr "Salva hanesan esbosu" #, python-format msgid "Create a page in %(title)s" @@ -713,11 +948,8 @@ msgstr "Foun %(page_type)s" msgid "New" msgstr "Foun" -msgid "Saving…" -msgstr "Rai hela..." - -msgid "Save draft" -msgstr "Salva hanesan esbosu" +msgid "Actions" +msgstr "Asaun sira" msgid "This page has unsaved changes." msgstr "Pajina ne'e iha sasan troka la salva ona." @@ -730,12 +962,6 @@ msgstr "Hadia hela %(page_type)s:%(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "Hadia hela %(page_type)s%(title)s" -msgid "Page locked" -msgstr "Pajina xave ona" - -msgid "Replace current draft" -msgstr "Troka rakunnu ida neebe agora" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Modifika ikus %(last_mod)s" @@ -782,36 +1008,101 @@ msgstr "" "Se karik ita boot hakarak atu hatama pajina sira ba site ida nebee iha ona, " "kria sira hanesan oan sira maibe iha pagina uma." +msgid "" +"\n" +" Pages created here will not be accessible at any " +"URL. To add pages to an existing site, create them as children of the " +"homepage.\n" +" " +msgstr "" +"\n" +"Pajina sira kria iha nee labele asesu iha URL ruma. Atu aumenta pajina sira " +"ba situs ida, kria iha homepage nia laran" + +msgid "" +"\n" +" There is no site set up for this location. Pages " +"created here will not be accessible at any URL until a site is associated " +"with this location.\n" +" " +msgstr "" +"\n" +"Laiha situs ba fatin nee. Pajina sira kria iha nee labele asesu iha URL ruma " +"too halo ligasaun no situs ida." + +msgid "" +"\n" +" There is no site record for this location. Pages " +"created here will not be accessible at any URL.\n" +" " +msgstr "" +"\n" +"Fatin nee laiha situs. Pajina sira kria iha nee labele asesu iha URL ruma." + +msgid "No pages have been created at this location." +msgstr "Laiha pajina iha nee" + +#, python-format +msgid "Why not create one?" +msgstr "Hakarak kria pajina ida?" + +msgid "This page is locked to further editing" +msgstr "Pajina nee xavi, labele troka" + +#, python-format +msgid "Explore subpages of '%(title)s'" +msgstr "Esplora pajina iha '%(title)s' nia okos" + msgid "Explore" msgstr "Esplora" +#, python-format +msgid "Explore child pages of '%(title)s'" +msgstr "Esplora pajina iha '%(title)s' nia okos" + +#, python-format +msgid "Add a child page to '%(title)s'" +msgstr "Aumenta pajina iha '%(title)s' okos" + +msgid "Add child page" +msgstr "Aumenta pajina iha okos" + +msgid "Sites menu" +msgstr "Munu situs" + +msgid "Pagination" +msgstr "Pajinasaun" + +#, python-format +msgid "" +"\n" +" Page %(page_number)s of %(num_pages)s.\n" +" " +msgstr "" +"\n" +"Pajina %(page_number)s husi %(num_pages)s" + +msgid "Previous" +msgstr "Antes" + msgid "Next" msgstr "Tuir mai" +msgid "This page is protected from public view" +msgstr "Pajina nee la publiku" + +msgid "Disable ordering of child pages" +msgstr "Xavi orden pajina" + +msgid "Sort" +msgstr "Orden" + +msgid "Enable ordering of child pages" +msgstr "Loke pajina orden" + msgid "Test" msgstr "Test" -msgid "Arabic" -msgstr "Arabic" - -msgid "Catalan" -msgstr "Catalan" - -msgid "Greek" -msgstr " Gregu" - -msgid "English" -msgstr " Inglés" - -msgid "Spanish" -msgstr " Espanhól" - -msgid "Finnish" -msgstr " Remata" - -msgid "French" -msgstr "Fransa" - msgid "Latest" msgstr " Mak tardi liu" @@ -820,6 +1111,3 @@ msgstr " revizaun {0} hosi \"{1}\"" msgid "Revision {0} of \"{1}\" unscheduled." msgstr " Revizaun {0} hosi \"{1}\" oráriu laiha" - -msgid "Edit '{title}'" -msgstr " Edit '{titulu}'" diff --git a/wagtail/admin/locale/th/LC_MESSAGES/django.mo b/wagtail/admin/locale/th/LC_MESSAGES/django.mo index a8e00618c..8b97b9616 100644 Binary files a/wagtail/admin/locale/th/LC_MESSAGES/django.mo and b/wagtail/admin/locale/th/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/th/LC_MESSAGES/django.po b/wagtail/admin/locale/th/LC_MESSAGES/django.po index 221c077ef..b9975e1ea 100644 --- a/wagtail/admin/locale/th/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/th/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Thai (http://www.transifex.com/torchbox/wagtail/language/" "th/)\n" @@ -21,6 +21,9 @@ msgstr "" "Language: th\n" "Plural-Forms: nplurals=1; plural=0;\n" +msgid "Publish" +msgstr "การจัดพิมพ์" + msgid "Submit for moderation" msgstr "เสนอให้ตรวจ/ส่งให้ตรวจ" @@ -30,15 +33,21 @@ msgstr "ยกเลิกประกาศ" msgid "Delete" msgstr "ลบ" +msgid "Page locked" +msgstr "หน้านี้ถูกล็อกไว้" + msgid "Wagtail admin" msgstr "แอดมินแว็กเทล" -msgid "None" -msgstr "ไม่มี" +msgid "Sorry, you do not have permission to access this area." +msgstr "ขออภัย, คุณไม่สามารถเปิดหน้านี้ได้" msgid "You do not have permission to access the admin" msgstr "คุณไม่ได้รับอนุญาตให้เข้าถึงผู้ดูแลระบบ" +msgid "None" +msgstr "ไม่มี" + msgid "Scheduled publishing" msgstr "การจัดพิมพ์ตาราง" @@ -66,9 +75,6 @@ msgstr "ใส่%s" msgid "Enter your email address to reset your password" msgstr "กรอกอีเมลของคุณเพื่อรีเซ็ตรหัสผ่านของคุณ" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "คุณไม่สามารถมีใบอนุญาติที่จดทะเบียนซ้ำกันได้" @@ -146,6 +152,220 @@ msgstr "ต้องระบุข้อมูลในเนื้อหาน msgid "Please select at least one group." msgstr "โปรดเลือกอย่างน้อยหนึ่งกลุ่ม" +msgid "Arabic" +msgstr "ภาษาอาราบิก" + +msgid "Catalan" +msgstr "ภาษาคาทาลัน" + +msgid "German" +msgstr "ภาษาเยอรมัน" + +msgid "Greek" +msgstr "ภาษากรีซ" + +msgid "English" +msgstr "อังกฤษ" + +msgid "Spanish" +msgstr "ภาษาสเปน" + +msgid "Finnish" +msgstr "ภาษาฟินแลนด์" + +msgid "French" +msgstr "ภาษาฝรั่งเศส" + +msgid "Galician" +msgstr "ภาษากาลีเซีย" + +msgid "Indonesian" +msgstr "ภาษาอินโดนีเซีย" + +msgid "Icelandic" +msgstr "ภาษาไอร์แลนด์" + +msgid "Italian" +msgstr "ภาษาอิตาเลี่ยน" + +msgid "Korean" +msgstr "ภาษาเกาหลี" + +msgid "Lithuanian" +msgstr "ภาษาลิทูเอเนียน" + +msgid "Norwegian Bokmål" +msgstr "ภาษานอร์เวย์" + +msgid "Netherlands Dutch" +msgstr "ภาษาฮอลแลนด์" + +msgid "Persian" +msgstr "ภาษาเปอร์เซีย" + +msgid "Polish" +msgstr "ภาษาโปลแลนด์" + +msgid "Brazilian Portuguese" +msgstr "ภาษาโปรตุเกสที่ใช้ในประเทศบราซิล" + +msgid "Portuguese" +msgstr "ภาษาโปรตุกีส" + +msgid "Romanian" +msgstr "ภาษาโรมันเนีย" + +msgid "Russian" +msgstr "ภาษารัสเซีย" + +msgid "Swedish" +msgstr "ภาษาสวีเดน" + +msgid "Slovak" +msgstr "ภาษาสโลวาเกีย" + +msgid "Ukrainian" +msgstr "ภาษายูเครเนี่ยน" + +msgid "Page" +msgstr "หน้า" + +msgid "Pages" +msgstr "หลายหน้า" + +msgid "Loading…" +msgstr "กำลังโหลด" + +msgid "No results" +msgstr "ไม่พบ" + +msgid "Server Error" +msgstr "เซิฟเวอร์ขัดข้อง" + +msgid "See all" +msgstr "เปิดทั้งหมด" + +msgid "Close explorer" +msgstr "ปิดอินเตอร์เน็ตเอ็กซ์โปรเล่อร์" + +msgid "Alt text" +msgstr "ข้อความอย่างอื่น" + +msgid "Write here…" +msgstr "พิมพ์ข้อความตรงนี้" + +msgid "Horizontal line" +msgstr "บรรทัดแนวนอน" + +msgid "Line break" +msgstr "ตัวแบ่งบรรทัด" + +msgid "Undo" +msgstr "ถอยหลัง" + +msgid "Redo" +msgstr "ทำใหม่" + +msgid "Reload the page" +msgstr "โหลดหน้าที่ต้องการใหม่อีกครั้ง" + +msgid "Reload saved content" +msgstr "โหลดเนื้อหาที่คุณเซฟใหม่อีกครั้ง" + +msgid "Show latest content" +msgstr "แสดงเนื้อหาอันล่าสุด" + +msgid "Show error" +msgstr "แสดงข้อผิดพลาด" + +msgid "" +"The editor just crashed. Content has been reset to the last saved version." +msgstr "โปรแกรมที่แก้ไขมีปัญหา เนื้อหาเก่าได้ถูกเซฟไว้เรียบร้อยแล้ว" + +msgid "Close" +msgstr "ปิด" + +msgid "Edit '{title}'" +msgstr "แก้ไข'{title}'" + +msgid "January" +msgstr "มกราคม" + +msgid "February" +msgstr "กุมภาพันธ์" + +msgid "March" +msgstr "มีนาคม" + +msgid "April" +msgstr "เมษายน" + +msgid "May" +msgstr "พฤษภาคม" + +msgid "June" +msgstr "มิถุนายน" + +msgid "July" +msgstr "กรกฎาคม" + +msgid "August" +msgstr "สิงหาคม" + +msgid "September" +msgstr "กันยายน" + +msgid "October" +msgstr "ตุลาคม" + +msgid "November" +msgstr "พฤศจิกายน" + +msgid "December" +msgstr "ธันวาคม" + +msgid "Sunday" +msgstr "วันอาทิตย์" + +msgid "Monday" +msgstr "วันจันทร์" + +msgid "Tuesday" +msgstr "วันอังคาร" + +msgid "Wednesday" +msgstr "วันพุธ" + +msgid "Thursday" +msgstr "วันพฤหัสบดี" + +msgid "Friday" +msgstr "วันศุกร์" + +msgid "Saturday" +msgstr "วันเสาร์" + +msgid "Sun" +msgstr "วันอาทิตย์" + +msgid "Mon" +msgstr "วันจันทร์" + +msgid "Tue" +msgstr "วันอังคาร" + +msgid "Wed" +msgstr "วันพุธ" + +msgid "Thu" +msgstr "วันพฤหัสบดี" + +msgid "Fri" +msgstr "วันศุกร์" + +msgid "Sat" +msgstr "วันเสาร์" + msgid "Error 404: Page not found" msgstr "Error 404 : ไม่พบเนื้อหา" @@ -232,151 +452,12 @@ msgstr "ตั้งรหัสใหม่" msgid "Reset your password" msgstr "ตั้งรหัสใหม่" -msgid "Page" -msgstr "หน้า" - -msgid "Pages" -msgstr "หลายหน้า" - -msgid "Loading…" -msgstr "กำลังโหลด" - -msgid "No results" -msgstr "ไม่พบ" - -msgid "Server Error" -msgstr "เซิฟเวอร์ขัดข้อง" - -msgid "See all" -msgstr "เปิดทั้งหมด" - -msgid "Close explorer" -msgstr "ปิดอินเตอร์เน็ตเอ็กซ์โปรเล่อร์" - -msgid "Alt text" -msgstr "ข้อความอย่างอื่น" - -msgid "Write here…" -msgstr "พิมพ์ข้อความตรงนี้" - -msgid "Horizontal line" -msgstr "บรรทัดแนวนอน" - -msgid "Line break" -msgstr "ตัวแบ่งบรรทัด" - -msgid "Undo" -msgstr "ถอยหลัง" - -msgid "Redo" -msgstr "ทำใหม่" - -msgid "Reload the page" -msgstr "โหลดหน้าที่ต้องการใหม่อีกครั้ง" - -msgid "Reload saved content" -msgstr "โหลดเนื้อหาที่คุณเซฟใหม่อีกครั้ง" - -msgid "Show latest content" -msgstr "แสดงเนื้อหาอันล่าสุด" - -msgid "Show error" -msgstr "แสดงข้อผิดพลาด" - -msgid "" -"The editor just crashed. Content has been reset to the last saved version." -msgstr "โปรแกรมที่แก้ไขมีปัญหา เนื้อหาเก่าได้ถูกเซฟไว้เรียบร้อยแล้ว" - -msgid "Close" -msgstr "ปิด" - -msgid "January" -msgstr "มกราคม" - -msgid "February" -msgstr "กุมภาพันธ์" - -msgid "March" -msgstr "มีนาคม" - -msgid "April" -msgstr "เมษายน" - -msgid "May" -msgstr "พฤษภาคม" - -msgid "June" -msgstr "มิถุนายน" - -msgid "July" -msgstr "กรกฎาคม" - -msgid "August" -msgstr "สิงหาคม" - -msgid "September" -msgstr "กันยายน" - -msgid "October" -msgstr "ตุลาคม" - -msgid "November" -msgstr "พฤศจิกายน" - -msgid "December" -msgstr "ธันวาคม" - -msgid "Sunday" -msgstr "วันอาทิตย์" - -msgid "Monday" -msgstr "วันจันทร์" - -msgid "Tuesday" -msgstr "วันอังคาร" - -msgid "Wednesday" -msgstr "วันพุธ" - -msgid "Thursday" -msgstr "วันพฤหัสบดี" - -msgid "Friday" -msgstr "วันศุกร์" - -msgid "Saturday" -msgstr "วันเสาร์" - -msgid "Sun" -msgstr "วันอาทิตย์" - -msgid "Mon" -msgstr "วันจันทร์" - -msgid "Tue" -msgstr "วันอังคาร" - -msgid "Wed" -msgstr "วันพุธ" - -msgid "Thu" -msgstr "วันพฤหัสบดี" - -msgid "Fri" -msgstr "วันศุกร์" - -msgid "Sat" -msgstr "วันเสาร์" - msgid "Dashboard" msgstr "แผงควบคุม , หน้าจอที่ควบคุม" msgid "Menu" msgstr "เมนู" -msgid "Add another" -msgstr "ใส่ข้อมูลเพิ่มเติม" - msgid "Move up" msgstr "เลื่อนขึ้น" @@ -632,8 +713,14 @@ msgstr "กำลังพิมพ์" msgid "Publish this revision" msgstr "จัดพิมพ์การแก้ไขนี้" -msgid "Publish" -msgstr "การจัดพิมพ์" +msgid "Saving…" +msgstr "กำลังเซฟ, กำลังเก็บข้อมูล" + +msgid "Replace current draft" +msgstr "เปลี่ยนข้อความที่เก็บเอาไว้ทำใหม่อันล่าสุด" + +msgid "Save draft" +msgstr "เซฟข้อความที่เก็บเอาไว้ทำใหม่" #, python-format msgid "Create a page in %(title)s" @@ -762,12 +849,6 @@ msgstr "ใหม่%(page_type)s" msgid "New" msgstr "ใหม่,อันใหม่" -msgid "Saving…" -msgstr "กำลังเซฟ, กำลังเก็บข้อมูล" - -msgid "Save draft" -msgstr "เซฟข้อความที่เก็บเอาไว้ทำใหม่" - msgid "This page has unsaved changes." msgstr "หน้านี้มีการเปลี่ยนแปลงที่ยังไม่ได้เซฟเอาไว้" @@ -779,12 +860,6 @@ msgstr "กำลังแก้ไข %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "กำลังแก้ไข %(page_type)s %(title)s" -msgid "Page locked" -msgstr "หน้านี้ถูกล็อกไว้" - -msgid "Replace current draft" -msgstr "เปลี่ยนข้อความที่เก็บเอาไว้ทำใหม่อันล่าสุด" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "ปรับปรุงครั้งล่าสุด: %(last_mod)s" @@ -1140,84 +1215,6 @@ msgstr "โชว์ในอินเตอร์เน็ตเอ็กซ์ msgid "Test" msgstr "ทดสอบ" -msgid "Arabic" -msgstr "ภาษาอาราบิก" - -msgid "Catalan" -msgstr "ภาษาคาทาลัน" - -msgid "German" -msgstr "ภาษาเยอรมัน" - -msgid "Greek" -msgstr "ภาษากรีซ" - -msgid "English" -msgstr "อังกฤษ" - -msgid "Spanish" -msgstr "ภาษาสเปน" - -msgid "Finnish" -msgstr "ภาษาฟินแลนด์" - -msgid "French" -msgstr "ภาษาฝรั่งเศส" - -msgid "Galician" -msgstr "ภาษากาลีเซีย" - -msgid "Indonesian" -msgstr "ภาษาอินโดนีเซีย" - -msgid "Icelandic" -msgstr "ภาษาไอร์แลนด์" - -msgid "Italian" -msgstr "ภาษาอิตาเลี่ยน" - -msgid "Korean" -msgstr "ภาษาเกาหลี" - -msgid "Lithuanian" -msgstr "ภาษาลิทูเอเนียน" - -msgid "Norwegian Bokmål" -msgstr "ภาษานอร์เวย์" - -msgid "Netherlands Dutch" -msgstr "ภาษาฮอลแลนด์" - -msgid "Persian" -msgstr "ภาษาเปอร์เซีย" - -msgid "Polish" -msgstr "ภาษาโปลแลนด์" - -msgid "Brazilian Portuguese" -msgstr "ภาษาโปรตุเกสที่ใช้ในประเทศบราซิล" - -msgid "Portuguese" -msgstr "ภาษาโปรตุกีส" - -msgid "Romanian" -msgstr "ภาษาโรมันเนีย" - -msgid "Russian" -msgstr "ภาษารัสเซีย" - -msgid "Swedish" -msgstr "ภาษาสวีเดน" - -msgid "Slovak" -msgstr "ภาษาสโลวาเกีย" - -msgid "Ukrainian" -msgstr "ภาษายูเครเนี่ยน" - -msgid "Sorry, you do not have permission to access this area." -msgstr "ขออภัย, คุณไม่สามารถเปิดหน้านี้ได้" - msgid "Your password has been changed successfully!" msgstr "รหัสผ่านของคุณถูกเปลี่ยนสำเร็จแล้ว" @@ -1381,45 +1378,12 @@ msgstr "การแก้ไข{0}ของหน้า{1}" msgid "Revision {0} of \"{1}\" unscheduled." msgstr "การแก้ไข{0}ของ\"{1}\"ไม่ใช่ตาราง" -msgid "Edit '{title}'" -msgstr "แก้ไข'{title}'" - -msgid "Preview draft version of '{title}'" -msgstr "ภาพตัวอย่างข้อความที่เก็บเอาไว้ทำใหม่ในรุ่นของ'{title}'" - -msgid "View live version of '{title}'" -msgstr "ดูถ่ายทอดสดรุ่นของ'{title}'" - -msgid "Add a child page to '{title}' " -msgstr "เพิ่มเติมหน้าย่อยที่'{title}'" - msgid "More" msgstr "เพิ่ม" -msgid "View more options for '{title}'" -msgstr "ดูตัวเลือกเพิ่มเติมสำหรับ'{title}'" - -msgid "Move page '{title}'" -msgstr "เพิ่มหน้า'{title}'" - -msgid "Copy page '{title}'" -msgstr "ก๊อปปี้หน้า'{title}'" - -msgid "Delete page '{title}'" -msgstr "ลบทิ้งหน้า'{title}'" - -msgid "Unpublish page '{title}'" -msgstr "ไม่ตีพิมพ์หน้า'{title}'" - -msgid "View revision history for '{title}'" -msgstr "ดูประวัติการแก้ไขสำหรับ'{title}'" - msgid "Set profile picture" msgstr "ตั้งค่ารูปโปรไฟล์" -msgid "Change your profile picture" -msgstr "เปลี่ยนรูปโปรไฟล์" - msgid "Change the email address linked to your account." msgstr "เปลี่ยนลิงค์ที่อยู่อีเมลในบัญชีของคุณ" @@ -1441,9 +1405,6 @@ msgstr "โซนเวลาปัจจุบัน" msgid "Choose your current time zone." msgstr "เลือกโซนเวลาปัจจุบันของคุณ" -msgid "Heading {level}" -msgstr "หัวข้อ{level}" - msgid "Bulleted list" msgstr "รายการสัญลักษณ์" diff --git a/wagtail/admin/locale/tr/LC_MESSAGES/django.mo b/wagtail/admin/locale/tr/LC_MESSAGES/django.mo index 5580b1eeb..4fc8119cd 100644 Binary files a/wagtail/admin/locale/tr/LC_MESSAGES/django.mo and b/wagtail/admin/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/tr/LC_MESSAGES/django.po b/wagtail/admin/locale/tr/LC_MESSAGES/django.po index 249a8a5d5..3334474c9 100644 --- a/wagtail/admin/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/tr/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" "tr/)\n" @@ -21,6 +21,9 @@ msgstr "" "Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +msgid "Publish" +msgstr "Yayınla" + msgid "Submit for moderation" msgstr "Denetleme için gönder" @@ -33,12 +36,15 @@ msgstr "Sil" msgid "Wagtail admin" msgstr "Wagtail Yönetim" -msgid "None" -msgstr "Yok" +msgid "Sorry, you do not have permission to access this area." +msgstr "Üzgünüm, bu alana erişim yetkiniz yok" msgid "You do not have permission to access the admin" msgstr "Yönetici bölümüne erişmeye yetkiniz yok" +msgid "None" +msgstr "Yok" + msgid "Scheduled publishing" msgstr "Planlanmış yayın" @@ -64,9 +70,6 @@ msgstr "%s gir" msgid "Enter your email address to reset your password" msgstr "Şifreyi sıfırlamak için e posta adresini gir" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "Aynı kolleksiyona ait birden fazla yetkiye sahip olamazsınız" @@ -150,94 +153,6 @@ msgstr "Bu alan zorunludur." msgid "Please select at least one group." msgstr "Lütfen en az bir grup seçin." -msgid "Error 404: Page not found" -msgstr "Hata 404: Sayfa bulunamadı" - -msgid "Error 404" -msgstr "Hata 404" - -msgid "The requested page could not be found." -msgstr "İstenilen sayfa bulunamadı." - -msgid "Go to Wagtail admin" -msgstr "Wagtail yönetimine git" - -msgid "Account" -msgstr "Hesap" - -msgid "Change profile picture" -msgstr "Profil resmini değiştir" - -msgid "Your current profile picture:" -msgstr "Mevcut profil resminiz:" - -msgid "Update" -msgstr "Güncelle" - -msgid "Change email" -msgstr "E-posta değiştir" - -msgid "Change password" -msgstr "Şifre değiştir" - -msgid "" -"Your password can't be changed here. Please contact a site administrator." -msgstr "Şifreniz değiştirilemiyor. Yönetici ile irtibata geçin." - -msgid "Set Time Zone" -msgstr "Saat Dilimini Ayarla" - -msgid "Language Preferences" -msgstr "Dil Tercihleri" - -msgid "Notification preferences" -msgstr "Bildirim tercihleri" - -msgid "Reset password" -msgstr "Şifreyi sıfırla" - -msgid "Password change successful" -msgstr "Şifre değiştirme başarılı" - -msgid "Login" -msgstr "Giriş" - -msgid "Set your new password" -msgstr "Yeni şifre ayarla" - -msgid "Invalid password reset link" -msgstr "Geçersiz şifre sıfırlama bağlantısı" - -msgid "" -"The password reset link was invalid, possibly because it has already been " -"used." -msgstr "Parola sıfırlama bağlantısı geçersiz, muhtemelen daha önce kullanıldı." - -msgid "Request a new password reset" -msgstr "Parolayı yenile" - -msgid "Check your email" -msgstr "E postanızı kontrol edin" - -msgid "" -"A link to reset your password has been emailed to you if an account exists " -"for this address." -msgstr "" -"Bu adres için bir hesap mevcutsa, şifrenizi sıfırlamak için bir e-posta " -"gönderildi." - -msgid "Please follow the link below to reset your password:" -msgstr "Şifrenizi resetlemek için aşağıdaki bağlantıyı takip edin" - -msgid "Your username (in case you've forgotten):" -msgstr "Kullanıcı adın(Unutmanız durumunda)" - -msgid "Password reset" -msgstr "Şifre sıfırla" - -msgid "Reset your password" -msgstr "Şifreni sıfırla" - msgid "Page" msgstr "Sayfa" @@ -356,15 +271,100 @@ msgstr "Cum" msgid "Sat" msgstr "Cts" +msgid "Error 404: Page not found" +msgstr "Hata 404: Sayfa bulunamadı" + +msgid "Error 404" +msgstr "Hata 404" + +msgid "The requested page could not be found." +msgstr "İstenilen sayfa bulunamadı." + +msgid "Go to Wagtail admin" +msgstr "Wagtail yönetimine git" + +msgid "Account" +msgstr "Hesap" + +msgid "Change profile picture" +msgstr "Profil resmini değiştir" + +msgid "Your current profile picture:" +msgstr "Mevcut profil resminiz:" + +msgid "Update" +msgstr "Güncelle" + +msgid "Change email" +msgstr "E-posta değiştir" + +msgid "Change password" +msgstr "Şifre değiştir" + +msgid "" +"Your password can't be changed here. Please contact a site administrator." +msgstr "Şifreniz değiştirilemiyor. Yönetici ile irtibata geçin." + +msgid "Set Time Zone" +msgstr "Saat Dilimini Ayarla" + +msgid "Language Preferences" +msgstr "Dil Tercihleri" + +msgid "Notification preferences" +msgstr "Bildirim tercihleri" + +msgid "Reset password" +msgstr "Şifreyi sıfırla" + +msgid "Password change successful" +msgstr "Şifre değiştirme başarılı" + +msgid "Login" +msgstr "Giriş" + +msgid "Set your new password" +msgstr "Yeni şifre ayarla" + +msgid "Invalid password reset link" +msgstr "Geçersiz şifre sıfırlama bağlantısı" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used." +msgstr "Parola sıfırlama bağlantısı geçersiz, muhtemelen daha önce kullanıldı." + +msgid "Request a new password reset" +msgstr "Parolayı yenile" + +msgid "Check your email" +msgstr "E postanızı kontrol edin" + +msgid "" +"A link to reset your password has been emailed to you if an account exists " +"for this address." +msgstr "" +"Bu adres için bir hesap mevcutsa, şifrenizi sıfırlamak için bir e-posta " +"gönderildi." + +msgid "Please follow the link below to reset your password:" +msgstr "Şifrenizi resetlemek için aşağıdaki bağlantıyı takip edin" + +msgid "Your username (in case you've forgotten):" +msgstr "Kullanıcı adın(Unutmanız durumunda)" + +msgid "Password reset" +msgstr "Şifre sıfırla" + +msgid "Reset your password" +msgstr "Şifreni sıfırla" + msgid "Dashboard" msgstr "Kontrol paneli" msgid "Menu" msgstr "Menü" -msgid "Add another" -msgstr "Başka ekle" - msgid "Move up" msgstr "Yukarı taşı" @@ -630,9 +630,6 @@ msgstr "Yayınlanıyor..." msgid "Publish this revision" msgstr "Bu düzeltmeyi yayınla" -msgid "Publish" -msgstr "Yayınla" - #, python-format msgid "Create a page in %(title)s" msgstr "%(title)s sayfası oluşturuldu" @@ -690,9 +687,6 @@ msgstr "Alt sayfa ekle" msgid "Test" msgstr "Test" -msgid "Sorry, you do not have permission to access this area." -msgstr "Üzgünüm, bu alana erişim yetkiniz yok" - msgid "Your password has been changed successfully!" msgstr "Şifreniz başarıyla değiştirildi!" diff --git a/wagtail/admin/locale/uk/LC_MESSAGES/django.mo b/wagtail/admin/locale/uk/LC_MESSAGES/django.mo index cc1ad9b82..ad31e3bfa 100644 Binary files a/wagtail/admin/locale/uk/LC_MESSAGES/django.mo and b/wagtail/admin/locale/uk/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/uk/LC_MESSAGES/django.po b/wagtail/admin/locale/uk/LC_MESSAGES/django.po index 6af40483a..337dc1bf2 100644 --- a/wagtail/admin/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/uk/LC_MESSAGES/django.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Ukrainian (http://www.transifex.com/torchbox/wagtail/language/" "uk/)\n" @@ -25,6 +25,9 @@ msgstr "" "100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || " "(n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" +msgid "Publish" +msgstr "Опублікувати" + msgid "Submit for moderation" msgstr "Надіслати на модерацію" @@ -34,15 +37,21 @@ msgstr "Зняти з публікації" msgid "Delete" msgstr "Видалити" +msgid "Page locked" +msgstr "Сторінку заблоковано" + msgid "Wagtail admin" msgstr "Адміністрування Wagtail " -msgid "None" -msgstr "Нічого" +msgid "Sorry, you do not have permission to access this area." +msgstr "Вибачте, ви не маєте дозволів для доступу у цей розділ." msgid "You do not have permission to access the admin" msgstr "У Вас не вистачає прав для доступу до адмінпанелі" +msgid "None" +msgstr "Нічого" + msgid "Scheduled publishing" msgstr "Запланована публікація" @@ -68,9 +77,6 @@ msgstr "Введіть ваш %s" msgid "Enter your email address to reset your password" msgstr "Введіть вашу е-мейл адресу для скидання паролю" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "" "Ви не можете мати декілька записів дозволів для однієї і тієї ж колекції." @@ -165,6 +171,194 @@ msgstr "Це поле необхідно заповнити" msgid "Please select at least one group." msgstr "Будь ласка, виберіть як мінімум одну групу" +msgid "Catalan" +msgstr "Каталонська" + +msgid "German" +msgstr "Німецька" + +msgid "Greek" +msgstr "Грецька" + +msgid "English" +msgstr "Англійська" + +msgid "Spanish" +msgstr "Іспанська" + +msgid "Finnish" +msgstr "Фінська" + +msgid "French" +msgstr "Французька" + +msgid "Galician" +msgstr "Галісійська " + +msgid "Icelandic" +msgstr "Ісландська" + +msgid "Italian" +msgstr "Італійська" + +msgid "Korean" +msgstr "Корейська" + +msgid "Lithuanian" +msgstr "Литовська" + +msgid "Norwegian Bokmål" +msgstr "Норвезький букмол" + +msgid "Netherlands Dutch" +msgstr "Нідерландська мова" + +msgid "Persian" +msgstr "Перська" + +msgid "Polish" +msgstr "Польська" + +msgid "Brazilian Portuguese" +msgstr "Бразильська португальська" + +msgid "Portuguese" +msgstr "Португальска" + +msgid "Romanian" +msgstr "Румунська" + +msgid "Russian" +msgstr "Російська" + +msgid "Swedish" +msgstr "Шведська" + +msgid "Slovak" +msgstr "Словацька" + +msgid "Ukrainian" +msgstr "Українська" + +msgid "Page" +msgstr "Сторінка" + +msgid "Pages" +msgstr "Сторінки" + +msgid "Loading…" +msgstr "Завантаження..." + +msgid "No results" +msgstr "Результати відсутні" + +msgid "Server Error" +msgstr "Помилка Сервера" + +msgid "See all" +msgstr "Показати все" + +msgid "Close explorer" +msgstr "Закрити переглядач" + +msgid "Alt text" +msgstr "Змінити текст" + +msgid "Write here…" +msgstr "Пишіть тут..." + +msgid "Horizontal line" +msgstr "Горизонтальна лінія" + +msgid "Line break" +msgstr "Рядковий розрив" + +msgid "Undo" +msgstr "Відмінити" + +msgid "Redo" +msgstr "Повторити" + +msgid "Reload the page" +msgstr "Перезавантажити цю сторінку" + +msgid "Reload saved content" +msgstr "Перезавантажити збережений контент" + +msgid "Show latest content" +msgstr "Показати останній вміст" + +msgid "Show error" +msgstr "Показати помилку" + +msgid "" +"The editor just crashed. Content has been reset to the last saved version." +msgstr "" +"Редактор щойно впав. Вміст був скинутий до останньої збереженої версії." + +msgid "Close" +msgstr "Закрити" + +msgid "Edit '{title}'" +msgstr "Редагувати '{title}'" + +msgid "January" +msgstr "Січень" + +msgid "February" +msgstr "Лютий" + +msgid "March" +msgstr "Березень" + +msgid "April" +msgstr "Квітень" + +msgid "May" +msgstr "Травень" + +msgid "June" +msgstr "Червень" + +msgid "July" +msgstr "Липень" + +msgid "August" +msgstr "Серпень" + +msgid "September" +msgstr "Вересень" + +msgid "October" +msgstr "Жовтень" + +msgid "November" +msgstr "Листопад" + +msgid "December" +msgstr "Грудень" + +msgid "Sun" +msgstr "Неділя" + +msgid "Mon" +msgstr "Понеділок" + +msgid "Tue" +msgstr "Вівторок" + +msgid "Wed" +msgstr "Середа" + +msgid "Thu" +msgstr "Четвер" + +msgid "Fri" +msgstr "П'ятниця" + +msgid "Sat" +msgstr "Субота" + msgid "Error 404: Page not found" msgstr "Помилка 404: сторінку не знайдено" @@ -256,131 +450,12 @@ msgstr "Скидання паролю" msgid "Reset your password" msgstr "Скинути Ваш пароль" -msgid "Page" -msgstr "Сторінка" - -msgid "Pages" -msgstr "Сторінки" - -msgid "Loading…" -msgstr "Завантаження..." - -msgid "No results" -msgstr "Результати відсутні" - -msgid "Server Error" -msgstr "Помилка Сервера" - -msgid "See all" -msgstr "Показати все" - -msgid "Close explorer" -msgstr "Закрити переглядач" - -msgid "Alt text" -msgstr "Змінити текст" - -msgid "Write here…" -msgstr "Пишіть тут..." - -msgid "Horizontal line" -msgstr "Горизонтальна лінія" - -msgid "Line break" -msgstr "Рядковий розрив" - -msgid "Undo" -msgstr "Відмінити" - -msgid "Redo" -msgstr "Повторити" - -msgid "Reload the page" -msgstr "Перезавантажити цю сторінку" - -msgid "Reload saved content" -msgstr "Перезавантажити збережений контент" - -msgid "Show latest content" -msgstr "Показати останній вміст" - -msgid "Show error" -msgstr "Показати помилку" - -msgid "" -"The editor just crashed. Content has been reset to the last saved version." -msgstr "" -"Редактор щойно впав. Вміст був скинутий до останньої збереженої версії." - -msgid "Close" -msgstr "Закрити" - -msgid "January" -msgstr "Січень" - -msgid "February" -msgstr "Лютий" - -msgid "March" -msgstr "Березень" - -msgid "April" -msgstr "Квітень" - -msgid "May" -msgstr "Травень" - -msgid "June" -msgstr "Червень" - -msgid "July" -msgstr "Липень" - -msgid "August" -msgstr "Серпень" - -msgid "September" -msgstr "Вересень" - -msgid "October" -msgstr "Жовтень" - -msgid "November" -msgstr "Листопад" - -msgid "December" -msgstr "Грудень" - -msgid "Sun" -msgstr "Неділя" - -msgid "Mon" -msgstr "Понеділок" - -msgid "Tue" -msgstr "Вівторок" - -msgid "Wed" -msgstr "Середа" - -msgid "Thu" -msgstr "Четвер" - -msgid "Fri" -msgstr "П'ятниця" - -msgid "Sat" -msgstr "Субота" - msgid "Dashboard" msgstr "Панель" msgid "Menu" msgstr "Меню" -msgid "Add another" -msgstr "Додати іншого" - msgid "Move up" msgstr "Пересунути вгору" @@ -646,8 +721,14 @@ msgstr "Опубліковується..." msgid "Publish this revision" msgstr "Опублікувати цю ревізію" -msgid "Publish" -msgstr "Опублікувати" +msgid "Saving…" +msgstr "Йде збереження..." + +msgid "Replace current draft" +msgstr "Замінити поточну чернетку" + +msgid "Save draft" +msgstr "Зберегти чернетку" #, python-format msgid "Create a page in %(title)s" @@ -806,12 +887,6 @@ msgstr "Створити %(page_type)s" msgid "New" msgstr "Створити" -msgid "Saving…" -msgstr "Йде збереження..." - -msgid "Save draft" -msgstr "Зберегти чернетку" - msgid "This page has unsaved changes." msgstr "Ця сторінка має незбережені зміни" @@ -823,12 +898,6 @@ msgstr "Редагування %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "Редагування %(page_type)s %(title)s" -msgid "Page locked" -msgstr "Сторінку заблоковано" - -msgid "Replace current draft" -msgstr "Замінити поточну чернетку" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "Востаннє змінювалось: %(last_mod)s" @@ -1220,78 +1289,6 @@ msgstr "Показати у переглядачі" msgid "Test" msgstr "Тест" -msgid "Catalan" -msgstr "Каталонська" - -msgid "German" -msgstr "Німецька" - -msgid "Greek" -msgstr "Грецька" - -msgid "English" -msgstr "Англійська" - -msgid "Spanish" -msgstr "Іспанська" - -msgid "Finnish" -msgstr "Фінська" - -msgid "French" -msgstr "Французька" - -msgid "Galician" -msgstr "Галісійська " - -msgid "Icelandic" -msgstr "Ісландська" - -msgid "Italian" -msgstr "Італійська" - -msgid "Korean" -msgstr "Корейська" - -msgid "Lithuanian" -msgstr "Литовська" - -msgid "Norwegian Bokmål" -msgstr "Норвезький букмол" - -msgid "Netherlands Dutch" -msgstr "Нідерландська мова" - -msgid "Persian" -msgstr "Перська" - -msgid "Polish" -msgstr "Польська" - -msgid "Brazilian Portuguese" -msgstr "Бразильська португальська" - -msgid "Portuguese" -msgstr "Португальска" - -msgid "Romanian" -msgstr "Румунська" - -msgid "Russian" -msgstr "Російська" - -msgid "Swedish" -msgstr "Шведська" - -msgid "Slovak" -msgstr "Словацька" - -msgid "Ukrainian" -msgstr "Українська" - -msgid "Sorry, you do not have permission to access this area." -msgstr "Вибачте, ви не маєте дозволів для доступу у цей розділ." - msgid "Your password has been changed successfully!" msgstr "Ваш пароль успішно змінено!" @@ -1454,45 +1451,12 @@ msgstr "ревізія {0} для \"{1}\"" msgid "Revision {0} of \"{1}\" unscheduled." msgstr "Ревізія {0} для \"{1}\" знято з плану." -msgid "Edit '{title}'" -msgstr "Редагувати '{title}'" - -msgid "Preview draft version of '{title}'" -msgstr "Попередньо переглянути чернетку для '{title}'" - -msgid "View live version of '{title}'" -msgstr "Переглянути живу версію для '{title}'" - -msgid "Add a child page to '{title}' " -msgstr "Додати дочірню сторінку для '{title}' " - msgid "More" msgstr "Більше" -msgid "View more options for '{title}'" -msgstr "Показати більше опцій для '{title}'" - -msgid "Move page '{title}'" -msgstr "Перемістити сторінку '{title}'" - -msgid "Copy page '{title}'" -msgstr "Копіювати сторінку '{title}'" - -msgid "Delete page '{title}'" -msgstr "Видалити сторінку '{title}'" - -msgid "Unpublish page '{title}'" -msgstr "Зняти з публікації сторінку '{title}'" - -msgid "View revision history for '{title}'" -msgstr "Переглянути історію ревізій для '{title}'" - msgid "Set profile picture" msgstr "Задати зображення профілю" -msgid "Change your profile picture" -msgstr "Змінити зображення профілю" - msgid "Change the email address linked to your account." msgstr "Змінити email адресу вашого аккаунту. " @@ -1514,9 +1478,6 @@ msgstr "Поточний часовий пояс" msgid "Choose your current time zone." msgstr "Оберіть поточний часовий пояс" -msgid "Heading {level}" -msgstr "Заголовок {level}" - msgid "Bulleted list" msgstr "Маркований список" diff --git a/wagtail/admin/locale/zh/LC_MESSAGES/django.mo b/wagtail/admin/locale/zh/LC_MESSAGES/django.mo index dae95a3d0..12d885579 100644 Binary files a/wagtail/admin/locale/zh/LC_MESSAGES/django.mo and b/wagtail/admin/locale/zh/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/zh/LC_MESSAGES/django.po b/wagtail/admin/locale/zh/LC_MESSAGES/django.po index 52938bd2f..cf423dfa8 100644 --- a/wagtail/admin/locale/zh/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/zh/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Chinese (http://www.transifex.com/torchbox/wagtail/language/" "zh/)\n" @@ -21,6 +21,9 @@ msgstr "" "Language: zh\n" "Plural-Forms: nplurals=1; plural=0;\n" +msgid "Publish" +msgstr "发布" + msgid "Submit for moderation" msgstr "提交审核" @@ -57,43 +60,6 @@ msgstr "搜索" msgid "Search term" msgstr "搜索词" -msgid "Account" -msgstr "账号" - -msgid "Update" -msgstr "更新" - -msgid "Change password" -msgstr "修改密码" - -msgid "" -"Your password can't be changed here. Please contact a site administrator." -msgstr "您的密码不能在此更改。请联系网站管理员。" - -msgid "Notification preferences" -msgstr "通知偏好" - -msgid "Reset password" -msgstr "重置密码" - -msgid "Password change successful" -msgstr "密码修改成功" - -msgid "Login" -msgstr "登录" - -msgid "Set your new password" -msgstr "设置你的新密码" - -msgid "Check your email" -msgstr "检查您的电子邮件" - -msgid "Password reset" -msgstr "密码已重置" - -msgid "Reset your password" -msgstr "重置您的密码" - msgid "January" msgstr "一月" @@ -151,6 +117,43 @@ msgstr "星期五" msgid "Sat" msgstr "星期六" +msgid "Account" +msgstr "账号" + +msgid "Update" +msgstr "更新" + +msgid "Change password" +msgstr "修改密码" + +msgid "" +"Your password can't be changed here. Please contact a site administrator." +msgstr "您的密码不能在此更改。请联系网站管理员。" + +msgid "Notification preferences" +msgstr "通知偏好" + +msgid "Reset password" +msgstr "重置密码" + +msgid "Password change successful" +msgstr "密码修改成功" + +msgid "Login" +msgstr "登录" + +msgid "Set your new password" +msgstr "设置你的新密码" + +msgid "Check your email" +msgstr "检查您的电子邮件" + +msgid "Password reset" +msgstr "密码已重置" + +msgid "Reset your password" +msgstr "重置您的密码" + msgid "Dashboard" msgstr "仪表板" @@ -298,8 +301,8 @@ msgstr "这个页面 \"%(page)s\" 已经提交审核" msgid "Page privacy" msgstr "页面隐私" -msgid "Publish" -msgstr "发布" +msgid "Save draft" +msgstr "保存草稿" #, python-format msgid "Create a page in %(title)s" @@ -365,9 +368,6 @@ msgstr "新%(page_type)s类" msgid "New" msgstr "新" -msgid "Save draft" -msgstr "保存草稿" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "上一次编辑:%(last_mod)s" diff --git a/wagtail/admin/locale/zh_Hans/LC_MESSAGES/django.mo b/wagtail/admin/locale/zh_Hans/LC_MESSAGES/django.mo index 55d41ab85..19e59cb9c 100644 Binary files a/wagtail/admin/locale/zh_Hans/LC_MESSAGES/django.mo and b/wagtail/admin/locale/zh_Hans/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/zh_Hans/LC_MESSAGES/django.po b/wagtail/admin/locale/zh_Hans/LC_MESSAGES/django.po index 3edc46632..4c9db55dd 100644 --- a/wagtail/admin/locale/zh_Hans/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/zh_Hans/LC_MESSAGES/django.po @@ -7,6 +7,7 @@ # Daniel Hwang , 2015 # Ed <724195301@qq.com>, 2018 # Ed <724195301@qq.com>, 2018 +# First Last , 2019 # Fred Zeng <979738295@qq.com>, 2016 # hanfeng , 2014 # Aosp T, 2016 @@ -19,9 +20,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-11-01 03:23+0000\n" +"Last-Translator: First Last \n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/" "language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -30,6 +31,9 @@ msgstr "" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" +msgid "Publish" +msgstr "发布" + msgid "Submit for moderation" msgstr "提交审核" @@ -39,15 +43,24 @@ msgstr "取消发布" msgid "Delete" msgstr "删除" +msgid "Save Draft" +msgstr "保存草稿" + +msgid "Page locked" +msgstr "页面已锁定" + msgid "Wagtail admin" msgstr "Wagtail 管理" -msgid "None" -msgstr "无" +msgid "Sorry, you do not have permission to access this area." +msgstr "对不起, 你没有权限访问。" msgid "You do not have permission to access the admin" msgstr "你没有访问后台管理的权限" +msgid "None" +msgstr "无" + msgid "Scheduled publishing" msgstr "定时发布" @@ -73,9 +86,6 @@ msgstr "输入你的 %s" msgid "Enter your email address to reset your password" msgstr "输入邮件地址以重置密码" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "对于同一个集合你不能设置多重权限" @@ -153,91 +163,101 @@ msgstr "必需字段" msgid "Please select at least one group." msgstr "请至少选择一个组。" -msgid "Error 404: Page not found" -msgstr "404错误:没有找到页面" +msgid "Arabic" +msgstr "阿拉伯语" -msgid "Error 404" -msgstr "404错误" +msgid "Catalan" +msgstr "加泰罗尼亚语" -msgid "The requested page could not be found." -msgstr "找不到请求的页面。" +msgid "Czech" +msgstr "捷克语" -msgid "Go to Wagtail admin" -msgstr "转到管理界面" +msgid "German" +msgstr "德语" -msgid "Account" -msgstr "帐号" +msgid "Greek" +msgstr "希腊语" -msgid "Change profile picture" -msgstr "更改配置图片" +msgid "English" +msgstr "英语" -msgid "Your current profile picture:" -msgstr "你现在的头像" +msgid "Spanish" +msgstr "西班牙语" -msgid "Update" -msgstr "更新" +msgid "Finnish" +msgstr "芬兰语" -msgid "Change email" -msgstr "更改邮箱" +msgid "French" +msgstr "法语" -msgid "Change password" -msgstr "修改密码" +msgid "Galician" +msgstr "加利西亚语" -msgid "" -"Your password can't be changed here. Please contact a site administrator." -msgstr "您不能修改密码,请联系管理员。" +msgid "Hungarian" +msgstr "匈牙利语" -msgid "Set Time Zone" -msgstr "设置时区" +msgid "Indonesian" +msgstr "印度尼西亚" -msgid "Language Preferences" -msgstr "语言首选项" +msgid "Icelandic" +msgstr "冰岛语" -msgid "Notification preferences" -msgstr "提醒设置" +msgid "Italian" +msgstr "意大利语" -msgid "Reset password" -msgstr "重置密码" +msgid "Japanese" +msgstr "日语" -msgid "Password change successful" -msgstr "密码修改成功。" +msgid "Korean" +msgstr "韩国语" -msgid "Login" -msgstr "登录" +msgid "Lithuanian" +msgstr "立陶宛语" -msgid "Set your new password" -msgstr "设置新密码" +msgid "Mongolian" +msgstr "蒙古语" -msgid "Invalid password reset link" -msgstr "忘记密码" +msgid "Norwegian Bokmål" +msgstr "挪威博克马尔语" -msgid "" -"The password reset link was invalid, possibly because it has already been " -"used." -msgstr "密码重置链接已被使用。" +msgid "Netherlands Dutch" +msgstr "荷兰语" -msgid "Request a new password reset" -msgstr "请求重新设置密码" +msgid "Persian" +msgstr "波斯语" -msgid "Check your email" -msgstr "检查您的邮件" +msgid "Polish" +msgstr "波兰语" -msgid "" -"A link to reset your password has been emailed to you if an account exists " -"for this address." -msgstr "一个密码重置链接将被发送到该地址。" +msgid "Brazilian Portuguese" +msgstr "巴西葡萄牙语" -msgid "Please follow the link below to reset your password:" -msgstr "请点击下面的链接来重置密码" +msgid "Portuguese" +msgstr "葡萄牙语" -msgid "Your username (in case you've forgotten):" -msgstr "以防遗忘,请填写你的用户名:" +msgid "Romanian" +msgstr "罗马尼亚语" -msgid "Password reset" -msgstr "密码已重置。" +msgid "Russian" +msgstr "俄语" -msgid "Reset your password" -msgstr "重设密码" +msgid "Swedish" +msgstr "瑞典语" + +msgid "Slovak" +msgstr "斯洛伐克语" + +msgid "Thai" +msgstr "泰语" + +msgid "Ukrainian" +msgstr "乌克兰语" + +msgid "Chinese (Simplified)" +msgstr "中文(简体)" + +msgid "Chinese (Traditional)" +msgstr "中文(繁体)" msgid "Page" msgstr "页面" @@ -294,9 +314,24 @@ msgid "" "The editor just crashed. Content has been reset to the last saved version." msgstr "编辑器崩溃了😭,内容被重新设置为最后保存的版本。" +msgid "Broken link" +msgstr "无效链接" + +msgid "Missing document" +msgstr "缺失文档" + msgid "Close" msgstr "关闭" +msgid "Edit '{title}'" +msgstr "编辑 '{title}'" + +msgid "View child pages of '{title}'" +msgstr "查看 '{title}' 的子页面" + +msgid "Page explorer" +msgstr "页面管理" + msgid "January" msgstr "一月" @@ -375,15 +410,101 @@ msgstr "周五" msgid "Sat" msgstr "周六" +msgid "Error 404: Page not found" +msgstr "404错误:没有找到页面" + +msgid "Error 404" +msgstr "404错误" + +msgid "The requested page could not be found." +msgstr "找不到请求的页面。" + +msgid "Go to Wagtail admin" +msgstr "转到管理界面" + +msgid "Account" +msgstr "帐号" + +msgid "Change profile picture" +msgstr "更改配置图片" + +msgid "Your current profile picture:" +msgstr "你现在的头像" + +msgid "Update" +msgstr "更新" + +msgid "Change email" +msgstr "更改邮箱" + +msgid "Change name" +msgstr "修改名字" + +msgid "Change password" +msgstr "修改密码" + +msgid "" +"Your password can't be changed here. Please contact a site administrator." +msgstr "您不能修改密码,请联系管理员。" + +msgid "Set Time Zone" +msgstr "设置时区" + +msgid "Language Preferences" +msgstr "语言首选项" + +msgid "Notification preferences" +msgstr "提醒设置" + +msgid "Reset password" +msgstr "重置密码" + +msgid "Password change successful" +msgstr "密码修改成功。" + +msgid "Login" +msgstr "登录" + +msgid "Set your new password" +msgstr "设置新密码" + +msgid "Invalid password reset link" +msgstr "忘记密码" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used." +msgstr "密码重置链接已被使用。" + +msgid "Request a new password reset" +msgstr "请求重新设置密码" + +msgid "Check your email" +msgstr "检查您的邮件" + +msgid "" +"A link to reset your password has been emailed to you if an account exists " +"for this address." +msgstr "一个密码重置链接将被发送到该地址。" + +msgid "Please follow the link below to reset your password:" +msgstr "请点击下面的链接来重置密码" + +msgid "Your username (in case you've forgotten):" +msgstr "以防遗忘,请填写你的用户名:" + +msgid "Password reset" +msgstr "密码已重置。" + +msgid "Reset your password" +msgstr "重设密码" + msgid "Dashboard" msgstr "控制面板" msgid "Menu" msgstr "菜单" -msgid "Add another" -msgstr "添加另外一个" - msgid "Move up" msgstr "上移" @@ -402,6 +523,12 @@ msgstr "外部链接" msgid "Email link" msgstr "电子邮件链接" +msgid "Phone link" +msgstr "电话链接" + +msgid "Anchor link" +msgstr "锚链" + #, python-format msgid "" "\n" @@ -416,6 +543,12 @@ msgstr[0] "" " 有%(counter)s条匹配结果\n" " " +msgid "Add an anchor link" +msgstr "添加一个锚链" + +msgid "Insert anchor" +msgstr "插入锚链" + msgid "Choose" msgstr "选择" @@ -446,6 +579,9 @@ msgstr "插入链接" msgid "Add an external link" msgstr "添加一个外部链接" +msgid "Add a phone link" +msgstr "添加一个电话链接" + msgid "Collection privacy" msgstr "集合私有设置" @@ -465,9 +601,15 @@ msgstr "保存" msgid "Privacy" msgstr "私有设置" +msgid "Set collection privacy. Current status: Public" +msgstr "设置选集的隐私状态。当前状态:公开" + msgid "Public" msgstr "公开" +msgid "Set collection privacy. Current status: Private" +msgstr "设置选集的隐私状态。当前状态:私密" + msgid "Private" msgstr "私有" @@ -556,6 +698,22 @@ msgstr "发布" msgid "Site summary" msgstr "网站摘要" +#, python-format +msgid "" +"\n" +" %(total)s Page created in %(site_name)s\n" +" " +msgid_plural "" +"\n" +" %(total)s Pages created in %(site_name)s\n" +" " +msgstr[0] "" +"\n" +"在%(site_name)s中共创建了" +"%(total)s个页面" + msgid "Sign in" msgstr "登录" @@ -624,20 +782,44 @@ msgstr "私有设置也会应用到此页面的所有子页面。" msgid "Edit lock" msgstr "编辑锁定" +msgid "Remove editor lock. Current status: Locked" +msgstr "移除编辑锁。当前状态:锁定" + +msgid "Apply editor lock. Current status: Unlocked" +msgstr "应用编辑锁。当前状态:未锁定" + msgid "Locked" msgstr "已锁定" msgid "Unlocked" msgstr "已解锁" +msgid "Set page privacy. Current status: Public" +msgstr "设置页面的隐私状态。当前状态:公开" + +msgid "Set page privacy. Current status: Private" +msgstr "设置页面的隐私状态。当前状态:私密" + +msgid "Page privacy. Current status: Public" +msgstr "页面的隐私状态。当前状态:公开" + +msgid "Page privacy. Current status: Private" +msgstr "页面的隐私状态。当前状态:私密" + msgid "Publishing…" msgstr "正在发布..." msgid "Publish this revision" msgstr "发布这个版本" -msgid "Publish" -msgstr "发布" +msgid "Saving…" +msgstr "正在保存..." + +msgid "Replace current draft" +msgstr "替换当前的草稿" + +msgid "Save draft" +msgstr "保存草稿" #, python-format msgid "Create a page in %(title)s" @@ -762,11 +944,8 @@ msgstr "新%(page_type)s页面类型" msgid "New" msgstr "新" -msgid "Saving…" -msgstr "正在保存..." - -msgid "Save draft" -msgstr "保存草稿" +msgid "Actions" +msgstr "动作" msgid "This page has unsaved changes." msgstr "页面还没保存" @@ -779,12 +958,6 @@ msgstr "编辑 %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "编辑 %(page_type)s %(title)s" -msgid "Page locked" -msgstr "页面已锁定" - -msgid "Replace current draft" -msgstr "替换当前的草稿" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "上一次编辑: %(last_mod)s" @@ -891,6 +1064,9 @@ msgstr "添加子页面" msgid "Sites menu" msgstr "站点菜单" +msgid "Pagination" +msgstr "分页" + #, python-format msgid "" "\n" @@ -912,6 +1088,9 @@ msgstr "此页面已受保护,公众不可见。" msgid "Disable ordering of child pages" msgstr "禁用子页面排序" +msgid "Sort" +msgstr "排序" + msgid "Enable ordering of child pages" msgstr "启用子页面排序" @@ -1075,6 +1254,9 @@ msgstr "集合" msgid "Page %(page_num)s of %(total_pages)s." msgstr "第 %(page_num)s 页,共 %(total_pages)s 页。" +msgid "Breadcrumb" +msgstr "面包屑导航" + msgid "Root" msgstr "根" @@ -1093,6 +1275,12 @@ msgstr "帐号设置" msgid "Log out" msgstr "注销" +msgid "Visit the live page" +msgstr "查看已发布的页面" + +msgid "Current page status:" +msgstr "当前页面状态:" + msgid "Other searches" msgstr "其它搜索" @@ -1129,93 +1317,30 @@ msgstr "添加子页面" msgid "Show in Explorer" msgstr "在资源管理器中显示" +#, python-format +msgid "" +"Sort the order of child pages within '%(parent)s' by '%(label)s' in " +"ascending order." +msgstr "以'%(label)s'顺序排列'%(parent)s'的子页面" + +#, python-format +msgid "" +"Sort the order of child pages within '%(parent)s' by '%(label)s' in " +"descending order." +msgstr "以'%(label)s'倒序排列'%(parent)s'的子页面" + msgid "Test" msgstr "测试" -msgid "Arabic" -msgstr "阿拉伯语" - -msgid "Catalan" -msgstr "加泰罗尼亚语" - -msgid "German" -msgstr "德语" - -msgid "Greek" -msgstr "希腊语" - -msgid "English" -msgstr "英语" - -msgid "Spanish" -msgstr "西班牙语" - -msgid "Finnish" -msgstr "芬兰语" - -msgid "French" -msgstr "法语" - -msgid "Galician" -msgstr "加利西亚语" - -msgid "Indonesian" -msgstr "印度尼西亚" - -msgid "Icelandic" -msgstr "冰岛语" - -msgid "Italian" -msgstr "意大利语" - -msgid "Korean" -msgstr "韩国语" - -msgid "Lithuanian" -msgstr "立陶宛语" - -msgid "Norwegian Bokmål" -msgstr "挪威博克马尔语" - -msgid "Netherlands Dutch" -msgstr "荷兰语" - -msgid "Persian" -msgstr "波斯语" - -msgid "Polish" -msgstr "波兰语" - -msgid "Brazilian Portuguese" -msgstr "巴西葡萄牙语" - -msgid "Portuguese" -msgstr "葡萄牙语" - -msgid "Romanian" -msgstr "罗马尼亚语" - -msgid "Russian" -msgstr "俄语" - -msgid "Swedish" -msgstr "瑞典语" - -msgid "Slovak" -msgstr "斯洛伐克语" - -msgid "Ukrainian" -msgstr "乌克兰语" - -msgid "Sorry, you do not have permission to access this area." -msgstr "对不起, 你没有权限访问。" - msgid "Your password has been changed successfully!" msgstr "密码成功修改!" msgid "Your email has been changed successfully!" msgstr "修改邮箱成功!😊" +msgid "Your name has been changed successfully!" +msgstr "您的名字已修改成功!" + msgid "Your preferences have been updated." msgstr "你的首选项已被更新。" @@ -1321,6 +1446,11 @@ msgstr "页面'{0}'已删除" msgid "Page '{0}' unpublished." msgstr "页面'{0}'已取消发布。" +msgid "" +"The slug '{0}' is already in use at the selected parent page. Make sure the " +"slug is unique and try again" +msgstr "简称 '{0}' 已经被选中的父页面使用。请确保简称的唯一性,然后重试" + msgid "Page '{0}' moved." msgstr "页面 '{0}' 已移动。" @@ -1371,44 +1501,54 @@ msgstr " \"{1}\"的修订版本{0}" msgid "Revision {0} of \"{1}\" unscheduled." msgstr " \"{1}\"的修订版本{0}已取消预定的发布。" -msgid "Edit '{title}'" -msgstr "编辑 '{title}'" +#, python-format +msgid "Edit '%(title)s'" +msgstr "编辑“%(title)s”" -msgid "Preview draft version of '{title}'" -msgstr "预览 '{title}' 的草稿" +#, python-format +msgid "Preview draft version of '%(title)s'" +msgstr "预览“%(title)s”的草稿版本" -msgid "View live version of '{title}'" -msgstr "查看 '{title}' 的发布版本" +#, python-format +msgid "View live version of '%(title)s'" +msgstr "查看 '%(title)s' 的发布版本" -msgid "Add a child page to '{title}' " -msgstr "为 '{title}' 添加子页面" +#, python-format +msgid "Add a child page to '%(title)s' " +msgstr "添加“%(title)s”的子页面" msgid "More" msgstr "更多" -msgid "View more options for '{title}'" -msgstr "查看 '{title}' 的更多选项" +#, python-format +msgid "View more options for '%(title)s'" +msgstr "查看“%(title)s”的更多选项" -msgid "Move page '{title}'" -msgstr "移动页面 '{title}'" +#, python-format +msgid "Move page '%(title)s'" +msgstr "移动页面“%(title)s”" -msgid "Copy page '{title}'" -msgstr "复制页面 '{title}'" +#, python-format +msgid "Copy page '%(title)s'" +msgstr "复制页面“%(title)s”" -msgid "Delete page '{title}'" -msgstr "删除页面 '{title}'" +#, python-format +msgid "Delete page '%(title)s'" +msgstr "删除页面“%(title)s”" -msgid "Unpublish page '{title}'" -msgstr "取消发布页面 '{title}'" +#, python-format +msgid "Unpublish page '%(title)s'" +msgstr "取消发布页面“%(title)s”" -msgid "View revision history for '{title}'" -msgstr "查看 '{title}' 的修订历史" +#, python-format +msgid "View revision history for '%(title)s'" +msgstr "查看“%(title)s”的版本历史" msgid "Set profile picture" msgstr "头像设置" -msgid "Change your profile picture" -msgstr "更改你的头像" +msgid "Change your profile picture." +msgstr "更改您的头像。" msgid "Change the email address linked to your account." msgstr "更改账户关联邮箱" @@ -1431,8 +1571,12 @@ msgstr "当前时区" msgid "Choose your current time zone." msgstr "选择你的当前时区" -msgid "Heading {level}" -msgstr "标题{level}" +msgid "Change your first and last name on your account." +msgstr "更改账户的姓名" + +#, python-format +msgid "Heading %(level)d" +msgstr "标题%(level)d" msgid "Bulleted list" msgstr "项目列表" @@ -1440,6 +1584,9 @@ msgstr "项目列表" msgid "Numbered list" msgstr "编号列表" +msgid "Blockquote" +msgstr "块引用" + msgid "Bold" msgstr "粗体" @@ -1449,6 +1596,18 @@ msgstr "斜体" msgid "Link" msgstr "链接" +msgid "Superscript" +msgstr "上标" + +msgid "Subscript" +msgstr "下标" + +msgid "Strikethrough" +msgstr "中划线" + +msgid "Code" +msgstr "代码" + msgid "Choose an item" msgstr "选择一项" diff --git a/wagtail/admin/locale/zh_Hant/LC_MESSAGES/django.mo b/wagtail/admin/locale/zh_Hant/LC_MESSAGES/django.mo index 49a3e7ed9..fb107cf1f 100644 Binary files a/wagtail/admin/locale/zh_Hant/LC_MESSAGES/django.mo and b/wagtail/admin/locale/zh_Hant/LC_MESSAGES/django.mo differ diff --git a/wagtail/admin/locale/zh_Hant/LC_MESSAGES/django.po b/wagtail/admin/locale/zh_Hant/LC_MESSAGES/django.po index 88c66e205..328c1eda8 100644 --- a/wagtail/admin/locale/zh_Hant/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/zh_Hant/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-16 03:50+0000\n" -"Last-Translator: c o \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:04+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Chinese Traditional (http://www.transifex.com/torchbox/" "wagtail/language/zh-Hant/)\n" "MIME-Version: 1.0\n" @@ -20,6 +20,9 @@ msgstr "" "Language: zh-Hant\n" "Plural-Forms: nplurals=1; plural=0;\n" +msgid "Publish" +msgstr "發布" + msgid "Submit for moderation" msgstr "提交審核" @@ -29,15 +32,21 @@ msgstr "取消發布" msgid "Delete" msgstr "刪除" +msgid "Page locked" +msgstr "頁面已鎖定" + msgid "Wagtail admin" msgstr "Wagtail 管理" -msgid "None" -msgstr "無" +msgid "Sorry, you do not have permission to access this area." +msgstr "對不起, 你沒有權限訪問。" msgid "You do not have permission to access the admin" msgstr "您沒有後台管理權限" +msgid "None" +msgstr "無" + msgid "Scheduled publishing" msgstr "定時發布" @@ -63,9 +72,6 @@ msgstr "輸入你的 %s" msgid "Enter your email address to reset your password" msgstr "輸入電子郵件地址以重置密碼" -msgid "URL" -msgstr "URL" - msgid "You cannot have multiple permission records for the same collection." msgstr "對於同一個集合你不能設置多重權限" @@ -143,6 +149,223 @@ msgstr "必要欄位" msgid "Please select at least one group." msgstr "請至少選擇一個組。" +msgid "Arabic" +msgstr "阿拉伯語" + +msgid "Catalan" +msgstr "加泰羅尼亞語" + +msgid "German" +msgstr "德語" + +msgid "Greek" +msgstr "希臘語" + +msgid "English" +msgstr "英語" + +msgid "Spanish" +msgstr "西班牙語" + +msgid "Finnish" +msgstr "芬蘭語" + +msgid "French" +msgstr "法語" + +msgid "Galician" +msgstr "加利西亞語" + +msgid "Indonesian" +msgstr "印度尼西亞" + +msgid "Icelandic" +msgstr "冰島語" + +msgid "Italian" +msgstr "義大利語" + +msgid "Korean" +msgstr "韓國語" + +msgid "Lithuanian" +msgstr "立陶宛語" + +msgid "Norwegian Bokmål" +msgstr "挪威博克馬爾語" + +msgid "Netherlands Dutch" +msgstr "荷蘭語" + +msgid "Persian" +msgstr "波斯語" + +msgid "Polish" +msgstr "波蘭語" + +msgid "Brazilian Portuguese" +msgstr "巴西葡萄牙語" + +msgid "Portuguese" +msgstr "葡萄牙語" + +msgid "Romanian" +msgstr "羅馬尼亞語" + +msgid "Russian" +msgstr "俄語" + +msgid "Swedish" +msgstr "瑞典語" + +msgid "Slovak" +msgstr "斯洛伐克語" + +msgid "Ukrainian" +msgstr "烏克蘭語" + +msgid "Page" +msgstr "頁面" + +msgid "Pages" +msgstr "頁面" + +msgid "Loading…" +msgstr "正在載入..." + +msgid "No results" +msgstr "沒有結果" + +msgid "Server Error" +msgstr "伺服器錯誤" + +msgid "See all" +msgstr "查看全部" + +msgid "Close explorer" +msgstr "關閉資源管理" + +msgid "Alt text" +msgstr "替代文字" + +msgid "Write here…" +msgstr "寫在這里..." + +msgid "Horizontal line" +msgstr "水平線" + +msgid "Line break" +msgstr "換行" + +msgid "Undo" +msgstr "復原" + +msgid "Redo" +msgstr "取消復原" + +msgid "Reload the page" +msgstr "刷新頁面" + +msgid "Reload saved content" +msgstr "重新加載已保存內容" + +msgid "Show latest content" +msgstr "顯示最新內容" + +msgid "Show error" +msgstr "顯示錯誤" + +msgid "" +"The editor just crashed. Content has been reset to the last saved version." +msgstr "編輯器崩潰了😭,內容被重新設置為最後保存的版本。" + +msgid "Broken link" +msgstr "無效連結" + +msgid "Close" +msgstr "關閉" + +msgid "Edit '{title}'" +msgstr "編輯 '{title}'" + +msgid "January" +msgstr "一月" + +msgid "February" +msgstr "二月" + +msgid "March" +msgstr "三月" + +msgid "April" +msgstr "四月" + +msgid "May" +msgstr "五月" + +msgid "June" +msgstr "六月" + +msgid "July" +msgstr "七月" + +msgid "August" +msgstr "八月" + +msgid "September" +msgstr "九月" + +msgid "October" +msgstr "十月" + +msgid "November" +msgstr "十一月" + +msgid "December" +msgstr "十二月" + +msgid "Sunday" +msgstr "星期日" + +msgid "Monday" +msgstr "星期一" + +msgid "Tuesday" +msgstr "星期二" + +msgid "Wednesday" +msgstr "星期三" + +msgid "Thursday" +msgstr "星期四" + +msgid "Friday" +msgstr "星期五" + +msgid "Saturday" +msgstr "星期六" + +msgid "Sun" +msgstr "周日" + +msgid "Mon" +msgstr "周一" + +msgid "Tue" +msgstr "周二" + +msgid "Wed" +msgstr "周三" + +msgid "Thu" +msgstr "周四" + +msgid "Fri" +msgstr "周五" + +msgid "Sat" +msgstr "周六" + msgid "Error 404: Page not found" msgstr "404錯誤:沒有找到頁面" @@ -229,154 +452,12 @@ msgstr "密碼已重置。" msgid "Reset your password" msgstr "重置密碼" -msgid "Page" -msgstr "頁面" - -msgid "Pages" -msgstr "頁面" - -msgid "Loading…" -msgstr "正在載入..." - -msgid "No results" -msgstr "沒有結果" - -msgid "Server Error" -msgstr "伺服器錯誤" - -msgid "See all" -msgstr "查看全部" - -msgid "Close explorer" -msgstr "關閉資源管理" - -msgid "Alt text" -msgstr "替代文字" - -msgid "Write here…" -msgstr "寫在這里..." - -msgid "Horizontal line" -msgstr "水平線" - -msgid "Line break" -msgstr "換行" - -msgid "Undo" -msgstr "復原" - -msgid "Redo" -msgstr "取消復原" - -msgid "Reload the page" -msgstr "刷新頁面" - -msgid "Reload saved content" -msgstr "重新加載已保存內容" - -msgid "Show latest content" -msgstr "顯示最新內容" - -msgid "Show error" -msgstr "顯示錯誤" - -msgid "" -"The editor just crashed. Content has been reset to the last saved version." -msgstr "編輯器崩潰了😭,內容被重新設置為最後保存的版本。" - -msgid "Broken link" -msgstr "無效連結" - -msgid "Close" -msgstr "關閉" - -msgid "January" -msgstr "一月" - -msgid "February" -msgstr "二月" - -msgid "March" -msgstr "三月" - -msgid "April" -msgstr "四月" - -msgid "May" -msgstr "五月" - -msgid "June" -msgstr "六月" - -msgid "July" -msgstr "七月" - -msgid "August" -msgstr "八月" - -msgid "September" -msgstr "九月" - -msgid "October" -msgstr "十月" - -msgid "November" -msgstr "十一月" - -msgid "December" -msgstr "十二月" - -msgid "Sunday" -msgstr "星期日" - -msgid "Monday" -msgstr "星期一" - -msgid "Tuesday" -msgstr "星期二" - -msgid "Wednesday" -msgstr "星期三" - -msgid "Thursday" -msgstr "星期四" - -msgid "Friday" -msgstr "星期五" - -msgid "Saturday" -msgstr "星期六" - -msgid "Sun" -msgstr "周日" - -msgid "Mon" -msgstr "周一" - -msgid "Tue" -msgstr "周二" - -msgid "Wed" -msgstr "周三" - -msgid "Thu" -msgstr "周四" - -msgid "Fri" -msgstr "周五" - -msgid "Sat" -msgstr "周六" - msgid "Dashboard" msgstr "控制面板" msgid "Menu" msgstr "選單" -msgid "Add another" -msgstr "新增其它" - msgid "Move up" msgstr "上移" @@ -628,8 +709,14 @@ msgstr "正在發布..." msgid "Publish this revision" msgstr "發布這個版本" -msgid "Publish" -msgstr "發布" +msgid "Saving…" +msgstr "正在保存..." + +msgid "Replace current draft" +msgstr "替換當前的草稿" + +msgid "Save draft" +msgstr "保存草稿" #, python-format msgid "Create a page in %(title)s" @@ -754,12 +841,6 @@ msgstr "新%(page_type)s頁面類型" msgid "New" msgstr "新" -msgid "Saving…" -msgstr "正在保存..." - -msgid "Save draft" -msgstr "保存草稿" - msgid "This page has unsaved changes." msgstr "頁面還沒保存" @@ -771,12 +852,6 @@ msgstr "編輯 %(page_type)s: %(title)s" msgid "Editing %(page_type)s %(title)s" msgstr "編輯 %(page_type)s %(title)s" -msgid "Page locked" -msgstr "頁面已鎖定" - -msgid "Replace current draft" -msgstr "替換當前的草稿" - #, python-format msgid "Last modified: %(last_mod)s" msgstr "上一次編輯: %(last_mod)s" @@ -1114,84 +1189,6 @@ msgstr "在資源管理器中顯示" msgid "Test" msgstr "測試" -msgid "Arabic" -msgstr "阿拉伯語" - -msgid "Catalan" -msgstr "加泰羅尼亞語" - -msgid "German" -msgstr "德語" - -msgid "Greek" -msgstr "希臘語" - -msgid "English" -msgstr "英語" - -msgid "Spanish" -msgstr "西班牙語" - -msgid "Finnish" -msgstr "芬蘭語" - -msgid "French" -msgstr "法語" - -msgid "Galician" -msgstr "加利西亞語" - -msgid "Indonesian" -msgstr "印度尼西亞" - -msgid "Icelandic" -msgstr "冰島語" - -msgid "Italian" -msgstr "義大利語" - -msgid "Korean" -msgstr "韓國語" - -msgid "Lithuanian" -msgstr "立陶宛語" - -msgid "Norwegian Bokmål" -msgstr "挪威博克馬爾語" - -msgid "Netherlands Dutch" -msgstr "荷蘭語" - -msgid "Persian" -msgstr "波斯語" - -msgid "Polish" -msgstr "波蘭語" - -msgid "Brazilian Portuguese" -msgstr "巴西葡萄牙語" - -msgid "Portuguese" -msgstr "葡萄牙語" - -msgid "Romanian" -msgstr "羅馬尼亞語" - -msgid "Russian" -msgstr "俄語" - -msgid "Swedish" -msgstr "瑞典語" - -msgid "Slovak" -msgstr "斯洛伐克語" - -msgid "Ukrainian" -msgstr "烏克蘭語" - -msgid "Sorry, you do not have permission to access this area." -msgstr "對不起, 你沒有權限訪問。" - msgid "Your password has been changed successfully!" msgstr "密碼成功修改!" @@ -1353,45 +1350,12 @@ msgstr " \"{1}\"的修訂版本{0}" msgid "Revision {0} of \"{1}\" unscheduled." msgstr " \"{1}\"的修訂版本{0}已取消預定的發布。" -msgid "Edit '{title}'" -msgstr "編輯 '{title}'" - -msgid "Preview draft version of '{title}'" -msgstr "預覽 '{title}' 的草稿" - -msgid "View live version of '{title}'" -msgstr "查看 '{title}' 的線上版本" - -msgid "Add a child page to '{title}' " -msgstr "為 '{title}' 新增子頁面" - msgid "More" msgstr "更多" -msgid "View more options for '{title}'" -msgstr "查看 '{title}' 的更多選項" - -msgid "Move page '{title}'" -msgstr "移動頁面 '{title}'" - -msgid "Copy page '{title}'" -msgstr "復制頁面 '{title}'" - -msgid "Delete page '{title}'" -msgstr "刪除頁面 '{title}'" - -msgid "Unpublish page '{title}'" -msgstr "取消發布頁面 '{title}'" - -msgid "View revision history for '{title}'" -msgstr "查看 '{title}' 的修訂歷史" - msgid "Set profile picture" msgstr "頭像設置" -msgid "Change your profile picture" -msgstr "更改你的頭像" - msgid "Change the email address linked to your account." msgstr "更改帳號關聯信箱" @@ -1413,9 +1377,6 @@ msgstr "當前時區" msgid "Choose your current time zone." msgstr "選擇你的當前時區" -msgid "Heading {level}" -msgstr "標題{level}" - msgid "Bulleted list" msgstr "項目列表" diff --git a/wagtail/admin/locale.py b/wagtail/admin/localization.py similarity index 100% rename from wagtail/admin/locale.py rename to wagtail/admin/localization.py diff --git a/wagtail/admin/rich_text/editors/hallo.py b/wagtail/admin/rich_text/editors/hallo.py index f06a7e8e7..c6d422587 100644 --- a/wagtail/admin/rich_text/editors/hallo.py +++ b/wagtail/admin/rich_text/editors/hallo.py @@ -68,12 +68,18 @@ class HalloListPlugin(HalloPlugin): plugins[self.name]['lists'][self.list_type] = True +class HalloRequireParagraphsPlugin(HalloPlugin): + @property + def media(self): + return Media(js=[ + versioned_static('wagtailadmin/js/hallo-plugins/hallo-requireparagraphs.js'), + ]) + super().media + + # Plugins which are always imported, and cannot be enabled/disabled via 'features' CORE_HALLO_PLUGINS = [ HalloPlugin(name='halloreundo', order=50), - HalloPlugin(name='hallorequireparagraphs', js=[ - versioned_static('wagtailadmin/js/hallo-plugins/hallo-requireparagraphs.js'), - ]), + HalloRequireParagraphsPlugin(name='hallorequireparagraphs'), HalloHeadingPlugin(element='p') ] diff --git a/wagtail/admin/templates/wagtailadmin/shared/menu_settings_menu_item.html b/wagtail/admin/templates/wagtailadmin/shared/menu_settings_menu_item.html index fba4b2f70..c545b5190 100644 --- a/wagtail/admin/templates/wagtailadmin/shared/menu_settings_menu_item.html +++ b/wagtail/admin/templates/wagtailadmin/shared/menu_settings_menu_item.html @@ -2,7 +2,7 @@ {% load wagtailcore_tags %} {% block menu_footer %} - {% endblock %} diff --git a/wagtail/admin/templates/wagtailadmin/skeleton.html b/wagtail/admin/templates/wagtailadmin/skeleton.html index 2602f6ac4..6ce2c57e2 100644 --- a/wagtail/admin/templates/wagtailadmin/skeleton.html +++ b/wagtail/admin/templates/wagtailadmin/skeleton.html @@ -20,12 +20,12 @@ diff --git a/wagtail/admin/templatetags/wagtailadmin_tags.py b/wagtail/admin/templatetags/wagtailadmin_tags.py index c5daad903..c3a98ef5b 100644 --- a/wagtail/admin/templatetags/wagtailadmin_tags.py +++ b/wagtail/admin/templatetags/wagtailadmin_tags.py @@ -15,7 +15,7 @@ from django.utils.html import format_html, format_html_join from django.utils.safestring import mark_safe from django.utils.translation import ugettext_lazy as _ -from wagtail.admin.locale import get_js_translation_strings +from wagtail.admin.localization import get_js_translation_strings from wagtail.admin.menu import admin_menu from wagtail.admin.navigation import get_explorable_root_page from wagtail.admin.search import admin_search_areas diff --git a/wagtail/admin/tests/api/test_pages.py b/wagtail/admin/tests/api/test_pages.py index 95566836e..cc67c6ac4 100644 --- a/wagtail/admin/tests/api/test_pages.py +++ b/wagtail/admin/tests/api/test_pages.py @@ -157,7 +157,7 @@ class TestAdminPageListing(AdminAPITestCase, TestPageListing): for page in content['items']: self.assertEqual(set(page.keys()), {'id', 'meta', 'title', 'admin_display_title', 'date', 'related_links', 'tags', 'carousel_items', 'body', 'feed_image', 'feed_image_thumbnail'}) - self.assertEqual(set(page['meta'].keys()), {'type', 'detail_url', 'show_in_menus', 'first_published_at', 'seo_title', 'slug', 'parent', 'html_url', 'search_description', 'children', 'descendants', 'status', 'latest_revision_created_at'}) + self.assertEqual(set(page['meta'].keys()), {'type', 'detail_url', 'show_in_menus', 'first_published_at', 'seo_title', 'slug', 'parent', 'html_url', 'search_description', 'children', 'descendants', 'ancestors', 'status', 'latest_revision_created_at'}) def test_all_fields_then_remove_something(self): response = self.get_response(type='demosite.BlogEntryPage', fields='*,-title,-admin_display_title,-date,-seo_title,-status') @@ -165,7 +165,7 @@ class TestAdminPageListing(AdminAPITestCase, TestPageListing): for page in content['items']: self.assertEqual(set(page.keys()), {'id', 'meta', 'related_links', 'tags', 'carousel_items', 'body', 'feed_image', 'feed_image_thumbnail'}) - self.assertEqual(set(page['meta'].keys()), {'type', 'detail_url', 'show_in_menus', 'first_published_at', 'slug', 'parent', 'html_url', 'search_description', 'children', 'descendants', 'latest_revision_created_at'}) + self.assertEqual(set(page['meta'].keys()), {'type', 'detail_url', 'show_in_menus', 'first_published_at', 'slug', 'parent', 'html_url', 'search_description', 'children', 'descendants', 'ancestors', 'latest_revision_created_at'}) def test_all_nested_fields(self): response = self.get_response(type='demosite.BlogEntryPage', fields='feed_image(*)') @@ -507,6 +507,8 @@ class TestAdminPageDetail(AdminAPITestCase, TestPageDetail): # Check the type info self.assertIsInstance(content['__types'], dict) self.assertEqual(set(content['__types'].keys()), { + 'wagtailcore.Page', + 'demosite.HomePage', 'demosite.BlogIndexPage', 'demosite.BlogEntryPageCarouselItem', 'demosite.BlogEntryPage', @@ -623,10 +625,23 @@ class TestAdminPageDetail(AdminAPITestCase, TestPageDetail): 'listing_url': 'http://localhost/admin/api/v2beta/pages/?descendant_of=2' }) + def test_meta_ancestors(self): + # Homepage should have children + response = self.get_response(16) + content = json.loads(response.content.decode('UTF-8')) + + self.assertIn('ancestors', content['meta']) + self.assertIsInstance(content['meta']['ancestors'], list) + self.assertEqual(len(content['meta']['ancestors']), 3) + self.assertEqual(content['meta']['ancestors'][0].keys(), {'id', 'meta', 'title', 'admin_display_title'}) + self.assertEqual(content['meta']['ancestors'][0]['title'], 'Root') + self.assertEqual(content['meta']['ancestors'][1]['title'], 'Home page') + self.assertEqual(content['meta']['ancestors'][2]['title'], 'Blog index') + # FIELDS def test_remove_all_meta_fields(self): - response = self.get_response(16, fields='-type,-detail_url,-slug,-first_published_at,-html_url,-descendants,-latest_revision_created_at,-children,-show_in_menus,-seo_title,-parent,-status,-search_description') + response = self.get_response(16, fields='-type,-detail_url,-slug,-first_published_at,-html_url,-descendants,-latest_revision_created_at,-children,-ancestors,-show_in_menus,-seo_title,-parent,-status,-search_description') content = json.loads(response.content.decode('UTF-8')) self.assertNotIn('meta', set(content.keys())) diff --git a/wagtail/admin/tests/pages/test_unpublish_page.py b/wagtail/admin/tests/pages/test_unpublish_page.py index 820b357f8..cf5b285dc 100644 --- a/wagtail/admin/tests/pages/test_unpublish_page.py +++ b/wagtail/admin/tests/pages/test_unpublish_page.py @@ -159,7 +159,7 @@ class TestPageUnpublishIncludingDescendants(TestCase, WagtailTestUtils): # Check that the page was unpublished self.assertFalse(SimplePage.objects.get(id=self.test_page.id).live) - # Check that the descendant pages were unpiblished as well + # Check that the descendant pages were unpublished as well self.assertFalse(SimplePage.objects.get(id=self.test_child_page.id).live) self.assertFalse(SimplePage.objects.get(id=self.test_another_child_page.id).live) diff --git a/wagtail/admin/tests/test_account_management.py b/wagtail/admin/tests/test_account_management.py index f7e127336..bbd1572f1 100644 --- a/wagtail/admin/tests/test_account_management.py +++ b/wagtail/admin/tests/test_account_management.py @@ -13,7 +13,7 @@ from django.test import TestCase, override_settings from django.urls import reverse from django.utils.translation import get_language -from wagtail.admin.locale import ( +from wagtail.admin.localization import ( WAGTAILADMIN_PROVIDED_LANGUAGES, get_available_admin_languages, get_available_admin_time_zones) from wagtail.tests.utils import WagtailTestUtils from wagtail.users.models import UserProfile diff --git a/wagtail/admin/tests/test_compare.py b/wagtail/admin/tests/test_compare.py index d45972d44..262f4ba91 100644 --- a/wagtail/admin/tests/test_compare.py +++ b/wagtail/admin/tests/test_compare.py @@ -8,7 +8,8 @@ from wagtail.core.blocks import StreamValue from wagtail.images import get_image_model from wagtail.images.tests.utils import get_test_image_file from wagtail.tests.testapp.models import ( - EventCategory, EventPage, EventPageSpeaker, HeadCountRelatedModelUsingPK, SimplePage, + AdvertWithCustomPrimaryKey, EventCategory, EventPage, EventPageSpeaker, + HeadCountRelatedModelUsingPK, SimplePage, SnippetChooserModelWithCustomPrimaryKey, StreamPage, TaggedPage) @@ -67,10 +68,45 @@ class TestTextFieldComparison(TestFieldComparison): self.assertIsInstance(comparison.htmldiff(), SafeString) self.assertTrue(comparison.has_changed()) + def test_from_none_to_value_only_shows_addition(self): + comparison = self.comparison_class( + SimplePage._meta.get_field('content'), + SimplePage(content=None), + SimplePage(content="Added content") + ) -class TestRichTextFieldComparison(TestTextFieldComparison): + self.assertEqual(comparison.htmldiff(), 'Added content') + self.assertIsInstance(comparison.htmldiff(), SafeString) + self.assertTrue(comparison.has_changed()) + + def test_from_value_to_none_only_shows_deletion(self): + comparison = self.comparison_class( + SimplePage._meta.get_field('content'), + SimplePage(content="Removed content"), + SimplePage(content=None) + ) + + self.assertEqual(comparison.htmldiff(), 'Removed content') + self.assertIsInstance(comparison.htmldiff(), SafeString) + self.assertTrue(comparison.has_changed()) + + +class TestRichTextFieldComparison(TestFieldComparison): comparison_class = compare.RichTextFieldComparison + # Only change from FieldComparison is the HTML diff is performed on words + # instead of the whole field value. + def test_has_changed(self): + comparison = self.comparison_class( + SimplePage._meta.get_field('content'), + SimplePage(content="Original content"), + SimplePage(content="Modified content"), + ) + + self.assertEqual(comparison.htmldiff(), 'OriginalModified content') + self.assertIsInstance(comparison.htmldiff(), SafeString) + self.assertTrue(comparison.has_changed()) + # Only change from FieldComparison is that this comparison disregards HTML tags def test_has_changed_html(self): comparison = self.comparison_class( @@ -329,6 +365,28 @@ class TestChoiceFieldComparison(TestCase): self.assertIsInstance(comparison.htmldiff(), SafeString) self.assertTrue(comparison.has_changed()) + def test_from_none_to_value_only_shows_addition(self): + comparison = self.comparison_class( + EventPage._meta.get_field('audience'), + EventPage(audience=None), + EventPage(audience="private"), + ) + + self.assertEqual(comparison.htmldiff(), 'Private') + self.assertIsInstance(comparison.htmldiff(), SafeString) + self.assertTrue(comparison.has_changed()) + + def test_from_value_to_none_only_shows_deletion(self): + comparison = self.comparison_class( + EventPage._meta.get_field('audience'), + EventPage(audience="public"), + EventPage(audience=None), + ) + + self.assertEqual(comparison.htmldiff(), 'Public') + self.assertIsInstance(comparison.htmldiff(), SafeString) + self.assertTrue(comparison.has_changed()) + class TestTagsFieldComparison(TestCase): comparison_class = compare.TagsFieldComparison @@ -451,6 +509,54 @@ class TestForeignObjectComparison(TestCase): self.assertTrue(comparison.has_changed()) +class TestForeignObjectComparisonWithCustomPK(TestCase): + """ForeignObjectComparison works with models declaring a custom primary key field""" + + comparison_class = compare.ForeignObjectComparison + + @classmethod + def setUpTestData(cls): + ad1 = AdvertWithCustomPrimaryKey.objects.create( + advert_id='ad1', + text='Advert 1' + ) + ad2 = AdvertWithCustomPrimaryKey.objects.create( + advert_id='ad2', + text='Advert 2' + ) + cls.test_obj_1 = SnippetChooserModelWithCustomPrimaryKey.objects.create( + advertwithcustomprimarykey=ad1 + ) + cls.test_obj_2 = SnippetChooserModelWithCustomPrimaryKey.objects.create( + advertwithcustomprimarykey=ad2 + ) + + def test_hasnt_changed(self): + comparison = self.comparison_class( + SnippetChooserModelWithCustomPrimaryKey._meta.get_field('advertwithcustomprimarykey'), + self.test_obj_1, + self.test_obj_1, + ) + + self.assertTrue(comparison.is_field) + self.assertFalse(comparison.is_child_relation) + self.assertEqual(comparison.field_label(), 'Advertwithcustomprimarykey') + self.assertEqual(comparison.htmldiff(), 'Advert 1') + self.assertIsInstance(comparison.htmldiff(), SafeString) + self.assertFalse(comparison.has_changed()) + + def test_has_changed(self): + comparison = self.comparison_class( + SnippetChooserModelWithCustomPrimaryKey._meta.get_field('advertwithcustomprimarykey'), + self.test_obj_1, + self.test_obj_2, + ) + + self.assertEqual(comparison.htmldiff(), 'Advert 1Advert 2') + self.assertIsInstance(comparison.htmldiff(), SafeString) + self.assertTrue(comparison.has_changed()) + + class TestChildRelationComparison(TestCase): field_comparison_class = compare.FieldComparison comparison_class = compare.ChildRelationComparison diff --git a/wagtail/admin/tests/test_widgets.py b/wagtail/admin/tests/test_widgets.py index aca71d283..75a507bf7 100644 --- a/wagtail/admin/tests/test_widgets.py +++ b/wagtail/admin/tests/test_widgets.py @@ -3,6 +3,7 @@ from django.test.utils import override_settings from wagtail.admin import widgets from wagtail.core.models import Page +from wagtail.tests.testapp.forms import AdminStarDateInput from wagtail.tests.testapp.models import EventPage, SimplePage @@ -122,6 +123,16 @@ class TestAdminDateInput(TestCase): html, ) + def test_media_inheritance(self): + """ + Widgets inheriting from AdminDateInput should have their media definitions merged + with AdminDateInput's + """ + widget = AdminStarDateInput() + media_html = str(widget.media) + self.assertIn('wagtailadmin/js/date-time-chooser.js', media_html) + self.assertIn('vendor/star_date.js', media_html) + class TestAdminDateTimeInput(TestCase): diff --git a/wagtail/admin/utils.py b/wagtail/admin/utils.py index 1f15eaf43..63b9c0ed4 100644 --- a/wagtail/admin/utils.py +++ b/wagtail/admin/utils.py @@ -4,10 +4,10 @@ from wagtail.utils.deprecation import MovedDefinitionHandler, RemovedInWagtail29 MOVED_DEFINITIONS = { - 'WAGTAILADMIN_PROVIDED_LANGUAGES': 'wagtail.admin.locale', - 'get_js_translation_strings': 'wagtail.admin.locale', - 'get_available_admin_languages': 'wagtail.admin.locale', - 'get_available_admin_time_zones': 'wagtail.admin.locale', + 'WAGTAILADMIN_PROVIDED_LANGUAGES': 'wagtail.admin.localization', + 'get_js_translation_strings': 'wagtail.admin.localization', + 'get_available_admin_languages': 'wagtail.admin.localization', + 'get_available_admin_time_zones': 'wagtail.admin.localization', 'get_object_usage': 'wagtail.admin.models', 'popular_tags_for_model': 'wagtail.admin.models', diff --git a/wagtail/admin/wagtail_hooks.py b/wagtail/admin/wagtail_hooks.py index 25d7e27ef..1cb2aa833 100644 --- a/wagtail/admin/wagtail_hooks.py +++ b/wagtail/admin/wagtail_hooks.py @@ -6,7 +6,7 @@ from draftjs_exporter.dom import DOM import wagtail.admin.rich_text.editors.draftail.features as draftail_features from wagtail.admin.auth import user_has_any_page_permission -from wagtail.admin.locale import get_available_admin_languages, get_available_admin_time_zones +from wagtail.admin.localization import get_available_admin_languages, get_available_admin_time_zones from wagtail.admin.menu import MenuItem, SubmenuMenuItem, reports_menu, settings_menu from wagtail.admin.navigation import get_explorable_root_page from wagtail.admin.rich_text import ( diff --git a/wagtail/admin/widgets.py b/wagtail/admin/widgets.py index 7379e514f..0a758d330 100644 --- a/wagtail/admin/widgets.py +++ b/wagtail/admin/widgets.py @@ -2,6 +2,7 @@ import itertools import json from functools import total_ordering +from django import forms from django.conf import settings from django.forms import widgets from django.forms.utils import flatatt @@ -59,8 +60,11 @@ class AdminDateInput(widgets.DateInput): return context - class Media: - js = [versioned_static('wagtailadmin/js/date-time-chooser.js')] + @property + def media(self): + return forms.Media(js=[ + versioned_static('wagtailadmin/js/date-time-chooser.js'), + ]) class AdminTimeInput(widgets.TimeInput): @@ -72,8 +76,11 @@ class AdminTimeInput(widgets.TimeInput): default_attrs.update(attrs) super().__init__(attrs=default_attrs, format=format) - class Media: - js = [versioned_static('wagtailadmin/js/date-time-chooser.js')] + @property + def media(self): + return forms.Media(js=[ + versioned_static('wagtailadmin/js/date-time-chooser.js'), + ]) class AdminDateTimeInput(widgets.DateTimeInput): @@ -100,8 +107,11 @@ class AdminDateTimeInput(widgets.DateTimeInput): return context - class Media: - js = [versioned_static('wagtailadmin/js/date-time-chooser.js')] + @property + def media(self): + return forms.Media(js=[ + versioned_static('wagtailadmin/js/date-time-chooser.js'), + ]) class AdminTagWidget(TagWidget): @@ -238,11 +248,12 @@ class AdminPageChooser(AdminChooser): user_perms=json.dumps(self.user_perms), ) - class Media: - js = [ + @property + def media(self): + return forms.Media(js=[ versioned_static('wagtailadmin/js/page-chooser-modal.js'), versioned_static('wagtailadmin/js/page-chooser.js'), - ] + ]) @total_ordering diff --git a/wagtail/api/v2/signal_handlers.py b/wagtail/api/v2/signal_handlers.py index 0f3fe4acc..1d7598558 100644 --- a/wagtail/api/v2/signal_handlers.py +++ b/wagtail/api/v2/signal_handlers.py @@ -4,7 +4,7 @@ from django.urls import reverse from wagtail.contrib.frontend_cache.utils import purge_url_from_cache from wagtail.core.models import get_page_models from wagtail.core.signals import page_published, page_unpublished -from wagtail.documents.models import get_document_model +from wagtail.documents import get_document_model from wagtail.images import get_image_model from .utils import get_base_url diff --git a/wagtail/api/v2/tests/test_documents.py b/wagtail/api/v2/tests/test_documents.py index 5032c58b9..c886e643c 100644 --- a/wagtail/api/v2/tests/test_documents.py +++ b/wagtail/api/v2/tests/test_documents.py @@ -6,7 +6,7 @@ from django.test.utils import override_settings from django.urls import reverse from wagtail.api.v2 import signal_handlers -from wagtail.documents.models import get_document_model +from wagtail.documents import get_document_model class TestDocumentListing(TestCase): diff --git a/wagtail/contrib/forms/locale/ar/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/ar/LC_MESSAGES/django.mo index 466623053..78366ccd8 100644 Binary files a/wagtail/contrib/forms/locale/ar/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/ar/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/ar/LC_MESSAGES/django.po index 88cd1b091..ce05bc54c 100644 --- a/wagtail/contrib/forms/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/ar/LC_MESSAGES/django.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-12-21 18:55+0000\n" -"Last-Translator: abdulaziz alfuhigi \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" "ar/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/forms/locale/ca/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/ca/LC_MESSAGES/django.mo index 3b3d3447a..e3262280a 100644 Binary files a/wagtail/contrib/forms/locale/ca/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/ca/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/ca/LC_MESSAGES/django.po index cd488d6c4..5fd5efbf3 100644 --- a/wagtail/contrib/forms/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/ca/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" "ca/)\n" diff --git a/wagtail/contrib/forms/locale/cs/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/cs/LC_MESSAGES/django.mo index b587513eb..4b47c0b8d 100644 Binary files a/wagtail/contrib/forms/locale/cs/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/cs/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/cs/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/cs/LC_MESSAGES/django.po index 0fe1132ec..799d310cf 100644 --- a/wagtail/contrib/forms/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/cs/LC_MESSAGES/django.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-11-27 19:42+0000\n" -"Last-Translator: IT Management \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Czech (http://www.transifex.com/torchbox/wagtail/language/" "cs/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/forms/locale/cy/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/cy/LC_MESSAGES/django.mo index b21f39f4b..fa9c6db3a 100644 Binary files a/wagtail/contrib/forms/locale/cy/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/cy/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/cy/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/cy/LC_MESSAGES/django.po index f52f4881d..bc5cd3fc2 100644 --- a/wagtail/contrib/forms/locale/cy/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/cy/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Welsh (http://www.transifex.com/torchbox/wagtail/language/" "cy/)\n" diff --git a/wagtail/contrib/forms/locale/de/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/de/LC_MESSAGES/django.mo index 2933df60c..2854b2bd6 100644 Binary files a/wagtail/contrib/forms/locale/de/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/de/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/de/LC_MESSAGES/django.po index bf0a76cfd..48f6b1a03 100644 --- a/wagtail/contrib/forms/locale/de/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/de/LC_MESSAGES/django.po @@ -7,6 +7,7 @@ # Ettore Atalan , 2017 # Henrik Kröger , 2016,2018 # Johannes Spielmann , 2014-2015 +# Matthias Martin, 2019 # Max Pfeiffer , 2015 # Moritz Pfeiffer , 2016-2018 # Tammo van Lessen , 2015 @@ -14,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-07-13 09:42+0000\n" -"Last-Translator: Benjamin Thurm\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-25 13:47+0000\n" +"Last-Translator: Matthias Martin\n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" "de/)\n" "MIME-Version: 1.0\n" @@ -124,6 +125,12 @@ msgstr "Hilfetext" msgid "Submission date" msgstr "Einreichungsdatum" +msgid "Form" +msgstr "Formular" + +msgid "Landing page" +msgstr "Landingpage" + msgid "to address" msgstr "An-Adresse" diff --git a/wagtail/contrib/forms/locale/el/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/el/LC_MESSAGES/django.mo index 3c7ad3234..1460dd188 100644 Binary files a/wagtail/contrib/forms/locale/el/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/el/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/el/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/el/LC_MESSAGES/django.po index b58f41ac7..e90b5c693 100644 --- a/wagtail/contrib/forms/locale/el/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/el/LC_MESSAGES/django.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Greek (http://www.transifex.com/torchbox/wagtail/language/" "el/)\n" diff --git a/wagtail/contrib/forms/locale/en/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/en/LC_MESSAGES/django.mo index b1e994302..6420bb1ad 100644 Binary files a/wagtail/contrib/forms/locale/en/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/en/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/en/LC_MESSAGES/django.po index 0f942b1f5..e1f3f87d6 100644 --- a/wagtail/contrib/forms/locale/en/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -141,6 +141,14 @@ msgstr "" msgid "Submission date" msgstr "" +#: models.py:248 +msgid "Form" +msgstr "" + +#: models.py:249 +msgid "Landing page" +msgstr "" + #: models.py:266 msgid "to address" msgstr "" diff --git a/wagtail/contrib/forms/locale/es/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/es/LC_MESSAGES/django.mo index 90bfd670d..70c4e640b 100644 Binary files a/wagtail/contrib/forms/locale/es/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/es/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/es/LC_MESSAGES/django.po index a76ae66aa..45bc0159b 100644 --- a/wagtail/contrib/forms/locale/es/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/es/LC_MESSAGES/django.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-07 13:08+0000\n" -"Last-Translator: José Luis \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" "es/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/forms/locale/fa/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/fa/LC_MESSAGES/django.mo index 5423e7425..e0cd1ae7c 100644 Binary files a/wagtail/contrib/forms/locale/fa/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/fa/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/fa/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/fa/LC_MESSAGES/django.po index b8e1244c8..70a93e230 100644 --- a/wagtail/contrib/forms/locale/fa/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/fa/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Persian (http://www.transifex.com/torchbox/wagtail/language/" "fa/)\n" diff --git a/wagtail/contrib/forms/locale/fi/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/fi/LC_MESSAGES/django.mo index 0d0317694..c94c100bd 100644 Binary files a/wagtail/contrib/forms/locale/fi/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/fi/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/fi/LC_MESSAGES/django.po index 1b7494433..19ea04581 100644 --- a/wagtail/contrib/forms/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/fi/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" "fi/)\n" diff --git a/wagtail/contrib/forms/locale/fr/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/fr/LC_MESSAGES/django.mo index 59fcf1674..c89939eff 100644 Binary files a/wagtail/contrib/forms/locale/fr/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/fr/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/fr/LC_MESSAGES/django.po index 058f0fd95..241eaff8a 100644 --- a/wagtail/contrib/forms/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/fr/LC_MESSAGES/django.po @@ -17,9 +17,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-07 14:37+0000\n" -"Last-Translator: Bertrand Bordage \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" "fr/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/forms/locale/gl/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/gl/LC_MESSAGES/django.mo index 54cf5e7d0..48c2d11ad 100644 Binary files a/wagtail/contrib/forms/locale/gl/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/gl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/gl/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/gl/LC_MESSAGES/django.po index 6cb0d14ca..dbcc3557d 100644 --- a/wagtail/contrib/forms/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/gl/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Galician (http://www.transifex.com/torchbox/wagtail/language/" "gl/)\n" diff --git a/wagtail/contrib/forms/locale/he_IL/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/he_IL/LC_MESSAGES/django.mo index c6ee617d9..52f9b9662 100644 Binary files a/wagtail/contrib/forms/locale/he_IL/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/he_IL/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/he_IL/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/he_IL/LC_MESSAGES/django.po index 1600492d5..9d913a3b6 100644 --- a/wagtail/contrib/forms/locale/he_IL/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/he_IL/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/torchbox/wagtail/" "language/he_IL/)\n" diff --git a/wagtail/contrib/forms/locale/hu/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/hu/LC_MESSAGES/django.mo index 30d502b86..687175a78 100644 Binary files a/wagtail/contrib/forms/locale/hu/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/hu/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/hu/LC_MESSAGES/django.po index 22ea1d429..9842fcc45 100644 --- a/wagtail/contrib/forms/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/hu/LC_MESSAGES/django.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-08-01 11:54+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-28 12:42+0000\n" "Last-Translator: Istvan Farkas \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" "hu/)\n" @@ -120,6 +120,12 @@ msgstr "segítő szöveg" msgid "Submission date" msgstr "Beküldés dátuma" +msgid "Form" +msgstr "Űrlap" + +msgid "Landing page" +msgstr "Eredmény oldal" + msgid "to address" msgstr "címzett" diff --git a/wagtail/contrib/forms/locale/id_ID/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/id_ID/LC_MESSAGES/django.mo index 80a4632f6..c8bc5f1ce 100644 Binary files a/wagtail/contrib/forms/locale/id_ID/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/id_ID/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/id_ID/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/id_ID/LC_MESSAGES/django.po index 7c1d7a703..c7fde2bee 100644 --- a/wagtail/contrib/forms/locale/id_ID/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/id_ID/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-12-04 15:47+0000\n" -"Last-Translator: Dzikri Hakim \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/torchbox/" "wagtail/language/id_ID/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/forms/locale/is_IS/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/is_IS/LC_MESSAGES/django.mo index 6468bc083..ee507c4b6 100644 Binary files a/wagtail/contrib/forms/locale/is_IS/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/is_IS/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/is_IS/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/is_IS/LC_MESSAGES/django.po index ada988902..321a30aed 100644 --- a/wagtail/contrib/forms/locale/is_IS/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/is_IS/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-07 10:33+0000\n" -"Last-Translator: saevarom \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/torchbox/" "wagtail/language/is_IS/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/forms/locale/it/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/it/LC_MESSAGES/django.mo index d762e3125..7f16a78ae 100644 Binary files a/wagtail/contrib/forms/locale/it/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/it/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/it/LC_MESSAGES/django.po index 0f0810195..d3abfcad7 100644 --- a/wagtail/contrib/forms/locale/it/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/it/LC_MESSAGES/django.po @@ -5,13 +5,14 @@ # Translators: # Giacomo Ghizzani , 2015-2018 # giammi , 2018 +# LB (Ben Johnston) , 2019 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-10 14:14+0000\n" -"Last-Translator: giammi \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-28 09:20+0000\n" +"Last-Translator: LB (Ben Johnston) \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" "it/)\n" "MIME-Version: 1.0\n" @@ -116,6 +117,9 @@ msgstr "testo di aiuto" msgid "Submission date" msgstr "Data di invio" +msgid "Form" +msgstr "Modulo" + msgid "to address" msgstr "indirizzo destinazione" @@ -166,7 +170,7 @@ msgid "Latest submission" msgstr "Ultimi invii" msgid "Forms" -msgstr "Forms" +msgstr "Modulistica" msgid "Pages" msgstr "Pagine" diff --git a/wagtail/contrib/forms/locale/ja/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/ja/LC_MESSAGES/django.mo index c93f1dfb8..b2e52488d 100644 Binary files a/wagtail/contrib/forms/locale/ja/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/ja/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/ja/LC_MESSAGES/django.po index 68246dd0a..ae81849c8 100644 --- a/wagtail/contrib/forms/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/ja/LC_MESSAGES/django.po @@ -8,6 +8,7 @@ # Sangmin Ahn , 2015 # SHIMIZU Taku , 2015 # SHIMIZU Taku , 2015 +# 小口英昭 , 2019 # Yudai Kobayashi , 2019 # 山本 卓也 , 2019 # 石田秀 , 2015 @@ -15,9 +16,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-08-26 01:04+0000\n" -"Last-Translator: Yudai Kobayashi \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" "ja/)\n" "MIME-Version: 1.0\n" @@ -34,7 +35,14 @@ msgid "%s submissions" msgstr "%sの送信" msgid "Date from" -msgstr "日付入力フォーム" +msgstr "開始日入力フォーム" + +msgid "Date to" +msgstr "終了日入力フォーム" + +#, python-format +msgid "There is another field with the label %s, please change one of them." +msgstr "ラベルが%sの別のフィールドがあります。いずれか1つを変更してください。" msgid "Single line text" msgstr "一行テキスト" @@ -119,18 +127,44 @@ msgstr "送信日" msgid "to address" msgstr "送信先" +msgid "" +"Optional - form submissions will be emailed to these addresses. Separate " +"multiple addresses by comma." +msgstr "" +"オプション - フォームで送信された内容が指定したメールアドレスに送信されます。" +"複数のアドレスはカンマで区切ります。" + msgid "from address" msgstr "送信元" msgid "subject" msgstr "件名" +#, python-format +msgid "Delete form data %(title)s" +msgstr "データ%(title)sから削除" + msgid "Delete form data" msgstr "データから削除する" +msgid "" +"\n" +" Are you sure you want to delete this form submission?\n" +" " +msgid_plural "" +"\n" +" Are you sure you want to delete these form submissions?\n" +" " +msgstr[0] "" +"\n" +"このフォームは送信されていません。削除してもよろしいですか?" + msgid "Delete" msgstr "削除" +msgid "Total submissions" +msgstr "合計送信数" + msgid "Latest submission" msgstr "最新の送信" @@ -164,5 +198,13 @@ msgstr "タイトル" msgid "Origin" msgstr "出身" +msgid "Delete selected submissions" +msgstr "選択した送信を削除します" + msgid "No form pages have been created." msgstr "まだフォームページはありません。" + +#, python-format +msgid "One submission has been deleted." +msgid_plural "%(count)d submissions have been deleted." +msgstr[0] "%(count)d件の送信が削除されました。" diff --git a/wagtail/contrib/forms/locale/ka/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/ka/LC_MESSAGES/django.mo index 2447ecfef..550ed525b 100644 Binary files a/wagtail/contrib/forms/locale/ka/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/ka/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/ka/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/ka/LC_MESSAGES/django.po index be7f2f779..3fbd581c9 100644 --- a/wagtail/contrib/forms/locale/ka/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/ka/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Georgian (http://www.transifex.com/torchbox/wagtail/language/" "ka/)\n" diff --git a/wagtail/contrib/forms/locale/ko/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/ko/LC_MESSAGES/django.mo index fa46592e9..4857805b5 100644 Binary files a/wagtail/contrib/forms/locale/ko/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/ko/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/ko/LC_MESSAGES/django.po index 473da6b95..a91a292c6 100644 --- a/wagtail/contrib/forms/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/ko/LC_MESSAGES/django.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-01-21 05:29+0000\n" -"Last-Translator: Kyungil Choi \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" "ko/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/forms/locale/lt/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/lt/LC_MESSAGES/django.mo index 312f3fb84..1da50d6ce 100644 Binary files a/wagtail/contrib/forms/locale/lt/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/lt/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/lt/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/lt/LC_MESSAGES/django.po index b1d2569ee..48de695e3 100644 --- a/wagtail/contrib/forms/locale/lt/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/lt/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Lithuanian (http://www.transifex.com/torchbox/wagtail/" "language/lt/)\n" diff --git a/wagtail/contrib/forms/locale/lv/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/lv/LC_MESSAGES/django.mo index 3d4a2a24b..35756ea6c 100644 Binary files a/wagtail/contrib/forms/locale/lv/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/lv/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/lv/LC_MESSAGES/django.po index e78c8e9eb..4b5efcf6c 100644 --- a/wagtail/contrib/forms/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/lv/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" "lv/)\n" diff --git a/wagtail/contrib/forms/locale/mn/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/mn/LC_MESSAGES/django.mo index 7382a426f..3530f5ca1 100644 Binary files a/wagtail/contrib/forms/locale/mn/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/mn/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/mn/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/mn/LC_MESSAGES/django.po index 41e826c39..6ec7a16c2 100644 --- a/wagtail/contrib/forms/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/mn/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-01-25 05:12+0000\n" -"Last-Translator: Myagmarjav Enkhbileg \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Mongolian (http://www.transifex.com/torchbox/wagtail/language/" "mn/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/forms/locale/my/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/my/LC_MESSAGES/django.mo index 9be00de7f..c92f22257 100644 Binary files a/wagtail/contrib/forms/locale/my/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/my/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/my/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/my/LC_MESSAGES/django.po index 972ac36e8..2b2ca48b3 100644 --- a/wagtail/contrib/forms/locale/my/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/my/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-01-28 13:52+0000\n" -"Last-Translator: ime11 \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Burmese (http://www.transifex.com/torchbox/wagtail/language/" "my/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/forms/locale/nb/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/nb/LC_MESSAGES/django.mo index 6c556dd5e..43815dbc6 100644 Binary files a/wagtail/contrib/forms/locale/nb/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/nb/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/nb/LC_MESSAGES/django.po index 44931ced4..11c50e632 100644 --- a/wagtail/contrib/forms/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/nb/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-07 07:58+0000\n" -"Last-Translator: Stein Strindhaug \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" "language/nb/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/forms/locale/nl/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/nl/LC_MESSAGES/django.mo index 352cfe579..96727817f 100644 Binary files a/wagtail/contrib/forms/locale/nl/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/nl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/nl/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/nl/LC_MESSAGES/django.po index 7aa2de0a9..1e5a1684c 100644 --- a/wagtail/contrib/forms/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/nl/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Dutch (http://www.transifex.com/torchbox/wagtail/language/" "nl/)\n" diff --git a/wagtail/contrib/forms/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/nl_NL/LC_MESSAGES/django.mo index 43f6071fc..ea59c6899 100644 Binary files a/wagtail/contrib/forms/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/nl_NL/LC_MESSAGES/django.po index da2042209..332238b82 100644 --- a/wagtail/contrib/forms/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/nl_NL/LC_MESSAGES/django.po @@ -4,6 +4,7 @@ # # Translators: # Bram , 2015 +# Coen van der Kamp , 2019 # Franklin Kingma , 2015 # Maarten Kling , 2015,2017-2018 # Thijs Kramer , 2015-2017 @@ -11,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-07 09:24+0000\n" -"Last-Translator: Maarten Kling \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 21:49+0000\n" +"Last-Translator: Coen van der Kamp \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" "wagtail/language/nl_NL/)\n" "MIME-Version: 1.0\n" @@ -120,6 +121,12 @@ msgstr "hulptekst" msgid "Submission date" msgstr "Datum van inzending" +msgid "Form" +msgstr "Formulier" + +msgid "Landing page" +msgstr "Landingspagina" + msgid "to address" msgstr "e-mailadres ontvanger" diff --git a/wagtail/contrib/forms/locale/pl/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/pl/LC_MESSAGES/django.mo index 5ea40107e..ef0e87401 100644 Binary files a/wagtail/contrib/forms/locale/pl/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/pl/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/pl/LC_MESSAGES/django.po index 0a321cedf..0eb38b36b 100644 --- a/wagtail/contrib/forms/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/pl/LC_MESSAGES/django.po @@ -4,14 +4,14 @@ # # Translators: # Miłosz Miśkiewicz, 2016-2017 -# Miłosz Miśkiewicz, 2017-2018 +# Miłosz Miśkiewicz, 2017-2019 # Miłosz Miśkiewicz, 2016 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-15 08:27+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-25 10:04+0000\n" "Last-Translator: Miłosz Miśkiewicz\n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" "pl/)\n" @@ -119,6 +119,12 @@ msgstr "tekst pomocniczy" msgid "Submission date" msgstr "Data zgłoszenia" +msgid "Form" +msgstr "Formularz" + +msgid "Landing page" +msgstr "Landing page" + msgid "to address" msgstr "do adresu" diff --git a/wagtail/contrib/forms/locale/pt_BR/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/pt_BR/LC_MESSAGES/django.mo index c7e707a0b..6ae16fc55 100644 Binary files a/wagtail/contrib/forms/locale/pt_BR/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/pt_BR/LC_MESSAGES/django.po index 78dcdd5ee..389b7bca5 100644 --- a/wagtail/contrib/forms/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/pt_BR/LC_MESSAGES/django.po @@ -8,13 +8,13 @@ # Gilson Filho , 2014 # Guilherme Nabanete , 2016 # Luiz Boaretto , 2016 -# Luiz Boaretto , 2016-2018 +# Luiz Boaretto , 2016-2019 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-06-19 13:35+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-17 04:16+0000\n" "Last-Translator: Luiz Boaretto \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/torchbox/" "wagtail/language/pt_BR/)\n" @@ -120,6 +120,9 @@ msgstr "texto de ajuda" msgid "Submission date" msgstr "Data de envio" +msgid "Form" +msgstr "Formulário" + msgid "to address" msgstr "para endereço" diff --git a/wagtail/contrib/forms/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/pt_PT/LC_MESSAGES/django.mo index 3203ab4b6..27e5f9bf0 100644 Binary files a/wagtail/contrib/forms/locale/pt_PT/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/pt_PT/LC_MESSAGES/django.po index b3720a771..4c5a22e90 100644 --- a/wagtail/contrib/forms/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/pt_PT/LC_MESSAGES/django.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" "wagtail/language/pt_PT/)\n" diff --git a/wagtail/contrib/forms/locale/ro/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/ro/LC_MESSAGES/django.mo index 1d59c1946..cf6147022 100644 Binary files a/wagtail/contrib/forms/locale/ro/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/ro/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/ro/LC_MESSAGES/django.po index 029ee87d1..b2de3812e 100644 --- a/wagtail/contrib/forms/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/ro/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-02-27 17:34+0000\n" -"Last-Translator: Dan Braghis\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" "ro/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/forms/locale/ru/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/ru/LC_MESSAGES/django.mo index 4e74df4b3..ed1845783 100644 Binary files a/wagtail/contrib/forms/locale/ru/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/ru/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/ru/LC_MESSAGES/django.po index de72885fd..638735641 100644 --- a/wagtail/contrib/forms/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/ru/LC_MESSAGES/django.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" "ru/)\n" diff --git a/wagtail/contrib/forms/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/sk_SK/LC_MESSAGES/django.mo index 136f1df31..0d23a0ac5 100644 Binary files a/wagtail/contrib/forms/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/sk_SK/LC_MESSAGES/django.po index 5fd88d5be..1c6669cb6 100644 --- a/wagtail/contrib/forms/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/sk_SK/LC_MESSAGES/django.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" "language/sk_SK/)\n" diff --git a/wagtail/contrib/forms/locale/sl/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/sl/LC_MESSAGES/django.mo index 08af05cb3..560c443cf 100644 Binary files a/wagtail/contrib/forms/locale/sl/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/sl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/sl/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/sl/LC_MESSAGES/django.po index ed3aa6bb7..768735608 100644 --- a/wagtail/contrib/forms/locale/sl/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/sl/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Slovenian (http://www.transifex.com/torchbox/wagtail/language/" "sl/)\n" diff --git a/wagtail/contrib/forms/locale/sv/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/sv/LC_MESSAGES/django.mo index f7d4c8cfd..506c01796 100644 Binary files a/wagtail/contrib/forms/locale/sv/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/sv/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/sv/LC_MESSAGES/django.po index f6fdb2308..9063f9458 100644 --- a/wagtail/contrib/forms/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/sv/LC_MESSAGES/django.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-27 23:21+0000\n" -"Last-Translator: Philip Andersen \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" "sv/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/forms/locale/th/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/th/LC_MESSAGES/django.mo index ee26fb53a..d624e370f 100644 Binary files a/wagtail/contrib/forms/locale/th/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/th/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/th/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/th/LC_MESSAGES/django.po index 5a531e228..d301fe23b 100644 --- a/wagtail/contrib/forms/locale/th/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/th/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-02-28 15:47+0000\n" -"Last-Translator: Walaksawan Vervoort \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Thai (http://www.transifex.com/torchbox/wagtail/language/" "th/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/forms/locale/tr/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/tr/LC_MESSAGES/django.mo index 62f4a7316..11a9c37b7 100644 Binary files a/wagtail/contrib/forms/locale/tr/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/tr/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/tr/LC_MESSAGES/django.po index e81ed8048..70586c155 100644 --- a/wagtail/contrib/forms/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/tr/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" "tr/)\n" diff --git a/wagtail/contrib/forms/locale/uk/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/uk/LC_MESSAGES/django.mo index 6107ea06a..06e9cace3 100644 Binary files a/wagtail/contrib/forms/locale/uk/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/uk/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/uk/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/uk/LC_MESSAGES/django.po index 219ba8c8e..22a122d80 100644 --- a/wagtail/contrib/forms/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/uk/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-07-30 21:17+0000\n" -"Last-Translator: Sergiy Shkodenko \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Ukrainian (http://www.transifex.com/torchbox/wagtail/language/" "uk/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/forms/locale/zh_Hans/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/zh_Hans/LC_MESSAGES/django.mo index b02492960..e577e01dd 100644 Binary files a/wagtail/contrib/forms/locale/zh_Hans/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/zh_Hans/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/zh_Hans/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/zh_Hans/LC_MESSAGES/django.po index 7ba59fefa..4d3818c22 100644 --- a/wagtail/contrib/forms/locale/zh_Hans/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/zh_Hans/LC_MESSAGES/django.po @@ -6,6 +6,7 @@ # hanfeng , 2014-2015 # Ed <724195301@qq.com>, 2018 # Feng Wang , 2015 +# First Last , 2019 # hanfeng , 2014 # jszsj , 2017 # listeng, 2016 @@ -17,9 +18,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-06-30 00:21+0000\n" -"Last-Translator: Ed <724195301@qq.com>\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-11-01 02:59+0000\n" +"Last-Translator: First Last \n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/" "language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -122,6 +123,12 @@ msgstr "帮助文本" msgid "Submission date" msgstr "提交日期" +msgid "Form" +msgstr "表单" + +msgid "Landing page" +msgstr "着陆页" + msgid "to address" msgstr "收件人" diff --git a/wagtail/contrib/forms/locale/zh_Hant/LC_MESSAGES/django.mo b/wagtail/contrib/forms/locale/zh_Hant/LC_MESSAGES/django.mo index 41a2b0797..5cd5d7859 100644 Binary files a/wagtail/contrib/forms/locale/zh_Hant/LC_MESSAGES/django.mo and b/wagtail/contrib/forms/locale/zh_Hant/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/forms/locale/zh_Hant/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/zh_Hant/LC_MESSAGES/django.po index c64e16286..4beab5df8 100644 --- a/wagtail/contrib/forms/locale/zh_Hant/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/zh_Hant/LC_MESSAGES/django.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-02-05 05:33+0000\n" -"Last-Translator: Yeh Yen-Ke \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Chinese Traditional (http://www.transifex.com/torchbox/" "wagtail/language/zh-Hant/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/frontend_cache/backends.py b/wagtail/contrib/frontend_cache/backends.py index 281594d8a..09fd57e85 100644 --- a/wagtail/contrib/frontend_cache/backends.py +++ b/wagtail/contrib/frontend_cache/backends.py @@ -66,20 +66,37 @@ class HTTPBackend(BaseBackend): class CloudflareBackend(BaseBackend): - def __init__(self, params): - self.cloudflare_email = params.pop('EMAIL') - self.cloudflare_token = params.pop('TOKEN') - self.cloudflare_zoneid = params.pop('ZONEID') + CHUNK_SIZE = 30 - def purge_batch(self, urls): + def __init__(self, params): + self.cloudflare_email = params.pop("EMAIL", None) + self.cloudflare_api_key = ( + params.pop("TOKEN", None) + or params.pop("API_KEY", None) + ) + self.cloudflare_token = params.pop("BEARER_TOKEN", None) + self.cloudflare_zoneid = params.pop("ZONEID") + + if ( + (not self.cloudflare_email and self.cloudflare_api_key) + or (self.cloudflare_email and not self.cloudflare_api_key) + or (not any([self.cloudflare_email, self.cloudflare_api_key, self.cloudflare_token])) + ): + raise ImproperlyConfigured( + "The setting 'WAGTAILFRONTENDCACHE' requires both 'EMAIL' and 'API_KEY', or 'BEARER_TOKEN' to be specified." + ) + + def _purge_urls(self, urls): try: purge_url = 'https://api.cloudflare.com/client/v4/zones/{0}/purge_cache'.format(self.cloudflare_zoneid) - headers = { - "X-Auth-Email": self.cloudflare_email, - "X-Auth-Key": self.cloudflare_token, - "Content-Type": "application/json", - } + headers = {"Content-Type": "application/json"} + + if self.cloudflare_token: + headers["Authorization"] = "Bearer {}".format(self.cloudflare_token) + else: + headers["X-Auth-Email"] = self.cloudflare_email + headers["X-Auth-Key"] = self.cloudflare_api_key data = {"files": urls} @@ -109,6 +126,13 @@ class CloudflareBackend(BaseBackend): logger.error("Couldn't purge '%s' from Cloudflare. Cloudflare errors '%s'", url, error_messages) return + def purge_batch(self, urls): + # Break the batched URLs in to chunks to fit within Cloudflare's maximum size for + # the purge_cache call (https://api.cloudflare.com/#zone-purge-files-by-url) + for i in range(0, len(urls), self.CHUNK_SIZE): + chunk = urls[i:i + self.CHUNK_SIZE] + self._purge_urls(chunk) + def purge(self, url): self.purge_batch([url]) diff --git a/wagtail/contrib/frontend_cache/tests.py b/wagtail/contrib/frontend_cache/tests.py index 5bebdc02b..d82eb2678 100644 --- a/wagtail/contrib/frontend_cache/tests.py +++ b/wagtail/contrib/frontend_cache/tests.py @@ -42,8 +42,9 @@ class TestBackendConfiguration(TestCase): 'cloudflare': { 'BACKEND': 'wagtail.contrib.frontend_cache.backends.CloudflareBackend', 'EMAIL': 'test@test.com', - 'TOKEN': 'this is the token', + 'API_KEY': 'this is the api key', 'ZONEID': 'this is a zone id', + 'BEARER_TOKEN': 'this is a bearer token' }, }) @@ -51,7 +52,8 @@ class TestBackendConfiguration(TestCase): self.assertIsInstance(backends['cloudflare'], CloudflareBackend) self.assertEqual(backends['cloudflare'].cloudflare_email, 'test@test.com') - self.assertEqual(backends['cloudflare'].cloudflare_token, 'this is the token') + self.assertEqual(backends['cloudflare'].cloudflare_api_key, 'this is the api key') + self.assertEqual(backends['cloudflare'].cloudflare_token, 'this is a bearer token') def test_cloudfront(self): backends = get_backends(backend_settings={ @@ -152,7 +154,7 @@ class TestBackendConfiguration(TestCase): 'cloudflare': { 'BACKEND': 'wagtail.contrib.frontend_cache.backends.CloudflareBackend', 'EMAIL': 'test@test.com', - 'TOKEN': 'this is the token', + 'API_KEY': 'this is the api key', 'ZONEID': 'this is a zone id', } }) @@ -168,7 +170,7 @@ class TestBackendConfiguration(TestCase): 'cloudflare': { 'BACKEND': 'wagtail.contrib.frontend_cache.backends.CloudflareBackend', 'EMAIL': 'test@test.com', - 'TOKEN': 'this is the token', + 'API_KEY': 'this is the api key', 'ZONEID': 'this is a zone id', } }, backends=['cloudflare']) @@ -196,6 +198,17 @@ class MockBackend(BaseBackend): PURGED_URLS.append(url) +class MockCloudflareBackend(CloudflareBackend): + def __init__(self, config): + pass + + def _purge_urls(self, urls): + if len(urls) > self.CHUNK_SIZE: + raise Exception("Cloudflare backend is not chunking requests as expected") + + PURGED_URLS.extend(urls) + + @override_settings(WAGTAILFRONTENDCACHE={ 'varnish': { 'BACKEND': 'wagtail.contrib.frontend_cache.tests.MockBackend', @@ -236,6 +249,25 @@ class TestCachePurgingFunctions(TestCase): self.assertEqual(PURGED_URLS, ['http://localhost/events/', 'http://localhost/events/past/', 'http://localhost/foo']) +@override_settings(WAGTAILFRONTENDCACHE={ + 'cloudflare': { + 'BACKEND': 'wagtail.contrib.frontend_cache.tests.MockCloudflareBackend', + }, +}) +class TestCloudflareCachePurgingFunctions(TestCase): + def setUp(self): + # Reset PURGED_URLS to an empty list + PURGED_URLS[:] = [] + + def test_cloudflare_purge_batch_chunked(self): + batch = PurgeBatch() + urls = ['https://localhost/foo{}'.format(i) for i in range(1, 65)] + batch.add_urls(urls) + batch.purge() + + self.assertCountEqual(PURGED_URLS, urls) + + @override_settings(WAGTAILFRONTENDCACHE={ 'varnish': { 'BACKEND': 'wagtail.contrib.frontend_cache.tests.MockBackend', @@ -327,7 +359,7 @@ class TestPurgeBatchClass(TestCase): 'cloudflare': { 'BACKEND': 'wagtail.contrib.frontend_cache.backends.CloudflareBackend', 'EMAIL': 'test@test.com', - 'TOKEN': 'this is the token', + 'API_KEY': 'this is the api key', 'ZONEID': 'this is a zone id', }, } diff --git a/wagtail/contrib/modeladmin/locale/ar/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/ar/LC_MESSAGES/django.mo index a515a2955..3d8415da6 100644 Binary files a/wagtail/contrib/modeladmin/locale/ar/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/ar/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/ar/LC_MESSAGES/django.po index 8e091134e..73de7850b 100644 --- a/wagtail/contrib/modeladmin/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/ar/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" "ar/)\n" @@ -168,9 +168,6 @@ msgstr "السابق" msgid "Next" msgstr "التالي" -msgid "{model_name} '{instance}' created." -msgstr "{model_name} \"{instance}\" تم إنشاؤه." - #, python-format msgid "The %s could not be created due to errors." msgstr "لا يمكن إنشاء %s بسبب أخطاء." @@ -189,9 +186,6 @@ msgstr "جاري التعديل" msgid "Editing %s" msgstr "جاري التعديل %s" -msgid "{model_name} '{instance}' updated." -msgstr "تم تحديث {model_name} '{instance}'." - #, python-format msgid "The %s could not be saved due to errors." msgstr "لا يمكن حفظ %s بسبب الأخطاء." @@ -208,9 +202,6 @@ msgstr "" "هل أنت متأكد أنك تريد حذف هذا %s؟ إذا كانت هناك أشياء أخرى في موقعك مرتبطة " "بها ، فقد تتأثر أيضًا." -msgid "{model} '{instance}' deleted." -msgstr "{model} \"{instance}\" محذوف." - msgid "Inspecting" msgstr "يتم الفحص" diff --git a/wagtail/contrib/modeladmin/locale/ca/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/ca/LC_MESSAGES/django.mo index 337c4e051..8e6d0b008 100644 Binary files a/wagtail/contrib/modeladmin/locale/ca/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/ca/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/ca/LC_MESSAGES/django.po index ee1d06bed..1ef79b220 100644 --- a/wagtail/contrib/modeladmin/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/ca/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" "ca/)\n" @@ -168,9 +168,6 @@ msgstr "Anterior" msgid "Next" msgstr "Següent" -msgid "{model_name} '{instance}' created." -msgstr "S'ha creat {model_name} '{instance}'." - #, python-format msgid "The %s could not be created due to errors." msgstr "No s'ha pogut crear el %s a causa d'errors." @@ -189,9 +186,6 @@ msgstr "Editant" msgid "Editing %s" msgstr "Editant %s" -msgid "{model_name} '{instance}' updated." -msgstr "{model_name} '{instance}' actualitzat." - #, python-format msgid "The %s could not be saved due to errors." msgstr "No s'ha pogut desar el %s a causa d'errors." @@ -208,9 +202,6 @@ msgstr "" "Segur que voleu eliminar aquest %s? Si hi ha altres elements del vostre lloc " "relacionats amb ell podrien veure's afectats." -msgid "{model} '{instance}' deleted." -msgstr "{model} '{instance}' eliminat." - msgid "Inspecting" msgstr "Inspeccionant" diff --git a/wagtail/contrib/modeladmin/locale/cs/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/cs/LC_MESSAGES/django.mo index a0062a808..5a0ce9fe7 100644 Binary files a/wagtail/contrib/modeladmin/locale/cs/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/cs/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/cs/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/cs/LC_MESSAGES/django.po index 5c1fdaf07..786d997cb 100644 --- a/wagtail/contrib/modeladmin/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/cs/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Czech (http://www.transifex.com/torchbox/wagtail/language/" "cs/)\n" @@ -175,9 +175,6 @@ msgstr "Předchozí" msgid "Next" msgstr "Další" -msgid "{model_name} '{instance}' created." -msgstr "{model_name} '{instance}' byl(o) vytvořen(o)." - #, python-format msgid "The %s could not be created due to errors." msgstr " %s nemohlo být vytvořeno kvůli chybám." @@ -196,9 +193,6 @@ msgstr "Editování" msgid "Editing %s" msgstr "Editování %s" -msgid "{model_name} '{instance}' updated." -msgstr "{model_name} '{instance}' byl(a/o) aktualizován(a/o)." - #, python-format msgid "The %s could not be saved due to errors." msgstr "%s nemohlo být uloženo kvůli chybám." @@ -215,9 +209,6 @@ msgstr "" "Jste si jistý/á, že chcete zrušit %s? Jestliže se k tomu vztahují další věci " "na Vašem webu, mohou být rovněž ovlivněny." -msgid "{model} '{instance}' deleted." -msgstr "{model} '{instance}' bylo zrušeno." - msgid "Inspecting" msgstr "Prohlíží se.." diff --git a/wagtail/contrib/modeladmin/locale/de/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/de/LC_MESSAGES/django.mo index 577a298c8..15dd470cc 100644 Binary files a/wagtail/contrib/modeladmin/locale/de/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/de/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/de/LC_MESSAGES/django.po index b2352afce..7ac6dbeef 100644 --- a/wagtail/contrib/modeladmin/locale/de/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/de/LC_MESSAGES/django.po @@ -4,15 +4,17 @@ # # Translators: # Benjamin Thurm, 2018 +# Ettore Atalan , 2019 # Henrik Kröger , 2018 +# Johannes Fleck, 2019 # Moritz Pfeiffer , 2016 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-31 14:37+0000\n" +"Last-Translator: Johannes Fleck\n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" "de/)\n" "MIME-Version: 1.0\n" @@ -115,6 +117,9 @@ msgstr "Zurück zur Liste" msgid "Yes, delete" msgstr "Ja, löschen" +msgid "No, don't delete" +msgstr "Nein, nicht löschen" + msgid "Home" msgstr "Home" @@ -161,6 +166,9 @@ msgstr "" "Sie doch eine hinzu!\n" " " +msgid "Pagination" +msgstr "Seitennummerierung" + #, python-format msgid "Page %(current_page)s of %(num_pages)s." msgstr "Seite %(current_page)s von %(num_pages)s." @@ -175,8 +183,9 @@ msgstr "Vorherige" msgid "Next" msgstr "Nächste" -msgid "{model_name} '{instance}' created." -msgstr "{model_name} '{instance}' erstellt." +#, python-format +msgid "%(model_name)s '%(instance)s' created." +msgstr "%(model_name)s '%(instance)s' erstellt." #, python-format msgid "The %s could not be created due to errors." @@ -196,8 +205,9 @@ msgstr "Bearbeiten" msgid "Editing %s" msgstr "%s bearbeiten" -msgid "{model_name} '{instance}' updated." -msgstr "{model_name} '{instance}' geändert." +#, python-format +msgid "%(model_name)s '%(instance)s' updated." +msgstr "%(model_name)s '%(instance)s' geändert." #, python-format msgid "The %s could not be saved due to errors." @@ -215,8 +225,9 @@ msgstr "" "Sind Sie sicher, dass Sie diese(s) %s löschen möchten? Andere Objekte, die " "damit verknüpft sind, können davon beeinträchtigt werden." -msgid "{model} '{instance}' deleted." -msgstr "{model} '{instance}' gelöscht." +#, python-format +msgid "%(model_name)s '%(instance)s' deleted." +msgstr "%(model_name)s '%(instance)s' gelöscht." msgid "Inspecting" msgstr "Ansehen" diff --git a/wagtail/contrib/modeladmin/locale/el/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/el/LC_MESSAGES/django.mo index 21717fb79..92615dc21 100644 Binary files a/wagtail/contrib/modeladmin/locale/el/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/el/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/el/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/el/LC_MESSAGES/django.po index e5fbc685d..4af6b5f70 100644 --- a/wagtail/contrib/modeladmin/locale/el/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/el/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Greek (http://www.transifex.com/torchbox/wagtail/language/" "el/)\n" @@ -153,9 +153,6 @@ msgstr "Προηγούμενο" msgid "Next" msgstr "Επόμενο" -msgid "{model_name} '{instance}' created." -msgstr "{model_name} '{instance}' δημιουργήθηκε." - #, python-format msgid "The %s could not be created due to errors." msgstr "Το %s δεν μπόρεσε να δημιουργηθεί λόγω σφαλμάτων." @@ -174,9 +171,6 @@ msgstr "Υπό επεξεργασία" msgid "Editing %s" msgstr "Επεξεργάζεται %s" -msgid "{model_name} '{instance}' updated." -msgstr "{model_name} '{instance}' ενημερώθηκε." - #, python-format msgid "The %s could not be saved due to errors." msgstr "%s δεν μπορεί να αποθηκευτεί λόγω σφαλμάτων." @@ -194,9 +188,6 @@ msgstr "" "πράγματα στο site σας συσχετίζονται με αυτό, τότε μπορεί και αυτά να " "επηρρεαστούν." -msgid "{model} '{instance}' deleted." -msgstr "{model} '{instance}' διαγράφηκε." - msgid "Inspecting" msgstr "Επισκόπηση" diff --git a/wagtail/contrib/modeladmin/locale/en/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/en/LC_MESSAGES/django.mo index b1e994302..6420bb1ad 100644 Binary files a/wagtail/contrib/modeladmin/locale/en/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/en/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/en/LC_MESSAGES/django.po index a35f204f4..59a13b451 100644 --- a/wagtail/contrib/modeladmin/locale/en/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,7 +25,7 @@ msgstr "" msgid "Parent page" msgstr "" -#: helpers/button.py:42 views.py:669 +#: helpers/button.py:42 views.py:671 #, python-format msgid "Add %s" msgstr "" @@ -44,7 +44,7 @@ msgstr "" msgid "Inspect this %s" msgstr "" -#: helpers/button.py:70 views.py:159 +#: helpers/button.py:70 views.py:160 msgid "Edit" msgstr "" @@ -53,7 +53,7 @@ msgstr "" msgid "Edit this %s" msgstr "" -#: helpers/button.py:84 templates/modeladmin/edit.html:15 views.py:700 +#: helpers/button.py:84 templates/modeladmin/edit.html:15 views.py:702 msgid "Delete" msgstr "" @@ -203,62 +203,65 @@ msgid "Next" msgstr "" #: views.py:153 -msgid "{model_name} '{instance}' created." +#, python-format +msgid "%(model_name)s '%(instance)s' created." msgstr "" -#: views.py:164 +#: views.py:165 #, python-format msgid "The %s could not be created due to errors." msgstr "" -#: views.py:591 +#: views.py:592 msgid "New" msgstr "" -#: views.py:616 +#: views.py:617 #, python-format msgid "Create new %s" msgstr "" -#: views.py:626 +#: views.py:627 msgid "Editing" msgstr "" -#: views.py:640 +#: views.py:641 #, python-format msgid "Editing %s" msgstr "" -#: views.py:643 -msgid "{model_name} '{instance}' updated." +#: views.py:644 +#, python-format +msgid "%(model_name)s '%(instance)s' updated." msgstr "" -#: views.py:656 +#: views.py:658 #, python-format msgid "The %s could not be saved due to errors." msgstr "" -#: views.py:716 +#: views.py:718 #, python-format msgid "Confirm deletion of %s" msgstr "" -#: views.py:720 +#: views.py:722 #, python-format msgid "" "Are you sure you want to delete this %s? If other things in your site are " "related to it, they may also be affected." msgstr "" -#: views.py:729 -msgid "{model} '{instance}' deleted." +#: views.py:731 +#, python-format +msgid "%(model_name)s '%(instance)s' deleted." msgstr "" -#: views.py:756 +#: views.py:767 msgid "Inspecting" msgstr "" -#: views.py:769 +#: views.py:780 #, python-format msgid "Inspecting %s" msgstr "" diff --git a/wagtail/contrib/modeladmin/locale/es/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/es/LC_MESSAGES/django.mo index 79980d429..282a7f8b3 100644 Binary files a/wagtail/contrib/modeladmin/locale/es/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/es/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/es/LC_MESSAGES/django.po index 3120ca078..3b6411c11 100644 --- a/wagtail/contrib/modeladmin/locale/es/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/es/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" "es/)\n" @@ -174,9 +174,6 @@ msgstr "Anterior" msgid "Next" msgstr "Siguiente" -msgid "{model_name} '{instance}' created." -msgstr "{model_name} '{instance}' creado." - #, python-format msgid "The %s could not be created due to errors." msgstr "El %s no puede ser creado debido a errores." @@ -195,9 +192,6 @@ msgstr "Editando" msgid "Editing %s" msgstr "Editando %s" -msgid "{model_name} '{instance}' updated." -msgstr "{model_name} '{instance}' actualizado." - #, python-format msgid "The %s could not be saved due to errors." msgstr "El %s no puede ser guardado debido a errores." @@ -214,9 +208,6 @@ msgstr "" "Está seguro de que quiere eliminar este %s? Si otras cosas en este sitio " "están relacionadas a esta, estas se verán afectadas también." -msgid "{model} '{instance}' deleted." -msgstr "{model} '{instance}' eliminado." - msgid "Inspecting" msgstr "Inspeccionar" diff --git a/wagtail/contrib/modeladmin/locale/fa/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/fa/LC_MESSAGES/django.mo index 723a20656..7b9428e1d 100644 Binary files a/wagtail/contrib/modeladmin/locale/fa/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/fa/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/fa/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/fa/LC_MESSAGES/django.po index e7ee9b284..874f94069 100644 --- a/wagtail/contrib/modeladmin/locale/fa/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/fa/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Persian (http://www.transifex.com/torchbox/wagtail/language/" "fa/)\n" @@ -166,9 +166,6 @@ msgstr "قبلی" msgid "Next" msgstr "بعدی" -msgid "{model_name} '{instance}' created." -msgstr "{model_name} '{instance}' ایجاد شد" - #, python-format msgid "The %s could not be created due to errors." msgstr "%s به دلیل بروز خطا ایجاد نشد" @@ -187,9 +184,6 @@ msgstr "در حال ویرایش" msgid "Editing %s" msgstr "ویرایش %s" -msgid "{model_name} '{instance}' updated." -msgstr "{model_name} '{instance}' بروزرسانی شد." - #, python-format msgid "The %s could not be saved due to errors." msgstr "به دلیل بروز خطا %s ذخیره نشد." @@ -206,9 +200,6 @@ msgstr "" "آیا مطمئن هستید که میخواهید %s را حذف کنید؟ اگر چیزهای دیگری در این سایت " "مرتبط با این شی هستند آنها نیز تحت تاثیر این حذف ممکن است قرار بگیرند." -msgid "{model} '{instance}' deleted." -msgstr "{model} '{instance}' حذف شد." - msgid "Inspecting" msgstr "بازرسی" diff --git a/wagtail/contrib/modeladmin/locale/fi/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/fi/LC_MESSAGES/django.mo index d17a208d0..25beb79a5 100644 Binary files a/wagtail/contrib/modeladmin/locale/fi/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/fi/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/fi/LC_MESSAGES/django.po index c8bad29ab..1c66e4a03 100644 --- a/wagtail/contrib/modeladmin/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/fi/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" "fi/)\n" @@ -168,9 +168,6 @@ msgstr "Edellinen" msgid "Next" msgstr "Seuraava" -msgid "{model_name} '{instance}' created." -msgstr "{model_name} '{instance}' luotu." - #, python-format msgid "The %s could not be created due to errors." msgstr "%s ei voitu luoda virheiden vuoksi." @@ -189,9 +186,6 @@ msgstr "Muokataan" msgid "Editing %s" msgstr "Muokataan %s" -msgid "{model_name} '{instance}' updated." -msgstr "{model_name} '{instance}' päivitetty." - #, python-format msgid "The %s could not be saved due to errors." msgstr "%s ei voitu tallentaa virheiden vuoksi." @@ -208,9 +202,6 @@ msgstr "" "Oletko varma, että haluat poistaa %s? Tämä saattaa vaikuttaa muihin " "sivustossa kohteeseen liityviin asioihin." -msgid "{model} '{instance}' deleted." -msgstr "{model} '{instance}' poistettu." - msgid "Inspecting" msgstr "Tarkastellaan" diff --git a/wagtail/contrib/modeladmin/locale/fr/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/fr/LC_MESSAGES/django.mo index 82aa64a58..60745417c 100644 Binary files a/wagtail/contrib/modeladmin/locale/fr/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/fr/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/fr/LC_MESSAGES/django.po index d23a93178..5ee20c581 100644 --- a/wagtail/contrib/modeladmin/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/fr/LC_MESSAGES/django.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-09-17 01:23+0000\n" -"Last-Translator: Benoît Vogel \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" "fr/)\n" "MIME-Version: 1.0\n" @@ -182,9 +182,6 @@ msgstr "Précédent" msgid "Next" msgstr "Suivant" -msgid "{model_name} '{instance}' created." -msgstr "{model_name} '{instance}' créé(e)." - #, python-format msgid "The %s could not be created due to errors." msgstr "Le/la %s ne peut être créé(e) du fait d'erreurs." @@ -203,9 +200,6 @@ msgstr "Modification" msgid "Editing %s" msgstr "Modification de %s" -msgid "{model_name} '{instance}' updated." -msgstr "{model_name} '{instance}' modifié(e)." - #, python-format msgid "The %s could not be saved due to errors." msgstr "Le/la %s ne peut être enregistré(e) du fait d'erreurs." @@ -222,9 +216,6 @@ msgstr "" "Êtes-vous sûr(e) de vouloir supprimer ce/cette %s ? Si d'autres éléments de " "votre site y sont liés, il se peut qu'ils soient également affectés." -msgid "{model} '{instance}' deleted." -msgstr "{model} '{instance}' supprimé(e)." - msgid "Inspecting" msgstr "Inspection" diff --git a/wagtail/contrib/modeladmin/locale/gl/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/gl/LC_MESSAGES/django.mo index 4ca0a136b..3c28fa750 100644 Binary files a/wagtail/contrib/modeladmin/locale/gl/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/gl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/gl/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/gl/LC_MESSAGES/django.po index 51c2d6418..afb17c973 100644 --- a/wagtail/contrib/modeladmin/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/gl/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Galician (http://www.transifex.com/torchbox/wagtail/language/" "gl/)\n" @@ -169,9 +169,6 @@ msgstr "Previa" msgid "Next" msgstr "Seguinte" -msgid "{model_name} '{instance}' created." -msgstr "{model_name} '{instance}' creada." - #, python-format msgid "The %s could not be created due to errors." msgstr "A %s non puido ser creada debido a erros." @@ -190,9 +187,6 @@ msgstr "Editando" msgid "Editing %s" msgstr "Editando %s" -msgid "{model_name} '{instance}' updated." -msgstr "{model_name} '{instance}' actualizada." - #, python-format msgid "The %s could not be saved due to errors." msgstr "A %s non puido ser gardada debido a erros." @@ -209,9 +203,6 @@ msgstr "" "¿Seguro que queres eliminar esta %s? Se outras cosas no teu sitio web fan " "referencia a ela, poderían tamén verse afectadas." -msgid "{model} '{instance}' deleted." -msgstr "{model} '{instance}' eliminada." - msgid "Inspecting" msgstr "Inspeccionando" diff --git a/wagtail/contrib/modeladmin/locale/hu/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/hu/LC_MESSAGES/django.mo index 86ee23903..12db5b1c1 100644 Binary files a/wagtail/contrib/modeladmin/locale/hu/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/hu/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/hu/LC_MESSAGES/django.po index 574c100ca..b62a71a7c 100644 --- a/wagtail/contrib/modeladmin/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/hu/LC_MESSAGES/django.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-09-03 17:13+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-28 12:42+0000\n" +"Last-Translator: Istvan Farkas \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" "hu/)\n" "MIME-Version: 1.0\n" @@ -178,8 +178,9 @@ msgstr "Előző" msgid "Next" msgstr "Következő" -msgid "{model_name} '{instance}' created." -msgstr "{model_name} '{instance}' létrehozva." +#, python-format +msgid "%(model_name)s '%(instance)s' created." +msgstr "%(model_name)s '%(instance)s' létrehozva." #, python-format msgid "The %s could not be created due to errors." @@ -199,8 +200,9 @@ msgstr "Szerkesztés" msgid "Editing %s" msgstr "%s szerkesztése" -msgid "{model_name} '{instance}' updated." -msgstr "{model_name} '{instance}' frissítve." +#, python-format +msgid "%(model_name)s '%(instance)s' updated." +msgstr "%(model_name)s'%(instance)s' frissítve." #, python-format msgid "The %s could not be saved due to errors." @@ -218,8 +220,9 @@ msgstr "" "Biztosan törölni kívánja ezt a(z) %s rekordot? Ha más tartalom is hivatkozik " "rá, azt is értintheti a törlés." -msgid "{model} '{instance}' deleted." -msgstr "{model} '{instance}' törölve." +#, python-format +msgid "%(model_name)s '%(instance)s' deleted." +msgstr "%(model_name)s '%(instance)s' törölve." msgid "Inspecting" msgstr "Vizsgálat" diff --git a/wagtail/contrib/modeladmin/locale/id_ID/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/id_ID/LC_MESSAGES/django.mo index caf7ef6ce..2a069cb42 100644 Binary files a/wagtail/contrib/modeladmin/locale/id_ID/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/id_ID/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/id_ID/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/id_ID/LC_MESSAGES/django.po index acb43f569..352323bff 100644 --- a/wagtail/contrib/modeladmin/locale/id_ID/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/id_ID/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/torchbox/" "wagtail/language/id_ID/)\n" @@ -168,9 +168,6 @@ msgstr "Sebelumnya" msgid "Next" msgstr "Berikutnya" -msgid "{model_name} '{instance}' created." -msgstr "{model_name} '{instance}' dibuat." - #, python-format msgid "The %s could not be created due to errors." msgstr "%s tidak dapat dibuat karena kesalahan." @@ -189,9 +186,6 @@ msgstr "Mengubah" msgid "Editing %s" msgstr "Mengubah %s" -msgid "{model_name} '{instance}' updated." -msgstr "{model_name} '{instance}' diperbarui." - #, python-format msgid "The %s could not be saved due to errors." msgstr "%s tidak dapat disimpan karena suatu kesalahan." @@ -208,9 +202,6 @@ msgstr "" "Apakah Anda yakin ingin menghapus %s ini? Jika ada hal lain yang terkait " "dengan hal ini pada situs Anda, hal lain tersebut akan terpengaruh juga." -msgid "{model} '{instance}' deleted." -msgstr "{model} '{instance}' dihapus." - msgid "Inspecting" msgstr "Memeriksa" diff --git a/wagtail/contrib/modeladmin/locale/is_IS/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/is_IS/LC_MESSAGES/django.mo index 153653ca1..f20ef20f3 100644 Binary files a/wagtail/contrib/modeladmin/locale/is_IS/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/is_IS/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/is_IS/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/is_IS/LC_MESSAGES/django.po index 9771f7497..9ec733afb 100644 --- a/wagtail/contrib/modeladmin/locale/is_IS/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/is_IS/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/torchbox/" "wagtail/language/is_IS/)\n" @@ -172,9 +172,6 @@ msgstr "Fyrra" msgid "Next" msgstr "Næsta" -msgid "{model_name} '{instance}' created." -msgstr "{model_name} '{instance}' búið til." - #, python-format msgid "The %s could not be created due to errors." msgstr "Ekki var hægt að búa til %s þar sem það stóðst ekki villuprófanir" @@ -193,9 +190,6 @@ msgstr "Breyti" msgid "Editing %s" msgstr "Breyti %s" -msgid "{model_name} '{instance}' updated." -msgstr "{model_name} '{instance}' uppfært." - #, python-format msgid "The %s could not be saved due to errors." msgstr "Ekki var hægt að vista %s þar sem það stóðst ekki villuprófanir" @@ -212,9 +206,6 @@ msgstr "" "Ertu viss um að þú viljir eyða þessu %s? Ef aðrir hlutir á síðunni eru háðir " "þessu þá gæti þetta haft áhrif á þá." -msgid "{model} '{instance}' deleted." -msgstr "{model} '{instance}' eytt." - msgid "Inspecting" msgstr "Skoða" diff --git a/wagtail/contrib/modeladmin/locale/it/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/it/LC_MESSAGES/django.mo index b582340ac..1e7a95b66 100644 Binary files a/wagtail/contrib/modeladmin/locale/it/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/it/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/it/LC_MESSAGES/django.po index 6fbf9569e..d0933d551 100644 --- a/wagtail/contrib/modeladmin/locale/it/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/it/LC_MESSAGES/django.po @@ -5,13 +5,14 @@ # Translators: # Giacomo Ghizzani , 2016 # giammi , 2018 +# LB (Ben Johnston) , 2019 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-29 22:00+0000\n" +"Last-Translator: LB (Ben Johnston) \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" "it/)\n" "MIME-Version: 1.0\n" @@ -112,6 +113,9 @@ msgstr "Torna indietro alla lista" msgid "Yes, delete" msgstr "Si, elimina" +msgid "No, don't delete" +msgstr "No, non eliminarlo" + msgid "Home" msgstr "Home" @@ -173,9 +177,6 @@ msgstr "Precedente" msgid "Next" msgstr "Successivo" -msgid "{model_name} '{instance}' created." -msgstr "{model_name} '{instance}' creato." - #, python-format msgid "The %s could not be created due to errors." msgstr "%s non può essere creato a causa di errori. " @@ -194,9 +195,6 @@ msgstr "Modifica" msgid "Editing %s" msgstr "Modifica %s" -msgid "{model_name} '{instance}' updated." -msgstr "{model_name} '{instance}' aggiornato." - #, python-format msgid "The %s could not be saved due to errors." msgstr "%s non può essere salvato a causa di errori." @@ -213,9 +211,6 @@ msgstr "" "Sei sicuro di voler cancellare %s? Saranno interessati tutti gli oggetti del " "sito in relazione a questo." -msgid "{model} '{instance}' deleted." -msgstr "{model} '{instance}' eliminato." - msgid "Inspecting" msgstr "Controllo" diff --git a/wagtail/contrib/modeladmin/locale/ja/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/ja/LC_MESSAGES/django.mo index b13c0c5b5..57fe63794 100644 Binary files a/wagtail/contrib/modeladmin/locale/ja/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/ja/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/ja/LC_MESSAGES/django.po index 205ea24f1..92198dda0 100644 --- a/wagtail/contrib/modeladmin/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/ja/LC_MESSAGES/django.po @@ -4,15 +4,17 @@ # # Translators: # shuhei hirota, 2019 +# Safu9 , 2019 +# 小口英昭 , 2019 # Yudai Kobayashi , 2019 # 山本 卓也 , 2019 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-08-29 14:24+0000\n" -"Last-Translator: Yudai Kobayashi \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" "ja/)\n" "MIME-Version: 1.0\n" @@ -36,11 +38,11 @@ msgid "Add a new %s" msgstr "%s を新規追加" msgid "Inspect" -msgstr "検索する" +msgstr "詳細" #, python-format msgid "Inspect this %s" -msgstr "この%sを検査する" +msgstr "%sの詳細" msgid "Edit" msgstr "編集" @@ -76,6 +78,14 @@ msgstr "画像" msgid "Choose a parent page" msgstr "親ページを選択" +#, python-format +msgid "" +"%(plural)s can be added to more than one place within your site. Which of " +"the following would you like to be the parent of your new page?" +msgstr "" +"%(plural)sはサイト内の複数の場所に追加できます。 次のうち、新しいページの親に" +"なりたいものはどれですか?" + msgid "Continue" msgstr "続ける" @@ -89,6 +99,16 @@ msgstr "保存" msgid "%(model_name)s could not be deleted" msgstr "%(model_name)sは削除できませんでした" +#, python-format +msgid "" +"'%(instance_name)s' is currently referenced by other objects, and cannot be " +"deleted without jeopardising data integrity. To delete it successfully, " +"first remove references from the following objects, then try again:" +msgstr "" +"現在'%(instance_name)s'は他のオブジェクトによって参照されているため、データの" +"整合性を危険にさらすことなく削除できません。 正常に削除するためには、次のオブ" +"ジェクトから参照を削除してから行ってください。" + msgid "Go back to listing" msgstr "リストに戻る" @@ -105,6 +125,10 @@ msgstr "ホーム" msgid " By %(filter_title)s " msgstr "%(filter_title)sによって" +#, python-format +msgid "Sorry, there are no %(name)s matching your search parameters." +msgstr "検索パラメータに一致する%(name)sはありませんでした。" + msgid "Search for" msgstr "を検索する" @@ -115,15 +139,49 @@ msgstr "%(name)sを検索" msgid "Filter" msgstr "フィルター" +#, python-format +msgid "" +"No %(name)s have been created yet. One of the following must be created " +"before you can add any %(name)s:" +msgstr "" +"%(name)sはまだ作成されていせん。%(name)sを追加する前に、次のいずれかを作成す" +"る必要があります:" + +#, python-format +msgid "No %(name)s have been created yet." +msgstr "まだ%(name)sは作成されていません。" + +#, python-format +msgid "" +"\n" +" Why not add one?\n" +" " +msgstr "" +"\n" +"追加しますか?" + msgid "Pagination" msgstr "ページネーション" +#, python-format +msgid "Page %(current_page)s of %(num_pages)s." +msgstr "%(num_pages)sページ中%(current_page)sページ目" + +#, python-format +msgid "Back to %(model_name)s list" +msgstr "%(model_name)sリストに戻る" + msgid "Previous" -msgstr "前のページ" +msgstr "前へ" msgid "Next" msgstr "次へ" +#, python-format +msgid "The %s could not be created due to errors." +msgstr "%sはエラーにより作成されませんでした。" + msgid "New" msgstr "新規作成" @@ -138,9 +196,25 @@ msgstr "編集" msgid "Editing %s" msgstr "%sを編集中" +#, python-format +msgid "The %s could not be saved due to errors." +msgstr "%sはエラーにより保存されませんでした。" + +#, python-format +msgid "Confirm deletion of %s" +msgstr "%sの削除確認" + +#, python-format +msgid "" +"Are you sure you want to delete this %s? If other things in your site are " +"related to it, they may also be affected." +msgstr "" +"%sを削除してもよいですか?サイトの他の要素がこれに関連している場合は、それら" +"も影響を受ける可能性があります。" + msgid "Inspecting" -msgstr "検索" +msgstr "詳細" #, python-format msgid "Inspecting %s" -msgstr "%sを検査中" +msgstr "%sの詳細" diff --git a/wagtail/contrib/modeladmin/locale/ko/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/ko/LC_MESSAGES/django.mo index 8190aa12e..40ab6e4e5 100644 Binary files a/wagtail/contrib/modeladmin/locale/ko/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/ko/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/ko/LC_MESSAGES/django.po index 0bc1b7332..a09916521 100644 --- a/wagtail/contrib/modeladmin/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/ko/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" "ko/)\n" @@ -168,9 +168,6 @@ msgstr "이전" msgid "Next" msgstr "다음" -msgid "{model_name} '{instance}' created." -msgstr "{model_name} '{instance}' 생성됨." - #, python-format msgid "The %s could not be created due to errors." msgstr "%s 생성이 오류로 인해 실패했습니다." @@ -189,9 +186,6 @@ msgstr "수정" msgid "Editing %s" msgstr "%s 수정" -msgid "{model_name} '{instance}' updated." -msgstr "{model_name} '{instance}' 수정됨." - #, python-format msgid "The %s could not be saved due to errors." msgstr "%s 저장이 오류로 인해 실패했습니다." @@ -208,9 +202,6 @@ msgstr "" "%s 항목을 삭제하는 것이 확실한가요? 사이트의 다른 것들이 연관되어 있다면 이" "에 대한 영향이 있을 수 있습니다." -msgid "{model} '{instance}' deleted." -msgstr "{model} '{instance}' 삭제됨." - msgid "Inspecting" msgstr "분석" diff --git a/wagtail/contrib/modeladmin/locale/lt/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/lt/LC_MESSAGES/django.mo index 41e57f410..282077248 100644 Binary files a/wagtail/contrib/modeladmin/locale/lt/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/lt/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/lt/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/lt/LC_MESSAGES/django.po index d99c69878..a4bca83d6 100644 --- a/wagtail/contrib/modeladmin/locale/lt/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/lt/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Lithuanian (http://www.transifex.com/torchbox/wagtail/" "language/lt/)\n" @@ -168,9 +168,6 @@ msgstr "Buvęs" msgid "Next" msgstr "Kitas" -msgid "{model_name} '{instance}' created." -msgstr "{model_name} '{instance}' sukurtas." - #, python-format msgid "The %s could not be created due to errors." msgstr "%s negalėjo būti sukurtas dėl klaidų." @@ -189,9 +186,6 @@ msgstr "Redagavimas" msgid "Editing %s" msgstr "Redaguojamas %s" -msgid "{model_name} '{instance}' updated." -msgstr "{model_name} '{instance}' atnaujintas." - #, python-format msgid "The %s could not be saved due to errors." msgstr "%s negalėjo būti išsaugotas dėl klaidų." @@ -208,9 +202,6 @@ msgstr "" "Ar tikrai norite ištrinti šį %s? Jei kiti elementai jūsų tinklalapyje yra su " "juo susieti, tai gali paveikti ir juos." -msgid "{model} '{instance}' deleted." -msgstr "{model} '{instance}' ištrintas." - msgid "Inspecting" msgstr "Tikrinama" diff --git a/wagtail/contrib/modeladmin/locale/lv/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/lv/LC_MESSAGES/django.mo index 2dbb1f710..476addd5d 100644 Binary files a/wagtail/contrib/modeladmin/locale/lv/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/lv/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/lv/LC_MESSAGES/django.po index ca803b052..41037a866 100644 --- a/wagtail/contrib/modeladmin/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/lv/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" "lv/)\n" diff --git a/wagtail/contrib/modeladmin/locale/mn/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/mn/LC_MESSAGES/django.mo index 8c2320b26..762591143 100644 Binary files a/wagtail/contrib/modeladmin/locale/mn/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/mn/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/mn/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/mn/LC_MESSAGES/django.po index 67c9719bb..5e5fb93ad 100644 --- a/wagtail/contrib/modeladmin/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/mn/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Mongolian (http://www.transifex.com/torchbox/wagtail/language/" "mn/)\n" @@ -130,9 +130,6 @@ msgstr "Засч байна" msgid "Editing %s" msgstr "%s засч байна" -msgid "{model_name} '{instance}' updated." -msgstr "{model_name} '{instance}' шинэчлэгдлээ." - #, python-format msgid "The %s could not be saved due to errors." msgstr "Алдаануудаас болж %s хадгалагдсангүй." @@ -149,9 +146,6 @@ msgstr "" "%s-г үнэхээр устгах уу? Үүнтэй холбоотой бусад зүйлст сөргөөр нөлөөлж " "болзошгүй." -msgid "{model} '{instance}' deleted." -msgstr "{model} '{instance}' устлаа." - msgid "Inspecting" msgstr "Шалгаж байна" diff --git a/wagtail/contrib/modeladmin/locale/nb/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/nb/LC_MESSAGES/django.mo index f38a0a020..e822c9c71 100644 Binary files a/wagtail/contrib/modeladmin/locale/nb/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/nb/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/nb/LC_MESSAGES/django.po index e26516222..4108fef93 100644 --- a/wagtail/contrib/modeladmin/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/nb/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" "language/nb/)\n" @@ -170,9 +170,6 @@ msgstr "Forrige" msgid "Next" msgstr "Neste" -msgid "{model_name} '{instance}' created." -msgstr "{model_name} '{instance}' opprettet." - #, python-format msgid "The %s could not be created due to errors." msgstr "%s kunne ikke opprettes grunnet feil." @@ -191,9 +188,6 @@ msgstr "Redigerer" msgid "Editing %s" msgstr "Redigerer %s" -msgid "{model_name} '{instance}' updated." -msgstr "{model_name} '{instance}' oppdatert." - #, python-format msgid "The %s could not be saved due to errors." msgstr "%s kunne ikke lagres grunnet feil." @@ -210,9 +204,6 @@ msgstr "" "Er du sikker på at du vil slette %s? Hvis andre ting på nettstedet er " "relatert kan de også bli påvirket." -msgid "{model} '{instance}' deleted." -msgstr "{model} '{instance}' slettet." - msgid "Inspecting" msgstr "Inspiserer" diff --git a/wagtail/contrib/modeladmin/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/nl_NL/LC_MESSAGES/django.mo index 7d59ca19f..32eb892d4 100644 Binary files a/wagtail/contrib/modeladmin/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/nl_NL/LC_MESSAGES/django.po index 3c371bdbe..a40436ef4 100644 --- a/wagtail/contrib/modeladmin/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/nl_NL/LC_MESSAGES/django.po @@ -3,15 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Coen van der Kamp , 2019 # Maarten Kling , 2017-2018 # Thijs Kramer , 2016-2017 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 21:52+0000\n" +"Last-Translator: Coen van der Kamp \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" "wagtail/language/nl_NL/)\n" "MIME-Version: 1.0\n" @@ -113,6 +114,9 @@ msgstr "Ga terug naar de lijstweergave" msgid "Yes, delete" msgstr "Ja, verwijder" +msgid "No, don't delete" +msgstr "Nee, niet verwijderen" + msgid "Home" msgstr "Home" @@ -156,6 +160,9 @@ msgstr "" "\n" "Waarom niet een toevoegen?" +msgid "Pagination" +msgstr "Paginering" + #, python-format msgid "Page %(current_page)s of %(num_pages)s." msgstr "Pagina %(current_page)s van %(num_pages)s." @@ -170,8 +177,9 @@ msgstr "Vorige" msgid "Next" msgstr "Volgende" -msgid "{model_name} '{instance}' created." -msgstr "{model_name} '{instance}' aangemaakt." +#, python-format +msgid "%(model_name)s '%(instance)s' created." +msgstr "%(model_name)s '%(instance)s' aangemaakt." #, python-format msgid "The %s could not be created due to errors." @@ -191,8 +199,9 @@ msgstr "Wijzigen" msgid "Editing %s" msgstr "Wijzigen %s" -msgid "{model_name} '{instance}' updated." -msgstr "{model_name} '{instance}' gewijzigd." +#, python-format +msgid "%(model_name)s '%(instance)s' updated." +msgstr "%(model_name)s '%(instance)s' bijgewerkt." #, python-format msgid "The %s could not be saved due to errors." @@ -210,8 +219,9 @@ msgstr "" "Weet u zeker dat u dit %s wilt verwijderen? Als andere dingen hieraan zijn " "gerelateerd dan zullen deze mogelijk worden beïnvloed." -msgid "{model} '{instance}' deleted." -msgstr "{model} '{instance}' verwijderd." +#, python-format +msgid "%(model_name)s '%(instance)s' deleted." +msgstr "%(model_name)s '%(instance)s' verwijderd." msgid "Inspecting" msgstr "Bezig met inspecteren" diff --git a/wagtail/contrib/modeladmin/locale/pl/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/pl/LC_MESSAGES/django.mo index 4ed13b276..8e19107ca 100644 Binary files a/wagtail/contrib/modeladmin/locale/pl/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/pl/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/pl/LC_MESSAGES/django.po index b682d541b..3cc7c3b86 100644 --- a/wagtail/contrib/modeladmin/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/pl/LC_MESSAGES/django.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-25 10:04+0000\n" +"Last-Translator: Miłosz Miśkiewicz\n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" "pl/)\n" "MIME-Version: 1.0\n" @@ -115,6 +115,9 @@ msgstr "Wróć do listy" msgid "Yes, delete" msgstr "Tak, usuń" +msgid "No, don't delete" +msgstr "Nie usuwaj" + msgid "Home" msgstr "Start" @@ -160,6 +163,9 @@ msgstr "" "\"%(url)s\">dodać jednego?\n" " " +msgid "Pagination" +msgstr "Stronicowanie" + #, python-format msgid "Page %(current_page)s of %(num_pages)s." msgstr "Strona %(current_page)s z %(num_pages)s." @@ -174,8 +180,9 @@ msgstr "Wstecz" msgid "Next" msgstr "Naprzód" -msgid "{model_name} '{instance}' created." -msgstr "{model_name} '{instance}' utworzona." +#, python-format +msgid "%(model_name)s '%(instance)s' created." +msgstr "%(model_name)s '%(instance)s' utworzony." #, python-format msgid "The %s could not be created due to errors." @@ -195,8 +202,9 @@ msgstr "Edytowanie" msgid "Editing %s" msgstr "Edytowanie %s" -msgid "{model_name} '{instance}' updated." -msgstr "{model_name} '{instance}' uaktualniony." +#, python-format +msgid "%(model_name)s '%(instance)s' updated." +msgstr "%(model_name)s '%(instance)s' zaktualizowane." #, python-format msgid "The %s could not be saved due to errors." @@ -214,8 +222,9 @@ msgstr "" "Czy na pewno chcesz usunąć %s? Może mieć to wpływ na pozostałe, zależne " "elementy w Twoim serwisie." -msgid "{model} '{instance}' deleted." -msgstr "{model} '{instance}' usunięto." +#, python-format +msgid "%(model_name)s '%(instance)s' deleted." +msgstr "%(model_name)s '%(instance)s' usunięte." msgid "Inspecting" msgstr "Sprawdzanie" diff --git a/wagtail/contrib/modeladmin/locale/pt_BR/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/pt_BR/LC_MESSAGES/django.mo index 589e66b7d..86f12bc97 100644 Binary files a/wagtail/contrib/modeladmin/locale/pt_BR/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/pt_BR/LC_MESSAGES/django.po index 5a8fef98f..88049522b 100644 --- a/wagtail/contrib/modeladmin/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/pt_BR/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-08-04 02:24+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 20:41+0000\n" "Last-Translator: Luiz Boaretto \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/torchbox/" "wagtail/language/pt_BR/)\n" @@ -175,8 +175,9 @@ msgstr "Anterior" msgid "Next" msgstr "Próximo" -msgid "{model_name} '{instance}' created." -msgstr "{model_name} '{instance}' criado." +#, python-format +msgid "%(model_name)s '%(instance)s' created." +msgstr "%(model_name)s '%(instance)s' criado." #, python-format msgid "The %s could not be created due to errors." @@ -196,8 +197,9 @@ msgstr "Editando" msgid "Editing %s" msgstr "Editando %s" -msgid "{model_name} '{instance}' updated." -msgstr "{model_name} '{instance}' atualizado." +#, python-format +msgid "%(model_name)s '%(instance)s' updated." +msgstr "%(model_name)s '%(instance)s' atualizado." #, python-format msgid "The %s could not be saved due to errors." @@ -215,8 +217,9 @@ msgstr "" "Tem certeza de que quer apagar este %s? Se outras coisas em seu site estão " "relacionadas a ele, eles também podem ser afetados." -msgid "{model} '{instance}' deleted." -msgstr "{model} '{instance}' removido." +#, python-format +msgid "%(model_name)s '%(instance)s' deleted." +msgstr "%(model_name)s '%(instance)s' excluído." msgid "Inspecting" msgstr "Inspecionando" diff --git a/wagtail/contrib/modeladmin/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/pt_PT/LC_MESSAGES/django.mo index 2ead78808..3e605099b 100644 Binary files a/wagtail/contrib/modeladmin/locale/pt_PT/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/pt_PT/LC_MESSAGES/django.po index cea1ca460..bbcca031e 100644 --- a/wagtail/contrib/modeladmin/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/pt_PT/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" "wagtail/language/pt_PT/)\n" @@ -170,9 +170,6 @@ msgstr "Anterior" msgid "Next" msgstr "Seguinte" -msgid "{model_name} '{instance}' created." -msgstr "{model_name} '{instance}' criado." - #, python-format msgid "The %s could not be created due to errors." msgstr "Não foi possível criar o %s devido a erros." @@ -191,9 +188,6 @@ msgstr "A editar" msgid "Editing %s" msgstr "A editar %s" -msgid "{model_name} '{instance}' updated." -msgstr "{model_name} '{instance}' atualizado." - #, python-format msgid "The %s could not be saved due to errors." msgstr "O %s não pôde ser guardado devido a erros." @@ -210,9 +204,6 @@ msgstr "" "Tem a certeza que quer apagar este %s? Se outras coisas no seu site " "estiverem relacionados com ele, também podem ser afetadas." -msgid "{model} '{instance}' deleted." -msgstr "{model} '{instance}' apagado." - msgid "Inspecting" msgstr "A inspecionar" diff --git a/wagtail/contrib/modeladmin/locale/ro/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/ro/LC_MESSAGES/django.mo index d00cfaea0..5f18a71cb 100644 Binary files a/wagtail/contrib/modeladmin/locale/ro/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/ro/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/ro/LC_MESSAGES/django.po index 7f2578311..f839027a4 100644 --- a/wagtail/contrib/modeladmin/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/ro/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" "ro/)\n" @@ -174,9 +174,6 @@ msgstr "Precedent" msgid "Next" msgstr "Următor" -msgid "{model_name} '{instance}' created." -msgstr "{model_name} '{instance}' a fost creat(ă)." - #, python-format msgid "The %s could not be created due to errors." msgstr "%s nu a fost creat(ă) din cauza erorilor." @@ -195,9 +192,6 @@ msgstr "Editare" msgid "Editing %s" msgstr "Editare %s" -msgid "{model_name} '{instance}' updated." -msgstr "{model_name} '{instance}' a fost actualizat(ă)." - #, python-format msgid "The %s could not be saved due to errors." msgstr "%s nu a fost salvat(ă) din cauza erorilor." @@ -214,9 +208,6 @@ msgstr "" "Sigur doriți să ștergeți %s? Alte părți ale sait-ului legate de aceasta pot " "fi afectate." -msgid "{model} '{instance}' deleted." -msgstr "{model} '{instance}' a fost eliminat(ă)." - msgid "Inspecting" msgstr "Examinare" diff --git a/wagtail/contrib/modeladmin/locale/ru/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/ru/LC_MESSAGES/django.mo index 8f1c5708b..bbb5528df 100644 Binary files a/wagtail/contrib/modeladmin/locale/ru/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/ru/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/ru/LC_MESSAGES/django.po index 33fb2491d..f7ed7911c 100644 --- a/wagtail/contrib/modeladmin/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/ru/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" "ru/)\n" @@ -171,9 +171,6 @@ msgstr "Предыдущая" msgid "Next" msgstr "Следующая" -msgid "{model_name} '{instance}' created." -msgstr "{model_name} '{instance}' создан." - #, python-format msgid "The %s could not be created due to errors." msgstr "Невозможно создать %s из-за ошибок." @@ -192,9 +189,6 @@ msgstr "Редактирование" msgid "Editing %s" msgstr "Редактирование %s" -msgid "{model_name} '{instance}' updated." -msgstr "{model_name} '{instance}' обновлен." - #, python-format msgid "The %s could not be saved due to errors." msgstr "Невозможно сохранить %s из-за ошибок." @@ -211,9 +205,6 @@ msgstr "" "Вы уверены, что хотите удалить %s? Если другие объекты на вашем сайте " "связаны с удаляемым объектом, они тоже могут быть затронуты." -msgid "{model} '{instance}' deleted." -msgstr "{model} '{instance}' удален." - msgid "Inspecting" msgstr "Просмотр" diff --git a/wagtail/contrib/modeladmin/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/sk_SK/LC_MESSAGES/django.mo index c16b8f64c..214c82b68 100644 Binary files a/wagtail/contrib/modeladmin/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/sk_SK/LC_MESSAGES/django.po index 0463031e0..062998b21 100644 --- a/wagtail/contrib/modeladmin/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/sk_SK/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" "language/sk_SK/)\n" @@ -168,9 +168,6 @@ msgstr "Predchádzajúce" msgid "Next" msgstr "Ďalšie" -msgid "{model_name} '{instance}' created." -msgstr "{model_name} '{instance}' vytvorené." - #, python-format msgid "The %s could not be created due to errors." msgstr "%s nemôže byť vytvorené kvôli chybám." @@ -189,9 +186,6 @@ msgstr "Úprava" msgid "Editing %s" msgstr "Úprava %s" -msgid "{model_name} '{instance}' updated." -msgstr "{model_name} '{instance}' aktualizované." - #, python-format msgid "The %s could not be saved due to errors." msgstr "%s nemôže byť uložené kvôli chybám." @@ -208,9 +202,6 @@ msgstr "" "Ste si istý, že chcete zmazať %s? Môže to ovplyvniť niektoré závislosti v " "rámci sídla." -msgid "{model} '{instance}' deleted." -msgstr "{model} '{instance}' zmazané." - msgid "Inspecting" msgstr "Kontrola %s" diff --git a/wagtail/contrib/modeladmin/locale/sv/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/sv/LC_MESSAGES/django.mo index 2811e3361..8b9aba2f2 100644 Binary files a/wagtail/contrib/modeladmin/locale/sv/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/sv/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/sv/LC_MESSAGES/django.po index d4369295c..abfc4354b 100644 --- a/wagtail/contrib/modeladmin/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/sv/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" "sv/)\n" @@ -171,9 +171,6 @@ msgstr "Föregående" msgid "Next" msgstr "Nästa" -msgid "{model_name} '{instance}' created." -msgstr "{model_name} '{instance}' skapad." - #, python-format msgid "The %s could not be created due to errors." msgstr "%s kunde inte läggas till p.g.a. fel." @@ -192,9 +189,6 @@ msgstr "Redigerar" msgid "Editing %s" msgstr "Redigerar %s" -msgid "{model_name} '{instance}' updated." -msgstr "{model_name} '{instance}' uppdaterad." - #, python-format msgid "The %s could not be saved due to errors." msgstr "%s kunde inte sparas p.g.a. av fel." @@ -211,9 +205,6 @@ msgstr "" "Är du säker att du vill ta bort %s? Om andra objekt på din webbsida är " "relaterad till den kan även de påverkas." -msgid "{model} '{instance}' deleted." -msgstr "{model} '{instance}' borttagen." - msgid "Inspecting" msgstr "Inspekterar" diff --git a/wagtail/contrib/modeladmin/locale/tet/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/tet/LC_MESSAGES/django.mo new file mode 100644 index 000000000..75d5c3a42 Binary files /dev/null and b/wagtail/contrib/modeladmin/locale/tet/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/tet/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/tet/LC_MESSAGES/django.po new file mode 100644 index 000000000..a32347faf --- /dev/null +++ b/wagtail/contrib/modeladmin/locale/tet/LC_MESSAGES/django.po @@ -0,0 +1,203 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Mariano de Deus , 2019 +msgid "" +msgstr "" +"Project-Id-Version: Wagtail\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" +"Language-Team: Tetum (Tetun) (http://www.transifex.com/torchbox/wagtail/" +"language/tet/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tet\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Wagtail ModelAdmin" +msgstr "Wagtail ModelAdmin" + +msgid "Parent page" +msgstr "inan-aman" + +#, python-format +msgid "Add %s" +msgstr "hatama %s" + +#, python-format +msgid "Add a new %s" +msgstr "Hatama foun %s" + +msgid "Inspect" +msgstr "Inspeksaun" + +#, python-format +msgid "Inspect this %s" +msgstr "Inspeksaun iha %s" + +msgid "Edit" +msgstr "hadia" + +#, python-format +msgid "Edit this %s" +msgstr "hadia iha %s" + +msgid "Delete" +msgstr "hamoos" + +#, python-format +msgid "Delete this %s" +msgstr "hamoos iha %s" + +msgid "Unpublish" +msgstr "La publika " + +#, python-format +msgid "Unpublish this %s" +msgstr "La publika iha %s" + +msgid "Copy" +msgstr "kopia" + +#, python-format +msgid "Copy this %s" +msgstr "kopia iha %s" + +msgid "image" +msgstr "Imagen" + +msgid "Choose a parent page" +msgstr "Hili pajina" + +#, python-format +msgid "" +"%(plural)s can be added to more than one place within your site. Which of " +"the following would you like to be the parent of your new page?" +msgstr "" +"%(plural)s hatama barak dukue fatin ida ho situs. Opsaun saida mak ita ita " +"hakarak tuir inan-aman no pajina?" + +msgid "Continue" +msgstr "Kontinua" + +msgid "Saving…" +msgstr "Rai tiha ona" + +msgid "Save" +msgstr "Rai" + +#, python-format +msgid "%(model_name)s could not be deleted" +msgstr "%(model_name)slabale hamos" + +#, python-format +msgid "" +"'%(instance_name)s' is currently referenced by other objects, and cannot be " +"deleted without jeopardising data integrity. To delete it successfully, " +"first remove references from the following objects, then try again:" +msgstr "'%(instance_name)s' " + +msgid "Go back to listing" +msgstr "Fila ba lista" + +msgid "Yes, delete" +msgstr "Loos, hamoos" + +msgid "No, don't delete" +msgstr "Lae, Labele hamoos" + +msgid "Home" +msgstr "Uma" + +#, python-format +msgid " By %(filter_title)s " +msgstr "hosi %(filter_title)s" + +#, python-format +msgid "Sorry, there are no %(name)s matching your search parameters." +msgstr "Diskulpa, ne'e laiha %(name)smaka hanesan ita buka parametru." + +msgid "Search for" +msgstr "Buka ba" + +#, python-format +msgid "Search %(name)s" +msgstr "Buka %(name)s" + +msgid "Filter" +msgstr " Filtru" + +#, python-format +msgid "" +"No %(name)s have been created yet. One of the following must be created " +"before you can add any %(name)s:" +msgstr "" +"Laiha %(name)skria tiha ona. Ida tuir tenki kria ona molok ita bele hatama " +"balu %(name)s:" + +#, python-format +msgid "No %(name)s have been created yet." +msgstr "Laiha %(name)skria tiha ona." + +msgid "Pagination" +msgstr "Pagina" + +#, python-format +msgid "Page %(current_page)s of %(num_pages)s." +msgstr "Pagina %(current_page)sho %(num_pages)s" + +#, python-format +msgid "Back to %(model_name)s list" +msgstr "Fila ba %(model_name)slista" + +msgid "Previous" +msgstr " Kotuk" + +msgid "Next" +msgstr "Tuir" + +#, python-format +msgid "The %s could not be created due to errors." +msgstr "%slabele kria tamba erru." + +msgid "New" +msgstr "foun" + +#, python-format +msgid "Create new %s" +msgstr "kria foun %s" + +msgid "Editing" +msgstr "Hadia hela" + +#, python-format +msgid "Editing %s" +msgstr "Hadia hela %s" + +#, python-format +msgid "The %s could not be saved due to errors." +msgstr "%slabele rai tamba erru hela." + +#, python-format +msgid "Confirm deletion of %s" +msgstr "Konfirma eliminsaun husi %s" + +#, python-format +msgid "" +"Are you sure you want to delete this %s? If other things in your site are " +"related to it, they may also be affected." +msgstr "" +"Ita serteza atu hamoos %sne'e? se buat seluk iha ita situs ne'ebe mak relata " +"ba ida ne'e, sira sei afeita ona." + +msgid "Inspecting" +msgstr "Inspeksaun tiha ona" + +#, python-format +msgid "Inspecting %s" +msgstr "Inpeksaun %s" diff --git a/wagtail/contrib/modeladmin/locale/th/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/th/LC_MESSAGES/django.mo index e46e248e0..cdf1285ab 100644 Binary files a/wagtail/contrib/modeladmin/locale/th/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/th/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/th/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/th/LC_MESSAGES/django.po index 11c1afaf5..40016ebbe 100644 --- a/wagtail/contrib/modeladmin/locale/th/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/th/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Thai (http://www.transifex.com/torchbox/wagtail/language/" "th/)\n" @@ -168,12 +168,6 @@ msgstr "หน้าก่อนหน้านี้" msgid "Next" msgstr "ถัดไป" -msgid "{model_name} '{instance}' created." -msgstr "" -"{ชื่อแบบ}\n" -"'{ตัวอย่าง}'\n" -"ถูกสร้างแล้ว" - #, python-format msgid "The %s could not be created due to errors." msgstr "ไม่ %s สามารถถูกสร้างได้ในขณะที่มีข้อผิดพลาด" @@ -192,12 +186,6 @@ msgstr "กำลังแก้ไข" msgid "Editing %s" msgstr "กำลังแก้ไข %s" -msgid "{model_name} '{instance}' updated." -msgstr "" -"{ชื่อแบบ}\n" -"'{ตัวอย่าง}'\n" -"อัพเดท" - #, python-format msgid "The %s could not be saved due to errors." msgstr "ไม่%s สามารถเซฟได้ในขณะที่มีข้อผิดพลาด" @@ -212,12 +200,6 @@ msgid "" "related to it, they may also be affected." msgstr "คุณแน่ใจว่าคุณต้องการจะลบทิ้งสิ่งนี้ %s? ถ้ามีสิ่งอื่นที่เกี่ยวข้องอาจจะได้รับผลกระทบไปด้วย" -msgid "{model} '{instance}' deleted." -msgstr "" -"{แบบ}\n" -"'{ตัวอย่าง}'\n" -"ถูกลบทิ้งแล้ว" - msgid "Inspecting" msgstr "กำลังตรวจ" diff --git a/wagtail/contrib/modeladmin/locale/tr/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/tr/LC_MESSAGES/django.mo index f105214d3..326383c9b 100644 Binary files a/wagtail/contrib/modeladmin/locale/tr/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/tr/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/tr/LC_MESSAGES/django.po index 23241c3f4..0967b4edd 100644 --- a/wagtail/contrib/modeladmin/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/tr/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" "tr/)\n" diff --git a/wagtail/contrib/modeladmin/locale/uk/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/uk/LC_MESSAGES/django.mo index 49bbbc201..9eb864643 100644 Binary files a/wagtail/contrib/modeladmin/locale/uk/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/uk/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/uk/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/uk/LC_MESSAGES/django.po index 78938e8c4..8b1e282af 100644 --- a/wagtail/contrib/modeladmin/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/uk/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Ukrainian (http://www.transifex.com/torchbox/wagtail/language/" "uk/)\n" @@ -175,9 +175,6 @@ msgstr "Назад" msgid "Next" msgstr "Далі" -msgid "{model_name} '{instance}' created." -msgstr "{model_name} '{instance}' створено." - #, python-format msgid "The %s could not be created due to errors." msgstr "%s не може бути створено через помилки." @@ -196,9 +193,6 @@ msgstr "Редагування" msgid "Editing %s" msgstr "Редагування %s" -msgid "{model_name} '{instance}' updated." -msgstr "{model_name} '{instance}' оновлено." - #, python-format msgid "The %s could not be saved due to errors." msgstr "%s не може бути збережено через помилки." @@ -215,9 +209,6 @@ msgstr "" "Ви впевнені, що бажаєте видалити %s? Якщо є інші пов'язані сутності, то це " "також може їх зачепити." -msgid "{model} '{instance}' deleted." -msgstr "{model} '{instance}' видалено." - msgid "Inspecting" msgstr "Перегляд" diff --git a/wagtail/contrib/modeladmin/locale/vi/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/vi/LC_MESSAGES/django.mo index 47b8cf98f..7a7d0f247 100644 Binary files a/wagtail/contrib/modeladmin/locale/vi/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/vi/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/vi/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/vi/LC_MESSAGES/django.po index 0762b9fff..d1f79ad18 100644 --- a/wagtail/contrib/modeladmin/locale/vi/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/vi/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Vietnamese (http://www.transifex.com/torchbox/wagtail/" "language/vi/)\n" diff --git a/wagtail/contrib/modeladmin/locale/zh_Hans/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/zh_Hans/LC_MESSAGES/django.mo index bc684b7f5..79ade48e5 100644 Binary files a/wagtail/contrib/modeladmin/locale/zh_Hans/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/zh_Hans/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/zh_Hans/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/zh_Hans/LC_MESSAGES/django.po index ef8505942..bd76547b3 100644 --- a/wagtail/contrib/modeladmin/locale/zh_Hans/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/zh_Hans/LC_MESSAGES/django.po @@ -4,6 +4,7 @@ # # Translators: # Ed <724195301@qq.com>, 2018 +# First Last , 2019 # Fred Zeng <979738295@qq.com>, 2016 # Vincent Zhao , 2017 # 汇民 王 , 2017 @@ -11,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-11-01 03:14+0000\n" +"Last-Translator: First Last \n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/" "language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -113,6 +114,9 @@ msgstr "回到列表" msgid "Yes, delete" msgstr "确认删除" +msgid "No, don't delete" +msgstr "否,不删除" + msgid "Home" msgstr "主页" @@ -156,6 +160,9 @@ msgstr "" "加一个?\n" " " +msgid "Pagination" +msgstr "分页" + #, python-format msgid "Page %(current_page)s of %(num_pages)s." msgstr "页面 %(current_page)s / %(num_pages)s " @@ -170,8 +177,9 @@ msgstr "上一页" msgid "Next" msgstr "下一页" -msgid "{model_name} '{instance}' created." -msgstr "{model_name} '{instance}'已创建。" +#, python-format +msgid "%(model_name)s '%(instance)s' created." +msgstr "%(model_name)s '%(instance)s' 已创建。" #, python-format msgid "The %s could not be created due to errors." @@ -191,8 +199,9 @@ msgstr "正在编辑" msgid "Editing %s" msgstr "正在编辑%s" -msgid "{model_name} '{instance}' updated." -msgstr "{model_name} '{instance}'已更新" +#, python-format +msgid "%(model_name)s '%(instance)s' updated." +msgstr "%(model_name)s '%(instance)s' 已更新。" #, python-format msgid "The %s could not be saved due to errors." @@ -209,8 +218,9 @@ msgid "" msgstr "" "你确定要删除此%s?如果你网站中有其他内容与其相关,这些内容可能会受到影响。" -msgid "{model} '{instance}' deleted." -msgstr "{model} '{instance}'已删除" +#, python-format +msgid "%(model_name)s '%(instance)s' deleted." +msgstr "%(model_name)s '%(instance)s' 已删除。" msgid "Inspecting" msgstr "正在检查" diff --git a/wagtail/contrib/modeladmin/locale/zh_Hant/LC_MESSAGES/django.mo b/wagtail/contrib/modeladmin/locale/zh_Hant/LC_MESSAGES/django.mo index dd844808d..2c604e05c 100644 Binary files a/wagtail/contrib/modeladmin/locale/zh_Hant/LC_MESSAGES/django.mo and b/wagtail/contrib/modeladmin/locale/zh_Hant/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/modeladmin/locale/zh_Hant/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/zh_Hant/LC_MESSAGES/django.po index 1c0452ac4..c1aab458f 100644 --- a/wagtail/contrib/modeladmin/locale/zh_Hant/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/zh_Hant/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Chinese Traditional (http://www.transifex.com/torchbox/" "wagtail/language/zh-Hant/)\n" @@ -166,9 +166,6 @@ msgstr "上一頁" msgid "Next" msgstr "下一頁" -msgid "{model_name} '{instance}' created." -msgstr "{model_name} '{instance}'已創建。" - #, python-format msgid "The %s could not be created due to errors." msgstr "無法創建%s。出現錯誤。" @@ -187,9 +184,6 @@ msgstr "正在編輯" msgid "Editing %s" msgstr "正在編輯%s" -msgid "{model_name} '{instance}' updated." -msgstr "{model_name} '{instance}'已更新" - #, python-format msgid "The %s could not be saved due to errors." msgstr "%s無法儲存,出現錯誤。" @@ -205,9 +199,6 @@ msgid "" msgstr "" "你確定要刪除此%s?如果你網站中有其他內容與其相關,這些內容可能會受到影響。" -msgid "{model} '{instance}' deleted." -msgstr "{model} '{instance}'已刪除" - msgid "Inspecting" msgstr "正在檢查" diff --git a/wagtail/contrib/modeladmin/templates/modeladmin/choose_parent.html b/wagtail/contrib/modeladmin/templates/modeladmin/choose_parent.html index 21468ecba..4d19078ec 100644 --- a/wagtail/contrib/modeladmin/templates/modeladmin/choose_parent.html +++ b/wagtail/contrib/modeladmin/templates/modeladmin/choose_parent.html @@ -4,6 +4,7 @@ {% block titletag %}{{ view.get_meta_title }}{% endblock %} {% block extra_css %} + {{ block.super }} {% include "wagtailadmin/pages/_editor_css.html" %} {{ form.media.css }} @@ -11,6 +12,7 @@ {% endblock %} {% block extra_js %} + {{ block.super }} {% include "wagtailadmin/pages/_editor_js.html" %} {{ form.media.js }} {% endblock %} diff --git a/wagtail/contrib/modeladmin/templates/modeladmin/create.html b/wagtail/contrib/modeladmin/templates/modeladmin/create.html index ab8421edc..325a249df 100644 --- a/wagtail/contrib/modeladmin/templates/modeladmin/create.html +++ b/wagtail/contrib/modeladmin/templates/modeladmin/create.html @@ -4,6 +4,8 @@ {% block titletag %}{{ view.get_meta_title }}{% endblock %} {% block extra_css %} + {{ block.super }} + {% include "wagtailadmin/pages/_editor_css.html" %} {{ edit_handler.form.media.css }} @@ -11,6 +13,8 @@ {% endblock %} {% block extra_js %} + {{ block.super }} + {% include "wagtailadmin/pages/_editor_js.html" %} {{ edit_handler.form.media.js }} {{ edit_handler.html_declarations }} diff --git a/wagtail/contrib/modeladmin/templates/modeladmin/index.html b/wagtail/contrib/modeladmin/templates/modeladmin/index.html index c13288143..3f7006a00 100644 --- a/wagtail/contrib/modeladmin/templates/modeladmin/index.html +++ b/wagtail/contrib/modeladmin/templates/modeladmin/index.html @@ -9,6 +9,7 @@ {% endblock %} {% block extra_js %} + {{ block.super }} {{ view.media.js }} {% endblock %} diff --git a/wagtail/contrib/modeladmin/templates/modeladmin/inspect.html b/wagtail/contrib/modeladmin/templates/modeladmin/inspect.html index fb33ad9cb..41ecd5e6f 100644 --- a/wagtail/contrib/modeladmin/templates/modeladmin/inspect.html +++ b/wagtail/contrib/modeladmin/templates/modeladmin/inspect.html @@ -4,11 +4,13 @@ {% block titletag %}{{ view.get_meta_title }}{% endblock %} {% block extra_css %} + {{ block.super }} {{ view.media.css }} {% endblock %} {% block extra_js %} + {{ block.super }} {{ view.media.js }} {% endblock %} diff --git a/wagtail/contrib/redirects/locale/ar/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/ar/LC_MESSAGES/django.mo index f2fc4b3af..a872e5e5b 100644 Binary files a/wagtail/contrib/redirects/locale/ar/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/ar/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/ar/LC_MESSAGES/django.po index 9bdda0a31..d5e0ed711 100644 --- a/wagtail/contrib/redirects/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/ar/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-31 19:26+0000\n" "Last-Translator: abdulaziz alfuhigi \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/redirects/locale/bg/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/bg/LC_MESSAGES/django.mo index 08c7bb124..0680b4707 100644 Binary files a/wagtail/contrib/redirects/locale/bg/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/bg/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/bg/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/bg/LC_MESSAGES/django.po index 05189b1ce..644491cf5 100644 --- a/wagtail/contrib/redirects/locale/bg/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/bg/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:55+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Bulgarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/redirects/locale/ca/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/ca/LC_MESSAGES/django.mo index 8ddcb4639..904b4d4a9 100644 Binary files a/wagtail/contrib/redirects/locale/ca/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/ca/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/ca/LC_MESSAGES/django.po index 320631e80..80194a7b9 100644 --- a/wagtail/contrib/redirects/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/ca/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:55+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/redirects/locale/cs/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/cs/LC_MESSAGES/django.mo index e5c957853..5a2902434 100644 Binary files a/wagtail/contrib/redirects/locale/cs/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/cs/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/cs/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/cs/LC_MESSAGES/django.po index 7ce10ab62..fc202b791 100644 --- a/wagtail/contrib/redirects/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/cs/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-11-30 08:51+0000\n" "Last-Translator: IT Management \n" "Language-Team: Czech (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/redirects/locale/de/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/de/LC_MESSAGES/django.mo index 02e6d573d..d839bee4e 100644 Binary files a/wagtail/contrib/redirects/locale/de/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/de/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/de/LC_MESSAGES/django.po index 0fd61fdb2..c85ad1227 100644 --- a/wagtail/contrib/redirects/locale/de/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/de/LC_MESSAGES/django.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-05-19 11:16+0000\n" "Last-Translator: Peter Dreuw \n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/redirects/locale/el/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/el/LC_MESSAGES/django.mo index a14a23a32..403556cdf 100644 Binary files a/wagtail/contrib/redirects/locale/el/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/el/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/el/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/el/LC_MESSAGES/django.po index 613d8ae22..854cbb26a 100644 --- a/wagtail/contrib/redirects/locale/el/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/el/LC_MESSAGES/django.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:55+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Greek (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/redirects/locale/en/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/en/LC_MESSAGES/django.mo index b1e994302..6420bb1ad 100644 Binary files a/wagtail/contrib/redirects/locale/en/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/en/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/en/LC_MESSAGES/django.po index 48eccaa6f..9d51989fd 100644 --- a/wagtail/contrib/redirects/locale/en/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/wagtail/contrib/redirects/locale/es/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/es/LC_MESSAGES/django.mo index 9ac01907c..2651c1aae 100644 Binary files a/wagtail/contrib/redirects/locale/es/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/es/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/es/LC_MESSAGES/django.po index 7ed7eda12..08d415d31 100644 --- a/wagtail/contrib/redirects/locale/es/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/es/LC_MESSAGES/django.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-12-08 14:58+0000\n" "Last-Translator: José Luis \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/redirects/locale/fa/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/fa/LC_MESSAGES/django.mo index acbaa73a1..2f5717abc 100644 Binary files a/wagtail/contrib/redirects/locale/fa/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/fa/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/fa/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/fa/LC_MESSAGES/django.po index 7ffe9bdbc..af9c042db 100644 --- a/wagtail/contrib/redirects/locale/fa/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/fa/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:55+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Persian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/redirects/locale/fi/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/fi/LC_MESSAGES/django.mo index 5efbba0ec..200bb630e 100644 Binary files a/wagtail/contrib/redirects/locale/fi/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/fi/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/fi/LC_MESSAGES/django.po index 87e242ffb..6823c5cd9 100644 --- a/wagtail/contrib/redirects/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/fi/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:55+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/redirects/locale/fr/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/fr/LC_MESSAGES/django.mo index df5ba1d2f..abfd5a7be 100644 Binary files a/wagtail/contrib/redirects/locale/fr/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/fr/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/fr/LC_MESSAGES/django.po index 883671ad1..40c960598 100644 --- a/wagtail/contrib/redirects/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/fr/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-12-27 14:51+0000\n" "Last-Translator: fpoulain \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/redirects/locale/gl/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/gl/LC_MESSAGES/django.mo index bf1124496..60b1085d5 100644 Binary files a/wagtail/contrib/redirects/locale/gl/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/gl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/gl/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/gl/LC_MESSAGES/django.po index 910447831..1ea29a287 100644 --- a/wagtail/contrib/redirects/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/gl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:55+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Galician (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/redirects/locale/he_IL/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/he_IL/LC_MESSAGES/django.mo index 80e1b62f6..224f79785 100644 Binary files a/wagtail/contrib/redirects/locale/he_IL/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/he_IL/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/he_IL/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/he_IL/LC_MESSAGES/django.po index a1a3a47e3..45e24143f 100644 --- a/wagtail/contrib/redirects/locale/he_IL/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/he_IL/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:55+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/contrib/redirects/locale/hu/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/hu/LC_MESSAGES/django.mo index 405cafc42..9535d05a6 100644 Binary files a/wagtail/contrib/redirects/locale/hu/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/hu/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/hu/LC_MESSAGES/django.po index 6faa00883..37cd58c14 100644 --- a/wagtail/contrib/redirects/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-08-01 11:54+0000\n" "Last-Translator: Istvan Farkas \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/redirects/locale/id_ID/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/id_ID/LC_MESSAGES/django.mo index bad4b6584..88ccca85c 100644 Binary files a/wagtail/contrib/redirects/locale/id_ID/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/id_ID/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/id_ID/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/id_ID/LC_MESSAGES/django.po index 72947746f..3f44f3ddf 100644 --- a/wagtail/contrib/redirects/locale/id_ID/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/id_ID/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:55+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/torchbox/" diff --git a/wagtail/contrib/redirects/locale/is_IS/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/is_IS/LC_MESSAGES/django.mo index b4b8676f8..1350d32ce 100644 Binary files a/wagtail/contrib/redirects/locale/is_IS/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/is_IS/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/is_IS/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/is_IS/LC_MESSAGES/django.po index dfd7a44b3..f371ec0dc 100644 --- a/wagtail/contrib/redirects/locale/is_IS/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/is_IS/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-01-18 08:40+0000\n" "Last-Translator: saevarom \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/torchbox/" diff --git a/wagtail/contrib/redirects/locale/it/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/it/LC_MESSAGES/django.mo index 0280723bf..522cc8417 100644 Binary files a/wagtail/contrib/redirects/locale/it/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/it/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/it/LC_MESSAGES/django.po index 03959fd7a..b04c9f28a 100644 --- a/wagtail/contrib/redirects/locale/it/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/it/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-03-08 21:58+0000\n" "Last-Translator: Sandro Badalamenti \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/redirects/locale/ja/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/ja/LC_MESSAGES/django.mo index b53c127d4..14842c461 100644 Binary files a/wagtail/contrib/redirects/locale/ja/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/ja/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/ja/LC_MESSAGES/django.po index 36f3310f5..0dbd28233 100644 --- a/wagtail/contrib/redirects/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/ja/LC_MESSAGES/django.po @@ -4,14 +4,15 @@ # # Translators: # Daigo Shitara , 2016 +# 小口英昭 , 2019 # 石田秀 , 2015 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-10-28 14:55+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-05 02:25+0000\n" +"Last-Translator: 小口英昭 \n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" "ja/)\n" "MIME-Version: 1.0\n" @@ -20,6 +21,9 @@ msgstr "" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" +msgid "Wagtail redirects" +msgstr "Wagtailリダイレクト" + msgid "From site" msgstr "元サイト" @@ -51,6 +55,9 @@ msgstr "ページにリダイレクト" msgid "redirect to any URL" msgstr "任意のURLにリダイレクト" +msgid "temporary" +msgstr "一時" + msgid "redirect" msgstr "リダイレクト" @@ -101,6 +108,19 @@ msgstr "タイプ" msgid "Edit this redirect" msgstr "リダイレクトを編集" +#, python-format +msgid "" +"\n" +" There is %(counter)s match\n" +" " +msgid_plural "" +"\n" +" There are %(counter)s matches\n" +" " +msgstr[0] "" +"\n" +"%(counter)s件の一致があります。" + #, python-format msgid "Sorry, no redirects match \"%(query_string)s\"" msgstr "%(query_string)sに一致するリダイレクトはありません。" diff --git a/wagtail/contrib/redirects/locale/ka/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/ka/LC_MESSAGES/django.mo index a1d69ee11..c460fde37 100644 Binary files a/wagtail/contrib/redirects/locale/ka/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/ka/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/ka/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/ka/LC_MESSAGES/django.po index 7e5bae141..749709ac6 100644 --- a/wagtail/contrib/redirects/locale/ka/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/ka/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:55+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Georgian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/redirects/locale/ko/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/ko/LC_MESSAGES/django.mo index 705b393d0..1c7dbdb11 100644 Binary files a/wagtail/contrib/redirects/locale/ko/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/ko/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/ko/LC_MESSAGES/django.po index 20e21f877..87a2c6c60 100644 --- a/wagtail/contrib/redirects/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/ko/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-01-21 07:37+0000\n" "Last-Translator: Kyungil Choi \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/redirects/locale/lt/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/lt/LC_MESSAGES/django.mo index e15577fc4..33f07550a 100644 Binary files a/wagtail/contrib/redirects/locale/lt/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/lt/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/lt/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/lt/LC_MESSAGES/django.po index 49d86b1c9..2668b8f7a 100644 --- a/wagtail/contrib/redirects/locale/lt/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/lt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:55+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Lithuanian (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/contrib/redirects/locale/lv/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/lv/LC_MESSAGES/django.mo index 2feb0e22f..98bfbd59d 100644 Binary files a/wagtail/contrib/redirects/locale/lv/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/lv/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/lv/LC_MESSAGES/django.po index 92fd21fcd..18e11ea56 100644 --- a/wagtail/contrib/redirects/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/lv/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:55+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/redirects/locale/mn/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/mn/LC_MESSAGES/django.mo index 7416196aa..4d38e12fb 100644 Binary files a/wagtail/contrib/redirects/locale/mn/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/mn/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/mn/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/mn/LC_MESSAGES/django.po index dfe762469..63cf2820f 100644 --- a/wagtail/contrib/redirects/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/mn/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-01-25 07:07+0000\n" "Last-Translator: Myagmarjav Enkhbileg \n" "Language-Team: Mongolian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/redirects/locale/my/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/my/LC_MESSAGES/django.mo index 31fb2ad12..140ad2f8a 100644 Binary files a/wagtail/contrib/redirects/locale/my/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/my/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/my/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/my/LC_MESSAGES/django.po index cc68227cd..d4d91cc33 100644 --- a/wagtail/contrib/redirects/locale/my/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/my/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-01-28 14:30+0000\n" "Last-Translator: ime11 \n" "Language-Team: Burmese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/redirects/locale/nb/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/nb/LC_MESSAGES/django.mo index 80dfcf427..7b87991e2 100644 Binary files a/wagtail/contrib/redirects/locale/nb/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/nb/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/nb/LC_MESSAGES/django.po index 3eaed50fa..a3f202fbd 100644 --- a/wagtail/contrib/redirects/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/nb/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:55+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/contrib/redirects/locale/nl/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/nl/LC_MESSAGES/django.mo index 5757ab43f..46c80ea0a 100644 Binary files a/wagtail/contrib/redirects/locale/nl/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/nl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/nl/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/nl/LC_MESSAGES/django.po index 133223550..6b582b366 100644 --- a/wagtail/contrib/redirects/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/nl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:55+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Dutch (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/redirects/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/nl_NL/LC_MESSAGES/django.mo index 665e5341e..8b6afb20d 100644 Binary files a/wagtail/contrib/redirects/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/nl_NL/LC_MESSAGES/django.po index b1d70effb..9e417e0cd 100644 --- a/wagtail/contrib/redirects/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/nl_NL/LC_MESSAGES/django.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-12-01 21:04+0000\n" -"Last-Translator: Meteor 0id\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 20:17+0000\n" +"Last-Translator: Coen van der Kamp \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" "wagtail/language/nl_NL/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/redirects/locale/pl/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/pl/LC_MESSAGES/django.mo index 57fbc9bac..6957343cc 100644 Binary files a/wagtail/contrib/redirects/locale/pl/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/pl/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/pl/LC_MESSAGES/django.po index 975d0d3a0..d40a7655a 100644 --- a/wagtail/contrib/redirects/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/pl/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-12-02 22:07+0000\n" "Last-Translator: Miłosz Miśkiewicz\n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.mo index 9643c2e9b..d681cfe56 100644 Binary files a/wagtail/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.po index d8709aa0a..990737d3f 100644 --- a/wagtail/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-30 02:02+0000\n" "Last-Translator: Luiz Boaretto \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/torchbox/" diff --git a/wagtail/contrib/redirects/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/pt_PT/LC_MESSAGES/django.mo index cb2430556..368538dff 100644 Binary files a/wagtail/contrib/redirects/locale/pt_PT/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/pt_PT/LC_MESSAGES/django.po index cdce0cb86..ae8f450d7 100644 --- a/wagtail/contrib/redirects/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/pt_PT/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:55+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" diff --git a/wagtail/contrib/redirects/locale/ro/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/ro/LC_MESSAGES/django.mo index 56b1f9a9a..f856ef1ea 100644 Binary files a/wagtail/contrib/redirects/locale/ro/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/ro/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/ro/LC_MESSAGES/django.po index 3fd8c9fc9..7fd5499a6 100644 --- a/wagtail/contrib/redirects/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/ro/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-02-27 17:40+0000\n" "Last-Translator: Dan Braghis\n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/redirects/locale/ru/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/ru/LC_MESSAGES/django.mo index 04d5f6083..a63812188 100644 Binary files a/wagtail/contrib/redirects/locale/ru/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/ru/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/ru/LC_MESSAGES/django.po index c6e8e2cbf..847261c4d 100644 --- a/wagtail/contrib/redirects/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/ru/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:55+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/redirects/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/sk_SK/LC_MESSAGES/django.mo index c0f908203..054992cd6 100644 Binary files a/wagtail/contrib/redirects/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/sk_SK/LC_MESSAGES/django.po index 89e5f8abb..ea160e94f 100644 --- a/wagtail/contrib/redirects/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/sk_SK/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:55+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/contrib/redirects/locale/sl/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/sl/LC_MESSAGES/django.mo index 43d5f5bb4..3f69846e2 100644 Binary files a/wagtail/contrib/redirects/locale/sl/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/sl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/sl/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/sl/LC_MESSAGES/django.po index 087ab126e..3b8eaff93 100644 --- a/wagtail/contrib/redirects/locale/sl/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/sl/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:55+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Slovenian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/redirects/locale/sv/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/sv/LC_MESSAGES/django.mo index 37c2cb37d..14b030550 100644 Binary files a/wagtail/contrib/redirects/locale/sv/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/sv/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/sv/LC_MESSAGES/django.po index 1c93d39f8..dd03b9041 100644 --- a/wagtail/contrib/redirects/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/sv/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-11-27 22:01+0000\n" "Last-Translator: Philip Andersen \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/redirects/locale/tet/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/tet/LC_MESSAGES/django.mo new file mode 100644 index 000000000..90e45d2c6 Binary files /dev/null and b/wagtail/contrib/redirects/locale/tet/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/tet/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/tet/LC_MESSAGES/django.po new file mode 100644 index 000000000..0779d18e0 --- /dev/null +++ b/wagtail/contrib/redirects/locale/tet/LC_MESSAGES/django.po @@ -0,0 +1,140 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Mariano de Deus , 2019 +msgid "" +msgstr "" +"Project-Id-Version: Wagtail\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-09-23 02:13+0000\n" +"Last-Translator: Mariano de Deus \n" +"Language-Team: Tetum (Tetun) (http://www.transifex.com/torchbox/wagtail/" +"language/tet/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tet\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Wagtail redirects" +msgstr "Wagtail troka dalan" + +msgid "From site" +msgstr "Husi situs" + +msgid "All sites" +msgstr "situs sira hotu" + +msgid "A redirect with this path already exists." +msgstr "Troko dalan ho parte ne'ebe mak existi tiha ona" + +msgid "redirect from" +msgstr "Troka dalan husi" + +msgid "site" +msgstr "Situs" + +msgid "permanent" +msgstr "permanente" + +msgid "" +"Recommended. Permanent redirects ensure search engines forget the old page " +"(the 'Redirect from') and index the new page instead." +msgstr "" +"Rekomenda tiha. Permanente dalan ne'e garante katak buka ekipamentu la " +"haluha ba pagina tuan(' torka dalan husi') no index foun em vez de." + +msgid "redirect to a page" +msgstr "Trokda dala ba pajina" + +msgid "redirect to any URL" +msgstr "Troka dalan URL balu" + +msgid "temporary" +msgstr "Temporariu" + +msgid "redirect" +msgstr "Troka dalan" + +msgid "Add redirect" +msgstr "hatama troka dalan" + +msgid "Save" +msgstr "Rai" + +#, python-format +msgid "Delete redirect %(title)s" +msgstr "hamoos toka dalan %(title)s" + +msgid "Delete" +msgstr "hamoos" + +msgid "Are you sure you want to delete this redirect?" +msgstr "Ita serteza hakarak hamos dalan ida ne'e?" + +msgid "Yes, delete" +msgstr "Loos, hamoos" + +#, python-format +msgid "Editing %(title)s" +msgstr "Hadia hela %(title)s" + +msgid "Editing" +msgstr "Hadia hela" + +msgid "Delete redirect" +msgstr "hamoos toka dalan" + +msgid "Redirects" +msgstr "Troka dalan" + +msgid "From" +msgstr "Husi" + +msgid "Site" +msgstr "situs" + +msgid "To" +msgstr "Ba " + +msgid "Type" +msgstr "Tipu" + +msgid "Edit this redirect" +msgstr "Hadia dalan ida ne'e" + +#, python-format +msgid "Sorry, no redirects match \"%(query_string)s\"" +msgstr "Diskulpa, laiha dalan hanesan \"%(query_string)s\"" + +#, python-format +msgid "" +"No redirects have been created. Why not add one?" +msgstr "" +"Laiha dalan ne'ebe mak kria ona. Tamba sa hatama ida?" + +msgid "Search redirects" +msgstr "Buka troka dalan" + +msgid "Redirect '{0}' updated." +msgstr "Troka dalan '{0}' Atualiza ona" + +msgid "Edit" +msgstr "hadia" + +msgid "The redirect could not be saved due to errors." +msgstr "Buka troka dalan labele labele rai tamba erru sira." + +msgid "Redirect '{0}' deleted." +msgstr "Troka dalan '{0}' hamos ona." + +msgid "Redirect '{0}' added." +msgstr "Troka dalan '{0}' hatama ona." + +msgid "The redirect could not be created due to errors." +msgstr "Dalan labele kria tamba tamba erru." diff --git a/wagtail/contrib/redirects/locale/th/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/th/LC_MESSAGES/django.mo index d33f02302..f59bdd617 100644 Binary files a/wagtail/contrib/redirects/locale/th/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/th/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/th/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/th/LC_MESSAGES/django.po index 3c6ccc8b9..feaf21a84 100644 --- a/wagtail/contrib/redirects/locale/th/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/th/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-02-28 15:21+0000\n" "Last-Translator: Walaksawan Vervoort \n" "Language-Team: Thai (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/redirects/locale/tr/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/tr/LC_MESSAGES/django.mo index 6fdc09934..0cd8d0cbb 100644 Binary files a/wagtail/contrib/redirects/locale/tr/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/tr/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/tr/LC_MESSAGES/django.po index 4b7892bc9..f3c4030e9 100644 --- a/wagtail/contrib/redirects/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/tr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:55+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/redirects/locale/uk/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/uk/LC_MESSAGES/django.mo index 33cd0a339..d3d4dd07f 100644 Binary files a/wagtail/contrib/redirects/locale/uk/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/uk/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/uk/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/uk/LC_MESSAGES/django.po index e8edd55c0..1760b7ff8 100644 --- a/wagtail/contrib/redirects/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/uk/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:55+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Ukrainian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/redirects/locale/zh/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/zh/LC_MESSAGES/django.mo index 4397adfe1..a9be0c5a1 100644 Binary files a/wagtail/contrib/redirects/locale/zh/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/zh/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/zh/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/zh/LC_MESSAGES/django.po index 0004af56d..0aead6458 100644 --- a/wagtail/contrib/redirects/locale/zh/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/zh/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:55+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Chinese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.mo index c1eb1eea5..de908c431 100644 Binary files a/wagtail/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.po index cf9952f13..68c46897c 100644 --- a/wagtail/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-02-26 23:45+0000\n" "Last-Translator: 汇民 王 \n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.mo b/wagtail/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.mo index 0cdd17c50..89dd0b92d 100644 Binary files a/wagtail/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.mo and b/wagtail/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.po index d4c3239bd..5b6741603 100644 --- a/wagtail/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-02-05 06:28+0000\n" "Last-Translator: Yeh Yen-Ke \n" "Language-Team: Chinese Traditional (http://www.transifex.com/torchbox/" diff --git a/wagtail/contrib/search_promotions/locale/ar/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/ar/LC_MESSAGES/django.mo index d98efc986..33f290315 100644 Binary files a/wagtail/contrib/search_promotions/locale/ar/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/ar/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/ar/LC_MESSAGES/django.po index 223bd874e..8ea48ee5d 100644 --- a/wagtail/contrib/search_promotions/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/ar/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-11-05 05:05+0000\n" "Last-Translator: abdulaziz alfuhigi \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/search_promotions/locale/be/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/be/LC_MESSAGES/django.mo index 9a823b7ba..cda706fdc 100644 Binary files a/wagtail/contrib/search_promotions/locale/be/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/be/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/be/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/be/LC_MESSAGES/django.po index 941847f6f..62d496932 100644 --- a/wagtail/contrib/search_promotions/locale/be/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/be/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:56+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Belarusian (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/contrib/search_promotions/locale/bg/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/bg/LC_MESSAGES/django.mo index 26976447c..49225c556 100644 Binary files a/wagtail/contrib/search_promotions/locale/bg/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/bg/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/bg/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/bg/LC_MESSAGES/django.po index 9f02ecb01..dcd2354c7 100644 --- a/wagtail/contrib/search_promotions/locale/bg/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:56+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Bulgarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/search_promotions/locale/ca/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/ca/LC_MESSAGES/django.mo index a8282b8bf..d1b5fa72a 100644 Binary files a/wagtail/contrib/search_promotions/locale/ca/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/ca/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/ca/LC_MESSAGES/django.po index 01389814c..a27ea0f8e 100644 --- a/wagtail/contrib/search_promotions/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/ca/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:56+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/search_promotions/locale/cs/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/cs/LC_MESSAGES/django.mo index 7496f6b51..b85f8e6ef 100644 Binary files a/wagtail/contrib/search_promotions/locale/cs/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/cs/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/cs/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/cs/LC_MESSAGES/django.po index 6078bed6d..bae7da916 100644 --- a/wagtail/contrib/search_promotions/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/cs/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-11-30 08:49+0000\n" "Last-Translator: IT Management \n" "Language-Team: Czech (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/search_promotions/locale/de/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/de/LC_MESSAGES/django.mo index e9426e23a..49070feec 100644 Binary files a/wagtail/contrib/search_promotions/locale/de/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/de/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/de/LC_MESSAGES/django.po index 0ee611580..8b195f027 100644 --- a/wagtail/contrib/search_promotions/locale/de/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/de/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-05-19 11:16+0000\n" "Last-Translator: Peter Dreuw \n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/search_promotions/locale/el/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/el/LC_MESSAGES/django.mo index 4080f16ac..79bb3715c 100644 Binary files a/wagtail/contrib/search_promotions/locale/el/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/el/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/el/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/el/LC_MESSAGES/django.po index fe894227d..6eaa735c5 100644 --- a/wagtail/contrib/search_promotions/locale/el/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/el/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:56+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Greek (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/search_promotions/locale/en/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/en/LC_MESSAGES/django.mo index b1e994302..6420bb1ad 100644 Binary files a/wagtail/contrib/search_promotions/locale/en/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/en/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/en/LC_MESSAGES/django.po index 12437fb87..ef2e2846d 100644 --- a/wagtail/contrib/search_promotions/locale/en/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/wagtail/contrib/search_promotions/locale/es/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/es/LC_MESSAGES/django.mo index da072267d..82c48d38c 100644 Binary files a/wagtail/contrib/search_promotions/locale/es/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/es/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/es/LC_MESSAGES/django.po index feb4d5519..17b5eae18 100644 --- a/wagtail/contrib/search_promotions/locale/es/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/es/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-12-08 14:46+0000\n" "Last-Translator: José Luis \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/search_promotions/locale/fa/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/fa/LC_MESSAGES/django.mo index 00dbe2660..21c9a3c36 100644 Binary files a/wagtail/contrib/search_promotions/locale/fa/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/fa/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/fa/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/fa/LC_MESSAGES/django.po index 050842af5..aa7599e29 100644 --- a/wagtail/contrib/search_promotions/locale/fa/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/fa/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:56+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Persian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/search_promotions/locale/fi/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/fi/LC_MESSAGES/django.mo index 98bb3d6b6..d75ca1e0f 100644 Binary files a/wagtail/contrib/search_promotions/locale/fi/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/fi/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/fi/LC_MESSAGES/django.po index 9bbfa1821..cb512d4a1 100644 --- a/wagtail/contrib/search_promotions/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/fi/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:56+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/search_promotions/locale/fr/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/fr/LC_MESSAGES/django.mo index e2b9f05bc..326566523 100644 Binary files a/wagtail/contrib/search_promotions/locale/fr/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/fr/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/fr/LC_MESSAGES/django.po index 00bb2f9ca..9d29e8cf8 100644 --- a/wagtail/contrib/search_promotions/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/fr/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-12-27 14:52+0000\n" "Last-Translator: fpoulain \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/search_promotions/locale/gl/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/gl/LC_MESSAGES/django.mo index 0031ea763..f97042398 100644 Binary files a/wagtail/contrib/search_promotions/locale/gl/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/gl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/gl/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/gl/LC_MESSAGES/django.po index 14e4d4077..4ce2d3804 100644 --- a/wagtail/contrib/search_promotions/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/gl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:56+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Galician (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/search_promotions/locale/he_IL/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/he_IL/LC_MESSAGES/django.mo index fafe461c4..4f9989dc8 100644 Binary files a/wagtail/contrib/search_promotions/locale/he_IL/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/he_IL/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/he_IL/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/he_IL/LC_MESSAGES/django.po index 72fe433e0..4072a0a81 100644 --- a/wagtail/contrib/search_promotions/locale/he_IL/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/he_IL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:56+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/contrib/search_promotions/locale/hu/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/hu/LC_MESSAGES/django.mo index 3572a0488..ba002276d 100644 Binary files a/wagtail/contrib/search_promotions/locale/hu/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/hu/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/hu/LC_MESSAGES/django.po index 2063f2b8b..ee563435c 100644 --- a/wagtail/contrib/search_promotions/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-08-01 11:55+0000\n" "Last-Translator: Istvan Farkas \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/search_promotions/locale/id_ID/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/id_ID/LC_MESSAGES/django.mo index 0b068a0d2..40bb84057 100644 Binary files a/wagtail/contrib/search_promotions/locale/id_ID/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/id_ID/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/id_ID/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/id_ID/LC_MESSAGES/django.po index d963ba0d3..6479c0f2d 100644 --- a/wagtail/contrib/search_promotions/locale/id_ID/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/id_ID/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:56+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/torchbox/" diff --git a/wagtail/contrib/search_promotions/locale/is_IS/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/is_IS/LC_MESSAGES/django.mo index 863fcd0e7..2c694fe4f 100644 Binary files a/wagtail/contrib/search_promotions/locale/is_IS/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/is_IS/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/is_IS/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/is_IS/LC_MESSAGES/django.po index 6ab75ed37..ac621434e 100644 --- a/wagtail/contrib/search_promotions/locale/is_IS/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/is_IS/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-01-18 08:44+0000\n" "Last-Translator: saevarom \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/torchbox/" diff --git a/wagtail/contrib/search_promotions/locale/it/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/it/LC_MESSAGES/django.mo index 689c83585..d5af8a819 100644 Binary files a/wagtail/contrib/search_promotions/locale/it/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/it/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/it/LC_MESSAGES/django.po index 220416400..0e4f137aa 100644 --- a/wagtail/contrib/search_promotions/locale/it/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/it/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-03-08 21:59+0000\n" "Last-Translator: Sandro Badalamenti \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/search_promotions/locale/ja/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/ja/LC_MESSAGES/django.mo index 04c682bab..cacc83822 100644 Binary files a/wagtail/contrib/search_promotions/locale/ja/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/ja/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/ja/LC_MESSAGES/django.po index 657fa95a2..02ba102c6 100644 --- a/wagtail/contrib/search_promotions/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/ja/LC_MESSAGES/django.po @@ -4,14 +4,15 @@ # # Translators: # Daigo Shitara , 2016 +# 小口英昭 , 2019 # 石田秀 , 2015 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-10-28 14:56+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-05 02:17+0000\n" +"Last-Translator: 小口英昭 \n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" "ja/)\n" "MIME-Version: 1.0\n" @@ -20,6 +21,9 @@ msgstr "" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" +msgid "Wagtail search promotions" +msgstr "Wagtailプロモーション検索" + msgid "Please specify at least one recommendation for this search term." msgstr "この検索語の結果に表示したいページをひとつ以上指定してください。" @@ -124,6 +128,20 @@ msgstr "このプロモーションを編集" msgid "None" msgstr "なし" +#, python-format +msgid "" +"\n" +" There is %(counter)s match\n" +" " +msgid_plural "" +"\n" +" There are %(counter)s matches\n" +" " +msgstr[0] "" +"\n" +" %(counter)s件の一致があります。\n" +" " + #, python-format msgid "Sorry, no promoted results match \"%(query_string)s\"" msgstr "%(query_string)sに一致する提案はありません。" diff --git a/wagtail/contrib/search_promotions/locale/ka/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/ka/LC_MESSAGES/django.mo index 2441929bc..817f81732 100644 Binary files a/wagtail/contrib/search_promotions/locale/ka/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/ka/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/ka/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/ka/LC_MESSAGES/django.po index 9a5d358d7..4444e2440 100644 --- a/wagtail/contrib/search_promotions/locale/ka/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/ka/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:56+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Georgian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/search_promotions/locale/ko/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/ko/LC_MESSAGES/django.mo index ba64de04a..16e3fed80 100644 Binary files a/wagtail/contrib/search_promotions/locale/ko/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/ko/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/ko/LC_MESSAGES/django.po index 75f3f3090..a18caaf52 100644 --- a/wagtail/contrib/search_promotions/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/ko/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-01-21 07:38+0000\n" "Last-Translator: Kyungil Choi \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/search_promotions/locale/lt/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/lt/LC_MESSAGES/django.mo index cf41cfee6..a9404edba 100644 Binary files a/wagtail/contrib/search_promotions/locale/lt/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/lt/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/lt/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/lt/LC_MESSAGES/django.po index 45d6b083e..9d9f7fa41 100644 --- a/wagtail/contrib/search_promotions/locale/lt/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/lt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:56+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Lithuanian (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/contrib/search_promotions/locale/lv/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/lv/LC_MESSAGES/django.mo index 621840b37..51c324124 100644 Binary files a/wagtail/contrib/search_promotions/locale/lv/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/lv/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/lv/LC_MESSAGES/django.po index f791870c8..5cd034368 100644 --- a/wagtail/contrib/search_promotions/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/lv/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:56+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/search_promotions/locale/mn/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/mn/LC_MESSAGES/django.mo index eb07a896d..e247435b4 100644 Binary files a/wagtail/contrib/search_promotions/locale/mn/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/mn/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/mn/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/mn/LC_MESSAGES/django.po index a896c6613..ce270792e 100644 --- a/wagtail/contrib/search_promotions/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/mn/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-01-25 06:48+0000\n" "Last-Translator: Myagmarjav Enkhbileg \n" "Language-Team: Mongolian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/search_promotions/locale/nb/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/nb/LC_MESSAGES/django.mo index 68ac1162e..db5e960e1 100644 Binary files a/wagtail/contrib/search_promotions/locale/nb/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/nb/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/nb/LC_MESSAGES/django.po index 9636965f8..812fdaca1 100644 --- a/wagtail/contrib/search_promotions/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/nb/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:56+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/contrib/search_promotions/locale/nl/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/nl/LC_MESSAGES/django.mo index e205c4a8f..46117c394 100644 Binary files a/wagtail/contrib/search_promotions/locale/nl/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/nl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/nl/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/nl/LC_MESSAGES/django.po index ee1205bd6..af73c4a29 100644 --- a/wagtail/contrib/search_promotions/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/nl/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:56+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Dutch (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/search_promotions/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/nl_NL/LC_MESSAGES/django.mo index 404fe0d6a..ede4dac40 100644 Binary files a/wagtail/contrib/search_promotions/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/nl_NL/LC_MESSAGES/django.po index 53876319f..bee5400c8 100644 --- a/wagtail/contrib/search_promotions/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/nl_NL/LC_MESSAGES/django.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-12-01 21:02+0000\n" -"Last-Translator: Meteor 0id\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 21:02+0000\n" +"Last-Translator: Coen van der Kamp \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" "wagtail/language/nl_NL/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/search_promotions/locale/pl/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/pl/LC_MESSAGES/django.mo index 43b35ed99..b65f734d3 100644 Binary files a/wagtail/contrib/search_promotions/locale/pl/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/pl/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/pl/LC_MESSAGES/django.po index 70ecd0544..fe00f0fe8 100644 --- a/wagtail/contrib/search_promotions/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/pl/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-05-09 13:38+0000\n" "Last-Translator: Miłosz Miśkiewicz\n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/search_promotions/locale/pt_BR/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/pt_BR/LC_MESSAGES/django.mo index e3f2f28eb..d16e32798 100644 Binary files a/wagtail/contrib/search_promotions/locale/pt_BR/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/pt_BR/LC_MESSAGES/django.po index fca88ac6f..86813026c 100644 --- a/wagtail/contrib/search_promotions/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/pt_BR/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-30 02:05+0000\n" "Last-Translator: Luiz Boaretto \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/torchbox/" diff --git a/wagtail/contrib/search_promotions/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/pt_PT/LC_MESSAGES/django.mo index 94b6b2df6..6f47b73e0 100644 Binary files a/wagtail/contrib/search_promotions/locale/pt_PT/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/pt_PT/LC_MESSAGES/django.po index be66091fa..d7f7fc779 100644 --- a/wagtail/contrib/search_promotions/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/pt_PT/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:56+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" diff --git a/wagtail/contrib/search_promotions/locale/ro/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/ro/LC_MESSAGES/django.mo index d122e1708..54609786f 100644 Binary files a/wagtail/contrib/search_promotions/locale/ro/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/ro/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/ro/LC_MESSAGES/django.po index 028f71249..e5a32abd1 100644 --- a/wagtail/contrib/search_promotions/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/ro/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-02-27 18:03+0000\n" "Last-Translator: Dan Braghis\n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/search_promotions/locale/ru/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/ru/LC_MESSAGES/django.mo index 5d9d4809b..77768f10a 100644 Binary files a/wagtail/contrib/search_promotions/locale/ru/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/ru/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/ru/LC_MESSAGES/django.po index 605180cd5..7a778d17f 100644 --- a/wagtail/contrib/search_promotions/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/ru/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:56+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/search_promotions/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/sk_SK/LC_MESSAGES/django.mo index 313aec8c6..b098c7c56 100644 Binary files a/wagtail/contrib/search_promotions/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/sk_SK/LC_MESSAGES/django.po index d323a43b1..3b1265946 100644 --- a/wagtail/contrib/search_promotions/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/sk_SK/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:56+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/contrib/search_promotions/locale/sl/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/sl/LC_MESSAGES/django.mo index c7b5c3547..edfa58f6a 100644 Binary files a/wagtail/contrib/search_promotions/locale/sl/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/sl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/sl/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/sl/LC_MESSAGES/django.po index 93e3d3cbd..806d05620 100644 --- a/wagtail/contrib/search_promotions/locale/sl/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/sl/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:56+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Slovenian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/search_promotions/locale/sv/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/sv/LC_MESSAGES/django.mo index 1f805ed51..ed842e146 100644 Binary files a/wagtail/contrib/search_promotions/locale/sv/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/sv/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/sv/LC_MESSAGES/django.po index 90e499183..15307915b 100644 --- a/wagtail/contrib/search_promotions/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/sv/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-11-27 21:51+0000\n" "Last-Translator: Philip Andersen \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/search_promotions/locale/tet/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/tet/LC_MESSAGES/django.mo index 074d731c4..91949918b 100644 Binary files a/wagtail/contrib/search_promotions/locale/tet/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/tet/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/tet/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/tet/LC_MESSAGES/django.po index 6a9568d06..364892930 100644 --- a/wagtail/contrib/search_promotions/locale/tet/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/tet/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-04-13 00:32+0000\n" "Last-Translator: Joanico Barros \n" "Language-Team: Tetum (Tetun) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/contrib/search_promotions/locale/th/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/th/LC_MESSAGES/django.mo index 6fd05f2cd..7bfd2852d 100644 Binary files a/wagtail/contrib/search_promotions/locale/th/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/th/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/th/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/th/LC_MESSAGES/django.po index fb1632882..2a6c415e3 100644 --- a/wagtail/contrib/search_promotions/locale/th/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/th/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-02-28 15:44+0000\n" "Last-Translator: Walaksawan Vervoort \n" "Language-Team: Thai (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/search_promotions/locale/tr/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/tr/LC_MESSAGES/django.mo index 080634a97..3cb1a576b 100644 Binary files a/wagtail/contrib/search_promotions/locale/tr/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/tr/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/tr/LC_MESSAGES/django.po index 172db4f29..a20dd1f84 100644 --- a/wagtail/contrib/search_promotions/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/tr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:56+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/search_promotions/locale/uk/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/uk/LC_MESSAGES/django.mo index caf1d319f..384ef78ef 100644 Binary files a/wagtail/contrib/search_promotions/locale/uk/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/uk/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/uk/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/uk/LC_MESSAGES/django.po index e7e337580..083ffe421 100644 --- a/wagtail/contrib/search_promotions/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/uk/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:56+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Ukrainian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/search_promotions/locale/zh/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/zh/LC_MESSAGES/django.mo index 4554fbedf..6589cfdb9 100644 Binary files a/wagtail/contrib/search_promotions/locale/zh/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/zh/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/zh/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/zh/LC_MESSAGES/django.po index d2b88ed53..dcb0035af 100644 --- a/wagtail/contrib/search_promotions/locale/zh/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/zh/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:56+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Chinese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/search_promotions/locale/zh_Hans/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/zh_Hans/LC_MESSAGES/django.mo index 79eed8b10..3958ae803 100644 Binary files a/wagtail/contrib/search_promotions/locale/zh_Hans/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/zh_Hans/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/zh_Hans/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/zh_Hans/LC_MESSAGES/django.po index b9117fb24..8ffd29278 100644 --- a/wagtail/contrib/search_promotions/locale/zh_Hans/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/zh_Hans/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-02-26 23:45+0000\n" "Last-Translator: 汇民 王 \n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/contrib/search_promotions/locale/zh_Hant/LC_MESSAGES/django.mo b/wagtail/contrib/search_promotions/locale/zh_Hant/LC_MESSAGES/django.mo index 04b6785ca..0138c7149 100644 Binary files a/wagtail/contrib/search_promotions/locale/zh_Hant/LC_MESSAGES/django.mo and b/wagtail/contrib/search_promotions/locale/zh_Hant/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/search_promotions/locale/zh_Hant/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/zh_Hant/LC_MESSAGES/django.po index 89f112177..f35bc9cb9 100644 --- a/wagtail/contrib/search_promotions/locale/zh_Hant/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/zh_Hant/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-02-05 05:37+0000\n" "Last-Translator: Yeh Yen-Ke \n" "Language-Team: Chinese Traditional (http://www.transifex.com/torchbox/" diff --git a/wagtail/contrib/settings/forms.py b/wagtail/contrib/settings/forms.py index 5c3f94380..35c60c8a4 100644 --- a/wagtail/contrib/settings/forms.py +++ b/wagtail/contrib/settings/forms.py @@ -8,10 +8,11 @@ from wagtail.core.models import Site class SiteSwitchForm(forms.Form): site = forms.ChoiceField(choices=[]) - class Media: - js = [ + @property + def media(self): + return forms.Media(js=[ versioned_static('wagtailsettings/js/site-switcher.js'), - ] + ]) def __init__(self, current_site, model, **kwargs): initial_data = {'site': self.get_change_url(current_site, model)} diff --git a/wagtail/contrib/settings/locale/af/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/af/LC_MESSAGES/django.mo index c410d988f..b734b1916 100644 Binary files a/wagtail/contrib/settings/locale/af/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/af/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/af/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/af/LC_MESSAGES/django.po index 46373900d..6b804f44c 100644 --- a/wagtail/contrib/settings/locale/af/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/af/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Afrikaans (http://www.transifex.com/torchbox/wagtail/language/" "af/)\n" diff --git a/wagtail/contrib/settings/locale/ar/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/ar/LC_MESSAGES/django.mo index d42f5cbf1..1a93b3fd8 100644 Binary files a/wagtail/contrib/settings/locale/ar/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/ar/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/ar/LC_MESSAGES/django.po index b2a26cee5..641c378d8 100644 --- a/wagtail/contrib/settings/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/ar/LC_MESSAGES/django.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-06-28 02:26+0000\n" -"Last-Translator: Khaled Arnaout \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" "ar/)\n" "MIME-Version: 1.0\n" @@ -41,8 +41,5 @@ msgstr "اعدادات" msgid "This setting could not be opened because there is no site defined." msgstr "لايمكن فتح الاعدادات لعدم وجود موقع مُعرف." -msgid "{setting_type} updated." -msgstr "تحديث {setting_type} ." - msgid "The setting could not be saved due to errors." msgstr "لايمكن حفظ الاعدادات بسبب وجود اخطاء" diff --git a/wagtail/contrib/settings/locale/be/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/be/LC_MESSAGES/django.mo index 0a507bd0a..3c6e679e0 100644 Binary files a/wagtail/contrib/settings/locale/be/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/be/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/be/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/be/LC_MESSAGES/django.po index 2cd96d75b..286bb79fe 100644 --- a/wagtail/contrib/settings/locale/be/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/be/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-10-27 12:57+0000\n" -"Last-Translator: Tatsiana Tsygan \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Belarusian (http://www.transifex.com/torchbox/wagtail/" "language/be/)\n" "MIME-Version: 1.0\n" @@ -40,8 +40,5 @@ msgstr "Налады" msgid "This setting could not be opened because there is no site defined." msgstr "Гэты параметр не магчыма адчыніць, бо сайт не вызначаны." -msgid "{setting_type} updated." -msgstr "{setting_type} абноўлена" - msgid "The setting could not be saved due to errors." msgstr "Не атрымалася захаваць наладку з-за памылкі" diff --git a/wagtail/contrib/settings/locale/ca/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/ca/LC_MESSAGES/django.mo index 54c0d3633..46ee9e88b 100644 Binary files a/wagtail/contrib/settings/locale/ca/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/ca/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/ca/LC_MESSAGES/django.po index 8e6021f7a..5ac837175 100644 --- a/wagtail/contrib/settings/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/ca/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-31 08:52+0000\n" -"Last-Translator: Roger Pons \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" "ca/)\n" "MIME-Version: 1.0\n" @@ -41,8 +41,5 @@ msgstr "" "No es pot obrir aquest paràmetre de configuració perquè no hi ha cap lloc " "web definit." -msgid "{setting_type} updated." -msgstr "{setting_type} actualitzat." - msgid "The setting could not be saved due to errors." msgstr "El paràmetre de configuració no pot ser desat per causa d'errors." diff --git a/wagtail/contrib/settings/locale/cs/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/cs/LC_MESSAGES/django.mo index 7105a1231..cbdb8383b 100644 Binary files a/wagtail/contrib/settings/locale/cs/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/cs/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/cs/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/cs/LC_MESSAGES/django.po index 13b752ffb..33f7f179a 100644 --- a/wagtail/contrib/settings/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/cs/LC_MESSAGES/django.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-11-28 13:49+0000\n" -"Last-Translator: IT Management \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Czech (http://www.transifex.com/torchbox/wagtail/language/" "cs/)\n" "MIME-Version: 1.0\n" @@ -41,8 +41,5 @@ msgstr "Nastavení" msgid "This setting could not be opened because there is no site defined." msgstr "Nastavení nebylo možné načíst protože není definovaný žádný web." -msgid "{setting_type} updated." -msgstr "{setting_type} aktualizováno." - msgid "The setting could not be saved due to errors." msgstr "Nastavení nelze uložit, zkontrolujte správné vyplnění polí." diff --git a/wagtail/contrib/settings/locale/cy/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/cy/LC_MESSAGES/django.mo index fdd196be9..1f6ded66d 100644 Binary files a/wagtail/contrib/settings/locale/cy/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/cy/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/cy/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/cy/LC_MESSAGES/django.po index 982ed5513..459c0bb5e 100644 --- a/wagtail/contrib/settings/locale/cy/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/cy/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Welsh (http://www.transifex.com/torchbox/wagtail/language/" "cy/)\n" @@ -37,8 +37,5 @@ msgstr "Cadw" msgid "Settings" msgstr "Gosodiadau" -msgid "{setting_type} updated." -msgstr "{setting_type} Wedi'i ddiweddaru" - msgid "The setting could not be saved due to errors." msgstr "Ni ellid achub y gosodiadau oherwydd gwallau." diff --git a/wagtail/contrib/settings/locale/da/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/da/LC_MESSAGES/django.mo index b13f6a0a4..93f21fc6b 100644 Binary files a/wagtail/contrib/settings/locale/da/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/da/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/da/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/da/LC_MESSAGES/django.po index ee12935dd..169b3a086 100644 --- a/wagtail/contrib/settings/locale/da/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/da/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-06-05 11:36+0000\n" -"Last-Translator: Mads Kronborg \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Danish (http://www.transifex.com/torchbox/wagtail/language/" "da/)\n" "MIME-Version: 1.0\n" @@ -40,8 +40,5 @@ msgid "This setting could not be opened because there is no site defined." msgstr "" "Denne indstilling kunne ikke åbnes, da der ikke er nogen side defineret." -msgid "{setting_type} updated." -msgstr "{setting_type} opdateret." - msgid "The setting could not be saved due to errors." msgstr "Denne indstilling kunne ikke gemmes på grund af fejl." diff --git a/wagtail/contrib/settings/locale/de/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/de/LC_MESSAGES/django.mo index cf6a66de8..021752063 100644 Binary files a/wagtail/contrib/settings/locale/de/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/de/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/de/LC_MESSAGES/django.po index 63c036d2e..a9160ee76 100644 --- a/wagtail/contrib/settings/locale/de/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/de/LC_MESSAGES/django.po @@ -4,14 +4,15 @@ # # Translators: # Henrik Kröger , 2016,2018 +# Matthias Martin, 2019 # Moritz Pfeiffer , 2016 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-09 09:33+0000\n" -"Last-Translator: Henrik Kröger \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-18 06:59+0000\n" +"Last-Translator: Matthias Martin\n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" "de/)\n" "MIME-Version: 1.0\n" @@ -41,8 +42,9 @@ msgstr "" "Diese Einstellung konnte nicht geöffnet werden, da keine Website definiert " "ist." -msgid "{setting_type} updated." -msgstr "{setting_type} geändert." +#, python-format +msgid "%(setting_type)s updated." +msgstr "%(setting_type)s aktualisiert." msgid "The setting could not be saved due to errors." msgstr "Aufgrund von Fehlern konnte die Einstellung nicht gespeichert werden." diff --git a/wagtail/contrib/settings/locale/el/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/el/LC_MESSAGES/django.mo index cb9924293..23be348d6 100644 Binary files a/wagtail/contrib/settings/locale/el/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/el/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/el/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/el/LC_MESSAGES/django.po index 313902efa..0e0a13820 100644 --- a/wagtail/contrib/settings/locale/el/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/el/LC_MESSAGES/django.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-11-21 02:42+0000\n" -"Last-Translator: Yiannis Inglessis \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Greek (http://www.transifex.com/torchbox/wagtail/language/" "el/)\n" "MIME-Version: 1.0\n" @@ -38,8 +38,5 @@ msgstr "Αποθήκευση" msgid "Settings" msgstr "Επιλογές" -msgid "{setting_type} updated." -msgstr "Η επιλογή {setting_type} ανανεώθηκε." - msgid "The setting could not be saved due to errors." msgstr "Η ρύθμιση δεν μπορεί να αποθηκευτεί λόγω σφάλματος." diff --git a/wagtail/contrib/settings/locale/en/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/en/LC_MESSAGES/django.mo index b1e994302..6420bb1ad 100644 Binary files a/wagtail/contrib/settings/locale/en/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/en/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/en/LC_MESSAGES/django.po index 5c31a7232..6e62fc15c 100644 --- a/wagtail/contrib/settings/locale/en/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -43,7 +43,8 @@ msgid "This setting could not be opened because there is no site defined." msgstr "" #: views.py:71 -msgid "{setting_type} updated." +#, python-format +msgid "%(setting_type)s updated." msgstr "" #: views.py:79 diff --git a/wagtail/contrib/settings/locale/es/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/es/LC_MESSAGES/django.mo index c50694b32..5e5b131a7 100644 Binary files a/wagtail/contrib/settings/locale/es/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/es/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/es/LC_MESSAGES/django.po index a2362120a..3ea04cfdf 100644 --- a/wagtail/contrib/settings/locale/es/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/es/LC_MESSAGES/django.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-07 12:55+0000\n" -"Last-Translator: José Luis \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" "es/)\n" "MIME-Version: 1.0\n" @@ -41,8 +41,5 @@ msgid "This setting could not be opened because there is no site defined." msgstr "" "Esta configuración podría no ser abierta porque no hay un sitio definido." -msgid "{setting_type} updated." -msgstr "{setting_type} actualizado." - msgid "The setting could not be saved due to errors." msgstr "La configuración no puede ser guardada debido a errores" diff --git a/wagtail/contrib/settings/locale/fa/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/fa/LC_MESSAGES/django.mo index 9cdf7a0d6..6814d08d2 100644 Binary files a/wagtail/contrib/settings/locale/fa/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/fa/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/fa/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/fa/LC_MESSAGES/django.po index b43f40544..c68d2d6a6 100644 --- a/wagtail/contrib/settings/locale/fa/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/fa/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Persian (http://www.transifex.com/torchbox/wagtail/language/" "fa/)\n" @@ -37,8 +37,5 @@ msgstr "ذخیره" msgid "Settings" msgstr "تنظیمات" -msgid "{setting_type} updated." -msgstr "{setting_type} به روز شد." - msgid "The setting could not be saved due to errors." msgstr "به دلیل بروز خطا امکان ذخیره تنظیمات وجود ندارد." diff --git a/wagtail/contrib/settings/locale/fi/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/fi/LC_MESSAGES/django.mo index bb98fc784..28d89e11b 100644 Binary files a/wagtail/contrib/settings/locale/fi/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/fi/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/fi/LC_MESSAGES/django.po index fde5c59d8..3ba0d2d8c 100644 --- a/wagtail/contrib/settings/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/fi/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" "fi/)\n" @@ -37,8 +37,5 @@ msgstr "Tallenna" msgid "Settings" msgstr "Asetukset" -msgid "{setting_type} updated." -msgstr "{setting_type} päivitetty." - msgid "The setting could not be saved due to errors." msgstr "Asetusta ei voitu tallentaa virheiden vuoksi." diff --git a/wagtail/contrib/settings/locale/fr/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/fr/LC_MESSAGES/django.mo index a0358702f..25da314d9 100644 Binary files a/wagtail/contrib/settings/locale/fr/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/fr/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/fr/LC_MESSAGES/django.po index ff552ebb7..d837501c2 100644 --- a/wagtail/contrib/settings/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/fr/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-07 14:23+0000\n" -"Last-Translator: Bertrand Bordage \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" "fr/)\n" "MIME-Version: 1.0\n" @@ -39,8 +39,5 @@ msgstr "Paramètres" msgid "This setting could not be opened because there is no site defined." msgstr "Ce paramètre ne peut être ouvert car aucun site n’est défini." -msgid "{setting_type} updated." -msgstr "{setting_type} mis à jour." - msgid "The setting could not be saved due to errors." msgstr "Ce paramètre ne peut être enregistré du fait d’erreurs." diff --git a/wagtail/contrib/settings/locale/gl/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/gl/LC_MESSAGES/django.mo index d01959f42..0c00a72aa 100644 Binary files a/wagtail/contrib/settings/locale/gl/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/gl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/gl/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/gl/LC_MESSAGES/django.po index 636fd91cf..567935824 100644 --- a/wagtail/contrib/settings/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/gl/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Galician (http://www.transifex.com/torchbox/wagtail/language/" "gl/)\n" @@ -36,8 +36,5 @@ msgstr "Gardar" msgid "Settings" msgstr "Configuración" -msgid "{setting_type} updated." -msgstr "{setting_type} actualizado." - msgid "The setting could not be saved due to errors." msgstr "A configuración non pode ser gardada debido a erros." diff --git a/wagtail/contrib/settings/locale/he_IL/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/he_IL/LC_MESSAGES/django.mo index e7f48220d..1e985619e 100644 Binary files a/wagtail/contrib/settings/locale/he_IL/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/he_IL/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/he_IL/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/he_IL/LC_MESSAGES/django.po index 3b21c2903..73c76d6fc 100644 --- a/wagtail/contrib/settings/locale/he_IL/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/he_IL/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-03-05 09:22+0000\n" -"Last-Translator: Adi Ron \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/torchbox/wagtail/" "language/he_IL/)\n" "MIME-Version: 1.0\n" @@ -40,8 +40,5 @@ msgstr "הגדרות" msgid "This setting could not be opened because there is no site defined." msgstr "לא ניתן לפתוח את ההגדרות בגלל שאף אתר לא מוגדר." -msgid "{setting_type} updated." -msgstr "עודכן {setting_type}." - msgid "The setting could not be saved due to errors." msgstr "לא ניתן לשמור את ההגדרות עקב שגיאות." diff --git a/wagtail/contrib/settings/locale/hr_HR/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/hr_HR/LC_MESSAGES/django.mo index e7371b1fb..553aa79a6 100644 Binary files a/wagtail/contrib/settings/locale/hr_HR/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/hr_HR/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/hr_HR/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/hr_HR/LC_MESSAGES/django.po index c93b91c27..0d6a7111d 100644 --- a/wagtail/contrib/settings/locale/hr_HR/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/hr_HR/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-05-11 19:37+0000\n" -"Last-Translator: Ivica Dosen \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Croatian (Croatia) (http://www.transifex.com/torchbox/wagtail/" "language/hr_HR/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/settings/locale/hu/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/hu/LC_MESSAGES/django.mo index 225475008..86203cc3c 100644 Binary files a/wagtail/contrib/settings/locale/hu/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/hu/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/hu/LC_MESSAGES/django.po index 9ca2f84d0..fb1262b82 100644 --- a/wagtail/contrib/settings/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/hu/LC_MESSAGES/django.po @@ -3,6 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# aaao , 2019 # Istvan Farkas , 2019 # Kornel Novak Mergulhão , 2016 # Kornel Novak Mergulhão , 2016 @@ -11,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-05-03 17:37+0000\n" -"Last-Translator: Istvan Farkas \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-21 01:26+0000\n" +"Last-Translator: aaao \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" "hu/)\n" "MIME-Version: 1.0\n" @@ -41,8 +42,9 @@ msgstr "Beállítások" msgid "This setting could not be opened because there is no site defined." msgstr "Ez a beállítás nem nyitható meg, mert nincs webhely definiálva." -msgid "{setting_type} updated." -msgstr "{setting_type} frissítve." +#, python-format +msgid "%(setting_type)s updated." +msgstr "%(setting_type)s frissítve." msgid "The setting could not be saved due to errors." msgstr "A beállításokat nem lehetett elmenteni." diff --git a/wagtail/contrib/settings/locale/id_ID/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/id_ID/LC_MESSAGES/django.mo index 46e867804..f1180fd17 100644 Binary files a/wagtail/contrib/settings/locale/id_ID/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/id_ID/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/id_ID/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/id_ID/LC_MESSAGES/django.po index 8ee76e99f..c077989f1 100644 --- a/wagtail/contrib/settings/locale/id_ID/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/id_ID/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-09-18 06:51+0000\n" -"Last-Translator: M. Febrian Ramadhana \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/torchbox/" "wagtail/language/id_ID/)\n" "MIME-Version: 1.0\n" @@ -40,8 +40,5 @@ msgid "This setting could not be opened because there is no site defined." msgstr "" "Pengaturan ini tidak dapat dibuka karena tidak ada situs yang didefinisikan." -msgid "{setting_type} updated." -msgstr "{setting_type} telah diperbarui." - msgid "The setting could not be saved due to errors." msgstr "Pengaturan tidak dapat disimpan karena galat." diff --git a/wagtail/contrib/settings/locale/is_IS/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/is_IS/LC_MESSAGES/django.mo index 2abae700a..05df7fbb1 100644 Binary files a/wagtail/contrib/settings/locale/is_IS/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/is_IS/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/is_IS/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/is_IS/LC_MESSAGES/django.po index b0feebf97..fff1a1370 100644 --- a/wagtail/contrib/settings/locale/is_IS/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/is_IS/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-07 10:15+0000\n" -"Last-Translator: Arnar Tumi Þorsteinsson \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/torchbox/" "wagtail/language/is_IS/)\n" "MIME-Version: 1.0\n" @@ -40,8 +40,5 @@ msgstr "" "Ekki er hægt að breyta þessari stillingu þar sem engin síða hefur verið " "skilgreind." -msgid "{setting_type} updated." -msgstr "{setting_type} uppfært." - msgid "The setting could not be saved due to errors." msgstr "Ekki var hægt að vista stillingarnar, villur komu upp." diff --git a/wagtail/contrib/settings/locale/it/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/it/LC_MESSAGES/django.mo index fc64ab431..b0c37bec3 100644 Binary files a/wagtail/contrib/settings/locale/it/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/it/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/it/LC_MESSAGES/django.po index db8b3ebf8..c2372905d 100644 --- a/wagtail/contrib/settings/locale/it/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/it/LC_MESSAGES/django.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-10 13:46+0000\n" -"Last-Translator: giammi \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" "it/)\n" "MIME-Version: 1.0\n" @@ -44,8 +44,5 @@ msgstr "" "Questa impostazione non può essere aperta perché non esiste un sito " "predefinito." -msgid "{setting_type} updated." -msgstr "{setting_type} modificato." - msgid "The setting could not be saved due to errors." msgstr "L'impostazione non può essere salvata a causa di errori." diff --git a/wagtail/contrib/settings/locale/ja/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/ja/LC_MESSAGES/django.mo index 3fcdd14c3..6ecdffdcb 100644 Binary files a/wagtail/contrib/settings/locale/ja/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/ja/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/ja/LC_MESSAGES/django.po index f2d3aed68..74c7d8e4a 100644 --- a/wagtail/contrib/settings/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/ja/LC_MESSAGES/django.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-06-04 02:07+0000\n" -"Last-Translator: 溝江 智徳 \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" "ja/)\n" "MIME-Version: 1.0\n" @@ -40,8 +40,5 @@ msgstr "設定" msgid "This setting could not be opened because there is no site defined." msgstr "サイトが定義されていないため、この設定を開けません。" -msgid "{setting_type} updated." -msgstr "{setting_type} が更新されました。" - msgid "The setting could not be saved due to errors." msgstr "エラーが発生したため、サイトを保存できませんでした。" diff --git a/wagtail/contrib/settings/locale/ko/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/ko/LC_MESSAGES/django.mo index 4355e5011..f56527c78 100644 Binary files a/wagtail/contrib/settings/locale/ko/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/ko/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/ko/LC_MESSAGES/django.po index 6d4d94a7d..deb635913 100644 --- a/wagtail/contrib/settings/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/ko/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-06-21 11:04+0000\n" -"Last-Translator: Kyungil Choi \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" "ko/)\n" "MIME-Version: 1.0\n" @@ -38,8 +38,5 @@ msgstr "설정" msgid "This setting could not be opened because there is no site defined." msgstr "사이트가 정의되지 않아 이 설정을 열 수 없습니다." -msgid "{setting_type} updated." -msgstr "{setting_type}의 수정이 반영됨." - msgid "The setting could not be saved due to errors." msgstr "에러로 인해 설정을 저장할 수 없습니다." diff --git a/wagtail/contrib/settings/locale/lt/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/lt/LC_MESSAGES/django.mo index f6841ae00..ec0bb8fea 100644 Binary files a/wagtail/contrib/settings/locale/lt/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/lt/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/lt/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/lt/LC_MESSAGES/django.po index 03e9c2e75..a7531ce87 100644 --- a/wagtail/contrib/settings/locale/lt/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/lt/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Lithuanian (http://www.transifex.com/torchbox/wagtail/" "language/lt/)\n" @@ -37,8 +37,5 @@ msgstr "Išsaugoti" msgid "Settings" msgstr "Nustatymai" -msgid "{setting_type} updated." -msgstr "{setting_type} atnaujintas." - msgid "The setting could not be saved due to errors." msgstr "Nustatymas negalėjo būti išsaugotas dėl klaidų." diff --git a/wagtail/contrib/settings/locale/lv/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/lv/LC_MESSAGES/django.mo index 460d95224..698e9b30e 100644 Binary files a/wagtail/contrib/settings/locale/lv/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/lv/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/lv/LC_MESSAGES/django.po index 6535a9762..75267f1a7 100644 --- a/wagtail/contrib/settings/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/lv/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" "lv/)\n" @@ -36,8 +36,5 @@ msgstr "Saglabāt" msgid "Settings" msgstr "Uzstādījumi" -msgid "{setting_type} updated." -msgstr "{setting_type} saglabāti." - msgid "The setting could not be saved due to errors." msgstr "Kļūdu dēļ uzstādījumus nebija iespējams saglabāt." diff --git a/wagtail/contrib/settings/locale/mn/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/mn/LC_MESSAGES/django.mo index f131758c1..222601673 100644 Binary files a/wagtail/contrib/settings/locale/mn/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/mn/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/mn/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/mn/LC_MESSAGES/django.po index 5ec5cc291..007a86383 100644 --- a/wagtail/contrib/settings/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/mn/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-01-25 03:44+0000\n" -"Last-Translator: Myagmarjav Enkhbileg \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Mongolian (http://www.transifex.com/torchbox/wagtail/language/" "mn/)\n" "MIME-Version: 1.0\n" @@ -37,6 +37,3 @@ msgstr "Тохиргоо" msgid "This setting could not be opened because there is no site defined." msgstr "Ямар нэг сайт тохируулаагүй учир энэ тохиргоо нээгдэхгүй." - -msgid "{setting_type} updated." -msgstr "{setting_type} шинэчлэгдлээ." diff --git a/wagtail/contrib/settings/locale/my/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/my/LC_MESSAGES/django.mo index 1c6ae03bf..d9fce91c7 100644 Binary files a/wagtail/contrib/settings/locale/my/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/my/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/my/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/my/LC_MESSAGES/django.po index a0bda8e24..c1f92f3d4 100644 --- a/wagtail/contrib/settings/locale/my/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/my/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-01-28 14:07+0000\n" -"Last-Translator: ime11 \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Burmese (http://www.transifex.com/torchbox/wagtail/language/" "my/)\n" "MIME-Version: 1.0\n" @@ -38,8 +38,5 @@ msgstr "ဆက်တင်များ" msgid "This setting could not be opened because there is no site defined." msgstr "ဘယ်ဆိုက်မှ မသတ်မှတ်ထားသောကြောင့် ဆက်တင်ကို မဖွင့်နိုင်ပါ။" -msgid "{setting_type} updated." -msgstr "{setting_type} မြှင့်တင်ပြီးပါပြီ။" - msgid "The setting could not be saved due to errors." msgstr "အမှားအယွင်းများကြောင့် ဆက်တင်ကို မသိမ်းဆည်းနိုင်ပါ။" diff --git a/wagtail/contrib/settings/locale/nb/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/nb/LC_MESSAGES/django.mo index ca3e9b2b0..a7920dbf3 100644 Binary files a/wagtail/contrib/settings/locale/nb/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/nb/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/nb/LC_MESSAGES/django.po index a78d34ec7..0b1185ca5 100644 --- a/wagtail/contrib/settings/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/nb/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-07 07:26+0000\n" -"Last-Translator: Stein Strindhaug \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" "language/nb/)\n" "MIME-Version: 1.0\n" @@ -39,8 +39,5 @@ msgid "This setting could not be opened because there is no site defined." msgstr "" "Innstillingen kunne ikke åpnes fordi det ikke er noe nettsted definert." -msgid "{setting_type} updated." -msgstr "{setting_type} oppdatert." - msgid "The setting could not be saved due to errors." msgstr "Innstillingen kunne ikke lagres grunnet feil." diff --git a/wagtail/contrib/settings/locale/nl/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/nl/LC_MESSAGES/django.mo index 9da2d16dc..9f473d4ff 100644 Binary files a/wagtail/contrib/settings/locale/nl/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/nl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/nl/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/nl/LC_MESSAGES/django.po index d5763f83e..d4a684922 100644 --- a/wagtail/contrib/settings/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/nl/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Dutch (http://www.transifex.com/torchbox/wagtail/language/" "nl/)\n" @@ -36,8 +36,5 @@ msgstr "Opslaan" msgid "Settings" msgstr "Instellingen" -msgid "{setting_type} updated." -msgstr "{setting_type} gewijzigd." - msgid "The setting could not be saved due to errors." msgstr "De instellingen konden vanwege foutmeldingen niet opgeslagen worden." diff --git a/wagtail/contrib/settings/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/nl_NL/LC_MESSAGES/django.mo index 807cae6eb..9f51ae45f 100644 Binary files a/wagtail/contrib/settings/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/nl_NL/LC_MESSAGES/django.po index fa282b407..3ea047e7e 100644 --- a/wagtail/contrib/settings/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/nl_NL/LC_MESSAGES/django.po @@ -3,15 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Coen van der Kamp , 2019 # Maarten Kling , 2018 # Thijs Kramer , 2016 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-07 09:02+0000\n" -"Last-Translator: Maarten Kling \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 20:19+0000\n" +"Last-Translator: Coen van der Kamp \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" "wagtail/language/nl_NL/)\n" "MIME-Version: 1.0\n" @@ -40,8 +41,9 @@ msgid "This setting could not be opened because there is no site defined." msgstr "" "Deze instelling kon niet worden geopend omdat er geen site is aangegeven." -msgid "{setting_type} updated." -msgstr "{setting_type} gewijzigd." +#, python-format +msgid "%(setting_type)s updated." +msgstr "%(setting_type)s gewijzigd." msgid "The setting could not be saved due to errors." msgstr "De instelling kon vanwege fouten niet worden opgeslagen." diff --git a/wagtail/contrib/settings/locale/pl/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/pl/LC_MESSAGES/django.mo index a7cf18fed..faf22d670 100644 Binary files a/wagtail/contrib/settings/locale/pl/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/pl/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/pl/LC_MESSAGES/django.po index c0393c2b5..530a5e066 100644 --- a/wagtail/contrib/settings/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/pl/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-05-09 13:33+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-25 10:09+0000\n" "Last-Translator: Miłosz Miśkiewicz\n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" "pl/)\n" @@ -44,8 +44,9 @@ msgstr "" "To ustawienie nie mogło zostać otwarte ponieważ nie zdefiniowano żadnego " "serwisu." -msgid "{setting_type} updated." -msgstr "{setting_type} uaktualnione." +#, python-format +msgid "%(setting_type)s updated." +msgstr "%(setting_type)s zaktualizowane." msgid "The setting could not be saved due to errors." msgstr "Ustawienie nie mogło zostać zapisane z powodu błędów." diff --git a/wagtail/contrib/settings/locale/pt_BR/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/pt_BR/LC_MESSAGES/django.mo index d48fb52b1..b1d651c65 100644 Binary files a/wagtail/contrib/settings/locale/pt_BR/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/pt_BR/LC_MESSAGES/django.po index fef0dc41a..3bad5cd17 100644 --- a/wagtail/contrib/settings/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/pt_BR/LC_MESSAGES/django.po @@ -4,13 +4,13 @@ # # Translators: # Luiz Boaretto , 2016 -# Luiz Boaretto , 2016,2018 +# Luiz Boaretto , 2016,2018-2019 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-06-19 13:24+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 20:34+0000\n" "Last-Translator: Luiz Boaretto \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/torchbox/" "wagtail/language/pt_BR/)\n" @@ -39,8 +39,9 @@ msgstr "Configurações" msgid "This setting could not be opened because there is no site defined." msgstr "Essa configuração não pôde ser aberta porque não há site definido." -msgid "{setting_type} updated." -msgstr "{setting_type} atualizado." +#, python-format +msgid "%(setting_type)s updated." +msgstr "%(setting_type)s atualizado." msgid "The setting could not be saved due to errors." msgstr "A configuração não pôde ser salva devido a erros." diff --git a/wagtail/contrib/settings/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/pt_PT/LC_MESSAGES/django.mo index fdb5b01b6..d9cc5219e 100644 Binary files a/wagtail/contrib/settings/locale/pt_PT/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/pt_PT/LC_MESSAGES/django.po index a72a89342..90116eaca 100644 --- a/wagtail/contrib/settings/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/pt_PT/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" "wagtail/language/pt_PT/)\n" @@ -36,8 +36,5 @@ msgstr "Guardar" msgid "Settings" msgstr "Definições" -msgid "{setting_type} updated." -msgstr "{setting_type} atualizado" - msgid "The setting could not be saved due to errors." msgstr "A definição não pôde ser guardada devido a erros." diff --git a/wagtail/contrib/settings/locale/ro/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/ro/LC_MESSAGES/django.mo index 243ffd60b..f40a54ed0 100644 Binary files a/wagtail/contrib/settings/locale/ro/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/ro/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/ro/LC_MESSAGES/django.po index 92ceb6465..08f3ca04d 100644 --- a/wagtail/contrib/settings/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/ro/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-05 00:07+0000\n" -"Last-Translator: Dan Braghis\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" "ro/)\n" "MIME-Version: 1.0\n" @@ -40,8 +40,5 @@ msgstr "Setări" msgid "This setting could not be opened because there is no site defined." msgstr "Setarea nu poate fi deschisă din cauzei lipsei definiților de sit." -msgid "{setting_type} updated." -msgstr "{setting_type} a fost actualizat(ă)." - msgid "The setting could not be saved due to errors." msgstr "Setarea nu a putut fi salvată din cauza erorilor." diff --git a/wagtail/contrib/settings/locale/ru/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/ru/LC_MESSAGES/django.mo index e84c6ddd2..7c3454f0e 100644 Binary files a/wagtail/contrib/settings/locale/ru/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/ru/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/ru/LC_MESSAGES/django.po index 57693f142..e771c092a 100644 --- a/wagtail/contrib/settings/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/ru/LC_MESSAGES/django.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-07-15 15:29+0000\n" -"Last-Translator: Nikita Tonkoshkur \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" "ru/)\n" "MIME-Version: 1.0\n" @@ -45,8 +45,5 @@ msgstr "Настройки" msgid "This setting could not be opened because there is no site defined." msgstr "Настройка не может быть открыта так как сайт не определён." -msgid "{setting_type} updated." -msgstr "{setting_type} обновлен." - msgid "The setting could not be saved due to errors." msgstr "Настройки не могут быть сохранены из-за ошибок." diff --git a/wagtail/contrib/settings/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/sk_SK/LC_MESSAGES/django.mo index 868594032..a5e03eb9c 100644 Binary files a/wagtail/contrib/settings/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/sk_SK/LC_MESSAGES/django.po index ad357986b..39b620276 100644 --- a/wagtail/contrib/settings/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/sk_SK/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" "language/sk_SK/)\n" @@ -35,8 +35,5 @@ msgstr "Uložiť" msgid "Settings" msgstr "Nastavenia" -msgid "{setting_type} updated." -msgstr "{setting_type} aktualizované." - msgid "The setting could not be saved due to errors." msgstr "Nastavenia neboli uložené kvôli chybám." diff --git a/wagtail/contrib/settings/locale/sl/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/sl/LC_MESSAGES/django.mo index 4f4b38bbc..d3e408b67 100644 Binary files a/wagtail/contrib/settings/locale/sl/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/sl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/sl/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/sl/LC_MESSAGES/django.po index 7ca90ccd8..01d47f0e9 100644 --- a/wagtail/contrib/settings/locale/sl/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/sl/LC_MESSAGES/django.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-08-20 07:44+0000\n" -"Last-Translator: Matej Stavanja \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Slovenian (http://www.transifex.com/torchbox/wagtail/language/" "sl/)\n" "MIME-Version: 1.0\n" @@ -41,8 +41,5 @@ msgstr "Nastavitve" msgid "This setting could not be opened because there is no site defined." msgstr "Te nastavitve ni bilo mogoče odpreti, ker stran ni določena." -msgid "{setting_type} updated." -msgstr "{setting_type} posodobljen." - msgid "The setting could not be saved due to errors." msgstr "Nastavitve zaradi napak ni bilo možno shraniti." diff --git a/wagtail/contrib/settings/locale/sv/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/sv/LC_MESSAGES/django.mo index db4e44fde..486a48ca6 100644 Binary files a/wagtail/contrib/settings/locale/sv/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/sv/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/sv/LC_MESSAGES/django.po index 643093943..59118bf33 100644 --- a/wagtail/contrib/settings/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/sv/LC_MESSAGES/django.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-27 23:24+0000\n" -"Last-Translator: Philip Andersen \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" "sv/)\n" "MIME-Version: 1.0\n" @@ -43,8 +43,5 @@ msgstr "" "Den här inställningen kunde inte öppnas eftersom det inte finns någon " "definierad webbplats." -msgid "{setting_type} updated." -msgstr "{setting_type} uppdaterat." - msgid "The setting could not be saved due to errors." msgstr "Inställningen kunde inte sparas då ett fel uppstod." diff --git a/wagtail/contrib/settings/locale/tet/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/tet/LC_MESSAGES/django.mo index 7541ef5e6..17c5226ef 100644 Binary files a/wagtail/contrib/settings/locale/tet/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/tet/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/tet/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/tet/LC_MESSAGES/django.po index a10349aa3..0c3ca6662 100644 --- a/wagtail/contrib/settings/locale/tet/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/tet/LC_MESSAGES/django.po @@ -3,15 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Joanico Barros , 2019 # Onorio de Jesus Afonso , 2019 # Peter Coward , 2019 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-06-05 04:36+0000\n" -"Last-Translator: Peter Coward \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Tetum (Tetun) (http://www.transifex.com/torchbox/wagtail/" "language/tet/)\n" "MIME-Version: 1.0\n" @@ -25,7 +26,7 @@ msgid "Editing %(setting_type_name)s - %(instance)s" msgstr "Ita boot troka %(setting_type_name)s - %(instance)s" msgid "Editing" -msgstr "Ita boot troka" +msgstr "Hadia hela" msgid "Saving…" msgstr "Rai hela..." @@ -39,8 +40,5 @@ msgstr "Konfigurasaun" msgid "This setting could not be opened because there is no site defined." msgstr "Konfigurasaun ita boot la bele haree tanba laiha definisaun situs." -msgid "{setting_type} updated." -msgstr "{setting_type} troka ona." - msgid "The setting could not be saved due to errors." msgstr "Konfigurasaun nee la bele rai tanba iha erru sira." diff --git a/wagtail/contrib/settings/locale/th/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/th/LC_MESSAGES/django.mo index 167a16302..451d3a92e 100644 Binary files a/wagtail/contrib/settings/locale/th/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/th/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/th/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/th/LC_MESSAGES/django.po index 585e2b403..b4a77813d 100644 --- a/wagtail/contrib/settings/locale/th/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/th/LC_MESSAGES/django.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-02-28 03:27+0000\n" -"Last-Translator: Walaksawan Vervoort \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Thai (http://www.transifex.com/torchbox/wagtail/language/" "th/)\n" "MIME-Version: 1.0\n" @@ -40,8 +40,5 @@ msgstr "ตั้งค่า" msgid "This setting could not be opened because there is no site defined." msgstr "การตั้งค่าไม่สามารถเปิดได้ เนื่องจากไม่ได้ระบุเว็บไซด์" -msgid "{setting_type} updated." -msgstr "{setting_type} ที่ได้อัพเดทไปแล้ว" - msgid "The setting could not be saved due to errors." msgstr "การตั้งค่าไม่สามารถเซฟได้ในขณะที่มีข้อผิดพลาด" diff --git a/wagtail/contrib/settings/locale/tr/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/tr/LC_MESSAGES/django.mo index 2d2d0c296..9eb997532 100644 Binary files a/wagtail/contrib/settings/locale/tr/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/tr/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/tr/LC_MESSAGES/django.po index c7332aa33..810ab0f63 100644 --- a/wagtail/contrib/settings/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/tr/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-01-11 20:18+0000\n" -"Last-Translator: Ahmet Sarıcan \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" "tr/)\n" "MIME-Version: 1.0\n" @@ -39,8 +39,5 @@ msgstr "Ayarlar" msgid "This setting could not be opened because there is no site defined." msgstr "Tanımlanmış site bulunmadığından bu ayar açılamadı." -msgid "{setting_type} updated." -msgstr "{setting_type} güncellendi." - msgid "The setting could not be saved due to errors." msgstr "Ayarlar hatalar nedeniyle kaydedilemedi" diff --git a/wagtail/contrib/settings/locale/uk/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/uk/LC_MESSAGES/django.mo index 8ebd3b4ec..7670bfd8c 100644 Binary files a/wagtail/contrib/settings/locale/uk/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/uk/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/uk/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/uk/LC_MESSAGES/django.po index 5c7ac844b..493e93e73 100644 --- a/wagtail/contrib/settings/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/uk/LC_MESSAGES/django.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-06-14 21:56+0000\n" -"Last-Translator: Николай Инкогнито \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Ukrainian (http://www.transifex.com/torchbox/wagtail/language/" "uk/)\n" "MIME-Version: 1.0\n" @@ -43,8 +43,5 @@ msgstr "Налаштування" msgid "This setting could not be opened because there is no site defined." msgstr "Налаштування не буде відчинене тому, що не призначено сайт." -msgid "{setting_type} updated." -msgstr "{setting_type} оновлено." - msgid "The setting could not be saved due to errors." msgstr "Неможливо зберегти налаштування через помилки." diff --git a/wagtail/contrib/settings/locale/zh/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/zh/LC_MESSAGES/django.mo index 7bbd739a0..49c48baa5 100644 Binary files a/wagtail/contrib/settings/locale/zh/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/zh/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/zh/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/zh/LC_MESSAGES/django.po index c0a68f814..ea2f4415d 100644 --- a/wagtail/contrib/settings/locale/zh/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/zh/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:31+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Chinese (http://www.transifex.com/torchbox/wagtail/language/" "zh/)\n" diff --git a/wagtail/contrib/settings/locale/zh_Hans/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/zh_Hans/LC_MESSAGES/django.mo index 4c9b4e49b..290a021e3 100644 Binary files a/wagtail/contrib/settings/locale/zh_Hans/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/zh_Hans/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/zh_Hans/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/zh_Hans/LC_MESSAGES/django.po index a416abe49..3cd06f678 100644 --- a/wagtail/contrib/settings/locale/zh_Hans/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/zh_Hans/LC_MESSAGES/django.po @@ -5,6 +5,7 @@ # Translators: # hanfeng , 2018 # Ed <724195301@qq.com>, 2018 +# First Last , 2019 # jszsj , 2017 # jszsj , 2017 # 飘 赵 <275980464@qq.com>, 2016 @@ -12,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-07-31 15:24+0000\n" -"Last-Translator: hanfeng \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-31 05:52+0000\n" +"Last-Translator: First Last \n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/" "language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -42,8 +43,9 @@ msgstr "设置" msgid "This setting could not be opened because there is no site defined." msgstr "尚未定义站点,无法打开配置。" -msgid "{setting_type} updated." -msgstr "{setting_type} 已更新。" +#, python-format +msgid "%(setting_type)s updated." +msgstr "%(setting_type)s已更新。" msgid "The setting could not be saved due to errors." msgstr "无法保存设置。出现错误。" diff --git a/wagtail/contrib/settings/locale/zh_Hant/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/zh_Hant/LC_MESSAGES/django.mo index 11941a5df..0f6ae85d2 100644 Binary files a/wagtail/contrib/settings/locale/zh_Hant/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/zh_Hant/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/zh_Hant/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/zh_Hant/LC_MESSAGES/django.po index 1a06dcbfa..97643d296 100644 --- a/wagtail/contrib/settings/locale/zh_Hant/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/zh_Hant/LC_MESSAGES/django.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-02-05 05:04+0000\n" -"Last-Translator: Yeh Yen-Ke \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:06+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Chinese Traditional (http://www.transifex.com/torchbox/" "wagtail/language/zh-Hant/)\n" "MIME-Version: 1.0\n" @@ -37,8 +37,5 @@ msgstr "設定" msgid "This setting could not be opened because there is no site defined." msgstr "尚未定義Site,無法打開配置。" -msgid "{setting_type} updated." -msgstr "{setting_type}已變更" - msgid "The setting could not be saved due to errors." msgstr "由於出現錯誤,設定無法儲存。" diff --git a/wagtail/contrib/settings/models.py b/wagtail/contrib/settings/models.py index 3d7b0f291..266626048 100644 --- a/wagtail/contrib/settings/models.py +++ b/wagtail/contrib/settings/models.py @@ -1,5 +1,7 @@ from django.db import models +from wagtail.core.models import Site + from .registry import register_setting __all__ = ['BaseSetting', 'register_setting'] @@ -12,7 +14,7 @@ class BaseSetting(models.Model): """ site = models.OneToOneField( - 'wagtailcore.Site', unique=True, db_index=True, editable=False, on_delete=models.CASCADE) + Site, unique=True, db_index=True, editable=False, on_delete=models.CASCADE) class Meta: abstract = True diff --git a/wagtail/contrib/settings/templates/wagtailsettings/edit.html b/wagtail/contrib/settings/templates/wagtailsettings/edit.html index f7476a8a9..6cd67466e 100644 --- a/wagtail/contrib/settings/templates/wagtailsettings/edit.html +++ b/wagtail/contrib/settings/templates/wagtailsettings/edit.html @@ -42,11 +42,13 @@ {% endblock %} {% block extra_css %} + {{ block.super }} {% include "wagtailadmin/pages/_editor_css.html" %} {{ edit_handler.form.media.css }} {{ site_switcher.media.css }} {% endblock %} {% block extra_js %} + {{ block.super }} {% include "wagtailadmin/pages/_editor_js.html" %} {{ edit_handler.form.media.js }} {{ edit_handler.html_declarations }} diff --git a/wagtail/contrib/styleguide/locale/ar/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/ar/LC_MESSAGES/django.mo index 2089e6305..53197b9da 100644 Binary files a/wagtail/contrib/styleguide/locale/ar/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/ar/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/ar/LC_MESSAGES/django.po index 70bb11ffa..48865c136 100644 --- a/wagtail/contrib/styleguide/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/ar/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-31 19:47+0000\n" "Last-Translator: abdulaziz alfuhigi \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/styleguide/locale/be/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/be/LC_MESSAGES/django.mo index 478f1bc50..b5bf06617 100644 Binary files a/wagtail/contrib/styleguide/locale/be/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/be/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/be/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/be/LC_MESSAGES/django.po index c7ede42e2..ef5ace0df 100644 --- a/wagtail/contrib/styleguide/locale/be/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/be/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-27 13:12+0000\n" "Last-Translator: Tatsiana Tsygan \n" "Language-Team: Belarusian (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/contrib/styleguide/locale/ca/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/ca/LC_MESSAGES/django.mo index f03c60156..5009e9bf5 100644 Binary files a/wagtail/contrib/styleguide/locale/ca/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/ca/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/ca/LC_MESSAGES/django.po index c3f50d5b9..2ee68d2dc 100644 --- a/wagtail/contrib/styleguide/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/ca/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/styleguide/locale/cs/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/cs/LC_MESSAGES/django.mo index 632fd1074..a19dbd8c9 100644 Binary files a/wagtail/contrib/styleguide/locale/cs/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/cs/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/cs/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/cs/LC_MESSAGES/django.po index fb206d735..8715e837a 100644 --- a/wagtail/contrib/styleguide/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/cs/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-11-26 14:22+0000\n" "Last-Translator: IT Management \n" "Language-Team: Czech (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/styleguide/locale/de/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/de/LC_MESSAGES/django.mo index 6b98cb36f..efc477fd3 100644 Binary files a/wagtail/contrib/styleguide/locale/de/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/de/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/de/LC_MESSAGES/django.po index fdd57822b..f76dcbfbd 100644 --- a/wagtail/contrib/styleguide/locale/de/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/de/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-09 09:55+0000\n" "Last-Translator: Henrik Kröger \n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/styleguide/locale/el/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/el/LC_MESSAGES/django.mo index 4dffca750..393049b75 100644 Binary files a/wagtail/contrib/styleguide/locale/el/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/el/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/el/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/el/LC_MESSAGES/django.po index d5dde76f4..a1299435c 100644 --- a/wagtail/contrib/styleguide/locale/el/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/el/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Greek (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/styleguide/locale/en/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/en/LC_MESSAGES/django.mo index b1e994302..6420bb1ad 100644 Binary files a/wagtail/contrib/styleguide/locale/en/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/en/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/en/LC_MESSAGES/django.po index 455e39925..4f3be3c81 100644 --- a/wagtail/contrib/styleguide/locale/en/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -34,26 +34,26 @@ msgstr "" msgid "Delete image" msgstr "" -#: views.py:55 +#: views.py:54 msgid "Search something" msgstr "" -#: views.py:59 +#: views.py:58 msgid "Success message" msgstr "" -#: views.py:60 views.py:64 views.py:68 +#: views.py:59 views.py:63 views.py:67 msgid "View live" msgstr "" -#: views.py:61 views.py:65 views.py:69 +#: views.py:60 views.py:64 views.py:68 msgid "Edit" msgstr "" -#: views.py:63 +#: views.py:62 msgid "Warning message" msgstr "" -#: views.py:67 +#: views.py:66 msgid "Error message" msgstr "" diff --git a/wagtail/contrib/styleguide/locale/es/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/es/LC_MESSAGES/django.mo index bd1d2f065..ee0f4c77e 100644 Binary files a/wagtail/contrib/styleguide/locale/es/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/es/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/es/LC_MESSAGES/django.po index 7fd3a62c7..463ef6882 100644 --- a/wagtail/contrib/styleguide/locale/es/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/es/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-07 13:08+0000\n" "Last-Translator: José Luis \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/styleguide/locale/fa/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/fa/LC_MESSAGES/django.mo index 739fce429..6a5cc13e6 100644 Binary files a/wagtail/contrib/styleguide/locale/fa/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/fa/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/fa/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/fa/LC_MESSAGES/django.po index ba0d030c4..da56a0fb1 100644 --- a/wagtail/contrib/styleguide/locale/fa/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/fa/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Persian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/styleguide/locale/fi/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/fi/LC_MESSAGES/django.mo index 9300cb935..ae85fce02 100644 Binary files a/wagtail/contrib/styleguide/locale/fi/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/fi/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/fi/LC_MESSAGES/django.po index 308bc3fd1..edea17914 100644 --- a/wagtail/contrib/styleguide/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/fi/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/styleguide/locale/fr/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/fr/LC_MESSAGES/django.mo index 61a346d51..597ff4754 100644 Binary files a/wagtail/contrib/styleguide/locale/fr/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/fr/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/fr/LC_MESSAGES/django.po index 7a2db83a4..f3f12bc71 100644 --- a/wagtail/contrib/styleguide/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/fr/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-07 14:46+0000\n" "Last-Translator: Bertrand Bordage \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/styleguide/locale/gl/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/gl/LC_MESSAGES/django.mo index bc8b7dfeb..0599d6da0 100644 Binary files a/wagtail/contrib/styleguide/locale/gl/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/gl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/gl/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/gl/LC_MESSAGES/django.po index c3f381894..f6a834986 100644 --- a/wagtail/contrib/styleguide/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/gl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Galician (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/styleguide/locale/hu/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/hu/LC_MESSAGES/django.mo index 5e2486193..ccee4eab1 100644 Binary files a/wagtail/contrib/styleguide/locale/hu/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/hu/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/hu/LC_MESSAGES/django.po index 25824f88f..98c221c3d 100644 --- a/wagtail/contrib/styleguide/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/hu/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-10 18:33+0000\n" "Last-Translator: B N \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/styleguide/locale/id_ID/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/id_ID/LC_MESSAGES/django.mo index 3d07a57ac..9fc82c7e9 100644 Binary files a/wagtail/contrib/styleguide/locale/id_ID/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/id_ID/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/id_ID/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/id_ID/LC_MESSAGES/django.po index 68d9d3675..254d87110 100644 --- a/wagtail/contrib/styleguide/locale/id_ID/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/id_ID/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-09-18 11:03+0000\n" "Last-Translator: M. Febrian Ramadhana \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/torchbox/" diff --git a/wagtail/contrib/styleguide/locale/is_IS/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/is_IS/LC_MESSAGES/django.mo index d47853a2f..10c633b52 100644 Binary files a/wagtail/contrib/styleguide/locale/is_IS/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/is_IS/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/is_IS/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/is_IS/LC_MESSAGES/django.po index c5d17822e..51ba1932b 100644 --- a/wagtail/contrib/styleguide/locale/is_IS/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/is_IS/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-07 10:19+0000\n" "Last-Translator: saevarom \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/torchbox/" diff --git a/wagtail/contrib/styleguide/locale/it/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/it/LC_MESSAGES/django.mo index 69804106b..7cf85a22a 100644 Binary files a/wagtail/contrib/styleguide/locale/it/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/it/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/it/LC_MESSAGES/django.po index 401a896b5..36d57a1aa 100644 --- a/wagtail/contrib/styleguide/locale/it/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/it/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-10 14:21+0000\n" "Last-Translator: giammi \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/styleguide/locale/ja/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/ja/LC_MESSAGES/django.mo index 56b70b48d..a200d0e3c 100644 Binary files a/wagtail/contrib/styleguide/locale/ja/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/ja/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/ja/LC_MESSAGES/django.po index f52d86ca4..f2f2e3bba 100644 --- a/wagtail/contrib/styleguide/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/ja/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-05-30 04:14+0000\n" "Last-Translator: shuhei hirota\n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/styleguide/locale/ka/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/ka/LC_MESSAGES/django.mo index 844d57594..8eeabc246 100644 Binary files a/wagtail/contrib/styleguide/locale/ka/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/ka/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/ka/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/ka/LC_MESSAGES/django.po index 84ffaee55..eb82f5f57 100644 --- a/wagtail/contrib/styleguide/locale/ka/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/ka/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Georgian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/styleguide/locale/ko/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/ko/LC_MESSAGES/django.mo index 771801110..a4b4fb7e5 100644 Binary files a/wagtail/contrib/styleguide/locale/ko/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/ko/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/ko/LC_MESSAGES/django.po index 654bf883e..761a79347 100644 --- a/wagtail/contrib/styleguide/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/ko/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-01-21 05:26+0000\n" "Last-Translator: Kyungil Choi \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/styleguide/locale/lt/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/lt/LC_MESSAGES/django.mo index b9d5fd2b8..926579ad5 100644 Binary files a/wagtail/contrib/styleguide/locale/lt/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/lt/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/lt/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/lt/LC_MESSAGES/django.po index 1a9927ff3..312b67a91 100644 --- a/wagtail/contrib/styleguide/locale/lt/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/lt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Lithuanian (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/contrib/styleguide/locale/lv/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/lv/LC_MESSAGES/django.mo index 7e818c190..e3ab07151 100644 Binary files a/wagtail/contrib/styleguide/locale/lv/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/lv/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/lv/LC_MESSAGES/django.po index 83dcf4456..6720d4434 100644 --- a/wagtail/contrib/styleguide/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/lv/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/styleguide/locale/mn/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/mn/LC_MESSAGES/django.mo index 11c2aa26f..95029a21b 100644 Binary files a/wagtail/contrib/styleguide/locale/mn/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/mn/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/mn/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/mn/LC_MESSAGES/django.po index 3085a68c7..f385f8b6c 100644 --- a/wagtail/contrib/styleguide/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/mn/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-01-24 10:38+0000\n" "Last-Translator: Myagmarjav Enkhbileg \n" "Language-Team: Mongolian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/styleguide/locale/my/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/my/LC_MESSAGES/django.mo index 894b28a65..b1917ab13 100644 Binary files a/wagtail/contrib/styleguide/locale/my/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/my/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/my/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/my/LC_MESSAGES/django.po index fc5db2beb..c6b213065 100644 --- a/wagtail/contrib/styleguide/locale/my/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/my/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-01-28 14:01+0000\n" "Last-Translator: ime11 \n" "Language-Team: Burmese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/styleguide/locale/nb/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/nb/LC_MESSAGES/django.mo index 4f57af19a..83b5fd3cb 100644 Binary files a/wagtail/contrib/styleguide/locale/nb/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/nb/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/nb/LC_MESSAGES/django.po index 0b9dd01ca..857529638 100644 --- a/wagtail/contrib/styleguide/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/nb/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-07 12:26+0000\n" "Last-Translator: Stein Strindhaug \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/contrib/styleguide/locale/nl/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/nl/LC_MESSAGES/django.mo index a9df0da9f..98b8c5efe 100644 Binary files a/wagtail/contrib/styleguide/locale/nl/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/nl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/nl/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/nl/LC_MESSAGES/django.po index 3d92fea62..d43c44314 100644 --- a/wagtail/contrib/styleguide/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/nl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Dutch (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/styleguide/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/nl_NL/LC_MESSAGES/django.mo index 3e09730c4..f9b5f223c 100644 Binary files a/wagtail/contrib/styleguide/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/nl_NL/LC_MESSAGES/django.po index d511c304b..9f21be2bf 100644 --- a/wagtail/contrib/styleguide/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/nl_NL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-07 09:05+0000\n" "Last-Translator: Maarten Kling \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" diff --git a/wagtail/contrib/styleguide/locale/pl/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/pl/LC_MESSAGES/django.mo index 2ec48269c..153d81d0c 100644 Binary files a/wagtail/contrib/styleguide/locale/pl/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/pl/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/pl/LC_MESSAGES/django.po index 8331a884a..a4e27613d 100644 --- a/wagtail/contrib/styleguide/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/pl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-15 08:30+0000\n" "Last-Translator: Miłosz Miśkiewicz\n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/styleguide/locale/pt_BR/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/pt_BR/LC_MESSAGES/django.mo index 1167528f2..d70f42447 100644 Binary files a/wagtail/contrib/styleguide/locale/pt_BR/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/pt_BR/LC_MESSAGES/django.po index 1209520b5..386d18405 100644 --- a/wagtail/contrib/styleguide/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/torchbox/" diff --git a/wagtail/contrib/styleguide/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/pt_PT/LC_MESSAGES/django.mo index c9e95a37f..64b768619 100644 Binary files a/wagtail/contrib/styleguide/locale/pt_PT/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/pt_PT/LC_MESSAGES/django.po index 0cff3e83c..1bbf787d3 100644 --- a/wagtail/contrib/styleguide/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/pt_PT/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" diff --git a/wagtail/contrib/styleguide/locale/ro/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/ro/LC_MESSAGES/django.mo index 679f694f1..c4de70183 100644 Binary files a/wagtail/contrib/styleguide/locale/ro/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/ro/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/ro/LC_MESSAGES/django.po index 17c8bd680..41b2b39bf 100644 --- a/wagtail/contrib/styleguide/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/ro/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-02-27 18:15+0000\n" "Last-Translator: Dan Braghis\n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/styleguide/locale/ru/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/ru/LC_MESSAGES/django.mo index b9b21da99..bf98fe507 100644 Binary files a/wagtail/contrib/styleguide/locale/ru/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/ru/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/ru/LC_MESSAGES/django.po index 9c1ed15a6..e42ee311e 100644 --- a/wagtail/contrib/styleguide/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/ru/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-27 13:04+0000\n" "Last-Translator: Tatsiana Tsygan \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/styleguide/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/sk_SK/LC_MESSAGES/django.mo index 3998bc29c..75b01b4df 100644 Binary files a/wagtail/contrib/styleguide/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/sk_SK/LC_MESSAGES/django.po index e4d51a85c..1381c95b3 100644 --- a/wagtail/contrib/styleguide/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/sk_SK/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/contrib/styleguide/locale/sl/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/sl/LC_MESSAGES/django.mo index 2c68a1f75..a6c1ef165 100644 Binary files a/wagtail/contrib/styleguide/locale/sl/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/sl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/sl/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/sl/LC_MESSAGES/django.po index 3070d4caf..82f0b832a 100644 --- a/wagtail/contrib/styleguide/locale/sl/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/sl/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Slovenian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/styleguide/locale/sv/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/sv/LC_MESSAGES/django.mo index a3629c9d8..1ad63e2a7 100644 Binary files a/wagtail/contrib/styleguide/locale/sv/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/sv/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/sv/LC_MESSAGES/django.po index 99e5766ed..0356cad60 100644 --- a/wagtail/contrib/styleguide/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/sv/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-27 23:08+0000\n" "Last-Translator: Philip Andersen \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/styleguide/locale/tet/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/tet/LC_MESSAGES/django.mo index c0f8d8be4..ba15ba846 100644 Binary files a/wagtail/contrib/styleguide/locale/tet/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/tet/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/tet/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/tet/LC_MESSAGES/django.po index 330dbf0f7..51b81024a 100644 --- a/wagtail/contrib/styleguide/locale/tet/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/tet/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-03-09 05:18+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-09-21 00:26+0000\n" "Last-Translator: Peter Coward \n" "Language-Team: Tetum (Tetun) (http://www.transifex.com/torchbox/wagtail/" "language/tet/)\n" @@ -21,3 +21,30 @@ msgstr "" msgid "Wagtail style guide" msgstr "Wagtail matadalan stilu" + +msgid "Styleguide" +msgstr "Matadalan Stilu" + +msgid "Save" +msgstr "Rai" + +msgid "Delete image" +msgstr "Hamoos imagen" + +msgid "Search something" +msgstr "Buka sasan" + +msgid "Success message" +msgstr "Mensagem diak" + +msgid "View live" +msgstr "Haree iha situ" + +msgid "Edit" +msgstr "Hadia" + +msgid "Warning message" +msgstr "Mensagem avisu" + +msgid "Error message" +msgstr "Mensagem Erru" diff --git a/wagtail/contrib/styleguide/locale/th/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/th/LC_MESSAGES/django.mo index 04def1b7b..04d6661ee 100644 Binary files a/wagtail/contrib/styleguide/locale/th/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/th/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/th/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/th/LC_MESSAGES/django.po index b4287c202..c95b20897 100644 --- a/wagtail/contrib/styleguide/locale/th/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/th/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-02-10 11:22+0000\n" "Last-Translator: Walaksawan Vervoort \n" "Language-Team: Thai (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/styleguide/locale/tr/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/tr/LC_MESSAGES/django.mo index fe489ca5f..162fad416 100644 Binary files a/wagtail/contrib/styleguide/locale/tr/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/tr/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/tr/LC_MESSAGES/django.po index 97c1ba2ed..c43bd1957 100644 --- a/wagtail/contrib/styleguide/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/tr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/styleguide/locale/uk/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/uk/LC_MESSAGES/django.mo index ec9a8eb30..955d9dac2 100644 Binary files a/wagtail/contrib/styleguide/locale/uk/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/uk/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/uk/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/uk/LC_MESSAGES/django.po index 49d7c5065..0afa346ee 100644 --- a/wagtail/contrib/styleguide/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/uk/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-07-30 21:18+0000\n" "Last-Translator: Sergiy Shkodenko \n" "Language-Team: Ukrainian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/styleguide/locale/zh/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/zh/LC_MESSAGES/django.mo index 868725d21..7e4d9b20c 100644 Binary files a/wagtail/contrib/styleguide/locale/zh/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/zh/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/zh/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/zh/LC_MESSAGES/django.po index ae9a9e666..ff1dd22e6 100644 --- a/wagtail/contrib/styleguide/locale/zh/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/zh/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Chinese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/styleguide/locale/zh_Hans/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/zh_Hans/LC_MESSAGES/django.mo index ea2d23f86..102486347 100644 Binary files a/wagtail/contrib/styleguide/locale/zh_Hans/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/zh_Hans/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/zh_Hans/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/zh_Hans/LC_MESSAGES/django.po index 1b6ac3c99..4c5e935c4 100644 --- a/wagtail/contrib/styleguide/locale/zh_Hans/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/zh_Hans/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-06-30 00:27+0000\n" "Last-Translator: Ed <724195301@qq.com>\n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/contrib/styleguide/locale/zh_Hant/LC_MESSAGES/django.mo b/wagtail/contrib/styleguide/locale/zh_Hant/LC_MESSAGES/django.mo index 403e9c69f..8ed57114f 100644 Binary files a/wagtail/contrib/styleguide/locale/zh_Hant/LC_MESSAGES/django.mo and b/wagtail/contrib/styleguide/locale/zh_Hant/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/styleguide/locale/zh_Hant/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/zh_Hant/LC_MESSAGES/django.po index 4f627eda4..8a90e7d6c 100644 --- a/wagtail/contrib/styleguide/locale/zh_Hant/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/zh_Hant/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-02-05 06:43+0000\n" "Last-Translator: Yeh Yen-Ke \n" "Language-Team: Chinese Traditional (http://www.transifex.com/torchbox/" diff --git a/wagtail/contrib/table_block/locale/ar/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/ar/LC_MESSAGES/django.mo index d89557f28..7597cbccc 100644 Binary files a/wagtail/contrib/table_block/locale/ar/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/ar/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/ar/LC_MESSAGES/django.po index 8b1105c62..35c3f3463 100644 --- a/wagtail/contrib/table_block/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/ar/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-10-26 04:27+0000\n" -"Last-Translator: ultraify media \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" "ar/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/table_block/locale/be/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/be/LC_MESSAGES/django.mo index 8579a6c97..54513bc49 100644 Binary files a/wagtail/contrib/table_block/locale/be/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/be/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/be/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/be/LC_MESSAGES/django.po index 8f94682ad..97ffe6d2c 100644 --- a/wagtail/contrib/table_block/locale/be/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/be/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-10-27 13:03+0000\n" -"Last-Translator: Tatsiana Tsygan \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Belarusian (http://www.transifex.com/torchbox/wagtail/" "language/be/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/table_block/locale/ca/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/ca/LC_MESSAGES/django.mo index 0918bcae8..401ed5562 100644 Binary files a/wagtail/contrib/table_block/locale/ca/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/ca/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/ca/LC_MESSAGES/django.po index 28edc5640..83189b38b 100644 --- a/wagtail/contrib/table_block/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/ca/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:32+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" "ca/)\n" diff --git a/wagtail/contrib/table_block/locale/cs/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/cs/LC_MESSAGES/django.mo index f5bd6194b..b7f01d342 100644 Binary files a/wagtail/contrib/table_block/locale/cs/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/cs/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/cs/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/cs/LC_MESSAGES/django.po index 072e23db1..b2b2057f1 100644 --- a/wagtail/contrib/table_block/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/cs/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-11-26 13:54+0000\n" -"Last-Translator: IT Management \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Czech (http://www.transifex.com/torchbox/wagtail/language/" "cs/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/table_block/locale/de/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/de/LC_MESSAGES/django.mo index 42898f1f9..fe6379bc8 100644 Binary files a/wagtail/contrib/table_block/locale/de/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/de/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/de/LC_MESSAGES/django.po index 6fddbef24..64dc2761c 100644 --- a/wagtail/contrib/table_block/locale/de/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/de/LC_MESSAGES/django.po @@ -4,14 +4,15 @@ # # Translators: # Henrik Kröger , 2018 +# Johannes Fleck, 2019 # Moritz Pfeiffer , 2016 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-09 09:56+0000\n" -"Last-Translator: Henrik Kröger \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-31 14:37+0000\n" +"Last-Translator: Johannes Fleck\n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" "de/)\n" "MIME-Version: 1.0\n" @@ -34,3 +35,13 @@ msgstr "Kopfspalte" msgid "Display the first column as a header." msgstr "Anwählen damit die erste Spalte als Kopfspalte ausgegeben wird." + +msgid "Table caption" +msgstr "Tabellenüberschrift" + +msgid "" +"A heading that identifies the overall topic of the table, and is useful for " +"screen reader users" +msgstr "" +"Eine Überschrift, die den Inhalt der Tabelle wiedergibt und nützlich für " +"Screenreader ist" diff --git a/wagtail/contrib/table_block/locale/el/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/el/LC_MESSAGES/django.mo index 607775fc3..d229eb52d 100644 Binary files a/wagtail/contrib/table_block/locale/el/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/el/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/el/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/el/LC_MESSAGES/django.po index 30827bf7c..5a3b0dec4 100644 --- a/wagtail/contrib/table_block/locale/el/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/el/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:32+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Greek (http://www.transifex.com/torchbox/wagtail/language/" "el/)\n" diff --git a/wagtail/contrib/table_block/locale/en/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/en/LC_MESSAGES/django.mo index b1e994302..6420bb1ad 100644 Binary files a/wagtail/contrib/table_block/locale/en/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/en/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/en/LC_MESSAGES/django.po index e2fc23011..dda4bdc33 100644 --- a/wagtail/contrib/table_block/locale/en/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -36,3 +36,13 @@ msgstr "" #: templates/table_block/widgets/table.html:18 msgid "Display the first column as a header." msgstr "" + +#: templates/table_block/widgets/table.html:23 +msgid "Table caption" +msgstr "" + +#: templates/table_block/widgets/table.html:28 +msgid "" +"A heading that identifies the overall topic of the table, and is useful for " +"screen reader users" +msgstr "" diff --git a/wagtail/contrib/table_block/locale/es/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/es/LC_MESSAGES/django.mo index 3892235b1..66cd4b817 100644 Binary files a/wagtail/contrib/table_block/locale/es/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/es/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/es/LC_MESSAGES/django.po index 8d0e87084..75574fa0b 100644 --- a/wagtail/contrib/table_block/locale/es/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/es/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-07 13:08+0000\n" -"Last-Translator: José Luis \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" "es/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/table_block/locale/fa/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/fa/LC_MESSAGES/django.mo index b04f1f68c..773b78bec 100644 Binary files a/wagtail/contrib/table_block/locale/fa/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/fa/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/fa/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/fa/LC_MESSAGES/django.po index fd43e9f64..0391ea91c 100644 --- a/wagtail/contrib/table_block/locale/fa/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/fa/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:32+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Persian (http://www.transifex.com/torchbox/wagtail/language/" "fa/)\n" diff --git a/wagtail/contrib/table_block/locale/fi/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/fi/LC_MESSAGES/django.mo index 088c4427a..7ba2278f8 100644 Binary files a/wagtail/contrib/table_block/locale/fi/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/fi/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/fi/LC_MESSAGES/django.po index 910575a5c..80eb2bb0d 100644 --- a/wagtail/contrib/table_block/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/fi/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:32+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" "fi/)\n" diff --git a/wagtail/contrib/table_block/locale/fr/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/fr/LC_MESSAGES/django.mo index 4b39d31e9..b6a28aa92 100644 Binary files a/wagtail/contrib/table_block/locale/fr/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/fr/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/fr/LC_MESSAGES/django.po index 064ad9428..d0c1a5ee3 100644 --- a/wagtail/contrib/table_block/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/fr/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-07 14:47+0000\n" -"Last-Translator: Bertrand Bordage \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" "fr/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/table_block/locale/gl/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/gl/LC_MESSAGES/django.mo index 4dcd4e95e..cb6b19188 100644 Binary files a/wagtail/contrib/table_block/locale/gl/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/gl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/gl/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/gl/LC_MESSAGES/django.po index d617a2648..f503d6226 100644 --- a/wagtail/contrib/table_block/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/gl/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:32+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Galician (http://www.transifex.com/torchbox/wagtail/language/" "gl/)\n" diff --git a/wagtail/contrib/table_block/locale/hu/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/hu/LC_MESSAGES/django.mo index 9ee9509f3..c9abee572 100644 Binary files a/wagtail/contrib/table_block/locale/hu/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/hu/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/hu/LC_MESSAGES/django.po index e09ceda37..aeff832b8 100644 --- a/wagtail/contrib/table_block/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/hu/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-05-03 17:26+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-28 12:45+0000\n" "Last-Translator: Istvan Farkas \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" "hu/)\n" @@ -35,3 +35,13 @@ msgstr "Oszlop fejléc" msgid "Display the first column as a header." msgstr "Első oszlop fejlécként történő megjelenítése." + +msgid "Table caption" +msgstr "Táblázat felirata" + +msgid "" +"A heading that identifies the overall topic of the table, and is useful for " +"screen reader users" +msgstr "" +"Egy rövid fejléc, amely a táblázat célját azonosítja, és hasznos a felolvasó " +"programot használóknak" diff --git a/wagtail/contrib/table_block/locale/id_ID/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/id_ID/LC_MESSAGES/django.mo index 89581b423..5e6da1fb5 100644 Binary files a/wagtail/contrib/table_block/locale/id_ID/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/id_ID/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/id_ID/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/id_ID/LC_MESSAGES/django.po index 15a888d2d..2438e5717 100644 --- a/wagtail/contrib/table_block/locale/id_ID/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/id_ID/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-09-18 11:01+0000\n" -"Last-Translator: M. Febrian Ramadhana \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/torchbox/" "wagtail/language/id_ID/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/table_block/locale/is_IS/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/is_IS/LC_MESSAGES/django.mo index 645c67407..5bef5fd88 100644 Binary files a/wagtail/contrib/table_block/locale/is_IS/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/is_IS/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/is_IS/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/is_IS/LC_MESSAGES/django.po index b3447c082..7355feba7 100644 --- a/wagtail/contrib/table_block/locale/is_IS/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/is_IS/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-07 10:18+0000\n" -"Last-Translator: saevarom \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/torchbox/" "wagtail/language/is_IS/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/table_block/locale/it/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/it/LC_MESSAGES/django.mo index f61b6e20c..8c5fb41bd 100644 Binary files a/wagtail/contrib/table_block/locale/it/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/it/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/it/LC_MESSAGES/django.po index 4b1b93071..d1cd5dc72 100644 --- a/wagtail/contrib/table_block/locale/it/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/it/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-10 14:21+0000\n" -"Last-Translator: giammi \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" "it/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/table_block/locale/ja/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/ja/LC_MESSAGES/django.mo index fe378014c..87e7ad53a 100644 Binary files a/wagtail/contrib/table_block/locale/ja/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/ja/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/ja/LC_MESSAGES/django.po index 51bfa622d..716d49fc7 100644 --- a/wagtail/contrib/table_block/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/ja/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-28 21:29+0000\n" -"Last-Translator: 山本 卓也 \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" "ja/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/table_block/locale/ko/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/ko/LC_MESSAGES/django.mo index 9de9a445a..a070c4f54 100644 Binary files a/wagtail/contrib/table_block/locale/ko/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/ko/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/ko/LC_MESSAGES/django.po index 6f62495fb..f584b2b4c 100644 --- a/wagtail/contrib/table_block/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/ko/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-06-21 12:20+0000\n" -"Last-Translator: Kyungil Choi \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" "ko/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/table_block/locale/lt/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/lt/LC_MESSAGES/django.mo index 0450dbcbf..4d7f2eb66 100644 Binary files a/wagtail/contrib/table_block/locale/lt/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/lt/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/lt/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/lt/LC_MESSAGES/django.po index fb44c3547..2c19ad92d 100644 --- a/wagtail/contrib/table_block/locale/lt/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/lt/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:32+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Lithuanian (http://www.transifex.com/torchbox/wagtail/" "language/lt/)\n" diff --git a/wagtail/contrib/table_block/locale/lv/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/lv/LC_MESSAGES/django.mo index 5140f143d..5055ab8b9 100644 Binary files a/wagtail/contrib/table_block/locale/lv/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/lv/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/lv/LC_MESSAGES/django.po index 60c44df81..68596580f 100644 --- a/wagtail/contrib/table_block/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/lv/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:32+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" "lv/)\n" diff --git a/wagtail/contrib/table_block/locale/mn/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/mn/LC_MESSAGES/django.mo index 69fab26c8..60e28c31a 100644 Binary files a/wagtail/contrib/table_block/locale/mn/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/mn/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/mn/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/mn/LC_MESSAGES/django.po index 9ff5da525..27474a111 100644 --- a/wagtail/contrib/table_block/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/mn/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-01-24 10:05+0000\n" -"Last-Translator: Myagmarjav Enkhbileg \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Mongolian (http://www.transifex.com/torchbox/wagtail/language/" "mn/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/table_block/locale/my/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/my/LC_MESSAGES/django.mo index 94cd98cae..1389d570c 100644 Binary files a/wagtail/contrib/table_block/locale/my/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/my/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/my/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/my/LC_MESSAGES/django.po index 9fe63d516..049ac0b35 100644 --- a/wagtail/contrib/table_block/locale/my/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/my/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-01-22 15:50+0000\n" -"Last-Translator: ime11 \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Burmese (http://www.transifex.com/torchbox/wagtail/language/" "my/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/table_block/locale/nb/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/nb/LC_MESSAGES/django.mo index d59c202de..44d004e1e 100644 Binary files a/wagtail/contrib/table_block/locale/nb/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/nb/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/nb/LC_MESSAGES/django.po index 8b1839d97..ddef4901f 100644 --- a/wagtail/contrib/table_block/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/nb/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-07 12:26+0000\n" -"Last-Translator: Stein Strindhaug \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" "language/nb/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/table_block/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/nl_NL/LC_MESSAGES/django.mo index 0275f526c..dbae4c437 100644 Binary files a/wagtail/contrib/table_block/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/nl_NL/LC_MESSAGES/django.po index 952cafa09..7097fe324 100644 --- a/wagtail/contrib/table_block/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/nl_NL/LC_MESSAGES/django.po @@ -3,15 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Coen van der Kamp , 2019 # Maarten Kling , 2018 # Thijs Kramer , 2016 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-07 09:04+0000\n" -"Last-Translator: Maarten Kling \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 21:48+0000\n" +"Last-Translator: Coen van der Kamp \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" "wagtail/language/nl_NL/)\n" "MIME-Version: 1.0\n" @@ -34,3 +35,13 @@ msgstr "Kolomheader" msgid "Display the first column as a header." msgstr "Geef de eerste kolom als een header weer." + +msgid "Table caption" +msgstr "Bijschrift" + +msgid "" +"A heading that identifies the overall topic of the table, and is useful for " +"screen reader users" +msgstr "" +"Een algemene omschrijving van de tabel. Nuttig voor bezoekers die gebruik " +"maken van een screen reader." diff --git a/wagtail/contrib/table_block/locale/pl/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/pl/LC_MESSAGES/django.mo index 4387768c3..2e7435b1b 100644 Binary files a/wagtail/contrib/table_block/locale/pl/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/pl/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/pl/LC_MESSAGES/django.po index bb9dd647f..12a5bc0ff 100644 --- a/wagtail/contrib/table_block/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/pl/LC_MESSAGES/django.po @@ -4,14 +4,14 @@ # # Translators: # Miłosz Miśkiewicz, 2016 -# Miłosz Miśkiewicz, 2018 +# Miłosz Miśkiewicz, 2018-2019 # Miłosz Miśkiewicz, 2016 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-15 08:30+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-25 10:08+0000\n" "Last-Translator: Miłosz Miśkiewicz\n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" "pl/)\n" @@ -37,3 +37,13 @@ msgstr "Nagłówek kolumny" msgid "Display the first column as a header." msgstr "Wyświetl pierwszą kolumnę jako nagłówek." + +msgid "Table caption" +msgstr "Opis tabeli" + +msgid "" +"A heading that identifies the overall topic of the table, and is useful for " +"screen reader users" +msgstr "" +"Nagłówek który określa ogólny temat tabeli, jest przydatny dla " +"przeglądających użytkowników." diff --git a/wagtail/contrib/table_block/locale/pt_BR/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/pt_BR/LC_MESSAGES/django.mo index 9ba840d8c..1e622bb67 100644 Binary files a/wagtail/contrib/table_block/locale/pt_BR/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/pt_BR/LC_MESSAGES/django.po index 7d2de74c7..d710b1b83 100644 --- a/wagtail/contrib/table_block/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/pt_BR/LC_MESSAGES/django.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Luiz Boaretto , 2016 +# Luiz Boaretto , 2016,2019 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:32+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 20:43+0000\n" +"Last-Translator: Luiz Boaretto \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/torchbox/" "wagtail/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -30,3 +30,6 @@ msgstr "Cabeçalho da coluna" msgid "Display the first column as a header." msgstr "Mostrar a primeira coluna como um cabeçalho." + +msgid "Table caption" +msgstr "Legenda da tabela" diff --git a/wagtail/contrib/table_block/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/pt_PT/LC_MESSAGES/django.mo index fce854b3b..b6f0ca885 100644 Binary files a/wagtail/contrib/table_block/locale/pt_PT/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/pt_PT/LC_MESSAGES/django.po index b9f8eca44..8bb627652 100644 --- a/wagtail/contrib/table_block/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/pt_PT/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:32+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" "wagtail/language/pt_PT/)\n" diff --git a/wagtail/contrib/table_block/locale/ro/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/ro/LC_MESSAGES/django.mo index 37c671c4b..31fc793a1 100644 Binary files a/wagtail/contrib/table_block/locale/ro/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/ro/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/ro/LC_MESSAGES/django.po index 1018870ca..78dd75782 100644 --- a/wagtail/contrib/table_block/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/ro/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-02-27 18:15+0000\n" -"Last-Translator: Dan Braghis\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" "ro/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/table_block/locale/ru/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/ru/LC_MESSAGES/django.mo index fd1107d20..0ce6a6907 100644 Binary files a/wagtail/contrib/table_block/locale/ru/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/ru/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/ru/LC_MESSAGES/django.po index 5fc91d793..f63da6b19 100644 --- a/wagtail/contrib/table_block/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/ru/LC_MESSAGES/django.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-10-27 13:00+0000\n" -"Last-Translator: Tatsiana Tsygan \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" "ru/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/table_block/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/sk_SK/LC_MESSAGES/django.mo index 276a98835..eabf5bf27 100644 Binary files a/wagtail/contrib/table_block/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/sk_SK/LC_MESSAGES/django.po index 6e05fdd72..3c210a574 100644 --- a/wagtail/contrib/table_block/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/sk_SK/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:32+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" "language/sk_SK/)\n" diff --git a/wagtail/contrib/table_block/locale/sv/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/sv/LC_MESSAGES/django.mo index c61a19b7b..01781ee96 100644 Binary files a/wagtail/contrib/table_block/locale/sv/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/sv/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/sv/LC_MESSAGES/django.po index 83e3b667f..f8a81fd36 100644 --- a/wagtail/contrib/table_block/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/sv/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-27 23:04+0000\n" -"Last-Translator: Philip Andersen \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" "sv/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/table_block/locale/tet/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/tet/LC_MESSAGES/django.mo new file mode 100644 index 000000000..a35ee76bd Binary files /dev/null and b/wagtail/contrib/table_block/locale/tet/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/tet/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/tet/LC_MESSAGES/django.po new file mode 100644 index 000000000..545af5a1d --- /dev/null +++ b/wagtail/contrib/table_block/locale/tet/LC_MESSAGES/django.po @@ -0,0 +1,35 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Peter Coward , 2019 +msgid "" +msgstr "" +"Project-Id-Version: Wagtail\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" +"Last-Translator: Matt Westcott \n" +"Language-Team: Tetum (Tetun) (http://www.transifex.com/torchbox/wagtail/" +"language/tet/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tet\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Wagtail table block" +msgstr "Wagtail bloku tabela" + +msgid "Row header" +msgstr "Lina leten" + +msgid "Display the first row as a header." +msgstr "Hatudu lina dahuluk hanesan titlu." + +msgid "Column header" +msgstr "Koluna titlu" + +msgid "Display the first column as a header." +msgstr "Hatudu koluna dahuluk hanesan titlu" diff --git a/wagtail/contrib/table_block/locale/th/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/th/LC_MESSAGES/django.mo index 0fbb4439f..37bcd8f1c 100644 Binary files a/wagtail/contrib/table_block/locale/th/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/th/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/th/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/th/LC_MESSAGES/django.po index ba4647682..786a260f3 100644 --- a/wagtail/contrib/table_block/locale/th/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/th/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-02-28 16:11+0000\n" -"Last-Translator: Walaksawan Vervoort \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Thai (http://www.transifex.com/torchbox/wagtail/language/" "th/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/table_block/locale/tr/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/tr/LC_MESSAGES/django.mo index d91fb07e3..c9c6a3c48 100644 Binary files a/wagtail/contrib/table_block/locale/tr/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/tr/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/tr/LC_MESSAGES/django.po index d0babf8ef..0aced59ec 100644 --- a/wagtail/contrib/table_block/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/tr/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:32+0000\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" "tr/)\n" diff --git a/wagtail/contrib/table_block/locale/uk/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/uk/LC_MESSAGES/django.mo index 064aef3e3..b616d6a5f 100644 Binary files a/wagtail/contrib/table_block/locale/uk/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/uk/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/uk/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/uk/LC_MESSAGES/django.po index 028ff41f7..a0ecc9716 100644 --- a/wagtail/contrib/table_block/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/uk/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-07-30 21:18+0000\n" -"Last-Translator: Sergiy Shkodenko \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Ukrainian (http://www.transifex.com/torchbox/wagtail/language/" "uk/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/contrib/table_block/locale/zh_Hans/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/zh_Hans/LC_MESSAGES/django.mo index 3ad4d984b..27a013df7 100644 Binary files a/wagtail/contrib/table_block/locale/zh_Hans/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/zh_Hans/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/zh_Hans/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/zh_Hans/LC_MESSAGES/django.po index a77136447..be7079c44 100644 --- a/wagtail/contrib/table_block/locale/zh_Hans/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/zh_Hans/LC_MESSAGES/django.po @@ -4,15 +4,16 @@ # # Translators: # Ed <724195301@qq.com>, 2018 +# First Last , 2019 # 汇民 王 , 2017 # 飘 赵 <275980464@qq.com>, 2016 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-06-30 00:26+0000\n" -"Last-Translator: Ed <724195301@qq.com>\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-11-01 02:57+0000\n" +"Last-Translator: First Last \n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/" "language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -35,3 +36,11 @@ msgstr "列标题" msgid "Display the first column as a header." msgstr "将第一列作为列标题。" + +msgid "Table caption" +msgstr "表格标题" + +msgid "" +"A heading that identifies the overall topic of the table, and is useful for " +"screen reader users" +msgstr "综合说明表格内容的标题,对屏幕阅读器用户很有用" diff --git a/wagtail/contrib/table_block/locale/zh_Hant/LC_MESSAGES/django.mo b/wagtail/contrib/table_block/locale/zh_Hant/LC_MESSAGES/django.mo index 8860ea6b4..ba1d6186d 100644 Binary files a/wagtail/contrib/table_block/locale/zh_Hant/LC_MESSAGES/django.mo and b/wagtail/contrib/table_block/locale/zh_Hant/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/table_block/locale/zh_Hant/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/zh_Hant/LC_MESSAGES/django.po index ddf0f54f2..54402da74 100644 --- a/wagtail/contrib/table_block/locale/zh_Hant/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/zh_Hant/LC_MESSAGES/django.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-02-05 06:43+0000\n" -"Last-Translator: Yeh Yen-Ke \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 17:07+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Chinese Traditional (http://www.transifex.com/torchbox/" "wagtail/language/zh-Hant/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/core/admin.py b/wagtail/core/admin.py deleted file mode 100644 index 0ddda283f..000000000 --- a/wagtail/core/admin.py +++ /dev/null @@ -1,25 +0,0 @@ -from django.contrib import admin -from django.contrib.auth.admin import GroupAdmin -from django.contrib.auth.models import Group - -from wagtail.core.models import GroupPagePermission, Page, Site - -admin.site.register(Site) -admin.site.register(Page) - - -# Extend GroupAdmin to include page permissions as an inline -class GroupPagePermissionInline(admin.TabularInline): - model = GroupPagePermission - raw_id_fields = ['page'] - verbose_name = 'page permission' - verbose_name_plural = 'page permissions' - - -class GroupAdminWithPagePermissions(GroupAdmin): - inlines = GroupAdmin.inlines + [GroupPagePermissionInline] - - -if admin.site.is_registered(Group): - admin.site.unregister(Group) -admin.site.register(Group, GroupAdminWithPagePermissions) diff --git a/wagtail/core/blocks/struct_block.py b/wagtail/core/blocks/struct_block.py index b50f90f74..632c5ef0e 100644 --- a/wagtail/core/blocks/struct_block.py +++ b/wagtail/core/blocks/struct_block.py @@ -6,6 +6,7 @@ from django.forms.utils import ErrorList from django.template.loader import render_to_string from django.utils.functional import cached_property from django.utils.html import format_html, format_html_join +from django.utils.safestring import mark_safe from wagtail.admin.staticfiles import versioned_static @@ -106,7 +107,7 @@ class BaseStructBlock(Block): def render_form(self, value, prefix='', errors=None): context = self.get_form_context(value, prefix=prefix, errors=errors) - return render_to_string(self.meta.form_template, context) + return mark_safe(render_to_string(self.meta.form_template, context)) def value_from_datadict(self, data, files, prefix): return self._to_struct_value([ diff --git a/wagtail/core/locale/ar/LC_MESSAGES/django.mo b/wagtail/core/locale/ar/LC_MESSAGES/django.mo index 9d1541415..b84b420f5 100644 Binary files a/wagtail/core/locale/ar/LC_MESSAGES/django.mo and b/wagtail/core/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/ar/LC_MESSAGES/django.po b/wagtail/core/locale/ar/LC_MESSAGES/django.po index 38886ce70..5b8cca0bf 100644 --- a/wagtail/core/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/core/locale/ar/LC_MESSAGES/django.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-12-21 18:44+0000\n" -"Last-Translator: abdulaziz alfuhigi \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" "ar/)\n" "MIME-Version: 1.0\n" @@ -26,9 +26,6 @@ msgstr "" msgid "Wagtail core" msgstr "Wagtail core" -msgid "{label}: this block has no options." -msgstr "{label}: لا تحتوي هذه المجموعة على أي خيارات." - msgid "This block has no options." msgstr "هذه الكتلة لا يوجد لديه خيارات." diff --git a/wagtail/core/locale/bg/LC_MESSAGES/django.mo b/wagtail/core/locale/bg/LC_MESSAGES/django.mo index ae6557670..7517aa282 100644 Binary files a/wagtail/core/locale/bg/LC_MESSAGES/django.mo and b/wagtail/core/locale/bg/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/bg/LC_MESSAGES/django.po b/wagtail/core/locale/bg/LC_MESSAGES/django.po index 96c89e677..5e229222a 100644 --- a/wagtail/core/locale/bg/LC_MESSAGES/django.po +++ b/wagtail/core/locale/bg/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-10-28 14:54+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Bulgarian (http://www.transifex.com/torchbox/wagtail/language/" "bg/)\n" diff --git a/wagtail/core/locale/ca/LC_MESSAGES/django.mo b/wagtail/core/locale/ca/LC_MESSAGES/django.mo index 4bcab6988..b5efead1d 100644 Binary files a/wagtail/core/locale/ca/LC_MESSAGES/django.mo and b/wagtail/core/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/ca/LC_MESSAGES/django.po b/wagtail/core/locale/ca/LC_MESSAGES/django.po index f1822af3f..22387e251 100644 --- a/wagtail/core/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/core/locale/ca/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-10-28 14:54+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" "ca/)\n" @@ -21,9 +21,6 @@ msgstr "" "Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -msgid "{label}: this block has no options." -msgstr "{label}: aquest bloc no té opcions." - msgid "This block has no options." msgstr "Aquest bloc no té opcions." diff --git a/wagtail/core/locale/cs/LC_MESSAGES/django.mo b/wagtail/core/locale/cs/LC_MESSAGES/django.mo index 4e5599582..96615e0ca 100644 Binary files a/wagtail/core/locale/cs/LC_MESSAGES/django.mo and b/wagtail/core/locale/cs/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/cs/LC_MESSAGES/django.po b/wagtail/core/locale/cs/LC_MESSAGES/django.po index edaa132f0..03f72d0a2 100644 --- a/wagtail/core/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/core/locale/cs/LC_MESSAGES/django.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-08 10:58+0000\n" -"Last-Translator: Mirek Zvolský \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Czech (http://www.transifex.com/torchbox/wagtail/language/" "cs/)\n" "MIME-Version: 1.0\n" @@ -26,9 +26,6 @@ msgstr "" msgid "Wagtail core" msgstr "Wagtail jádro" -msgid "{label}: this block has no options." -msgstr "{label}: tento blok nemá žádné volby." - msgid "This block has no options." msgstr "Tento blok nemá žádné volby." diff --git a/wagtail/core/locale/de/LC_MESSAGES/django.mo b/wagtail/core/locale/de/LC_MESSAGES/django.mo index 12a78bfcc..19a28d14c 100644 Binary files a/wagtail/core/locale/de/LC_MESSAGES/django.mo and b/wagtail/core/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/de/LC_MESSAGES/django.po b/wagtail/core/locale/de/LC_MESSAGES/django.po index d91e83783..78d042258 100644 --- a/wagtail/core/locale/de/LC_MESSAGES/django.po +++ b/wagtail/core/locale/de/LC_MESSAGES/django.po @@ -9,6 +9,7 @@ # Henrik Kröger , 2016,2018 # Johannes Spielmann , 2014 # Matt Westcott , 2015 +# Matthias Martin, 2019 # Matt Westcott , 2015 # Max Pfeiffer , 2015 # Moritz Pfeiffer , 2016-2018 @@ -21,9 +22,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-06-23 14:53+0000\n" -"Last-Translator: Peter Dreuw \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-18 07:12+0000\n" +"Last-Translator: Matthias Martin\n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" "de/)\n" "MIME-Version: 1.0\n" @@ -35,8 +36,9 @@ msgstr "" msgid "Wagtail core" msgstr "Wagtail Kern" -msgid "{label}: this block has no options." -msgstr "{label}: dieser Block hat keine Einstellmöglichkeiten." +#, python-format +msgid "%(label)s: this block has no options." +msgstr "%(label)s: dieser Block hat keine Einstellmöglichkeiten." msgid "This block has no options." msgstr "Dieser Block hat keine Einstellmöglichkeiten." diff --git a/wagtail/core/locale/el/LC_MESSAGES/django.mo b/wagtail/core/locale/el/LC_MESSAGES/django.mo index d724e761d..eb04a52c1 100644 Binary files a/wagtail/core/locale/el/LC_MESSAGES/django.mo and b/wagtail/core/locale/el/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/el/LC_MESSAGES/django.po b/wagtail/core/locale/el/LC_MESSAGES/django.po index 9f50c48e5..4331be99c 100644 --- a/wagtail/core/locale/el/LC_MESSAGES/django.po +++ b/wagtail/core/locale/el/LC_MESSAGES/django.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-10-28 14:54+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Greek (http://www.transifex.com/torchbox/wagtail/language/" "el/)\n" @@ -26,9 +26,6 @@ msgstr "" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -msgid "{label}: this block has no options." -msgstr "{label}: αυτό το block δεν έχει επιλογές." - msgid "This block has no options." msgstr "Αυτό το block δεν έχει επιλογές." diff --git a/wagtail/core/locale/en/LC_MESSAGES/django.mo b/wagtail/core/locale/en/LC_MESSAGES/django.mo index b1e994302..3a9978006 100644 Binary files a/wagtail/core/locale/en/LC_MESSAGES/django.mo and b/wagtail/core/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/en/LC_MESSAGES/django.po b/wagtail/core/locale/en/LC_MESSAGES/django.po index fc924c6e5..41ab1ec66 100644 --- a/wagtail/core/locale/en/LC_MESSAGES/django.po +++ b/wagtail/core/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -22,23 +22,24 @@ msgid "Wagtail core" msgstr "" #: blocks/static_block.py:15 -msgid "{label}: this block has no options." +#, python-format +msgid "%(label)s: this block has no options." msgstr "" #: blocks/static_block.py:17 msgid "This block has no options." msgstr "" -#: blocks/stream_block.py:200 blocks/stream_block.py:222 +#: blocks/stream_block.py:205 blocks/stream_block.py:227 #, python-format msgid "The minimum number of items is %d" msgstr "" -#: blocks/stream_block.py:203 +#: blocks/stream_block.py:208 msgid "This field is required." msgstr "" -#: blocks/stream_block.py:207 blocks/stream_block.py:226 +#: blocks/stream_block.py:212 blocks/stream_block.py:231 #, python-format msgid "The maximum number of items is %d" msgstr "" @@ -51,332 +52,332 @@ msgstr "" msgid "The password you have entered is not correct. Please try again." msgstr "" -#: models.py:47 +#: models.py:50 msgid "hostname" msgstr "" -#: models.py:49 +#: models.py:52 msgid "port" msgstr "" -#: models.py:52 +#: models.py:55 msgid "" "Set this to something other than 80 if you need a specific port number to " "appear in URLs (e.g. development on port 8000). Does not affect request " "handling (so port forwarding still works)." msgstr "" -#: models.py:57 +#: models.py:60 msgid "site name" msgstr "" -#: models.py:61 +#: models.py:64 msgid "Human-readable name for the site." msgstr "" -#: models.py:63 +#: models.py:66 msgid "root page" msgstr "" -#: models.py:65 +#: models.py:68 msgid "is default site" msgstr "" -#: models.py:68 +#: models.py:71 msgid "" "If true, this site will handle requests for all other hostnames that do not " "have a site entry of their own" msgstr "" -#: models.py:76 +#: models.py:79 msgid "site" msgstr "" -#: models.py:77 +#: models.py:80 msgid "sites" msgstr "" -#: models.py:138 +#: models.py:141 #, python-format msgid "" "%(hostname)s is already configured as the default site. You must unset that " "before you can save this site as default." msgstr "" -#: models.py:230 +#: models.py:233 msgid "title" msgstr "" -#: models.py:232 +#: models.py:235 msgid "The page title as you'd like it to be seen by the public" msgstr "" -#: models.py:240 +#: models.py:243 msgid "slug" msgstr "" -#: models.py:243 +#: models.py:246 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" msgstr "" -#: models.py:247 +#: models.py:250 msgid "content type" msgstr "" -#: models.py:251 models.py:1022 +#: models.py:254 models.py:1025 msgid "live" msgstr "" -#: models.py:253 +#: models.py:256 msgid "has unpublished changes" msgstr "" -#: models.py:257 +#: models.py:260 msgid "URL path" msgstr "" -#: models.py:260 +#: models.py:263 msgid "owner" msgstr "" -#: models.py:269 +#: models.py:272 msgid "page title" msgstr "" -#: models.py:272 +#: models.py:275 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." msgstr "" -#: models.py:277 +#: models.py:280 msgid "show in menus" msgstr "" -#: models.py:279 +#: models.py:282 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "" -#: models.py:281 +#: models.py:284 msgid "search description" msgstr "" -#: models.py:284 +#: models.py:287 msgid "go live date/time" msgstr "" -#: models.py:289 +#: models.py:292 msgid "expiry date/time" msgstr "" -#: models.py:293 models.py:1011 +#: models.py:296 models.py:1014 msgid "expired" msgstr "" -#: models.py:295 +#: models.py:298 msgid "locked" msgstr "" -#: models.py:298 +#: models.py:301 msgid "first published at" msgstr "" -#: models.py:304 +#: models.py:307 msgid "last published at" msgstr "" -#: models.py:309 +#: models.py:312 msgid "latest revision created at" msgstr "" -#: models.py:437 +#: models.py:440 msgid "This slug is already in use" msgstr "" -#: models.py:1013 +#: models.py:1016 msgid "scheduled" msgstr "" -#: models.py:1015 +#: models.py:1018 msgid "draft" msgstr "" -#: models.py:1018 +#: models.py:1021 msgid "live + scheduled" msgstr "" -#: models.py:1020 +#: models.py:1023 msgid "live + draft" msgstr "" -#: models.py:1296 +#: models.py:1352 msgid "Default" msgstr "" -#: models.py:1465 models.py:1484 models.py:1617 models.py:2024 +#: models.py:1521 models.py:1540 models.py:1673 models.py:2080 msgid "page" msgstr "" -#: models.py:1466 +#: models.py:1522 msgid "pages" msgstr "" -#: models.py:1486 +#: models.py:1542 msgid "submitted for moderation" msgstr "" -#: models.py:1490 +#: models.py:1546 msgid "created at" msgstr "" -#: models.py:1492 +#: models.py:1548 msgid "user" msgstr "" -#: models.py:1495 +#: models.py:1551 msgid "content JSON" msgstr "" -#: models.py:1496 +#: models.py:1552 msgid "approved go live at" msgstr "" -#: models.py:1597 +#: models.py:1653 msgid "page revision" msgstr "" -#: models.py:1598 +#: models.py:1654 msgid "page revisions" msgstr "" -#: models.py:1602 +#: models.py:1658 msgid "Add" msgstr "" -#: models.py:1602 +#: models.py:1658 msgid "Add/edit pages you own" msgstr "" -#: models.py:1603 +#: models.py:1659 msgid "Edit" msgstr "" -#: models.py:1603 +#: models.py:1659 msgid "Edit any page" msgstr "" -#: models.py:1604 +#: models.py:1660 msgid "Publish" msgstr "" -#: models.py:1604 +#: models.py:1660 msgid "Publish any page" msgstr "" -#: models.py:1605 +#: models.py:1661 msgid "Bulk delete" msgstr "" -#: models.py:1605 +#: models.py:1661 msgid "Delete pages with children" msgstr "" -#: models.py:1606 +#: models.py:1662 msgid "Lock" msgstr "" -#: models.py:1606 +#: models.py:1662 msgid "Lock/unlock any page" msgstr "" -#: models.py:1616 models.py:2131 +#: models.py:1672 models.py:2187 msgid "group" msgstr "" -#: models.py:1619 +#: models.py:1675 msgid "permission type" msgstr "" -#: models.py:1626 +#: models.py:1682 msgid "group page permission" msgstr "" -#: models.py:1627 +#: models.py:1683 msgid "group page permissions" msgstr "" -#: models.py:1971 +#: models.py:2027 msgid "Public" msgstr "" -#: models.py:1972 +#: models.py:2028 msgid "Private, accessible to logged-in users" msgstr "" -#: models.py:1973 +#: models.py:2029 msgid "Private, accessible with the following password" msgstr "" -#: models.py:1974 +#: models.py:2030 msgid "Private, accessible to users in specific groups" msgstr "" -#: models.py:1979 +#: models.py:2035 msgid "password" msgstr "" -#: models.py:1980 +#: models.py:2036 msgid "groups" msgstr "" -#: models.py:2018 +#: models.py:2074 msgid "view restriction" msgstr "" -#: models.py:2019 +#: models.py:2075 msgid "view restrictions" msgstr "" -#: models.py:2030 +#: models.py:2086 msgid "page view restriction" msgstr "" -#: models.py:2031 +#: models.py:2087 msgid "page view restrictions" msgstr "" -#: models.py:2045 models.py:2096 models.py:2111 models.py:2137 +#: models.py:2101 models.py:2152 models.py:2167 models.py:2193 msgid "collection" msgstr "" -#: models.py:2053 +#: models.py:2109 msgid "collection view restriction" msgstr "" -#: models.py:2054 +#: models.py:2110 msgid "collection view restrictions" msgstr "" -#: models.py:2061 +#: models.py:2117 msgid "name" msgstr "" -#: models.py:2097 +#: models.py:2153 msgid "collections" msgstr "" -#: models.py:2143 +#: models.py:2199 msgid "permission" msgstr "" -#: models.py:2156 +#: models.py:2212 msgid "group collection permission" msgstr "" -#: models.py:2157 +#: models.py:2213 msgid "group collection permissions" msgstr "" diff --git a/wagtail/core/locale/es/LC_MESSAGES/django.mo b/wagtail/core/locale/es/LC_MESSAGES/django.mo index 4f3b344e8..fc0301e95 100644 Binary files a/wagtail/core/locale/es/LC_MESSAGES/django.mo and b/wagtail/core/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/es/LC_MESSAGES/django.po b/wagtail/core/locale/es/LC_MESSAGES/django.po index e59daf8ea..b7bfb1bec 100644 --- a/wagtail/core/locale/es/LC_MESSAGES/django.po +++ b/wagtail/core/locale/es/LC_MESSAGES/django.po @@ -18,9 +18,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-12-08 14:51+0000\n" -"Last-Translator: José Luis \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" "es/)\n" "MIME-Version: 1.0\n" @@ -32,9 +32,6 @@ msgstr "" msgid "Wagtail core" msgstr "Núcleo Wagtail" -msgid "{label}: this block has no options." -msgstr "{label}: este bloque no tiene opciones." - msgid "This block has no options." msgstr "Este bloque no tiene opciones." diff --git a/wagtail/core/locale/fa/LC_MESSAGES/django.mo b/wagtail/core/locale/fa/LC_MESSAGES/django.mo index dd169660d..6408a21a3 100644 Binary files a/wagtail/core/locale/fa/LC_MESSAGES/django.mo and b/wagtail/core/locale/fa/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/fa/LC_MESSAGES/django.po b/wagtail/core/locale/fa/LC_MESSAGES/django.po index 4743a6ce3..a8f39212b 100644 --- a/wagtail/core/locale/fa/LC_MESSAGES/django.po +++ b/wagtail/core/locale/fa/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-10-28 14:54+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Persian (http://www.transifex.com/torchbox/wagtail/language/" "fa/)\n" @@ -21,9 +21,6 @@ msgstr "" "Language: fa\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -msgid "{label}: this block has no options." -msgstr "{label}: این قطعه هیچ گزینه ای ندارد." - msgid "This block has no options." msgstr "این قطعه هیچ گزینه ای ندارد." diff --git a/wagtail/core/locale/fi/LC_MESSAGES/django.mo b/wagtail/core/locale/fi/LC_MESSAGES/django.mo index 62ea42a25..568b3bacf 100644 Binary files a/wagtail/core/locale/fi/LC_MESSAGES/django.mo and b/wagtail/core/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/fi/LC_MESSAGES/django.po b/wagtail/core/locale/fi/LC_MESSAGES/django.po index 050de57f4..04f73642a 100644 --- a/wagtail/core/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/core/locale/fi/LC_MESSAGES/django.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-10-28 14:54+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" "fi/)\n" diff --git a/wagtail/core/locale/fr/LC_MESSAGES/django.mo b/wagtail/core/locale/fr/LC_MESSAGES/django.mo index 573c0fe50..91344ce5e 100644 Binary files a/wagtail/core/locale/fr/LC_MESSAGES/django.mo and b/wagtail/core/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/fr/LC_MESSAGES/django.po b/wagtail/core/locale/fr/LC_MESSAGES/django.po index 2c9a305c8..a2cd6098b 100644 --- a/wagtail/core/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/core/locale/fr/LC_MESSAGES/django.po @@ -17,9 +17,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-12-27 13:53+0000\n" -"Last-Translator: fpoulain \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" "fr/)\n" "MIME-Version: 1.0\n" @@ -31,9 +31,6 @@ msgstr "" msgid "Wagtail core" msgstr "Noyau de Wagtail" -msgid "{label}: this block has no options." -msgstr "{label}: ce bloc n'a aucune option." - msgid "This block has no options." msgstr "Ce bloc n'a aucune option." diff --git a/wagtail/core/locale/gl/LC_MESSAGES/django.mo b/wagtail/core/locale/gl/LC_MESSAGES/django.mo index cfeceef22..7c50a6582 100644 Binary files a/wagtail/core/locale/gl/LC_MESSAGES/django.mo and b/wagtail/core/locale/gl/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/gl/LC_MESSAGES/django.po b/wagtail/core/locale/gl/LC_MESSAGES/django.po index 36431a87d..806171aa4 100644 --- a/wagtail/core/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/core/locale/gl/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-10-28 14:54+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Galician (http://www.transifex.com/torchbox/wagtail/language/" "gl/)\n" diff --git a/wagtail/core/locale/he_IL/LC_MESSAGES/django.mo b/wagtail/core/locale/he_IL/LC_MESSAGES/django.mo index ec13f6127..a81e5a0d8 100644 Binary files a/wagtail/core/locale/he_IL/LC_MESSAGES/django.mo and b/wagtail/core/locale/he_IL/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/he_IL/LC_MESSAGES/django.po b/wagtail/core/locale/he_IL/LC_MESSAGES/django.po index 9ae53d5b1..307566ba4 100644 --- a/wagtail/core/locale/he_IL/LC_MESSAGES/django.po +++ b/wagtail/core/locale/he_IL/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-10-28 14:54+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/torchbox/wagtail/" "language/he_IL/)\n" diff --git a/wagtail/core/locale/hu/LC_MESSAGES/django.mo b/wagtail/core/locale/hu/LC_MESSAGES/django.mo index f2576144e..3fc48b92a 100644 Binary files a/wagtail/core/locale/hu/LC_MESSAGES/django.mo and b/wagtail/core/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/hu/LC_MESSAGES/django.po b/wagtail/core/locale/hu/LC_MESSAGES/django.po index b929f265d..912dbe904 100644 --- a/wagtail/core/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/core/locale/hu/LC_MESSAGES/django.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-05-03 15:10+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-28 12:41+0000\n" "Last-Translator: Istvan Farkas \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" "hu/)\n" @@ -25,8 +25,9 @@ msgstr "" msgid "Wagtail core" msgstr "Alapok" -msgid "{label}: this block has no options." -msgstr "{label}: ehhez az elemhez nincsenek beállítások." +#, python-format +msgid "%(label)s: this block has no options." +msgstr "%(label)s: ehhez a blokkhoz nincsenek beállítások." msgid "This block has no options." msgstr "Ehhez az elemhez nincsenek beállítások." @@ -160,7 +161,7 @@ msgid "locked" msgstr "zárolt" msgid "first published at" -msgstr "első közététel időpontja" +msgstr "első közzététel időpontja" msgid "last published at" msgstr "utolsó közzététel időpontja" diff --git a/wagtail/core/locale/id_ID/LC_MESSAGES/django.mo b/wagtail/core/locale/id_ID/LC_MESSAGES/django.mo index 60bba1fb9..b0d0456ed 100644 Binary files a/wagtail/core/locale/id_ID/LC_MESSAGES/django.mo and b/wagtail/core/locale/id_ID/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/id_ID/LC_MESSAGES/django.po b/wagtail/core/locale/id_ID/LC_MESSAGES/django.po index aa1ab2eb9..806d74cb1 100644 --- a/wagtail/core/locale/id_ID/LC_MESSAGES/django.po +++ b/wagtail/core/locale/id_ID/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-10-28 14:54+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/torchbox/" "wagtail/language/id_ID/)\n" @@ -23,9 +23,6 @@ msgstr "" msgid "Wagtail core" msgstr "Wagtail inti" -msgid "{label}: this block has no options." -msgstr "{label}: Tidak ada pilihan untuk blok ini." - msgid "This block has no options." msgstr "Tidak ada pilihan untuk blok ini." diff --git a/wagtail/core/locale/is_IS/LC_MESSAGES/django.mo b/wagtail/core/locale/is_IS/LC_MESSAGES/django.mo index 6666311cc..1a28e472e 100644 Binary files a/wagtail/core/locale/is_IS/LC_MESSAGES/django.mo and b/wagtail/core/locale/is_IS/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/is_IS/LC_MESSAGES/django.po b/wagtail/core/locale/is_IS/LC_MESSAGES/django.po index 4947427d9..8c6727fc3 100644 --- a/wagtail/core/locale/is_IS/LC_MESSAGES/django.po +++ b/wagtail/core/locale/is_IS/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-01-18 08:35+0000\n" -"Last-Translator: saevarom \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/torchbox/" "wagtail/language/is_IS/)\n" "MIME-Version: 1.0\n" @@ -23,9 +23,6 @@ msgstr "" msgid "Wagtail core" msgstr "Wagtail kjarni" -msgid "{label}: this block has no options." -msgstr "{label}: Þessi blokk hefur enga valmöguleika." - msgid "This block has no options." msgstr "Þessi blokk hefur enga valmöguleika." diff --git a/wagtail/core/locale/it/LC_MESSAGES/django.mo b/wagtail/core/locale/it/LC_MESSAGES/django.mo index e08c21947..fd6d06897 100644 Binary files a/wagtail/core/locale/it/LC_MESSAGES/django.mo and b/wagtail/core/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/it/LC_MESSAGES/django.po b/wagtail/core/locale/it/LC_MESSAGES/django.po index 287da74b2..da9beac3b 100644 --- a/wagtail/core/locale/it/LC_MESSAGES/django.po +++ b/wagtail/core/locale/it/LC_MESSAGES/django.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-03-08 21:58+0000\n" -"Last-Translator: Sandro Badalamenti \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" "it/)\n" "MIME-Version: 1.0\n" @@ -26,9 +26,6 @@ msgstr "" msgid "Wagtail core" msgstr "Base Wagtail" -msgid "{label}: this block has no options." -msgstr "{label}: questo blocco non ha opzioni." - msgid "This block has no options." msgstr "Questo blocco non ha opzioni" diff --git a/wagtail/core/locale/ja/LC_MESSAGES/django.mo b/wagtail/core/locale/ja/LC_MESSAGES/django.mo index af6825701..83b481f6a 100644 Binary files a/wagtail/core/locale/ja/LC_MESSAGES/django.mo and b/wagtail/core/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/ja/LC_MESSAGES/django.po b/wagtail/core/locale/ja/LC_MESSAGES/django.po index 27524c2a3..3c20a1189 100644 --- a/wagtail/core/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/core/locale/ja/LC_MESSAGES/django.po @@ -7,15 +7,16 @@ # shuhei hirota, 2019 # SHIMIZU Taku , 2015 # SHIMIZU Taku , 2015 +# 小口英昭 , 2019 # 山本 卓也 , 2019 # 石田秀 , 2015 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-29 05:19+0000\n" -"Last-Translator: 山本 卓也 \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" "ja/)\n" "MIME-Version: 1.0\n" @@ -27,9 +28,6 @@ msgstr "" msgid "Wagtail core" msgstr "Wagtail コア" -msgid "{label}: this block has no options." -msgstr "{label}: このブロックはオプションがありません。" - msgid "This block has no options." msgstr "このブロックはオプションがありません。" @@ -176,6 +174,9 @@ msgstr "予定日" msgid "draft" msgstr "下書き" +msgid "live + scheduled" +msgstr "公開 + 予定日" + msgid "live + draft" msgstr "公開 + 下書き" @@ -284,6 +285,12 @@ msgstr "ページ閲覧の権限" msgid "collection" msgstr "コレクション" +msgid "collection view restriction" +msgstr "コレクションページ閲覧の権限" + +msgid "collection view restrictions" +msgstr "コレクションページ閲覧の権限" + msgid "name" msgstr "名前" diff --git a/wagtail/core/locale/ka/LC_MESSAGES/django.mo b/wagtail/core/locale/ka/LC_MESSAGES/django.mo index 46a87cdea..56868e868 100644 Binary files a/wagtail/core/locale/ka/LC_MESSAGES/django.mo and b/wagtail/core/locale/ka/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/ka/LC_MESSAGES/django.po b/wagtail/core/locale/ka/LC_MESSAGES/django.po index c21cfdb35..9e9b6acc5 100644 --- a/wagtail/core/locale/ka/LC_MESSAGES/django.po +++ b/wagtail/core/locale/ka/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-10-28 14:54+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Georgian (http://www.transifex.com/torchbox/wagtail/language/" "ka/)\n" diff --git a/wagtail/core/locale/ko/LC_MESSAGES/django.mo b/wagtail/core/locale/ko/LC_MESSAGES/django.mo index 0e201abe7..401f15881 100644 Binary files a/wagtail/core/locale/ko/LC_MESSAGES/django.mo and b/wagtail/core/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/ko/LC_MESSAGES/django.po b/wagtail/core/locale/ko/LC_MESSAGES/django.po index 60ea6cb09..cfb1d7588 100644 --- a/wagtail/core/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/core/locale/ko/LC_MESSAGES/django.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-01-21 05:20+0000\n" -"Last-Translator: Kyungil Choi \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" "ko/)\n" "MIME-Version: 1.0\n" @@ -24,9 +24,6 @@ msgstr "" msgid "Wagtail core" msgstr "웨그테일 코어" -msgid "{label}: this block has no options." -msgstr "{label}: 이 블록에는 옵션이 없습니다." - msgid "This block has no options." msgstr "이 블록에는 옵션이 없습니다." diff --git a/wagtail/core/locale/lt/LC_MESSAGES/django.mo b/wagtail/core/locale/lt/LC_MESSAGES/django.mo index 38aea2c51..105df32db 100644 Binary files a/wagtail/core/locale/lt/LC_MESSAGES/django.mo and b/wagtail/core/locale/lt/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/lt/LC_MESSAGES/django.po b/wagtail/core/locale/lt/LC_MESSAGES/django.po index b90dbbbd0..5baf6982c 100644 --- a/wagtail/core/locale/lt/LC_MESSAGES/django.po +++ b/wagtail/core/locale/lt/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-10-28 14:54+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Lithuanian (http://www.transifex.com/torchbox/wagtail/" "language/lt/)\n" @@ -21,9 +21,6 @@ msgstr "" "11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? " "1 : n % 1 != 0 ? 2: 3);\n" -msgid "{label}: this block has no options." -msgstr "{label}: šis blokas neturi jokių nustatymų." - msgid "This block has no options." msgstr "Šis blokas neturi jokių nustatymų." diff --git a/wagtail/core/locale/lv/LC_MESSAGES/django.mo b/wagtail/core/locale/lv/LC_MESSAGES/django.mo index f922c2be5..603c33ac3 100644 Binary files a/wagtail/core/locale/lv/LC_MESSAGES/django.mo and b/wagtail/core/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/lv/LC_MESSAGES/django.po b/wagtail/core/locale/lv/LC_MESSAGES/django.po index 1ca8dae52..063075285 100644 --- a/wagtail/core/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/core/locale/lv/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-10-28 14:54+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" "lv/)\n" diff --git a/wagtail/core/locale/mn/LC_MESSAGES/django.mo b/wagtail/core/locale/mn/LC_MESSAGES/django.mo index 60e8d3a6d..e3e489ad8 100644 Binary files a/wagtail/core/locale/mn/LC_MESSAGES/django.mo and b/wagtail/core/locale/mn/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/mn/LC_MESSAGES/django.po b/wagtail/core/locale/mn/LC_MESSAGES/django.po index c4a49707f..92de95825 100644 --- a/wagtail/core/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/core/locale/mn/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-01-25 06:48+0000\n" -"Last-Translator: Myagmarjav Enkhbileg \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Mongolian (http://www.transifex.com/torchbox/wagtail/language/" "mn/)\n" "MIME-Version: 1.0\n" @@ -20,9 +20,6 @@ msgstr "" "Language: mn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -msgid "{label}: this block has no options." -msgstr "{label}: сонголтгүй блок" - msgid "This block has no options." msgstr "Статик блок нь ямар нэг сонголтгүй." diff --git a/wagtail/core/locale/nb/LC_MESSAGES/django.mo b/wagtail/core/locale/nb/LC_MESSAGES/django.mo index d223eb0bc..51ae0d268 100644 Binary files a/wagtail/core/locale/nb/LC_MESSAGES/django.mo and b/wagtail/core/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/nb/LC_MESSAGES/django.po b/wagtail/core/locale/nb/LC_MESSAGES/django.po index 5d7e24544..dbed93752 100644 --- a/wagtail/core/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/core/locale/nb/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-10-28 14:54+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" "language/nb/)\n" @@ -23,9 +23,6 @@ msgstr "" msgid "Wagtail core" msgstr "Wagtail-kjernen" -msgid "{label}: this block has no options." -msgstr "{label}: denne blokken har ingen alternativer." - msgid "This block has no options." msgstr "Denne blokken har ingen alternativer." diff --git a/wagtail/core/locale/nl/LC_MESSAGES/django.mo b/wagtail/core/locale/nl/LC_MESSAGES/django.mo index 1fb5275b3..5d3d606fe 100644 Binary files a/wagtail/core/locale/nl/LC_MESSAGES/django.mo and b/wagtail/core/locale/nl/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/nl/LC_MESSAGES/django.po b/wagtail/core/locale/nl/LC_MESSAGES/django.po index 96ec0efd1..51260b017 100644 --- a/wagtail/core/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/core/locale/nl/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-10-28 14:54+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Dutch (http://www.transifex.com/torchbox/wagtail/language/" "nl/)\n" diff --git a/wagtail/core/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/core/locale/nl_NL/LC_MESSAGES/django.mo index d1d29cb2d..132d0972b 100644 Binary files a/wagtail/core/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/core/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/core/locale/nl_NL/LC_MESSAGES/django.po index 0ca19d8bb..8bad55b00 100644 --- a/wagtail/core/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/core/locale/nl_NL/LC_MESSAGES/django.po @@ -3,6 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Coen van der Kamp , 2019 # Franklin Kingma , 2015 # Maarten Kling , 2015,2017-2018 # Meteor 0id, 2018 @@ -11,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-12-01 21:08+0000\n" -"Last-Translator: Meteor 0id\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 21:02+0000\n" +"Last-Translator: Coen van der Kamp \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" "wagtail/language/nl_NL/)\n" "MIME-Version: 1.0\n" @@ -25,8 +26,9 @@ msgstr "" msgid "Wagtail core" msgstr "Wagtail core" -msgid "{label}: this block has no options." -msgstr "{label}: Dit blok heeft geen opties." +#, python-format +msgid "%(label)s: this block has no options." +msgstr "%(label)s: dit blok heeft geen opties." msgid "This block has no options." msgstr "Dit blok heeft geen opties." diff --git a/wagtail/core/locale/pl/LC_MESSAGES/django.mo b/wagtail/core/locale/pl/LC_MESSAGES/django.mo index 7925afe9c..e409c4937 100644 Binary files a/wagtail/core/locale/pl/LC_MESSAGES/django.mo and b/wagtail/core/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/pl/LC_MESSAGES/django.po b/wagtail/core/locale/pl/LC_MESSAGES/django.po index b974515f2..452c7df5d 100644 --- a/wagtail/core/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/core/locale/pl/LC_MESSAGES/django.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-05-09 13:37+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-25 10:03+0000\n" "Last-Translator: Miłosz Miśkiewicz\n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" "pl/)\n" @@ -28,8 +28,9 @@ msgstr "" msgid "Wagtail core" msgstr "Rdzeń Wagtail" -msgid "{label}: this block has no options." -msgstr "{label}: ten blok nie posiada opcji." +#, python-format +msgid "%(label)s: this block has no options." +msgstr "%(label)s: ten blok nie ma opcji." msgid "This block has no options." msgstr "Ten block nie posiada opcji." diff --git a/wagtail/core/locale/pt_BR/LC_MESSAGES/django.mo b/wagtail/core/locale/pt_BR/LC_MESSAGES/django.mo index ce5c71c35..b9d5dca7c 100644 Binary files a/wagtail/core/locale/pt_BR/LC_MESSAGES/django.mo and b/wagtail/core/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/core/locale/pt_BR/LC_MESSAGES/django.po index 1d6927d0f..d6270085a 100644 --- a/wagtail/core/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/core/locale/pt_BR/LC_MESSAGES/django.po @@ -16,9 +16,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-10-30 02:06+0000\n" -"Last-Translator: Luiz Boaretto \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/torchbox/" "wagtail/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -30,9 +30,6 @@ msgstr "" msgid "Wagtail core" msgstr "Núcleo de Wagtail" -msgid "{label}: this block has no options." -msgstr "{label}: este bloco não possui opções." - msgid "This block has no options." msgstr "Este bloco não possui opções." diff --git a/wagtail/core/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/core/locale/pt_PT/LC_MESSAGES/django.mo index 68f974fc6..4c83b841e 100644 Binary files a/wagtail/core/locale/pt_PT/LC_MESSAGES/django.mo and b/wagtail/core/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/core/locale/pt_PT/LC_MESSAGES/django.po index b9644665d..e700fc8d9 100644 --- a/wagtail/core/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/core/locale/pt_PT/LC_MESSAGES/django.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-10-28 14:54+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" "wagtail/language/pt_PT/)\n" @@ -22,9 +22,6 @@ msgstr "" "Language: pt_PT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -msgid "{label}: this block has no options." -msgstr "{label}: este bloco não tem opções." - msgid "This block has no options." msgstr "Este bloco não tem opções." diff --git a/wagtail/core/locale/ro/LC_MESSAGES/django.mo b/wagtail/core/locale/ro/LC_MESSAGES/django.mo index 4c2dfd836..0c094f8f6 100644 Binary files a/wagtail/core/locale/ro/LC_MESSAGES/django.mo and b/wagtail/core/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/ro/LC_MESSAGES/django.po b/wagtail/core/locale/ro/LC_MESSAGES/django.po index 617e8a418..7f92f900e 100644 --- a/wagtail/core/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/core/locale/ro/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-01-25 09:28+0000\n" -"Last-Translator: Dan Braghis\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" "ro/)\n" "MIME-Version: 1.0\n" @@ -23,9 +23,6 @@ msgstr "" msgid "Wagtail core" msgstr "Nucleu Wagtail" -msgid "{label}: this block has no options." -msgstr "{label}: acest block nu are nici o opțiune." - msgid "This block has no options." msgstr "Acest bloc nu are nici o opțiune." diff --git a/wagtail/core/locale/ru/LC_MESSAGES/django.mo b/wagtail/core/locale/ru/LC_MESSAGES/django.mo index af38d4f6f..ed8ce415a 100644 Binary files a/wagtail/core/locale/ru/LC_MESSAGES/django.mo and b/wagtail/core/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/ru/LC_MESSAGES/django.po b/wagtail/core/locale/ru/LC_MESSAGES/django.po index eed28ffef..f0f4d4f97 100644 --- a/wagtail/core/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/core/locale/ru/LC_MESSAGES/django.po @@ -16,9 +16,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-05-22 14:54+0000\n" -"Last-Translator: Михаил Герасимов\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" "ru/)\n" "MIME-Version: 1.0\n" @@ -32,9 +32,6 @@ msgstr "" msgid "Wagtail core" msgstr "Ядро Wagtail" -msgid "{label}: this block has no options." -msgstr "{label}: этот блок не имеет опций." - msgid "This block has no options." msgstr "Этот блок не имеет опций." diff --git a/wagtail/core/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/core/locale/sk_SK/LC_MESSAGES/django.mo index db992bf35..934f1a0e8 100644 Binary files a/wagtail/core/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/core/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/core/locale/sk_SK/LC_MESSAGES/django.po index 7f697f204..acd1d35cf 100644 --- a/wagtail/core/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/core/locale/sk_SK/LC_MESSAGES/django.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-10-28 14:54+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" "language/sk_SK/)\n" @@ -23,9 +23,6 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n " ">= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" -msgid "{label}: this block has no options." -msgstr "{label}: tento odstavec nemá žiadne voľby." - msgid "This block has no options." msgstr "Tento odstavec nemá žiadne voľby." diff --git a/wagtail/core/locale/sl/LC_MESSAGES/django.mo b/wagtail/core/locale/sl/LC_MESSAGES/django.mo index b2bab311f..48cc5ecb7 100644 Binary files a/wagtail/core/locale/sl/LC_MESSAGES/django.mo and b/wagtail/core/locale/sl/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/sl/LC_MESSAGES/django.po b/wagtail/core/locale/sl/LC_MESSAGES/django.po index d3de7b2d5..4390e4821 100644 --- a/wagtail/core/locale/sl/LC_MESSAGES/django.po +++ b/wagtail/core/locale/sl/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-10-28 14:54+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Slovenian (http://www.transifex.com/torchbox/wagtail/language/" "sl/)\n" diff --git a/wagtail/core/locale/sv/LC_MESSAGES/django.mo b/wagtail/core/locale/sv/LC_MESSAGES/django.mo index 13384bbaf..1dad5f16a 100644 Binary files a/wagtail/core/locale/sv/LC_MESSAGES/django.mo and b/wagtail/core/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/sv/LC_MESSAGES/django.po b/wagtail/core/locale/sv/LC_MESSAGES/django.po index 90559f642..36eaa366d 100644 --- a/wagtail/core/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/core/locale/sv/LC_MESSAGES/django.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-11-27 21:56+0000\n" -"Last-Translator: Philip Andersen \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" "sv/)\n" "MIME-Version: 1.0\n" @@ -24,9 +24,6 @@ msgstr "" msgid "Wagtail core" msgstr "Wagtail kärna" -msgid "{label}: this block has no options." -msgstr "{label}: det här blocket har inga inställningar." - msgid "This block has no options." msgstr "Detta block har inga inställningar." diff --git a/wagtail/core/locale/tet/LC_MESSAGES/django.mo b/wagtail/core/locale/tet/LC_MESSAGES/django.mo index ffcf515f9..dbed303f7 100644 Binary files a/wagtail/core/locale/tet/LC_MESSAGES/django.mo and b/wagtail/core/locale/tet/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/tet/LC_MESSAGES/django.po b/wagtail/core/locale/tet/LC_MESSAGES/django.po index 062737b98..efdf65a2e 100644 --- a/wagtail/core/locale/tet/LC_MESSAGES/django.po +++ b/wagtail/core/locale/tet/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-08-14 02:22+0000\n" -"Last-Translator: Peter Coward \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Tetum (Tetun) (http://www.transifex.com/torchbox/wagtail/" "language/tet/)\n" "MIME-Version: 1.0\n" @@ -22,9 +22,6 @@ msgstr "" msgid "Wagtail core" msgstr "Wagtail fuan" -msgid "{label}: this block has no options." -msgstr "{label}: bloku nee laiha opsaun sira" - msgid "This block has no options." msgstr "Bloku nee laiha opsaun" diff --git a/wagtail/core/locale/th/LC_MESSAGES/django.mo b/wagtail/core/locale/th/LC_MESSAGES/django.mo index cd5d4c0f1..21cdc034d 100644 Binary files a/wagtail/core/locale/th/LC_MESSAGES/django.mo and b/wagtail/core/locale/th/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/th/LC_MESSAGES/django.po b/wagtail/core/locale/th/LC_MESSAGES/django.po index f5d63cc29..5081a46bf 100644 --- a/wagtail/core/locale/th/LC_MESSAGES/django.po +++ b/wagtail/core/locale/th/LC_MESSAGES/django.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-02-28 14:50+0000\n" -"Last-Translator: Walaksawan Vervoort \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Thai (http://www.transifex.com/torchbox/wagtail/language/" "th/)\n" "MIME-Version: 1.0\n" @@ -24,9 +24,6 @@ msgstr "" msgid "Wagtail core" msgstr "Wagtail core" -msgid "{label}: this block has no options." -msgstr "{label}: บล็อคนี้ไม่มีตัวเลือก" - msgid "This block has no options." msgstr "บล็อคนี้ไม่มีตัวเลือก" diff --git a/wagtail/core/locale/tr/LC_MESSAGES/django.mo b/wagtail/core/locale/tr/LC_MESSAGES/django.mo index 9cc051185..f551321b8 100644 Binary files a/wagtail/core/locale/tr/LC_MESSAGES/django.mo and b/wagtail/core/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/tr/LC_MESSAGES/django.po b/wagtail/core/locale/tr/LC_MESSAGES/django.po index cd5c7db3f..e1a504ccf 100644 --- a/wagtail/core/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/core/locale/tr/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-10-28 14:54+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" "tr/)\n" diff --git a/wagtail/core/locale/uk/LC_MESSAGES/django.mo b/wagtail/core/locale/uk/LC_MESSAGES/django.mo index e57088d2b..b01aa1247 100644 Binary files a/wagtail/core/locale/uk/LC_MESSAGES/django.mo and b/wagtail/core/locale/uk/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/uk/LC_MESSAGES/django.po b/wagtail/core/locale/uk/LC_MESSAGES/django.po index 2ea6120ed..d1cec51c3 100644 --- a/wagtail/core/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/core/locale/uk/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-10-28 14:54+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Ukrainian (http://www.transifex.com/torchbox/wagtail/language/" "uk/)\n" @@ -27,9 +27,6 @@ msgstr "" msgid "Wagtail core" msgstr "Ядро Wagtail " -msgid "{label}: this block has no options." -msgstr "{label}: для цього блоку немає опцій." - msgid "This block has no options." msgstr "Для цього блоку немає опцій." diff --git a/wagtail/core/locale/zh/LC_MESSAGES/django.mo b/wagtail/core/locale/zh/LC_MESSAGES/django.mo index 352e4ca90..af61acebf 100644 Binary files a/wagtail/core/locale/zh/LC_MESSAGES/django.mo and b/wagtail/core/locale/zh/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/zh/LC_MESSAGES/django.po b/wagtail/core/locale/zh/LC_MESSAGES/django.po index 7112a17a8..99037193e 100644 --- a/wagtail/core/locale/zh/LC_MESSAGES/django.po +++ b/wagtail/core/locale/zh/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-10-28 14:54+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Chinese (http://www.transifex.com/torchbox/wagtail/language/" "zh/)\n" diff --git a/wagtail/core/locale/zh_Hans/LC_MESSAGES/django.mo b/wagtail/core/locale/zh_Hans/LC_MESSAGES/django.mo index f9d0b2152..0bb8ea90a 100644 Binary files a/wagtail/core/locale/zh_Hans/LC_MESSAGES/django.mo and b/wagtail/core/locale/zh_Hans/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/zh_Hans/LC_MESSAGES/django.po b/wagtail/core/locale/zh_Hans/LC_MESSAGES/django.po index c0784aaae..f0cafa266 100644 --- a/wagtail/core/locale/zh_Hans/LC_MESSAGES/django.po +++ b/wagtail/core/locale/zh_Hans/LC_MESSAGES/django.po @@ -6,6 +6,7 @@ # hanfeng , 2014-2015 # Daniel Hwang , 2015 # Ed <724195301@qq.com>, 2018 +# First Last , 2019 # Fred Zeng <979738295@qq.com>, 2016 # jszsj , 2017 # Vincent Zhao , 2017 @@ -15,9 +16,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-02-26 23:35+0000\n" -"Last-Translator: 汇民 王 \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-11-01 03:00+0000\n" +"Last-Translator: First Last \n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/" "language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -29,8 +30,9 @@ msgstr "" msgid "Wagtail core" msgstr "Wagtail 核心组件" -msgid "{label}: this block has no options." -msgstr "{label}: 这个区块没有选项" +#, python-format +msgid "%(label)s: this block has no options." +msgstr "%(label)s:这个区块没有选项。" msgid "This block has no options." msgstr "这个区块没有选项" diff --git a/wagtail/core/locale/zh_Hant/LC_MESSAGES/django.mo b/wagtail/core/locale/zh_Hant/LC_MESSAGES/django.mo index c533e4818..365f5f0bc 100644 Binary files a/wagtail/core/locale/zh_Hant/LC_MESSAGES/django.mo and b/wagtail/core/locale/zh_Hant/LC_MESSAGES/django.mo differ diff --git a/wagtail/core/locale/zh_Hant/LC_MESSAGES/django.po b/wagtail/core/locale/zh_Hant/LC_MESSAGES/django.po index 7bceab8c5..2abe995b9 100644 --- a/wagtail/core/locale/zh_Hant/LC_MESSAGES/django.po +++ b/wagtail/core/locale/zh_Hant/LC_MESSAGES/django.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-02-05 05:27+0000\n" -"Last-Translator: Yeh Yen-Ke \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Chinese Traditional (http://www.transifex.com/torchbox/" "wagtail/language/zh-Hant/)\n" "MIME-Version: 1.0\n" @@ -21,9 +21,6 @@ msgstr "" msgid "Wagtail core" msgstr "Wagtail 核心組件" -msgid "{label}: this block has no options." -msgstr "{label}: 這個區塊沒有選項" - msgid "This block has no options." msgstr "這個區塊沒有選項" diff --git a/wagtail/core/rich_text/__init__.py b/wagtail/core/rich_text/__init__.py index f44971b7d..6eef65d73 100644 --- a/wagtail/core/rich_text/__init__.py +++ b/wagtail/core/rich_text/__init__.py @@ -50,7 +50,6 @@ class RichText: def __bool__(self): return bool(self.source) - __nonzero__ = __bool__ class EntityHandler: diff --git a/wagtail/core/tests/test_blocks.py b/wagtail/core/tests/test_blocks.py index c0f413c8e..4b89f1e35 100644 --- a/wagtail/core/tests/test_blocks.py +++ b/wagtail/core/tests/test_blocks.py @@ -13,7 +13,7 @@ from django.forms.utils import ErrorList from django.template.loader import render_to_string from django.test import SimpleTestCase, TestCase from django.utils.html import format_html -from django.utils.safestring import SafeData, mark_safe +from django.utils.safestring import SafeData, SafeText, mark_safe from django.utils.translation import ugettext_lazy as __ from wagtail.core import blocks @@ -1214,6 +1214,42 @@ class TestStructBlock(SimpleTestCase): ) self.assertNotIn('
  • ', html) + def test_custom_render_form_template(self): + class LinkBlock(blocks.StructBlock): + title = blocks.CharBlock(required=False) + link = blocks.URLBlock(required=False) + + class Meta: + form_template = 'tests/block_forms/struct_block_form_template.html' + + block = LinkBlock() + html = block.render_form(block.to_python({ + 'title': "Wagtail site", + 'link': 'http://www.wagtail.io', + }), prefix='mylink') + + self.assertIn('
    Hello
    ', html) + self.assertHTMLEqual('
    Hello
    ', html) + self.assertTrue(isinstance(html, SafeText)) + + def test_custom_render_form_template_jinja(self): + class LinkBlock(blocks.StructBlock): + title = blocks.CharBlock(required=False) + link = blocks.URLBlock(required=False) + + class Meta: + form_template = 'tests/jinja2/struct_block_form_template.html' + + block = LinkBlock() + html = block.render_form(block.to_python({ + 'title': "Wagtail site", + 'link': 'http://www.wagtail.io', + }), prefix='mylink') + + self.assertIn('
    Hello
    ', html) + self.assertHTMLEqual('
    Hello
    ', html) + self.assertTrue(isinstance(html, SafeText)) + def test_render_required_field_indicator(self): class LinkBlock(blocks.StructBlock): title = blocks.CharBlock() diff --git a/wagtail/core/utils.py b/wagtail/core/utils.py index a603a7796..0a708cb89 100644 --- a/wagtail/core/utils.py +++ b/wagtail/core/utils.py @@ -12,7 +12,7 @@ WAGTAIL_APPEND_SLASH = getattr(settings, 'WAGTAIL_APPEND_SLASH', True) def camelcase_to_underscore(str): - # http://djangosnippets.org/snippets/585/ + # https://djangosnippets.org/snippets/585/ return re.sub('(((?<=[a-z])[A-Z])|([A-Z](?![A-Z]|$)))', '_\\1', str).lower().strip('_') diff --git a/wagtail/documents/__init__.py b/wagtail/documents/__init__.py index d13f22c19..70520f587 100644 --- a/wagtail/documents/__init__.py +++ b/wagtail/documents/__init__.py @@ -1 +1,31 @@ +from django.conf import settings +from django.core.exceptions import ImproperlyConfigured + default_app_config = 'wagtail.documents.apps.WagtailDocsAppConfig' + + +def get_document_model_string(): + """ + Get the dotted ``app.Model`` name for the document model as a string. + Useful for developers making Wagtail plugins that need to refer to the + document model, such as in foreign keys, but the model itself is not required. + """ + return getattr(settings, 'WAGTAILDOCS_DOCUMENT_MODEL', 'wagtaildocs.Document') + + +def get_document_model(): + """ + Get the document model from the ``WAGTAILDOCS_DOCUMENT_MODEL`` setting. + Defauts to the standard :class:`~wagtail.documents.models.Document` model + if no custom model is defined. + """ + from django.apps import apps + model_string = get_document_model_string() + try: + return apps.get_model(model_string) + except ValueError: + raise ImproperlyConfigured("WAGTAILDOCS_DOCUMENT_MODEL must be of the form 'app_label.model_name'") + except LookupError: + raise ImproperlyConfigured( + "WAGTAILDOCS_DOCUMENT_MODEL refers to model '%s' that has not been installed" % model_string + ) diff --git a/wagtail/documents/api/v2/endpoints.py b/wagtail/documents/api/v2/endpoints.py index 8cad04321..6b07d37f2 100644 --- a/wagtail/documents/api/v2/endpoints.py +++ b/wagtail/documents/api/v2/endpoints.py @@ -1,7 +1,7 @@ from wagtail.api.v2.endpoints import BaseAPIEndpoint from wagtail.api.v2.filters import FieldsFilter, OrderingFilter, SearchFilter -from ...models import get_document_model +from ... import get_document_model from .serializers import DocumentSerializer diff --git a/wagtail/documents/blocks.py b/wagtail/documents/blocks.py index 0e9578064..6f92ec7e6 100644 --- a/wagtail/documents/blocks.py +++ b/wagtail/documents/blocks.py @@ -7,7 +7,7 @@ from wagtail.core.blocks import ChooserBlock class DocumentChooserBlock(ChooserBlock): @cached_property def target_model(self): - from wagtail.documents.models import get_document_model + from wagtail.documents import get_document_model return get_document_model() @cached_property diff --git a/wagtail/documents/locale/ar/LC_MESSAGES/django.mo b/wagtail/documents/locale/ar/LC_MESSAGES/django.mo index 13968b516..f243d8bc6 100644 Binary files a/wagtail/documents/locale/ar/LC_MESSAGES/django.mo and b/wagtail/documents/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/ar/LC_MESSAGES/django.po b/wagtail/documents/locale/ar/LC_MESSAGES/django.po index f6d6d3529..42d34eac5 100644 --- a/wagtail/documents/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/ar/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/documents/locale/be/LC_MESSAGES/django.mo b/wagtail/documents/locale/be/LC_MESSAGES/django.mo index 417438f32..76790f8bb 100644 Binary files a/wagtail/documents/locale/be/LC_MESSAGES/django.mo and b/wagtail/documents/locale/be/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/be/LC_MESSAGES/django.po b/wagtail/documents/locale/be/LC_MESSAGES/django.po index 54d665f4e..65eab04dd 100644 --- a/wagtail/documents/locale/be/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/be/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Belarusian (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/documents/locale/bg/LC_MESSAGES/django.mo b/wagtail/documents/locale/bg/LC_MESSAGES/django.mo index c34acd1d7..09b377c72 100644 Binary files a/wagtail/documents/locale/bg/LC_MESSAGES/django.mo and b/wagtail/documents/locale/bg/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/bg/LC_MESSAGES/django.po b/wagtail/documents/locale/bg/LC_MESSAGES/django.po index e6c20fda4..41ffefedf 100644 --- a/wagtail/documents/locale/bg/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Bulgarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/documents/locale/ca/LC_MESSAGES/django.mo b/wagtail/documents/locale/ca/LC_MESSAGES/django.mo index 08243087a..1c6914faf 100644 Binary files a/wagtail/documents/locale/ca/LC_MESSAGES/django.mo and b/wagtail/documents/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/ca/LC_MESSAGES/django.po b/wagtail/documents/locale/ca/LC_MESSAGES/django.po index c249afb25..76b7d1d75 100644 --- a/wagtail/documents/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/ca/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/documents/locale/cs/LC_MESSAGES/django.mo b/wagtail/documents/locale/cs/LC_MESSAGES/django.mo index 761091cb8..adf555bed 100644 Binary files a/wagtail/documents/locale/cs/LC_MESSAGES/django.mo and b/wagtail/documents/locale/cs/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/cs/LC_MESSAGES/django.po b/wagtail/documents/locale/cs/LC_MESSAGES/django.po index a5d28e7c0..a682f7035 100644 --- a/wagtail/documents/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/cs/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Czech (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/documents/locale/da/LC_MESSAGES/django.mo b/wagtail/documents/locale/da/LC_MESSAGES/django.mo index a00948a91..6f65928b5 100644 Binary files a/wagtail/documents/locale/da/LC_MESSAGES/django.mo and b/wagtail/documents/locale/da/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/da/LC_MESSAGES/django.po b/wagtail/documents/locale/da/LC_MESSAGES/django.po index 9b6617176..b525b2af6 100644 --- a/wagtail/documents/locale/da/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/da/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Danish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/documents/locale/de/LC_MESSAGES/django.mo b/wagtail/documents/locale/de/LC_MESSAGES/django.mo index 72ce643fc..80e7c3db9 100644 Binary files a/wagtail/documents/locale/de/LC_MESSAGES/django.mo and b/wagtail/documents/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/de/LC_MESSAGES/django.po b/wagtail/documents/locale/de/LC_MESSAGES/django.po index 295137524..47c889d9c 100644 --- a/wagtail/documents/locale/de/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/de/LC_MESSAGES/django.po @@ -8,6 +8,7 @@ # Johannes Spielmann , 2014 # karlsander , 2014 # karlsander , 2014 +# Matthias Martin, 2019 # Moritz Pfeiffer , 2016-2018 # pcraston , 2014 # pcraston , 2014 @@ -19,9 +20,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-25 13:45+0000\n" +"Last-Translator: Matthias Martin\n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" "de/)\n" "MIME-Version: 1.0\n" @@ -149,6 +150,9 @@ msgstr "Sind Sie sicher, dass Sie dieses Dokument löschen wollen?" msgid "Yes, delete" msgstr "Ja, Löschen" +msgid "No, don't delete" +msgstr "Nein, nicht löschen" + #, python-format msgid "Editing %(title)s" msgstr "%(title)s bearbeiten" @@ -222,6 +226,26 @@ msgstr "Status" msgid "Edit this page" msgstr "Diese Seite bearbeiten" +#, python-format +msgid "" +"\n" +" %(total)s Document created in %(site_name)s\n" +" " +msgid_plural "" +"\n" +" %(total)s Documents created in %(site_name)s\n" +" " +msgstr[0] "" +"\n" +"%(total)s Dokument erstellt in " +"%(site_name)s" +msgstr[1] "" +"\n" +"%(total)s Dokumente erstellt in " +"%(site_name)s" + msgid "Add multiple documents" msgstr "Mehrere Dokumente hinzufügen" diff --git a/wagtail/documents/locale/el/LC_MESSAGES/django.mo b/wagtail/documents/locale/el/LC_MESSAGES/django.mo index 5a45a8839..b26989a37 100644 Binary files a/wagtail/documents/locale/el/LC_MESSAGES/django.mo and b/wagtail/documents/locale/el/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/el/LC_MESSAGES/django.po b/wagtail/documents/locale/el/LC_MESSAGES/django.po index b28107f67..d8f786f9f 100644 --- a/wagtail/documents/locale/el/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/el/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Greek (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/documents/locale/en/LC_MESSAGES/django.mo b/wagtail/documents/locale/en/LC_MESSAGES/django.mo index b1e994302..6420bb1ad 100644 Binary files a/wagtail/documents/locale/en/LC_MESSAGES/django.mo and b/wagtail/documents/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/en/LC_MESSAGES/django.po b/wagtail/documents/locale/en/LC_MESSAGES/django.po index 9d080a4e5..7810d518a 100644 --- a/wagtail/documents/locale/en/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -29,7 +29,7 @@ msgstr "" msgid "Add/edit documents you own" msgstr "" -#: forms.py:54 views/documents.py:115 views/documents.py:160 +#: forms.py:54 views/documents.py:116 views/documents.py:161 msgid "Edit" msgstr "" @@ -57,30 +57,30 @@ msgstr "" msgid "tags" msgstr "" -#: models.py:146 +#: models.py:153 msgid "document" msgstr "" -#: models.py:147 +#: models.py:154 msgid "documents" msgstr "" -#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:12 msgid "Choose a document" msgstr "" -#: templates/wagtaildocs/chooser/chooser.html:8 +#: templates/wagtaildocs/chooser/chooser.html:10 msgid "Search" msgstr "" -#: templates/wagtaildocs/chooser/chooser.html:9 -#: templates/wagtaildocs/chooser/chooser.html:42 -#: templates/wagtaildocs/documents/add.html:35 +#: templates/wagtaildocs/chooser/chooser.html:11 +#: templates/wagtaildocs/chooser/chooser.html:44 +#: templates/wagtaildocs/documents/add.html:42 msgid "Upload" msgstr "" -#: templates/wagtaildocs/chooser/chooser.html:42 -#: templates/wagtaildocs/documents/add.html:35 +#: templates/wagtaildocs/chooser/chooser.html:44 +#: templates/wagtaildocs/documents/add.html:42 msgid "Uploading…" msgstr "" @@ -134,7 +134,7 @@ msgstr "" msgid "Add a document" msgstr "" -#: templates/wagtaildocs/documents/add.html:20 +#: templates/wagtaildocs/documents/add.html:27 msgid "Add document" msgstr "" @@ -144,12 +144,12 @@ msgid "Delete %(title)s" msgstr "" #: templates/wagtaildocs/documents/confirm_delete.html:5 -#: templates/wagtaildocs/documents/edit.html:41 +#: templates/wagtaildocs/documents/edit.html:48 msgid "Delete document" msgstr "" #: templates/wagtaildocs/documents/confirm_delete.html:13 -#: templates/wagtaildocs/documents/edit.html:58 +#: templates/wagtaildocs/documents/edit.html:65 #, python-format msgid "Used %(usage_count)s time" msgid_plural "Used %(usage_count)s times" @@ -173,28 +173,28 @@ msgstr "" msgid "Editing %(title)s" msgstr "" -#: templates/wagtaildocs/documents/edit.html:20 +#: templates/wagtaildocs/documents/edit.html:27 msgid "Editing" msgstr "" -#: templates/wagtaildocs/documents/edit.html:39 +#: templates/wagtaildocs/documents/edit.html:46 msgid "Save" msgstr "" -#: templates/wagtaildocs/documents/edit.html:50 +#: templates/wagtaildocs/documents/edit.html:57 msgid "Filesize" msgstr "" -#: templates/wagtaildocs/documents/edit.html:51 +#: templates/wagtaildocs/documents/edit.html:58 msgid "File not found" msgstr "" -#: templates/wagtaildocs/documents/edit.html:56 +#: templates/wagtaildocs/documents/edit.html:63 msgid "Usage" msgstr "" -#: templates/wagtaildocs/documents/index.html:22 wagtail_hooks.py:50 -#: wagtail_hooks.py:135 +#: templates/wagtaildocs/documents/index.html:22 wagtail_hooks.py:51 +#: wagtail_hooks.py:136 msgid "Documents" msgstr "" @@ -280,30 +280,30 @@ msgstr[1] "" msgid "Add multiple documents" msgstr "" -#: templates/wagtaildocs/multiple/add.html:13 +#: templates/wagtaildocs/multiple/add.html:15 msgid "Add documents" msgstr "" -#: templates/wagtaildocs/multiple/add.html:18 +#: templates/wagtaildocs/multiple/add.html:20 msgid "Drag and drop documents into this area to upload immediately." msgstr "" -#: templates/wagtaildocs/multiple/add.html:23 +#: templates/wagtaildocs/multiple/add.html:25 msgid "Or choose from your computer" msgstr "" -#: templates/wagtaildocs/multiple/add.html:29 +#: templates/wagtaildocs/multiple/add.html:31 msgid "Add to collection:" msgstr "" -#: templates/wagtaildocs/multiple/add.html:59 +#: templates/wagtaildocs/multiple/add.html:61 msgid "" "Upload successful. Please update this document with a more appropriate " "title, if necessary. You may also delete the document completely if the " "upload wasn't required." msgstr "" -#: templates/wagtaildocs/multiple/add.html:60 +#: templates/wagtaildocs/multiple/add.html:62 msgid "Sorry, upload failed." msgstr "" @@ -311,7 +311,7 @@ msgstr "" msgid "Update" msgstr "" -#: templates/wagtaildocs/multiple/edit_form.html:15 views/documents.py:180 +#: templates/wagtaildocs/multiple/edit_form.html:15 views/documents.py:181 msgid "Delete" msgstr "" @@ -335,46 +335,46 @@ msgstr "" msgid "Report this error to your webmaster with the following information:" msgstr "" -#: views/documents.py:51 views/documents.py:56 +#: views/documents.py:52 views/documents.py:57 msgid "Search documents" msgstr "" -#: views/documents.py:114 +#: views/documents.py:115 msgid "Document '{0}' added." msgstr "" -#: views/documents.py:119 views/documents.py:164 +#: views/documents.py:120 views/documents.py:165 msgid "The document could not be saved due to errors." msgstr "" -#: views/documents.py:159 +#: views/documents.py:160 msgid "Document '{0}' updated" msgstr "" -#: views/documents.py:179 +#: views/documents.py:180 msgid "" "The file could not be found. Please change the source or delete the document" msgstr "" -#: views/documents.py:203 +#: views/documents.py:204 msgid "Document '{0}' deleted." msgstr "" -#: wagtail_hooks.py:88 +#: wagtail_hooks.py:89 msgid "Document" msgstr "" -#: wagtail_hooks.py:154 +#: wagtail_hooks.py:155 #, python-format msgid "%(count)s document" msgid_plural "%(count)s documents" msgstr[0] "" msgstr[1] "" -#: widgets.py:12 +#: widgets.py:13 msgid "Choose another document" msgstr "" -#: widgets.py:13 +#: widgets.py:14 msgid "Edit this document" msgstr "" diff --git a/wagtail/documents/locale/es/LC_MESSAGES/django.mo b/wagtail/documents/locale/es/LC_MESSAGES/django.mo index 6731e0436..3d7ac5ab6 100644 Binary files a/wagtail/documents/locale/es/LC_MESSAGES/django.mo and b/wagtail/documents/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/es/LC_MESSAGES/django.po b/wagtail/documents/locale/es/LC_MESSAGES/django.po index 3faf5ce04..8fd649454 100644 --- a/wagtail/documents/locale/es/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/es/LC_MESSAGES/django.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/documents/locale/fa/LC_MESSAGES/django.mo b/wagtail/documents/locale/fa/LC_MESSAGES/django.mo index abf00692f..fc8c5c80b 100644 Binary files a/wagtail/documents/locale/fa/LC_MESSAGES/django.mo and b/wagtail/documents/locale/fa/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/fa/LC_MESSAGES/django.po b/wagtail/documents/locale/fa/LC_MESSAGES/django.po index 155cf0444..6426e79e7 100644 --- a/wagtail/documents/locale/fa/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/fa/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Persian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/documents/locale/fi/LC_MESSAGES/django.mo b/wagtail/documents/locale/fi/LC_MESSAGES/django.mo index 4851af5b0..8c1634f55 100644 Binary files a/wagtail/documents/locale/fi/LC_MESSAGES/django.mo and b/wagtail/documents/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/fi/LC_MESSAGES/django.po b/wagtail/documents/locale/fi/LC_MESSAGES/django.po index 22e07b6cf..be61826df 100644 --- a/wagtail/documents/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/fi/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/documents/locale/fr/LC_MESSAGES/django.mo b/wagtail/documents/locale/fr/LC_MESSAGES/django.mo index 85a294838..d2ba8a520 100644 Binary files a/wagtail/documents/locale/fr/LC_MESSAGES/django.mo and b/wagtail/documents/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/fr/LC_MESSAGES/django.po b/wagtail/documents/locale/fr/LC_MESSAGES/django.po index 66817a878..1a0b7d93a 100644 --- a/wagtail/documents/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/fr/LC_MESSAGES/django.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-09-17 01:21+0000\n" "Last-Translator: Benoît Vogel \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/documents/locale/gl/LC_MESSAGES/django.mo b/wagtail/documents/locale/gl/LC_MESSAGES/django.mo index 933847294..a02fffb1c 100644 Binary files a/wagtail/documents/locale/gl/LC_MESSAGES/django.mo and b/wagtail/documents/locale/gl/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/gl/LC_MESSAGES/django.po b/wagtail/documents/locale/gl/LC_MESSAGES/django.po index 3064babce..c5b8f0db4 100644 --- a/wagtail/documents/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/gl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Galician (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/documents/locale/he_IL/LC_MESSAGES/django.mo b/wagtail/documents/locale/he_IL/LC_MESSAGES/django.mo index 64b304ed1..094054941 100644 Binary files a/wagtail/documents/locale/he_IL/LC_MESSAGES/django.mo and b/wagtail/documents/locale/he_IL/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/he_IL/LC_MESSAGES/django.po b/wagtail/documents/locale/he_IL/LC_MESSAGES/django.po index 567c6c636..515d9c112 100644 --- a/wagtail/documents/locale/he_IL/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/he_IL/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/documents/locale/hu/LC_MESSAGES/django.mo b/wagtail/documents/locale/hu/LC_MESSAGES/django.mo index c56f921f6..ef5dddcc4 100644 Binary files a/wagtail/documents/locale/hu/LC_MESSAGES/django.mo and b/wagtail/documents/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/hu/LC_MESSAGES/django.po b/wagtail/documents/locale/hu/LC_MESSAGES/django.po index 9b99e96ca..7e11ef9f5 100644 --- a/wagtail/documents/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/hu/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-08-01 11:53+0000\n" "Last-Translator: Istvan Farkas \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/documents/locale/id_ID/LC_MESSAGES/django.mo b/wagtail/documents/locale/id_ID/LC_MESSAGES/django.mo index 436fb0b18..37322805a 100644 Binary files a/wagtail/documents/locale/id_ID/LC_MESSAGES/django.mo and b/wagtail/documents/locale/id_ID/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/id_ID/LC_MESSAGES/django.po b/wagtail/documents/locale/id_ID/LC_MESSAGES/django.po index 37092be10..c3343f7da 100644 --- a/wagtail/documents/locale/id_ID/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/id_ID/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/torchbox/" diff --git a/wagtail/documents/locale/is_IS/LC_MESSAGES/django.mo b/wagtail/documents/locale/is_IS/LC_MESSAGES/django.mo index c02fccf21..2eac59c45 100644 Binary files a/wagtail/documents/locale/is_IS/LC_MESSAGES/django.mo and b/wagtail/documents/locale/is_IS/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/is_IS/LC_MESSAGES/django.po b/wagtail/documents/locale/is_IS/LC_MESSAGES/django.po index d58509bb8..3b288a573 100644 --- a/wagtail/documents/locale/is_IS/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/is_IS/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/torchbox/" diff --git a/wagtail/documents/locale/it/LC_MESSAGES/django.mo b/wagtail/documents/locale/it/LC_MESSAGES/django.mo index 94c829efd..e19c066d5 100644 Binary files a/wagtail/documents/locale/it/LC_MESSAGES/django.mo and b/wagtail/documents/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/it/LC_MESSAGES/django.po b/wagtail/documents/locale/it/LC_MESSAGES/django.po index 3244cf9c1..e0dfeb3bf 100644 --- a/wagtail/documents/locale/it/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/it/LC_MESSAGES/django.po @@ -5,14 +5,15 @@ # Translators: # Giacomo Ghizzani , 2015-2018 # giammi , 2018 +# LB (Ben Johnston) , 2019 # Sandro Badalamenti , 2019 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-29 22:00+0000\n" +"Last-Translator: LB (Ben Johnston) \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" "it/)\n" "MIME-Version: 1.0\n" @@ -141,6 +142,9 @@ msgstr "Sei sicuro di voler eliminare questo documento?" msgid "Yes, delete" msgstr "Si, elimina" +msgid "No, don't delete" +msgstr "No, non eliminarlo" + #, python-format msgid "Editing %(title)s" msgstr "Modifica %(title)s" diff --git a/wagtail/documents/locale/ja/LC_MESSAGES/django.mo b/wagtail/documents/locale/ja/LC_MESSAGES/django.mo index 5e22bb3eb..e4ee826ce 100644 Binary files a/wagtail/documents/locale/ja/LC_MESSAGES/django.mo and b/wagtail/documents/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/ja/LC_MESSAGES/django.po b/wagtail/documents/locale/ja/LC_MESSAGES/django.po index b00deaf4b..2ec1a2666 100644 --- a/wagtail/documents/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/ja/LC_MESSAGES/django.po @@ -5,15 +5,16 @@ # Translators: # Daigo Shitara , 2014,2016 # shuhei hirota, 2019 +# 小口英昭 , 2019 # 山本 卓也 , 2019 # 石田秀 , 2015 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-29 22:49+0000\n" -"Last-Translator: 山本 卓也 \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-05 03:43+0000\n" +"Last-Translator: 小口英昭 \n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" "ja/)\n" "MIME-Version: 1.0\n" @@ -28,6 +29,9 @@ msgstr "Wagtail ドキュメント" msgid "Add" msgstr "追加" +msgid "Add/edit documents you own" +msgstr "自分のドキュメントを追加/編集" + msgid "Edit" msgstr "編集" @@ -87,6 +91,24 @@ msgstr "最新のドキュメント" msgid "Sorry, no documents match \"%(query_string)s\"" msgstr "\"%(query_string)s\" に一致するドキュメントはありません" +msgid "You haven't uploaded any documents in this collection." +msgstr "このコレクションにはまだドキュメントがアップロードされていません。" + +msgid "You haven't uploaded any documents." +msgstr "まだドキュメントがアップロードされていません。" + +#, python-format +msgid "" +"\n" +" Why not upload one now?\n" +" " +msgstr "" +"\n" +"ドキュ" +"メントを追加しますか?\n" +" " + msgid "Change document:" msgstr "ドキュメントを変更" @@ -103,6 +125,11 @@ msgstr "%(title)s を削除" msgid "Delete document" msgstr "ドキュメントを削除" +#, python-format +msgid "Used %(usage_count)s time" +msgid_plural "Used %(usage_count)s times" +msgstr[0] "%(usage_count)s回使用" + msgid "Are you sure you want to delete this document?" msgstr "このドキュメントを削除しますか?" @@ -150,6 +177,14 @@ msgstr "アップロード済み" msgid "%(time_period)s ago" msgstr "%(time_period)s前" +#, python-format +msgid "" +"You haven't uploaded any documents in this collection. Why not upload one now?" +msgstr "" +"まだこのコレクションにはドキュメントがアップロードされていません。ドキュメントを追加しますか?" + #, python-format msgid "" "You haven't uploaded any documents. Why not %(total)s Document created in %(site_name)s\n" +" " +msgid_plural "" +"\n" +" %(total)s Documents created in %(site_name)s\n" +" " +msgstr[0] "" +"\n" +" %(site_name)sで作成された" +"%(total)s 件のドキュメント\n" +" " + msgid "Add multiple documents" msgstr "複数のドキュメントを追加" msgid "Add documents" msgstr "ドキュメントを追加" +msgid "Drag and drop documents into this area to upload immediately." +msgstr "" +"ドキュメントをここにドラッグ&ドロップするとすぐにアップロードできます。" + +msgid "Or choose from your computer" +msgstr "もしくはファイルを参照" + msgid "Add to collection:" msgstr "コレクションに追加:" +msgid "" +"Upload successful. Please update this document with a more appropriate " +"title, if necessary. You may also delete the document completely if the " +"upload wasn't required." +msgstr "" +"アップロードに成功しました。必要の際にはドキュメントを更新できます。また、" +"アップロードする必要のないドキュメントを削除することもできます。" + msgid "Sorry, upload failed." msgstr "アップロードに失敗しました。" @@ -207,6 +274,9 @@ msgstr "ドキュメント権限を追加" msgid "Server Error" msgstr "サーバーエラー" +msgid "Report this error to your webmaster with the following information:" +msgstr "次の情報を添えて、このエラーを管理者に報告してください:" + msgid "Search documents" msgstr "ドキュメントを検索" @@ -234,7 +304,7 @@ msgstr "ドキュメント" #, python-format msgid "%(count)s document" msgid_plural "%(count)s documents" -msgstr[0] "%(count)sつのドキュメント" +msgstr[0] "%(count)s件のドキュメント" msgid "Choose another document" msgstr "別のドキュメントを選択" diff --git a/wagtail/documents/locale/ka/LC_MESSAGES/django.mo b/wagtail/documents/locale/ka/LC_MESSAGES/django.mo index bdf7de307..cff4a2fa8 100644 Binary files a/wagtail/documents/locale/ka/LC_MESSAGES/django.mo and b/wagtail/documents/locale/ka/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/ka/LC_MESSAGES/django.po b/wagtail/documents/locale/ka/LC_MESSAGES/django.po index e947cc913..5f7bf1d30 100644 --- a/wagtail/documents/locale/ka/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/ka/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Georgian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/documents/locale/ko/LC_MESSAGES/django.mo b/wagtail/documents/locale/ko/LC_MESSAGES/django.mo index d04fdb6ac..8900c231e 100644 Binary files a/wagtail/documents/locale/ko/LC_MESSAGES/django.mo and b/wagtail/documents/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/ko/LC_MESSAGES/django.po b/wagtail/documents/locale/ko/LC_MESSAGES/django.po index e1ea80269..f58040621 100644 --- a/wagtail/documents/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/ko/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/documents/locale/lt/LC_MESSAGES/django.mo b/wagtail/documents/locale/lt/LC_MESSAGES/django.mo index c068ef387..f00c36a5b 100644 Binary files a/wagtail/documents/locale/lt/LC_MESSAGES/django.mo and b/wagtail/documents/locale/lt/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/lt/LC_MESSAGES/django.po b/wagtail/documents/locale/lt/LC_MESSAGES/django.po index 83ea49da1..910094abd 100644 --- a/wagtail/documents/locale/lt/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/lt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Lithuanian (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/documents/locale/lv/LC_MESSAGES/django.mo b/wagtail/documents/locale/lv/LC_MESSAGES/django.mo index 26bb63992..b7fdc6179 100644 Binary files a/wagtail/documents/locale/lv/LC_MESSAGES/django.mo and b/wagtail/documents/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/lv/LC_MESSAGES/django.po b/wagtail/documents/locale/lv/LC_MESSAGES/django.po index bba260926..edfd0a4a5 100644 --- a/wagtail/documents/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/lv/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/documents/locale/mn/LC_MESSAGES/django.mo b/wagtail/documents/locale/mn/LC_MESSAGES/django.mo index 38d6aa965..4bb09d20c 100644 Binary files a/wagtail/documents/locale/mn/LC_MESSAGES/django.mo and b/wagtail/documents/locale/mn/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/mn/LC_MESSAGES/django.po b/wagtail/documents/locale/mn/LC_MESSAGES/django.po index 06c674d0b..00f7f6ce5 100644 --- a/wagtail/documents/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/mn/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Mongolian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/documents/locale/nb/LC_MESSAGES/django.mo b/wagtail/documents/locale/nb/LC_MESSAGES/django.mo index 97ab0a5de..921819b41 100644 Binary files a/wagtail/documents/locale/nb/LC_MESSAGES/django.mo and b/wagtail/documents/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/nb/LC_MESSAGES/django.po b/wagtail/documents/locale/nb/LC_MESSAGES/django.po index 724071ef9..a180f2132 100644 --- a/wagtail/documents/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/nb/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/documents/locale/nl/LC_MESSAGES/django.mo b/wagtail/documents/locale/nl/LC_MESSAGES/django.mo index c94f93ab7..1b0fa2cdd 100644 Binary files a/wagtail/documents/locale/nl/LC_MESSAGES/django.mo and b/wagtail/documents/locale/nl/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/nl/LC_MESSAGES/django.po b/wagtail/documents/locale/nl/LC_MESSAGES/django.po index c71d018e5..a2afa08d5 100644 --- a/wagtail/documents/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/nl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Dutch (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/documents/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/documents/locale/nl_NL/LC_MESSAGES/django.mo index fa1dd50af..8c9ca8551 100644 Binary files a/wagtail/documents/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/documents/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/documents/locale/nl_NL/LC_MESSAGES/django.po index e385c6ea9..ca2959ff5 100644 --- a/wagtail/documents/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/nl_NL/LC_MESSAGES/django.po @@ -3,15 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Coen van der Kamp , 2019 # Maarten Kling , 2015,2017-2018 # Thijs Kramer , 2015-2016,2018 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-17 19:41+0000\n" +"Last-Translator: Coen van der Kamp \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" "wagtail/language/nl_NL/)\n" "MIME-Version: 1.0\n" @@ -138,6 +139,9 @@ msgstr "Weet u zeker dat u dit document wilt verwijderen?" msgid "Yes, delete" msgstr "Ja, verwijder" +msgid "No, don't delete" +msgstr "Nee, niet verwijderen" + #, python-format msgid "Editing %(title)s" msgstr "Wijzigen %(title)s" @@ -200,7 +204,7 @@ msgid "Usage of" msgstr "Gebruik van" msgid "Parent" -msgstr "Parent" +msgstr "Bovenliggende" msgid "Type" msgstr "Type" @@ -211,6 +215,28 @@ msgstr "Status" msgid "Edit this page" msgstr "Wijzig deze pagina" +#, python-format +msgid "" +"\n" +" %(total)s Document created in %(site_name)s\n" +" " +msgid_plural "" +"\n" +" %(total)s Documents created in %(site_name)s\n" +" " +msgstr[0] "" +"\n" +" %(total)s document aangemaakt in %(site_name)s\n" +" " +msgstr[1] "" +"\n" +" %(total)s documenten aangemaakt in%(site_name)s\n" +" " + msgid "Add multiple documents" msgstr "Voeg meerdere documenten toe" diff --git a/wagtail/documents/locale/pl/LC_MESSAGES/django.mo b/wagtail/documents/locale/pl/LC_MESSAGES/django.mo index 0bf177430..6441c927d 100644 Binary files a/wagtail/documents/locale/pl/LC_MESSAGES/django.mo and b/wagtail/documents/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/pl/LC_MESSAGES/django.po b/wagtail/documents/locale/pl/LC_MESSAGES/django.po index d25bab1ed..4245a6ceb 100644 --- a/wagtail/documents/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/pl/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ # Bartek Sielicki , 2017 # utek , 2014 # Miłosz Miśkiewicz, 2016-2017 -# Miłosz Miśkiewicz, 2017-2018 +# Miłosz Miśkiewicz, 2017-2019 # Miłosz Miśkiewicz, 2016 # utek , 2014 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-01 08:37+0000\n" +"Last-Translator: Miłosz Miśkiewicz\n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" "pl/)\n" "MIME-Version: 1.0\n" @@ -156,6 +156,9 @@ msgstr "Czy na pewno chcesz usunąć ten dokument?" msgid "Yes, delete" msgstr "Tak, usuń" +msgid "No, don't delete" +msgstr "Nie usuwaj" + #, python-format msgid "Editing %(title)s" msgstr "Edycja %(title)s" @@ -229,6 +232,38 @@ msgstr "Status" msgid "Edit this page" msgstr "Edytuj tę stronę" +#, python-format +msgid "" +"\n" +" %(total)s Document created in %(site_name)s\n" +" " +msgid_plural "" +"\n" +" %(total)s Documents created in %(site_name)s\n" +" " +msgstr[0] "" +"\n" +" %(total)s dokument utworzony w %(site_name)s\n" +" " +msgstr[1] "" +"\n" +" %(total)s dokumentów utworzonych w %(site_name)s\n" +" " +msgstr[2] "" +"\n" +" %(total)s dokumentów utworzonych w %(site_name)s\n" +" " +msgstr[3] "" +"\n" +" %(total)s dokumentów utworzonych w %(site_name)s\n" +" " + msgid "Add multiple documents" msgstr "Dodaj wiele dokumentów" diff --git a/wagtail/documents/locale/pt_BR/LC_MESSAGES/django.mo b/wagtail/documents/locale/pt_BR/LC_MESSAGES/django.mo index f448b5240..5c07274bb 100644 Binary files a/wagtail/documents/locale/pt_BR/LC_MESSAGES/django.mo and b/wagtail/documents/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/documents/locale/pt_BR/LC_MESSAGES/django.po index e338313df..3a6e6ee3d 100644 --- a/wagtail/documents/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/pt_BR/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-08-04 02:27+0000\n" "Last-Translator: Luiz Boaretto \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/torchbox/" diff --git a/wagtail/documents/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/documents/locale/pt_PT/LC_MESSAGES/django.mo index b444642c2..70c2bb842 100644 Binary files a/wagtail/documents/locale/pt_PT/LC_MESSAGES/django.mo and b/wagtail/documents/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/documents/locale/pt_PT/LC_MESSAGES/django.po index bb82ee0b4..98a189ff5 100644 --- a/wagtail/documents/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/pt_PT/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" diff --git a/wagtail/documents/locale/ro/LC_MESSAGES/django.mo b/wagtail/documents/locale/ro/LC_MESSAGES/django.mo index 43155c281..b0da9e7de 100644 Binary files a/wagtail/documents/locale/ro/LC_MESSAGES/django.mo and b/wagtail/documents/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/ro/LC_MESSAGES/django.po b/wagtail/documents/locale/ro/LC_MESSAGES/django.po index d455e328c..4fc33c769 100644 --- a/wagtail/documents/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/ro/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/documents/locale/ru/LC_MESSAGES/django.mo b/wagtail/documents/locale/ru/LC_MESSAGES/django.mo index eed9dd0fc..6cff82ea6 100644 Binary files a/wagtail/documents/locale/ru/LC_MESSAGES/django.mo and b/wagtail/documents/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/ru/LC_MESSAGES/django.po b/wagtail/documents/locale/ru/LC_MESSAGES/django.po index a778b0b25..123c9637d 100644 --- a/wagtail/documents/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/ru/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/documents/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/documents/locale/sk_SK/LC_MESSAGES/django.mo index 57a469249..9d44613b7 100644 Binary files a/wagtail/documents/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/documents/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/documents/locale/sk_SK/LC_MESSAGES/django.po index c525cab9a..c48a017d9 100644 --- a/wagtail/documents/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/sk_SK/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/documents/locale/sl/LC_MESSAGES/django.mo b/wagtail/documents/locale/sl/LC_MESSAGES/django.mo index 8bb5ce16c..69ab79329 100644 Binary files a/wagtail/documents/locale/sl/LC_MESSAGES/django.mo and b/wagtail/documents/locale/sl/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/sl/LC_MESSAGES/django.po b/wagtail/documents/locale/sl/LC_MESSAGES/django.po index 9757b01a4..f0917651e 100644 --- a/wagtail/documents/locale/sl/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/sl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Slovenian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/documents/locale/sv/LC_MESSAGES/django.mo b/wagtail/documents/locale/sv/LC_MESSAGES/django.mo index 972b21db2..fc4ed0d16 100644 Binary files a/wagtail/documents/locale/sv/LC_MESSAGES/django.mo and b/wagtail/documents/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/sv/LC_MESSAGES/django.po b/wagtail/documents/locale/sv/LC_MESSAGES/django.po index e13dfa77f..5a0ec060e 100644 --- a/wagtail/documents/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/sv/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/documents/locale/tet/LC_MESSAGES/django.mo b/wagtail/documents/locale/tet/LC_MESSAGES/django.mo index 913c8c84a..1f7b858d5 100644 Binary files a/wagtail/documents/locale/tet/LC_MESSAGES/django.mo and b/wagtail/documents/locale/tet/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/tet/LC_MESSAGES/django.po b/wagtail/documents/locale/tet/LC_MESSAGES/django.po index bd285af1b..19fded54c 100644 --- a/wagtail/documents/locale/tet/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/tet/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Tetum (Tetun) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/documents/locale/th/LC_MESSAGES/django.mo b/wagtail/documents/locale/th/LC_MESSAGES/django.mo index 827329c24..0062de768 100644 Binary files a/wagtail/documents/locale/th/LC_MESSAGES/django.mo and b/wagtail/documents/locale/th/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/th/LC_MESSAGES/django.po b/wagtail/documents/locale/th/LC_MESSAGES/django.po index e9984481f..a2846fde3 100644 --- a/wagtail/documents/locale/th/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/th/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Thai (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/documents/locale/tr/LC_MESSAGES/django.mo b/wagtail/documents/locale/tr/LC_MESSAGES/django.mo index 7ee736b57..634ec9114 100644 Binary files a/wagtail/documents/locale/tr/LC_MESSAGES/django.mo and b/wagtail/documents/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/tr/LC_MESSAGES/django.po b/wagtail/documents/locale/tr/LC_MESSAGES/django.po index 32b258d30..d299c4cfb 100644 --- a/wagtail/documents/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/tr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/documents/locale/uk/LC_MESSAGES/django.mo b/wagtail/documents/locale/uk/LC_MESSAGES/django.mo index ab60a15f9..2f01e2bd3 100644 Binary files a/wagtail/documents/locale/uk/LC_MESSAGES/django.mo and b/wagtail/documents/locale/uk/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/uk/LC_MESSAGES/django.po b/wagtail/documents/locale/uk/LC_MESSAGES/django.po index baec5ddcb..4c04feee4 100644 --- a/wagtail/documents/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/uk/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Ukrainian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/documents/locale/zh/LC_MESSAGES/django.mo b/wagtail/documents/locale/zh/LC_MESSAGES/django.mo index cddbf1a8b..c1a988e2c 100644 Binary files a/wagtail/documents/locale/zh/LC_MESSAGES/django.mo and b/wagtail/documents/locale/zh/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/zh/LC_MESSAGES/django.po b/wagtail/documents/locale/zh/LC_MESSAGES/django.po index 3eebcb9a6..c6e1e42bd 100644 --- a/wagtail/documents/locale/zh/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Chinese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/documents/locale/zh_Hans/LC_MESSAGES/django.mo b/wagtail/documents/locale/zh_Hans/LC_MESSAGES/django.mo index 88f763045..d17b28ee5 100644 Binary files a/wagtail/documents/locale/zh_Hans/LC_MESSAGES/django.mo and b/wagtail/documents/locale/zh_Hans/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/zh_Hans/LC_MESSAGES/django.po b/wagtail/documents/locale/zh_Hans/LC_MESSAGES/django.po index 9915b7be3..9541465e6 100644 --- a/wagtail/documents/locale/zh_Hans/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/zh_Hans/LC_MESSAGES/django.po @@ -5,6 +5,7 @@ # Translators: # hanfeng , 2014-2015 # Ed <724195301@qq.com>, 2018 +# First Last , 2019 # jszsj , 2017 # Vincent Zhao , 2017 # jszsj , 2017 @@ -13,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-11-01 03:01+0000\n" +"Last-Translator: First Last \n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/" "language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -137,6 +138,9 @@ msgstr "确定删除此文档?" msgid "Yes, delete" msgstr "是,删除" +msgid "No, don't delete" +msgstr "否,不删除" + #, python-format msgid "Editing %(title)s" msgstr "编辑%(title)s" @@ -210,6 +214,22 @@ msgstr "状态" msgid "Edit this page" msgstr "编辑此页面" +#, python-format +msgid "" +"\n" +" %(total)s Document created in %(site_name)s\n" +" " +msgid_plural "" +"\n" +" %(total)s Documents created in %(site_name)s\n" +" " +msgstr[0] "" +"\n" +"在%(site_name)s中共创建了" +"%(total)s个文档" + msgid "Add multiple documents" msgstr "添加多个文档" diff --git a/wagtail/documents/locale/zh_Hant/LC_MESSAGES/django.mo b/wagtail/documents/locale/zh_Hant/LC_MESSAGES/django.mo index 5fbfb00b6..c111cd1e0 100644 Binary files a/wagtail/documents/locale/zh_Hant/LC_MESSAGES/django.mo and b/wagtail/documents/locale/zh_Hant/LC_MESSAGES/django.mo differ diff --git a/wagtail/documents/locale/zh_Hant/LC_MESSAGES/django.po b/wagtail/documents/locale/zh_Hant/LC_MESSAGES/django.po index 42c66b03a..a19aae0a4 100644 --- a/wagtail/documents/locale/zh_Hant/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/zh_Hant/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:29+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Chinese Traditional (http://www.transifex.com/torchbox/" diff --git a/wagtail/documents/models.py b/wagtail/documents/models.py index 9d4c86218..1be6acd63 100644 --- a/wagtail/documents/models.py +++ b/wagtail/documents/models.py @@ -1,9 +1,9 @@ import hashlib import os.path +import warnings from contextlib import contextmanager from django.conf import settings -from django.core.exceptions import ImproperlyConfigured from django.db import models from django.dispatch import Signal from django.urls import reverse @@ -14,12 +14,21 @@ from wagtail.admin.models import get_object_usage from wagtail.core.models import CollectionMember from wagtail.search import index from wagtail.search.queryset import SearchableQuerySetMixin +from wagtail.utils.deprecation import RemovedInWagtail210Warning class DocumentQuerySet(SearchableQuerySetMixin, models.QuerySet): pass +def get_document_model(): + warnings.warn("wagtail.documents.models.get_document_model " + "has been moved to wagtail.documents.get_document_model", + RemovedInWagtail210Warning) + from wagtail.documents import get_document_model + return get_document_model() + + class AbstractDocument(CollectionMember, index.Indexed, models.Model): title = models.CharField(max_length=255, verbose_name=_('title')) file = models.FileField(upload_to='documents', verbose_name=_('file')) @@ -163,29 +172,4 @@ class Document(AbstractDocument): ) -def get_document_model(): - """ - Get the document model from the ``WAGTAILDOCS_DOCUMENT_MODEL`` setting. - Defauts to the standard :class:`~wagtail.documents.models.Document` model - if no custom model is defined. - """ - from django.conf import settings - from django.apps import apps - - try: - app_label, model_name = settings.WAGTAILDOCS_DOCUMENT_MODEL.split('.') - except AttributeError: - return Document - except ValueError: - raise ImproperlyConfigured("WAGTAILDOCS_DOCUMENT_MODEL must be of the form 'app_label.model_name'") - - document_model = apps.get_model(app_label, model_name) - if document_model is None: - raise ImproperlyConfigured( - "WAGTAILDOCS_DOCUMENT_MODEL refers to model '%s' that has not been installed" % - settings.WAGTAILDOCS_DOCUMENT_MODEL - ) - return document_model - - document_served = Signal(providing_args=['request']) diff --git a/wagtail/documents/permissions.py b/wagtail/documents/permissions.py index 1bbc97e43..78bf01f22 100644 --- a/wagtail/documents/permissions.py +++ b/wagtail/documents/permissions.py @@ -1,5 +1,6 @@ from wagtail.core.permission_policies.collections import CollectionOwnershipPermissionPolicy -from wagtail.documents.models import Document, get_document_model +from wagtail.documents import get_document_model +from wagtail.documents.models import Document permission_policy = CollectionOwnershipPermissionPolicy( get_document_model(), diff --git a/wagtail/documents/rich_text/__init__.py b/wagtail/documents/rich_text/__init__.py index 4e59c2f36..a0ed64b42 100644 --- a/wagtail/documents/rich_text/__init__.py +++ b/wagtail/documents/rich_text/__init__.py @@ -2,11 +2,11 @@ from django.core.exceptions import ObjectDoesNotExist from django.utils.html import escape from wagtail.core.rich_text import LinkHandler -from wagtail.documents.models import get_document_model - +from wagtail.documents import get_document_model # Front-end conversion + class DocumentLinkHandler(LinkHandler): identifier = 'document' diff --git a/wagtail/documents/rich_text/contentstate.py b/wagtail/documents/rich_text/contentstate.py index 06f38e26a..f81991e06 100644 --- a/wagtail/documents/rich_text/contentstate.py +++ b/wagtail/documents/rich_text/contentstate.py @@ -1,11 +1,10 @@ from draftjs_exporter.dom import DOM - from wagtail.admin.rich_text.converters.html_to_contentstate import LinkElementHandler -from wagtail.documents.models import get_document_model - +from wagtail.documents import get_document_model # draft.js / contentstate conversion + def document_link_entity(props): """ Helper to construct elements of the form diff --git a/wagtail/documents/rich_text/editor_html.py b/wagtail/documents/rich_text/editor_html.py index e8c0f88cc..82191b9ee 100644 --- a/wagtail/documents/rich_text/editor_html.py +++ b/wagtail/documents/rich_text/editor_html.py @@ -1,11 +1,11 @@ from django.utils.html import escape from wagtail.admin.rich_text.converters import editor_html -from wagtail.documents.models import get_document_model - +from wagtail.documents import get_document_model # hallo.js / editor-html conversion + class DocumentLinkHandler: @staticmethod def get_db_attributes(tag): diff --git a/wagtail/documents/signal_handlers.py b/wagtail/documents/signal_handlers.py index f90850292..700c50a51 100644 --- a/wagtail/documents/signal_handlers.py +++ b/wagtail/documents/signal_handlers.py @@ -1,7 +1,7 @@ from django.db import transaction from django.db.models.signals import post_delete -from wagtail.documents.models import get_document_model +from wagtail.documents import get_document_model def post_delete_file_cleanup(instance, **kwargs): diff --git a/wagtail/documents/templates/wagtaildocs/documents/list.html b/wagtail/documents/templates/wagtaildocs/documents/list.html index d660c7c30..7bf4de209 100644 --- a/wagtail/documents/templates/wagtaildocs/documents/list.html +++ b/wagtail/documents/templates/wagtaildocs/documents/list.html @@ -24,10 +24,10 @@ {% if not is_searching %} - {% trans "Uploaded" %} + {% trans "Created" %} {% else %} - {% trans "Uploaded" %} + {% trans "Created" %} {% endif %} @@ -46,7 +46,11 @@ {% if collections %} {{ doc.collection.name }} {% endif %} -
    {% blocktrans with time_period=doc.created_at|timesince %}{{ time_period }} ago{% endblocktrans %}
    + +
    + {% blocktrans with time_period=doc.created_at|timesince %}{{ time_period }} ago{% endblocktrans %} +
    + {% endfor %} diff --git a/wagtail/documents/tests/test_admin_views.py b/wagtail/documents/tests/test_admin_views.py index d4496cae5..06ec26b32 100644 --- a/wagtail/documents/tests/test_admin_views.py +++ b/wagtail/documents/tests/test_admin_views.py @@ -9,7 +9,7 @@ from django.test.utils import override_settings from django.urls import reverse from wagtail.core.models import Collection, GroupCollectionPermission, Page -from wagtail.documents import models +from wagtail.documents import get_document_model, models from wagtail.documents.tests.utils import get_test_document_file from wagtail.tests.testapp.models import CustomDocument, EventPage, EventPageRelatedLink from wagtail.tests.utils import WagtailTestUtils @@ -434,7 +434,7 @@ class TestMultipleDocumentUploader(TestCase, WagtailTestUtils): self.login() # Create a document for running tests on - self.doc = models.get_document_model().objects.create( + self.doc = get_document_model().objects.create( title="Test document", file=get_test_document_file(), ) @@ -499,7 +499,7 @@ class TestMultipleDocumentUploader(TestCase, WagtailTestUtils): self.assertTrue(response.context['doc'].file_hash) # check that it is in the root collection - doc = models.get_document_model().objects.get(title='test.png') + doc = get_document_model().objects.get(title='test.png') root_collection = Collection.get_first_root_node() self.assertEqual(doc.collection, root_collection) @@ -507,7 +507,7 @@ class TestMultipleDocumentUploader(TestCase, WagtailTestUtils): self.assertIn('form', response.context) self.assertEqual( set(response.context['form'].fields), - set(models.get_document_model().admin_form_fields) - {'file', 'collection'}, + set(get_document_model().admin_form_fields) - {'file', 'collection'}, ) self.assertEqual(response.context['form'].initial['title'], 'test.png') @@ -548,7 +548,7 @@ class TestMultipleDocumentUploader(TestCase, WagtailTestUtils): self.assertTrue(response.context['doc'].file_hash) # check that it is in the 'evil plans' collection - doc = models.get_document_model().objects.get(title='test.png') + doc = get_document_model().objects.get(title='test.png') root_collection = Collection.get_first_root_node() self.assertEqual(doc.collection, evil_plans_collection) @@ -556,7 +556,7 @@ class TestMultipleDocumentUploader(TestCase, WagtailTestUtils): self.assertIn('form', response.context) self.assertEqual( set(response.context['form'].fields), - set(models.get_document_model().admin_form_fields) - {'file'} | {'collection'}, + set(get_document_model().admin_form_fields) - {'file'} | {'collection'}, ) self.assertEqual(response.context['form'].initial['title'], 'test.png') @@ -686,7 +686,7 @@ class TestMultipleDocumentUploader(TestCase, WagtailTestUtils): self.assertEqual(response['Content-Type'], 'application/json') # Make sure the document is deleted - self.assertFalse(models.get_document_model().objects.filter(id=self.doc.id).exists()) + self.assertFalse(get_document_model().objects.filter(id=self.doc.id).exists()) # Check JSON response_json = json.loads(response.content.decode()) @@ -723,7 +723,7 @@ class TestMultipleCustomDocumentUploaderNoCollection(TestMultipleCustomDocumentU @classmethod def setUpClass(cls): super().setUpClass() - Document = models.get_document_model() + Document = get_document_model() fields = tuple(f for f in Document.admin_form_fields if f != 'collection') cls.__patcher = mock.patch.object(Document, 'admin_form_fields', fields) cls.__patcher.start() diff --git a/wagtail/documents/tests/test_models.py b/wagtail/documents/tests/test_models.py index 4c428f4ec..c4440f067 100644 --- a/wagtail/documents/tests/test_models.py +++ b/wagtail/documents/tests/test_models.py @@ -1,14 +1,20 @@ +import warnings + +from django.conf import settings from django.contrib.auth import get_user_model from django.contrib.auth.models import Group, Permission +from django.core.exceptions import ImproperlyConfigured from django.core.files.base import ContentFile from django.db import transaction from django.test import TestCase, TransactionTestCase from django.test.utils import override_settings from wagtail.core.models import Collection, GroupCollectionPermission -from wagtail.documents import models, signal_handlers -from wagtail.documents.models import get_document_model +from wagtail.documents import get_document_model, get_document_model_string, models, signal_handlers from wagtail.images.tests.utils import get_test_image_file +from wagtail.tests.testapp.models import CustomDocument +from wagtail.tests.utils import WagtailTestUtils +from wagtail.utils.deprecation import RemovedInWagtail210Warning class TestDocumentQuerySet(TestCase): @@ -160,3 +166,50 @@ class TestFilesDeletedForCustomModels(TestFilesDeletedForDefaultModels): def test_document_model(self): cls = get_document_model() self.assertEqual('%s.%s' % (cls._meta.app_label, cls.__name__), 'tests.CustomDocument') + + +class TestGetDocumentModel(WagtailTestUtils, TestCase): + @override_settings(WAGTAILDOCS_DOCUMENT_MODEL='tests.CustomDocument') + def test_custom_get_document_model(self): + """Test get_document_model with a custom document model""" + self.assertIs(get_document_model(), CustomDocument) + + @override_settings(WAGTAILDOCS_DOCUMENT_MODEL='tests.CustomDocument') + def test_custom_get_document_model_string(self): + """Test get_document_model_string with a custom document model""" + self.assertEqual(get_document_model_string(), 'tests.CustomDocument') + + @override_settings() + def test_standard_get_document_model(self): + """Test get_document_model with no WAGTAILDOCS_DOCUMENT_MODEL""" + del settings.WAGTAILDOCS_DOCUMENT_MODEL + from wagtail.documents.models import Document + self.assertIs(get_document_model(), Document) + + @override_settings() + def test_standard_get_document_model_string(self): + """Test get_document_model_string with no WAGTAILDOCS_DOCUMENT_MODEL""" + del settings.WAGTAILDOCS_DOCUMENT_MODEL + self.assertEqual(get_document_model_string(), 'wagtaildocs.Document') + + @override_settings(WAGTAILDOCS_DOCUMENT_MODEL='tests.UnknownModel') + def test_unknown_get_document_model(self): + """Test get_document_model with an unknown model""" + with self.assertRaises(ImproperlyConfigured): + get_document_model() + + @override_settings(WAGTAILDOCS_DOCUMENT_MODEL='invalid-string') + def test_invalid_get_document_model(self): + """Test get_document_model with an invalid model string""" + with self.assertRaises(ImproperlyConfigured): + get_document_model() + + def test_deprecated_get_document_model(self): + from wagtail.documents.models import Document + from wagtail.documents.models import get_document_model + with warnings.catch_warnings(record=True) as ws: + warnings.simplefilter('always') + + self.assertIs(Document, get_document_model()) + self.assertEqual(len(ws), 1) + self.assertIs(ws[0].category, RemovedInWagtail210Warning) diff --git a/wagtail/documents/views/chooser.py b/wagtail/documents/views/chooser.py index c7efb1c59..52e8969f9 100644 --- a/wagtail/documents/views/chooser.py +++ b/wagtail/documents/views/chooser.py @@ -8,8 +8,8 @@ from wagtail.admin.forms.search import SearchForm from wagtail.admin.modal_workflow import render_modal_workflow from wagtail.core import hooks from wagtail.core.models import Collection +from wagtail.documents import get_document_model from wagtail.documents.forms import get_document_form -from wagtail.documents.models import get_document_model from wagtail.documents.permissions import permission_policy from wagtail.search import index as search_index diff --git a/wagtail/documents/views/documents.py b/wagtail/documents/views/documents.py index 9ea1a248d..517efdd61 100644 --- a/wagtail/documents/views/documents.py +++ b/wagtail/documents/views/documents.py @@ -11,8 +11,8 @@ from wagtail.admin.auth import PermissionPolicyChecker, permission_denied from wagtail.admin.forms.search import SearchForm from wagtail.admin.models import popular_tags_for_model from wagtail.core.models import Collection +from wagtail.documents import get_document_model from wagtail.documents.forms import get_document_form -from wagtail.documents.models import get_document_model from wagtail.documents.permissions import permission_policy from wagtail.search import index as search_index diff --git a/wagtail/documents/views/multiple.py b/wagtail/documents/views/multiple.py index bff71d090..d04e3542c 100644 --- a/wagtail/documents/views/multiple.py +++ b/wagtail/documents/views/multiple.py @@ -10,8 +10,8 @@ from wagtail.admin.auth import PermissionPolicyChecker from wagtail.core.models import Collection from wagtail.search.backends import get_search_backends +from .. import get_document_model from ..forms import get_document_form, get_document_multi_form -from ..models import get_document_model from ..permissions import permission_policy permission_checker = PermissionPolicyChecker(permission_policy) diff --git a/wagtail/documents/views/serve.py b/wagtail/documents/views/serve.py index 7f4a29968..00403d06b 100644 --- a/wagtail/documents/views/serve.py +++ b/wagtail/documents/views/serve.py @@ -9,7 +9,8 @@ from django.urls import reverse from wagtail.core import hooks from wagtail.core.forms import PasswordViewRestrictionForm from wagtail.core.models import CollectionViewRestriction -from wagtail.documents.models import document_served, get_document_model +from wagtail.documents import get_document_model +from wagtail.documents.models import document_served from wagtail.utils import sendfile_streaming_backend from wagtail.utils.sendfile import sendfile diff --git a/wagtail/documents/wagtail_hooks.py b/wagtail/documents/wagtail_hooks.py index 6a5070c6a..bc89137b3 100644 --- a/wagtail/documents/wagtail_hooks.py +++ b/wagtail/documents/wagtail_hooks.py @@ -16,10 +16,9 @@ from wagtail.admin.staticfiles import versioned_static from wagtail.core import hooks from wagtail.core.models import BaseViewRestriction from wagtail.core.wagtail_hooks import require_wagtail_login -from wagtail.documents import admin_urls +from wagtail.documents import admin_urls, get_document_model from wagtail.documents.api.admin.endpoints import DocumentsAdminAPIEndpoint from wagtail.documents.forms import GroupDocumentPermissionFormSet -from wagtail.documents.models import get_document_model from wagtail.documents.permissions import permission_policy from wagtail.documents.rich_text import DocumentLinkHandler from wagtail.documents.rich_text.contentstate import ContentstateDocumentLinkConversionRule diff --git a/wagtail/documents/widgets.py b/wagtail/documents/widgets.py index adf4d9715..be0b4dbc9 100644 --- a/wagtail/documents/widgets.py +++ b/wagtail/documents/widgets.py @@ -1,11 +1,12 @@ import json +from django import forms from django.template.loader import render_to_string from django.utils.translation import ugettext_lazy as _ from wagtail.admin.staticfiles import versioned_static from wagtail.admin.widgets import AdminChooser -from wagtail.documents.models import get_document_model +from wagtail.documents import get_document_model class AdminDocumentChooser(AdminChooser): @@ -32,8 +33,9 @@ class AdminDocumentChooser(AdminChooser): def render_js_init(self, id_, name, value): return "createDocumentChooser({0});".format(json.dumps(id_)) - class Media: - js = [ + @property + def media(self): + return forms.Media(js=[ versioned_static('wagtaildocs/js/document-chooser-modal.js'), versioned_static('wagtaildocs/js/document-chooser.js'), - ] + ]) diff --git a/wagtail/embeds/locale/ar/LC_MESSAGES/django.mo b/wagtail/embeds/locale/ar/LC_MESSAGES/django.mo index 2bc998343..2d2f62584 100644 Binary files a/wagtail/embeds/locale/ar/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/ar/LC_MESSAGES/django.po b/wagtail/embeds/locale/ar/LC_MESSAGES/django.po index b024e9c71..5daf4e225 100644 --- a/wagtail/embeds/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/ar/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-30 07:37+0000\n" "Last-Translator: abdulaziz alfuhigi \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/embeds/locale/bg/LC_MESSAGES/django.mo b/wagtail/embeds/locale/bg/LC_MESSAGES/django.mo index edbfa555d..0200ef0a5 100644 Binary files a/wagtail/embeds/locale/bg/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/bg/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/bg/LC_MESSAGES/django.po b/wagtail/embeds/locale/bg/LC_MESSAGES/django.po index e0118d4f1..509ca390a 100644 --- a/wagtail/embeds/locale/bg/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/bg/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:54+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Bulgarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/embeds/locale/ca/LC_MESSAGES/django.mo b/wagtail/embeds/locale/ca/LC_MESSAGES/django.mo index c64d5a286..c35a24abf 100644 Binary files a/wagtail/embeds/locale/ca/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/ca/LC_MESSAGES/django.po b/wagtail/embeds/locale/ca/LC_MESSAGES/django.po index b48ce0b1a..eeaf57035 100644 --- a/wagtail/embeds/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/ca/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:54+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/embeds/locale/cs/LC_MESSAGES/django.mo b/wagtail/embeds/locale/cs/LC_MESSAGES/django.mo index a14f271a7..345e8a73d 100644 Binary files a/wagtail/embeds/locale/cs/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/cs/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/cs/LC_MESSAGES/django.po b/wagtail/embeds/locale/cs/LC_MESSAGES/django.po index 090d38f0f..1a1080c5f 100644 --- a/wagtail/embeds/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/cs/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-11-27 19:33+0000\n" "Last-Translator: IT Management \n" "Language-Team: Czech (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/embeds/locale/cy/LC_MESSAGES/django.mo b/wagtail/embeds/locale/cy/LC_MESSAGES/django.mo index 5896cdce3..b4c8eca97 100644 Binary files a/wagtail/embeds/locale/cy/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/cy/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/cy/LC_MESSAGES/django.po b/wagtail/embeds/locale/cy/LC_MESSAGES/django.po index 935efd372..bfd646f43 100644 --- a/wagtail/embeds/locale/cy/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/cy/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:54+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Welsh (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/embeds/locale/de/LC_MESSAGES/django.mo b/wagtail/embeds/locale/de/LC_MESSAGES/django.mo index 48203a66c..86d7ef955 100644 Binary files a/wagtail/embeds/locale/de/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/de/LC_MESSAGES/django.po b/wagtail/embeds/locale/de/LC_MESSAGES/django.po index a83a62843..006fe7c44 100644 --- a/wagtail/embeds/locale/de/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/de/LC_MESSAGES/django.po @@ -7,6 +7,7 @@ # Henrik Kröger , 2016,2018 # Johannes Spielmann , 2014 # Johannes Spielmann , 2014 +# Matthias Martin, 2019 # Moritz Pfeiffer , 2018 # Peter Dreuw , 2019 # Vorlif , 2015 @@ -14,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-06-23 14:45+0000\n" -"Last-Translator: Peter Dreuw \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-25 13:46+0000\n" +"Last-Translator: Matthias Martin\n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" "de/)\n" "MIME-Version: 1.0\n" @@ -40,6 +41,9 @@ msgstr "Bitte geben Sie eine gültige URL ein" msgid "embed" msgstr "Einbetten" +msgid "embeds" +msgstr "Einbettungen" + msgid "Insert embed" msgstr "Element einbetten" diff --git a/wagtail/embeds/locale/el/LC_MESSAGES/django.mo b/wagtail/embeds/locale/el/LC_MESSAGES/django.mo index 90a5823c1..11bfd01d0 100644 Binary files a/wagtail/embeds/locale/el/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/el/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/el/LC_MESSAGES/django.po b/wagtail/embeds/locale/el/LC_MESSAGES/django.po index 69ddf4bb6..dfdff2518 100644 --- a/wagtail/embeds/locale/el/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/el/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:54+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Greek (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/embeds/locale/en/LC_MESSAGES/django.mo b/wagtail/embeds/locale/en/LC_MESSAGES/django.mo index b1e994302..6420bb1ad 100644 Binary files a/wagtail/embeds/locale/en/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/en/LC_MESSAGES/django.po b/wagtail/embeds/locale/en/LC_MESSAGES/django.po index 7f7070f0d..0825e5a38 100644 --- a/wagtail/embeds/locale/en/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -61,6 +61,6 @@ msgid "" "Please try again later." msgstr "" -#: wagtail_hooks.py:60 +#: wagtail_hooks.py:61 msgid "Embed" msgstr "" diff --git a/wagtail/embeds/locale/es/LC_MESSAGES/django.mo b/wagtail/embeds/locale/es/LC_MESSAGES/django.mo index 79dc4ebb0..167a958ef 100644 Binary files a/wagtail/embeds/locale/es/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/es/LC_MESSAGES/django.po b/wagtail/embeds/locale/es/LC_MESSAGES/django.po index bc99b57be..00f033f0e 100644 --- a/wagtail/embeds/locale/es/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/es/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-12-08 14:48+0000\n" "Last-Translator: José Luis \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/embeds/locale/fa/LC_MESSAGES/django.mo b/wagtail/embeds/locale/fa/LC_MESSAGES/django.mo index 3cacc3f7c..7dc3eb434 100644 Binary files a/wagtail/embeds/locale/fa/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/fa/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/fa/LC_MESSAGES/django.po b/wagtail/embeds/locale/fa/LC_MESSAGES/django.po index 309ee6b48..ec36169e5 100644 --- a/wagtail/embeds/locale/fa/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/fa/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:54+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Persian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/embeds/locale/fi/LC_MESSAGES/django.mo b/wagtail/embeds/locale/fi/LC_MESSAGES/django.mo index d04661718..f38bb5fae 100644 Binary files a/wagtail/embeds/locale/fi/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/fi/LC_MESSAGES/django.po b/wagtail/embeds/locale/fi/LC_MESSAGES/django.po index 700844f58..845b453e8 100644 --- a/wagtail/embeds/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/fi/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:54+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/embeds/locale/fr/LC_MESSAGES/django.mo b/wagtail/embeds/locale/fr/LC_MESSAGES/django.mo index bf8c899ac..350834a1d 100644 Binary files a/wagtail/embeds/locale/fr/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/fr/LC_MESSAGES/django.po b/wagtail/embeds/locale/fr/LC_MESSAGES/django.po index 22c6dc73a..c6356638f 100644 --- a/wagtail/embeds/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/fr/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-12-27 14:51+0000\n" "Last-Translator: fpoulain \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/embeds/locale/gl/LC_MESSAGES/django.mo b/wagtail/embeds/locale/gl/LC_MESSAGES/django.mo index 3390abd9f..19d377511 100644 Binary files a/wagtail/embeds/locale/gl/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/gl/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/gl/LC_MESSAGES/django.po b/wagtail/embeds/locale/gl/LC_MESSAGES/django.po index 6a6b808f5..dfed17779 100644 --- a/wagtail/embeds/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/gl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:54+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Galician (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/embeds/locale/he_IL/LC_MESSAGES/django.mo b/wagtail/embeds/locale/he_IL/LC_MESSAGES/django.mo index 0d099ae13..1f0eb8963 100644 Binary files a/wagtail/embeds/locale/he_IL/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/he_IL/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/he_IL/LC_MESSAGES/django.po b/wagtail/embeds/locale/he_IL/LC_MESSAGES/django.po index 2cd514169..4ea9533ed 100644 --- a/wagtail/embeds/locale/he_IL/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/he_IL/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:54+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/embeds/locale/hu/LC_MESSAGES/django.mo b/wagtail/embeds/locale/hu/LC_MESSAGES/django.mo index 7f78ead64..3006337f8 100644 Binary files a/wagtail/embeds/locale/hu/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/hu/LC_MESSAGES/django.po b/wagtail/embeds/locale/hu/LC_MESSAGES/django.po index 18bfce4a9..e09c8be09 100644 --- a/wagtail/embeds/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/hu/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-05-03 15:10+0000\n" "Last-Translator: Istvan Farkas \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/embeds/locale/id_ID/LC_MESSAGES/django.mo b/wagtail/embeds/locale/id_ID/LC_MESSAGES/django.mo index 02f0b80a8..7efb49d8a 100644 Binary files a/wagtail/embeds/locale/id_ID/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/id_ID/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/id_ID/LC_MESSAGES/django.po b/wagtail/embeds/locale/id_ID/LC_MESSAGES/django.po index 17241fdbf..4ce33e644 100644 --- a/wagtail/embeds/locale/id_ID/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/id_ID/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:54+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/torchbox/" diff --git a/wagtail/embeds/locale/is_IS/LC_MESSAGES/django.mo b/wagtail/embeds/locale/is_IS/LC_MESSAGES/django.mo index a270fb3eb..4487e44f9 100644 Binary files a/wagtail/embeds/locale/is_IS/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/is_IS/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/is_IS/LC_MESSAGES/django.po b/wagtail/embeds/locale/is_IS/LC_MESSAGES/django.po index f5ca98edd..8cb084a64 100644 --- a/wagtail/embeds/locale/is_IS/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/is_IS/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-01-18 08:38+0000\n" "Last-Translator: saevarom \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/torchbox/" diff --git a/wagtail/embeds/locale/it/LC_MESSAGES/django.mo b/wagtail/embeds/locale/it/LC_MESSAGES/django.mo index bdb812eab..6129a2b7f 100644 Binary files a/wagtail/embeds/locale/it/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/it/LC_MESSAGES/django.po b/wagtail/embeds/locale/it/LC_MESSAGES/django.po index bf7a07fa7..0e0b6c9d3 100644 --- a/wagtail/embeds/locale/it/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/it/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-03-08 21:58+0000\n" "Last-Translator: Sandro Badalamenti \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/embeds/locale/ja/LC_MESSAGES/django.mo b/wagtail/embeds/locale/ja/LC_MESSAGES/django.mo index 9074633b4..d5e4d9a8d 100644 Binary files a/wagtail/embeds/locale/ja/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/ja/LC_MESSAGES/django.po b/wagtail/embeds/locale/ja/LC_MESSAGES/django.po index 614a627b4..66fb6828e 100644 --- a/wagtail/embeds/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/ja/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-28 21:24+0000\n" "Last-Translator: 山本 卓也 \n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/embeds/locale/ko/LC_MESSAGES/django.mo b/wagtail/embeds/locale/ko/LC_MESSAGES/django.mo index 37dd80966..a1128592b 100644 Binary files a/wagtail/embeds/locale/ko/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/ko/LC_MESSAGES/django.po b/wagtail/embeds/locale/ko/LC_MESSAGES/django.po index 3fe761571..c9327c856 100644 --- a/wagtail/embeds/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/ko/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-01-21 05:24+0000\n" "Last-Translator: Kyungil Choi \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/embeds/locale/lt/LC_MESSAGES/django.mo b/wagtail/embeds/locale/lt/LC_MESSAGES/django.mo index e57a54489..6c36256f3 100644 Binary files a/wagtail/embeds/locale/lt/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/lt/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/lt/LC_MESSAGES/django.po b/wagtail/embeds/locale/lt/LC_MESSAGES/django.po index 0705ca1ea..3180c687c 100644 --- a/wagtail/embeds/locale/lt/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/lt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:54+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Lithuanian (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/embeds/locale/lv/LC_MESSAGES/django.mo b/wagtail/embeds/locale/lv/LC_MESSAGES/django.mo index 1655d368d..3a98c31d9 100644 Binary files a/wagtail/embeds/locale/lv/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/lv/LC_MESSAGES/django.po b/wagtail/embeds/locale/lv/LC_MESSAGES/django.po index c56c82b6f..82bb43c31 100644 --- a/wagtail/embeds/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:54+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/embeds/locale/mn/LC_MESSAGES/django.mo b/wagtail/embeds/locale/mn/LC_MESSAGES/django.mo index bd4d78513..59375fa0f 100644 Binary files a/wagtail/embeds/locale/mn/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/mn/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/mn/LC_MESSAGES/django.po b/wagtail/embeds/locale/mn/LC_MESSAGES/django.po index 2f098c701..6c92b6e7a 100644 --- a/wagtail/embeds/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/mn/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-01-24 08:07+0000\n" "Last-Translator: Myagmarjav Enkhbileg \n" "Language-Team: Mongolian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/embeds/locale/my/LC_MESSAGES/django.mo b/wagtail/embeds/locale/my/LC_MESSAGES/django.mo index cb22a45fd..11370c90e 100644 Binary files a/wagtail/embeds/locale/my/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/my/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/my/LC_MESSAGES/django.po b/wagtail/embeds/locale/my/LC_MESSAGES/django.po index 8e62792c9..a1ad26552 100644 --- a/wagtail/embeds/locale/my/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/my/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-01-22 16:39+0000\n" "Last-Translator: ime11 \n" "Language-Team: Burmese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/embeds/locale/nb/LC_MESSAGES/django.mo b/wagtail/embeds/locale/nb/LC_MESSAGES/django.mo index 08ed36a5e..cccbbe5f1 100644 Binary files a/wagtail/embeds/locale/nb/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/nb/LC_MESSAGES/django.po b/wagtail/embeds/locale/nb/LC_MESSAGES/django.po index 6943359f9..24a103e0a 100644 --- a/wagtail/embeds/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/nb/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:54+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/embeds/locale/nl/LC_MESSAGES/django.mo b/wagtail/embeds/locale/nl/LC_MESSAGES/django.mo index 8149c263a..8bb2d9934 100644 Binary files a/wagtail/embeds/locale/nl/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/nl/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/nl/LC_MESSAGES/django.po b/wagtail/embeds/locale/nl/LC_MESSAGES/django.po index 7e792aafe..37511f375 100644 --- a/wagtail/embeds/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/nl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:54+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Dutch (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/embeds/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/embeds/locale/nl_NL/LC_MESSAGES/django.mo index 0e4e354ce..be15ae8c3 100644 Binary files a/wagtail/embeds/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/embeds/locale/nl_NL/LC_MESSAGES/django.po index 01af16eff..4156e6614 100644 --- a/wagtail/embeds/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/nl_NL/LC_MESSAGES/django.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-12-01 21:07+0000\n" -"Last-Translator: Meteor 0id\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 20:16+0000\n" +"Last-Translator: Coen van der Kamp \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" "wagtail/language/nl_NL/)\n" "MIME-Version: 1.0\n" diff --git a/wagtail/embeds/locale/pl/LC_MESSAGES/django.mo b/wagtail/embeds/locale/pl/LC_MESSAGES/django.mo index d70026402..74c8db7c7 100644 Binary files a/wagtail/embeds/locale/pl/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/pl/LC_MESSAGES/django.po b/wagtail/embeds/locale/pl/LC_MESSAGES/django.po index 63feb651e..5ef1fe564 100644 --- a/wagtail/embeds/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/pl/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-12-02 21:51+0000\n" "Last-Translator: Miłosz Miśkiewicz\n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/embeds/locale/pt_BR/LC_MESSAGES/django.mo b/wagtail/embeds/locale/pt_BR/LC_MESSAGES/django.mo index 90d80085a..e43d64289 100644 Binary files a/wagtail/embeds/locale/pt_BR/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/embeds/locale/pt_BR/LC_MESSAGES/django.po index ca44fc682..ea3308c12 100644 --- a/wagtail/embeds/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/pt_BR/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:54+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/torchbox/" diff --git a/wagtail/embeds/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/embeds/locale/pt_PT/LC_MESSAGES/django.mo index 4a0d285b0..6d9693554 100644 Binary files a/wagtail/embeds/locale/pt_PT/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/embeds/locale/pt_PT/LC_MESSAGES/django.po index 55d668a44..5279fe3fa 100644 --- a/wagtail/embeds/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/pt_PT/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:54+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" diff --git a/wagtail/embeds/locale/ro/LC_MESSAGES/django.mo b/wagtail/embeds/locale/ro/LC_MESSAGES/django.mo index b21256a2c..77f7a0383 100644 Binary files a/wagtail/embeds/locale/ro/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/ro/LC_MESSAGES/django.po b/wagtail/embeds/locale/ro/LC_MESSAGES/django.po index 13a5da804..f27c8f1b1 100644 --- a/wagtail/embeds/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/ro/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-01-25 09:36+0000\n" "Last-Translator: Dan Braghis\n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/embeds/locale/ru/LC_MESSAGES/django.mo b/wagtail/embeds/locale/ru/LC_MESSAGES/django.mo index bf5e79551..7fc95dd94 100644 Binary files a/wagtail/embeds/locale/ru/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/ru/LC_MESSAGES/django.po b/wagtail/embeds/locale/ru/LC_MESSAGES/django.po index 81680ae7b..bbe16942c 100644 --- a/wagtail/embeds/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/ru/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:54+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/embeds/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/embeds/locale/sk_SK/LC_MESSAGES/django.mo index 952cdbd4c..c4184ddfc 100644 Binary files a/wagtail/embeds/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/embeds/locale/sk_SK/LC_MESSAGES/django.po index f48e78656..6943b72f6 100644 --- a/wagtail/embeds/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/sk_SK/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:54+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/embeds/locale/sl/LC_MESSAGES/django.mo b/wagtail/embeds/locale/sl/LC_MESSAGES/django.mo index bfb6dbd47..1cdc579d6 100644 Binary files a/wagtail/embeds/locale/sl/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/sl/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/sl/LC_MESSAGES/django.po b/wagtail/embeds/locale/sl/LC_MESSAGES/django.po index 4db9cd570..ea7657b96 100644 --- a/wagtail/embeds/locale/sl/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/sl/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:54+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Slovenian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/embeds/locale/sv/LC_MESSAGES/django.mo b/wagtail/embeds/locale/sv/LC_MESSAGES/django.mo index d12d6551f..0e8060116 100644 Binary files a/wagtail/embeds/locale/sv/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/sv/LC_MESSAGES/django.po b/wagtail/embeds/locale/sv/LC_MESSAGES/django.po index cf99d7ba1..526463c74 100644 --- a/wagtail/embeds/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/sv/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-11-27 22:01+0000\n" "Last-Translator: Philip Andersen \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/embeds/locale/tet/LC_MESSAGES/django.mo b/wagtail/embeds/locale/tet/LC_MESSAGES/django.mo index 2d6b1d77d..adac3397c 100644 Binary files a/wagtail/embeds/locale/tet/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/tet/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/tet/LC_MESSAGES/django.po b/wagtail/embeds/locale/tet/LC_MESSAGES/django.po index 4c3b73668..4485b1d28 100644 --- a/wagtail/embeds/locale/tet/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/tet/LC_MESSAGES/django.po @@ -3,14 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Mariano de Deus , 2019 # Peter Coward , 2019 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-03-17 22:44+0000\n" -"Last-Translator: Peter Coward \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-09-23 01:39+0000\n" +"Last-Translator: Mariano de Deus \n" "Language-Team: Tetum (Tetun) (http://www.transifex.com/torchbox/wagtail/" "language/tet/)\n" "MIME-Version: 1.0\n" @@ -19,9 +20,18 @@ msgstr "" "Language: tet\n" "Plural-Forms: nplurals=1; plural=0;\n" +msgid "Wagtail embeds" +msgstr "Wagtail rai" + +msgid "Cannot find an embed for this URL." +msgstr "La hetan rai iha URL" + msgid "URL" msgstr "URL" +msgid "Please enter a valid URL" +msgstr "Favor hatama URL ne'ebe loos" + msgid "embed" msgstr "embed" @@ -33,3 +43,20 @@ msgstr "Hatama embed" msgid "Insert" msgstr "Hatama" + +msgid "" +"There seems to be a problem with your embedly API key. Please check your " +"settings." +msgstr "" +"Ne'e parese iha peoblema ho ita boot nia embedly API key. Favor hare ita " +"nia konfigurasaun" + +msgid "" +"There seems to be an error with Embedly while trying to embed this URL. " +"Please try again later." +msgstr "" +"Ne'e parese erru iha ho Embedly maski koko hatama URL ne'e. Favor koko tan " +"tuir mai." + +msgid "Embed" +msgstr "Embutir" diff --git a/wagtail/embeds/locale/th/LC_MESSAGES/django.mo b/wagtail/embeds/locale/th/LC_MESSAGES/django.mo index ffedc1858..9f21a2ed6 100644 Binary files a/wagtail/embeds/locale/th/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/th/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/th/LC_MESSAGES/django.po b/wagtail/embeds/locale/th/LC_MESSAGES/django.po index 5b4a7c292..375a48a19 100644 --- a/wagtail/embeds/locale/th/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/th/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-02-10 07:53+0000\n" "Last-Translator: Walaksawan Vervoort \n" "Language-Team: Thai (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/embeds/locale/tr/LC_MESSAGES/django.mo b/wagtail/embeds/locale/tr/LC_MESSAGES/django.mo index b3e5b55ba..0df485dcb 100644 Binary files a/wagtail/embeds/locale/tr/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/tr/LC_MESSAGES/django.po b/wagtail/embeds/locale/tr/LC_MESSAGES/django.po index 62d967399..76fe708a2 100644 --- a/wagtail/embeds/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/tr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:54+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/embeds/locale/uk/LC_MESSAGES/django.mo b/wagtail/embeds/locale/uk/LC_MESSAGES/django.mo index 99fe78d17..47f355d06 100644 Binary files a/wagtail/embeds/locale/uk/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/uk/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/uk/LC_MESSAGES/django.po b/wagtail/embeds/locale/uk/LC_MESSAGES/django.po index 29a37a1f5..a7f934eea 100644 --- a/wagtail/embeds/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/uk/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:54+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Ukrainian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/embeds/locale/zh/LC_MESSAGES/django.mo b/wagtail/embeds/locale/zh/LC_MESSAGES/django.mo index c52639269..24f0e8e5d 100644 Binary files a/wagtail/embeds/locale/zh/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/zh/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/zh/LC_MESSAGES/django.po b/wagtail/embeds/locale/zh/LC_MESSAGES/django.po index 76d5c0a14..0245aaf2d 100644 --- a/wagtail/embeds/locale/zh/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/zh/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-28 14:54+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Chinese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/embeds/locale/zh_Hans/LC_MESSAGES/django.mo b/wagtail/embeds/locale/zh_Hans/LC_MESSAGES/django.mo index bc37d0be1..05da6525e 100644 Binary files a/wagtail/embeds/locale/zh_Hans/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/zh_Hans/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/zh_Hans/LC_MESSAGES/django.po b/wagtail/embeds/locale/zh_Hans/LC_MESSAGES/django.po index 84f4b438e..287ecb69e 100644 --- a/wagtail/embeds/locale/zh_Hans/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/zh_Hans/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-02-26 23:35+0000\n" "Last-Translator: 汇民 王 \n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/embeds/locale/zh_Hant/LC_MESSAGES/django.mo b/wagtail/embeds/locale/zh_Hant/LC_MESSAGES/django.mo index 12f1fdc22..0e6993ede 100644 Binary files a/wagtail/embeds/locale/zh_Hant/LC_MESSAGES/django.mo and b/wagtail/embeds/locale/zh_Hant/LC_MESSAGES/django.mo differ diff --git a/wagtail/embeds/locale/zh_Hant/LC_MESSAGES/django.po b/wagtail/embeds/locale/zh_Hant/LC_MESSAGES/django.po index 77054239d..8d31010af 100644 --- a/wagtail/embeds/locale/zh_Hant/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/zh_Hant/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-02-05 06:33+0000\n" "Last-Translator: Yeh Yen-Ke \n" "Language-Team: Chinese Traditional (http://www.transifex.com/torchbox/" diff --git a/wagtail/images/fields.py b/wagtail/images/fields.py index 1873e9d85..2c4919ea1 100644 --- a/wagtail/images/fields.py +++ b/wagtail/images/fields.py @@ -1,14 +1,14 @@ import os +import willow from django.conf import settings from django.core.exceptions import ValidationError -from django.core.files.images import get_image_dimensions from django.forms.fields import ImageField from django.template.defaultfilters import filesizeformat from django.utils.translation import ugettext_lazy as _ -ALLOWED_EXTENSIONS = ['gif', 'jpg', 'jpeg', 'png'] -SUPPORTED_FORMATS_TEXT = _("GIF, JPEG, PNG") +ALLOWED_EXTENSIONS = ['gif', 'jpg', 'jpeg', 'png', 'webp'] +SUPPORTED_FORMATS_TEXT = _("GIF, JPEG, PNG, WEBP") class WagtailImageField(ImageField): @@ -95,14 +95,14 @@ class WagtailImageField(ImageField): return # Check the pixel size - dimensions = get_image_dimensions(f) - if dimensions == (None, None): - return + image = willow.Image.open(f) + width, height = image.get_size() + frames = image.get_frame_count() + num_pixels = width * height * frames - pixel_size = dimensions[0] * dimensions[1] - if pixel_size > self.max_image_pixels: + if num_pixels > self.max_image_pixels: raise ValidationError(self.error_messages['file_too_many_pixels'] % ( - pixel_size + num_pixels ), code='file_too_many_pixels') def to_python(self, data): diff --git a/wagtail/images/image_operations.py b/wagtail/images/image_operations.py index 9964e3d87..9eb955888 100644 --- a/wagtail/images/image_operations.py +++ b/wagtail/images/image_operations.py @@ -246,8 +246,9 @@ class FormatOperation(Operation): def construct(self, fmt): self.format = fmt - if self.format not in ['jpeg', 'png', 'gif']: - raise ValueError("Format must be either 'jpeg', 'png' or 'gif'") + if self.format not in ['jpeg', 'png', 'gif', 'webp']: + raise ValueError( + "Format must be either 'jpeg', 'png', 'gif', or 'webp'") def run(self, willow, image, env): env['output-format'] = self.format diff --git a/wagtail/images/locale/ar/LC_MESSAGES/django.mo b/wagtail/images/locale/ar/LC_MESSAGES/django.mo index 94dc89a95..eb391de3b 100644 Binary files a/wagtail/images/locale/ar/LC_MESSAGES/django.mo and b/wagtail/images/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/ar/LC_MESSAGES/django.po b/wagtail/images/locale/ar/LC_MESSAGES/django.po index 600ff0ddd..d35941394 100644 --- a/wagtail/images/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/images/locale/ar/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" "ar/)\n" @@ -25,9 +25,6 @@ msgstr "" msgid "Wagtail images" msgstr "صور" -msgid "GIF, JPEG, PNG" -msgstr "أعد الحجم للاتساع" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " diff --git a/wagtail/images/locale/bg/LC_MESSAGES/django.mo b/wagtail/images/locale/bg/LC_MESSAGES/django.mo index c08b98cf5..02c288fca 100644 Binary files a/wagtail/images/locale/bg/LC_MESSAGES/django.mo and b/wagtail/images/locale/bg/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/bg/LC_MESSAGES/django.po b/wagtail/images/locale/bg/LC_MESSAGES/django.po index d74b3ca7d..0efec7610 100644 --- a/wagtail/images/locale/bg/LC_MESSAGES/django.po +++ b/wagtail/images/locale/bg/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Bulgarian (http://www.transifex.com/torchbox/wagtail/language/" "bg/)\n" diff --git a/wagtail/images/locale/ca/LC_MESSAGES/django.mo b/wagtail/images/locale/ca/LC_MESSAGES/django.mo index d9bd2d815..6b00cbc46 100644 Binary files a/wagtail/images/locale/ca/LC_MESSAGES/django.mo and b/wagtail/images/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/ca/LC_MESSAGES/django.po b/wagtail/images/locale/ca/LC_MESSAGES/django.po index 292bd52f2..62a396dae 100644 --- a/wagtail/images/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/images/locale/ca/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" "ca/)\n" @@ -21,9 +21,6 @@ msgstr "" "Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " diff --git a/wagtail/images/locale/cs/LC_MESSAGES/django.mo b/wagtail/images/locale/cs/LC_MESSAGES/django.mo index 26bed0ce7..16e179ead 100644 Binary files a/wagtail/images/locale/cs/LC_MESSAGES/django.mo and b/wagtail/images/locale/cs/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/cs/LC_MESSAGES/django.po b/wagtail/images/locale/cs/LC_MESSAGES/django.po index cb17f2658..b91e8a94d 100644 --- a/wagtail/images/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/images/locale/cs/LC_MESSAGES/django.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Czech (http://www.transifex.com/torchbox/wagtail/language/" "cs/)\n" @@ -26,9 +26,6 @@ msgstr "" msgid "Wagtail images" msgstr "Wagtail obrázky" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " diff --git a/wagtail/images/locale/de/LC_MESSAGES/django.mo b/wagtail/images/locale/de/LC_MESSAGES/django.mo index 2f13696b0..faf52bd99 100644 Binary files a/wagtail/images/locale/de/LC_MESSAGES/django.mo and b/wagtail/images/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/de/LC_MESSAGES/django.po b/wagtail/images/locale/de/LC_MESSAGES/django.po index 09bac7294..7bbb8e3b0 100644 --- a/wagtail/images/locale/de/LC_MESSAGES/django.po +++ b/wagtail/images/locale/de/LC_MESSAGES/django.po @@ -6,6 +6,7 @@ # Benjamin Thurm, 2018 # Ettore Atalan , 2017,2019 # Henrik Kröger , 2016,2018 +# Johannes Fleck, 2019 # Johannes Spielmann , 2014-2015 # M0rph 3u5 , 2014 # Max Pfeiffer , 2015 @@ -20,9 +21,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-31 14:28+0000\n" +"Last-Translator: Johannes Fleck\n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" "de/)\n" "MIME-Version: 1.0\n" @@ -34,8 +35,8 @@ msgstr "" msgid "Wagtail images" msgstr "Wagtail Bilder" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" +msgid "GIF, JPEG, PNG, WEBP" +msgstr "GIF, JPEG, PNG, WEBP" #, python-format msgid "" @@ -189,6 +190,26 @@ msgstr "Format wählen" msgid "Insert image" msgstr "Bild einfügen" +#, python-format +msgid "" +"\n" +" %(total)s Image created " +"in %(site_name)s\n" +" " +msgid_plural "" +"\n" +" %(total)s Images created " +"in %(site_name)s\n" +" " +msgstr[0] "" +"\n" +"%(total)s Bild erstellt in " +"%(site_name)s" +msgstr[1] "" +"\n" +"%(total)s Bilder erstellt in " +"%(site_name)s" + msgid "Change image file:" msgstr "Bild-Datei ändern: " @@ -216,6 +237,9 @@ msgstr "Sind Sie sicher, dass Sie dieses Bild löschen wollen?" msgid "Yes, delete" msgstr "Ja, löschen" +msgid "No, don't delete" +msgstr "Nein, nicht löschen" + #, python-format msgid "Editing image %(title)s" msgstr "Bild %(title)s bearbeiten" @@ -260,6 +284,9 @@ msgstr "Benutzung" msgid "Images" msgstr "Bilder" +msgid "pixels" +msgstr "Pixel" + #, python-format msgid "Sorry, no images match \"%(query_string)s\"" msgstr "" diff --git a/wagtail/images/locale/el/LC_MESSAGES/django.mo b/wagtail/images/locale/el/LC_MESSAGES/django.mo index a99a21fa4..d916884a2 100644 Binary files a/wagtail/images/locale/el/LC_MESSAGES/django.mo and b/wagtail/images/locale/el/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/el/LC_MESSAGES/django.po b/wagtail/images/locale/el/LC_MESSAGES/django.po index 1faa3dda9..4f7e15a55 100644 --- a/wagtail/images/locale/el/LC_MESSAGES/django.po +++ b/wagtail/images/locale/el/LC_MESSAGES/django.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Greek (http://www.transifex.com/torchbox/wagtail/language/" "el/)\n" @@ -26,9 +26,6 @@ msgstr "" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " diff --git a/wagtail/images/locale/en/LC_MESSAGES/django.mo b/wagtail/images/locale/en/LC_MESSAGES/django.mo index b1e994302..3a9978006 100644 Binary files a/wagtail/images/locale/en/LC_MESSAGES/django.mo and b/wagtail/images/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/en/LC_MESSAGES/django.po b/wagtail/images/locale/en/LC_MESSAGES/django.po index 1ec710cd5..d442b3422 100644 --- a/wagtail/images/locale/en/LC_MESSAGES/django.po +++ b/wagtail/images/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -22,7 +22,7 @@ msgid "Wagtail images" msgstr "" #: fields.py:11 -msgid "GIF, JPEG, PNG" +msgid "GIF, JPEG, PNG, WEBP" msgstr "" #: fields.py:26 @@ -122,7 +122,7 @@ msgstr "" msgid "Add/edit images you own" msgstr "" -#: forms.py:89 views/images.py:275 +#: forms.py:89 views/images.py:280 msgid "Edit" msgstr "" @@ -158,32 +158,32 @@ msgstr "" msgid "tags" msgstr "" -#: models.py:356 +#: models.py:357 msgid "image" msgstr "" -#: models.py:357 +#: models.py:358 msgid "images" msgstr "" -#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:11 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:12 msgid "Choose an image" msgstr "" -#: templates/wagtailimages/chooser/chooser.html:8 +#: templates/wagtailimages/chooser/chooser.html:11 msgid "Search" msgstr "" -#: templates/wagtailimages/chooser/chooser.html:9 -#: templates/wagtailimages/chooser/chooser.html:50 +#: templates/wagtailimages/chooser/chooser.html:12 +#: templates/wagtailimages/chooser/chooser.html:53 msgid "Upload" msgstr "" -#: templates/wagtailimages/chooser/chooser.html:25 +#: templates/wagtailimages/chooser/chooser.html:28 msgid "Popular tags" msgstr "" -#: templates/wagtailimages/chooser/chooser.html:50 +#: templates/wagtailimages/chooser/chooser.html:53 msgid "Uploading…" msgstr "" @@ -238,25 +238,25 @@ msgstr "" msgid "Add an image" msgstr "" -#: templates/wagtailimages/images/add.html:20 +#: templates/wagtailimages/images/add.html:27 msgid "Add image" msgstr "" -#: templates/wagtailimages/images/add.html:34 -#: templates/wagtailimages/images/edit.html:50 -#: templates/wagtailimages/images/edit.html:107 +#: templates/wagtailimages/images/add.html:41 +#: templates/wagtailimages/images/edit.html:54 +#: templates/wagtailimages/images/edit.html:111 msgid "Save" msgstr "" #: templates/wagtailimages/images/confirm_delete.html:3 #: templates/wagtailimages/images/confirm_delete.html:6 -#: templates/wagtailimages/images/edit.html:52 -#: templates/wagtailimages/images/edit.html:109 +#: templates/wagtailimages/images/edit.html:56 +#: templates/wagtailimages/images/edit.html:113 msgid "Delete image" msgstr "" #: templates/wagtailimages/images/confirm_delete.html:17 -#: templates/wagtailimages/images/edit.html:96 +#: templates/wagtailimages/images/edit.html:100 #, python-format msgid "Used %(usage_count)s time" msgid_plural "Used %(usage_count)s times" @@ -281,55 +281,55 @@ msgstr "" msgid "Editing image %(title)s" msgstr "" -#: templates/wagtailimages/images/edit.html:31 +#: templates/wagtailimages/images/edit.html:35 msgid "Editing" msgstr "" -#: templates/wagtailimages/images/edit.html:72 +#: templates/wagtailimages/images/edit.html:76 msgid "URL Generator" msgstr "" -#: templates/wagtailimages/images/edit.html:78 +#: templates/wagtailimages/images/edit.html:82 msgid "Focal point" msgstr "" -#: templates/wagtailimages/images/edit.html:78 +#: templates/wagtailimages/images/edit.html:82 msgid "(optional)" msgstr "" -#: templates/wagtailimages/images/edit.html:79 +#: templates/wagtailimages/images/edit.html:83 msgid "" "To define this image's most important region, drag a box over the image " "above." msgstr "" -#: templates/wagtailimages/images/edit.html:79 +#: templates/wagtailimages/images/edit.html:83 msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:81 +#: templates/wagtailimages/images/edit.html:85 msgid "Remove focal area" msgstr "" -#: templates/wagtailimages/images/edit.html:87 +#: templates/wagtailimages/images/edit.html:91 msgid "Max dimensions" msgstr "" -#: templates/wagtailimages/images/edit.html:89 +#: templates/wagtailimages/images/edit.html:93 msgid "Filesize" msgstr "" -#: templates/wagtailimages/images/edit.html:90 +#: templates/wagtailimages/images/edit.html:94 msgid "File not found" msgstr "" -#: templates/wagtailimages/images/edit.html:94 +#: templates/wagtailimages/images/edit.html:98 msgid "Usage" msgstr "" #: templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:24 wagtail_hooks.py:45 -#: wagtail_hooks.py:158 +#: templates/wagtailimages/images/index.html:24 wagtail_hooks.py:46 +#: wagtail_hooks.py:159 msgid "Images" msgstr "" @@ -404,46 +404,46 @@ msgstr "" msgid "Edit this page" msgstr "" -#: templates/wagtailimages/multiple/add.html:6 +#: templates/wagtailimages/multiple/add.html:5 msgid "Add multiple images" msgstr "" -#: templates/wagtailimages/multiple/add.html:14 +#: templates/wagtailimages/multiple/add.html:15 msgid "Add images" msgstr "" -#: templates/wagtailimages/multiple/add.html:19 +#: templates/wagtailimages/multiple/add.html:20 msgid "Drag and drop images into this area to upload immediately." msgstr "" -#: templates/wagtailimages/multiple/add.html:24 +#: templates/wagtailimages/multiple/add.html:25 msgid "Or choose from your computer" msgstr "" -#: templates/wagtailimages/multiple/add.html:30 +#: templates/wagtailimages/multiple/add.html:31 msgid "Add to collection:" msgstr "" -#: templates/wagtailimages/multiple/add.html:61 +#: templates/wagtailimages/multiple/add.html:62 msgid "" "Upload successful. Please update this image with a more appropriate title, " "if necessary. You may also delete the image completely if the upload wasn't " "required." msgstr "" -#: templates/wagtailimages/multiple/add.html:62 +#: templates/wagtailimages/multiple/add.html:63 msgid "Sorry, upload failed." msgstr "" -#: templates/wagtailimages/multiple/add.html:64 views/chooser.py:24 +#: templates/wagtailimages/multiple/add.html:65 views/chooser.py:28 msgid "Server Error" msgstr "" -#: templates/wagtailimages/multiple/add.html:65 views/chooser.py:25 +#: templates/wagtailimages/multiple/add.html:66 views/chooser.py:29 msgid "Report this error to your webmaster with the following information:" msgstr "" -#: templates/wagtailimages/multiple/add.html:68 +#: templates/wagtailimages/multiple/add.html:69 msgid "Image updated." msgstr "" @@ -451,7 +451,7 @@ msgstr "" msgid "Update" msgstr "" -#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:146 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:151 msgid "Delete" msgstr "" @@ -463,55 +463,55 @@ msgstr "" msgid "Add an image permission" msgstr "" -#: views/images.py:39 views/images.py:45 +#: views/images.py:44 views/images.py:50 msgid "Search images" msgstr "" -#: views/images.py:124 +#: views/images.py:129 msgid "Image '{0}' updated." msgstr "" -#: views/images.py:125 +#: views/images.py:130 msgid "Edit again" msgstr "" -#: views/images.py:129 +#: views/images.py:134 msgid "The image could not be saved due to errors." msgstr "" -#: views/images.py:144 +#: views/images.py:149 msgid "" "The source image file could not be found. Please change the source or delete " "the image." msgstr "" -#: views/images.py:244 +#: views/images.py:249 msgid "Image '{0}' deleted." msgstr "" -#: views/images.py:274 +#: views/images.py:279 msgid "Image '{0}' added." msgstr "" -#: views/images.py:279 +#: views/images.py:284 msgid "The image could not be created due to errors." msgstr "" -#: wagtail_hooks.py:88 +#: wagtail_hooks.py:89 msgid "Image" msgstr "" -#: wagtail_hooks.py:177 +#: wagtail_hooks.py:178 #, python-format msgid "%(count)s image" msgid_plural "%(count)s images" msgstr[0] "" msgstr[1] "" -#: widgets.py:12 +#: widgets.py:13 msgid "Change image" msgstr "" -#: widgets.py:13 +#: widgets.py:14 msgid "Edit this image" msgstr "" diff --git a/wagtail/images/locale/es/LC_MESSAGES/django.mo b/wagtail/images/locale/es/LC_MESSAGES/django.mo index b94408747..c79d03db9 100644 Binary files a/wagtail/images/locale/es/LC_MESSAGES/django.mo and b/wagtail/images/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/es/LC_MESSAGES/django.po b/wagtail/images/locale/es/LC_MESSAGES/django.po index 249576a84..3b34fa6b6 100644 --- a/wagtail/images/locale/es/LC_MESSAGES/django.po +++ b/wagtail/images/locale/es/LC_MESSAGES/django.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" "es/)\n" @@ -32,9 +32,6 @@ msgstr "" msgid "Wagtail images" msgstr "Imágenes Wagtail" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " diff --git a/wagtail/images/locale/fa/LC_MESSAGES/django.mo b/wagtail/images/locale/fa/LC_MESSAGES/django.mo index e3d9b0fd7..b6b9c0bad 100644 Binary files a/wagtail/images/locale/fa/LC_MESSAGES/django.mo and b/wagtail/images/locale/fa/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/fa/LC_MESSAGES/django.po b/wagtail/images/locale/fa/LC_MESSAGES/django.po index 0c2d5540f..d1e89c77f 100644 --- a/wagtail/images/locale/fa/LC_MESSAGES/django.po +++ b/wagtail/images/locale/fa/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Persian (http://www.transifex.com/torchbox/wagtail/language/" "fa/)\n" @@ -21,9 +21,6 @@ msgstr "" "Language: fa\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " diff --git a/wagtail/images/locale/fi/LC_MESSAGES/django.mo b/wagtail/images/locale/fi/LC_MESSAGES/django.mo index d76d5a3bc..b024ba4bd 100644 Binary files a/wagtail/images/locale/fi/LC_MESSAGES/django.mo and b/wagtail/images/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/fi/LC_MESSAGES/django.po b/wagtail/images/locale/fi/LC_MESSAGES/django.po index 35e327dbb..c9e008510 100644 --- a/wagtail/images/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/images/locale/fi/LC_MESSAGES/django.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" "fi/)\n" @@ -24,9 +24,6 @@ msgstr "" "Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " diff --git a/wagtail/images/locale/fr/LC_MESSAGES/django.mo b/wagtail/images/locale/fr/LC_MESSAGES/django.mo index 9b37f0673..ff8a74d00 100644 Binary files a/wagtail/images/locale/fr/LC_MESSAGES/django.mo and b/wagtail/images/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/fr/LC_MESSAGES/django.po b/wagtail/images/locale/fr/LC_MESSAGES/django.po index 15687be42..bf1e1c06f 100644 --- a/wagtail/images/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/images/locale/fr/LC_MESSAGES/django.po @@ -17,9 +17,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-09-17 01:22+0000\n" -"Last-Translator: Benoît Vogel \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" "fr/)\n" "MIME-Version: 1.0\n" @@ -31,9 +31,6 @@ msgstr "" msgid "Wagtail images" msgstr "Images Wagtail" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " diff --git a/wagtail/images/locale/gl/LC_MESSAGES/django.mo b/wagtail/images/locale/gl/LC_MESSAGES/django.mo index 93a5f5588..0920a1a97 100644 Binary files a/wagtail/images/locale/gl/LC_MESSAGES/django.mo and b/wagtail/images/locale/gl/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/gl/LC_MESSAGES/django.po b/wagtail/images/locale/gl/LC_MESSAGES/django.po index 108bf953b..e3ff1bcb0 100644 --- a/wagtail/images/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/images/locale/gl/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Galician (http://www.transifex.com/torchbox/wagtail/language/" "gl/)\n" @@ -21,9 +21,6 @@ msgstr "" "Language: gl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " diff --git a/wagtail/images/locale/he_IL/LC_MESSAGES/django.mo b/wagtail/images/locale/he_IL/LC_MESSAGES/django.mo index fbde62ef6..3e5fb207e 100644 Binary files a/wagtail/images/locale/he_IL/LC_MESSAGES/django.mo and b/wagtail/images/locale/he_IL/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/he_IL/LC_MESSAGES/django.po b/wagtail/images/locale/he_IL/LC_MESSAGES/django.po index 006e86aea..f5f4a6e7a 100644 --- a/wagtail/images/locale/he_IL/LC_MESSAGES/django.po +++ b/wagtail/images/locale/he_IL/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/torchbox/wagtail/" "language/he_IL/)\n" @@ -20,9 +20,6 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % " "1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "Not a supported image format. Supported formats: %s." msgstr "פורמט תמונה לא נתמך. פורמטים נתמכים: %s." diff --git a/wagtail/images/locale/hu/LC_MESSAGES/django.mo b/wagtail/images/locale/hu/LC_MESSAGES/django.mo index 5ae1cbd65..fb3fd23e2 100644 Binary files a/wagtail/images/locale/hu/LC_MESSAGES/django.mo and b/wagtail/images/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/hu/LC_MESSAGES/django.po b/wagtail/images/locale/hu/LC_MESSAGES/django.po index 00bc055e4..e7b57acfe 100644 --- a/wagtail/images/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/images/locale/hu/LC_MESSAGES/django.po @@ -3,14 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# aaao , 2019 # Istvan Farkas , 2019 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-08-01 11:53+0000\n" -"Last-Translator: Istvan Farkas \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-21 01:48+0000\n" +"Last-Translator: aaao \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" "hu/)\n" "MIME-Version: 1.0\n" @@ -22,8 +23,8 @@ msgstr "" msgid "Wagtail images" msgstr "Képek" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" +msgid "GIF, JPEG, PNG, WEBP" +msgstr "GIF, JPEG, PNG, WEBP" #, python-format msgid "" @@ -95,7 +96,7 @@ msgid "Height" msgstr "Magasság" msgid "Closeness" -msgstr "Közeliség" +msgstr "Közelség" msgid "Add" msgstr "Hozzáadás" diff --git a/wagtail/images/locale/id_ID/LC_MESSAGES/django.mo b/wagtail/images/locale/id_ID/LC_MESSAGES/django.mo index 48aaa91a0..5cac25dfb 100644 Binary files a/wagtail/images/locale/id_ID/LC_MESSAGES/django.mo and b/wagtail/images/locale/id_ID/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/id_ID/LC_MESSAGES/django.po b/wagtail/images/locale/id_ID/LC_MESSAGES/django.po index f624c52f1..79566f1b0 100644 --- a/wagtail/images/locale/id_ID/LC_MESSAGES/django.po +++ b/wagtail/images/locale/id_ID/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/torchbox/" "wagtail/language/id_ID/)\n" @@ -23,9 +23,6 @@ msgstr "" msgid "Wagtail images" msgstr "Wagtail gambar" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " diff --git a/wagtail/images/locale/is_IS/LC_MESSAGES/django.mo b/wagtail/images/locale/is_IS/LC_MESSAGES/django.mo index c31195076..5b8a8e0cb 100644 Binary files a/wagtail/images/locale/is_IS/LC_MESSAGES/django.mo and b/wagtail/images/locale/is_IS/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/is_IS/LC_MESSAGES/django.po b/wagtail/images/locale/is_IS/LC_MESSAGES/django.po index ab663bc14..4c9fae035 100644 --- a/wagtail/images/locale/is_IS/LC_MESSAGES/django.po +++ b/wagtail/images/locale/is_IS/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/torchbox/" "wagtail/language/is_IS/)\n" @@ -23,9 +23,6 @@ msgstr "" msgid "Wagtail images" msgstr "Wagtail myndir" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " diff --git a/wagtail/images/locale/it/LC_MESSAGES/django.mo b/wagtail/images/locale/it/LC_MESSAGES/django.mo index c82cef304..bc388f9e0 100644 Binary files a/wagtail/images/locale/it/LC_MESSAGES/django.mo and b/wagtail/images/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/it/LC_MESSAGES/django.po b/wagtail/images/locale/it/LC_MESSAGES/django.po index a4a98ed8b..d792eadbf 100644 --- a/wagtail/images/locale/it/LC_MESSAGES/django.po +++ b/wagtail/images/locale/it/LC_MESSAGES/django.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-09-16 09:46+0000\n" -"Last-Translator: Guglielmo Celata \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" "it/)\n" "MIME-Version: 1.0\n" @@ -25,9 +25,6 @@ msgstr "" msgid "Wagtail images" msgstr "Immagini Wagtail" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " diff --git a/wagtail/images/locale/ja/LC_MESSAGES/django.mo b/wagtail/images/locale/ja/LC_MESSAGES/django.mo index c0caaa820..3c6a14660 100644 Binary files a/wagtail/images/locale/ja/LC_MESSAGES/django.mo and b/wagtail/images/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/ja/LC_MESSAGES/django.po b/wagtail/images/locale/ja/LC_MESSAGES/django.po index be128f175..a82047c5c 100644 --- a/wagtail/images/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/images/locale/ja/LC_MESSAGES/django.po @@ -5,15 +5,16 @@ # Translators: # Daigo Shitara , 2016 # Yudai Kobayashi , 2019 +# 小口英昭 , 2019 # Yudai Kobayashi , 2019 # 石田秀 , 2015 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-08-30 10:07+0000\n" -"Last-Translator: Yudai Kobayashi \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" "ja/)\n" "MIME-Version: 1.0\n" @@ -25,9 +26,6 @@ msgstr "" msgid "Wagtail images" msgstr "Wagtailの画像" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " @@ -52,6 +50,11 @@ msgstr "%sに該当しない画像形式です。" msgid "This file is too big (%%s). Maximum filesize %s." msgstr "このファイルは大きすぎます(%%s)。ファイルサイズの上限は%sです。" +#, python-format +msgid "This file has too many pixels (%%s). Maximum pixels %s." +msgstr "" +"このファイルのピクセル数 (%%s)は大きすぎます。ピクセル数の上限は%sです。" + #, python-format msgid "This file is too big. Maximum filesize %s." msgstr "このファイルは大きすぎます。ファイルサイズの上限は%sです。" @@ -95,6 +98,12 @@ msgstr "縦幅" msgid "Closeness" msgstr "近さ" +msgid "Add" +msgstr "追加" + +msgid "Add/edit images you own" +msgstr "自分の画像を追加/編集" + msgid "Edit" msgstr "編集" @@ -143,6 +152,19 @@ msgstr "人気のタグ" msgid "Uploading…" msgstr "アップロード中…" +#, python-format +msgid "" +"\n" +" There is %(counter)s match\n" +" " +msgid_plural "" +"\n" +" There are %(counter)s matches\n" +" " +msgstr[0] "" +"\n" +"%(counter)s件の一致があります。" + msgid "Latest images" msgstr "最近の画像" @@ -152,6 +174,23 @@ msgstr "フォーマットを選択" msgid "Insert image" msgstr "画像を挿入" +#, python-format +msgid "" +"\n" +" %(total)s Image created " +"in %(site_name)s\n" +" " +msgid_plural "" +"\n" +" %(total)s Images created " +"in %(site_name)s\n" +" " +msgstr[0] "" +"\n" +" created in %(site_name)sで作成" +"された%(total)s 枚の画像\n" +" " + msgid "Change image file:" msgstr "画像ファイルを変更" @@ -167,12 +206,20 @@ msgstr "保存" msgid "Delete image" msgstr "画像を削除" +#, python-format +msgid "Used %(usage_count)s time" +msgid_plural "Used %(usage_count)s times" +msgstr[0] "%(usage_count)s回使用" + msgid "Are you sure you want to delete this image?" msgstr "この画像を削除してもよろしいですか?" msgid "Yes, delete" msgstr "はい、削除します" +msgid "No, don't delete" +msgstr "いいえ、削除しません" + #, python-format msgid "Editing image %(title)s" msgstr "%(title)sの画像を編集" @@ -189,9 +236,17 @@ msgstr "焦点" msgid "(optional)" msgstr "(任意)" +msgid "" +"To define this image's most important region, drag a box over the image " +"above." +msgstr "この画像でもっとも際立たせたい部分を四角で選択してください。" + msgid "Current focal point shown" msgstr "現在の焦点が表示されています。" +msgid "Remove focal area" +msgstr "ピックアップ箇所削除" + msgid "Max dimensions" msgstr "最大の寸法" @@ -214,6 +269,22 @@ msgstr "ピクセル" msgid "Sorry, no images match \"%(query_string)s\"" msgstr "%(query_string)sに一致する画像はありませんでした。" +#, python-format +msgid "" +"You haven't uploaded any images in this collection. Why not upload one now?" +msgstr "" +"まだこのコレクションに画像がアップロードされていません。アップロードしますか?" + +#, python-format +msgid "" +"You haven't uploaded any images. Why not upload one now?" +msgstr "" +"まだ画像がアップロードされていません。アップロードしますか?" + msgid "Generating URL" msgstr "URLを生成" @@ -265,6 +336,9 @@ msgstr "" msgid "Or choose from your computer" msgstr "もしくはファイルを参照" +msgid "Add to collection:" +msgstr "コレクションに追加:" + msgid "" "Upload successful. Please update this image with a more appropriate title, " "if necessary. You may also delete the image completely if the upload wasn't " @@ -276,6 +350,12 @@ msgstr "" msgid "Sorry, upload failed." msgstr "アップロードに失敗しました。" +msgid "Server Error" +msgstr "サーバーエラー" + +msgid "Report this error to your webmaster with the following information:" +msgstr "次の情報を添えて、このエラーを管理者に報告してください:" + msgid "Image updated." msgstr "画像が更新されました。" @@ -285,6 +365,12 @@ msgstr "アップデート" msgid "Delete" msgstr "削除" +msgid "Image permissions" +msgstr "画像権限" + +msgid "Add an image permission" +msgstr "画像権限を追加" + msgid "Search images" msgstr "画像を検索" @@ -316,6 +402,11 @@ msgstr "この画像はエラーにより生成できませんでした。 " msgid "Image" msgstr "画像" +#, python-format +msgid "%(count)s image" +msgid_plural "%(count)s images" +msgstr[0] "%(count)s件の画像 " + msgid "Change image" msgstr "画像を変更" diff --git a/wagtail/images/locale/ka/LC_MESSAGES/django.mo b/wagtail/images/locale/ka/LC_MESSAGES/django.mo index 7dafaafb1..c40f8857d 100644 Binary files a/wagtail/images/locale/ka/LC_MESSAGES/django.mo and b/wagtail/images/locale/ka/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/ka/LC_MESSAGES/django.po b/wagtail/images/locale/ka/LC_MESSAGES/django.po index 43146a90b..8f93264bb 100644 --- a/wagtail/images/locale/ka/LC_MESSAGES/django.po +++ b/wagtail/images/locale/ka/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Georgian (http://www.transifex.com/torchbox/wagtail/language/" "ka/)\n" diff --git a/wagtail/images/locale/ko/LC_MESSAGES/django.mo b/wagtail/images/locale/ko/LC_MESSAGES/django.mo index cd7ea3e10..954c4c552 100644 Binary files a/wagtail/images/locale/ko/LC_MESSAGES/django.mo and b/wagtail/images/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/ko/LC_MESSAGES/django.po b/wagtail/images/locale/ko/LC_MESSAGES/django.po index 1bb6c9147..b2b66c81b 100644 --- a/wagtail/images/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/images/locale/ko/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" "ko/)\n" @@ -24,9 +24,6 @@ msgstr "" msgid "Wagtail images" msgstr "웨그테일 이미지" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " diff --git a/wagtail/images/locale/lt/LC_MESSAGES/django.mo b/wagtail/images/locale/lt/LC_MESSAGES/django.mo index 2afa8fed1..3ac9ccd22 100644 Binary files a/wagtail/images/locale/lt/LC_MESSAGES/django.mo and b/wagtail/images/locale/lt/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/lt/LC_MESSAGES/django.po b/wagtail/images/locale/lt/LC_MESSAGES/django.po index 56c3978d5..08387718d 100644 --- a/wagtail/images/locale/lt/LC_MESSAGES/django.po +++ b/wagtail/images/locale/lt/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Lithuanian (http://www.transifex.com/torchbox/wagtail/" "language/lt/)\n" @@ -21,9 +21,6 @@ msgstr "" "11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? " "1 : n % 1 != 0 ? 2: 3);\n" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " diff --git a/wagtail/images/locale/lv/LC_MESSAGES/django.mo b/wagtail/images/locale/lv/LC_MESSAGES/django.mo index 216d64f03..9e8104bb8 100644 Binary files a/wagtail/images/locale/lv/LC_MESSAGES/django.mo and b/wagtail/images/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/lv/LC_MESSAGES/django.po b/wagtail/images/locale/lv/LC_MESSAGES/django.po index a14b58fdd..0d38a656f 100644 --- a/wagtail/images/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/images/locale/lv/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" "lv/)\n" @@ -21,9 +21,6 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "Supported formats: %(supported_formats)s." msgstr "Atbalstītie formāti: %(supported_formats)s." diff --git a/wagtail/images/locale/mn/LC_MESSAGES/django.mo b/wagtail/images/locale/mn/LC_MESSAGES/django.mo index df31793c3..1b18012a2 100644 Binary files a/wagtail/images/locale/mn/LC_MESSAGES/django.mo and b/wagtail/images/locale/mn/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/mn/LC_MESSAGES/django.po b/wagtail/images/locale/mn/LC_MESSAGES/django.po index d7a33502c..7bf8a1187 100644 --- a/wagtail/images/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/images/locale/mn/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Mongolian (http://www.transifex.com/torchbox/wagtail/language/" "mn/)\n" @@ -24,9 +24,6 @@ msgstr "" msgid "Wagtail images" msgstr "Зургууд" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " diff --git a/wagtail/images/locale/nb/LC_MESSAGES/django.mo b/wagtail/images/locale/nb/LC_MESSAGES/django.mo index 3b2fe89b3..709c6c9a5 100644 Binary files a/wagtail/images/locale/nb/LC_MESSAGES/django.mo and b/wagtail/images/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/nb/LC_MESSAGES/django.po b/wagtail/images/locale/nb/LC_MESSAGES/django.po index 0cb8a2e6e..8bdfc341b 100644 --- a/wagtail/images/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/images/locale/nb/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" "language/nb/)\n" @@ -23,9 +23,6 @@ msgstr "" msgid "Wagtail images" msgstr "Wagtail-bilder" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " diff --git a/wagtail/images/locale/nl/LC_MESSAGES/django.mo b/wagtail/images/locale/nl/LC_MESSAGES/django.mo index ff97c564e..ad55f7187 100644 Binary files a/wagtail/images/locale/nl/LC_MESSAGES/django.mo and b/wagtail/images/locale/nl/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/nl/LC_MESSAGES/django.po b/wagtail/images/locale/nl/LC_MESSAGES/django.po index 03546ac2b..8c4b2d8ae 100644 --- a/wagtail/images/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/images/locale/nl/LC_MESSAGES/django.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Dutch (http://www.transifex.com/torchbox/wagtail/language/" "nl/)\n" @@ -25,9 +25,6 @@ msgstr "" "Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " diff --git a/wagtail/images/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/images/locale/nl_NL/LC_MESSAGES/django.mo index 8ffac21b0..ffb272948 100644 Binary files a/wagtail/images/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/images/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/images/locale/nl_NL/LC_MESSAGES/django.po index 47ee6e88e..dac6bf47a 100644 --- a/wagtail/images/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/images/locale/nl_NL/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Coen van der Kamp , 2018 +# Coen van der Kamp , 2018-2019 # Franklin Kingma , 2015 # Maarten Kling , 2015,2017-2018 # Meteor 0id, 2018-2019 @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 21:01+0000\n" +"Last-Translator: Coen van der Kamp \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" "wagtail/language/nl_NL/)\n" "MIME-Version: 1.0\n" @@ -26,8 +26,8 @@ msgstr "" msgid "Wagtail images" msgstr "Wagtail afbeeldingen" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" +msgid "GIF, JPEG, PNG, WEBP" +msgstr "GIF, JPEG, PNG en WEBP" #, python-format msgid "" @@ -183,6 +183,28 @@ msgstr "Kies een formaat" msgid "Insert image" msgstr "Voeg afbeelding in" +#, python-format +msgid "" +"\n" +" %(total)s Image created " +"in %(site_name)s\n" +" " +msgid_plural "" +"\n" +" %(total)s Images created " +"in %(site_name)s\n" +" " +msgstr[0] "" +"\n" +" %(total)s Afbeelding aangemaakt in %(site_name)s\n" +" " +msgstr[1] "" +"\n" +" %(total)s afbeeldingen aangemaakt in %(site_name)s\n" +" " + msgid "Change image file:" msgstr "Wijzig bestand:" @@ -210,6 +232,9 @@ msgstr "Weet u zeker dat u deze afbeelding wilt verwijderen?" msgid "Yes, delete" msgstr "Ja, verwijderen" +msgid "No, don't delete" +msgstr "Nee, niet verwijderen" + #, python-format msgid "Editing image %(title)s" msgstr "Wijzig afbeelding %(title)s" @@ -221,7 +246,7 @@ msgid "URL Generator" msgstr "URL Generator" msgid "Focal point" -msgstr "Brandpunt" +msgstr "Focusgebied" msgid "(optional)" msgstr "(optioneel)" @@ -230,8 +255,7 @@ msgid "" "To define this image's most important region, drag a box over the image " "above." msgstr "" -"Om het meest belangrijke deel van deze afbeelding aan te geven, sleep een " -"vierkant over de afbeelding hierboven." +"Geef het belangrijkste deel van de afbeelding aan door een kader te slepen." msgid "Current focal point shown" msgstr "Huidige focusgebied getoond" @@ -254,6 +278,9 @@ msgstr "Gebruik" msgid "Images" msgstr "Afbeeldingen" +msgid "pixels" +msgstr "pixels" + #, python-format msgid "Sorry, no images match \"%(query_string)s\"" msgstr "Sorry, geen afbeelding overeenkomst \"%(query_string)s\"" diff --git a/wagtail/images/locale/pl/LC_MESSAGES/django.mo b/wagtail/images/locale/pl/LC_MESSAGES/django.mo index 030419a34..31181c11c 100644 Binary files a/wagtail/images/locale/pl/LC_MESSAGES/django.mo and b/wagtail/images/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/pl/LC_MESSAGES/django.po b/wagtail/images/locale/pl/LC_MESSAGES/django.po index 28a13006e..debfabe7b 100644 --- a/wagtail/images/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/images/locale/pl/LC_MESSAGES/django.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-25 10:05+0000\n" +"Last-Translator: Miłosz Miśkiewicz\n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" "pl/)\n" "MIME-Version: 1.0\n" @@ -28,8 +28,8 @@ msgstr "" msgid "Wagtail images" msgstr "Obrazy Wagtail" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" +msgid "GIF, JPEG, PNG, WEBP" +msgstr "GIF, JPEG, PNG, WEBP" #, python-format msgid "" @@ -193,6 +193,38 @@ msgstr "Wybierz format" msgid "Insert image" msgstr "Wstaw obraz" +#, python-format +msgid "" +"\n" +" %(total)s Image created " +"in %(site_name)s\n" +" " +msgid_plural "" +"\n" +" %(total)s Images created " +"in %(site_name)s\n" +" " +msgstr[0] "" +"\n" +" %(total)s obraz utworzony w %(site_name)s\n" +" " +msgstr[1] "" +"\n" +" %(total)s obrazów utworzonych w %(site_name)s\n" +" " +msgstr[2] "" +"\n" +" %(total)s obrazów utworzonych w %(site_name)s\n" +" " +msgstr[3] "" +"\n" +" %(total)s obrazów utworzonych w %(site_name)s\n" +" " + msgid "Change image file:" msgstr "Zmień plik obrazu:" @@ -222,6 +254,9 @@ msgstr "Czy na pewno chcesz usunąć ten obraz?" msgid "Yes, delete" msgstr "Tak, usuń" +msgid "No, don't delete" +msgstr "Nie usuwaj" + #, python-format msgid "Editing image %(title)s" msgstr "Edycja obrazu %(title)s" @@ -266,6 +301,9 @@ msgstr "Użycie" msgid "Images" msgstr "Obrazy" +msgid "pixels" +msgstr "pikseli" + #, python-format msgid "Sorry, no images match \"%(query_string)s\"" msgstr "Przepraszamy, żaden obraz nie pasuje do \"%(query_string)s\"" diff --git a/wagtail/images/locale/pt_BR/LC_MESSAGES/django.mo b/wagtail/images/locale/pt_BR/LC_MESSAGES/django.mo index ccd4de2eb..25434cb77 100644 Binary files a/wagtail/images/locale/pt_BR/LC_MESSAGES/django.mo and b/wagtail/images/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/images/locale/pt_BR/LC_MESSAGES/django.po index 05de52e31..7671eda75 100644 --- a/wagtail/images/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/images/locale/pt_BR/LC_MESSAGES/django.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-08-04 02:23+0000\n" -"Last-Translator: Luiz Boaretto \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/torchbox/" "wagtail/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -29,9 +29,6 @@ msgstr "" msgid "Wagtail images" msgstr "Imagens Wagtail" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " diff --git a/wagtail/images/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/images/locale/pt_PT/LC_MESSAGES/django.mo index a34b2f967..1fd8cab28 100644 Binary files a/wagtail/images/locale/pt_PT/LC_MESSAGES/django.mo and b/wagtail/images/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/images/locale/pt_PT/LC_MESSAGES/django.po index c8d537f56..4d076d7bd 100644 --- a/wagtail/images/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/images/locale/pt_PT/LC_MESSAGES/django.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" "wagtail/language/pt_PT/)\n" @@ -23,9 +23,6 @@ msgstr "" "Language: pt_PT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " diff --git a/wagtail/images/locale/ro/LC_MESSAGES/django.mo b/wagtail/images/locale/ro/LC_MESSAGES/django.mo index 02d5be94e..4c3771271 100644 Binary files a/wagtail/images/locale/ro/LC_MESSAGES/django.mo and b/wagtail/images/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/ro/LC_MESSAGES/django.po b/wagtail/images/locale/ro/LC_MESSAGES/django.po index 4c89306c5..02a7461eb 100644 --- a/wagtail/images/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/images/locale/ro/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" "ro/)\n" @@ -23,9 +23,6 @@ msgstr "" msgid "Wagtail images" msgstr "Imagini Wagtail" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " diff --git a/wagtail/images/locale/ru/LC_MESSAGES/django.mo b/wagtail/images/locale/ru/LC_MESSAGES/django.mo index 12e4f02e4..6a887aa7b 100644 Binary files a/wagtail/images/locale/ru/LC_MESSAGES/django.mo and b/wagtail/images/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/ru/LC_MESSAGES/django.po b/wagtail/images/locale/ru/LC_MESSAGES/django.po index f4e42b369..ceeff89a3 100644 --- a/wagtail/images/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/images/locale/ru/LC_MESSAGES/django.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" "ru/)\n" @@ -33,9 +33,6 @@ msgstr "" msgid "Wagtail images" msgstr "Wagtail изображения" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " diff --git a/wagtail/images/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/images/locale/sk_SK/LC_MESSAGES/django.mo index 01a8c0016..16c9b21b6 100644 Binary files a/wagtail/images/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/images/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/images/locale/sk_SK/LC_MESSAGES/django.po index accad6b10..3d5265c39 100644 --- a/wagtail/images/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/images/locale/sk_SK/LC_MESSAGES/django.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" "language/sk_SK/)\n" @@ -23,9 +23,6 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n " ">= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " diff --git a/wagtail/images/locale/sl/LC_MESSAGES/django.mo b/wagtail/images/locale/sl/LC_MESSAGES/django.mo index 8bab98c1d..66b2a7511 100644 Binary files a/wagtail/images/locale/sl/LC_MESSAGES/django.mo and b/wagtail/images/locale/sl/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/sl/LC_MESSAGES/django.po b/wagtail/images/locale/sl/LC_MESSAGES/django.po index b09642422..f8e911f74 100644 --- a/wagtail/images/locale/sl/LC_MESSAGES/django.po +++ b/wagtail/images/locale/sl/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Slovenian (http://www.transifex.com/torchbox/wagtail/language/" "sl/)\n" @@ -20,9 +20,6 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" "%100==4 ? 2 : 3);\n" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " diff --git a/wagtail/images/locale/sv/LC_MESSAGES/django.mo b/wagtail/images/locale/sv/LC_MESSAGES/django.mo index e285c944f..09c70a9ac 100644 Binary files a/wagtail/images/locale/sv/LC_MESSAGES/django.mo and b/wagtail/images/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/sv/LC_MESSAGES/django.po b/wagtail/images/locale/sv/LC_MESSAGES/django.po index 5995e2290..58fa31f3a 100644 --- a/wagtail/images/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/images/locale/sv/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" "sv/)\n" @@ -24,9 +24,6 @@ msgstr "" msgid "Wagtail images" msgstr "Wagtail bilder" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " diff --git a/wagtail/images/locale/tet/LC_MESSAGES/django.mo b/wagtail/images/locale/tet/LC_MESSAGES/django.mo new file mode 100644 index 000000000..47a6472f8 Binary files /dev/null and b/wagtail/images/locale/tet/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/tet/LC_MESSAGES/django.po b/wagtail/images/locale/tet/LC_MESSAGES/django.po new file mode 100644 index 000000000..9e6cce4f4 --- /dev/null +++ b/wagtail/images/locale/tet/LC_MESSAGES/django.po @@ -0,0 +1,147 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Mariano de Deus , 2019 +msgid "" +msgstr "" +"Project-Id-Version: Wagtail\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" +"Last-Translator: Matt Westcott \n" +"Language-Team: Tetum (Tetun) (http://www.transifex.com/torchbox/wagtail/" +"language/tet/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tet\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Wagtail images" +msgstr "Imajen Wagtail" + +#, python-format +msgid "" +"Supported formats: %(supported_formats)s. Maximum filesize: " +"%(max_upload_size)s." +msgstr "" +"Suporta formatu:%(supported_formats)s. Maximu documentus nia medida:" +"%(max_upload_size)s" + +#, python-format +msgid "Supported formats: %(supported_formats)s." +msgstr "Suporta formatu: %(supported_formats)s." + +#, python-format +msgid "Not a supported image format. Supported formats: %s." +msgstr "La suporta formatu imajen. Suporta formatu: %s." + +#, python-format +msgid "Not a valid %s image." +msgstr "La validu %simajen" + +#, python-format +msgid "This file is too big (%%s). Maximum filesize %s." +msgstr "Dokumentus ne'e bo'ot demais (%%s). Maximu Dokumentus nia medida %s. " + +#, python-format +msgid "This file has too many pixels (%%s). Maximum pixels %s." +msgstr "Dokumentu ne'e iha piksel barak (%%s). Maximu piksel %s." + +#, python-format +msgid "This file is too big. Maximum filesize %s." +msgstr "Dokumentus ne'e bo'ot demais. Maximu medida dokumentus %s. " + +msgid "Full width" +msgstr "Luan tomak" + +msgid "Left-aligned" +msgstr " Alinha-karuk" + +msgid "Right-aligned" +msgstr " Alinha-Loos" + +msgid "Filter" +msgstr " Filtru" + +msgid "Original size" +msgstr "Medida orijinál" + +msgid "Resize to width" +msgstr "Muda medida ba Luan" + +msgid "Resize to height" +msgstr "Muda medida ba naruk" + +msgid "Resize to min" +msgstr "Muda medida ba min" + +msgid "Resize to max" +msgstr "Muda medida ba max" + +#, python-format +msgid "" +"You haven't uploaded any images. Why not upload one now?" +msgstr "" +"Ita seidauk hatama tiha imajen balu. Tamba sa lahatama ida agora?" + +msgid "Generating URL" +msgstr "Gerandu URL" + +msgid "URL" +msgstr "URL" + +msgid "Preview" +msgstr "Pré-visualizasaun" + +msgid "Update" +msgstr "Troka" + +msgid "Delete" +msgstr "hamoos" + +msgid "Image permissions" +msgstr "Permisaun imajen" + +msgid "Add an image permission" +msgstr "Hatama permisaun imajen" + +msgid "Search images" +msgstr "Buka imajen" + +msgid "Edit again" +msgstr "Hadia fali" + +msgid "The image could not be saved due to errors." +msgstr "Imajen labele rai tamba eru." + +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" +"Fonte dokumentus imajen lahetan. Favor troka nia fonte ou hamoos imajen " +"ne'e." + +msgid "Image '{0}' deleted." +msgstr "Imajen '{0}' hamoos ona." + +msgid "Image '{0}' added." +msgstr "Imajen '{0}' hatama ona" + +msgid "Image" +msgstr "Imagen" + +#, python-format +msgid "%(count)s image" +msgid_plural "%(count)s images" +msgstr[0] "%(count)s imagen sira" + +msgid "Change image" +msgstr "Troka imajen" + +msgid "Edit this image" +msgstr "Hadia imajen ne'e" diff --git a/wagtail/images/locale/th/LC_MESSAGES/django.mo b/wagtail/images/locale/th/LC_MESSAGES/django.mo index 95ae7de13..5bb65adb1 100644 Binary files a/wagtail/images/locale/th/LC_MESSAGES/django.mo and b/wagtail/images/locale/th/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/th/LC_MESSAGES/django.po b/wagtail/images/locale/th/LC_MESSAGES/django.po index 7561a24d3..4cb2f349e 100644 --- a/wagtail/images/locale/th/LC_MESSAGES/django.po +++ b/wagtail/images/locale/th/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Thai (http://www.transifex.com/torchbox/wagtail/language/" "th/)\n" @@ -22,11 +22,6 @@ msgstr "" msgid "Wagtail images" msgstr "รูปภาพ Wagtail" -msgid "GIF, JPEG, PNG" -msgstr "" -"GIF รูปแบบแฟ้มภาพเคลื่อนไหว,JPEGรูปแบบการบีมอัดแฟ้มภาพโดยให้เสียความละเอียดของภาพน้อยที่สุด," -"PNGรูปแบบรูปภาพที่พัฒนาขึ้นมาจากรูปแบบรูปภาพGIF" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " diff --git a/wagtail/images/locale/tr/LC_MESSAGES/django.mo b/wagtail/images/locale/tr/LC_MESSAGES/django.mo index 1223045ae..1eda74515 100644 Binary files a/wagtail/images/locale/tr/LC_MESSAGES/django.mo and b/wagtail/images/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/tr/LC_MESSAGES/django.po b/wagtail/images/locale/tr/LC_MESSAGES/django.po index 96678e800..4af32d07f 100644 --- a/wagtail/images/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/images/locale/tr/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" "tr/)\n" @@ -20,9 +20,6 @@ msgstr "" "Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " diff --git a/wagtail/images/locale/uk/LC_MESSAGES/django.mo b/wagtail/images/locale/uk/LC_MESSAGES/django.mo index 7136e9133..facfbd853 100644 Binary files a/wagtail/images/locale/uk/LC_MESSAGES/django.mo and b/wagtail/images/locale/uk/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/uk/LC_MESSAGES/django.po b/wagtail/images/locale/uk/LC_MESSAGES/django.po index 6822078dd..e1b2d6e73 100644 --- a/wagtail/images/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/images/locale/uk/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Ukrainian (http://www.transifex.com/torchbox/wagtail/language/" "uk/)\n" @@ -25,9 +25,6 @@ msgstr "" msgid "Wagtail images" msgstr "Зображення Wagtail " -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " diff --git a/wagtail/images/locale/zh/LC_MESSAGES/django.mo b/wagtail/images/locale/zh/LC_MESSAGES/django.mo index 91fb6f5ed..1dc5a4513 100644 Binary files a/wagtail/images/locale/zh/LC_MESSAGES/django.mo and b/wagtail/images/locale/zh/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/zh/LC_MESSAGES/django.po b/wagtail/images/locale/zh/LC_MESSAGES/django.po index 551744531..62eb38dc1 100644 --- a/wagtail/images/locale/zh/LC_MESSAGES/django.po +++ b/wagtail/images/locale/zh/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Chinese (http://www.transifex.com/torchbox/wagtail/language/" "zh/)\n" diff --git a/wagtail/images/locale/zh_Hans/LC_MESSAGES/django.mo b/wagtail/images/locale/zh_Hans/LC_MESSAGES/django.mo index 3f0bf8299..a4b3fbee2 100644 Binary files a/wagtail/images/locale/zh_Hans/LC_MESSAGES/django.mo and b/wagtail/images/locale/zh_Hans/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/zh_Hans/LC_MESSAGES/django.po b/wagtail/images/locale/zh_Hans/LC_MESSAGES/django.po index 2edddce20..5efce5832 100644 --- a/wagtail/images/locale/zh_Hans/LC_MESSAGES/django.po +++ b/wagtail/images/locale/zh_Hans/LC_MESSAGES/django.po @@ -6,15 +6,16 @@ # hanfeng , 2014-2015 # Ed <724195301@qq.com>, 2018 # Feng Wang , 2015 +# First Last , 2019 # Vincent Zhao , 2017 # 汇民 王 , 2017-2019 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-11-01 03:13+0000\n" +"Last-Translator: First Last \n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/" "language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -26,8 +27,8 @@ msgstr "" msgid "Wagtail images" msgstr "Wagtail 图片" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" +msgid "GIF, JPEG, PNG, WEBP" +msgstr "GIF, JPEG, PNG, WEBP" #, python-format msgid "" @@ -51,6 +52,10 @@ msgstr "无效的 %s图片。" msgid "This file is too big (%%s). Maximum filesize %s." msgstr "文件过大 (%%s),文件大小上限为 %s。" +#, python-format +msgid "This file has too many pixels (%%s). Maximum pixels %s." +msgstr "文件包含像素过多(%%)。像素数量上限为 %s。" + #, python-format msgid "This file is too big. Maximum filesize %s." msgstr "文件过大,文件大小上限为 %s。" @@ -171,6 +176,22 @@ msgstr "选择格式" msgid "Insert image" msgstr "插入图片" +#, python-format +msgid "" +"\n" +" %(total)s Image created " +"in %(site_name)s\n" +" " +msgid_plural "" +"\n" +" %(total)s Images created " +"in %(site_name)s\n" +" " +msgstr[0] "" +"\n" +"在%(site_name)s中共创建了" +"%(total)s张图片" + msgid "Change image file:" msgstr "修改图片文件:" @@ -197,6 +218,9 @@ msgstr "确认删除此图片?" msgid "Yes, delete" msgstr "是的,删除吧。" +msgid "No, don't delete" +msgstr "否,不删除" + #, python-format msgid "Editing image %(title)s" msgstr "编辑图片%(title)s" @@ -239,6 +263,9 @@ msgstr "使用情况" msgid "Images" msgstr "图片" +msgid "pixels" +msgstr "像素" + #, python-format msgid "Sorry, no images match \"%(query_string)s\"" msgstr "对不起,没有符合\"%(query_string)s\"的图片。" diff --git a/wagtail/images/locale/zh_Hant/LC_MESSAGES/django.mo b/wagtail/images/locale/zh_Hant/LC_MESSAGES/django.mo index 792c0629e..3927c98a9 100644 Binary files a/wagtail/images/locale/zh_Hant/LC_MESSAGES/django.mo and b/wagtail/images/locale/zh_Hant/LC_MESSAGES/django.mo differ diff --git a/wagtail/images/locale/zh_Hant/LC_MESSAGES/django.po b/wagtail/images/locale/zh_Hant/LC_MESSAGES/django.po index ad4619205..338c6cd4d 100644 --- a/wagtail/images/locale/zh_Hant/LC_MESSAGES/django.po +++ b/wagtail/images/locale/zh_Hant/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:29+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Chinese Traditional (http://www.transifex.com/torchbox/" "wagtail/language/zh-Hant/)\n" @@ -22,9 +22,6 @@ msgstr "" msgid "Wagtail images" msgstr "Wagtail 圖片" -msgid "GIF, JPEG, PNG" -msgstr "GIF, JPEG, PNG" - #, python-format msgid "" "Supported formats: %(supported_formats)s. Maximum filesize: " diff --git a/wagtail/images/models.py b/wagtail/images/models.py index e07973005..985de2131 100644 --- a/wagtail/images/models.py +++ b/wagtail/images/models.py @@ -297,6 +297,7 @@ class AbstractImage(CollectionMember, index.Indexed, models.Model): 'jpeg': '.jpg', 'png': '.png', 'gif': '.gif', + 'webp': '.webp', } output_extension = filter.spec.replace('|', '.') + FORMAT_EXTENSIONS[generated_image.format_name] @@ -403,16 +404,23 @@ class Filter: # Developer specified an output format output_format = env['output-format'] else: - # Default to outputting in original format - output_format = original_format - - # Convert BMP files to PNG - if original_format == 'bmp': - output_format = 'png' + # Convert bmp and webp to png by default + default_conversions = { + 'bmp': 'png', + 'webp': 'png', + } # Convert unanimated GIFs to PNG as well - if original_format == 'gif' and not willow.has_animation(): - output_format = 'png' + if not willow.has_animation(): + default_conversions['gif'] = 'png' + + # Allow the user to override the conversions + conversion = getattr(settings, 'WAGTAILIMAGES_FORMAT_CONVERSIONS', {}) + default_conversions.update(conversion) + + # Get the converted output format falling back to the original + output_format = default_conversions.get( + original_format, original_format) if output_format == 'jpeg': # Allow changing of JPEG compression quality @@ -432,6 +440,8 @@ class Filter: return willow.save_as_png(output, optimize=True) elif output_format == 'gif': return willow.save_as_gif(output) + elif output_format == 'webp': + return willow.save_as_webp(output) def get_cache_key(self, image): vary_parts = [] diff --git a/wagtail/images/tests/test_admin_views.py b/wagtail/images/tests/test_admin_views.py index 1248339c0..e7d088a23 100644 --- a/wagtail/images/tests/test_admin_views.py +++ b/wagtail/images/tests/test_admin_views.py @@ -853,7 +853,7 @@ class TestImageChooserUploadView(TestCase, WagtailTestUtils): self.assertEqual(response.status_code, 200) self.assertTemplateUsed(response, 'wagtailimages/chooser/chooser.html') - self.assertFormError(response, 'uploadform', 'file', "Not a supported image format. Supported formats: GIF, JPEG, PNG.") + self.assertFormError(response, 'uploadform', 'file', "Not a supported image format. Supported formats: GIF, JPEG, PNG, WEBP.") # the action URL of the re-rendered form should include the select_format=true parameter # (NB the HTML in the response is embedded in a JS string, so need to escape accordingly) @@ -1050,7 +1050,7 @@ class TestMultipleImageUploader(TestCase, WagtailTestUtils): self.assertIn('error_message', response_json) self.assertFalse(response_json['success']) self.assertEqual( - response_json['error_message'], "Not a supported image format. Supported formats: GIF, JPEG, PNG." + response_json['error_message'], "Not a supported image format. Supported formats: GIF, JPEG, PNG, WEBP." ) def test_edit_get(self): diff --git a/wagtail/images/tests/test_image_operations.py b/wagtail/images/tests/test_image_operations.py index d91ae86ee..ac8274707 100644 --- a/wagtail/images/tests/test_image_operations.py +++ b/wagtail/images/tests/test_image_operations.py @@ -7,7 +7,8 @@ from wagtail.core import hooks from wagtail.images import image_operations from wagtail.images.exceptions import InvalidFilterSpecError from wagtail.images.models import Filter, Image -from wagtail.images.tests.utils import get_test_image_file, get_test_image_file_jpeg +from wagtail.images.tests.utils import ( + get_test_image_file, get_test_image_file_jpeg, get_test_image_file_webp) class WillowOperationRecorder: @@ -521,6 +522,16 @@ class TestFormatFilter(TestCase): self.assertEqual(out.format_name, 'gif') + def test_webp(self): + fil = Filter(spec='width-400|format-webp') + image = Image.objects.create( + title="Test image", + file=get_test_image_file(), + ) + out = fil.run(image, BytesIO()) + + self.assertEqual(out.format_name, 'webp') + def test_invalid(self): fil = Filter(spec='width-400|format-foo') image = Image.objects.create( @@ -661,3 +672,32 @@ class TestBackgroundColorFilter(TestCase): file=get_test_image_file(), ) self.assertRaises(ValueError, fil.run, image, BytesIO()) + + +class TestWebpFormatConversion(TestCase): + def test_webp_convert_to_png(self): + """by default, webp images will be converted to png""" + + fil = Filter(spec='width-400') + image = Image.objects.create( + title="Test image", + file=get_test_image_file_webp(), + ) + out = fil.run(image, BytesIO()) + + self.assertEqual(out.format_name, 'png') + + @override_settings( + WAGTAILIMAGES_FORMAT_CONVERSIONS={'webp': 'webp'} + ) + def test_override_webp_convert_to_png(self): + """WAGTAILIMAGES_FORMAT_CONVERSIONS can be overridden to disable webp conversion""" + + fil = Filter(spec='width-400') + image = Image.objects.create( + title="Test image", + file=get_test_image_file_webp(), + ) + out = fil.run(image, BytesIO()) + + self.assertEqual(out.format_name, 'webp') diff --git a/wagtail/images/tests/utils.py b/wagtail/images/tests/utils.py index 885d01001..2c48b1266 100644 --- a/wagtail/images/tests/utils.py +++ b/wagtail/images/tests/utils.py @@ -20,3 +20,10 @@ def get_test_image_file_jpeg(filename='test.jpg', colour='white', size=(640, 480 image = PIL.Image.new('RGB', size, colour) image.save(f, 'JPEG') return ImageFile(f, name=filename) + + +def get_test_image_file_webp(filename='test.webp', colour='white', size=(640, 480)): + f = BytesIO() + image = PIL.Image.new('RGB', size, colour) + image.save(f, 'WEBP') + return ImageFile(f, name=filename) diff --git a/wagtail/images/widgets.py b/wagtail/images/widgets.py index bd8f8712d..76518a8ca 100644 --- a/wagtail/images/widgets.py +++ b/wagtail/images/widgets.py @@ -1,5 +1,6 @@ import json +from django import forms from django.template.loader import render_to_string from django.utils.translation import ugettext_lazy as _ @@ -32,8 +33,9 @@ class AdminImageChooser(AdminChooser): def render_js_init(self, id_, name, value): return "createImageChooser({0});".format(json.dumps(id_)) - class Media: - js = [ + @property + def media(self): + return forms.Media(js=[ versioned_static('wagtailimages/js/image-chooser-modal.js'), versioned_static('wagtailimages/js/image-chooser.js'), - ] + ]) diff --git a/wagtail/project_template/requirements.txt b/wagtail/project_template/requirements.txt index ba51f8376..7a2c60735 100644 --- a/wagtail/project_template/requirements.txt +++ b/wagtail/project_template/requirements.txt @@ -1,2 +1,2 @@ Django>=2.2,<2.3 -wagtail==2.7a0 +wagtail==2.8a0 diff --git a/wagtail/search/locale/ar/LC_MESSAGES/django.mo b/wagtail/search/locale/ar/LC_MESSAGES/django.mo index a208144e8..f63ec1c5a 100644 Binary files a/wagtail/search/locale/ar/LC_MESSAGES/django.mo and b/wagtail/search/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/ar/LC_MESSAGES/django.po b/wagtail/search/locale/ar/LC_MESSAGES/django.po index e1aa58a92..d356b361d 100644 --- a/wagtail/search/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/search/locale/ar/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-31 19:47+0000\n" "Last-Translator: abdulaziz alfuhigi \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/be/LC_MESSAGES/django.mo b/wagtail/search/locale/be/LC_MESSAGES/django.mo index d8daeb453..9b3ce2e86 100644 Binary files a/wagtail/search/locale/be/LC_MESSAGES/django.mo and b/wagtail/search/locale/be/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/be/LC_MESSAGES/django.po b/wagtail/search/locale/be/LC_MESSAGES/django.po index 9afb71a7e..db5e240fc 100644 --- a/wagtail/search/locale/be/LC_MESSAGES/django.po +++ b/wagtail/search/locale/be/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-27 13:26+0000\n" "Last-Translator: Tatsiana Tsygan \n" "Language-Team: Belarusian (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/search/locale/bg/LC_MESSAGES/django.mo b/wagtail/search/locale/bg/LC_MESSAGES/django.mo index 569590d06..2e2194661 100644 Binary files a/wagtail/search/locale/bg/LC_MESSAGES/django.mo and b/wagtail/search/locale/bg/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/bg/LC_MESSAGES/django.po b/wagtail/search/locale/bg/LC_MESSAGES/django.po index 8760882eb..d12c6b6ac 100644 --- a/wagtail/search/locale/bg/LC_MESSAGES/django.po +++ b/wagtail/search/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Bulgarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/ca/LC_MESSAGES/django.mo b/wagtail/search/locale/ca/LC_MESSAGES/django.mo index 169d9bb18..eba318712 100644 Binary files a/wagtail/search/locale/ca/LC_MESSAGES/django.mo and b/wagtail/search/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/ca/LC_MESSAGES/django.po b/wagtail/search/locale/ca/LC_MESSAGES/django.po index 384f82a0a..187666f7a 100644 --- a/wagtail/search/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/search/locale/ca/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/cs/LC_MESSAGES/django.mo b/wagtail/search/locale/cs/LC_MESSAGES/django.mo index 0af25f91d..36274c41c 100644 Binary files a/wagtail/search/locale/cs/LC_MESSAGES/django.mo and b/wagtail/search/locale/cs/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/cs/LC_MESSAGES/django.po b/wagtail/search/locale/cs/LC_MESSAGES/django.po index fa9d4e64c..d1b1abcb6 100644 --- a/wagtail/search/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/search/locale/cs/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-11-28 12:47+0000\n" "Last-Translator: IT Management \n" "Language-Team: Czech (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/cy/LC_MESSAGES/django.mo b/wagtail/search/locale/cy/LC_MESSAGES/django.mo index 136c1cd93..7081db0c9 100644 Binary files a/wagtail/search/locale/cy/LC_MESSAGES/django.mo and b/wagtail/search/locale/cy/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/cy/LC_MESSAGES/django.po b/wagtail/search/locale/cy/LC_MESSAGES/django.po index 051cf690e..73d3037d2 100644 --- a/wagtail/search/locale/cy/LC_MESSAGES/django.po +++ b/wagtail/search/locale/cy/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Welsh (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/de/LC_MESSAGES/django.mo b/wagtail/search/locale/de/LC_MESSAGES/django.mo index c32f8cc67..83c82aa68 100644 Binary files a/wagtail/search/locale/de/LC_MESSAGES/django.mo and b/wagtail/search/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/de/LC_MESSAGES/django.po b/wagtail/search/locale/de/LC_MESSAGES/django.po index 9fba63aca..33d2cfeb8 100644 --- a/wagtail/search/locale/de/LC_MESSAGES/django.po +++ b/wagtail/search/locale/de/LC_MESSAGES/django.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-09 09:54+0000\n" "Last-Translator: Henrik Kröger \n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/el/LC_MESSAGES/django.mo b/wagtail/search/locale/el/LC_MESSAGES/django.mo index 5a34a8ea4..f810b4dcd 100644 Binary files a/wagtail/search/locale/el/LC_MESSAGES/django.mo and b/wagtail/search/locale/el/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/el/LC_MESSAGES/django.po b/wagtail/search/locale/el/LC_MESSAGES/django.po index d3c00af9f..4581a6713 100644 --- a/wagtail/search/locale/el/LC_MESSAGES/django.po +++ b/wagtail/search/locale/el/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Greek (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/en/LC_MESSAGES/django.mo b/wagtail/search/locale/en/LC_MESSAGES/django.mo index b1e994302..6420bb1ad 100644 Binary files a/wagtail/search/locale/en/LC_MESSAGES/django.mo and b/wagtail/search/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/en/LC_MESSAGES/django.po b/wagtail/search/locale/en/LC_MESSAGES/django.po index e028092f7..d500f49dd 100644 --- a/wagtail/search/locale/en/LC_MESSAGES/django.po +++ b/wagtail/search/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/wagtail/search/locale/es/LC_MESSAGES/django.mo b/wagtail/search/locale/es/LC_MESSAGES/django.mo index f8e6f3f16..44e5f68a5 100644 Binary files a/wagtail/search/locale/es/LC_MESSAGES/django.mo and b/wagtail/search/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/es/LC_MESSAGES/django.po b/wagtail/search/locale/es/LC_MESSAGES/django.po index 871c1abfa..18ed42e90 100644 --- a/wagtail/search/locale/es/LC_MESSAGES/django.po +++ b/wagtail/search/locale/es/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-07 13:09+0000\n" "Last-Translator: José Luis \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/fa/LC_MESSAGES/django.mo b/wagtail/search/locale/fa/LC_MESSAGES/django.mo index 74e2665af..ef8751058 100644 Binary files a/wagtail/search/locale/fa/LC_MESSAGES/django.mo and b/wagtail/search/locale/fa/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/fa/LC_MESSAGES/django.po b/wagtail/search/locale/fa/LC_MESSAGES/django.po index 775e70cb3..f3fc07c41 100644 --- a/wagtail/search/locale/fa/LC_MESSAGES/django.po +++ b/wagtail/search/locale/fa/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Persian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/fi/LC_MESSAGES/django.mo b/wagtail/search/locale/fi/LC_MESSAGES/django.mo index 9f105e2c7..93d962d58 100644 Binary files a/wagtail/search/locale/fi/LC_MESSAGES/django.mo and b/wagtail/search/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/fi/LC_MESSAGES/django.po b/wagtail/search/locale/fi/LC_MESSAGES/django.po index 0811fe7cc..8181b9f2e 100644 --- a/wagtail/search/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/search/locale/fi/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/fr/LC_MESSAGES/django.mo b/wagtail/search/locale/fr/LC_MESSAGES/django.mo index a1b0b136f..c1906a4d6 100644 Binary files a/wagtail/search/locale/fr/LC_MESSAGES/django.mo and b/wagtail/search/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/fr/LC_MESSAGES/django.po b/wagtail/search/locale/fr/LC_MESSAGES/django.po index 7938f6def..42b923dde 100644 --- a/wagtail/search/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/search/locale/fr/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-07 14:39+0000\n" "Last-Translator: Bertrand Bordage \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/gl/LC_MESSAGES/django.mo b/wagtail/search/locale/gl/LC_MESSAGES/django.mo index 835f7d3ef..da6d3f69b 100644 Binary files a/wagtail/search/locale/gl/LC_MESSAGES/django.mo and b/wagtail/search/locale/gl/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/gl/LC_MESSAGES/django.po b/wagtail/search/locale/gl/LC_MESSAGES/django.po index 05c55ad04..f2eb7c858 100644 --- a/wagtail/search/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/search/locale/gl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Galician (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/he_IL/LC_MESSAGES/django.mo b/wagtail/search/locale/he_IL/LC_MESSAGES/django.mo index 07bcd7416..fcc3946d3 100644 Binary files a/wagtail/search/locale/he_IL/LC_MESSAGES/django.mo and b/wagtail/search/locale/he_IL/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/he_IL/LC_MESSAGES/django.po b/wagtail/search/locale/he_IL/LC_MESSAGES/django.po index 0e9d9a12e..916026e13 100644 --- a/wagtail/search/locale/he_IL/LC_MESSAGES/django.po +++ b/wagtail/search/locale/he_IL/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/search/locale/hu/LC_MESSAGES/django.mo b/wagtail/search/locale/hu/LC_MESSAGES/django.mo index d1ad013c8..116adb4ec 100644 Binary files a/wagtail/search/locale/hu/LC_MESSAGES/django.mo and b/wagtail/search/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/hu/LC_MESSAGES/django.po b/wagtail/search/locale/hu/LC_MESSAGES/django.po index 19e7d5cf0..9ee7a6ee1 100644 --- a/wagtail/search/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/search/locale/hu/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-05-03 17:22+0000\n" "Last-Translator: Istvan Farkas \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/id_ID/LC_MESSAGES/django.mo b/wagtail/search/locale/id_ID/LC_MESSAGES/django.mo index a4fa5b8c1..519e5dd16 100644 Binary files a/wagtail/search/locale/id_ID/LC_MESSAGES/django.mo and b/wagtail/search/locale/id_ID/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/id_ID/LC_MESSAGES/django.po b/wagtail/search/locale/id_ID/LC_MESSAGES/django.po index a4f51a6b0..0ade04ca6 100644 --- a/wagtail/search/locale/id_ID/LC_MESSAGES/django.po +++ b/wagtail/search/locale/id_ID/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-09-18 10:51+0000\n" "Last-Translator: M. Febrian Ramadhana \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/torchbox/" diff --git a/wagtail/search/locale/is_IS/LC_MESSAGES/django.mo b/wagtail/search/locale/is_IS/LC_MESSAGES/django.mo index b556c6e8e..b77ba0675 100644 Binary files a/wagtail/search/locale/is_IS/LC_MESSAGES/django.mo and b/wagtail/search/locale/is_IS/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/is_IS/LC_MESSAGES/django.po b/wagtail/search/locale/is_IS/LC_MESSAGES/django.po index 73547400e..136a662c1 100644 --- a/wagtail/search/locale/is_IS/LC_MESSAGES/django.po +++ b/wagtail/search/locale/is_IS/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-07 10:23+0000\n" "Last-Translator: Arnar Tumi Þorsteinsson \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/torchbox/" diff --git a/wagtail/search/locale/it/LC_MESSAGES/django.mo b/wagtail/search/locale/it/LC_MESSAGES/django.mo index 81787c8ee..e48f24cb4 100644 Binary files a/wagtail/search/locale/it/LC_MESSAGES/django.mo and b/wagtail/search/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/it/LC_MESSAGES/django.po b/wagtail/search/locale/it/LC_MESSAGES/django.po index 193a907db..252f79b7f 100644 --- a/wagtail/search/locale/it/LC_MESSAGES/django.po +++ b/wagtail/search/locale/it/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-10 14:18+0000\n" "Last-Translator: giammi \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/ja/LC_MESSAGES/django.mo b/wagtail/search/locale/ja/LC_MESSAGES/django.mo index decdf9bb4..1becd7911 100644 Binary files a/wagtail/search/locale/ja/LC_MESSAGES/django.mo and b/wagtail/search/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/ja/LC_MESSAGES/django.po b/wagtail/search/locale/ja/LC_MESSAGES/django.po index 516942354..06c1389d2 100644 --- a/wagtail/search/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/search/locale/ja/LC_MESSAGES/django.po @@ -3,14 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# 小口英昭 , 2019 # 石田秀 , 2015 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2018-05-04 19:31+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-05 02:25+0000\n" +"Last-Translator: 小口英昭 \n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" "ja/)\n" "MIME-Version: 1.0\n" @@ -19,6 +20,9 @@ msgstr "" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" +msgid "Wagtail search" +msgstr "Wagtail検索" + msgid "Search term(s)/phrase" msgstr "単語/文章を検索" diff --git a/wagtail/search/locale/ka/LC_MESSAGES/django.mo b/wagtail/search/locale/ka/LC_MESSAGES/django.mo index 5961a9dc6..be200edfd 100644 Binary files a/wagtail/search/locale/ka/LC_MESSAGES/django.mo and b/wagtail/search/locale/ka/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/ka/LC_MESSAGES/django.po b/wagtail/search/locale/ka/LC_MESSAGES/django.po index 29ab825ec..39286db82 100644 --- a/wagtail/search/locale/ka/LC_MESSAGES/django.po +++ b/wagtail/search/locale/ka/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Georgian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/ko/LC_MESSAGES/django.mo b/wagtail/search/locale/ko/LC_MESSAGES/django.mo index 73eb6ca6f..97b814d29 100644 Binary files a/wagtail/search/locale/ko/LC_MESSAGES/django.mo and b/wagtail/search/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/ko/LC_MESSAGES/django.po b/wagtail/search/locale/ko/LC_MESSAGES/django.po index 133af6308..1da47be62 100644 --- a/wagtail/search/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/search/locale/ko/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-06-21 12:20+0000\n" "Last-Translator: Kyungil Choi \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/lt/LC_MESSAGES/django.mo b/wagtail/search/locale/lt/LC_MESSAGES/django.mo index d75187086..de6f46465 100644 Binary files a/wagtail/search/locale/lt/LC_MESSAGES/django.mo and b/wagtail/search/locale/lt/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/lt/LC_MESSAGES/django.po b/wagtail/search/locale/lt/LC_MESSAGES/django.po index 76a56f113..0482d116e 100644 --- a/wagtail/search/locale/lt/LC_MESSAGES/django.po +++ b/wagtail/search/locale/lt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Lithuanian (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/search/locale/lv/LC_MESSAGES/django.mo b/wagtail/search/locale/lv/LC_MESSAGES/django.mo index 65cf1a7b4..600fa9f01 100644 Binary files a/wagtail/search/locale/lv/LC_MESSAGES/django.mo and b/wagtail/search/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/lv/LC_MESSAGES/django.po b/wagtail/search/locale/lv/LC_MESSAGES/django.po index 6684c8819..5b362f9c6 100644 --- a/wagtail/search/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/search/locale/lv/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/mn/LC_MESSAGES/django.mo b/wagtail/search/locale/mn/LC_MESSAGES/django.mo index c62f86dfa..daf6ca9e8 100644 Binary files a/wagtail/search/locale/mn/LC_MESSAGES/django.mo and b/wagtail/search/locale/mn/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/mn/LC_MESSAGES/django.po b/wagtail/search/locale/mn/LC_MESSAGES/django.po index 0baf07a88..fe0a22a76 100644 --- a/wagtail/search/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/search/locale/mn/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-01-24 10:51+0000\n" "Last-Translator: Myagmarjav Enkhbileg \n" "Language-Team: Mongolian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/my/LC_MESSAGES/django.mo b/wagtail/search/locale/my/LC_MESSAGES/django.mo index e15786eaa..22540353e 100644 Binary files a/wagtail/search/locale/my/LC_MESSAGES/django.mo and b/wagtail/search/locale/my/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/my/LC_MESSAGES/django.po b/wagtail/search/locale/my/LC_MESSAGES/django.po index ef94b85d5..499c2f1af 100644 --- a/wagtail/search/locale/my/LC_MESSAGES/django.po +++ b/wagtail/search/locale/my/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-01-22 16:34+0000\n" "Last-Translator: ime11 \n" "Language-Team: Burmese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/nb/LC_MESSAGES/django.mo b/wagtail/search/locale/nb/LC_MESSAGES/django.mo index 39c990482..6e89857e7 100644 Binary files a/wagtail/search/locale/nb/LC_MESSAGES/django.mo and b/wagtail/search/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/nb/LC_MESSAGES/django.po b/wagtail/search/locale/nb/LC_MESSAGES/django.po index 24c85b0a2..4e06d1ffe 100644 --- a/wagtail/search/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/search/locale/nb/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-07 12:24+0000\n" "Last-Translator: Stein Strindhaug \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/search/locale/nl/LC_MESSAGES/django.mo b/wagtail/search/locale/nl/LC_MESSAGES/django.mo index 6ad789431..82851bbb4 100644 Binary files a/wagtail/search/locale/nl/LC_MESSAGES/django.mo and b/wagtail/search/locale/nl/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/nl/LC_MESSAGES/django.po b/wagtail/search/locale/nl/LC_MESSAGES/django.po index 844ff8deb..e3597e6d9 100644 --- a/wagtail/search/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/search/locale/nl/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Dutch (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/search/locale/nl_NL/LC_MESSAGES/django.mo index 1132221fc..ef8ddb79a 100644 Binary files a/wagtail/search/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/search/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/search/locale/nl_NL/LC_MESSAGES/django.po index 28422038c..a622a8020 100644 --- a/wagtail/search/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/search/locale/nl_NL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-07 09:23+0000\n" "Last-Translator: Maarten Kling \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" diff --git a/wagtail/search/locale/pl/LC_MESSAGES/django.mo b/wagtail/search/locale/pl/LC_MESSAGES/django.mo index 4569d282e..7dd3057f5 100644 Binary files a/wagtail/search/locale/pl/LC_MESSAGES/django.mo and b/wagtail/search/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/pl/LC_MESSAGES/django.po b/wagtail/search/locale/pl/LC_MESSAGES/django.po index 501ae7150..9ddbf6f77 100644 --- a/wagtail/search/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/search/locale/pl/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-15 08:29+0000\n" "Last-Translator: Miłosz Miśkiewicz\n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/pt_BR/LC_MESSAGES/django.mo b/wagtail/search/locale/pt_BR/LC_MESSAGES/django.mo index 3445fc166..600bef993 100644 Binary files a/wagtail/search/locale/pt_BR/LC_MESSAGES/django.mo and b/wagtail/search/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/search/locale/pt_BR/LC_MESSAGES/django.po index 8a5f851a5..99d66647f 100644 --- a/wagtail/search/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/search/locale/pt_BR/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/torchbox/" diff --git a/wagtail/search/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/search/locale/pt_PT/LC_MESSAGES/django.mo index 0f40176ed..420d8b1cf 100644 Binary files a/wagtail/search/locale/pt_PT/LC_MESSAGES/django.mo and b/wagtail/search/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/search/locale/pt_PT/LC_MESSAGES/django.po index 6d20cff4e..19f1a3f97 100644 --- a/wagtail/search/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/search/locale/pt_PT/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" diff --git a/wagtail/search/locale/ro/LC_MESSAGES/django.mo b/wagtail/search/locale/ro/LC_MESSAGES/django.mo index 1dd3bdaab..bf7499216 100644 Binary files a/wagtail/search/locale/ro/LC_MESSAGES/django.mo and b/wagtail/search/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/ro/LC_MESSAGES/django.po b/wagtail/search/locale/ro/LC_MESSAGES/django.po index 778561bc9..f4fbd0acd 100644 --- a/wagtail/search/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/search/locale/ro/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-02-27 18:02+0000\n" "Last-Translator: Dan Braghis\n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/ru/LC_MESSAGES/django.mo b/wagtail/search/locale/ru/LC_MESSAGES/django.mo index 6167b498b..5d20ffa8c 100644 Binary files a/wagtail/search/locale/ru/LC_MESSAGES/django.mo and b/wagtail/search/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/ru/LC_MESSAGES/django.po b/wagtail/search/locale/ru/LC_MESSAGES/django.po index aa3d8632f..47e878728 100644 --- a/wagtail/search/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/search/locale/ru/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-27 13:13+0000\n" "Last-Translator: Tatsiana Tsygan \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/search/locale/sk_SK/LC_MESSAGES/django.mo index 4f829d32e..c9ae9ae89 100644 Binary files a/wagtail/search/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/search/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/search/locale/sk_SK/LC_MESSAGES/django.po index 571068e9b..86dc70663 100644 --- a/wagtail/search/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/search/locale/sk_SK/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/search/locale/sl/LC_MESSAGES/django.mo b/wagtail/search/locale/sl/LC_MESSAGES/django.mo index f35e07ecb..76e9de5b2 100644 Binary files a/wagtail/search/locale/sl/LC_MESSAGES/django.mo and b/wagtail/search/locale/sl/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/sl/LC_MESSAGES/django.po b/wagtail/search/locale/sl/LC_MESSAGES/django.po index 7821bbc30..4678e641f 100644 --- a/wagtail/search/locale/sl/LC_MESSAGES/django.po +++ b/wagtail/search/locale/sl/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Slovenian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/sv/LC_MESSAGES/django.mo b/wagtail/search/locale/sv/LC_MESSAGES/django.mo index 40be47a19..fbda68bc2 100644 Binary files a/wagtail/search/locale/sv/LC_MESSAGES/django.mo and b/wagtail/search/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/sv/LC_MESSAGES/django.po b/wagtail/search/locale/sv/LC_MESSAGES/django.po index 3258f6260..0ac838b82 100644 --- a/wagtail/search/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/search/locale/sv/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-27 23:14+0000\n" "Last-Translator: Philip Andersen \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/tet/LC_MESSAGES/django.mo b/wagtail/search/locale/tet/LC_MESSAGES/django.mo index 7ff189873..cf55c4f32 100644 Binary files a/wagtail/search/locale/tet/LC_MESSAGES/django.mo and b/wagtail/search/locale/tet/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/tet/LC_MESSAGES/django.po b/wagtail/search/locale/tet/LC_MESSAGES/django.po index e82b9c494..b90b3982f 100644 --- a/wagtail/search/locale/tet/LC_MESSAGES/django.po +++ b/wagtail/search/locale/tet/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-04-04 02:14+0000\n" "Last-Translator: Mariano de Deus \n" "Language-Team: Tetum (Tetun) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/search/locale/th/LC_MESSAGES/django.mo b/wagtail/search/locale/th/LC_MESSAGES/django.mo index 23acfb13b..555a82b6d 100644 Binary files a/wagtail/search/locale/th/LC_MESSAGES/django.mo and b/wagtail/search/locale/th/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/th/LC_MESSAGES/django.po b/wagtail/search/locale/th/LC_MESSAGES/django.po index 69b7f6265..3d1d526c6 100644 --- a/wagtail/search/locale/th/LC_MESSAGES/django.po +++ b/wagtail/search/locale/th/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-02-10 11:18+0000\n" "Last-Translator: Walaksawan Vervoort \n" "Language-Team: Thai (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/tr/LC_MESSAGES/django.mo b/wagtail/search/locale/tr/LC_MESSAGES/django.mo index 478c77a71..88fdf33e8 100644 Binary files a/wagtail/search/locale/tr/LC_MESSAGES/django.mo and b/wagtail/search/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/tr/LC_MESSAGES/django.po b/wagtail/search/locale/tr/LC_MESSAGES/django.po index a03a2ba00..b35dea368 100644 --- a/wagtail/search/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/search/locale/tr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/uk/LC_MESSAGES/django.mo b/wagtail/search/locale/uk/LC_MESSAGES/django.mo index ab371e545..915522a86 100644 Binary files a/wagtail/search/locale/uk/LC_MESSAGES/django.mo and b/wagtail/search/locale/uk/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/uk/LC_MESSAGES/django.po b/wagtail/search/locale/uk/LC_MESSAGES/django.po index bb6862512..f5f42bae0 100644 --- a/wagtail/search/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/search/locale/uk/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-07-30 21:18+0000\n" "Last-Translator: Sergiy Shkodenko \n" "Language-Team: Ukrainian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/zh/LC_MESSAGES/django.mo b/wagtail/search/locale/zh/LC_MESSAGES/django.mo index f7ca04d04..643f3e888 100644 Binary files a/wagtail/search/locale/zh/LC_MESSAGES/django.mo and b/wagtail/search/locale/zh/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/zh/LC_MESSAGES/django.po b/wagtail/search/locale/zh/LC_MESSAGES/django.po index 2dbcbdd59..26cd824e9 100644 --- a/wagtail/search/locale/zh/LC_MESSAGES/django.po +++ b/wagtail/search/locale/zh/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Chinese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/search/locale/zh_Hans/LC_MESSAGES/django.mo b/wagtail/search/locale/zh_Hans/LC_MESSAGES/django.mo index aeee9a476..be9b7c661 100644 Binary files a/wagtail/search/locale/zh_Hans/LC_MESSAGES/django.mo and b/wagtail/search/locale/zh_Hans/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/zh_Hans/LC_MESSAGES/django.po b/wagtail/search/locale/zh_Hans/LC_MESSAGES/django.po index 403a848be..e5b4a70ee 100644 --- a/wagtail/search/locale/zh_Hans/LC_MESSAGES/django.po +++ b/wagtail/search/locale/zh_Hans/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-06-30 00:24+0000\n" "Last-Translator: Ed <724195301@qq.com>\n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/search/locale/zh_Hant/LC_MESSAGES/django.mo b/wagtail/search/locale/zh_Hant/LC_MESSAGES/django.mo index fd458f9fc..cda23ad1b 100644 Binary files a/wagtail/search/locale/zh_Hant/LC_MESSAGES/django.mo and b/wagtail/search/locale/zh_Hant/LC_MESSAGES/django.mo differ diff --git a/wagtail/search/locale/zh_Hant/LC_MESSAGES/django.po b/wagtail/search/locale/zh_Hant/LC_MESSAGES/django.po index 11325b6bc..d2df36459 100644 --- a/wagtail/search/locale/zh_Hant/LC_MESSAGES/django.po +++ b/wagtail/search/locale/zh_Hant/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-02-05 06:35+0000\n" "Last-Translator: Yeh Yen-Ke \n" "Language-Team: Chinese Traditional (http://www.transifex.com/torchbox/" diff --git a/wagtail/sites/locale/ar/LC_MESSAGES/django.mo b/wagtail/sites/locale/ar/LC_MESSAGES/django.mo index 56bbd5206..b05218f1b 100644 Binary files a/wagtail/sites/locale/ar/LC_MESSAGES/django.mo and b/wagtail/sites/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/ar/LC_MESSAGES/django.po b/wagtail/sites/locale/ar/LC_MESSAGES/django.po index 9e835a982..e8fa644fe 100644 --- a/wagtail/sites/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/ar/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-27 13:37+0000\n" "Last-Translator: abdulaziz alfuhigi \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/sites/locale/be/LC_MESSAGES/django.mo b/wagtail/sites/locale/be/LC_MESSAGES/django.mo index 7d1167d48..1ef7c3af2 100644 Binary files a/wagtail/sites/locale/be/LC_MESSAGES/django.mo and b/wagtail/sites/locale/be/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/be/LC_MESSAGES/django.po b/wagtail/sites/locale/be/LC_MESSAGES/django.po index a9a950261..1a7f6cdbc 100644 --- a/wagtail/sites/locale/be/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/be/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-10-27 15:11+0000\n" "Last-Translator: Tatsiana Tsygan \n" "Language-Team: Belarusian (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/sites/locale/ca/LC_MESSAGES/django.mo b/wagtail/sites/locale/ca/LC_MESSAGES/django.mo index 4a5af951b..eae498052 100644 Binary files a/wagtail/sites/locale/ca/LC_MESSAGES/django.mo and b/wagtail/sites/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/ca/LC_MESSAGES/django.po b/wagtail/sites/locale/ca/LC_MESSAGES/django.po index 0056cfb17..321762332 100644 --- a/wagtail/sites/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/ca/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/sites/locale/cs/LC_MESSAGES/django.mo b/wagtail/sites/locale/cs/LC_MESSAGES/django.mo index c28d6ca08..260f9a1bb 100644 Binary files a/wagtail/sites/locale/cs/LC_MESSAGES/django.mo and b/wagtail/sites/locale/cs/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/cs/LC_MESSAGES/django.po b/wagtail/sites/locale/cs/LC_MESSAGES/django.po index 8b3a625c6..d5d69fd99 100644 --- a/wagtail/sites/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/cs/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-11-26 15:03+0000\n" "Last-Translator: IT Management \n" "Language-Team: Czech (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/sites/locale/de/LC_MESSAGES/django.mo b/wagtail/sites/locale/de/LC_MESSAGES/django.mo index 96314431c..5ccb8e213 100644 Binary files a/wagtail/sites/locale/de/LC_MESSAGES/django.mo and b/wagtail/sites/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/de/LC_MESSAGES/django.po b/wagtail/sites/locale/de/LC_MESSAGES/django.po index 6c1a3fd35..79f68ff63 100644 --- a/wagtail/sites/locale/de/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/de/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-09 09:55+0000\n" "Last-Translator: Henrik Kröger \n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/sites/locale/el/LC_MESSAGES/django.mo b/wagtail/sites/locale/el/LC_MESSAGES/django.mo index 3285f582e..baae10591 100644 Binary files a/wagtail/sites/locale/el/LC_MESSAGES/django.mo and b/wagtail/sites/locale/el/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/el/LC_MESSAGES/django.po b/wagtail/sites/locale/el/LC_MESSAGES/django.po index 9440d0d3c..ca2c2cea3 100644 --- a/wagtail/sites/locale/el/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/el/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Greek (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/sites/locale/en/LC_MESSAGES/django.mo b/wagtail/sites/locale/en/LC_MESSAGES/django.mo index b1e994302..6420bb1ad 100644 Binary files a/wagtail/sites/locale/en/LC_MESSAGES/django.mo and b/wagtail/sites/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/en/LC_MESSAGES/django.po b/wagtail/sites/locale/en/LC_MESSAGES/django.po index 78683c49a..a6001c93f 100644 --- a/wagtail/sites/locale/en/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/wagtail/sites/locale/es/LC_MESSAGES/django.mo b/wagtail/sites/locale/es/LC_MESSAGES/django.mo index 2ac8cb649..16e0d5c4c 100644 Binary files a/wagtail/sites/locale/es/LC_MESSAGES/django.mo and b/wagtail/sites/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/es/LC_MESSAGES/django.po b/wagtail/sites/locale/es/LC_MESSAGES/django.po index 142b768e5..3e9e33d4e 100644 --- a/wagtail/sites/locale/es/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/es/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-07 13:06+0000\n" "Last-Translator: José Luis \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/sites/locale/fa/LC_MESSAGES/django.mo b/wagtail/sites/locale/fa/LC_MESSAGES/django.mo index 6f1560eb1..f444459e8 100644 Binary files a/wagtail/sites/locale/fa/LC_MESSAGES/django.mo and b/wagtail/sites/locale/fa/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/fa/LC_MESSAGES/django.po b/wagtail/sites/locale/fa/LC_MESSAGES/django.po index 2de9f9f93..2f27dca71 100644 --- a/wagtail/sites/locale/fa/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/fa/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Persian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/sites/locale/fi/LC_MESSAGES/django.mo b/wagtail/sites/locale/fi/LC_MESSAGES/django.mo index ba8a3a1ef..591f4515b 100644 Binary files a/wagtail/sites/locale/fi/LC_MESSAGES/django.mo and b/wagtail/sites/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/fi/LC_MESSAGES/django.po b/wagtail/sites/locale/fi/LC_MESSAGES/django.po index 899c9c076..c64d9fa7b 100644 --- a/wagtail/sites/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/fi/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/sites/locale/fr/LC_MESSAGES/django.mo b/wagtail/sites/locale/fr/LC_MESSAGES/django.mo index f1ef46572..b03c36ae0 100644 Binary files a/wagtail/sites/locale/fr/LC_MESSAGES/django.mo and b/wagtail/sites/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/fr/LC_MESSAGES/django.po b/wagtail/sites/locale/fr/LC_MESSAGES/django.po index f7140c578..5872108f3 100644 --- a/wagtail/sites/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/fr/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-07 14:41+0000\n" "Last-Translator: Bertrand Bordage \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/sites/locale/gl/LC_MESSAGES/django.mo b/wagtail/sites/locale/gl/LC_MESSAGES/django.mo index f465d52f1..eb3b77c02 100644 Binary files a/wagtail/sites/locale/gl/LC_MESSAGES/django.mo and b/wagtail/sites/locale/gl/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/gl/LC_MESSAGES/django.po b/wagtail/sites/locale/gl/LC_MESSAGES/django.po index aaca31a3d..34102a6f7 100644 --- a/wagtail/sites/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/gl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Galician (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/sites/locale/he_IL/LC_MESSAGES/django.mo b/wagtail/sites/locale/he_IL/LC_MESSAGES/django.mo index 4e241624f..70f52d2b1 100644 Binary files a/wagtail/sites/locale/he_IL/LC_MESSAGES/django.mo and b/wagtail/sites/locale/he_IL/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/he_IL/LC_MESSAGES/django.po b/wagtail/sites/locale/he_IL/LC_MESSAGES/django.po index 4f096a751..9c6cdd56e 100644 --- a/wagtail/sites/locale/he_IL/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/he_IL/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/sites/locale/hu/LC_MESSAGES/django.mo b/wagtail/sites/locale/hu/LC_MESSAGES/django.mo index 57f59dc82..909e993b2 100644 Binary files a/wagtail/sites/locale/hu/LC_MESSAGES/django.mo and b/wagtail/sites/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/hu/LC_MESSAGES/django.po b/wagtail/sites/locale/hu/LC_MESSAGES/django.po index 7b53daad6..98d41bf5d 100644 --- a/wagtail/sites/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/hu/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-08-01 11:55+0000\n" "Last-Translator: Istvan Farkas \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/sites/locale/id_ID/LC_MESSAGES/django.mo b/wagtail/sites/locale/id_ID/LC_MESSAGES/django.mo index 32afa90fc..6394c27a4 100644 Binary files a/wagtail/sites/locale/id_ID/LC_MESSAGES/django.mo and b/wagtail/sites/locale/id_ID/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/id_ID/LC_MESSAGES/django.po b/wagtail/sites/locale/id_ID/LC_MESSAGES/django.po index 4102cf8b2..e6149a87f 100644 --- a/wagtail/sites/locale/id_ID/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/id_ID/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-09-18 08:03+0000\n" "Last-Translator: M. Febrian Ramadhana \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/torchbox/" diff --git a/wagtail/sites/locale/is_IS/LC_MESSAGES/django.mo b/wagtail/sites/locale/is_IS/LC_MESSAGES/django.mo index 411ce1ddf..955f66d37 100644 Binary files a/wagtail/sites/locale/is_IS/LC_MESSAGES/django.mo and b/wagtail/sites/locale/is_IS/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/is_IS/LC_MESSAGES/django.po b/wagtail/sites/locale/is_IS/LC_MESSAGES/django.po index 0611d6598..6e4ac513d 100644 --- a/wagtail/sites/locale/is_IS/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/is_IS/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-07 10:20+0000\n" "Last-Translator: saevarom \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/torchbox/" diff --git a/wagtail/sites/locale/it/LC_MESSAGES/django.mo b/wagtail/sites/locale/it/LC_MESSAGES/django.mo index 91a79d428..57662756e 100644 Binary files a/wagtail/sites/locale/it/LC_MESSAGES/django.mo and b/wagtail/sites/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/it/LC_MESSAGES/django.po b/wagtail/sites/locale/it/LC_MESSAGES/django.po index cf628300e..59deefdb2 100644 --- a/wagtail/sites/locale/it/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/it/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-10 14:19+0000\n" "Last-Translator: giammi \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/sites/locale/ja/LC_MESSAGES/django.mo b/wagtail/sites/locale/ja/LC_MESSAGES/django.mo index 0a0ce3044..389e5bd5c 100644 Binary files a/wagtail/sites/locale/ja/LC_MESSAGES/django.mo and b/wagtail/sites/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/ja/LC_MESSAGES/django.po b/wagtail/sites/locale/ja/LC_MESSAGES/django.po index 889b84655..4ed397c1c 100644 --- a/wagtail/sites/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/ja/LC_MESSAGES/django.po @@ -5,13 +5,14 @@ # Translators: # Daigo Shitara , 2014,2016 # shuhei hirota, 2019 +# 小口英昭 , 2019 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-05-30 04:16+0000\n" -"Last-Translator: shuhei hirota\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-05 02:18+0000\n" +"Last-Translator: 小口英昭 \n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" "ja/)\n" "MIME-Version: 1.0\n" @@ -56,6 +57,12 @@ msgstr "サイトを追加" msgid "Add site" msgstr "サイトを追加" +msgid "Site '{0}' created." +msgstr "'{0}'のサイトが作成されました。" + +msgid "Site '{0}' updated." +msgstr "'{0}'のサイトが更新されました。" + msgid "The site could not be saved due to errors." msgstr "エラーが発生したため、サイトを保存できませんでした。" diff --git a/wagtail/sites/locale/ka/LC_MESSAGES/django.mo b/wagtail/sites/locale/ka/LC_MESSAGES/django.mo index 80da0d7b2..4b80cefe3 100644 Binary files a/wagtail/sites/locale/ka/LC_MESSAGES/django.mo and b/wagtail/sites/locale/ka/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/ka/LC_MESSAGES/django.po b/wagtail/sites/locale/ka/LC_MESSAGES/django.po index 742ea28bd..2cb5701a3 100644 --- a/wagtail/sites/locale/ka/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/ka/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Georgian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/sites/locale/ko/LC_MESSAGES/django.mo b/wagtail/sites/locale/ko/LC_MESSAGES/django.mo index 9c36d0649..d5ae3a51e 100644 Binary files a/wagtail/sites/locale/ko/LC_MESSAGES/django.mo and b/wagtail/sites/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/ko/LC_MESSAGES/django.po b/wagtail/sites/locale/ko/LC_MESSAGES/django.po index 66018802a..4278125fc 100644 --- a/wagtail/sites/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/ko/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-01-21 07:38+0000\n" "Last-Translator: Kyungil Choi \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/sites/locale/lt/LC_MESSAGES/django.mo b/wagtail/sites/locale/lt/LC_MESSAGES/django.mo index 9db2f1cf7..bcd5ff601 100644 Binary files a/wagtail/sites/locale/lt/LC_MESSAGES/django.mo and b/wagtail/sites/locale/lt/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/lt/LC_MESSAGES/django.po b/wagtail/sites/locale/lt/LC_MESSAGES/django.po index 307cdfa3c..c50d7b30f 100644 --- a/wagtail/sites/locale/lt/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/lt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Lithuanian (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/sites/locale/lv/LC_MESSAGES/django.mo b/wagtail/sites/locale/lv/LC_MESSAGES/django.mo index 151f292b0..9452aa226 100644 Binary files a/wagtail/sites/locale/lv/LC_MESSAGES/django.mo and b/wagtail/sites/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/lv/LC_MESSAGES/django.po b/wagtail/sites/locale/lv/LC_MESSAGES/django.po index 2a68de7b1..6cc32393b 100644 --- a/wagtail/sites/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/lv/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/sites/locale/mn/LC_MESSAGES/django.mo b/wagtail/sites/locale/mn/LC_MESSAGES/django.mo index 73686fa5a..c41ea286a 100644 Binary files a/wagtail/sites/locale/mn/LC_MESSAGES/django.mo and b/wagtail/sites/locale/mn/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/mn/LC_MESSAGES/django.po b/wagtail/sites/locale/mn/LC_MESSAGES/django.po index cced666a8..6bc0d7f14 100644 --- a/wagtail/sites/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/mn/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-01-24 10:51+0000\n" "Last-Translator: Myagmarjav Enkhbileg \n" "Language-Team: Mongolian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/sites/locale/my/LC_MESSAGES/django.mo b/wagtail/sites/locale/my/LC_MESSAGES/django.mo index d89062d41..719368b4d 100644 Binary files a/wagtail/sites/locale/my/LC_MESSAGES/django.mo and b/wagtail/sites/locale/my/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/my/LC_MESSAGES/django.po b/wagtail/sites/locale/my/LC_MESSAGES/django.po index 8d6e8280c..ccc950bd5 100644 --- a/wagtail/sites/locale/my/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/my/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-01-22 16:20+0000\n" "Last-Translator: ime11 \n" "Language-Team: Burmese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/sites/locale/nb/LC_MESSAGES/django.mo b/wagtail/sites/locale/nb/LC_MESSAGES/django.mo index 31ce07017..b0ac008dc 100644 Binary files a/wagtail/sites/locale/nb/LC_MESSAGES/django.mo and b/wagtail/sites/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/nb/LC_MESSAGES/django.po b/wagtail/sites/locale/nb/LC_MESSAGES/django.po index 06051f82a..43b8a04f5 100644 --- a/wagtail/sites/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/nb/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-07 12:25+0000\n" "Last-Translator: Stein Strindhaug \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/sites/locale/nl/LC_MESSAGES/django.mo b/wagtail/sites/locale/nl/LC_MESSAGES/django.mo index bc77fe510..58f50d7fb 100644 Binary files a/wagtail/sites/locale/nl/LC_MESSAGES/django.mo and b/wagtail/sites/locale/nl/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/nl/LC_MESSAGES/django.po b/wagtail/sites/locale/nl/LC_MESSAGES/django.po index 6073803d4..e4777d307 100644 --- a/wagtail/sites/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/nl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Dutch (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/sites/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/sites/locale/nl_NL/LC_MESSAGES/django.mo index b5772a007..3717d3800 100644 Binary files a/wagtail/sites/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/sites/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/sites/locale/nl_NL/LC_MESSAGES/django.po index bc79754dc..d714d66d0 100644 --- a/wagtail/sites/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/nl_NL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-07 09:05+0000\n" "Last-Translator: Maarten Kling \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" diff --git a/wagtail/sites/locale/pl/LC_MESSAGES/django.mo b/wagtail/sites/locale/pl/LC_MESSAGES/django.mo index 8fff8aeff..fa149264a 100644 Binary files a/wagtail/sites/locale/pl/LC_MESSAGES/django.mo and b/wagtail/sites/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/pl/LC_MESSAGES/django.po b/wagtail/sites/locale/pl/LC_MESSAGES/django.po index 462911d98..e38174a00 100644 --- a/wagtail/sites/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/pl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-05-09 13:39+0000\n" "Last-Translator: Miłosz Miśkiewicz\n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/sites/locale/pt_BR/LC_MESSAGES/django.mo b/wagtail/sites/locale/pt_BR/LC_MESSAGES/django.mo index 240de05da..fa96d0b7a 100644 Binary files a/wagtail/sites/locale/pt_BR/LC_MESSAGES/django.mo and b/wagtail/sites/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/sites/locale/pt_BR/LC_MESSAGES/django.po index 07b63e3cb..40630052a 100644 --- a/wagtail/sites/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/pt_BR/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/torchbox/" diff --git a/wagtail/sites/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/sites/locale/pt_PT/LC_MESSAGES/django.mo index 97d784cf6..1eccb0f73 100644 Binary files a/wagtail/sites/locale/pt_PT/LC_MESSAGES/django.mo and b/wagtail/sites/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/sites/locale/pt_PT/LC_MESSAGES/django.po index 5c8af4084..9b03e6747 100644 --- a/wagtail/sites/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/pt_PT/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" diff --git a/wagtail/sites/locale/ro/LC_MESSAGES/django.mo b/wagtail/sites/locale/ro/LC_MESSAGES/django.mo index 53753d8b2..2e05c2a3f 100644 Binary files a/wagtail/sites/locale/ro/LC_MESSAGES/django.mo and b/wagtail/sites/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/ro/LC_MESSAGES/django.po b/wagtail/sites/locale/ro/LC_MESSAGES/django.po index 56e807981..3028455f7 100644 --- a/wagtail/sites/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/ro/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-02-27 18:03+0000\n" "Last-Translator: Dan Braghis\n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/sites/locale/ru/LC_MESSAGES/django.mo b/wagtail/sites/locale/ru/LC_MESSAGES/django.mo index 979e8e8f1..387509d84 100644 Binary files a/wagtail/sites/locale/ru/LC_MESSAGES/django.mo and b/wagtail/sites/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/ru/LC_MESSAGES/django.po b/wagtail/sites/locale/ru/LC_MESSAGES/django.po index 014b35f73..e362e4818 100644 --- a/wagtail/sites/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/ru/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/sites/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/sites/locale/sk_SK/LC_MESSAGES/django.mo index 538b72335..03364a696 100644 Binary files a/wagtail/sites/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/sites/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/sites/locale/sk_SK/LC_MESSAGES/django.po index c646ae7a7..e20e79440 100644 --- a/wagtail/sites/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/sk_SK/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/sites/locale/sl/LC_MESSAGES/django.mo b/wagtail/sites/locale/sl/LC_MESSAGES/django.mo index 3a7c6a6de..ffb7b34f6 100644 Binary files a/wagtail/sites/locale/sl/LC_MESSAGES/django.mo and b/wagtail/sites/locale/sl/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/sl/LC_MESSAGES/django.po b/wagtail/sites/locale/sl/LC_MESSAGES/django.po index 635dad24a..29f7f8a6a 100644 --- a/wagtail/sites/locale/sl/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/sl/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Slovenian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/sites/locale/sv/LC_MESSAGES/django.mo b/wagtail/sites/locale/sv/LC_MESSAGES/django.mo index 132040db6..300218414 100644 Binary files a/wagtail/sites/locale/sv/LC_MESSAGES/django.mo and b/wagtail/sites/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/sv/LC_MESSAGES/django.po b/wagtail/sites/locale/sv/LC_MESSAGES/django.po index aadd1b706..a3fff5c38 100644 --- a/wagtail/sites/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/sv/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-27 23:14+0000\n" "Last-Translator: Philip Andersen \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/sites/locale/tet/LC_MESSAGES/django.mo b/wagtail/sites/locale/tet/LC_MESSAGES/django.mo index e4178c16d..6a8f9d27e 100644 Binary files a/wagtail/sites/locale/tet/LC_MESSAGES/django.mo and b/wagtail/sites/locale/tet/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/tet/LC_MESSAGES/django.po b/wagtail/sites/locale/tet/LC_MESSAGES/django.po index 468546a64..4e5cf1eee 100644 --- a/wagtail/sites/locale/tet/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/tet/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-05-11 02:53+0000\n" "Last-Translator: Onorio de Jesus Afonso \n" "Language-Team: Tetum (Tetun) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/sites/locale/th/LC_MESSAGES/django.mo b/wagtail/sites/locale/th/LC_MESSAGES/django.mo index 1e5a93b73..8293613f8 100644 Binary files a/wagtail/sites/locale/th/LC_MESSAGES/django.mo and b/wagtail/sites/locale/th/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/th/LC_MESSAGES/django.po b/wagtail/sites/locale/th/LC_MESSAGES/django.po index d0b9076b9..0d7e5cf61 100644 --- a/wagtail/sites/locale/th/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/th/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-02-16 17:12+0000\n" "Last-Translator: Walaksawan Vervoort \n" "Language-Team: Thai (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/sites/locale/tr/LC_MESSAGES/django.mo b/wagtail/sites/locale/tr/LC_MESSAGES/django.mo index 127a106a2..88f4b840c 100644 Binary files a/wagtail/sites/locale/tr/LC_MESSAGES/django.mo and b/wagtail/sites/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/tr/LC_MESSAGES/django.po b/wagtail/sites/locale/tr/LC_MESSAGES/django.po index 4bb7e3a4d..ce7b3fd41 100644 --- a/wagtail/sites/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/tr/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-05-04 19:31+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/sites/locale/uk/LC_MESSAGES/django.mo b/wagtail/sites/locale/uk/LC_MESSAGES/django.mo index 036608b02..8f37974b9 100644 Binary files a/wagtail/sites/locale/uk/LC_MESSAGES/django.mo and b/wagtail/sites/locale/uk/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/uk/LC_MESSAGES/django.po b/wagtail/sites/locale/uk/LC_MESSAGES/django.po index ecbfdddc4..e36109d0f 100644 --- a/wagtail/sites/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/uk/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-07-30 21:18+0000\n" "Last-Translator: Sergiy Shkodenko \n" "Language-Team: Ukrainian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/sites/locale/zh_Hans/LC_MESSAGES/django.mo b/wagtail/sites/locale/zh_Hans/LC_MESSAGES/django.mo index 713048517..220c01b58 100644 Binary files a/wagtail/sites/locale/zh_Hans/LC_MESSAGES/django.mo and b/wagtail/sites/locale/zh_Hans/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/zh_Hans/LC_MESSAGES/django.po b/wagtail/sites/locale/zh_Hans/LC_MESSAGES/django.po index dbd9130c8..60988db2b 100644 --- a/wagtail/sites/locale/zh_Hans/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/zh_Hans/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2018-06-30 00:26+0000\n" "Last-Translator: Ed <724195301@qq.com>\n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/sites/locale/zh_Hant/LC_MESSAGES/django.mo b/wagtail/sites/locale/zh_Hant/LC_MESSAGES/django.mo index ad475e056..d72bb245b 100644 Binary files a/wagtail/sites/locale/zh_Hant/LC_MESSAGES/django.mo and b/wagtail/sites/locale/zh_Hant/LC_MESSAGES/django.mo differ diff --git a/wagtail/sites/locale/zh_Hant/LC_MESSAGES/django.po b/wagtail/sites/locale/zh_Hant/LC_MESSAGES/django.po index 1a7a25663..b8b967be2 100644 --- a/wagtail/sites/locale/zh_Hant/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/zh_Hant/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-02-05 06:38+0000\n" "Last-Translator: Yeh Yen-Ke \n" "Language-Team: Chinese Traditional (http://www.transifex.com/torchbox/" diff --git a/wagtail/snippets/locale/ar/LC_MESSAGES/django.mo b/wagtail/snippets/locale/ar/LC_MESSAGES/django.mo index 97ce69b3b..2731e275b 100644 Binary files a/wagtail/snippets/locale/ar/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/ar/LC_MESSAGES/django.po b/wagtail/snippets/locale/ar/LC_MESSAGES/django.po index 0ef7d5c34..5ca6fc317 100644 --- a/wagtail/snippets/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/ar/LC_MESSAGES/django.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" "ar/)\n" @@ -139,27 +139,15 @@ msgstr "حرر هذه الصفحة" msgid "Search %(snippet_type_name)s" msgstr "بحث %(snippet_type_name)s" -msgid "{snippet_type} '{instance}' created." -msgstr "تم إنشاء {snippet_type} '{instance}'." - msgid "Edit" msgstr "تحرير" msgid "The snippet could not be created due to errors." msgstr "لم تنشئ القصااصة بسبب أخطاء" -msgid "{snippet_type} '{instance}' updated." -msgstr "تم تحديث {snippet_type} '{instance}'." - msgid "The snippet could not be saved due to errors." msgstr "لم تحفظ القصااصة بسبب أخطاء" -msgid "{snippet_type} '{instance}' deleted." -msgstr "تم حذف {snippet_type} '{instance}'." - -msgid "{count} {snippet_type} deleted." -msgstr "تم حذف {count} {snippet_type}." - #, python-format msgid "Choose %s" msgstr "اختر %s" diff --git a/wagtail/snippets/locale/be/LC_MESSAGES/django.mo b/wagtail/snippets/locale/be/LC_MESSAGES/django.mo index 7a0f024ba..64c62e529 100644 Binary files a/wagtail/snippets/locale/be/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/be/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/be/LC_MESSAGES/django.po b/wagtail/snippets/locale/be/LC_MESSAGES/django.po index 1e3dbc854..06a5c2224 100644 --- a/wagtail/snippets/locale/be/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/be/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Belarusian (http://www.transifex.com/torchbox/wagtail/" "language/be/)\n" @@ -135,27 +135,15 @@ msgstr "Рэдактаваць гэтую старонку" msgid "Search %(snippet_type_name)s" msgstr "Шукаць %(snippet_type_name)s" -msgid "{snippet_type} '{instance}' created." -msgstr "{snippet_type} '{instance}' створана." - msgid "Edit" msgstr "Рэдактаваць" msgid "The snippet could not be created due to errors." msgstr "Фрагмент кода не можа быць створана з-за памылкі." -msgid "{snippet_type} '{instance}' updated." -msgstr "{snippet_type} '{instance}' абноўлены." - msgid "The snippet could not be saved due to errors." msgstr "Фрагмент кода не можа быць захавана з-за памылкі." -msgid "{snippet_type} '{instance}' deleted." -msgstr "{snippet_type} '{instance}' выдалены." - -msgid "{count} {snippet_type} deleted." -msgstr "{count} {snippet_type} выдалены." - #, python-format msgid "Choose %s" msgstr "Выбраць %s" diff --git a/wagtail/snippets/locale/bg/LC_MESSAGES/django.mo b/wagtail/snippets/locale/bg/LC_MESSAGES/django.mo index f873d9be5..f64ab51ea 100644 Binary files a/wagtail/snippets/locale/bg/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/bg/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/bg/LC_MESSAGES/django.po b/wagtail/snippets/locale/bg/LC_MESSAGES/django.po index c241f4aee..dcedb3dd1 100644 --- a/wagtail/snippets/locale/bg/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/bg/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Bulgarian (http://www.transifex.com/torchbox/wagtail/language/" "bg/)\n" @@ -75,17 +75,8 @@ msgstr "Откъси от код %(snippet_type_name_plural)s" msgid "Add %(snippet_type_name)s" msgstr "Добави %(snippet_type_name)s" -msgid "{snippet_type} '{instance}' created." -msgstr "{snippet_type} '{instance}' е създаден" - msgid "The snippet could not be created due to errors." msgstr "Този код-откъс не беше създаден поради грешки." -msgid "{snippet_type} '{instance}' updated." -msgstr "{snippet_type} '{instance}' обновен." - msgid "The snippet could not be saved due to errors." msgstr "Откъса от док не можеше да бъде запазен поради грешки." - -msgid "{snippet_type} '{instance}' deleted." -msgstr "{snippet_type} '{instance}' изтрит." diff --git a/wagtail/snippets/locale/ca/LC_MESSAGES/django.mo b/wagtail/snippets/locale/ca/LC_MESSAGES/django.mo index 3b4aa1a8e..019fab7fe 100644 Binary files a/wagtail/snippets/locale/ca/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/ca/LC_MESSAGES/django.po b/wagtail/snippets/locale/ca/LC_MESSAGES/django.po index 0b5d6c0f1..54aaa9f5d 100644 --- a/wagtail/snippets/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/ca/LC_MESSAGES/django.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" "ca/)\n" @@ -111,24 +111,15 @@ msgstr "Editar aquesta plana" msgid "Search %(snippet_type_name)s" msgstr "Cercar %(snippet_type_name)s" -msgid "{snippet_type} '{instance}' created." -msgstr "{snippet_type} '{instance}' creat." - msgid "Edit" msgstr "Editar" msgid "The snippet could not be created due to errors." msgstr "El fragment no s'ha pogut crear degut a errors." -msgid "{snippet_type} '{instance}' updated." -msgstr "{snippet_type} '{instance}' actualitzat." - msgid "The snippet could not be saved due to errors." msgstr "El fragment no s'ha pogut desar degut a errors." -msgid "{snippet_type} '{instance}' deleted." -msgstr "{snippet_type} '{instance}' esborrat." - #, python-format msgid "Choose %s" msgstr "Seleccioni %s" diff --git a/wagtail/snippets/locale/cs/LC_MESSAGES/django.mo b/wagtail/snippets/locale/cs/LC_MESSAGES/django.mo index 69215f26c..6be1ae5e9 100644 Binary files a/wagtail/snippets/locale/cs/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/cs/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/cs/LC_MESSAGES/django.po b/wagtail/snippets/locale/cs/LC_MESSAGES/django.po index ae7f0dece..6631e9ce0 100644 --- a/wagtail/snippets/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/cs/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Czech (http://www.transifex.com/torchbox/wagtail/language/" "cs/)\n" @@ -175,27 +175,15 @@ msgstr "Editovat tuto stránku" msgid "Search %(snippet_type_name)s" msgstr "Hledat %(snippet_type_name)s" -msgid "{snippet_type} '{instance}' created." -msgstr "{snippet_type} '{instance}' vytvořen(o)." - msgid "Edit" msgstr "Upravit" msgid "The snippet could not be created due to errors." msgstr "Úryvek nemohl být vytvořen kvůli chybám." -msgid "{snippet_type} '{instance}' updated." -msgstr "{snippet_type} '{instance}' byl aktualizován." - msgid "The snippet could not be saved due to errors." msgstr "Úryvek nemohl být uložen kvůli chybám." -msgid "{snippet_type} '{instance}' deleted." -msgstr "{snippet_type} '{instance}' byl zrušen." - -msgid "{count} {snippet_type} deleted." -msgstr "{count} {snippet_type} zrušeno." - #, python-format msgid "Choose %s" msgstr "Zvol %s" diff --git a/wagtail/snippets/locale/de/LC_MESSAGES/django.mo b/wagtail/snippets/locale/de/LC_MESSAGES/django.mo index bdfa0c730..59d9aedca 100644 Binary files a/wagtail/snippets/locale/de/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/de/LC_MESSAGES/django.po b/wagtail/snippets/locale/de/LC_MESSAGES/django.po index 2c67ed6d3..67ccab504 100644 --- a/wagtail/snippets/locale/de/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/de/LC_MESSAGES/django.po @@ -4,10 +4,11 @@ # # Translators: # Benjamin Thurm, 2018 -# Ettore Atalan , 2017 +# Ettore Atalan , 2017,2019 # Henrik Kröger , 2016,2018 # Jannis, 2015 # Jannis Vajen, 2015 +# Johannes Fleck, 2019 # Johannes Spielmann , 2014 # karlsander , 2014 # karlsander , 2014 @@ -20,9 +21,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-31 14:35+0000\n" +"Last-Translator: Johannes Fleck\n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" "de/)\n" "MIME-Version: 1.0\n" @@ -121,6 +122,9 @@ msgstr "%(snippet_type_name)s - %(instance)s bearbeiten" msgid "Editing" msgstr "Bearbeiten" +msgid "Actions" +msgstr "Aktionen" + msgid "Delete" msgstr "Löschen" @@ -130,9 +134,17 @@ msgstr "Benutzung" msgid "Snippets" msgstr "Schnipsel" +#, python-format +msgid "Select all %(snippet_type_name_plural)s" +msgstr "Wähle alle %(snippet_type_name_plural)s" + msgid "Title" msgstr "Titel" +#, python-format +msgid "Select %(snippet)s" +msgstr "Wähle %(snippet)s" + #, python-format msgid "" "No %(snippet_type_name_plural)s have been created. Why not \n" "Language-Team: Greek (http://www.transifex.com/torchbox/wagtail/language/" "el/)\n" @@ -114,24 +114,15 @@ msgstr "Επεξεργασία αυτής της σελίδας" msgid "Search %(snippet_type_name)s" msgstr "Αναζήτηση %(snippet_type_name)s" -msgid "{snippet_type} '{instance}' created." -msgstr "Δημιουργήθηκε το '{instance}' τύπου {snippet_type}." - msgid "Edit" msgstr "Επεξεργασία " msgid "The snippet could not be created due to errors." msgstr "Δεν ήταν δυνατή η δημιουργία του snippet." -msgid "{snippet_type} '{instance}' updated." -msgstr "Πραγματοποιήθηκε αλλαγή του '{instance}' τύπου {snippet_type}." - msgid "The snippet could not be saved due to errors." msgstr "Δεν ήταν δυνατή η αποθήκευση του snippet." -msgid "{snippet_type} '{instance}' deleted." -msgstr "Το '{instance}' τύπου {snippet_type} διαγράφηκε." - #, python-format msgid "Choose %s" msgstr "Επιλογή %s" diff --git a/wagtail/snippets/locale/en/LC_MESSAGES/django.mo b/wagtail/snippets/locale/en/LC_MESSAGES/django.mo index b1e994302..3a9978006 100644 Binary files a/wagtail/snippets/locale/en/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/en/LC_MESSAGES/django.po b/wagtail/snippets/locale/en/LC_MESSAGES/django.po index 6dab8ae1d..cc619c1f6 100644 --- a/wagtail/snippets/locale/en/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -138,11 +138,21 @@ msgstr "" msgid "Snippets" msgstr "" -#: templates/wagtailsnippets/snippets/list.html:10 +#: templates/wagtailsnippets/snippets/list.html:12 +#, python-format +msgid "Select all %(snippet_type_name_plural)s" +msgstr "" + +#: templates/wagtailsnippets/snippets/list.html:15 #: templates/wagtailsnippets/snippets/usage.html:16 msgid "Title" msgstr "" +#: templates/wagtailsnippets/snippets/list.html:24 +#, python-format +msgid "Select %(snippet)s" +msgstr "" + #: templates/wagtailsnippets/snippets/results.html:22 #, python-format msgid "" @@ -190,51 +200,57 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/chooser.py:29 views/chooser.py:41 views/snippets.py:90 -#: views/snippets.py:102 +#: views/chooser.py:29 views/chooser.py:41 views/snippets.py:91 +#: views/snippets.py:103 #, python-format msgid "Search %(snippet_type_name)s" msgstr "" -#: views/snippets.py:147 -msgid "{snippet_type} '{instance}' created." +#: views/snippets.py:148 +#, python-format +msgid "%(snippet_type)s '%(instance)s' created." msgstr "" -#: views/snippets.py:154 views/snippets.py:201 +#: views/snippets.py:155 views/snippets.py:202 msgid "Edit" msgstr "" -#: views/snippets.py:160 +#: views/snippets.py:161 msgid "The snippet could not be created due to errors." msgstr "" -#: views/snippets.py:194 -msgid "{snippet_type} '{instance}' updated." +#: views/snippets.py:195 +#, python-format +msgid "%(snippet_type)s '%(instance)s' updated." msgstr "" -#: views/snippets.py:207 +#: views/snippets.py:208 msgid "The snippet could not be saved due to errors." msgstr "" -#: views/snippets.py:242 -msgid "{snippet_type} '{instance}' deleted." +#: views/snippets.py:243 +#, python-format +msgid "%(snippet_type)s '%(instance)s' deleted." msgstr "" -#: views/snippets.py:247 -msgid "{count} {snippet_type} deleted." -msgstr "" +#: views/snippets.py:252 +#, python-format +msgid "%(count)d %(snippet_type)s deleted." +msgid_plural "%(count)d %(snippet_type)s deleted." +msgstr[0] "" +msgstr[1] "" -#: widgets.py:14 +#: widgets.py:15 #, python-format msgid "Choose %s" msgstr "" -#: widgets.py:15 +#: widgets.py:16 #, python-format msgid "Choose another %s" msgstr "" -#: widgets.py:16 +#: widgets.py:17 #, python-format msgid "Edit this %s" msgstr "" diff --git a/wagtail/snippets/locale/es/LC_MESSAGES/django.mo b/wagtail/snippets/locale/es/LC_MESSAGES/django.mo index ec8ee8c9c..0adb2f451 100644 Binary files a/wagtail/snippets/locale/es/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/es/LC_MESSAGES/django.po b/wagtail/snippets/locale/es/LC_MESSAGES/django.po index ac7331594..c74771f4d 100644 --- a/wagtail/snippets/locale/es/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/es/LC_MESSAGES/django.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" "es/)\n" @@ -168,27 +168,15 @@ msgstr "Editar esta página" msgid "Search %(snippet_type_name)s" msgstr "Buscar %(snippet_type_name)s" -msgid "{snippet_type} '{instance}' created." -msgstr "{snippet_type} '{instance}' creado." - msgid "Edit" msgstr "Editar" msgid "The snippet could not be created due to errors." msgstr "El fragmento no pudo ser creado debido a errores." -msgid "{snippet_type} '{instance}' updated." -msgstr "{snippet_type} '{instance}' actualizado." - msgid "The snippet could not be saved due to errors." msgstr "El fragmento no puedo ser guardado debido a errores." -msgid "{snippet_type} '{instance}' deleted." -msgstr "{snippet_type} '{instance}' eliminado." - -msgid "{count} {snippet_type} deleted." -msgstr "{count} {snippet_type} eliminado." - #, python-format msgid "Choose %s" msgstr "Seleccionar %s" diff --git a/wagtail/snippets/locale/fa/LC_MESSAGES/django.mo b/wagtail/snippets/locale/fa/LC_MESSAGES/django.mo index ed337db71..8eb120f3e 100644 Binary files a/wagtail/snippets/locale/fa/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/fa/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/fa/LC_MESSAGES/django.po b/wagtail/snippets/locale/fa/LC_MESSAGES/django.po index f98276638..c6c4516c1 100644 --- a/wagtail/snippets/locale/fa/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/fa/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Persian (http://www.transifex.com/torchbox/wagtail/language/" "fa/)\n" @@ -109,24 +109,15 @@ msgstr "ویرایش این صفحه" msgid "Search %(snippet_type_name)s" msgstr "جستجوی %(snippet_type_name)s" -msgid "{snippet_type} '{instance}' created." -msgstr "{snippet_type} '{instance}' ایجاد شد." - msgid "Edit" msgstr "ویرایش" msgid "The snippet could not be created due to errors." msgstr "به دلیل بروز خطا قطعه ای ساخته نشد." -msgid "{snippet_type} '{instance}' updated." -msgstr "{snippet_type} '{instance}' بروزرسانی شد." - msgid "The snippet could not be saved due to errors." msgstr "قطعه به دلیل بروز خطا ذخیره نشد." -msgid "{snippet_type} '{instance}' deleted." -msgstr "{snippet_type} '{instance}' حذف شد." - #, python-format msgid "Choose %s" msgstr "انتخاب %s" diff --git a/wagtail/snippets/locale/fi/LC_MESSAGES/django.mo b/wagtail/snippets/locale/fi/LC_MESSAGES/django.mo index 440e7c0a0..39e8b3475 100644 Binary files a/wagtail/snippets/locale/fi/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/fi/LC_MESSAGES/django.po b/wagtail/snippets/locale/fi/LC_MESSAGES/django.po index 51933b099..fb89bccbe 100644 --- a/wagtail/snippets/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/fi/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" "fi/)\n" @@ -111,24 +111,15 @@ msgstr "Muokkaa tätä sivua" msgid "Search %(snippet_type_name)s" msgstr "Hae %(snippet_type_name)s" -msgid "{snippet_type} '{instance}' created." -msgstr "{snippet_type} '{instance}' luotu." - msgid "Edit" msgstr "Muokkaa" msgid "The snippet could not be created due to errors." msgstr "Pätkää ei voitu luoda virheiden vuoksi." -msgid "{snippet_type} '{instance}' updated." -msgstr "{snippet_type} '{instance}' päivitetty." - msgid "The snippet could not be saved due to errors." msgstr "Pätkää ei voitu tallentaa virheiden vuoksi." -msgid "{snippet_type} '{instance}' deleted." -msgstr "{snippet_type} '{instance}' poistettu." - #, python-format msgid "Choose %s" msgstr "Valitse %s" diff --git a/wagtail/snippets/locale/fr/LC_MESSAGES/django.mo b/wagtail/snippets/locale/fr/LC_MESSAGES/django.mo index 3ec23c547..1b2aac76f 100644 Binary files a/wagtail/snippets/locale/fr/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/fr/LC_MESSAGES/django.po b/wagtail/snippets/locale/fr/LC_MESSAGES/django.po index 15d2407a1..f274157ec 100644 --- a/wagtail/snippets/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/fr/LC_MESSAGES/django.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" "fr/)\n" @@ -168,27 +168,15 @@ msgstr "Modifier cette page" msgid "Search %(snippet_type_name)s" msgstr "Rechercher %(snippet_type_name)s" -msgid "{snippet_type} '{instance}' created." -msgstr "{snippet_type} '{instance}' créé." - msgid "Edit" msgstr "Modifier" msgid "The snippet could not be created due to errors." msgstr "Le bloc ne peut être créé du fait d'erreurs." -msgid "{snippet_type} '{instance}' updated." -msgstr "{snippet_type} '{instance}' mis à jour." - msgid "The snippet could not be saved due to errors." msgstr "Le bloc ne peut être enregistré du fait d'erreurs." -msgid "{snippet_type} '{instance}' deleted." -msgstr "{snippet_type} '{instance}' supprimé." - -msgid "{count} {snippet_type} deleted." -msgstr "{count} {snippet_type} supprimé." - #, python-format msgid "Choose %s" msgstr "Choisir %s" diff --git a/wagtail/snippets/locale/gl/LC_MESSAGES/django.mo b/wagtail/snippets/locale/gl/LC_MESSAGES/django.mo index 2e8ddcec2..3f918ee2f 100644 Binary files a/wagtail/snippets/locale/gl/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/gl/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/gl/LC_MESSAGES/django.po b/wagtail/snippets/locale/gl/LC_MESSAGES/django.po index 7110486ec..dc54e653c 100644 --- a/wagtail/snippets/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/gl/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Galician (http://www.transifex.com/torchbox/wagtail/language/" "gl/)\n" @@ -110,24 +110,15 @@ msgstr "Editar esta páxina" msgid "Search %(snippet_type_name)s" msgstr "Procurar %(snippet_type_name)s" -msgid "{snippet_type} '{instance}' created." -msgstr "{snippet_type} '{instance}' creado." - msgid "Edit" msgstr "Editar" msgid "The snippet could not be created due to errors." msgstr "O fragmento non puido ser creado debido a errores." -msgid "{snippet_type} '{instance}' updated." -msgstr "{snippet_type} '{instance}' actualizado." - msgid "The snippet could not be saved due to errors." msgstr "O fragmento non puido ser gardado debido a erros." -msgid "{snippet_type} '{instance}' deleted." -msgstr "{snippet_type} '{instance}' eliminado." - #, python-format msgid "Choose %s" msgstr "Seleccionar %s" diff --git a/wagtail/snippets/locale/he_IL/LC_MESSAGES/django.mo b/wagtail/snippets/locale/he_IL/LC_MESSAGES/django.mo index 9e7b4d0ce..6558b5eb5 100644 Binary files a/wagtail/snippets/locale/he_IL/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/he_IL/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/he_IL/LC_MESSAGES/django.po b/wagtail/snippets/locale/he_IL/LC_MESSAGES/django.po index 2f0c5d8fa..b8e5ec511 100644 --- a/wagtail/snippets/locale/he_IL/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/he_IL/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/torchbox/wagtail/" "language/he_IL/)\n" diff --git a/wagtail/snippets/locale/hu/LC_MESSAGES/django.mo b/wagtail/snippets/locale/hu/LC_MESSAGES/django.mo index 0167e2a3b..961721b0a 100644 Binary files a/wagtail/snippets/locale/hu/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/hu/LC_MESSAGES/django.po b/wagtail/snippets/locale/hu/LC_MESSAGES/django.po index 4cbca6c18..38e8eb8fa 100644 --- a/wagtail/snippets/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/hu/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-16 11:20+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-28 12:44+0000\n" "Last-Translator: Istvan Farkas \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" "hu/)\n" @@ -119,9 +119,17 @@ msgstr "Használat" msgid "Snippets" msgstr "Elemek" +#, python-format +msgid "Select all %(snippet_type_name_plural)s" +msgstr "Összes %(snippet_type_name_plural)s kiválasztása" + msgid "Title" msgstr "Cím" +#, python-format +msgid "Select %(snippet)s" +msgstr "%(snippet)s kiválasztása" + #, python-format msgid "" "No %(snippet_type_name_plural)s have been created. Why not \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/torchbox/" "wagtail/language/id_ID/)\n" @@ -146,27 +146,15 @@ msgstr "Ubah halaman ini" msgid "Search %(snippet_type_name)s" msgstr "Pencarian %(snippet_type_name)s" -msgid "{snippet_type} '{instance}' created." -msgstr "{snippet_type} '{instance}' dibuat." - msgid "Edit" msgstr "Ubah" msgid "The snippet could not be created due to errors." msgstr "Potongan tidak dapat dibuat karena suatu kesalahan." -msgid "{snippet_type} '{instance}' updated." -msgstr "{snippet_type} '{instance}' diperbarui." - msgid "The snippet could not be saved due to errors." msgstr "Potongan tidak dapat disimpan karena suatu kesalahan." -msgid "{snippet_type} '{instance}' deleted." -msgstr "{snippet_type} '{instance}' dihapus." - -msgid "{count} {snippet_type} deleted." -msgstr "{count} {snippet_type} dihapus." - #, python-format msgid "Choose %s" msgstr "Pilih %s" diff --git a/wagtail/snippets/locale/is_IS/LC_MESSAGES/django.mo b/wagtail/snippets/locale/is_IS/LC_MESSAGES/django.mo index 61d771ca5..5d6066ead 100644 Binary files a/wagtail/snippets/locale/is_IS/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/is_IS/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/is_IS/LC_MESSAGES/django.po b/wagtail/snippets/locale/is_IS/LC_MESSAGES/django.po index e9645dee6..a85f3c94f 100644 --- a/wagtail/snippets/locale/is_IS/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/is_IS/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/torchbox/" "wagtail/language/is_IS/)\n" @@ -160,27 +160,15 @@ msgstr "Breyta þessari síðu" msgid "Search %(snippet_type_name)s" msgstr "Leita í %(snippet_type_name)s" -msgid "{snippet_type} '{instance}' created." -msgstr "{snippet_type} '{instance}' búið til." - msgid "Edit" msgstr "Breyta" msgid "The snippet could not be created due to errors." msgstr "Ekki var hægt að búa til snifsi þar sem það stóðst ekki villuprófanir." -msgid "{snippet_type} '{instance}' updated." -msgstr "{snippet_type} '{instance}' uppfært." - msgid "The snippet could not be saved due to errors." msgstr "Ekki var hægt að vista snifsi þar sem það stóðst ekki villuprófanir." -msgid "{snippet_type} '{instance}' deleted." -msgstr "{snippet_type} '{instance}' eytt." - -msgid "{count} {snippet_type} deleted." -msgstr "{count} {snippet_type} eytt." - #, python-format msgid "Choose %s" msgstr "Veldu %s" diff --git a/wagtail/snippets/locale/it/LC_MESSAGES/django.mo b/wagtail/snippets/locale/it/LC_MESSAGES/django.mo index e4849cbe1..9ad329c68 100644 Binary files a/wagtail/snippets/locale/it/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/it/LC_MESSAGES/django.po b/wagtail/snippets/locale/it/LC_MESSAGES/django.po index 11e940fcd..3112b77a8 100644 --- a/wagtail/snippets/locale/it/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/it/LC_MESSAGES/django.po @@ -5,14 +5,15 @@ # Translators: # Giacomo Ghizzani , 2015-2018 # giammi , 2018 +# LB (Ben Johnston) , 2019 # Sandro Badalamenti , 2019 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-29 22:00+0000\n" +"Last-Translator: LB (Ben Johnston) \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" "it/)\n" "MIME-Version: 1.0\n" @@ -87,6 +88,9 @@ msgstr "Sei sicuro di voler cancellare %(count)s %(snippet_type_name)s?" msgid "Yes, delete" msgstr "Si, elimina" +msgid "No, don't delete" +msgstr "No, non eliminarlo" + #, python-format msgid "New %(snippet_type_name)s" msgstr "Nuovo %(snippet_type_name)s" @@ -162,27 +166,15 @@ msgstr "Modifica questa pagina" msgid "Search %(snippet_type_name)s" msgstr "Cerca %(snippet_type_name)s" -msgid "{snippet_type} '{instance}' created." -msgstr "{snippet_type} '{instance}' creato." - msgid "Edit" msgstr "Modifica" msgid "The snippet could not be created due to errors." msgstr "Lo snippet non può essere creato a causa di errori." -msgid "{snippet_type} '{instance}' updated." -msgstr "{snippet_type} '{instance}' modificato." - msgid "The snippet could not be saved due to errors." msgstr "Lo snippet non può essere salvato a causa di errori." -msgid "{snippet_type} '{instance}' deleted." -msgstr "{snippet_type} '{instance}' eliminato." - -msgid "{count} {snippet_type} deleted." -msgstr "{count} {snippet_type} cancellato." - #, python-format msgid "Choose %s" msgstr "Scegli %s" diff --git a/wagtail/snippets/locale/ja/LC_MESSAGES/django.mo b/wagtail/snippets/locale/ja/LC_MESSAGES/django.mo index c868d087e..c5832e291 100644 Binary files a/wagtail/snippets/locale/ja/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/ja/LC_MESSAGES/django.po b/wagtail/snippets/locale/ja/LC_MESSAGES/django.po index 962ac2929..6cbd96d29 100644 --- a/wagtail/snippets/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/ja/LC_MESSAGES/django.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-09-17 03:18+0000\n" -"Last-Translator: 小口英昭 \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" +"Last-Translator: Matt Westcott \n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" "ja/)\n" "MIME-Version: 1.0\n" @@ -48,6 +48,15 @@ msgstr[0] "" msgid "Sorry, no snippets match \"%(query_string)s\"" msgstr "\"%(query_string)s\"に一致する結果はありません。" +#, python-format +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now?" +msgstr "" +"まだ%(snippet_type_name)sの形式のスニペットが作成されていません。作成しますか?" + #, python-format msgid "Delete %(snippet_type_name)s" msgstr "%(snippet_type_name)sを削除" @@ -55,10 +64,19 @@ msgstr "%(snippet_type_name)sを削除" msgid "Delete " msgstr "削除" +#, python-format +msgid "Used %(usage_count)s time" +msgid_plural "Used %(usage_count)s times" +msgstr[0] "%(usage_count)s回使用" + #, python-format msgid "Are you sure you want to delete this %(snippet_type_name)s?" msgstr "%(snippet_type_name)sを削除してよろしいですか?" +#, python-format +msgid "Are you sure you want to delete %(count)s %(snippet_type_name)s?" +msgstr "%(count)s件の%(snippet_type_name)sを削除してよろしいですか?" + msgid "Yes, delete" msgstr "はい、削除します" @@ -143,27 +161,15 @@ msgstr "ページを編集" msgid "Search %(snippet_type_name)s" msgstr "%(snippet_type_name)sを検索" -msgid "{snippet_type} '{instance}' created." -msgstr "{snippet_type} '{instance}' が作成されました。" - msgid "Edit" msgstr "編集" msgid "The snippet could not be created due to errors." msgstr "このスニペットはエラーにより作成されませんでした。" -msgid "{snippet_type} '{instance}' updated." -msgstr "{snippet_type} '{instance}'が更新されました。" - msgid "The snippet could not be saved due to errors." msgstr "このスニペットはエラーにより保存されませんでした。" -msgid "{snippet_type} '{instance}' deleted." -msgstr "{snippet_type} '{instance}'が削除されました。" - -msgid "{count} {snippet_type} deleted." -msgstr "{snippet_type} が {count} 件削除されました。" - #, python-format msgid "Choose %s" msgstr "%sを選択" diff --git a/wagtail/snippets/locale/ka/LC_MESSAGES/django.mo b/wagtail/snippets/locale/ka/LC_MESSAGES/django.mo index 5b455dad7..b2daeeee4 100644 Binary files a/wagtail/snippets/locale/ka/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/ka/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/ka/LC_MESSAGES/django.po b/wagtail/snippets/locale/ka/LC_MESSAGES/django.po index fabb49e38..31ed34c33 100644 --- a/wagtail/snippets/locale/ka/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/ka/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Georgian (http://www.transifex.com/torchbox/wagtail/language/" "ka/)\n" diff --git a/wagtail/snippets/locale/ko/LC_MESSAGES/django.mo b/wagtail/snippets/locale/ko/LC_MESSAGES/django.mo index f2c01a323..383dec7e0 100644 Binary files a/wagtail/snippets/locale/ko/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/ko/LC_MESSAGES/django.po b/wagtail/snippets/locale/ko/LC_MESSAGES/django.po index cbdae1c69..e31cfa277 100644 --- a/wagtail/snippets/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/ko/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" "ko/)\n" @@ -156,27 +156,15 @@ msgstr "페이지 변경" msgid "Search %(snippet_type_name)s" msgstr "%(snippet_type_name)s 검색" -msgid "{snippet_type} '{instance}' created." -msgstr "{snippet_type} '{instance}' 이 생성 되었습니다." - msgid "Edit" msgstr "수정" msgid "The snippet could not be created due to errors." msgstr "에러로 인해 스니펫을 생성할 수 없습니다." -msgid "{snippet_type} '{instance}' updated." -msgstr "{snippet_type} '{instance}' 가 업데이트 되었습니다." - msgid "The snippet could not be saved due to errors." msgstr "에러로 인해 스니펫을 저장할 수 없습니다." -msgid "{snippet_type} '{instance}' deleted." -msgstr "{snippet_type} '{instance}' 가 삭제 되었습니다." - -msgid "{count} {snippet_type} deleted." -msgstr "{snippet_type} {count}개가 삭제되었습니다." - #, python-format msgid "Choose %s" msgstr "%s 선택" diff --git a/wagtail/snippets/locale/lt/LC_MESSAGES/django.mo b/wagtail/snippets/locale/lt/LC_MESSAGES/django.mo index 7ba5d1ad6..46932cd2d 100644 Binary files a/wagtail/snippets/locale/lt/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/lt/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/lt/LC_MESSAGES/django.po b/wagtail/snippets/locale/lt/LC_MESSAGES/django.po index 939b109d3..b1c75a6f8 100644 --- a/wagtail/snippets/locale/lt/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/lt/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Lithuanian (http://www.transifex.com/torchbox/wagtail/" "language/lt/)\n" @@ -121,24 +121,15 @@ msgstr "Redaguoti šį puslapį" msgid "Search %(snippet_type_name)s" msgstr "Ieškoti %(snippet_type_name)s" -msgid "{snippet_type} '{instance}' created." -msgstr "{snippet_type} '{instance}' sukurta." - msgid "Edit" msgstr "Redaguoti" msgid "The snippet could not be created due to errors." msgstr "Nuokarpa negalėjo būti sukurta dėl klaidų." -msgid "{snippet_type} '{instance}' updated." -msgstr "{snippet_type} '{instance}' atnaujinta." - msgid "The snippet could not be saved due to errors." msgstr "Nuokarpa negalėjo būti išsaugota dėl klaidų." -msgid "{snippet_type} '{instance}' deleted." -msgstr "{snippet_type} '{instance}' ištrinta." - #, python-format msgid "Choose %s" msgstr "Pasirinkti %s" diff --git a/wagtail/snippets/locale/lv/LC_MESSAGES/django.mo b/wagtail/snippets/locale/lv/LC_MESSAGES/django.mo index e4d3317bc..bc48ef6c8 100644 Binary files a/wagtail/snippets/locale/lv/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/lv/LC_MESSAGES/django.po b/wagtail/snippets/locale/lv/LC_MESSAGES/django.po index 77f9dc704..80779b8a6 100644 --- a/wagtail/snippets/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/lv/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" "lv/)\n" @@ -69,9 +69,6 @@ msgstr "Statuss" msgid "Edit this page" msgstr "Labot šo lapu" -msgid "{snippet_type} '{instance}' created." -msgstr "{snippet_type} '{instance}' izveidots." - msgid "Edit" msgstr "Labot" diff --git a/wagtail/snippets/locale/mn/LC_MESSAGES/django.mo b/wagtail/snippets/locale/mn/LC_MESSAGES/django.mo index 0ab364403..914f29731 100644 Binary files a/wagtail/snippets/locale/mn/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/mn/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/mn/LC_MESSAGES/django.po b/wagtail/snippets/locale/mn/LC_MESSAGES/django.po index 8d6b57ee5..88e55076b 100644 --- a/wagtail/snippets/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/mn/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Mongolian (http://www.transifex.com/torchbox/wagtail/language/" "mn/)\n" @@ -161,27 +161,15 @@ msgstr "Энэ хуудсыг засах" msgid "Search %(snippet_type_name)s" msgstr "%(snippet_type_name)s хайх" -msgid "{snippet_type} '{instance}' created." -msgstr "{snippet_type} '{instance}' үүслээ." - msgid "Edit" msgstr "Засах" msgid "The snippet could not be created due to errors." msgstr "Хэсэг дээрх алдаанаас болж хадгалагдсангүй." -msgid "{snippet_type} '{instance}' updated." -msgstr "{snippet_type} '{instance}' шинэчлэгдлээ." - msgid "The snippet could not be saved due to errors." msgstr "Хэсэг дээрх алдаанаас болж шинэчлэгдсэнгүй." -msgid "{snippet_type} '{instance}' deleted." -msgstr "{snippet_type} '{instance}' устлаа." - -msgid "{count} {snippet_type} deleted." -msgstr "{count} {snippet_type} устлаа." - #, python-format msgid "Choose %s" msgstr "%s сонгох" diff --git a/wagtail/snippets/locale/nb/LC_MESSAGES/django.mo b/wagtail/snippets/locale/nb/LC_MESSAGES/django.mo index 10b32d93d..c53efd85a 100644 Binary files a/wagtail/snippets/locale/nb/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/nb/LC_MESSAGES/django.po b/wagtail/snippets/locale/nb/LC_MESSAGES/django.po index 793fa07d1..7da4c584b 100644 --- a/wagtail/snippets/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/nb/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" "language/nb/)\n" @@ -121,24 +121,15 @@ msgstr "Rediger denne siden" msgid "Search %(snippet_type_name)s" msgstr "Søk etter %(snippet_type_name)s" -msgid "{snippet_type} '{instance}' created." -msgstr "{snippet_type} \"{instance}\" opprettet." - msgid "Edit" msgstr "Rediger" msgid "The snippet could not be created due to errors." msgstr "Snutten kunne ikke opprettes grunnet feil." -msgid "{snippet_type} '{instance}' updated." -msgstr "{snippet_type} \"{instance}\" oppdatert." - msgid "The snippet could not be saved due to errors." msgstr "Snutten kunne ikke lagres grunnet feil." -msgid "{snippet_type} '{instance}' deleted." -msgstr "{snippet_type} \"{instance}\" slettet." - #, python-format msgid "Choose %s" msgstr "Velg %s" diff --git a/wagtail/snippets/locale/nl/LC_MESSAGES/django.mo b/wagtail/snippets/locale/nl/LC_MESSAGES/django.mo index bb037f521..26db7def3 100644 Binary files a/wagtail/snippets/locale/nl/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/nl/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/nl/LC_MESSAGES/django.po b/wagtail/snippets/locale/nl/LC_MESSAGES/django.po index ebb936062..09c940910 100644 --- a/wagtail/snippets/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/nl/LC_MESSAGES/django.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Dutch (http://www.transifex.com/torchbox/wagtail/language/" "nl/)\n" @@ -107,24 +107,15 @@ msgstr "Bewerk deze pagina" msgid "Search %(snippet_type_name)s" msgstr "Zoek %(snippet_type_name)s" -msgid "{snippet_type} '{instance}' created." -msgstr "{snippet_type} '{instance}' aangemaakt." - msgid "Edit" msgstr "Bewerk" msgid "The snippet could not be created due to errors." msgstr "De snippet kon vanwege foutmeldingen niet toegevoegd worden." -msgid "{snippet_type} '{instance}' updated." -msgstr "{snippet_type} '{instance}' gewijzigd." - msgid "The snippet could not be saved due to errors." msgstr "De snippet kon vanwege foutmeldingen niet opgeslagen worden." -msgid "{snippet_type} '{instance}' deleted." -msgstr "{snippet_type} '{instance}' is verwijderd." - #, python-format msgid "Choose %s" msgstr "Kies %s" diff --git a/wagtail/snippets/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/snippets/locale/nl_NL/LC_MESSAGES/django.mo index 79b0860c9..44fe6095a 100644 Binary files a/wagtail/snippets/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/snippets/locale/nl_NL/LC_MESSAGES/django.po index 30f06d1d2..39c117f1f 100644 --- a/wagtail/snippets/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/nl_NL/LC_MESSAGES/django.po @@ -3,6 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Coen van der Kamp , 2019 # Maarten Kling , 2015,2017-2018 # Meteor 0id, 2018-2019 # Thijs Kramer , 2015-2016 @@ -10,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-17 19:42+0000\n" +"Last-Translator: Coen van der Kamp \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" "wagtail/language/nl_NL/)\n" "MIME-Version: 1.0\n" @@ -60,9 +61,9 @@ msgid "" "\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" rel=\"noopener " "noreferrer\">create one now?" msgstr "" -"Je heb geen %(snippet_type_name)s snippets toegevoegd. Waarom maak je er nu niet een?" +"noreferrer\">voegt u er niet een toe?" #, python-format msgid "Delete %(snippet_type_name)s" @@ -112,6 +113,9 @@ msgstr "Wijzigen %(snippet_type_name)s - %(instance)s" msgid "Editing" msgstr "Wijzigen" +msgid "Actions" +msgstr "Acties" + msgid "Delete" msgstr "Verwijder" @@ -121,9 +125,17 @@ msgstr "Gebruik" msgid "Snippets" msgstr "Snippets" +#, python-format +msgid "Select all %(snippet_type_name_plural)s" +msgstr "Selecteer alle %(snippet_type_name_plural)s" + msgid "Title" msgstr "Titel" +#, python-format +msgid "Select %(snippet)s" +msgstr "Selecteer %(snippet)s" + #, python-format msgid "" "No %(snippet_type_name_plural)s have been created. Why not \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-25 10:07+0000\n" +"Last-Translator: Miłosz Miśkiewicz\n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" "pl/)\n" "MIME-Version: 1.0\n" @@ -124,6 +124,9 @@ msgstr "Edycja %(snippet_type_name)s - %(instance)s" msgid "Editing" msgstr "Edycja" +msgid "Actions" +msgstr "Akcje" + msgid "Delete" msgstr "Usuń" @@ -133,9 +136,17 @@ msgstr "Użycie" msgid "Snippets" msgstr "Snippety" +#, python-format +msgid "Select all %(snippet_type_name_plural)s" +msgstr "Zaznacz wszystkie %(snippet_type_name_plural)s" + msgid "Title" msgstr "Tytuł" +#, python-format +msgid "Select %(snippet)s" +msgstr "Zaznacz %(snippet)s" + #, python-format msgid "" "No %(snippet_type_name_plural)s have been created. Why not \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/torchbox/" "wagtail/language/pt_BR/)\n" @@ -121,9 +121,17 @@ msgstr "Uso" msgid "Snippets" msgstr "Fragmentos" +#, python-format +msgid "Select all %(snippet_type_name_plural)s" +msgstr "Selecionar tudo %(snippet_type_name_plural)s" + msgid "Title" msgstr "Título" +#, python-format +msgid "Select %(snippet)s" +msgstr "Selecionar %(snippet)s" + #, python-format msgid "" "No %(snippet_type_name_plural)s have been created. Why not \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" "wagtail/language/pt_PT/)\n" @@ -111,24 +111,15 @@ msgstr "Alterar esta página" msgid "Search %(snippet_type_name)s" msgstr "Pesquisar %(snippet_type_name)s" -msgid "{snippet_type} '{instance}' created." -msgstr "{snippet_type} '{instance}' criado." - msgid "Edit" msgstr "Alterar" msgid "The snippet could not be created due to errors." msgstr "O fragmento não pôde ser criado devido a erros." -msgid "{snippet_type} '{instance}' updated." -msgstr "{snippet_type} '{instance}' atualizado." - msgid "The snippet could not be saved due to errors." msgstr "O fragmento não pôde ser guardado devido a erros." -msgid "{snippet_type} '{instance}' deleted." -msgstr "{snippet_type} '{instance}' apagado." - #, python-format msgid "Choose %s" msgstr "Escolher %s" diff --git a/wagtail/snippets/locale/ro/LC_MESSAGES/django.mo b/wagtail/snippets/locale/ro/LC_MESSAGES/django.mo index 9c823fd28..a56847df1 100644 Binary files a/wagtail/snippets/locale/ro/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/ro/LC_MESSAGES/django.po b/wagtail/snippets/locale/ro/LC_MESSAGES/django.po index 41dee400c..e093a85a5 100644 --- a/wagtail/snippets/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/ro/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" "ro/)\n" @@ -166,27 +166,15 @@ msgstr "Editează această pagină" msgid "Search %(snippet_type_name)s" msgstr "Caută %(snippet_type_name)s" -msgid "{snippet_type} '{instance}' created." -msgstr "{snippet_type} '{instance}' a fost creat." - msgid "Edit" msgstr "Editează" msgid "The snippet could not be created due to errors." msgstr "Fragmentul nu a fost creat din cauza erorilor." -msgid "{snippet_type} '{instance}' updated." -msgstr "{snippet_type} '{instance}' a fost actualizat." - msgid "The snippet could not be saved due to errors." msgstr "Fragmentul nu a fost salvat din cauza erorilor." -msgid "{snippet_type} '{instance}' deleted." -msgstr "{snippet_type} '{instance}' a fost șters." - -msgid "{count} {snippet_type} deleted." -msgstr "{count} {snippet_type} au fost șterse." - #, python-format msgid "Choose %s" msgstr "Alege %s" diff --git a/wagtail/snippets/locale/ru/LC_MESSAGES/django.mo b/wagtail/snippets/locale/ru/LC_MESSAGES/django.mo index 37fa94648..e71562b7b 100644 Binary files a/wagtail/snippets/locale/ru/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/ru/LC_MESSAGES/django.po b/wagtail/snippets/locale/ru/LC_MESSAGES/django.po index 7d24d2fa9..3210ff1f8 100644 --- a/wagtail/snippets/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/ru/LC_MESSAGES/django.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" "ru/)\n" @@ -139,27 +139,15 @@ msgstr "Редактировать эту страницу" msgid "Search %(snippet_type_name)s" msgstr "Искать %(snippet_type_name)s" -msgid "{snippet_type} '{instance}' created." -msgstr "{snippet_type} '{instance}' создан." - msgid "Edit" msgstr "Правка" msgid "The snippet could not be created due to errors." msgstr "Фрагмент не может быть создан из-за ошибок." -msgid "{snippet_type} '{instance}' updated." -msgstr "{snippet_type} '{instance}' обновлен." - msgid "The snippet could not be saved due to errors." msgstr "Фрагмент не может быть сохранен из-за ошибок." -msgid "{snippet_type} '{instance}' deleted." -msgstr "{snippet_type} '{instance}' удален." - -msgid "{count} {snippet_type} deleted." -msgstr "{count} {snippet_type} удален." - #, python-format msgid "Choose %s" msgstr "Выбрать %s" diff --git a/wagtail/snippets/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/snippets/locale/sk_SK/LC_MESSAGES/django.mo index 9f0882044..4a974c055 100644 Binary files a/wagtail/snippets/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/snippets/locale/sk_SK/LC_MESSAGES/django.po index 2916fd8cd..aceb93532 100644 --- a/wagtail/snippets/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/sk_SK/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" "language/sk_SK/)\n" @@ -110,24 +110,15 @@ msgstr "Upraviť túto stránku" msgid "Search %(snippet_type_name)s" msgstr "Hľadať %(snippet_type_name)s" -msgid "{snippet_type} '{instance}' created." -msgstr "{snippet_type} '{instance}' vytvorený." - msgid "Edit" msgstr "Upraviť" msgid "The snippet could not be created due to errors." msgstr "Snipet nemôže byť vytvorený kvôli chybám." -msgid "{snippet_type} '{instance}' updated." -msgstr "{snippet_type} '{instance}' aktualizovaný." - msgid "The snippet could not be saved due to errors." msgstr "Snipet nemôže byť uložený kvôli chybám." -msgid "{snippet_type} '{instance}' deleted." -msgstr "{snippet_type} '{instance}' bol zmazaný." - #, python-format msgid "Choose %s" msgstr "Vybrať %s" diff --git a/wagtail/snippets/locale/sl/LC_MESSAGES/django.mo b/wagtail/snippets/locale/sl/LC_MESSAGES/django.mo index 8dc302a87..507fbe1ea 100644 Binary files a/wagtail/snippets/locale/sl/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/sl/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/sl/LC_MESSAGES/django.po b/wagtail/snippets/locale/sl/LC_MESSAGES/django.po index 0d457d34a..78c9e1d73 100644 --- a/wagtail/snippets/locale/sl/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/sl/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Slovenian (http://www.transifex.com/torchbox/wagtail/language/" "sl/)\n" @@ -106,24 +106,15 @@ msgstr "Uredi stran" msgid "Search %(snippet_type_name)s" msgstr "Iskanje po %(snippet_type_name)s" -msgid "{snippet_type} '{instance}' created." -msgstr "{snippet_type} '{instance}' dodan." - msgid "Edit" msgstr "Uredi" msgid "The snippet could not be created due to errors." msgstr "Delca, zaradi napak, ni bilo možno ustvariti." -msgid "{snippet_type} '{instance}' updated." -msgstr "{snippet_type} '{instance}' posodobljen." - msgid "The snippet could not be saved due to errors." msgstr "Delca, zaradi napak, ni bilo možno shraniti." -msgid "{snippet_type} '{instance}' deleted." -msgstr "{snippet_type} '{instance}' izbrisan." - #, python-format msgid "Choose %s" msgstr "Izberite %s" diff --git a/wagtail/snippets/locale/sv/LC_MESSAGES/django.mo b/wagtail/snippets/locale/sv/LC_MESSAGES/django.mo index 43f4037e8..dc9cc5a70 100644 Binary files a/wagtail/snippets/locale/sv/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/sv/LC_MESSAGES/django.po b/wagtail/snippets/locale/sv/LC_MESSAGES/django.po index 625677003..ef3755057 100644 --- a/wagtail/snippets/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/sv/LC_MESSAGES/django.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" "sv/)\n" @@ -166,27 +166,15 @@ msgstr "Editera denna sida" msgid "Search %(snippet_type_name)s" msgstr "Sök %(snippet_type_name)s" -msgid "{snippet_type} '{instance}' created." -msgstr "{snippet_type} '{instance}' skapad." - msgid "Edit" msgstr "Editera" msgid "The snippet could not be created due to errors." msgstr "Snutten kunde inte skapas p.g.a. fel." -msgid "{snippet_type} '{instance}' updated." -msgstr "{snippet_type} '{instance}' uppdaterad." - msgid "The snippet could not be saved due to errors." msgstr "Snutten kunde inte sparas p.g.a. fel." -msgid "{snippet_type} '{instance}' deleted." -msgstr "{snippet_type} '{instance}' raderad." - -msgid "{count} {snippet_type} deleted." -msgstr "{count} {snippet_type} deleted raderad." - #, python-format msgid "Choose %s" msgstr "Välj %s" diff --git a/wagtail/snippets/locale/tet/LC_MESSAGES/django.mo b/wagtail/snippets/locale/tet/LC_MESSAGES/django.mo new file mode 100644 index 000000000..d2ee8c8c6 Binary files /dev/null and b/wagtail/snippets/locale/tet/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/tet/LC_MESSAGES/django.po b/wagtail/snippets/locale/tet/LC_MESSAGES/django.po new file mode 100644 index 000000000..b98d6dbd2 --- /dev/null +++ b/wagtail/snippets/locale/tet/LC_MESSAGES/django.po @@ -0,0 +1,181 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Peter Coward , 2019 +msgid "" +msgstr "" +"Project-Id-Version: Wagtail\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" +"Last-Translator: Matt Westcott \n" +"Language-Team: Tetum (Tetun) (http://www.transifex.com/torchbox/wagtail/" +"language/tet/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tet\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Wagtail snippets" +msgstr "Wagtail snippets" + +msgid "Choose" +msgstr "Hili" + +msgid "Search" +msgstr "Buka" + +#, python-format +msgid "" +"\n" +" There is %(counter)s match\n" +" " +msgid_plural "" +"\n" +" There are %(counter)s matches\n" +" " +msgstr[0] "" +"\n" +"Iha resultadu %(counter)s maka hanesan" + +#, python-format +msgid "Sorry, no snippets match \"%(query_string)s\"" +msgstr "Deskulpa, laiha snippet maka hanesan \" %(query_string)s\"" + +#, python-format +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now?" +msgstr "" +"Ita boot seidauk kria snippet %(snippet_type_name)s. Kria agora? " + +#, python-format +msgid "Delete %(snippet_type_name)s" +msgstr "Hamoos %(snippet_type_name)s" + +msgid "Delete " +msgstr "Hamoos" + +#, python-format +msgid "Used %(usage_count)s time" +msgid_plural "Used %(usage_count)s times" +msgstr[0] "Uza dala %(usage_count)s" + +#, python-format +msgid "Are you sure you want to delete this %(snippet_type_name)s?" +msgstr "Ita boot hakarak hamoos %(snippet_type_name)s ka?" + +#, python-format +msgid "Are you sure you want to delete %(count)s %(snippet_type_name)s?" +msgstr "Hamoos %(count)s %(snippet_type_name)s ka?" + +msgid "Yes, delete" +msgstr "Sim hammos" + +msgid "No, don't delete" +msgstr "Lae, labele hamoos" + +#, python-format +msgid "New %(snippet_type_name)s" +msgstr "Foun %(snippet_type_name)s" + +msgid "New" +msgstr "Foun" + +msgid "Saving…" +msgstr "Rai hela..." + +msgid "Save" +msgstr "Rai" + +#, python-format +msgid "Editing %(snippet_type_name)s - %(instance)s" +msgstr "Hadia hela %(snippet_type_name)s - %(instance)s" + +msgid "Editing" +msgstr "Hadia hela" + +msgid "Actions" +msgstr "Asaun sira" + +msgid "Delete" +msgstr "Hamoos" + +msgid "Usage" +msgstr "Uza" + +msgid "Snippets" +msgstr "Snippet sira" + +msgid "Title" +msgstr "Titlu" + +#, python-format +msgid "" +"No %(snippet_type_name_plural)s have been created. Why not add one?" +msgstr "" +"Seidauk kria %(snippet_type_name_plural)s. Kria agora?" + +#, python-format +msgid "Snippets %(snippet_type_name_plural)s" +msgstr "Snippet sira %(snippet_type_name_plural)s" + +#, python-format +msgid "Snippets %(snippet_type_name_plural)s" +msgstr "Snippet sira %(snippet_type_name_plural)s" + +#, python-format +msgid "Add %(snippet_type_name)s" +msgstr "Hatama %(snippet_type_name)s" + +#, python-format +msgid "Usage of %(title)s" +msgstr "%(title)s uza iha nee" + +msgid "Usage of" +msgstr "uza iha nee" + +msgid "Parent" +msgstr "inan-aman" + +msgid "Type" +msgstr "Tipu" + +msgid "Status" +msgstr "Status" + +msgid "Edit this page" +msgstr "Hadia pajina nee" + +#, python-format +msgid "Search %(snippet_type_name)s" +msgstr "Buka %(snippet_type_name)s" + +msgid "Edit" +msgstr "Hadia" + +msgid "The snippet could not be created due to errors." +msgstr "Snippet labele kria tanba erru." + +msgid "The snippet could not be saved due to errors." +msgstr "Snippet labele rai tanba erru." + +#, python-format +msgid "Choose %s" +msgstr "Hili %s" + +#, python-format +msgid "Choose another %s" +msgstr "Hili seluk %s" + +#, python-format +msgid "Edit this %s" +msgstr "Hadia nee %s" diff --git a/wagtail/snippets/locale/th/LC_MESSAGES/django.mo b/wagtail/snippets/locale/th/LC_MESSAGES/django.mo index 385616fc0..fee4b4163 100644 Binary files a/wagtail/snippets/locale/th/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/th/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/th/LC_MESSAGES/django.po b/wagtail/snippets/locale/th/LC_MESSAGES/django.po index 9199168fd..d1080dcb9 100644 --- a/wagtail/snippets/locale/th/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/th/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Thai (http://www.transifex.com/torchbox/wagtail/language/" "th/)\n" @@ -154,27 +154,15 @@ msgstr "แก้ไขหน้านี้" msgid "Search %(snippet_type_name)s" msgstr "ค้นหา %(snippet_type_name)s" -msgid "{snippet_type} '{instance}' created." -msgstr "{snippet_type} '{instance}' ถูกสร้างขึ้น" - msgid "Edit" msgstr "แก้ไข" msgid "The snippet could not be created due to errors." msgstr "เกร็ดเล็กเกร็ดน้อยนี้ไม่สามารถถูกสร้างได้ในขณะที่มีข้อผิดพลาด" -msgid "{snippet_type} '{instance}' updated." -msgstr "{snippet_type} '{instance}' อัพเดท" - msgid "The snippet could not be saved due to errors." msgstr "เกร็ดเล็กเกร็ดน้อยนี้ไม่สามารถถูกเซฟได้ในขณะที่เกิดข้อผิดพลาด" -msgid "{snippet_type} '{instance}' deleted." -msgstr "{snippet_type} '{instance}' ถูกลบทิ้ง" - -msgid "{count} {snippet_type} deleted." -msgstr "{count} {snippet_type} ถูกลบทิ้ง" - #, python-format msgid "Choose %s" msgstr "เลือก %s" diff --git a/wagtail/snippets/locale/tr/LC_MESSAGES/django.mo b/wagtail/snippets/locale/tr/LC_MESSAGES/django.mo index 29369d162..ee7ea124c 100644 Binary files a/wagtail/snippets/locale/tr/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/tr/LC_MESSAGES/django.po b/wagtail/snippets/locale/tr/LC_MESSAGES/django.po index 130c9dde0..b3e64cc01 100644 --- a/wagtail/snippets/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/tr/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" "tr/)\n" diff --git a/wagtail/snippets/locale/uk/LC_MESSAGES/django.mo b/wagtail/snippets/locale/uk/LC_MESSAGES/django.mo index 2865487a3..7df66957c 100644 Binary files a/wagtail/snippets/locale/uk/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/uk/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/uk/LC_MESSAGES/django.po b/wagtail/snippets/locale/uk/LC_MESSAGES/django.po index ab2858844..ae2e3238e 100644 --- a/wagtail/snippets/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/uk/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Ukrainian (http://www.transifex.com/torchbox/wagtail/language/" "uk/)\n" @@ -123,24 +123,15 @@ msgstr "Редагувати цю сторінку" msgid "Search %(snippet_type_name)s" msgstr "Шукати %(snippet_type_name)s" -msgid "{snippet_type} '{instance}' created." -msgstr "{snippet_type} '{instance}' створено." - msgid "Edit" msgstr "Редагувати" msgid "The snippet could not be created due to errors." msgstr "Цей уривок не може бути створено через помилки." -msgid "{snippet_type} '{instance}' updated." -msgstr "{snippet_type} '{instance}' оновлено." - msgid "The snippet could not be saved due to errors." msgstr "Цей уривок не може бути збережено через помилки." -msgid "{snippet_type} '{instance}' deleted." -msgstr "{snippet_type} '{instance}' видалено." - #, python-format msgid "Choose %s" msgstr "Вибрати %s" diff --git a/wagtail/snippets/locale/zh/LC_MESSAGES/django.mo b/wagtail/snippets/locale/zh/LC_MESSAGES/django.mo index 05764a045..f231f540a 100644 Binary files a/wagtail/snippets/locale/zh/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/zh/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/zh/LC_MESSAGES/django.po b/wagtail/snippets/locale/zh/LC_MESSAGES/django.po index ae03612b2..b2a485bcd 100644 --- a/wagtail/snippets/locale/zh/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/zh/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-10-16 17:05+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Chinese (http://www.transifex.com/torchbox/wagtail/language/" "zh/)\n" @@ -74,17 +74,8 @@ msgstr "%(snippet_type_name_plural)s片段" msgid "Add %(snippet_type_name)s" msgstr "添加%(snippet_type_name)s" -msgid "{snippet_type} '{instance}' created." -msgstr "已创建{snippet_type} '{instance}'" - msgid "The snippet could not be created due to errors." msgstr "多个错误导致这个片段无法创建。" -msgid "{snippet_type} '{instance}' updated." -msgstr "已经更新{snippet_type} '{instance}'。" - msgid "The snippet could not be saved due to errors." msgstr "多个错误导致这个片段无法保存" - -msgid "{snippet_type} '{instance}' deleted." -msgstr "已删除{snippet_type} '{instance}'" diff --git a/wagtail/snippets/locale/zh_Hans/LC_MESSAGES/django.mo b/wagtail/snippets/locale/zh_Hans/LC_MESSAGES/django.mo index 3cd5a8af1..88897e591 100644 Binary files a/wagtail/snippets/locale/zh_Hans/LC_MESSAGES/django.mo and b/wagtail/snippets/locale/zh_Hans/LC_MESSAGES/django.mo differ diff --git a/wagtail/snippets/locale/zh_Hans/LC_MESSAGES/django.po b/wagtail/snippets/locale/zh_Hans/LC_MESSAGES/django.po index a2bfcbeaf..a7aa124bb 100644 --- a/wagtail/snippets/locale/zh_Hans/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/zh_Hans/LC_MESSAGES/django.po @@ -5,6 +5,7 @@ # Translators: # hanfeng , 2014-2015,2018 # Ed <724195301@qq.com>, 2018 +# First Last , 2019 # Fred Zeng <979738295@qq.com>, 2016 # hanfeng , 2014 # jszsj , 2017 @@ -15,9 +16,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 17:59+0100\n" +"PO-Revision-Date: 2019-11-01 02:56+0000\n" +"Last-Translator: First Last \n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/" "language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -86,6 +87,9 @@ msgstr "你确定要删除 %(count)s%(snippet_type_name)s ?" msgid "Yes, delete" msgstr "是的,删除" +msgid "No, don't delete" +msgstr "否,不删除" + #, python-format msgid "New %(snippet_type_name)s" msgstr "新建 %(snippet_type_name)s " @@ -106,6 +110,9 @@ msgstr "正在编辑 %(snippet_type_name)s - %(instance)s" msgid "Editing" msgstr "编辑" +msgid "Actions" +msgstr "动作" + msgid "Delete" msgstr "删除" @@ -115,9 +122,17 @@ msgstr "使用情况" msgid "Snippets" msgstr "片段" +#, python-format +msgid "Select all %(snippet_type_name_plural)s" +msgstr "选择所有 %(snippet_type_name_plural)s" + msgid "Title" msgstr "标题" +#, python-format +msgid "Select %(snippet)s" +msgstr "选择 %(snippet)s" + #, python-format msgid "" "No %(snippet_type_name_plural)s have been created. Why not \n" "Language-Team: Chinese Traditional (http://www.transifex.com/torchbox/" "wagtail/language/zh-Hant/)\n" @@ -153,27 +153,15 @@ msgstr "編輯頁面" msgid "Search %(snippet_type_name)s" msgstr "尋找 %(snippet_type_name)s" -msgid "{snippet_type} '{instance}' created." -msgstr "{snippet_type} '{instance}' 已創建。" - msgid "Edit" msgstr "編輯" msgid "The snippet could not be created due to errors." msgstr "無法創建片段,出現錯誤。" -msgid "{snippet_type} '{instance}' updated." -msgstr "{snippet_type} '{instance}' 已更新。" - msgid "The snippet could not be saved due to errors." msgstr "無法保存片段,出現錯誤。" -msgid "{snippet_type} '{instance}' deleted." -msgstr "{snippet_type} '{instance}' 已刪除。" - -msgid "{count} {snippet_type} deleted." -msgstr "{count} 個 {snippet_type} 已刪除" - #, python-format msgid "Choose %s" msgstr "選擇 %s" diff --git a/wagtail/snippets/widgets.py b/wagtail/snippets/widgets.py index 37ec46b77..23aca86ef 100644 --- a/wagtail/snippets/widgets.py +++ b/wagtail/snippets/widgets.py @@ -1,5 +1,6 @@ import json +from django import forms from django.template.loader import render_to_string from django.utils.translation import ugettext_lazy as _ @@ -41,8 +42,9 @@ class AdminSnippetChooser(AdminChooser): app=model._meta.app_label, model=model._meta.model_name))) - class Media: - js = [ + @property + def media(self): + return forms.Media(js=[ versioned_static('wagtailsnippets/js/snippet-chooser-modal.js'), versioned_static('wagtailsnippets/js/snippet-chooser.js'), - ] + ]) diff --git a/wagtail/tests/settings.py b/wagtail/tests/settings.py index a7718cc90..f4bee8c7f 100644 --- a/wagtail/tests/settings.py +++ b/wagtail/tests/settings.py @@ -220,3 +220,13 @@ WAGTAILADMIN_RICH_TEXT_EDITORS = { 'WIDGET': 'wagtail.tests.testapp.rich_text.CustomRichTextArea' }, } + + +# Set a non-standard DEFAULT_AUTHENTICATION_CLASSES value, to verify that the +# admin API still works with session-based auth regardless of this setting +# (see https://github.com/wagtail/wagtail/issues/5585) +REST_FRAMEWORK = { + 'DEFAULT_AUTHENTICATION_CLASSES': [ + 'rest_framework.authentication.BasicAuthentication', + ] +} diff --git a/wagtail/tests/testapp/forms.py b/wagtail/tests/testapp/forms.py index 33e74a1a6..3cd1eb2ca 100644 --- a/wagtail/tests/testapp/forms.py +++ b/wagtail/tests/testapp/forms.py @@ -1,6 +1,7 @@ from django import forms from wagtail.admin.forms import WagtailAdminPageForm +from wagtail.admin.widgets import AdminDateInput class ValidatedPageForm(WagtailAdminPageForm): @@ -27,3 +28,10 @@ class FormClassAdditionalFieldPageForm(WagtailAdminPageForm): raise forms.ValidationError('Code is not valid') return cleaned_data + + +class AdminStarDateInput(AdminDateInput): + # Media definitions defined as `class Media:` should be merged into + # the media of the parent class + class Media: + js = ['vendor/star_date.js'] diff --git a/wagtail/tests/testapp/jinja2_templates/tests/jinja2/struct_block_form_template.html b/wagtail/tests/testapp/jinja2_templates/tests/jinja2/struct_block_form_template.html new file mode 100644 index 000000000..85be96f6a --- /dev/null +++ b/wagtail/tests/testapp/jinja2_templates/tests/jinja2/struct_block_form_template.html @@ -0,0 +1 @@ +
    Hello
    \ No newline at end of file diff --git a/wagtail/tests/testapp/templates/tests/block_forms/struct_block_form_template.html b/wagtail/tests/testapp/templates/tests/block_forms/struct_block_form_template.html new file mode 100644 index 000000000..85be96f6a --- /dev/null +++ b/wagtail/tests/testapp/templates/tests/block_forms/struct_block_form_template.html @@ -0,0 +1 @@ +
    Hello
    \ No newline at end of file diff --git a/wagtail/users/forms.py b/wagtail/users/forms.py index 2922652e7..44163008b 100644 --- a/wagtail/users/forms.py +++ b/wagtail/users/forms.py @@ -2,6 +2,8 @@ import warnings from itertools import groupby from operator import itemgetter +import l18n + from django import forms from django.conf import settings from django.contrib.auth import get_user_model @@ -14,14 +16,13 @@ from django.template.loader import render_to_string from django.utils.html import mark_safe from django.utils.translation import ugettext_lazy as _ -from wagtail.admin.locale import get_available_admin_languages, get_available_admin_time_zones +from wagtail.admin.localization import get_available_admin_languages, get_available_admin_time_zones from wagtail.admin.widgets import AdminPageChooser from wagtail.core import hooks from wagtail.core.models import ( PAGE_PERMISSION_TYPE_CHOICES, PAGE_PERMISSION_TYPES, GroupPagePermission, Page, UserPagePermissionsProxy) from wagtail.users.models import UserProfile -from wagtail.utils import l18n User = get_user_model() diff --git a/wagtail/users/locale/ar/LC_MESSAGES/django.mo b/wagtail/users/locale/ar/LC_MESSAGES/django.mo index b25c7026e..1b7ecd4b6 100644 Binary files a/wagtail/users/locale/ar/LC_MESSAGES/django.mo and b/wagtail/users/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/ar/LC_MESSAGES/django.po b/wagtail/users/locale/ar/LC_MESSAGES/django.po index 7e583b100..19f7cc577 100644 --- a/wagtail/users/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/users/locale/ar/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/users/locale/be/LC_MESSAGES/django.mo b/wagtail/users/locale/be/LC_MESSAGES/django.mo index 7d372fede..51295dab1 100644 Binary files a/wagtail/users/locale/be/LC_MESSAGES/django.mo and b/wagtail/users/locale/be/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/be/LC_MESSAGES/django.po b/wagtail/users/locale/be/LC_MESSAGES/django.po index 5373acbe7..3283c4bfe 100644 --- a/wagtail/users/locale/be/LC_MESSAGES/django.po +++ b/wagtail/users/locale/be/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Belarusian (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/users/locale/bg/LC_MESSAGES/django.mo b/wagtail/users/locale/bg/LC_MESSAGES/django.mo index 854b11f23..80b2a8042 100644 Binary files a/wagtail/users/locale/bg/LC_MESSAGES/django.mo and b/wagtail/users/locale/bg/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/bg/LC_MESSAGES/django.po b/wagtail/users/locale/bg/LC_MESSAGES/django.po index 65e7cdbaf..28b1b878d 100644 --- a/wagtail/users/locale/bg/LC_MESSAGES/django.po +++ b/wagtail/users/locale/bg/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Bulgarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/users/locale/ca/LC_MESSAGES/django.mo b/wagtail/users/locale/ca/LC_MESSAGES/django.mo index aca170ebd..8906fe00b 100644 Binary files a/wagtail/users/locale/ca/LC_MESSAGES/django.mo and b/wagtail/users/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/ca/LC_MESSAGES/django.po b/wagtail/users/locale/ca/LC_MESSAGES/django.po index da0fbd142..c19a2ef81 100644 --- a/wagtail/users/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/users/locale/ca/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/users/locale/cs/LC_MESSAGES/django.mo b/wagtail/users/locale/cs/LC_MESSAGES/django.mo index 725919f8b..610fa40f1 100644 Binary files a/wagtail/users/locale/cs/LC_MESSAGES/django.mo and b/wagtail/users/locale/cs/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/cs/LC_MESSAGES/django.po b/wagtail/users/locale/cs/LC_MESSAGES/django.po index 9f74a98cb..e9a180dcf 100644 --- a/wagtail/users/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/users/locale/cs/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Czech (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/users/locale/de/LC_MESSAGES/django.mo b/wagtail/users/locale/de/LC_MESSAGES/django.mo index 80a6d78b9..4a208895a 100644 Binary files a/wagtail/users/locale/de/LC_MESSAGES/django.mo and b/wagtail/users/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/de/LC_MESSAGES/django.po b/wagtail/users/locale/de/LC_MESSAGES/django.po index 120abf880..8f27b33b3 100644 --- a/wagtail/users/locale/de/LC_MESSAGES/django.po +++ b/wagtail/users/locale/de/LC_MESSAGES/django.po @@ -22,9 +22,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-18 13:01+0000\n" +"Last-Translator: Ettore Atalan \n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" "de/)\n" "MIME-Version: 1.0\n" @@ -182,6 +182,9 @@ msgstr "Bearbeiten" msgid "Save" msgstr "Speichern" +msgid "Permissions" +msgstr "Berechtigungen" + msgid "Object permissions" msgstr "Objekt Berechtigungen" diff --git a/wagtail/users/locale/el/LC_MESSAGES/django.mo b/wagtail/users/locale/el/LC_MESSAGES/django.mo index ac537341e..d98407982 100644 Binary files a/wagtail/users/locale/el/LC_MESSAGES/django.mo and b/wagtail/users/locale/el/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/el/LC_MESSAGES/django.po b/wagtail/users/locale/el/LC_MESSAGES/django.po index 62b2f299e..3a62f6631 100644 --- a/wagtail/users/locale/el/LC_MESSAGES/django.po +++ b/wagtail/users/locale/el/LC_MESSAGES/django.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Greek (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/users/locale/en/LC_MESSAGES/django.mo b/wagtail/users/locale/en/LC_MESSAGES/django.mo index b1e994302..6420bb1ad 100644 Binary files a/wagtail/users/locale/en/LC_MESSAGES/django.mo and b/wagtail/users/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/en/LC_MESSAGES/django.po b/wagtail/users/locale/en/LC_MESSAGES/django.po index 4104e7808..f675f9be1 100644 --- a/wagtail/users/locale/en/LC_MESSAGES/django.po +++ b/wagtail/users/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -41,11 +41,11 @@ msgstr "" msgid "Email" msgstr "" -#: forms.py:80 +#: forms.py:80 forms.py:413 msgid "First Name" msgstr "" -#: forms.py:81 +#: forms.py:81 forms.py:414 msgid "Last Name" msgstr "" @@ -85,11 +85,11 @@ msgstr "" msgid "Preferred language" msgstr "" -#: forms.py:422 +#: forms.py:431 msgid "Current time zone" msgstr "" -#: forms.py:432 +#: forms.py:441 msgid "Upload a profile picture" msgstr "" diff --git a/wagtail/users/locale/es/LC_MESSAGES/django.mo b/wagtail/users/locale/es/LC_MESSAGES/django.mo index fda7ce416..6c06c453a 100644 Binary files a/wagtail/users/locale/es/LC_MESSAGES/django.mo and b/wagtail/users/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/es/LC_MESSAGES/django.po b/wagtail/users/locale/es/LC_MESSAGES/django.po index f95d1cc6f..55d4e6331 100644 --- a/wagtail/users/locale/es/LC_MESSAGES/django.po +++ b/wagtail/users/locale/es/LC_MESSAGES/django.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/users/locale/fa/LC_MESSAGES/django.mo b/wagtail/users/locale/fa/LC_MESSAGES/django.mo index 6e9f4cdae..89c52f3b2 100644 Binary files a/wagtail/users/locale/fa/LC_MESSAGES/django.mo and b/wagtail/users/locale/fa/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/fa/LC_MESSAGES/django.po b/wagtail/users/locale/fa/LC_MESSAGES/django.po index 49f0e31b1..4f5cdd342 100644 --- a/wagtail/users/locale/fa/LC_MESSAGES/django.po +++ b/wagtail/users/locale/fa/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Persian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/users/locale/fi/LC_MESSAGES/django.mo b/wagtail/users/locale/fi/LC_MESSAGES/django.mo index feba3391f..6f5820b1d 100644 Binary files a/wagtail/users/locale/fi/LC_MESSAGES/django.mo and b/wagtail/users/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/fi/LC_MESSAGES/django.po b/wagtail/users/locale/fi/LC_MESSAGES/django.po index 5cdae9b2c..7c3b12d88 100644 --- a/wagtail/users/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/users/locale/fi/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/users/locale/fr/LC_MESSAGES/django.mo b/wagtail/users/locale/fr/LC_MESSAGES/django.mo index 2e56f3dcc..05245e4c1 100644 Binary files a/wagtail/users/locale/fr/LC_MESSAGES/django.mo and b/wagtail/users/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/fr/LC_MESSAGES/django.po b/wagtail/users/locale/fr/LC_MESSAGES/django.po index 60584b0ae..56d3fccd2 100644 --- a/wagtail/users/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/users/locale/fr/LC_MESSAGES/django.po @@ -19,7 +19,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/users/locale/gl/LC_MESSAGES/django.mo b/wagtail/users/locale/gl/LC_MESSAGES/django.mo index 6507d3441..992c97429 100644 Binary files a/wagtail/users/locale/gl/LC_MESSAGES/django.mo and b/wagtail/users/locale/gl/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/gl/LC_MESSAGES/django.po b/wagtail/users/locale/gl/LC_MESSAGES/django.po index 42a7a5e12..9e6377e30 100644 --- a/wagtail/users/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/users/locale/gl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Galician (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/users/locale/he_IL/LC_MESSAGES/django.mo b/wagtail/users/locale/he_IL/LC_MESSAGES/django.mo index e3b63f7c8..21f9b6f22 100644 Binary files a/wagtail/users/locale/he_IL/LC_MESSAGES/django.mo and b/wagtail/users/locale/he_IL/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/he_IL/LC_MESSAGES/django.po b/wagtail/users/locale/he_IL/LC_MESSAGES/django.po index 788df4f6d..8906557d2 100644 --- a/wagtail/users/locale/he_IL/LC_MESSAGES/django.po +++ b/wagtail/users/locale/he_IL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/users/locale/hr_HR/LC_MESSAGES/django.mo b/wagtail/users/locale/hr_HR/LC_MESSAGES/django.mo index 8bcedf685..0b8b4e955 100644 Binary files a/wagtail/users/locale/hr_HR/LC_MESSAGES/django.mo and b/wagtail/users/locale/hr_HR/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/hr_HR/LC_MESSAGES/django.po b/wagtail/users/locale/hr_HR/LC_MESSAGES/django.po index df595038b..f3bb8e064 100644 --- a/wagtail/users/locale/hr_HR/LC_MESSAGES/django.po +++ b/wagtail/users/locale/hr_HR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Croatian (Croatia) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/users/locale/hu/LC_MESSAGES/django.mo b/wagtail/users/locale/hu/LC_MESSAGES/django.mo index 362dcae37..c9a0108bc 100644 Binary files a/wagtail/users/locale/hu/LC_MESSAGES/django.mo and b/wagtail/users/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/hu/LC_MESSAGES/django.po b/wagtail/users/locale/hu/LC_MESSAGES/django.po index 4b4e4d7a9..747846ce4 100644 --- a/wagtail/users/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/users/locale/hu/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-08-01 11:56+0000\n" "Last-Translator: Istvan Farkas \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/users/locale/hy/LC_MESSAGES/django.mo b/wagtail/users/locale/hy/LC_MESSAGES/django.mo index 134ba6663..2f5562b03 100644 Binary files a/wagtail/users/locale/hy/LC_MESSAGES/django.mo and b/wagtail/users/locale/hy/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/hy/LC_MESSAGES/django.po b/wagtail/users/locale/hy/LC_MESSAGES/django.po index d4c2c1ac2..8daa859ed 100644 --- a/wagtail/users/locale/hy/LC_MESSAGES/django.po +++ b/wagtail/users/locale/hy/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Armenian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/users/locale/id_ID/LC_MESSAGES/django.mo b/wagtail/users/locale/id_ID/LC_MESSAGES/django.mo index 575dc2a0e..9e8f7a03f 100644 Binary files a/wagtail/users/locale/id_ID/LC_MESSAGES/django.mo and b/wagtail/users/locale/id_ID/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/id_ID/LC_MESSAGES/django.po b/wagtail/users/locale/id_ID/LC_MESSAGES/django.po index 70bf5ce2e..b7416e37a 100644 --- a/wagtail/users/locale/id_ID/LC_MESSAGES/django.po +++ b/wagtail/users/locale/id_ID/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/torchbox/" diff --git a/wagtail/users/locale/is_IS/LC_MESSAGES/django.mo b/wagtail/users/locale/is_IS/LC_MESSAGES/django.mo index e75ae5199..c9a38dba1 100644 Binary files a/wagtail/users/locale/is_IS/LC_MESSAGES/django.mo and b/wagtail/users/locale/is_IS/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/is_IS/LC_MESSAGES/django.po b/wagtail/users/locale/is_IS/LC_MESSAGES/django.po index 64846d5c9..65c262764 100644 --- a/wagtail/users/locale/is_IS/LC_MESSAGES/django.po +++ b/wagtail/users/locale/is_IS/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/torchbox/" diff --git a/wagtail/users/locale/it/LC_MESSAGES/django.mo b/wagtail/users/locale/it/LC_MESSAGES/django.mo index 32449467e..56a5c9281 100644 Binary files a/wagtail/users/locale/it/LC_MESSAGES/django.mo and b/wagtail/users/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/it/LC_MESSAGES/django.po b/wagtail/users/locale/it/LC_MESSAGES/django.po index 7dbfdfcbd..a90c74c77 100644 --- a/wagtail/users/locale/it/LC_MESSAGES/django.po +++ b/wagtail/users/locale/it/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/users/locale/ja/LC_MESSAGES/django.mo b/wagtail/users/locale/ja/LC_MESSAGES/django.mo index aa0877ccf..b6d489ad6 100644 Binary files a/wagtail/users/locale/ja/LC_MESSAGES/django.mo and b/wagtail/users/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/ja/LC_MESSAGES/django.po b/wagtail/users/locale/ja/LC_MESSAGES/django.po index c7d7a9739..2f242ca94 100644 --- a/wagtail/users/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/users/locale/ja/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-28 21:27+0000\n" "Last-Translator: 山本 卓也 \n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/users/locale/ka/LC_MESSAGES/django.mo b/wagtail/users/locale/ka/LC_MESSAGES/django.mo index 6a9a6f242..e39884bf3 100644 Binary files a/wagtail/users/locale/ka/LC_MESSAGES/django.mo and b/wagtail/users/locale/ka/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/ka/LC_MESSAGES/django.po b/wagtail/users/locale/ka/LC_MESSAGES/django.po index cc4ba35ca..de2f9f21c 100644 --- a/wagtail/users/locale/ka/LC_MESSAGES/django.po +++ b/wagtail/users/locale/ka/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Georgian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/users/locale/ko/LC_MESSAGES/django.mo b/wagtail/users/locale/ko/LC_MESSAGES/django.mo index 5dd832a77..d9059f1a3 100644 Binary files a/wagtail/users/locale/ko/LC_MESSAGES/django.mo and b/wagtail/users/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/ko/LC_MESSAGES/django.po b/wagtail/users/locale/ko/LC_MESSAGES/django.po index 3c971a694..35d0f70d6 100644 --- a/wagtail/users/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/users/locale/ko/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/users/locale/lt/LC_MESSAGES/django.mo b/wagtail/users/locale/lt/LC_MESSAGES/django.mo index 1be44cef0..d41e7237b 100644 Binary files a/wagtail/users/locale/lt/LC_MESSAGES/django.mo and b/wagtail/users/locale/lt/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/lt/LC_MESSAGES/django.po b/wagtail/users/locale/lt/LC_MESSAGES/django.po index 8e8e9a496..5ed9f8953 100644 --- a/wagtail/users/locale/lt/LC_MESSAGES/django.po +++ b/wagtail/users/locale/lt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Lithuanian (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/users/locale/lv/LC_MESSAGES/django.mo b/wagtail/users/locale/lv/LC_MESSAGES/django.mo index 71e2f18f6..c0b3b663a 100644 Binary files a/wagtail/users/locale/lv/LC_MESSAGES/django.mo and b/wagtail/users/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/lv/LC_MESSAGES/django.po b/wagtail/users/locale/lv/LC_MESSAGES/django.po index f3133a353..ab9d4bd9e 100644 --- a/wagtail/users/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/users/locale/lv/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/users/locale/mn/LC_MESSAGES/django.mo b/wagtail/users/locale/mn/LC_MESSAGES/django.mo index 6ef4c93c2..7329bc8c5 100644 Binary files a/wagtail/users/locale/mn/LC_MESSAGES/django.mo and b/wagtail/users/locale/mn/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/mn/LC_MESSAGES/django.po b/wagtail/users/locale/mn/LC_MESSAGES/django.po index b84a62c35..198220a25 100644 --- a/wagtail/users/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/users/locale/mn/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Mongolian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/users/locale/my/LC_MESSAGES/django.mo b/wagtail/users/locale/my/LC_MESSAGES/django.mo index 8b3cafeb3..937e2b1b2 100644 Binary files a/wagtail/users/locale/my/LC_MESSAGES/django.mo and b/wagtail/users/locale/my/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/my/LC_MESSAGES/django.po b/wagtail/users/locale/my/LC_MESSAGES/django.po index d11b8ed09..149759d9d 100644 --- a/wagtail/users/locale/my/LC_MESSAGES/django.po +++ b/wagtail/users/locale/my/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Burmese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/users/locale/nb/LC_MESSAGES/django.mo b/wagtail/users/locale/nb/LC_MESSAGES/django.mo index 504121f45..497287fd8 100644 Binary files a/wagtail/users/locale/nb/LC_MESSAGES/django.mo and b/wagtail/users/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/nb/LC_MESSAGES/django.po b/wagtail/users/locale/nb/LC_MESSAGES/django.po index 8698ecf10..fe613a4de 100644 --- a/wagtail/users/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/users/locale/nb/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/users/locale/nl/LC_MESSAGES/django.mo b/wagtail/users/locale/nl/LC_MESSAGES/django.mo index 986efdfed..96a6dfa4f 100644 Binary files a/wagtail/users/locale/nl/LC_MESSAGES/django.mo and b/wagtail/users/locale/nl/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/nl/LC_MESSAGES/django.po b/wagtail/users/locale/nl/LC_MESSAGES/django.po index 0ac4d86e9..d7dc27c16 100644 --- a/wagtail/users/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/users/locale/nl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Dutch (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/users/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/users/locale/nl_NL/LC_MESSAGES/django.mo index 9c95b2ab1..50268e672 100644 Binary files a/wagtail/users/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/users/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/users/locale/nl_NL/LC_MESSAGES/django.po index 4803dd046..cc6d849a0 100644 --- a/wagtail/users/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/users/locale/nl_NL/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Coen van der Kamp , 2018 +# Coen van der Kamp , 2018-2019 # Kees Hink , 2017 # Maarten Kling , 2015,2017-2018 # Meteor 0id, 2018-2019 @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-16 20:27+0000\n" +"Last-Translator: Coen van der Kamp \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" "wagtail/language/nl_NL/)\n" "MIME-Version: 1.0\n" @@ -170,6 +170,9 @@ msgstr "Wijzigen" msgid "Save" msgstr "Opslaan" +msgid "Permissions" +msgstr "Machtigingen" + msgid "Object permissions" msgstr "Machtigingen per type object" diff --git a/wagtail/users/locale/pl/LC_MESSAGES/django.mo b/wagtail/users/locale/pl/LC_MESSAGES/django.mo index ce2a95268..c7ac5b6cd 100644 Binary files a/wagtail/users/locale/pl/LC_MESSAGES/django.mo and b/wagtail/users/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/pl/LC_MESSAGES/django.po b/wagtail/users/locale/pl/LC_MESSAGES/django.po index 45b12cab4..9ea93e942 100644 --- a/wagtail/users/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/users/locale/pl/LC_MESSAGES/django.po @@ -5,16 +5,16 @@ # Translators: # utek , 2014 # Miłosz Miśkiewicz, 2016-2017 -# Miłosz Miśkiewicz, 2017-2018 +# Miłosz Miśkiewicz, 2017-2019 # Miłosz Miśkiewicz, 2016 # utek , 2014 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-10-01 08:39+0000\n" +"Last-Translator: Miłosz Miśkiewicz\n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" "pl/)\n" "MIME-Version: 1.0\n" @@ -174,6 +174,9 @@ msgstr "Edytowanie" msgid "Save" msgstr "Zapisz" +msgid "Permissions" +msgstr "Uprawnienia" + msgid "Object permissions" msgstr "Uprawnienia obiektu" diff --git a/wagtail/users/locale/pt_BR/LC_MESSAGES/django.mo b/wagtail/users/locale/pt_BR/LC_MESSAGES/django.mo index 4eac3f7cc..b06bbdce5 100644 Binary files a/wagtail/users/locale/pt_BR/LC_MESSAGES/django.mo and b/wagtail/users/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/users/locale/pt_BR/LC_MESSAGES/django.po index 10a37439d..f06030795 100644 --- a/wagtail/users/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/users/locale/pt_BR/LC_MESSAGES/django.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-17 19:16+0000\n" "Last-Translator: Guilherme Nabanete \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/torchbox/" diff --git a/wagtail/users/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/users/locale/pt_PT/LC_MESSAGES/django.mo index a15042525..0f3b3f648 100644 Binary files a/wagtail/users/locale/pt_PT/LC_MESSAGES/django.mo and b/wagtail/users/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/users/locale/pt_PT/LC_MESSAGES/django.po index c2c5e7324..c41db6776 100644 --- a/wagtail/users/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/users/locale/pt_PT/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" diff --git a/wagtail/users/locale/ro/LC_MESSAGES/django.mo b/wagtail/users/locale/ro/LC_MESSAGES/django.mo index 94b334341..18abdc73d 100644 Binary files a/wagtail/users/locale/ro/LC_MESSAGES/django.mo and b/wagtail/users/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/ro/LC_MESSAGES/django.po b/wagtail/users/locale/ro/LC_MESSAGES/django.po index b87c75981..d9f2498cc 100644 --- a/wagtail/users/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/users/locale/ro/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/users/locale/ru/LC_MESSAGES/django.mo b/wagtail/users/locale/ru/LC_MESSAGES/django.mo index 0edf81df4..c6e292b57 100644 Binary files a/wagtail/users/locale/ru/LC_MESSAGES/django.mo and b/wagtail/users/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/ru/LC_MESSAGES/django.po b/wagtail/users/locale/ru/LC_MESSAGES/django.po index fb4e91616..bf61b472f 100644 --- a/wagtail/users/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/users/locale/ru/LC_MESSAGES/django.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/users/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/users/locale/sk_SK/LC_MESSAGES/django.mo index aa472c524..c84a6541d 100644 Binary files a/wagtail/users/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/users/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/users/locale/sk_SK/LC_MESSAGES/django.po index 0a031737f..83f42347e 100644 --- a/wagtail/users/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/users/locale/sk_SK/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/users/locale/sl/LC_MESSAGES/django.mo b/wagtail/users/locale/sl/LC_MESSAGES/django.mo index 92effc532..a49d480a8 100644 Binary files a/wagtail/users/locale/sl/LC_MESSAGES/django.mo and b/wagtail/users/locale/sl/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/sl/LC_MESSAGES/django.po b/wagtail/users/locale/sl/LC_MESSAGES/django.po index 0421fc445..20e8211ab 100644 --- a/wagtail/users/locale/sl/LC_MESSAGES/django.po +++ b/wagtail/users/locale/sl/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Slovenian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/users/locale/sv/LC_MESSAGES/django.mo b/wagtail/users/locale/sv/LC_MESSAGES/django.mo index 9bef50172..9df37d74f 100644 Binary files a/wagtail/users/locale/sv/LC_MESSAGES/django.mo and b/wagtail/users/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/sv/LC_MESSAGES/django.po b/wagtail/users/locale/sv/LC_MESSAGES/django.po index 6885206bf..3e8edc145 100644 --- a/wagtail/users/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/users/locale/sv/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/users/locale/tet/LC_MESSAGES/django.mo b/wagtail/users/locale/tet/LC_MESSAGES/django.mo index cd1212937..7c490c0ff 100644 Binary files a/wagtail/users/locale/tet/LC_MESSAGES/django.mo and b/wagtail/users/locale/tet/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/tet/LC_MESSAGES/django.po b/wagtail/users/locale/tet/LC_MESSAGES/django.po index b808d9132..658d48676 100644 --- a/wagtail/users/locale/tet/LC_MESSAGES/django.po +++ b/wagtail/users/locale/tet/LC_MESSAGES/django.po @@ -5,13 +5,14 @@ # Translators: # Mario , 2019 # Mario , 2019 +# Peter Coward , 2019 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-09-21 00:27+0000\n" +"Last-Translator: Peter Coward \n" "Language-Team: Tetum (Tetun) (http://www.transifex.com/torchbox/wagtail/" "language/tet/)\n" "MIME-Version: 1.0\n" @@ -157,6 +158,9 @@ msgstr "Hadia" msgid "Save" msgstr "Rai" +msgid "Permissions" +msgstr "Permisaun sira" + msgid "Object permissions" msgstr "Permisaun sira ba Objetu" diff --git a/wagtail/users/locale/th/LC_MESSAGES/django.mo b/wagtail/users/locale/th/LC_MESSAGES/django.mo index 8463f937d..47953eed1 100644 Binary files a/wagtail/users/locale/th/LC_MESSAGES/django.mo and b/wagtail/users/locale/th/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/th/LC_MESSAGES/django.po b/wagtail/users/locale/th/LC_MESSAGES/django.po index 01e0f0c44..bde1f42a7 100644 --- a/wagtail/users/locale/th/LC_MESSAGES/django.po +++ b/wagtail/users/locale/th/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Thai (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/users/locale/tr/LC_MESSAGES/django.mo b/wagtail/users/locale/tr/LC_MESSAGES/django.mo index 95e9d80fc..cb68a66cd 100644 Binary files a/wagtail/users/locale/tr/LC_MESSAGES/django.mo and b/wagtail/users/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/tr/LC_MESSAGES/django.po b/wagtail/users/locale/tr/LC_MESSAGES/django.po index edd32ef02..ce68bd906 100644 --- a/wagtail/users/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/users/locale/tr/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/users/locale/uk/LC_MESSAGES/django.mo b/wagtail/users/locale/uk/LC_MESSAGES/django.mo index 98c7507da..a3f6e9335 100644 Binary files a/wagtail/users/locale/uk/LC_MESSAGES/django.mo and b/wagtail/users/locale/uk/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/uk/LC_MESSAGES/django.po b/wagtail/users/locale/uk/LC_MESSAGES/django.po index d16464c5d..d021fbb74 100644 --- a/wagtail/users/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/users/locale/uk/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Ukrainian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/users/locale/vi/LC_MESSAGES/django.mo b/wagtail/users/locale/vi/LC_MESSAGES/django.mo index 2b6e8e0df..594247af7 100644 Binary files a/wagtail/users/locale/vi/LC_MESSAGES/django.mo and b/wagtail/users/locale/vi/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/vi/LC_MESSAGES/django.po b/wagtail/users/locale/vi/LC_MESSAGES/django.po index ca1273167..e598f4a37 100644 --- a/wagtail/users/locale/vi/LC_MESSAGES/django.po +++ b/wagtail/users/locale/vi/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Vietnamese (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/users/locale/zh/LC_MESSAGES/django.mo b/wagtail/users/locale/zh/LC_MESSAGES/django.mo index 2c89f53a9..02f8d0b1f 100644 Binary files a/wagtail/users/locale/zh/LC_MESSAGES/django.mo and b/wagtail/users/locale/zh/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/zh/LC_MESSAGES/django.po b/wagtail/users/locale/zh/LC_MESSAGES/django.po index 5feacdc9c..4d2ebcf19 100644 --- a/wagtail/users/locale/zh/LC_MESSAGES/django.po +++ b/wagtail/users/locale/zh/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Chinese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/users/locale/zh_Hans/LC_MESSAGES/django.mo b/wagtail/users/locale/zh_Hans/LC_MESSAGES/django.mo index bf16f5019..9c1166ed5 100644 Binary files a/wagtail/users/locale/zh_Hans/LC_MESSAGES/django.mo and b/wagtail/users/locale/zh_Hans/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/zh_Hans/LC_MESSAGES/django.po b/wagtail/users/locale/zh_Hans/LC_MESSAGES/django.po index 1b4db87af..b34451290 100644 --- a/wagtail/users/locale/zh_Hans/LC_MESSAGES/django.po +++ b/wagtail/users/locale/zh_Hans/LC_MESSAGES/django.po @@ -6,6 +6,7 @@ # hanfeng , 2014-2015,2018 # Ed <724195301@qq.com>, 2018 # Ed <724195301@qq.com>, 2018 +# First Last , 2019 # hanfeng , 2014 # Jian Li , 2015 # jszsj , 2016-2017 @@ -20,9 +21,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" -"PO-Revision-Date: 2019-07-09 13:30+0000\n" -"Last-Translator: Matt Westcott \n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" +"PO-Revision-Date: 2019-11-01 02:57+0000\n" +"Last-Translator: First Last \n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/" "language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -167,6 +168,9 @@ msgstr "编辑" msgid "Save" msgstr "保存" +msgid "Permissions" +msgstr "权限" + msgid "Object permissions" msgstr "对象权限" diff --git a/wagtail/users/locale/zh_Hant/LC_MESSAGES/django.mo b/wagtail/users/locale/zh_Hant/LC_MESSAGES/django.mo index 8df344cc8..6d22cc5b9 100644 Binary files a/wagtail/users/locale/zh_Hant/LC_MESSAGES/django.mo and b/wagtail/users/locale/zh_Hant/LC_MESSAGES/django.mo differ diff --git a/wagtail/users/locale/zh_Hant/LC_MESSAGES/django.po b/wagtail/users/locale/zh_Hant/LC_MESSAGES/django.po index 0652a1b2f..2a6358e97 100644 --- a/wagtail/users/locale/zh_Hant/LC_MESSAGES/django.po +++ b/wagtail/users/locale/zh_Hant/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-09 14:27+0100\n" +"POT-Creation-Date: 2019-10-16 18:00+0100\n" "PO-Revision-Date: 2019-07-09 13:30+0000\n" "Last-Translator: Matt Westcott \n" "Language-Team: Chinese Traditional (http://www.transifex.com/torchbox/" diff --git a/wagtail/utils/deprecation.py b/wagtail/utils/deprecation.py index 90c118eff..0c0fc6c79 100644 --- a/wagtail/utils/deprecation.py +++ b/wagtail/utils/deprecation.py @@ -2,14 +2,14 @@ import warnings from importlib import import_module -class RemovedInWagtail28Warning(DeprecationWarning): +class RemovedInWagtail29Warning(DeprecationWarning): pass -removed_in_next_version_warning = RemovedInWagtail28Warning +removed_in_next_version_warning = RemovedInWagtail29Warning -class RemovedInWagtail29Warning(PendingDeprecationWarning): +class RemovedInWagtail210Warning(PendingDeprecationWarning): pass diff --git a/wagtail/utils/l18n/CHANGES.rst b/wagtail/utils/l18n/CHANGES.rst deleted file mode 100644 index a7c3fd58d..000000000 --- a/wagtail/utils/l18n/CHANGES.rst +++ /dev/null @@ -1,76 +0,0 @@ -l18n - changes -============== - - -v2016.6.4 (07-09-2016) ----------------------- - -- Chinese (zh) translation overrides by Charlotte Blanc -- copy/deepcopy support for l18n lazy strings and dictionaries -- fix charset bug on python 2 - - -v2016.6.3 (30-08-2016) ----------------------- - -- items are now sorted in maps iterators -- subsets support - - -v2016.6.2 (23-08-2016) ----------------------- - -- fix requirement 'six' - - -v2016.6.1 (19-08-2016) ----------------------- - -- pytz 2016.6.1 -- fix encoding issues - - -v2016.6.0 (18-07-2016) ----------------------- - -- pytz 2016.6 -- remove strict pin against pytz version (#2) - - -v2016.4.0 (05-05-2016) ----------------------- - -- pytz 2016.4 -- Czech translation overrides by Jan Čermák - - -v2015.7.0 (26-11-2015) ----------------------- - -- pytz 2015.7 -- drops support for python 2.6 - - -v2015.6.0 (15-10-2015) ----------------------- - -- pytz 2015.6 -- German translations by Philipp Steinhardt -- Fixes locale files that were not included in some distribution targets (#1) -- Translates all pytz.all_timezones rather than only pytz.common_timezones - - -v2015.2.0 (22-04-2015) ----------------------- - -- updates pytz version to 2015.2 (no changes in translations) - - -v2014.10.1 (17-03-2015) ------------------------ - -- Birth -- Exposes ``tz_cities``, ``tz_fullnames`` and ``territories`` - dictionary-like objects -- Compatible with python 2.6+ and 3.3+ -- English and French translations diff --git a/wagtail/utils/l18n/CONTRIBUTORS.rst b/wagtail/utils/l18n/CONTRIBUTORS.rst deleted file mode 100644 index d70cb7ca5..000000000 --- a/wagtail/utils/l18n/CONTRIBUTORS.rst +++ /dev/null @@ -1,18 +0,0 @@ -l18n contributors list -====================== - - -Code ----- - -Thomas Khyn, thomas@ksytek.com - - -Languages ---------- - -en: Thomas Khyn, thomas[at]ksytek.com -fr: Thomas Khyn, thomas[at]ksytek.com -de: Philipp Steinhardt, steinhardt[at]myvision.de -cs: Jan Čermák, sairon[at]sairon.cz -zh: Charlotte Blanc, charblanc17[at]gmail.com diff --git a/wagtail/utils/l18n/LICENSE.txt b/wagtail/utils/l18n/LICENSE.txt deleted file mode 100644 index 2cfd08704..000000000 --- a/wagtail/utils/l18n/LICENSE.txt +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014-2016 Thomas Khyn and contributors (see CONTRIBUTORS.rst) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/wagtail/utils/l18n/README.rst b/wagtail/utils/l18n/README.rst deleted file mode 100644 index f79a4920d..000000000 --- a/wagtail/utils/l18n/README.rst +++ /dev/null @@ -1,210 +0,0 @@ -l18n -==== - -|copyright| 2014-2016 Thomas Khyn - -Locale internationalization package. Translations for places, timezones ... - -Tested with the latest minor versions of Python 2 and 3. - -Supported languages: English, French, German, Czech, Chinese -(`want to add yours?`_) - - -What is l18n? -------------- - -As you may have noticed, ``l18n`` is a contraction of ``i18n`` and ``l10n``, -namely 'internationalisation' and 'localization'. It basically provides -lazy translations for names used for localization purposes (e.g. places and -timezones). - -I started writing ``l18n`` when I was looking for translations for the pytz_ -library. Indeed, on a multi-lingual site where users can select the timezone -they are in, it's much better if they can select in their language, as in some -cases, the differences with the english name can be significant, hence the -place to look for it when it's sorted in alphabetical order. - -And as I am lazy, I thought of a way to - almost - automatically fetch the -translations from the CLDR_ (Unicode's Common Locale Data Repository) database. - -Integrating function to link timezone to country codes, there was no reason not -to try and provide translations also for the latter. In the near future, I - -or contributors - may also add currencies or measurement units fetched from -the CLDR database ... - - -How does it work? ------------------ - -To use ``l18n``, you first need to install it. It works well with ``pip``:: - - pip install l18n - -Then, in your code:: - - >>> import l18n - -``l18n`` exposes several read-only dictionary-like objects: - -l18n.tz_cities - - is a mapping between all the timezones listed in ``pytz.all_timezones`` - and human-friendly **lazy** versions of the translated name of the city - in the current language (see `Selecting the language`_ below). For example, - if the language is English:: - - >>> l18n.tz_cities['Pacific/Easter'] - L18NLazyString - >>> str(l18n.tz_cities['Pacific/Easter']) - 'Easter Island' - - In French, it would give:: - - >>> str(l18n.tz_cities['Pacific/Easter']) - 'Île de Pâques' - -l18n.tz_fullnames - - is a mapping between all the timezones listed in ``pytz.all_timezones`` - and **lazy** versions of the timezones' full names in the current language. - For example:: - - >>> str(l18n.tz_fullnames['Pacific/Easter']) - 'Pacific/Easter Island' # or 'Pacifique/Île de Pâques' in French - - It is interesting to note that for 3-components timezone names where the - local state or territory appears in the city name, ``l18n`` cleverly strips - this information so that it is not repeated:: - - >>> str(l18n.tz_fullnames['America/North_Dakota/New_Salem']) - 'America/North Dakota/New Salem' - - indeed:: - - >>> str(l18n.tz_cities['America/North_Dakota/New_salem']) - 'New Salem, North Dakota' - -l18n.territories - - is a mapping between the territory codes as defined in the CLDR_ and their - localized names, lazily defined. For example:: - - >>> str(l18n.territories['CZ']) - 'Czech Republic' # or 'République Tchèque' in French - - -.. note:: - - The values are translated each time they are evaluated, there is no caching. - This means that the same L18NLazyString / L18NLazyStringsList instance can - be used and produce 2 different outputs if you change the language between - the evaluations. - - -.. note:: - - The values in the above mentionned dictionaries can be overriden by your - own translations. The dictionaries are not read-only and values can be - added or removed at your convenience. - - -Lazy mappings special features (v.2016.6.3 onwards) ---------------------------------------------------- - -The fore-mentioned ``tz_cities``, ``tz_fullnames`` and ``territories`` are not -simple dictionaries and provide additional features. - -Sorting -....... - -When iterating over an ``L18NMap``, the items, keys or values are *yielded* in -alphabetical order **in the currently selected language**. For performance, the -results are cached by language, so the sort is only performed once per language. -Note that the values are still lazy objects that are evaluated only when -rendered into a string. - -Subsets -....... - -It is possible to generate a new ``L18NMap`` from an existing one by using the -``subset`` method and passing an iterable of ``keys`` that need to be kept in -the new mapping. Any cached sort is also used to generate the new cache, so -that there is nothing to re-calculate in the new subset. - -For example, one can generate a map of translations for -``pytz.common_timezones``:: - - >>> common_cities = l18n.tz_cities.subset(pytz.common_timezones.keys()) - - -Selecting the language ----------------------- - -By default, when importing ``l18n``, the current default locale is used (via -``locale.getdefaultlocale()``). If it is not the one you want or if you need to -change it, it is rather easy:: - - >>> l18n.set_language('en') - >>> str(l18n.tz_cities['Pacific/Easter']) - 'Easter Island' - >>> l18n.set_language('fr') - >>> str(l18n.tz_cities['Pacific/Easter']) - 'Île de Pâques' - -And in case you want to disable translation and use raw default strings:: - - >>> l18n.set_language(None) - - -Utilities ---------- - -``l18n`` also exposes a few functions that may be helpful in some cases: - -``l18n.utils.get_country_tzs(country_code)`` - - returns a list of locations for the given country code, sorted in - alphabetical order in the currently selected language - -``l18n.utils.get_country_code_from_tz(timezone)`` - - returns the country code from a given (untranslated) timezone - - -Versionning ------------ - -``l18n``'s main version number matches ``pytz``'s version number. ``l18n`` -2014.10.X will be fully compatible with ``pytz`` 2014.10 whatever the value of -X. Indeed, the primary aim is to keep ``l18n``'s translation files consistent -with ``pytz``'s timezone names. - -Before ``l18n`` 2016.6, the ``pytz`` version was pinned against the ``l18n`` -version. Now, ``l18n`` YEAR.MONTH can now be used with any subsequent ``pytz`` -version. However, note that there may be missing translations if the 2 versions -are too different from each other. In that case, open an issue_ to request a -new version of ``l18n`` to be published. - - -.. _`want to add yours?`: - -Want to add a language? ------------------------ - -Great idea !! Have a look at CONTRIBUTE.rst_. - - -Roadmap -------- - -- Add supported languages -- Add currencies and other stuff - - -.. |copyright| unicode:: 0xA9 - -.. _pytz: https://pypi.python.org/pypi/pytz/ -.. _CLDR: http://cldr.unicode.org/ -.. _CONTRIBUTE.rst: https://bitbucket.org/tkhyn/l18n/src/tip/CONTRIBUTE.rst -.. _issue: https://bitbucket.org/tkhyn/l18n/issues/new diff --git a/wagtail/utils/l18n/__init__.py b/wagtail/utils/l18n/__init__.py deleted file mode 100644 index a9a76e2a9..000000000 --- a/wagtail/utils/l18n/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -from .version import __version__, __version_info__ - -from .maps import tz_cities, tz_fullnames, territories -from .translation import set_language diff --git a/wagtail/utils/l18n/__maps.py b/wagtail/utils/l18n/__maps.py deleted file mode 100644 index d0c8f7e6b..000000000 --- a/wagtail/utils/l18n/__maps.py +++ /dev/null @@ -1,920 +0,0 @@ -# -*- coding: utf-8 -*- - -# AUTOMATICALLY GENERATED FILE, DO NOT EDIT - -tz_locations = { - 'Brazil': u'Brazil', - 'Canada': u'Canada', - 'Asia': u'Asia', - 'America/Indiana/Tell_City': u'Tell City', - 'America/North_Dakota/New_Salem': u'New Salem', - 'US': u'United States', - 'Indiana': u'Indiana', - 'Argentina': u'Argentina', - 'Europe': u'Europe', - 'Australia': u'Australia', - 'America/Indiana/Vevay': u'Vevay', - 'Arctic': u'Arctic', - 'America/Indiana/Marengo': u'Marengo', - 'Atlantic': u'Atlantic', - 'Chile': u'Chile', - 'America/Indiana/Vincennes': u'Vincennes', - 'America': u'America', - 'America/North_Dakota/Center': u'Center', - 'Kentucky': u'Kentucky', - 'Etc': u'Etc', - 'North_Dakota': u'North Dakota', - 'America/Indiana/Knox': u'Knox', - 'America/Kentucky/Monticello': u'Monticello', - 'America/North_Dakota/Beulah': u'Beulah', - 'America/Indiana/Petersburg': u'Petersburg', - 'Mexico': u'Mexico', - 'Africa': u'Africa', - 'Pacific': u'Pacific', - 'Antarctica': u'Antarctica', - 'Indian': u'Indian', - 'America/Indiana/Winamac': u'Winamac', -} - -tz_cities = { - 'Atlantic/Canary': u'Canary', - 'Australia/Melbourne': u'Melbourne', - 'Etc/GMT+9': u'GMT+9', - 'Etc/GMT+8': u'GMT+8', - 'Europe/Lisbon': u'Lisbon', - 'Etc/GMT+3': u'GMT+3', - 'Etc/GMT+2': u'GMT+2', - 'Etc/GMT+1': u'GMT+1', - 'Etc/GMT+0': u'GMT+0', - 'America/Nipigon': u'Nipigon', - 'Etc/GMT+6': u'GMT+6', - 'Etc/GMT+5': u'GMT+5', - 'America/Miquelon': u'Miquelon', - 'Pacific/Wallis': u'Wallis', - 'America/Fort_Nelson': u'Fort Nelson', - 'Antarctica/Davis': u'Davis', - 'America/Coral_Harbour': u'Atikokan', - 'Asia/Dhaka': u'Dhaka', - 'America/St_Lucia': u'St. Lucia', - 'Canada/Newfoundland': u'Newfoundland', - 'Asia/Kashgar': u'Kashgar', - 'America/Phoenix': u'Phoenix', - 'Europe/Kaliningrad': u'Kaliningrad', - 'Etc/GMT+7': u'GMT+7', - 'America/Mazatlan': u'Mazatlan', - 'Arctic/Longyearbyen': u'Longyearbyen', - 'Europe/Guernsey': u'Guernsey', - 'GB': u'GB', - 'Europe/Paris': u'Paris', - 'Europe/Stockholm': u'Stockholm', - 'Pacific/Fiji': u'Fiji', - 'Pacific/Apia': u'Apia', - 'Etc/GMT+4': u'GMT+4', - 'Pacific/Pago_Pago': u'Pago Pago', - 'Asia/Rangoon': u'Rangoon', - 'America/Mexico_City': u'Mexico City', - 'America/Ensenada': u'Ensenada', - 'America/Puerto_Rico': u'Puerto Rico', - 'Indian/Mauritius': u'Mauritius', - 'Europe/Berlin': u'Berlin', - 'Europe/Zurich': u'Zurich', - 'Africa/Casablanca': u'Casablanca', - 'Antarctica/Macquarie': u'Macquarie Island', - 'Asia/Krasnoyarsk': u'Krasnoyarsk', - 'Australia/Canberra': u'Canberra', - 'Atlantic/Bermuda': u'Bermuda', - 'Asia/Ujung_Pandang': u'Ujung Pandang', - 'America/Araguaina': u'Araguaina', - 'Asia/Tehran': u'Tehran', - 'Asia/Saigon': u'Ho Chi Minh', - 'Asia/Baku': u'Baku', - 'America/St_Barthelemy': u'St. Barthelemy', - 'America/Porto_Acre': u'Porto Acre', - 'America/Santarem': u'Santarem', - 'America/Argentina/Cordoba': u'Cordoba', - 'Libya': u'Libya', - 'America/Danmarkshavn': u'Danmarkshavn', - 'America/Scoresbysund': u'Ittoqqortoormiit', - 'America/Eirunepe': u'Eirunepe', - 'America/Caracas': u'Caracas', - 'Asia/Baghdad': u'Baghdad', - 'Africa/Monrovia': u'Monrovia', - 'Atlantic/Stanley': u'Stanley', - 'America/St_Vincent': u'St. Vincent', - 'Portugal': u'Portugal', - 'Europe/Tiraspol': u'Tiraspol', - 'America/Vancouver': u'Vancouver', - 'Asia/Ho_Chi_Minh': u'Ho Chi Minh', - 'Europe/Busingen': u'Busingen', - 'Etc/GMT0': u'GMT0', - 'Asia/Thimphu': u'Thimphu', - 'Africa/Ouagadougou': u'Ouagadougou', - 'America/Belize': u'Belize', - 'America/Port_of_Spain': u'Port of Spain', - 'Greenwich': u'Greenwich', - 'Asia/Tashkent': u'Tashkent', - 'Asia/Tokyo': u'Tokyo', - 'Pacific/Kiritimati': u'Kiritimati', - 'Australia/Sydney': u'Sydney', - 'Europe/Riga': u'Riga', - 'Asia/Dili': u'Dili', - 'Africa/Mbabane': u'Mbabane', - 'Asia/Oral': u'Oral', - 'Asia/Aden': u'Aden', - 'Europe/Isle_of_Man': u'Isle of Man', - 'Europe/Istanbul': u'Istanbul', - 'Asia/Magadan': u'Magadan', - 'Australia/Lindeman': u'Lindeman', - 'US/Michigan': u'Michigan', - 'Pacific/Galapagos': u'Galapagos', - 'America/Bogota': u'Bogota', - 'Africa/Asmara': u'Asmara', - 'America/Chicago': u'Chicago', - 'Pacific/Kwajalein': u'Kwajalein', - 'Australia/Broken_Hill': u'Broken Hill', - 'America/Cuiaba': u'Cuiaba', - 'Indian/Christmas': u'Christmas', - 'Asia/Jayapura': u'Jayapura', - 'Europe/Brussels': u'Brussels', - 'Asia/Chongqing': u'Chongqing', - 'Australia/NSW': u'NSW', - 'Canada/Pacific': u'Pacific', - 'America/Noronha': u'Noronha', - 'Europe/Podgorica': u'Podgorica', - 'Africa/Algiers': u'Algiers', - 'Africa/Harare': u'Harare', - 'Africa/Ndjamena': u'Ndjamena', - 'America/Costa_Rica': u'Costa Rica', - 'Europe/Ljubljana': u'Ljubljana', - 'Indian/Mayotte': u'Mayotte', - 'Asia/Phnom_Penh': u'Phnom Penh', - 'America/Managua': u'Managua', - 'America/Pangnirtung': u'Pangnirtung', - 'Etc/GMT+12': u'GMT+12', - 'America/Tijuana': u'Tijuana', - 'Pacific/Fakaofo': u'Fakaofo', - 'America/Adak': u'Adak', - 'America/Antigua': u'Antigua', - 'America/Indiana/Indianapolis': u'Indianapolis', - 'America/Argentina/La_Rioja': u'La Rioja', - 'Pacific/Tahiti': u'Tahiti', - 'Asia/Brunei': u'Brunei', - 'Europe/Zagreb': u'Zagreb', - 'America/Asuncion': u'Asuncion', - 'Europe/Vienna': u'Vienna', - 'Mexico/General': u'General', - 'Australia/Hobart': u'Hobart', - 'America/Juneau': u'Juneau', - 'America/Inuvik': u'Inuvik', - 'America/Ojinaga': u'Ojinaga', - 'Europe/Astrakhan': u'Astrakhan', - 'America/Montreal': u'Montreal', - 'Asia/Seoul': u'Seoul', - 'Brazil/East': u'East', - 'Indian/Comoro': u'Comoro', - 'Antarctica/Rothera': u'Rothera', - 'Hongkong': u'Hongkong', - 'Europe/Tallinn': u'Tallinn', - 'Indian/Mahe': u'Mahe', - 'Asia/Calcutta': u'Kolkata', - 'Australia/South': u'South', - 'America/Argentina/Jujuy': u'Jujuy', - 'Asia/Bishkek': u'Bishkek', - 'America/Creston': u'Creston', - 'America/Martinique': u'Martinique', - 'Asia/Singapore': u'Singapore', - 'PRC': u'PRC', - 'Africa/Nairobi': u'Nairobi', - 'Asia/Thimbu': u'Thimbu', - 'America/Maceio': u'Maceio', - 'Africa/Cairo': u'Cairo', - 'Europe/Moscow': u'Moscow', - 'Antarctica/Palmer': u'Palmer', - 'Asia/Ulaanbaatar': u'Ulaanbaatar', - 'America/Rainy_River': u'Rainy River', - 'Africa/Kampala': u'Kampala', - 'Asia/Colombo': u'Colombo', - 'Australia/Adelaide': u'Adelaide', - 'America/Cambridge_Bay': u'Cambridge Bay', - 'Africa/Luanda': u'Luanda', - 'Pacific/Chatham': u'Chatham', - 'America/Indiana/Winamac': u'Winamac, Indiana', - 'Asia/Dacca': u'Dacca', - 'America/Cordoba': u'Cordoba', - 'Asia/Tbilisi': u'Tbilisi', - 'Europe/Gibraltar': u'Gibraltar', - 'Asia/Karachi': u'Karachi', - 'Asia/Harbin': u'Harbin', - 'Australia/Lord_Howe': u'Lord Howe', - 'Etc/GMT-9': u'GMT-9', - 'Etc/GMT-8': u'GMT-8', - 'America/Bahia_Banderas': u'Bahia Banderas', - 'Etc/GMT-1': u'GMT-1', - 'Etc/GMT-0': u'GMT-0', - 'Etc/GMT-3': u'GMT-3', - 'Etc/GMT-2': u'GMT-2', - 'Etc/GMT-5': u'GMT-5', - 'Etc/GMT-4': u'GMT-4', - 'Etc/GMT-7': u'GMT-7', - 'Europe/Nicosia': u'Nicosia', - 'America/Boa_Vista': u'Boa Vista', - 'Eire': u'Eire', - 'America/Lima': u'Lima', - 'Indian/Reunion': u'Reunion', - 'Canada/Mountain': u'Mountain', - 'Asia/Srednekolymsk': u'Srednekolymsk', - 'CET': u'CET', - 'Europe/Belfast': u'Belfast', - 'America/Blanc-Sablon': u'Blanc-Sablon', - 'Australia/West': u'West', - 'Antarctica/Syowa': u'Syowa', - 'America/Jamaica': u'Jamaica', - 'Europe/Kiev': u'Kiev', - 'Europe/Budapest': u'Budapest', - 'Canada/Eastern': u'Eastern', - 'Pacific/Midway': u'Midway', - 'America/Goose_Bay': u'Goose Bay', - 'Australia/Victoria': u'Victoria', - 'Asia/Amman': u'Amman', - 'Asia/Sakhalin': u'Sakhalin', - 'Africa/Windhoek': u'Windhoek', - 'US/Pacific': u'Pacific', - 'America/Sitka': u'Sitka', - 'Asia/Katmandu': u'Kathmandu', - 'America/Guyana': u'Guyana', - 'Pacific/Pohnpei': u'Pohnpei', - 'America/Sao_Paulo': u'Sao Paulo', - 'Turkey': u'Turkey', - 'Australia/Yancowinna': u'Yancowinna', - 'America/Lower_Princes': u'Lower Prince’s Quarter', - 'Australia/Perth': u'Perth', - 'Africa/Djibouti': u'Djibouti', - 'Asia/Jakarta': u'Jakarta', - 'Asia/Pyongyang': u'Pyongyang', - 'EST5EDT': u'EST5EDT', - 'Africa/Johannesburg': u'Johannesburg', - 'Canada/East-Saskatchewan': u'East-Saskatchewan', - 'Asia/Tel_Aviv': u'Tel Aviv', - 'Antarctica/Troll': u'Troll', - 'Asia/Istanbul': u'Istanbul', - 'Asia/Irkutsk': u'Irkutsk', - 'Iran': u'Iran', - 'Australia/ACT': u'ACT', - 'Africa/Niamey': u'Niamey', - 'Australia/North': u'North', - 'America/Belem': u'Belem', - 'America/Indiana/Marengo': u'Marengo, Indiana', - 'Africa/Nouakchott': u'Nouakchott', - 'Asia/Ashkhabad': u'Ashkhabad', - 'Europe/Vilnius': u'Vilnius', - 'America/Cayenne': u'Cayenne', - 'Africa/Mogadishu': u'Mogadishu', - 'America/Kentucky/Monticello': u'Monticello, Kentucky', - 'America/Rio_Branco': u'Rio Branco', - 'America/Cancun': u'Cancun', - 'America/Havana': u'Havana', - 'Chile/EasterIsland': u'EasterIsland', - 'Pacific/Guam': u'Guam', - 'Pacific/Kosrae': u'Kosrae', - 'Universal': u'Universal', - 'US/Arizona': u'Arizona', - 'Atlantic/Azores': u'Azores', - 'Australia/Eucla': u'Eucla', - 'Asia/Shanghai': u'Shanghai', - 'US/Alaska': u'Alaska', - 'America/Godthab': u'Nuuk', - 'Asia/Beirut': u'Beirut', - 'Africa/Maputo': u'Maputo', - 'HST': u'HST', - 'Asia/Bahrain': u'Bahrain', - 'Asia/Ashgabat': u'Ashgabat', - 'Asia/Riyadh': u'Riyadh', - 'Atlantic/Faeroe': u'Faroe', - 'America/Montevideo': u'Montevideo', - 'America/Anguilla': u'Anguilla', - 'Asia/Damascus': u'Damascus', - 'America/North_Dakota/Center': u'Center, North Dakota', - 'UCT': u'UCT', - 'America/Indiana/Vevay': u'Vevay, Indiana', - 'Atlantic/St_Helena': u'St. Helena', - 'Iceland': u'Iceland', - 'Europe/Vatican': u'Vatican', - 'America/Indiana/Vincennes': u'Vincennes, Indiana', - 'Asia/Almaty': u'Almaty', - 'Australia/Queensland': u'Queensland', - 'America/Santo_Domingo': u'Santo Domingo', - 'Africa/Brazzaville': u'Brazzaville', - 'America/Nome': u'Nome', - 'Asia/Taipei': u'Taipei', - 'America/Yakutat': u'Yakutat', - 'W-SU': u'W-SU', - 'America/Argentina/Mendoza': u'Mendoza', - 'Zulu': u'Zulu', - 'Egypt': u'Egypt', - 'America/Tortola': u'Tortola', - 'Etc/UTC': u'UTC', - 'Brazil/Acre': u'Acre', - 'Africa/Asmera': u'Asmara', - 'Antarctica/Mawson': u'Mawson', - 'America/Buenos_Aires': u'Buenos Aires', - 'Asia/Kolkata': u'Kolkata', - 'Africa/Maseru': u'Maseru', - 'America/Atikokan': u'Atikokan', - 'America/Louisville': u'Louisville', - 'Pacific/Yap': u'Yap', - 'America/Santa_Isabel': u'Santa Isabel', - 'Asia/Kuching': u'Kuching', - 'Africa/Libreville': u'Libreville', - 'Africa/Freetown': u'Freetown', - 'Africa/Bissau': u'Bissau', - 'Europe/Samara': u'Samara', - 'Europe/Amsterdam': u'Amsterdam', - 'Europe/Tirane': u'Tirane', - 'Pacific/Saipan': u'Saipan', - 'Africa/Abidjan': u'Abidjan', - 'Europe/Zaporozhye': u'Zaporozhye', - 'America/Atka': u'Atka', - 'America/El_Salvador': u'El Salvador', - 'Europe/Madrid': u'Madrid', - 'Africa/Juba': u'Juba', - 'America/Santiago': u'Santiago', - 'America/Argentina/Buenos_Aires': u'Buenos Aires', - 'America/Argentina/San_Luis': u'San Luis', - 'Europe/Skopje': u'Skopje', - 'WET': u'WET', - 'America/Aruba': u'Aruba', - 'Navajo': u'Navajo', - 'America/Indianapolis': u'Indianapolis', - 'America/Regina': u'Regina', - 'Pacific/Truk': u'Chuuk', - 'Pacific/Chuuk': u'Chuuk', - 'Asia/Khandyga': u'Khandyga', - 'Pacific/Funafuti': u'Funafuti', - 'Canada/Atlantic': u'Atlantic', - 'America/Merida': u'Merida', - 'America/Guatemala': u'Guatemala', - 'Africa/Sao_Tome': u'Sao Tome', - 'Asia/Tomsk': u'Tomsk', - 'Asia/Makassar': u'Makassar', - 'Africa/Bujumbura': u'Bujumbura', - 'Europe/Chisinau': u'Chisinau', - 'Europe/Warsaw': u'Warsaw', - 'Asia/Yekaterinburg': u'Yekaterinburg', - 'US/Hawaii': u'Hawaii', - 'MET': u'MET', - 'Antarctica/Casey': u'Casey', - 'Pacific/Enderbury': u'Enderbury', - 'America/Thule': u'Thule', - 'America/St_Johns': u'St. John’s', - 'America/Moncton': u'Moncton', - 'Europe/Helsinki': u'Helsinki', - 'Atlantic/Cape_Verde': u'Cape Verde', - 'America/Tegucigalpa': u'Tegucigalpa', - 'Indian/Cocos': u'Cocos', - 'America/Boise': u'Boise', - 'America/Guadeloupe': u'Guadeloupe', - 'America/Nassau': u'Nassau', - 'Europe/Prague': u'Prague', - 'America/Halifax': u'Halifax', - 'Asia/Hovd': u'Hovd', - 'Canada/Saskatchewan': u'Saskatchewan', - 'America/Manaus': u'Manaus', - 'America/Rankin_Inlet': u'Rankin Inlet', - 'Etc/UCT': u'UCT', - 'GB-Eire': u'GB-Eire', - 'Etc/Greenwich': u'Greenwich', - 'Atlantic/Jan_Mayen': u'Jan Mayen', - 'America/North_Dakota/Beulah': u'Beulah, North Dakota', - 'America/Chihuahua': u'Chihuahua', - 'America/Iqaluit': u'Iqaluit', - 'America/Argentina/Rio_Gallegos': u'Rio Gallegos', - 'Pacific/Gambier': u'Gambier', - 'Europe/Volgograd': u'Volgograd', - 'Africa/Bamako': u'Bamako', - 'Asia/Novokuznetsk': u'Novokuznetsk', - 'Europe/Uzhgorod': u'Uzhgorod', - 'Africa/Banjul': u'Banjul', - 'Asia/Aqtau': u'Aqtau', - 'Pacific/Palau': u'Palau', - 'Africa/Malabo': u'Malabo', - 'Europe/Minsk': u'Minsk', - 'PST8PDT': u'PST8PDT', - 'America/Argentina/ComodRivadavia': u'ComodRivadavia', - 'Atlantic/Madeira': u'Madeira', - 'Pacific/Noumea': u'Noumea', - 'GMT0': u'GMT0', - 'Africa/Kinshasa': u'Kinshasa', - 'Europe/Malta': u'Malta', - 'US/Samoa': u'Samoa', - 'America/Argentina/Ushuaia': u'Ushuaia', - 'Asia/Chungking': u'Chungking', - 'Asia/Bangkok': u'Bangkok', - 'Pacific/Niue': u'Niue', - 'America/Catamarca': u'Catamarca', - 'America/Recife': u'Recife', - 'MST': u'MST', - 'Asia/Yerevan': u'Yerevan', - 'America/La_Paz': u'La Paz', - 'Poland': u'Poland', - 'Asia/Urumqi': u'Urumqi', - 'Africa/Lusaka': u'Lusaka', - 'US/Indiana-Starke': u'Indiana-Starke', - 'Pacific/Guadalcanal': u'Guadalcanal', - 'America/Yellowknife': u'Yellowknife', - 'Australia/LHI': u'LHI', - 'Asia/Vientiane': u'Vientiane', - 'Asia/Kuwait': u'Kuwait', - 'Africa/Conakry': u'Conakry', - 'Asia/Dubai': u'Dubai', - 'America/Argentina/Tucuman': u'Tucuman', - 'Asia/Chita': u'Chita', - 'Europe/Oslo': u'Oslo', - 'Australia/Currie': u'Currie', - 'America/St_Kitts': u'St. Kitts', - 'America/Panama': u'Panama', - 'America/Hermosillo': u'Hermosillo', - 'Asia/Hebron': u'Hebron', - 'America/Guayaquil': u'Guayaquil', - 'Asia/Kuala_Lumpur': u'Kuala Lumpur', - 'Europe/London': u'London', - 'America/Menominee': u'Menominee', - 'Asia/Kamchatka': u'Kamchatka', - 'Europe/Ulyanovsk': u'Ulyanovsk', - 'Asia/Vladivostok': u'Vladivostok', - 'America/Matamoros': u'Matamoros', - 'Brazil/DeNoronha': u'DeNoronha', - 'Asia/Qatar': u'Qatar', - 'Israel': u'Israel', - 'NZ-CHAT': u'NZ-CHAT', - 'Asia/Dushanbe': u'Dushanbe', - 'Asia/Yakutsk': u'Yakutsk', - 'Asia/Omsk': u'Omsk', - 'Africa/Bangui': u'Bangui', - 'UTC': u'UTC', - 'America/Paramaribo': u'Paramaribo', - 'Etc/GMT-11': u'GMT-11', - 'Etc/GMT-10': u'GMT-10', - 'Etc/GMT-13': u'GMT-13', - 'Etc/GMT-12': u'GMT-12', - 'Etc/GMT-14': u'GMT-14', - 'Pacific/Marquesas': u'Marquesas', - 'US/Central': u'Central', - 'Europe/Bratislava': u'Bratislava', - 'Asia/Anadyr': u'Anadyr', - 'America/New_York': u'New York', - 'Pacific/Norfolk': u'Norfolk', - 'CST6CDT': u'CST6CDT', - 'Pacific/Rarotonga': u'Rarotonga', - 'America/Dominica': u'Dominica', - 'Africa/Porto-Novo': u'Porto-Novo', - 'Asia/Samarkand': u'Samarkand', - 'America/Kentucky/Louisville': u'Louisville', - 'America/Toronto': u'Toronto', - 'America/Bahia': u'Bahia', - 'Indian/Maldives': u'Maldives', - 'Africa/Accra': u'Accra', - 'Antarctica/South_Pole': u'South Pole', - 'Asia/Muscat': u'Muscat', - 'America/Virgin': u'Virgin', - 'America/Edmonton': u'Edmonton', - 'Pacific/Wake': u'Wake', - 'America/Indiana/Tell_City': u'Tell City, Indiana', - 'Australia/Darwin': u'Darwin', - 'America/Whitehorse': u'Whitehorse', - 'America/Swift_Current': u'Swift Current', - 'Europe/Copenhagen': u'Copenhagen', - 'America/Fort_Wayne': u'Fort Wayne', - 'America/Montserrat': u'Montserrat', - 'America/Mendoza': u'Mendoza', - 'US/Mountain': u'Mountain', - 'Europe/Simferopol': u'Simferopol', - 'Africa/Blantyre': u'Blantyre', - 'America/Detroit': u'Detroit', - 'America/Shiprock': u'Shiprock', - 'America/Grenada': u'Grenada', - 'Atlantic/Faroe': u'Faroe', - 'America/Indiana/Petersburg': u'Petersburg, Indiana', - 'Asia/Kathmandu': u'Kathmandu', - 'Asia/Pontianak': u'Pontianak', - 'Jamaica': u'Jamaica', - 'Europe/Athens': u'Athens', - 'America/Port-au-Prince': u'Port-au-Prince', - 'America/Cayman': u'Cayman', - 'Etc/Universal': u'Universal', - 'Africa/Dar_es_Salaam': u'Dar es Salaam', - 'America/Curacao': u'Curacao', - 'Indian/Kerguelen': u'Kerguelen', - 'Africa/Khartoum': u'Khartoum', - 'Asia/Manila': u'Manila', - 'Africa/Lome': u'Lome', - 'America/Jujuy': u'Jujuy', - 'Africa/Douala': u'Douala', - 'EET': u'EET', - 'America/Argentina/San_Juan': u'San Juan', - 'America/North_Dakota/New_Salem': u'New Salem, North Dakota', - 'America/Kralendijk': u'Kralendijk', - 'Pacific/Port_Moresby': u'Port Moresby', - 'Europe/Jersey': u'Jersey', - 'Asia/Macao': u'Macao', - 'Europe/Andorra': u'Andorra', - 'ROK': u'ROK', - 'Cuba': u'Cuba', - 'Europe/Luxembourg': u'Luxembourg', - 'Pacific/Honolulu': u'Honolulu', - 'ROC': u'ROC', - 'America/St_Thomas': u'St. Thomas', - 'Pacific/Majuro': u'Majuro', - 'Asia/Hong_Kong': u'Hong Kong', - 'Asia/Macau': u'Macau', - 'MST7MDT': u'MST7MDT', - 'Europe/Belgrade': u'Belgrade', - 'Asia/Choibalsan': u'Choibalsan', - 'US/Eastern': u'Eastern', - 'Europe/Mariehamn': u'Mariehamn', - 'Antarctica/McMurdo': u'McMurdo', - 'America/Thunder_Bay': u'Thunder Bay', - 'America/Los_Angeles': u'Los Angeles', - 'Asia/Kabul': u'Kabul', - 'Indian/Antananarivo': u'Antananarivo', - 'Europe/Sarajevo': u'Sarajevo', - 'Atlantic/Reykjavik': u'Reykjavik', - 'Asia/Nicosia': u'Nicosia', - 'Etc/GMT+11': u'GMT+11', - 'Etc/GMT+10': u'GMT+10', - 'Pacific/Ponape': u'Pohnpei', - 'Japan': u'Japan', - 'Asia/Ulan_Bator': u'Ulan Bator', - 'Asia/Barnaul': u'Barnaul', - 'Kwajalein': u'Kwajalein', - 'Pacific/Tongatapu': u'Tongatapu', - 'America/Marigot': u'Marigot', - 'Pacific/Pitcairn': u'Pitcairn', - 'Pacific/Easter': u'Easter Island', - 'US/East-Indiana': u'East-Indiana', - 'Atlantic/South_Georgia': u'South Georgia', - 'Africa/El_Aaiun': u'El Aaiun', - 'US/Pacific-New': u'Pacific-New', - 'Chile/Continental': u'Continental', - 'Europe/Kirov': u'Kirov', - 'America/Campo_Grande': u'Campo Grande', - 'America/Dawson_Creek': u'Dawson Creek', - 'America/Rosario': u'Rosario', - 'Antarctica/Vostok': u'Vostok', - 'US/Aleutian': u'Aleutian', - 'Europe/Bucharest': u'Bucharest', - 'America/Porto_Velho': u'Porto Velho', - 'Europe/Monaco': u'Monaco', - 'NZ': u'NZ', - 'Africa/Ceuta': u'Ceuta', - 'Europe/Rome': u'Rome', - 'America/Winnipeg': u'Winnipeg', - 'America/Knox_IN': u'Knox IN', - 'Asia/Aqtobe': u'Aqtobe', - 'Africa/Dakar': u'Dakar', - 'America/Fortaleza': u'Fortaleza', - 'Pacific/Samoa': u'Samoa', - 'Pacific/Tarawa': u'Tarawa', - 'America/Dawson': u'Dawson', - 'Africa/Addis_Ababa': u'Addis Ababa', - 'Pacific/Efate': u'Efate', - 'Pacific/Johnston': u'Johnston', - 'GMT': u'GMT', - 'Australia/Brisbane': u'Brisbane', - 'Canada/Yukon': u'Yukon', - 'Asia/Qyzylorda': u'Qyzylorda', - 'Europe/San_Marino': u'San Marino', - 'Asia/Jerusalem': u'Jerusalem', - 'America/Barbados': u'Barbados', - 'Pacific/Auckland': u'Auckland', - 'America/Metlakatla': u'Metlakatla', - 'Etc/Zulu': u'Zulu', - 'America/Denver': u'Denver', - 'Indian/Chagos': u'Chagos', - 'America/Glace_Bay': u'Glace Bay', - 'Pacific/Bougainville': u'Bougainville Island', - 'Africa/Gaborone': u'Gaborone', - 'Africa/Tunis': u'Tunis', - 'Australia/Tasmania': u'Tasmania', - 'Asia/Ust-Nera': u'Ust-Nera', - 'Europe/Vaduz': u'Vaduz', - 'Africa/Lubumbashi': u'Lubumbashi', - 'America/Resolute': u'Resolute', - 'Etc/GMT': u'GMT', - 'Asia/Gaza': u'Gaza', - 'Europe/Dublin': u'Dublin', - 'GMT+0': u'GMT+0', - 'Antarctica/DumontDUrville': u'Dumont d’Urville', - 'America/Argentina/Catamarca': u'Catamarca', - 'America/Indiana/Knox': u'Knox, Indiana', - 'Etc/GMT-6': u'GMT-6', - 'Africa/Timbuktu': u'Timbuktu', - 'Asia/Novosibirsk': u'Novosibirsk', - 'EST': u'EST', - 'Mexico/BajaNorte': u'BajaNorte', - 'Africa/Kigali': u'Kigali', - 'Brazil/West': u'West', - 'America/Grand_Turk': u'Grand Turk', - 'Mexico/BajaSur': u'BajaSur', - 'America/Argentina/Salta': u'Salta', - 'Canada/Central': u'Central', - 'Africa/Lagos': u'Lagos', - 'GMT-0': u'GMT-0', - 'Europe/Sofia': u'Sofia', - 'Singapore': u'Singapore', - 'Africa/Tripoli': u'Tripoli', - 'America/Anchorage': u'Anchorage', - 'America/Monterrey': u'Monterrey', - 'Pacific/Nauru': u'Nauru', -} - -territories = { - 'BD': u'Bangladesh', - 'BE': u'Belgium', - 'BF': u'Burkina Faso', - 'BG': u'Bulgaria', - 'VE': u'Venezuela', - 'BA': u'Bosnia & Herzegovina', - 'BB': u'Barbados', - 'WF': u'Wallis & Futuna', - 'BL': u'St. Barthélemy', - 'BM': u'Bermuda', - 'BN': u'Brunei', - 'BO': u'Bolivia', - 'BH': u'Bahrain', - 'BI': u'Burundi', - 'BJ': u'Benin', - 'BT': u'Bhutan', - '011': u'Western Africa', - 'BV': u'Bouvet Island', - 'BW': u'Botswana', - '014': u'Eastern Africa', - '015': u'Northern Africa', - 'BR': u'Brazil', - '017': u'Middle Africa', - '018': u'Southern Africa', - '019': u'Americas', - 'BY': u'Belarus', - 'BZ': u'Belize', - 'LV': u'Latvia', - 'RW': u'Rwanda', - 'RS': u'Serbia', - 'TL': u'Timor-Leste', - 'RE': u'Réunion', - 'TM': u'Turkmenistan', - 'OM': u'Oman', - 'TJ': u'Tajikistan', - 'RO': u'Romania', - 'TK': u'Tokelau', - 'GW': u'Guinea-Bissau', - 'GU': u'Guam', - 'GT': u'Guatemala', - 'GS': u'South Georgia & South Sandwich Islands', - 'GR': u'Greece', - 'GQ': u'Equatorial Guinea', - 'GP': u'Guadeloupe', - 'JP': u'Japan', - 'KI': u'Kiribati', - 'GY': u'Guyana', - 'GG': u'Guernsey', - 'GF': u'French Guiana', - 'GE': u'Georgia', - 'GD': u'Grenada', - '021': u'Northern America', - 'GB': u'United Kingdom', - 'GA': u'Gabon', - 'SV': u'El Salvador', - 'GN': u'Guinea', - 'GM': u'Gambia', - 'GL': u'Greenland', - '029': u'Caribbean', - 'GI': u'Gibraltar', - 'GH': u'Ghana', - 'JE': u'Jersey', - 'TN': u'Tunisia', - 'JM': u'Jamaica', - '013': u'Central America', - 'WS': u'Samoa', - 'TA': u'Tristan da Cunha', - '419': u'Latin America', - 'BQ': u'Caribbean Netherlands', - 'HR': u'Croatia', - 'BS': u'Bahamas', - 'HT': u'Haiti', - 'HU': u'Hungary', - 'HK': u'Hong Kong SAR China', - '039': u'Southern Europe', - 'HN': u'Honduras', - 'FI': u'Finland', - '142': u'Asia', - '030': u'Eastern Asia', - '034': u'Southern Asia', - '035': u'Southeast Asia', - 'PR': u'Puerto Rico', - 'PS': u'Palestinian Territories', - 'FK': u'Falkland Islands', - 'IO': u'British Indian Ocean Territory', - 'PW': u'Palau', - 'PT': u'Portugal', - 'SJ': u'Svalbard & Jan Mayen', - 'MD': u'Moldova', - 'IQ': u'Iraq', - 'PA': u'Panama', - 'PF': u'French Polynesia', - 'PG': u'Papua New Guinea', - 'PE': u'Peru', - 'PK': u'Pakistan', - 'PH': u'Philippines', - 'FO': u'Faroe Islands', - 'PN': u'Pitcairn Islands', - 'PL': u'Poland', - 'PM': u'St. Pierre & Miquelon', - 'ZM': u'Zambia', - 'EH': u'Western Sahara', - 'RU': u'Russia', - 'EE': u'Estonia', - 'EG': u'Egypt', - 'EA': u'Ceuta & Melilla', - 'ZA': u'South Africa', - 'EC': u'Ecuador', - 'IT': u'Italy', - 'VN': u'Vietnam', - 'ZZ': u'Unknown Region', - 'SB': u'Solomon Islands', - 'EU': u'European Union', - 'ET': u'Ethiopia', - 'SO': u'Somalia', - 'ZW': u'Zimbabwe', - 'SA': u'Saudi Arabia', - 'ES': u'Spain', - 'ER': u'Eritrea', - 'ME': u'Montenegro', - 'AQ': u'Antarctica', - 'MG': u'Madagascar', - 'MF': u'St. Martin', - 'MA': u'Morocco', - 'MC': u'Monaco', - 'UZ': u'Uzbekistan', - 'MM': u'Myanmar (Burma)', - 'ML': u'Mali', - 'MO': u'Macau SAR China', - 'MN': u'Mongolia', - 'HM': u'Heard & McDonald Islands', - 'AS': u'American Samoa', - 'MK': u'Macedonia', - 'MU': u'Mauritius', - 'MT': u'Malta', - 'MW': u'Malawi', - 'MV': u'Maldives', - 'MQ': u'Martinique', - 'MP': u'Northern Mariana Islands', - 'MS': u'Montserrat', - 'MR': u'Mauritania', - 'IM': u'Isle of Man', - 'UG': u'Uganda', - 'TZ': u'Tanzania', - 'MY': u'Malaysia', - 'MX': u'Mexico', - 'IL': u'Israel', - 'IC': u'Canary Islands', - 'FR': u'France', - 'AW': u'Aruba', - 'DO': u'Dominican Republic', - 'SH': u'St. Helena', - 'VC': u'St. Vincent & Grenadines', - '054': u'Melanesia', - 'DJ': u'Djibouti', - 'FJ': u'Fiji', - '057': u'Micronesian Region', - 'FM': u'Micronesia', - '053': u'Australasia', - 'NI': u'Nicaragua', - 'NL': u'Netherlands', - 'NO': u'Norway', - 'NA': u'Namibia', - 'VU': u'Vanuatu', - 'NC': u'New Caledonia', - 'NE': u'Niger', - 'NF': u'Norfolk Island', - 'NG': u'Nigeria', - 'NZ': u'New Zealand', - 'NP': u'Nepal', - 'NR': u'Nauru', - 'NU': u'Niue', - '061': u'Polynesia', - 'XK': u'Kosovo', - 'CI': u'Côte d’Ivoire', - 'CH': u'Switzerland', - 'CO': u'Colombia', - 'CN': u'China', - 'CM': u'Cameroon', - 'CL': u'Chile', - 'CC': u'Cocos (Keeling) Islands', - 'CA': u'Canada', - 'CG': u'Congo - Brazzaville', - 'CF': u'Central African Republic', - 'CD': u'Congo - Kinshasa', - 'CZ': u'Czech Republic', - 'CY': u'Cyprus', - 'CX': u'Christmas Island', - 'CR': u'Costa Rica', - 'PY': u'Paraguay', - 'CP': u'Clipperton Island', - 'CW': u'Curaçao', - 'CV': u'Cape Verde', - 'CU': u'Cuba', - 'SZ': u'Swaziland', - 'SY': u'Syria', - 'SX': u'Sint Maarten', - 'KG': u'Kyrgyzstan', - 'KE': u'Kenya', - 'SS': u'South Sudan', - 'SR': u'Suriname', - '143': u'Central Asia', - 'KH': u'Cambodia', - 'KN': u'St. Kitts & Nevis', - 'KM': u'Comoros', - 'ST': u'São Tomé & Príncipe', - 'SK': u'Slovakia', - 'KR': u'South Korea', - 'SI': u'Slovenia', - 'KP': u'North Korea', - 'KW': u'Kuwait', - 'SN': u'Senegal', - 'SM': u'San Marino', - 'SL': u'Sierra Leone', - 'SC': u'Seychelles', - 'KZ': u'Kazakhstan', - 'KY': u'Cayman Islands', - 'SG': u'Singapore', - 'SE': u'Sweden', - 'SD': u'Sudan', - '151': u'Eastern Europe', - '150': u'Europe', - 'DM': u'Dominica', - '155': u'Western Europe', - '154': u'Northern Europe', - 'VG': u'British Virgin Islands', - 'DG': u'Diego Garcia', - 'DE': u'Germany', - 'YE': u'Yemen', - 'MH': u'Marshall Islands', - 'DZ': u'Algeria', - 'US': u'United States', - 'UY': u'Uruguay', - 'YT': u'Mayotte', - 'UM': u'U.S. Outlying Islands', - 'LB': u'Lebanon', - 'LC': u'St. Lucia', - 'LA': u'Laos', - 'TV': u'Tuvalu', - 'TW': u'Taiwan', - 'TT': u'Trinidad & Tobago', - 'TR': u'Turkey', - 'LK': u'Sri Lanka', - 'LI': u'Liechtenstein', - 'CK': u'Cook Islands', - 'TO': u'Tonga', - 'LT': u'Lithuania', - 'LU': u'Luxembourg', - 'LR': u'Liberia', - 'LS': u'Lesotho', - 'TH': u'Thailand', - 'TF': u'French Southern Territories', - 'TG': u'Togo', - 'TD': u'Chad', - 'TC': u'Turks & Caicos Islands', - 'LY': u'Libya', - 'VA': u'Vatican City', - 'AC': u'Ascension Island', - '145': u'Western Asia', - 'AE': u'United Arab Emirates', - 'AD': u'Andorra', - 'AG': u'Antigua & Barbuda', - 'AF': u'Afghanistan', - 'AI': u'Anguilla', - 'VI': u'U.S. Virgin Islands', - 'IS': u'Iceland', - 'IR': u'Iran', - 'AM': u'Armenia', - 'AL': u'Albania', - 'AO': u'Angola', - '003': u'North America', - '002': u'Africa', - '001': u'World', - 'AR': u'Argentina', - 'AU': u'Australia', - 'AT': u'Austria', - '005': u'South America', - 'IN': u'India', - 'AX': u'Åland Islands', - '009': u'Oceania', - 'AZ': u'Azerbaijan', - 'IE': u'Ireland', - 'ID': u'Indonesia', - 'JO': u'Jordan', - 'UA': u'Ukraine', - 'QA': u'Qatar', - 'DK': u'Denmark', - 'MZ': u'Mozambique', - 'QO': u'Outlying Oceania', -} \ No newline at end of file diff --git a/wagtail/utils/l18n/locale/cs/LC_MESSAGES/l18n.mo b/wagtail/utils/l18n/locale/cs/LC_MESSAGES/l18n.mo deleted file mode 100644 index 36be8eb90..000000000 Binary files a/wagtail/utils/l18n/locale/cs/LC_MESSAGES/l18n.mo and /dev/null differ diff --git a/wagtail/utils/l18n/locale/de/LC_MESSAGES/l18n.mo b/wagtail/utils/l18n/locale/de/LC_MESSAGES/l18n.mo deleted file mode 100644 index 8783914b0..000000000 Binary files a/wagtail/utils/l18n/locale/de/LC_MESSAGES/l18n.mo and /dev/null differ diff --git a/wagtail/utils/l18n/locale/en/LC_MESSAGES/l18n.mo b/wagtail/utils/l18n/locale/en/LC_MESSAGES/l18n.mo deleted file mode 100644 index c1d876570..000000000 Binary files a/wagtail/utils/l18n/locale/en/LC_MESSAGES/l18n.mo and /dev/null differ diff --git a/wagtail/utils/l18n/locale/fr/LC_MESSAGES/l18n.mo b/wagtail/utils/l18n/locale/fr/LC_MESSAGES/l18n.mo deleted file mode 100644 index 9f908272c..000000000 Binary files a/wagtail/utils/l18n/locale/fr/LC_MESSAGES/l18n.mo and /dev/null differ diff --git a/wagtail/utils/l18n/locale/zh/LC_MESSAGES/l18n.mo b/wagtail/utils/l18n/locale/zh/LC_MESSAGES/l18n.mo deleted file mode 100644 index f0dc12fc3..000000000 Binary files a/wagtail/utils/l18n/locale/zh/LC_MESSAGES/l18n.mo and /dev/null differ diff --git a/wagtail/utils/l18n/maps.py b/wagtail/utils/l18n/maps.py deleted file mode 100644 index ec9dc0344..000000000 --- a/wagtail/utils/l18n/maps.py +++ /dev/null @@ -1,26 +0,0 @@ -import six - -from .translation import L18NMap, L18NListMap - -try: - from . import __maps - tz_cities = L18NMap(__maps.tz_cities) - territories = L18NMap(__maps.territories) - - # tz_fullnames requires a main dictionary and an auxiliary translations - # dictionary (for components) - - _main_dict = dict(__maps.tz_cities) - _aux_dict = {} - for k, v in six.iteritems(__maps.tz_locations): - if k in _main_dict: - _main_dict[k] = v - else: - _aux_dict[k] = v - - tz_fullnames = L18NListMap('/', _aux_dict, _main_dict) - -except ImportError: - tz_cities = {} - tz_fullnames = {} - territories = {} diff --git a/wagtail/utils/l18n/translation.py b/wagtail/utils/l18n/translation.py deleted file mode 100644 index 1ae66510d..000000000 --- a/wagtail/utils/l18n/translation.py +++ /dev/null @@ -1,275 +0,0 @@ -import os -import gettext -import bisect -from locale import getdefaultlocale -from collections.abc import MutableMapping -from copy import copy, deepcopy - -import six - - -class Trans: - - def __init__(self): - self.registry = {} - self.current = None - self.set(getdefaultlocale()[0]) - - def __getitem__(self, language): - if language: - try: - return self.registry[language] - except KeyError: - self.registry[language] = gettext.translation( - 'l18n', - os.path.join(os.path.dirname(__file__), 'locale'), - languages=[language], - fallback=True - ) - return self.registry[language] - else: - return None - - def set(self, language): - self.current = self[language] - - def gettext(self, s): - try: - return self.current.gettext(s) - except AttributeError: - return s - - if six.PY2: - def ugettext(self, s): - try: - return self.current.ugettext(s) - except AttributeError: - return s - - -_trans = Trans() - - -def set_language(language=None): - _trans.set(language) - - -if six.PY2: - def translate(s, utf8=True, trans=_trans): - if trans: - if utf8: - return trans.ugettext(s) - return trans.gettext(s) - else: - return s -else: - def translate(s, utf8=True, trans=_trans): - if trans: - t = trans.gettext(s) - if utf8: - return t - return t.encode() - else: - return s - - -class L18NLazyObject: - - def _value(self, utf8=True): - raise NotImplementedError - - def __str__(self): - return self._value(utf8=six.PY3) - - def __bytes__(self): - return self._value(utf8=False) - - def __unicode__(self): - return self._value(utf8=True) - - -class L18NLazyString(L18NLazyObject): - - def __init__(self, s): - self._str = s - - def __copy__(self): - return self.__class__(self._str) - - def __deepcopy__(self, memo): - result = self.__copy__() - memo[id(self)] = result - return result - - def _value(self, utf8=True): - return translate(self._str, utf8) - - def __repr__(self): - return 'L18NLazyString <%s>' % repr(self._str) - - def __getattr__(self, name): - # fallback to call the value's attribute in case it's not found in - # L18NLazyString - return getattr(self._value(), name) - - -class L18NLazyStringsList(L18NLazyObject): - - def __init__(self, sep='/', *s): - # we assume that the separator and the strings have the same encoding - # (text_type) - self._sep = sep - self._strings = s - - def __copy__(self): - return self.__class__(self._sep, *self._strings) - - def __deepcopy__(self, memo): - result = self.__copy__() - memo[id(self)] = result - return result - - def _value(self, utf8=True): - sep = self._sep - if utf8 and isinstance(sep, six.binary_type): - sep = sep.decode(encoding='utf-8') - elif not utf8 and isinstance(sep, six.text_type): - sep = sep.encode(encoding='utf-8') - return sep.join([translate(s, utf8) - for s in self._strings]) - - def __repr__(self): - return 'L18NLazyStringsList <%s>' % self._sep.join([ - repr(s) for s in self._strings - ]) - - def __getattr__(self, name): - # fallback to call the value's attribute in case it's not found in - # L18NLazyStringsList - return getattr(self._value(), name) - - -class L18NBaseMap(MutableMapping): - """ - Generic dictionary that returns lazy string or lazy string lists - """ - - def __init__(self, *args, **kwargs): - self.store = dict(*args, **kwargs) - self.sorted = {} - - def __copy__(self): - result = self.__class__() - result.store = self.store - result.sorted = self.sorted - return result - - def __deepcopy__(self, memo): - result = self.__class__() - memo[id(self)] = result - result.store = deepcopy(self.store, memo) - result.sorted = deepcopy(self.sorted, memo) - return result - - def __getitem__(self, key): - raise NotImplementedError - - def __setitem__(self, key, value): - self.store[key] = value - for locale, (keys, values) in six.iteritems(self.sorted): - tr = translate(value, trans=_trans[locale]) - i = bisect.bisect_left(values, tr) - keys.insert(i, key) - values.insert(i, tr) - - def __delitem__(self, key): - del self.store[key] - for keys, values in self.sorted.values(): - i = keys.index(key) - del keys[i] - del values[i] - - def __iter__(self): - loc = _trans.current._info['language'] if _trans.current else None - try: - return iter(self.sorted[loc][0]) - except KeyError: - keys = [] - values = [] - # we can't use iteritems here, as we need to call __getitem__ - # via self[key] - for key in iter(self.store): - value = six.text_type(self[key]) - i = bisect.bisect_left(values, value) - keys.insert(i, key) - values.insert(i, value) - self.sorted[loc] = (keys, values) - return iter(keys) - - def __len__(self): - return len(self.store) - - def subset(self, keys): - """ - Generates a subset of the current map (e.g. to retrieve only tzs in - common_timezones from the tz_cities or tz_fullnames maps) - """ - sub = self.__class__() - - self_keys = set(self.store.keys()) - subset_keys = self_keys.intersection(keys) - removed_keys = self_keys.difference(subset_keys) - - sub.store = {k: self.store[k] for k in subset_keys} - for loc, sorted_items in six.iteritems(self.sorted): - loc_keys = copy(self.sorted[loc][0]) - loc_values = copy(self.sorted[loc][1]) - for k in removed_keys: - i = loc_keys.index(k) - del loc_keys[i] - del loc_values[i] - sub.sorted[loc] = (loc_keys, loc_values) - return sub - - -class L18NMap(L18NBaseMap): - - def __getitem__(self, key): - return L18NLazyString(self.store[key]) - - -class L18NListMap(L18NBaseMap): - - def __init__(self, sep='/', aux=None, *args, **kwargs): - self._sep = sep - self._aux = aux - super(L18NListMap, self).__init__(*args, **kwargs) - - def __copy__(self): - result = super(L18NListMap, self).__copy__() - result._sep = self._sep - result._aux = self._aux - return result - - def __deepcopy__(self, memo): - result = super(L18NListMap, self).__deepcopy__(memo) - result._sep = self._sep - result._aux = None if self._aux is None else deepcopy(self._aux, memo) - return result - - def __getitem__(self, key): - strs = key.split(self._sep) - strs[-1] = key - lst = [] - for s in strs: - try: - lst.append(self.store[s]) - except KeyError: - lst.append(self._aux[s]) - return L18NLazyStringsList(self._sep, *lst) - - def subset(self, keys): - sub = super(L18NListMap, self).subset(keys) - sub._sep = self._sep - sub._aux = deepcopy(self._aux) - return sub diff --git a/wagtail/utils/l18n/utils.py b/wagtail/utils/l18n/utils.py deleted file mode 100644 index 8a2a50015..000000000 --- a/wagtail/utils/l18n/utils.py +++ /dev/null @@ -1,32 +0,0 @@ -import locale - -from pytz import country_timezones -import six - -from .maps import tz_cities - - -def get_country_timezones(country_code): - """ - Retrieves the timezones for a given country, sorted in alphabetical order - """ - - tz_list = [] - - if country_code in country_timezones: - tzs = country_timezones[country_code] - tz_list = [(t, tz_cities[t]) for t in tzs] - tz_list.sort(lambda x, y: locale.strcoll(x[1], y[1])) - - return tz_list - - -def get_country_code_from_tz(tz): - """ - Retrieves the country matching a given timezone - """ - - for c, t in six.iteritems(country_timezones): - if tz in t: - return c - return None diff --git a/wagtail/utils/l18n/version.py b/wagtail/utils/l18n/version.py deleted file mode 100644 index e2ea0ed23..000000000 --- a/wagtail/utils/l18n/version.py +++ /dev/null @@ -1,40 +0,0 @@ -__version_info__ = (2016, 6, 4, 'final', 0) - - -def get_version(version=__version_info__): - - dev_st = {'alpha': 'a', 'beta': 'b', 'rc': 'c', 'final': ''} - - assert len(version) == 5 - assert version[3] in dev_st.keys() - - n = 2 + (version[2] != 0) - version_str = '.'.join([str(v) for v in version[:n]]) - - if version[3] == 'final': - return version_str - - if version[3:] == ('alpha', 0): - return '%s.dev%s' % (version_str, get_hg_chgset()) - else: - return ''.join((version_str, dev_st[version[3]], str(version[4]))) - - -def get_hg_chgset(): - import subprocess - - try: - # python 3 - DEVNULL = subprocess.DEVNULL - except AttributeError: - import os - DEVNULL = open(os.devnull, 'wb') - - try: - return subprocess.check_output(['hg', 'id', '-i'], - stderr=DEVNULL).strip() - except: - return '?' - - -__version__ = get_version()