Compare commits

...

586 Commits
v1.2.2 ... main

Author SHA1 Message Date
Brian Coords 8a9f258365
Merge pull request #2193 from understrap/develop
Release 1.2.4
2024-03-27 07:43:36 -07:00
Brian Coords 3e10a85a1a updates version and changelog to 1.2.4 2024-03-27 07:41:51 -07:00
Brian Coords c18d0c21fa
Merge pull request #2089 from IanDelMar/woo-fields
WooCommerce: fix form fields
2024-03-27 07:34:51 -07:00
Brian Coords 95f8a64cb4
Merge pull request #2002 from IanDelMar/trans
Update translations
2024-03-27 07:31:22 -07:00
Brian Coords 40f3cdf04d
Merge pull request #2189 from understrap/woo-updates-7-8
Updates to woo templates for 8.7.0
2024-03-27 07:29:16 -07:00
Brian Coords e435dcfe66
Merge pull request #2190 from understrap/update-nvmrc
Updates nvmrc based on engine in package.json and gh actions
2024-03-27 07:28:26 -07:00
Brian Coords 11352931fe
Merge pull request #2182 from understrap/dependabot/composer/develop/composer-36612aca8f
Bump the composer group with 15 updates
2024-03-21 16:48:10 -07:00
Brian Coords e1fa042e04
Merge pull request #2184 from understrap/dependabot/github_actions/develop/github-actions-fa6b19a390
Bump the github-actions group with 3 updates
2024-03-21 16:47:36 -07:00
Brian Coords 954af44734
Merge pull request #2192 from understrap/dependabot/npm_and_yarn/develop/npm-build-2c1547a786
Bump the npm-build group with 15 updates
2024-03-21 16:45:32 -07:00
dependabot[bot] a03df80302 Rebuild CSS and JS files 2024-03-21 23:43:09 +00:00
dependabot[bot] 89106eee6d
Bump the npm-build group with 15 updates
Bumps the npm-build group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.23.2` | `7.24.3` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.23.2` | `7.24.3` |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `25.0.5` | `25.0.7` |
| [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace) | `5.0.3` | `5.0.5` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.16` | `10.4.19` |
| [browser-sync](https://github.com/BrowserSync/browser-sync) | `2.29.3` | `3.0.2` |
| [browserslist](https://github.com/browserslist/browserslist) | `4.22.1` | `4.23.0` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001547` | `1.0.30001599` |
| [clean-css-cli](https://github.com/clean-css/clean-css-cli) | `5.6.2` | `5.6.3` |
| [nodemon](https://github.com/remy/nodemon) | `3.0.1` | `3.1.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.31` | `8.4.38` |
| [postcss-cli](https://github.com/postcss/postcss-cli) | `10.1.0` | `11.0.0` |
| [rollup](https://github.com/rollup/rollup) | `4.0.2` | `4.13.0` |
| [sass](https://github.com/sass/dart-sass) | `1.69.3` | `1.72.0` |
| [terser](https://github.com/terser/terser) | `5.21.0` | `5.29.2` |


Updates `@babel/core` from 7.23.2 to 7.24.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.3/packages/babel-core)

Updates `@babel/preset-env` from 7.23.2 to 7.24.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.3/packages/babel-preset-env)

Updates `@rollup/plugin-commonjs` from 25.0.5 to 25.0.7
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.0.7/packages/commonjs)

Updates `@rollup/plugin-replace` from 5.0.3 to 5.0.5
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/inject-v5.0.5/packages/replace)

Updates `autoprefixer` from 10.4.16 to 10.4.19
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.16...10.4.19)

Updates `browser-sync` from 2.29.3 to 3.0.2
- [Release notes](https://github.com/BrowserSync/browser-sync/releases)
- [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.29.3...v3.0.2)

Updates `browserslist` from 4.22.1 to 4.23.0
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.22.1...4.23.0)

Updates `caniuse-lite` from 1.0.30001547 to 1.0.30001599
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001547...1.0.30001599)

Updates `clean-css-cli` from 5.6.2 to 5.6.3
- [Changelog](https://github.com/clean-css/clean-css-cli/blob/master/History.md)
- [Commits](https://github.com/clean-css/clean-css-cli/compare/v5.6.2...v5.6.3)

Updates `nodemon` from 3.0.1 to 3.1.0
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v3.0.1...v3.1.0)

Updates `postcss` from 8.4.31 to 8.4.38
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.31...8.4.38)

Updates `postcss-cli` from 10.1.0 to 11.0.0
- [Release notes](https://github.com/postcss/postcss-cli/releases)
- [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-cli/compare/10.1.0...11.0.0)

Updates `rollup` from 4.0.2 to 4.13.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.0.2...v4.13.0)

Updates `sass` from 1.69.3 to 1.72.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.69.3...1.72.0)

Updates `terser` from 5.21.0 to 5.29.2
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.21.0...v5.29.2)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-build
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-build
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-build
- dependency-name: "@rollup/plugin-replace"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-build
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-build
- dependency-name: browser-sync
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-build
- dependency-name: browserslist
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-build
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-build
- dependency-name: clean-css-cli
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-build
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-build
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-build
- dependency-name: postcss-cli
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-build
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-build
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-build
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-build
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-21 23:42:25 +00:00
Brian Coords 259f9ffc17 updates nvmrc based on engine in package.json and gh actions 2024-03-21 14:37:40 -07:00
Brian Coords 678a3349c5 updates to woo templates for 8.7.0 2024-03-19 14:14:25 -07:00
Brian Coords fd9e15f119
Merge pull request #2188 from understrap/develop
1.2.3 Final Release
2024-03-18 07:14:24 -07:00
Brian Coords 824f30b100 updates version for release 2024-03-18 07:09:36 -07:00
Brian Coords 6c078ecf7b
Merge pull request #2169 from IanDelMar/wc-templates
Update WooCommerce templates
2024-03-18 06:59:40 -07:00
dependabot[bot] 9f47411041
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [actions/setup-node](https://github.com/actions/setup-node), [actions/cache](https://github.com/actions/cache) and [ramsey/composer-install](https://github.com/ramsey/composer-install).


Updates `actions/setup-node` from 3 to 4
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

Updates `actions/cache` from 3 to 4
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

Updates `ramsey/composer-install` from 2 to 3
- [Release notes](https://github.com/ramsey/composer-install/releases)
- [Commits](https://github.com/ramsey/composer-install/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: ramsey/composer-install
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 05:38:46 +00:00
dependabot[bot] 51c1310364
Bump the composer group with 15 updates
Bumps the composer group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [phpmd/phpmd](https://github.com/phpmd/phpmd) | `2.14.1` | `2.15.0` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `1.10.38` | `1.10.59` |
| [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer) | `3.7.2` | `3.9.0` |
| [szepeviktor/phpstan-wordpress](https://github.com/szepeviktor/phpstan-wordpress) | `1.3.0` | `1.3.3` |
| [composer/pcre](https://github.com/composer/pcre) | `3.1.0` | `3.1.1` |
| [pdepend/pdepend](https://github.com/pdepend/pdepend) | `2.15.1` | `2.16.2` |
| [php-stubs/wordpress-stubs](https://github.com/php-stubs/wordpress-stubs) | `6.3.0` | `6.4.3` |
| [symfony/config](https://github.com/symfony/config) | `5.4.26` | `5.4.36` |
| [symfony/dependency-injection](https://github.com/symfony/dependency-injection) | `5.4.29` | `5.4.36` |
| [symfony/filesystem](https://github.com/symfony/filesystem) | `5.4.25` | `5.4.35` |
| [symfony/polyfill-ctype](https://github.com/symfony/polyfill-ctype) | `1.28.0` | `1.29.0` |
| [symfony/polyfill-mbstring](https://github.com/symfony/polyfill-mbstring) | `1.28.0` | `1.29.0` |
| [symfony/polyfill-php73](https://github.com/symfony/polyfill-php73) | `1.28.0` | `1.29.0` |
| [symfony/polyfill-php80](https://github.com/symfony/polyfill-php80) | `1.28.0` | `1.29.0` |
| [symfony/polyfill-php81](https://github.com/symfony/polyfill-php81) | `1.28.0` | `1.29.0` |


Updates `phpmd/phpmd` from 2.14.1 to 2.15.0
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](https://github.com/phpmd/phpmd/compare/2.14.1...2.15.0)

Updates `phpstan/phpstan` from 1.10.38 to 1.10.59
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.38...1.10.59)

Updates `squizlabs/php_codesniffer` from 3.7.2 to 3.9.0
- [Release notes](https://github.com/squizlabs/PHP_CodeSniffer/releases)
- [Commits](https://github.com/squizlabs/PHP_CodeSniffer/commits)

Updates `szepeviktor/phpstan-wordpress` from 1.3.0 to 1.3.3
- [Release notes](https://github.com/szepeviktor/phpstan-wordpress/releases)
- [Commits](https://github.com/szepeviktor/phpstan-wordpress/compare/v1.3.0...v1.3.3)

Updates `composer/pcre` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/composer/pcre/releases)
- [Commits](https://github.com/composer/pcre/compare/3.1.0...3.1.1)

Updates `pdepend/pdepend` from 2.15.1 to 2.16.2
- [Release notes](https://github.com/pdepend/pdepend/releases)
- [Changelog](https://github.com/pdepend/pdepend/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pdepend/pdepend/compare/2.15.1...2.16.2)

Updates `php-stubs/wordpress-stubs` from 6.3.0 to 6.4.3
- [Release notes](https://github.com/php-stubs/wordpress-stubs/releases)
- [Commits](https://github.com/php-stubs/wordpress-stubs/compare/v6.3.0...v6.4.3)

Updates `symfony/config` from 5.4.26 to 5.4.36
- [Release notes](https://github.com/symfony/config/releases)
- [Changelog](https://github.com/symfony/config/blob/7.0/CHANGELOG.md)
- [Commits](https://github.com/symfony/config/compare/v5.4.26...v5.4.36)

Updates `symfony/dependency-injection` from 5.4.29 to 5.4.36
- [Release notes](https://github.com/symfony/dependency-injection/releases)
- [Changelog](https://github.com/symfony/dependency-injection/blob/7.0/CHANGELOG.md)
- [Commits](https://github.com/symfony/dependency-injection/compare/v5.4.29...v5.4.36)

Updates `symfony/filesystem` from 5.4.25 to 5.4.35
- [Release notes](https://github.com/symfony/filesystem/releases)
- [Changelog](https://github.com/symfony/filesystem/blob/7.0/CHANGELOG.md)
- [Commits](https://github.com/symfony/filesystem/compare/v5.4.25...v5.4.35)

Updates `symfony/polyfill-ctype` from 1.28.0 to 1.29.0
- [Commits](https://github.com/symfony/polyfill-ctype/compare/v1.28.0...v1.29.0)

Updates `symfony/polyfill-mbstring` from 1.28.0 to 1.29.0
- [Commits](https://github.com/symfony/polyfill-mbstring/compare/v1.28.0...v1.29.0)

Updates `symfony/polyfill-php73` from 1.28.0 to 1.29.0
- [Commits](https://github.com/symfony/polyfill-php73/compare/v1.28.0...v1.29.0)

Updates `symfony/polyfill-php80` from 1.28.0 to 1.29.0
- [Commits](https://github.com/symfony/polyfill-php80/compare/v1.28.0...v1.29.0)

Updates `symfony/polyfill-php81` from 1.28.0 to 1.29.0
- [Commits](https://github.com/symfony/polyfill-php81/compare/v1.28.0...v1.29.0)

---
updated-dependencies:
- dependency-name: phpmd/phpmd
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: squizlabs/php_codesniffer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: szepeviktor/phpstan-wordpress
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: composer/pcre
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: pdepend/pdepend
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: php-stubs/wordpress-stubs
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: symfony/config
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/dependency-injection
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/filesystem
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/polyfill-ctype
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: symfony/polyfill-mbstring
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: symfony/polyfill-php73
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: symfony/polyfill-php80
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: symfony/polyfill-php81
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 05:18:55 +00:00
IanDelMar ca679e0cd1 Update WC templates to WC 8.4.0 2023-12-22 00:35:32 +01:00
IanDelMar 736040079f Fix typos 2023-12-21 23:28:34 +01:00
IanDelMar b7daadcea9 Merge branch 'develop' into woo-fields 2023-12-21 23:26:22 +01:00
Brian Coords 1a9b9afbb0
Merge pull request #2161 from understrap/develop
Merge v1.2.3. Milestone
2023-12-05 20:26:04 -08:00
Brian Coords 7c3b4435a8
Merge pull request #2131 from understrap/beta-1-2-3
updates theme version to 1.2.3-beta.1
2023-12-05 20:17:14 -08:00
Brian Coords c4d4d9f25a Merge remote-tracking branch 'origin/develop' into beta-1-2-3 2023-12-05 20:15:17 -08:00
Brian Coords 40da46163f
Merge pull request #2160 from pattonwebz/patch-1
Create .nvmrc file pointing to `v16`
2023-12-05 20:13:26 -08:00
William Patton 6e66a70b47
Create .nvmrc file pointing to `v16` 2023-12-04 17:15:45 +00:00
Brian Coords 6eb180d4ac updates theme version to 1.2.3-beta.1 2023-10-16 06:43:40 -07:00
Brian Coords 092957423d
Merge pull request #2129 from IanDelMar/copydir
Reduce code duplication by declaring `copyDir()` once
2023-10-16 06:29:38 -07:00
Brian Coords b16af14851
Merge pull request #2130 from IanDelMar/grouped-dependabot
Add grouped version updates for dependabot
2023-10-16 06:15:22 -07:00
IanDelMar a635e8ede8 Add grouped version updates for dependabot 2023-10-16 07:35:33 +02:00
IanDelMar a35e16b343 Merge branch 'bump-deps' into copydir 2023-10-14 01:48:03 +02:00
IanDelMar 0e710bfaf1 Reduce code duplication by declaring copyDir() once 2023-10-14 01:14:21 +02:00
IanDelMar c8c918b16e Rebuild CSS and JS files 2023-10-13 20:06:18 +00:00
IanDelMar 1c19f8d143 Bump postcss-understrap-palette-generator 2023-10-13 22:05:18 +02:00
IanDelMar 0a97b108de Rebuild CSS and JS files 2023-10-13 19:49:24 +00:00
IanDelMar f31c3dc648 Merge branch 'develop' into bump-deps 2023-10-13 21:48:23 +02:00
dependabot[bot] 7e0ad2525b
Bump @babel/preset-env from 7.22.20 to 7.23.2
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.20 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-13 20:34:21 +02:00
dependabot[bot] 3f22fa2675
Bump sass from 1.69.2 to 1.69.3
Bumps [sass](https://github.com/sass/dart-sass) from 1.69.2 to 1.69.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.69.2...1.69.3)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-13 20:32:29 +02:00
dependabot[bot] dc5bd7d5b3
Bump @babel/core from 7.23.0 to 7.23.2
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.0 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/@babel/core@7.23.2/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-13 20:32:09 +02:00
Brian Coords cf16154caa
Merge pull request #2032 from IanDelMar/editor-color-palette
Add editor-color-palette-bootstrap4.json
2023-10-13 07:49:40 -07:00
Brian Coords 45b401457f
Merge pull request #2121 from understrap/block-editor-enhancements
Adds BS container classes and max-widths to editor styles
2023-10-13 07:26:24 -07:00
IanDelMar d20f2ef3ea Rebuild CSS and JS files 2023-10-13 14:10:09 +00:00
IanDelMar 7ecd3f0a3d Merge branch 'develop' into bump-deps 2023-10-13 16:08:34 +02:00
Brian Coords 48e2a198b0
Merge pull request #2127 from IanDelMar/auto-commit
Fix and update workflows
2023-10-13 07:06:40 -07:00
IanDelMar 83932500ef Fix and update workflows 2023-10-12 18:49:23 +02:00
dependabot[bot] 9ce9248782
Bump sass from 1.69.0 to 1.69.2
Bumps [sass](https://github.com/sass/dart-sass) from 1.69.0 to 1.69.2.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.69.0...1.69.2)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-11 22:32:50 +02:00
dependabot[bot] 3a849abc1e
Bump caniuse-lite from 1.0.30001546 to 1.0.30001547
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001546 to 1.0.30001547.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001546...1.0.30001547)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-11 22:28:10 +02:00
Brian Coords c9efe6b998
Merge pull request #2124 from IanDelMar/build-assets-workflow
Add workflow to build css and js files
2023-10-11 07:37:03 -07:00
Brian Coords 1c8ea76098
Merge pull request #1967 from IanDelMar/deprecate-link-pages-args
Deprecate understrap_link_pages_args filter hook
2023-10-11 07:14:54 -07:00
Brian Coords e13c34d56f
Merge pull request #2091 from IanDelMar/woo-7.4
Add and update WooCommerce templates
2023-10-11 07:14:03 -07:00
Brian Coords a33bf91c15
Merge pull request #2113 from szepeviktor/fix-typos
Fix typos
2023-10-11 07:04:48 -07:00
IanDelMar ed38d74c95 update theme version that deprecates hook 2023-10-11 08:40:37 +02:00
IanDelMar 9d68e42429 Fix node version in build workflow 2023-10-10 23:52:55 +02:00
IanDelMar 52c5e12bb2 Add workflow to build css and js files 2023-10-10 23:36:22 +02:00
IanDelMar c23620c89a Merge branch 'develop' into woo-7.4 2023-10-10 20:05:28 +02:00
Viktor Szépe 648eb83625
Fix a typo in phpstan.neon.dist 2023-10-10 17:34:47 +02:00
Brian Coords f0ac0fb5ca
Merge pull request #2118 from Web1776/Web1776-patch-1
Fix typo in .gitignore to track .browserslistrc
2023-10-10 07:33:53 -07:00
Brian Coords 00e3a4f180
Merge pull request #2035 from IanDelMar/fix-babel
Make Babel compile Bootstrap imports
2023-10-10 07:24:59 -07:00
Brian Coords 23077e0ed1
Merge pull request #2122 from IanDelMar/linting
Update linting workflow
2023-10-10 07:14:21 -07:00
IanDelMar d88f3488d5 Update linting.yml 2023-10-10 15:33:15 +02:00
IanDelMar 666a412496 remove trigger fn 2023-10-10 15:32:05 +02:00
IanDelMar 5439b2fe9e Merge branch 'woo-7.4' of https://github.com/IanDelMar/understrap into woo-7.4 2023-10-10 15:31:21 +02:00
IanDelMar 793a01ccf1 trigger cs error
Update functions.php
2023-10-10 15:30:53 +02:00
IanDelMar 384052dfbb Fix coding standards with phpcbf 2023-10-10 13:20:08 +00:00
IanDelMar 9cb4c6ed21 Update functions.php 2023-10-10 15:19:11 +02:00
IanDelMar 9990385bf0 trigger cs error 2023-10-10 15:15:49 +02:00
IanDelMar d8469b705b Merge branch 'woo-7.4' of https://github.com/IanDelMar/understrap into woo-7.4 2023-10-10 15:12:50 +02:00
IanDelMar b6e2c520c4 Update linting.yml 2023-10-10 15:12:26 +02:00
IanDelMar f014e3316c Fix coding standards with phpcbf 2023-10-10 13:07:42 +00:00
IanDelMar d710e3f506 Merge branch 'develop' into woo-7.4 2023-10-10 15:06:46 +02:00
IanDelMar 030c57a63c Update color palettes 2023-10-10 10:22:12 +02:00
IanDelMar 76b5702482 Merge branch 'develop' into editor-color-palette 2023-10-10 10:19:33 +02:00
IanDelMar 90553c12b7 Merge branch 'develop' into fix-babel 2023-10-10 09:29:33 +02:00
Viktor Szépe 74aaddc0ba
Merge branch 'develop' into fix-typos 2023-10-10 08:23:53 +02:00
Brian Coords df7dccaa45
Merge pull request #2071 from IanDelMar/sidebar-templates-readability
Improve readability of sidebar templates
2023-10-09 16:23:28 -07:00
Brian Coords 3553431eff adds containers and max-widths to editor styles 2023-10-09 16:14:20 -07:00
Brian Coords 1747a156e4
Merge pull request #2073 from IanDelMar/classic-editor-body-margin
Fix TinyMCE body margin
2023-10-09 15:50:19 -07:00
Brian Coords 1a298996b6
Merge pull request #2010 from IanDelMar/bump-deps
Bump Bootstrap from 5.2.2 to 5.2.3 & other dependencies
2023-10-09 15:30:13 -07:00
IanDelMar 15dc2ee8c2 update theme version that deprecated hook 2023-10-09 17:23:08 +02:00
IanDelMar 0b8697d00a rebuild js files 2023-10-09 15:59:21 +02:00
IanDelMar a0e0e19fe6 Merge branch 'bump-deps' into fix-babel 2023-10-09 15:56:45 +02:00
IanDelMar cc4ef35cbf rebuild js files 2023-10-09 15:48:32 +02:00
IanDelMar 7367747837 Update woocommerce templates to 8.1.0
See https://github.com/woocommerce/woocommerce/compare/8.0.0...8.1.0
2023-10-09 08:30:24 +02:00
dependabot[bot] 5417f9edf4
Bump @rollup/plugin-node-resolve from 15.2.2 to 15.2.3
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 15.2.2 to 15.2.3.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.2.3/packages/node-resolve)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-09 08:04:34 +02:00
IanDelMar 040d480285 fix auto commit 2023-10-09 01:05:11 +02:00
IanDelMar fadc6c8e28 allow empty baseline for phpstan 2023-10-09 00:06:37 +02:00
IanDelMar 9c6db628a2 cache phpcs and phpstan cache 2023-10-09 00:04:39 +02:00
IanDelMar 090819f47a update path filter for linting 2023-10-09 00:01:56 +02:00
IanDelMar 50ab416f73 update php-lint job 2023-10-08 23:58:58 +02:00
IanDelMar 35a2c13fcd move phpmd-ga script from composer to linting workflow 2023-10-08 23:55:15 +02:00
IanDelMar bfe120f24e fail fast on setup error 2023-10-08 23:53:01 +02:00
IanDelMar 35bf2444b8 fix stefanzweifel/git-auto-commit-action syntax 2023-10-08 23:48:50 +02:00
IanDelMar ec8749343b use ramsey/composer-install to simplify workflow 2023-10-08 23:44:42 +02:00
IanDelMar 2fec4a5d23 bump actions/checkout from 3 to 4 2023-10-08 23:41:59 +02:00
IanDelMar 7fbfec56ea move phpcs-ga script from composer to linting workflow 2023-10-08 23:39:53 +02:00
IanDelMar f370f184d2 add extension to phpcs cache file 2023-10-08 23:36:03 +02:00
IanDelMar 1c5c3df0bf use composer to autoload phpstan extensions 2023-10-08 23:33:44 +02:00
IanDelMar 48202e4437 use dealerdirect/phpcodesniffer-composer-installer to set standards 2023-10-08 17:02:34 +02:00
dependabot[bot] d86229a909
Bump phpstan/phpstan from 1.10.37 to 1.10.38
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.37 to 1.10.38.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.37...1.10.38)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-08 16:49:36 +02:00
IanDelMar 0e924273e6 bump stefanzweifel/git-auto-commit-action from 4 to 5 2023-10-08 13:23:02 +02:00
IanDelMar dcf4871191 use lowercase s 2023-10-08 11:01:42 +02:00
IanDelMar 119e0ebe2b rebuild js maps 2023-10-08 10:56:16 +02:00
IanDelMar 447b49aff8 Update package-lock.json 2023-10-08 10:46:35 +02:00
IanDelMar c726e1069f bump required node and npm version 2023-10-08 10:45:05 +02:00
dependabot[bot] 6d239fe193
Bump rollup from 3.29.4 to 4.0.2
Bumps [rollup](https://github.com/rollup/rollup) from 3.29.4 to 4.0.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.29.4...v4.0.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-08 10:44:19 +02:00
IanDelMar 2caeec50f3 fix phpcs-fix script 2023-10-07 21:05:41 +02:00
dependabot[bot] 1ad0980bc2
Bump @rollup/plugin-node-resolve from 15.2.1 to 15.2.2
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 15.2.1 to 15.2.2.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/HEAD/packages/node-resolve)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-06 09:20:18 +02:00
dependabot[bot] aef6d91a29
Bump @rollup/plugin-babel from 6.0.3 to 6.0.4
Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins/tree/HEAD/packages/babel) from 6.0.3 to 6.0.4.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/babel/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/HEAD/packages/babel)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-babel"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-06 09:19:58 +02:00
dependabot[bot] 52d02be019
Bump @rollup/plugin-multi-entry from 6.0.0 to 6.0.1
Bumps [@rollup/plugin-multi-entry](https://github.com/rollup/plugins/tree/HEAD/packages/multi-entry) from 6.0.0 to 6.0.1.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/multi-entry/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/wasm-v6.0.1/packages/multi-entry)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-multi-entry"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-06 09:18:47 +02:00
dependabot[bot] 95d73ca342
Bump caniuse-lite from 1.0.30001543 to 1.0.30001546
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001543 to 1.0.30001546.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001543...1.0.30001546)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-06 09:17:50 +02:00
dependabot[bot] da314f6549
Bump @rollup/plugin-replace from 5.0.2 to 5.0.3
Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace) from 5.0.2 to 5.0.3.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/babel-v5.0.3/packages/replace)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-replace"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-06 09:17:39 +02:00
dependabot[bot] b6a6fb5394
Bump @rollup/plugin-commonjs from 25.0.4 to 25.0.5
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 25.0.4 to 25.0.5.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/HEAD/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-06 09:17:28 +02:00
dependabot[bot] e32d361c83
Bump sass from 1.68.0 to 1.69.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.68.0 to 1.69.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.68.0...1.69.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-06 09:17:12 +02:00
dependabot[bot] 690c585464
Bump terser from 5.20.0 to 5.21.0
Bumps [terser](https://github.com/terser/terser) from 5.20.0 to 5.21.0.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.20.0...v5.21.0)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-04 09:24:15 +02:00
dependabot[bot] 7dd7b5fc3c
Bump caniuse-lite from 1.0.30001542 to 1.0.30001543
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001542 to 1.0.30001543.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001542...1.0.30001543)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-03 10:27:41 +02:00
dependabot[bot] 17ee7e4ecc
Bump phpstan/phpstan from 1.10.36 to 1.10.37
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.36 to 1.10.37.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.36...1.10.37)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-03 10:27:27 +02:00
dependabot[bot] c24ed057e3
Bump caniuse-lite from 1.0.30001541 to 1.0.30001542
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001541 to 1.0.30001542.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001541...1.0.30001542)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-02 19:09:18 +02:00
dependabot[bot] acbc9da944
Bump symfony/dependency-injection from 5.4.28 to 5.4.29
Bumps [symfony/dependency-injection](https://github.com/symfony/dependency-injection) from 5.4.28 to 5.4.29.
- [Release notes](https://github.com/symfony/dependency-injection/releases)
- [Changelog](https://github.com/symfony/dependency-injection/blob/6.3/CHANGELOG.md)
- [Commits](https://github.com/symfony/dependency-injection/compare/v5.4.28...v5.4.29)

---
updated-dependencies:
- dependency-name: symfony/dependency-injection
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-02 19:09:05 +02:00
dependabot[bot] 8812cfb326
Bump phpstan/phpstan from 1.10.35 to 1.10.36
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.35 to 1.10.36.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.35...1.10.36)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-02 19:08:52 +02:00
IanDelMar cc3493b172 Update package-lock.json 2023-09-29 11:15:21 +02:00
IanDelMar d55f7589d3 Merge branch 'bump-deps' of https://github.com/IanDelMar/understrap into bump-deps 2023-09-29 11:06:29 +02:00
IanDelMar 3887a4f858 Update composer.lock 2023-09-29 11:06:26 +02:00
IanDelMar afae27fef6 simplify scripts and fix phpmd script 2023-09-29 11:06:10 +02:00
dependabot[bot] a8c44fd40f
Bump browserslist from 4.22.0 to 4.22.1
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.22.0 to 4.22.1.
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.22.0...4.22.1)

---
updated-dependencies:
- dependency-name: browserslist
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-29 10:55:53 +02:00
dependabot[bot] 66156bbcbc
Bump @babel/core from 7.22.20 to 7.23.0
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.20 to 7.23.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.0/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-29 10:55:34 +02:00
dependabot[bot] e3538d9d67
Bump rollup from 3.29.3 to 3.29.4
Bumps [rollup](https://github.com/rollup/rollup) from 3.29.3 to 3.29.4.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.29.3...v3.29.4)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-29 10:55:07 +02:00
dependabot[bot] 006e865e4f
Bump caniuse-lite from 1.0.30001539 to 1.0.30001541
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001539 to 1.0.30001541.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001539...1.0.30001541)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-29 10:53:49 +02:00
dependabot[bot] 1bbf48152d
Bump postcss from 8.4.30 to 8.4.31
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.30 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.30...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-29 10:53:05 +02:00
dependabot[bot] 98cd451127
Bump phpmd/phpmd from 2.14.0 to 2.14.1
Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.14.0 to 2.14.1.
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](https://github.com/phpmd/phpmd/compare/2.14.0...2.14.1)

---
updated-dependencies:
- dependency-name: phpmd/phpmd
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-29 10:52:52 +02:00
IanDelMar 818a3f84e1 Merge branch 'bump-deps' of https://github.com/IanDelMar/understrap into bump-deps 2023-09-27 09:40:02 +02:00
dependabot[bot] 4613adcb96
Bump phpmd/phpmd from 2.13.0 to 2.14.0
Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.13.0 to 2.14.0.
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](https://github.com/phpmd/phpmd/compare/2.13.0...2.14.0)

---
updated-dependencies:
- dependency-name: phpmd/phpmd
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-27 09:34:02 +02:00
dependabot[bot] 0dffe2ef64
Bump browserslist from 4.21.11 to 4.22.0
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.21.11 to 4.22.0.
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.21.11...4.22.0)

---
updated-dependencies:
- dependency-name: browserslist
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-27 09:33:52 +02:00
dependabot[bot] 40c4aa331a
Bump rollup from 3.29.2 to 3.29.3
Bumps [rollup](https://github.com/rollup/rollup) from 3.29.2 to 3.29.3.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.29.2...v3.29.3)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25 21:22:10 +02:00
dependabot[bot] 3c426aa5d2
Bump caniuse-lite from 1.0.30001538 to 1.0.30001539
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001538 to 1.0.30001539.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001538...1.0.30001539)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25 21:21:51 +02:00
dependabot[bot] 1160357c21
Bump pdepend/pdepend from 2.14.0 to 2.15.0
Bumps [pdepend/pdepend](https://github.com/pdepend/pdepend) from 2.14.0 to 2.15.0.
- [Release notes](https://github.com/pdepend/pdepend/releases)
- [Changelog](https://github.com/pdepend/pdepend/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pdepend/pdepend/compare/2.14.0...2.15.0)

---
updated-dependencies:
- dependency-name: pdepend/pdepend
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25 21:21:38 +02:00
dependabot[bot] 26fb8cf548
Bump sass from 1.67.0 to 1.68.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.67.0 to 1.68.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.67.0...1.68.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-22 20:00:46 +02:00
dependabot[bot] 5f681ee7e0
Bump autoprefixer from 10.4.15 to 10.4.16
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.15 to 10.4.16.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.15...10.4.16)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-22 19:58:57 +02:00
dependabot[bot] a81e4c8d6f
Bump terser from 5.19.4 to 5.20.0
Bumps [terser](https://github.com/terser/terser) from 5.19.4 to 5.20.0.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.19.4...v5.20.0)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-22 19:57:27 +02:00
dependabot[bot] 6261c93317
Bump browserslist from 4.21.10 to 4.21.11
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.21.10 to 4.21.11.
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.21.10...4.21.11)

---
updated-dependencies:
- dependency-name: browserslist
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-22 19:56:03 +02:00
dependabot[bot] 062c82cf0f
Bump caniuse-lite from 1.0.30001535 to 1.0.30001538
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001535 to 1.0.30001538.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001535...1.0.30001538)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-20 10:00:59 +02:00
dependabot[bot] aae1acc1e2
Bump phpstan/phpstan from 1.10.34 to 1.10.35
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.34 to 1.10.35.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.34...1.10.35)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-20 10:00:47 +02:00
dependabot[bot] 646f50197d
Bump postcss from 8.4.29 to 8.4.30
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.30.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.29...8.4.30)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-19 21:54:15 +02:00
WEB1776 abd2b5f61d
Fix typo in .gitignore to track .browserslistrc 2023-09-18 17:23:12 -04:00
dependabot[bot] 94b3867a81
Bump sass from 1.66.1 to 1.67.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.66.1 to 1.67.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.66.1...1.67.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 07:49:04 +02:00
dependabot[bot] 3a9888c528
Bump @babel/preset-env from 7.22.15 to 7.22.20
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.15 to 7.22.20.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.20/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 07:48:48 +02:00
dependabot[bot] 87e0621ca0
Bump rollup from 3.29.1 to 3.29.2
Bumps [rollup](https://github.com/rollup/rollup) from 3.29.1 to 3.29.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.29.1...v3.29.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 07:48:02 +02:00
dependabot[bot] 1658b92edf
Bump caniuse-lite from 1.0.30001534 to 1.0.30001535
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001534 to 1.0.30001535.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001534...1.0.30001535)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 07:47:49 +02:00
dependabot[bot] 02fbb89d40
Bump @babel/core from 7.22.19 to 7.22.20
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.19 to 7.22.20.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.20/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 07:47:24 +02:00
dependabot[bot] 2c00bd6e6b
Bump @babel/core from 7.22.17 to 7.22.19
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.17 to 7.22.19.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.19/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-15 09:09:42 +02:00
dependabot[bot] 43fa370c12
Bump phpstan/phpstan from 1.10.33 to 1.10.34
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.33 to 1.10.34.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.33...1.10.34)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-14 13:25:27 +02:00
dependabot[bot] 3d50c23f1d
Bump caniuse-lite from 1.0.30001532 to 1.0.30001534
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001532 to 1.0.30001534.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001532...1.0.30001534)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13 11:02:54 +02:00
IanDelMar 8bf8687a7e Update composer.lock 2023-09-11 09:04:34 +02:00
dependabot[bot] bcf9ef01c7
Bump rollup from 3.29.0 to 3.29.1
Bumps [rollup](https://github.com/rollup/rollup) from 3.29.0 to 3.29.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.29.0...v3.29.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11 08:33:02 +02:00
dependabot[bot] 24e8739b2f
Bump caniuse-lite from 1.0.30001528 to 1.0.30001532
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001528 to 1.0.30001532.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001528...1.0.30001532)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11 08:31:26 +02:00
dependabot[bot] 28d7bc4eee
Bump @babel/core from 7.22.15 to 7.22.17
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.15 to 7.22.17.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.17/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11 08:31:14 +02:00
dependabot[bot] bf8267265e
Bump caniuse-lite from 1.0.30001527 to 1.0.30001528
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001527 to 1.0.30001528.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001527...1.0.30001528)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-09 13:15:05 +02:00
dependabot[bot] aa54f6041a
Bump rollup from 3.28.1 to 3.29.0
Bumps [rollup](https://github.com/rollup/rollup) from 3.28.1 to 3.29.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.28.1...v3.29.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-07 09:01:20 +02:00
dependabot[bot] 178c3252f8
Bump caniuse-lite from 1.0.30001526 to 1.0.30001527
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001526 to 1.0.30001527.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001526...1.0.30001527)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-06 12:45:59 +02:00
dependabot[bot] 4878d30a27
Bump @babel/preset-env from 7.22.14 to 7.22.15
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.14 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 08:21:12 +02:00
dependabot[bot] 7772279d44
Bump phpstan/phpstan from 1.10.32 to 1.10.33
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.32 to 1.10.33.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.32...1.10.33)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 08:20:22 +02:00
dependabot[bot] fa9c1abe25
Bump caniuse-lite from 1.0.30001525 to 1.0.30001526
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001525 to 1.0.30001526.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001525...1.0.30001526)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 08:20:10 +02:00
dependabot[bot] a19315edec
Bump terser from 5.19.3 to 5.19.4
Bumps [terser](https://github.com/terser/terser) from 5.19.3 to 5.19.4.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.19.3...v5.19.4)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 08:19:37 +02:00
dependabot[bot] 6905ed3831
Bump @babel/core from 7.22.11 to 7.22.15
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.11 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 08:19:22 +02:00
dependabot[bot] bd427cfe57
Bump caniuse-lite from 1.0.30001524 to 1.0.30001525
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001524 to 1.0.30001525.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001524...1.0.30001525)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-01 11:12:00 +02:00
dependabot[bot] c0157b3dd1
Bump @babel/preset-env from 7.22.10 to 7.22.14
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.10 to 7.22.14.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.14/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-31 15:54:46 +02:00
dependabot[bot] 053da17a0d
Bump postcss from 8.4.28 to 8.4.29
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.28 to 8.4.29.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.28...8.4.29)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-30 22:55:32 +02:00
dependabot[bot] 4ae8581b4b
Bump terser from 5.19.2 to 5.19.3
Bumps [terser](https://github.com/terser/terser) from 5.19.2 to 5.19.3.
- [Changelog](https://github.com/terser/terser/blob/v5.19.3/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.19.2...v5.19.3)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-30 22:55:21 +02:00
dependabot[bot] d3065b8776
Bump symfony/polyfill-php73 from 1.27.0 to 1.28.0
Bumps [symfony/polyfill-php73](https://github.com/symfony/polyfill-php73) from 1.27.0 to 1.28.0.
- [Commits](https://github.com/symfony/polyfill-php73/compare/v1.27.0...v1.28.0)

---
updated-dependencies:
- dependency-name: symfony/polyfill-php73
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-29 14:49:42 +02:00
dependabot[bot] d52c6c7fcf
Bump symfony/polyfill-ctype from 1.27.0 to 1.28.0
Bumps [symfony/polyfill-ctype](https://github.com/symfony/polyfill-ctype) from 1.27.0 to 1.28.0.
- [Commits](https://github.com/symfony/polyfill-ctype/compare/v1.27.0...v1.28.0)

---
updated-dependencies:
- dependency-name: symfony/polyfill-ctype
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-29 14:49:15 +02:00
dependabot[bot] d65a93e21d
Bump symfony/polyfill-mbstring from 1.27.0 to 1.28.0
Bumps [symfony/polyfill-mbstring](https://github.com/symfony/polyfill-mbstring) from 1.27.0 to 1.28.0.
- [Commits](https://github.com/symfony/polyfill-mbstring/compare/v1.27.0...v1.28.0)

---
updated-dependencies:
- dependency-name: symfony/polyfill-mbstring
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-29 14:48:53 +02:00
dependabot[bot] 09399ff6f6
Bump symfony/polyfill-php80 from 1.27.0 to 1.28.0
Bumps [symfony/polyfill-php80](https://github.com/symfony/polyfill-php80) from 1.27.0 to 1.28.0.
- [Commits](https://github.com/symfony/polyfill-php80/compare/v1.27.0...v1.28.0)

---
updated-dependencies:
- dependency-name: symfony/polyfill-php80
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-29 14:48:39 +02:00
dependabot[bot] 5b43bcb261
Bump symfony/polyfill-php81 from 1.27.0 to 1.28.0
Bumps [symfony/polyfill-php81](https://github.com/symfony/polyfill-php81) from 1.27.0 to 1.28.0.
- [Commits](https://github.com/symfony/polyfill-php81/compare/v1.27.0...v1.28.0)

---
updated-dependencies:
- dependency-name: symfony/polyfill-php81
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-29 14:48:27 +02:00
dependabot[bot] d152ff3442
Bump caniuse-lite from 1.0.30001522 to 1.0.30001524
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001522 to 1.0.30001524.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001522...1.0.30001524)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-28 15:22:36 +02:00
dependabot[bot] 8313f10285
Bump symfony/dependency-injection from 5.4.26 to 5.4.28
Bumps [symfony/dependency-injection](https://github.com/symfony/dependency-injection) from 5.4.26 to 5.4.28.
- [Release notes](https://github.com/symfony/dependency-injection/releases)
- [Changelog](https://github.com/symfony/dependency-injection/blob/6.3/CHANGELOG.md)
- [Commits](https://github.com/symfony/dependency-injection/compare/v5.4.26...v5.4.28)

---
updated-dependencies:
- dependency-name: symfony/dependency-injection
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-28 15:20:35 +02:00
dependabot[bot] 23737a2217
Bump @babel/core from 7.22.10 to 7.22.11
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.10 to 7.22.11.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.11/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-27 12:15:57 +02:00
dependabot[bot] 01af7299a0
Bump phpstan/phpstan from 1.10.30 to 1.10.32
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.30 to 1.10.32.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.30...1.10.32)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-27 12:15:29 +02:00
dependabot[bot] d2f784ed5b
Bump @rollup/plugin-node-resolve from 15.2.0 to 15.2.1
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 15.2.0 to 15.2.1.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.2.1/packages/node-resolve)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-23 11:05:22 +02:00
dependabot[bot] 2ffa05c465
Bump rollup from 3.28.0 to 3.28.1
Bumps [rollup](https://github.com/rollup/rollup) from 3.28.0 to 3.28.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.28.0...v3.28.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-23 11:03:42 +02:00
dependabot[bot] 59aeaf9249
Bump phpstan/phpstan from 1.10.29 to 1.10.30
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.29 to 1.10.30.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.29...1.10.30)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-23 11:03:30 +02:00
dependabot[bot] 286ad4ad9c
Bump caniuse-lite from 1.0.30001521 to 1.0.30001522
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001521 to 1.0.30001522.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001521...1.0.30001522)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-21 16:49:31 +02:00
dependabot[bot] 13874aaa63
Bump sass from 1.65.1 to 1.66.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.65.1 to 1.66.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.65.1...1.66.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-21 16:49:19 +02:00
IanDelMar 2ef521ccdb Update package-lock.json 2023-08-17 11:48:35 +02:00
IanDelMar 7db4376662 Update composer.lock 2023-08-17 11:48:31 +02:00
dependabot[bot] 4b7449ccb6
Bump @rollup/plugin-node-resolve from 15.1.0 to 15.2.0
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 15.1.0 to 15.2.0.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.2.0/packages/node-resolve)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-17 11:34:08 +02:00
dependabot[bot] cb827899a9
Bump caniuse-lite from 1.0.30001519 to 1.0.30001521
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001519 to 1.0.30001521.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001519...1.0.30001521)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-17 11:33:56 +02:00
dependabot[bot] eea151eded
Bump postcss from 8.4.27 to 8.4.28
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.28.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.27...8.4.28)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-17 11:32:35 +02:00
dependabot[bot] ffd86e69f0
Bump phpstan/phpstan from 1.10.28 to 1.10.29
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.28 to 1.10.29.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.28...1.10.29)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-17 11:32:23 +02:00
dependabot[bot] 4be9b69a01
Bump @rollup/plugin-commonjs from 25.0.3 to 25.0.4
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 25.0.3 to 25.0.4.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.0.4/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-17 11:32:12 +02:00
dependabot[bot] 2fdecd6157
Bump autoprefixer from 10.4.14 to 10.4.15
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.14 to 10.4.15.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.14...10.4.15)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-17 11:32:01 +02:00
dependabot[bot] 90b168aa70
Bump php-stubs/wordpress-stubs from 6.2.1 to 6.3.0
Bumps [php-stubs/wordpress-stubs](https://github.com/php-stubs/wordpress-stubs) from 6.2.1 to 6.3.0.
- [Release notes](https://github.com/php-stubs/wordpress-stubs/releases)
- [Commits](https://github.com/php-stubs/wordpress-stubs/compare/v6.2.1...v6.3.0)

---
updated-dependencies:
- dependency-name: php-stubs/wordpress-stubs
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-11 20:24:23 +02:00
IanDelMar b5d31a01e6 Update composer.lock 2023-08-10 01:24:06 +02:00
IanDelMar 2c1584c7d7 Update package-lock.json 2023-08-10 01:24:03 +02:00
dependabot[bot] 7693f5024c
Bump rollup from 3.27.2 to 3.28.0
Bumps [rollup](https://github.com/rollup/rollup) from 3.27.2 to 3.28.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.27.2...v3.28.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-10 01:22:00 +02:00
dependabot[bot] 341cf0e34d
Bump sass from 1.64.2 to 1.65.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.64.2 to 1.65.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.64.2...1.65.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-10 01:20:48 +02:00
dependabot[bot] 1d94697a1e
Bump @babel/core from 7.22.9 to 7.22.10
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.9 to 7.22.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-10 01:20:12 +02:00
dependabot[bot] 5107749739
Bump phpstan/phpstan from 1.10.27 to 1.10.28
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.27 to 1.10.28.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.27...1.10.28)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-09 19:51:00 +02:00
dependabot[bot] abdb741d71
Bump @babel/preset-env from 7.22.9 to 7.22.10
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.9 to 7.22.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-08 11:59:37 +02:00
dependabot[bot] 220abe4197
Bump rollup from 3.27.1 to 3.27.2
Bumps [rollup](https://github.com/rollup/rollup) from 3.27.1 to 3.27.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.27.1...v3.27.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-07 13:12:06 +02:00
dependabot[bot] c921f03ee8
Bump phpstan/phpstan from 1.10.26 to 1.10.27
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.26 to 1.10.27.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.26...1.10.27)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-07 13:11:40 +02:00
dependabot[bot] 76782c2367
Bump rollup from 3.27.0 to 3.27.1
Bumps [rollup](https://github.com/rollup/rollup) from 3.27.0 to 3.27.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.27.0...v3.27.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-04 10:55:41 +02:00
dependabot[bot] c84ca9c2df
Bump caniuse-lite from 1.0.30001518 to 1.0.30001519
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001518 to 1.0.30001519.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001518...1.0.30001519)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-03 07:21:38 +02:00
dependabot[bot] 1a6329b829
Bump sass from 1.64.1 to 1.64.2
Bumps [sass](https://github.com/sass/dart-sass) from 1.64.1 to 1.64.2.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.64.1...1.64.2)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-01 10:16:13 +02:00
IanDelMar 4e53727170 rebuild assets 2023-07-31 14:48:31 +02:00
IanDelMar 641fec4deb Update package-lock.json 2023-07-31 14:48:11 +02:00
dependabot[bot] f326cda3a5
Bump phpstan/phpstan from 1.10.25 to 1.10.26
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.25 to 1.10.26.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.25...1.10.26)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-31 14:33:18 +02:00
dependabot[bot] 321df82480
Bump @rollup/plugin-commonjs from 25.0.2 to 25.0.3
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 25.0.2 to 25.0.3.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.0.3/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-31 14:33:02 +02:00
dependabot[bot] 06d5e6b610
Bump @babel/preset-env from 7.22.7 to 7.22.9
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.7 to 7.22.9.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.9/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-31 14:32:44 +02:00
dependabot[bot] 582e057dd9
Bump symfony/config from 5.4.21 to 5.4.26
Bumps [symfony/config](https://github.com/symfony/config) from 5.4.21 to 5.4.26.
- [Release notes](https://github.com/symfony/config/releases)
- [Changelog](https://github.com/symfony/config/blob/6.3/CHANGELOG.md)
- [Commits](https://github.com/symfony/config/compare/v5.4.21...v5.4.26)

---
updated-dependencies:
- dependency-name: symfony/config
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-31 14:30:51 +02:00
dependabot[bot] 014ccd799f
Bump @babel/core from 7.22.8 to 7.22.9
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.8 to 7.22.9.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.9/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-31 14:30:11 +02:00
dependabot[bot] 38c7b29a75
Bump sass from 1.63.6 to 1.64.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.63.6 to 1.64.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.63.6...1.64.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-31 13:16:38 +02:00
dependabot[bot] 65bf0ddf29
Bump postcss from 8.4.25 to 8.4.27
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.25 to 8.4.27.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.25...8.4.27)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-31 13:16:12 +02:00
dependabot[bot] 2bd616193f
Bump terser from 5.19.0 to 5.19.2
Bumps [terser](https://github.com/terser/terser) from 5.19.0 to 5.19.2.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.19.0...v5.19.2)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-31 13:15:52 +02:00
dependabot[bot] a13028424c
Bump caniuse-lite from 1.0.30001517 to 1.0.30001518
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001517 to 1.0.30001518.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001517...1.0.30001518)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-31 13:15:37 +02:00
dependabot[bot] 027da1f833
Bump rollup from 3.26.2 to 3.27.0
Bumps [rollup](https://github.com/rollup/rollup) from 3.26.2 to 3.27.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.26.2...v3.27.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-31 13:12:50 +02:00
dependabot[bot] 8915ff597d
Bump browserslist from 4.21.9 to 4.21.10
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.21.9 to 4.21.10.
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.21.9...4.21.10)

---
updated-dependencies:
- dependency-name: browserslist
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-31 13:12:36 +02:00
dependabot[bot] 5a3c79a04a
Bump symfony/dependency-injection from 5.4.25 to 5.4.26
Bumps [symfony/dependency-injection](https://github.com/symfony/dependency-injection) from 5.4.25 to 5.4.26.
- [Release notes](https://github.com/symfony/dependency-injection/releases)
- [Changelog](https://github.com/symfony/dependency-injection/blob/6.3/CHANGELOG.md)
- [Commits](https://github.com/symfony/dependency-injection/compare/v5.4.25...v5.4.26)

---
updated-dependencies:
- dependency-name: symfony/dependency-injection
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-31 13:11:58 +02:00
IanDelMar 8e6ab7d461 Update woocommerce templates to 7.9.0 2023-07-23 16:02:14 +02:00
IanDelMar e5991b6168 Merge branch 'bump-deps' into fix-babel 2023-07-11 19:05:02 +02:00
IanDelMar 523a901d1b Update composer.lock 2023-07-11 18:24:15 +02:00
IanDelMar 744ffef4e6 Update package-lock.json 2023-07-11 18:23:25 +02:00
dependabot[bot] 403f215318
Bump @babel/preset-env from 7.22.5 to 7.22.7
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.5 to 7.22.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.7/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-11 18:21:22 +02:00
dependabot[bot] 057f9a2a04
Bump @babel/core from 7.22.5 to 7.22.8
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.5 to 7.22.8.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.8/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-11 18:20:30 +02:00
dependabot[bot] 2eb8678fc9
Bump phpstan/phpstan from 1.10.22 to 1.10.25
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.22 to 1.10.25.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.22...1.10.25)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-11 18:20:15 +02:00
dependabot[bot] 2c6ceba897
Bump caniuse-lite from 1.0.30001514 to 1.0.30001515
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001514 to 1.0.30001515.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001514...1.0.30001515)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-11 18:20:04 +02:00
dependabot[bot] 72ee6ab4f6
Bump terser from 5.18.2 to 5.19.0
Bumps [terser](https://github.com/terser/terser) from 5.18.2 to 5.19.0.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.18.2...v5.19.0)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-11 18:19:51 +02:00
IanDelMar 11c7e190ba Add Bootstrap classes order-again.php 2023-07-11 18:11:37 +02:00
IanDelMar dfd25bee14 Create order-again.php 2023-07-11 18:09:59 +02:00
IanDelMar 44094ed476 Add Bootstrap classes to form-verify-email.php 2023-07-11 18:08:48 +02:00
IanDelMar 40bbbc64bc Create form-verify-email.php added in WC 7.8.1 2023-07-11 18:08:48 +02:00
IanDelMar bae030283a Update WC templates to WC 7.8.0 2023-07-11 18:08:48 +02:00
dependabot[bot] c81f4182a6
Bump rollup from 3.26.0 to 3.26.2
Bumps [rollup](https://github.com/rollup/rollup) from 3.26.0 to 3.26.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.26.0...v3.26.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-11 11:31:22 +02:00
dependabot[bot] b99cc8fb2e
Bump postcss from 8.4.24 to 8.4.25
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to 8.4.25.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.24...8.4.25)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-10 18:10:29 +02:00
dependabot[bot] 6792a98ce7
Bump nodemon from 2.0.22 to 3.0.1
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.22 to 3.0.1.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.22...v3.0.1)

---
updated-dependencies:
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-10 09:20:20 +02:00
dependabot[bot] 33bba058e5
Bump caniuse-lite from 1.0.30001512 to 1.0.30001514
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001512 to 1.0.30001514.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001512...1.0.30001514)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-10 09:19:43 +02:00
Viktor Szépe 2df2cf30d4 Remove unused ingores from Typos 2023-07-04 15:47:11 +00:00
Viktor Szépe 7556f5a7d9 Add .typos.toml 2023-07-04 15:44:50 +00:00
Viktor Szépe e9fb08514d Fix typos 2023-07-04 15:41:29 +00:00
dependabot[bot] 4806e17305
Bump caniuse-lite from 1.0.30001509 to 1.0.30001512
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001509 to 1.0.30001512.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001509...1.0.30001512)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-04 10:38:54 +02:00
dependabot[bot] 48fef89075
Bump phpstan/phpstan from 1.10.21 to 1.10.22
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.21 to 1.10.22.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.21...1.10.22)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-01 19:42:03 +02:00
dependabot[bot] 39dd021d05
Bump rollup from 3.25.3 to 3.26.0
Bumps [rollup](https://github.com/rollup/rollup) from 3.25.3 to 3.26.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.25.3...v3.26.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-01 19:07:57 +02:00
dependabot[bot] 106d437f9e
Bump terser from 5.18.1 to 5.18.2
Bumps [terser](https://github.com/terser/terser) from 5.18.1 to 5.18.2.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.18.1...v5.18.2)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-01 19:07:21 +02:00
dependabot[bot] f0e0f41553
Bump caniuse-lite from 1.0.30001508 to 1.0.30001509
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001508 to 1.0.30001509.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001508...1.0.30001509)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-01 19:07:11 +02:00
dependabot[bot] 18a3eaefdd
Bump rollup from 3.25.2 to 3.25.3
Bumps [rollup](https://github.com/rollup/rollup) from 3.25.2 to 3.25.3.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.25.2...v3.25.3)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-28 01:47:08 +02:00
dependabot[bot] 3697ffae4d
Bump symfony/filesystem from 5.4.23 to 5.4.25
Bumps [symfony/filesystem](https://github.com/symfony/filesystem) from 5.4.23 to 5.4.25.
- [Release notes](https://github.com/symfony/filesystem/releases)
- [Changelog](https://github.com/symfony/filesystem/blob/6.3/CHANGELOG.md)
- [Commits](https://github.com/symfony/filesystem/compare/v5.4.23...v5.4.25)

---
updated-dependencies:
- dependency-name: symfony/filesystem
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-28 01:46:21 +02:00
dependabot[bot] ab1ac089f1
Bump caniuse-lite from 1.0.30001506 to 1.0.30001508
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001506 to 1.0.30001508.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001506...1.0.30001508)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-26 09:17:42 +02:00
dependabot[bot] 7dfc6e92ad
Bump rollup from 3.25.1 to 3.25.2
Bumps [rollup](https://github.com/rollup/rollup) from 3.25.1 to 3.25.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.25.1...v3.25.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-26 09:17:31 +02:00
dependabot[bot] 760f24337f
Bump symfony/dependency-injection from 5.4.24 to 5.4.25
Bumps [symfony/dependency-injection](https://github.com/symfony/dependency-injection) from 5.4.24 to 5.4.25.
- [Release notes](https://github.com/symfony/dependency-injection/releases)
- [Changelog](https://github.com/symfony/dependency-injection/blob/6.3/CHANGELOG.md)
- [Commits](https://github.com/symfony/dependency-injection/compare/v5.4.24...v5.4.25)

---
updated-dependencies:
- dependency-name: symfony/dependency-injection
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-26 09:17:16 +02:00
dependabot[bot] 5d5fcf48e9
Bump phpstan/phpstan from 1.10.19 to 1.10.21
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.19 to 1.10.21.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.19...1.10.21)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-22 09:45:42 +02:00
dependabot[bot] fa4b0e83e4
Bump sass from 1.63.4 to 1.63.6
Bumps [sass](https://github.com/sass/dart-sass) from 1.63.4 to 1.63.6.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.63.4...1.63.6)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-22 09:45:30 +02:00
dependabot[bot] e30ddecd26
Bump caniuse-lite from 1.0.30001505 to 1.0.30001506
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001505 to 1.0.30001506.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001505...1.0.30001506)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-22 09:44:53 +02:00
dependabot[bot] 74f48889e8
Bump caniuse-lite from 1.0.30001504 to 1.0.30001505
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001504 to 1.0.30001505.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001504...1.0.30001505)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-20 16:00:28 +02:00
dependabot[bot] f28b8efbc7
Bump @rollup/plugin-commonjs from 25.0.1 to 25.0.2
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 25.0.1 to 25.0.2.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.0.2/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-20 16:00:17 +02:00
dependabot[bot] b3a1bf5137
Bump terser from 5.18.0 to 5.18.1
Bumps [terser](https://github.com/terser/terser) from 5.18.0 to 5.18.1.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.18.0...v5.18.1)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-20 15:59:55 +02:00
dependabot[bot] 8c5b5645bf
Bump caniuse-lite from 1.0.30001503 to 1.0.30001504
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001503 to 1.0.30001504.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001503...1.0.30001504)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-19 08:17:05 +02:00
IanDelMar e7ead5047e Update composer.lock 2023-06-15 22:51:34 +02:00
IanDelMar f77272fca0 Update package-lock.json 2023-06-15 22:51:09 +02:00
dependabot[bot] aa898540db
Bump browserslist from 4.21.8 to 4.21.9
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.21.8 to 4.21.9.
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.21.8...4.21.9)

---
updated-dependencies:
- dependency-name: browserslist
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-15 22:49:30 +02:00
dependabot[bot] 9db5c1a193
Bump sass from 1.63.3 to 1.63.4 (#609)
Bumps [sass](https://github.com/sass/dart-sass) from 1.63.3 to 1.63.4.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.63.3...1.63.4)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-15 13:03:30 +02:00
dependabot[bot] 7adb091756
Bump caniuse-lite from 1.0.30001502 to 1.0.30001503
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001502 to 1.0.30001503.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001502...1.0.30001503)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-15 13:02:29 +02:00
dependabot[bot] 6e10c85a1a
Bump phpstan/phpstan from 1.10.18 to 1.10.19
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.18 to 1.10.19.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.18...1.10.19)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-15 13:02:16 +02:00
dependabot[bot] 23ee8b59e2
Bump phpstan/phpstan from 1.10.15 to 1.10.18
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.15 to 1.10.18.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.15...1.10.18)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-13 22:39:18 +02:00
dependabot[bot] a3d8027f6d
Bump @babel/core from 7.22.1 to 7.22.5
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.1 to 7.22.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.5/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-13 22:32:24 +02:00
dependabot[bot] 41ffcd76c1
Bump sass from 1.62.1 to 1.63.3
Bumps [sass](https://github.com/sass/dart-sass) from 1.62.1 to 1.63.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.62.1...1.63.3)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-13 22:31:54 +02:00
dependabot[bot] 60f4e54f51
Bump @babel/preset-env from 7.22.4 to 7.22.5
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.4 to 7.22.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.5/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-13 22:31:23 +02:00
dependabot[bot] e7dcf7b747
Bump @rollup/plugin-commonjs from 25.0.0 to 25.0.1
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 25.0.0 to 25.0.1.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.0.1/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-13 22:30:08 +02:00
dependabot[bot] 1285a02392
Bump rollup from 3.23.0 to 3.25.1
Bumps [rollup](https://github.com/rollup/rollup) from 3.23.0 to 3.25.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.23.0...v3.25.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-13 22:29:22 +02:00
dependabot[bot] 312514b064
Bump terser from 5.17.7 to 5.18.0
Bumps [terser](https://github.com/terser/terser) from 5.17.7 to 5.18.0.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.17.7...v5.18.0)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-13 22:26:44 +02:00
dependabot[bot] 336a695616
Bump browserslist from 4.21.7 to 4.21.8
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.21.7 to 4.21.8.
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.21.7...4.21.8)

---
updated-dependencies:
- dependency-name: browserslist
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-13 22:26:15 +02:00
IanDelMar 3a6e82baf2 remove translations provided via WP's language packs 2023-06-04 13:59:04 +02:00
IanDelMar 550698c58e update JS files 2023-06-04 13:45:02 +02:00
IanDelMar 2212a8c639 Merge branch 'bump-deps' into fix-babel 2023-06-04 13:44:13 +02:00
IanDelMar acc1947e7b update css and js 2023-06-04 12:54:31 +02:00
IanDelMar 810948d4b5 Update composer.lock 2023-06-04 12:51:36 +02:00
IanDelMar bf56684363 bump dependencies and lock bootstrap to v5.2.x 2023-06-04 12:50:18 +02:00
dependabot[bot] bade3c8efd
Bump symfony/filesystem from 5.4.21 to 5.4.23
Bumps [symfony/filesystem](https://github.com/symfony/filesystem) from 5.4.21 to 5.4.23.
- [Release notes](https://github.com/symfony/filesystem/releases)
- [Changelog](https://github.com/symfony/filesystem/blob/6.2/CHANGELOG.md)
- [Commits](https://github.com/symfony/filesystem/compare/v5.4.21...v5.4.23)

---
updated-dependencies:
- dependency-name: symfony/filesystem
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-04 12:38:45 +02:00
dependabot[bot] ad7ab1500a
Bump phpstan/phpstan from 1.10.14 to 1.10.15
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.14 to 1.10.15.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.14...1.10.15)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-04 12:37:01 +02:00
dependabot[bot] 1050de7a64
Bump php-stubs/wordpress-stubs from 6.2.0 to 6.2.1
Bumps [php-stubs/wordpress-stubs](https://github.com/php-stubs/wordpress-stubs) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/php-stubs/wordpress-stubs/releases)
- [Commits](https://github.com/php-stubs/wordpress-stubs/compare/v6.2.0...v6.2.1)

---
updated-dependencies:
- dependency-name: php-stubs/wordpress-stubs
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-04 12:35:13 +02:00
dependabot[bot] 0228078a03
Bump postcss from 8.4.23 to 8.4.24
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.24.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.23...8.4.24)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-04 12:34:48 +02:00
dependabot[bot] 71f99e2455
Bump @popperjs/core from 2.11.7 to 2.11.8
Bumps [@popperjs/core](https://github.com/popperjs/popper-core) from 2.11.7 to 2.11.8.
- [Release notes](https://github.com/popperjs/popper-core/releases)
- [Commits](https://github.com/popperjs/popper-core/commits)

---
updated-dependencies:
- dependency-name: "@popperjs/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-04 12:34:34 +02:00
dependabot[bot] b9051c6c86
Bump caniuse-lite from 1.0.30001491 to 1.0.30001494
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001491 to 1.0.30001494.
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001491...1.0.30001494)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-04 12:34:08 +02:00
dependabot[bot] 2d8103b493
Bump @babel/core from 7.21.4 to 7.22.1
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.21.4 to 7.22.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.1/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-04 12:33:49 +02:00
dependabot[bot] 955290a4de
Bump browser-sync from 2.29.1 to 2.29.3
Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.29.1 to 2.29.3.
- [Release notes](https://github.com/BrowserSync/browser-sync/releases)
- [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.29.1...v2.29.3)

---
updated-dependencies:
- dependency-name: browser-sync
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-04 12:33:28 +02:00
dependabot[bot] 923929381a
Bump @babel/preset-env from 7.21.4 to 7.22.4
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.21.4 to 7.22.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.4/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-04 12:32:44 +02:00
dependabot[bot] 6bf15336cd
Bump browserslist from 4.21.5 to 4.21.7
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.21.5 to 4.21.7.
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.21.5...4.21.7)

---
updated-dependencies:
- dependency-name: browserslist
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-04 12:32:30 +02:00
dependabot[bot] b3558581ff
Bump terser from 5.17.1 to 5.17.7
Bumps [terser](https://github.com/terser/terser) from 5.17.1 to 5.17.7.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.17.1...v5.17.7)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-04 12:32:15 +02:00
dependabot[bot] 2ededeefeb
Bump rollup from 3.21.0 to 3.23.0
Bumps [rollup](https://github.com/rollup/rollup) from 3.21.0 to 3.23.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.21.0...v3.23.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-04 12:31:58 +02:00
dependabot[bot] 1b11272cf7
Bump @rollup/plugin-commonjs from 24.1.0 to 25.0.0
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 24.1.0 to 25.0.0.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.0.0/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-04 12:31:33 +02:00
dependabot[bot] 6a24922af2
Bump pdepend/pdepend from 2.13.0 to 2.14.0
Bumps [pdepend/pdepend](https://github.com/pdepend/pdepend) from 2.13.0 to 2.14.0.
- [Release notes](https://github.com/pdepend/pdepend/releases)
- [Changelog](https://github.com/pdepend/pdepend/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pdepend/pdepend/compare/2.13.0...2.14.0)

---
updated-dependencies:
- dependency-name: pdepend/pdepend
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-04 12:30:32 +02:00
dependabot[bot] e01abccfb5
Bump symfony/dependency-injection from 5.4.22 to 5.4.24
Bumps [symfony/dependency-injection](https://github.com/symfony/dependency-injection) from 5.4.22 to 5.4.24.
- [Release notes](https://github.com/symfony/dependency-injection/releases)
- [Changelog](https://github.com/symfony/dependency-injection/blob/6.3/CHANGELOG.md)
- [Commits](https://github.com/symfony/dependency-injection/compare/v5.4.22...v5.4.24)

---
updated-dependencies:
- dependency-name: symfony/dependency-injection
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-04 12:29:05 +02:00
dependabot[bot] 8f7655edb6
Bump @rollup/plugin-node-resolve from 15.0.2 to 15.1.0
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 15.0.2 to 15.1.0.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v15.1.0/packages/node-resolve)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-04 12:24:15 +02:00
IanDelMar c5cecc57a3 Update phpstan.neon.dist 2023-04-26 09:35:21 +02:00
IanDelMar dd4789058d Update GetThemeModReturnType.php 2023-04-26 09:32:54 +02:00
IanDelMar a86331940f Update package-lock.json 2023-04-26 09:20:59 +02:00
IanDelMar 78628364da Update composer.lock 2023-04-26 09:20:56 +02:00
dependabot[bot] b75893a847
Bump sass from 1.62.0 to 1.62.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.62.0 to 1.62.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.62.0...1.62.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-26 09:15:33 +02:00
IanDelMar 5c208ed682 Update package-lock.json 2023-04-24 21:10:18 +02:00
IanDelMar c29a3ba4d0 Update composer.lock 2023-04-24 21:09:22 +02:00
dependabot[bot] 4d904b4ece
Bump szepeviktor/phpstan-wordpress from 1.2.0 to 1.3.0
Bumps [szepeviktor/phpstan-wordpress](https://github.com/szepeviktor/phpstan-wordpress) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/szepeviktor/phpstan-wordpress/releases)
- [Commits](https://github.com/szepeviktor/phpstan-wordpress/compare/v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: szepeviktor/phpstan-wordpress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 20:49:56 +02:00
dependabot[bot] 53c258180d
Bump rollup from 3.20.7 to 3.21.0
Bumps [rollup](https://github.com/rollup/rollup) from 3.20.7 to 3.21.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.20.7...v3.21.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 20:49:33 +02:00
dependabot[bot] c778e2f2dd
Bump caniuse-lite from 1.0.30001480 to 1.0.30001481
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001480 to 1.0.30001481.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001480...1.0.30001481)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-21 08:52:19 +02:00
dependabot[bot] 1210d8ec2b
Bump rollup from 3.20.6 to 3.20.7
Bumps [rollup](https://github.com/rollup/rollup) from 3.20.6 to 3.20.7.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.20.6...v3.20.7)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-21 08:52:09 +02:00
dependabot[bot] afd3a980fe
Bump phpstan/phpstan from 1.10.13 to 1.10.14
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.13 to 1.10.14.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.13...1.10.14)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-20 09:24:10 +02:00
dependabot[bot] 0b28ff01d9
Bump postcss from 8.4.22 to 8.4.23
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.22 to 8.4.23.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.22...8.4.23)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-20 09:23:42 +02:00
dependabot[bot] 080fa5cc4c
Bump rollup from 3.20.5 to 3.20.6
Bumps [rollup](https://github.com/rollup/rollup) from 3.20.5 to 3.20.6.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.20.5...v3.20.6)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-19 10:01:41 +02:00
dependabot[bot] 39d38731cb
Bump terser from 5.16.9 to 5.17.1
Bumps [terser](https://github.com/terser/terser) from 5.16.9 to 5.17.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.16.9...v5.17.1)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-19 10:01:29 +02:00
dependabot[bot] 9a0d8870f7
Bump rollup from 3.20.4 to 3.20.5
Bumps [rollup](https://github.com/rollup/rollup) from 3.20.4 to 3.20.5.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.20.4...v3.20.5)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-18 20:44:34 +02:00
dependabot[bot] ddd1b260ff
Bump caniuse-lite from 1.0.30001478 to 1.0.30001480
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001478 to 1.0.30001480.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001478...1.0.30001480)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-18 20:39:00 +02:00
dependabot[bot] 24c6c8d4b2
Bump postcss from 8.4.21 to 8.4.22
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.22.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.21...8.4.22)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-17 19:09:08 +02:00
dependabot[bot] 62f66f2998
Bump rollup from 3.20.2 to 3.20.4
Bumps [rollup](https://github.com/rollup/rollup) from 3.20.2 to 3.20.4.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.20.2...v3.20.4)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-17 19:08:44 +02:00
dependabot[bot] c3447fd0b8
Bump phpstan/phpstan from 1.10.12 to 1.10.13
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.12 to 1.10.13.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.12...1.10.13)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-14 22:19:34 +02:00
IanDelMar 76b8d749c7 rebuild assets 2023-04-12 21:17:18 +02:00
IanDelMar 3569f19818 Update composer.lock 2023-04-12 21:14:20 +02:00
IanDelMar e726391d2d Merge branch 'bump-deps' of https://github.com/IanDelMar/understrap into bump-deps 2023-04-12 21:13:24 +02:00
dependabot[bot] 65d7d24c07
Bump phpstan/phpstan from 1.10.11 to 1.10.12
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.11 to 1.10.12.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.10.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.11...1.10.12)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-12 21:12:38 +02:00
IanDelMar a8a72aeb8e Update package-lock.json 2023-04-12 21:03:00 +02:00
dependabot[bot] 55b7f8ed9b
Bump caniuse-lite from 1.0.30001477 to 1.0.30001478
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001477 to 1.0.30001478.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001477...1.0.30001478)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-12 21:00:12 +02:00
dependabot[bot] cd3c8f41cd
Bump sass from 1.61.0 to 1.62.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.61.0 to 1.62.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.61.0...1.62.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-12 20:53:54 +02:00
dependabot[bot] 7264d7ad78
Bump @rollup/plugin-commonjs from 24.0.1 to 24.1.0 (#528)
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 24.0.1 to 24.1.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v24.1.0/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-12 20:52:50 +02:00
dependabot[bot] 1994c46ccf
Bump terser from 5.16.8 to 5.16.9
Bumps [terser](https://github.com/terser/terser) from 5.16.8 to 5.16.9.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.16.8...v5.16.9)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-12 20:52:36 +02:00
dependabot[bot] 7313e19cdd
Bump szepeviktor/phpstan-wordpress from 1.1.7 to 1.2.0 (#526)
Bumps [szepeviktor/phpstan-wordpress](https://github.com/szepeviktor/phpstan-wordpress) from 1.1.7 to 1.2.0.
- [Release notes](https://github.com/szepeviktor/phpstan-wordpress/releases)
- [Commits](https://github.com/szepeviktor/phpstan-wordpress/compare/v1.1.7...v1.2.0)

---
updated-dependencies:
- dependency-name: szepeviktor/phpstan-wordpress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-12 20:52:23 +02:00
dependabot[bot] 0ae376717d
Bump caniuse-lite from 1.0.30001474 to 1.0.30001477
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001474 to 1.0.30001477.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001474...1.0.30001477)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-12 20:52:11 +02:00
dependabot[bot] c8f4f5d8dd
Bump sass from 1.60.0 to 1.61.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.60.0 to 1.61.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.60.0...1.61.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-07 16:19:05 +02:00
dependabot[bot] 37aee7825b
Bump phpstan/phpstan from 1.10.10 to 1.10.11
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.10 to 1.10.11.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.10.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.10...1.10.11)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-05 08:13:27 +02:00
dependabot[bot] 97339359cb
Bump @rollup/plugin-node-resolve from 15.0.1 to 15.0.2
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 15.0.1 to 15.0.2.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.0.2/packages/node-resolve)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-05 07:58:04 +02:00
dependabot[bot] 273099294f
Bump @babel/preset-env from 7.20.2 to 7.21.4
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.20.2 to 7.21.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.21.4/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-05 07:56:23 +02:00
dependabot[bot] 42c55b091b
Bump @babel/core from 7.21.3 to 7.21.4
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.21.3 to 7.21.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.21.4/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-05 07:55:02 +02:00
dependabot[bot] 04d8f400dd
Bump symfony/dependency-injection from 5.4.21 to 5.4.22
Bumps [symfony/dependency-injection](https://github.com/symfony/dependency-injection) from 5.4.21 to 5.4.22.
- [Release notes](https://github.com/symfony/dependency-injection/releases)
- [Changelog](https://github.com/symfony/dependency-injection/blob/6.2/CHANGELOG.md)
- [Commits](https://github.com/symfony/dependency-injection/compare/v5.4.21...v5.4.22)

---
updated-dependencies:
- dependency-name: symfony/dependency-injection
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-05 07:54:50 +02:00
dependabot[bot] df9d326522
Bump phpstan/phpstan from 1.10.9 to 1.10.10
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.9 to 1.10.10.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.10.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.9...1.10.10)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-05 07:53:18 +02:00
dependabot[bot] 544139e726
Bump caniuse-lite from 1.0.30001473 to 1.0.30001474
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001473 to 1.0.30001474.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001473...1.0.30001474)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-05 07:52:59 +02:00
dependabot[bot] b4d44c88e0
Bump caniuse-lite from 1.0.30001470 to 1.0.30001473
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001470 to 1.0.30001473.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001470...1.0.30001473)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-01 13:23:26 +02:00
dependabot[bot] 1224aeeb34
Bump phpstan/phpstan from 1.10.8 to 1.10.9
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.8 to 1.10.9.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.10.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.8...1.10.9)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-01 13:23:12 +02:00
dependabot[bot] 26bcb2bc0f
Bump php-stubs/wordpress-stubs from 6.1.1 to 6.2.0
Bumps [php-stubs/wordpress-stubs](https://github.com/php-stubs/wordpress-stubs) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/php-stubs/wordpress-stubs/releases)
- [Commits](https://github.com/php-stubs/wordpress-stubs/compare/v6.1.1...v6.2.0)

---
updated-dependencies:
- dependency-name: php-stubs/wordpress-stubs
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-01 13:22:58 +02:00
IanDelMar 093f7da777 rebuild js files 2023-03-27 21:34:04 +02:00
IanDelMar c7baef1d6a Merge branch 'bump-deps' into fix-babel 2023-03-27 21:32:03 +02:00
IanDelMar 6051c6347c rebuild js files 2023-03-27 21:21:21 +02:00
IanDelMar 840291f228 Update composer.lock 2023-03-27 21:19:37 +02:00
IanDelMar 43ff64a853 Update package-lock.json 2023-03-27 21:19:26 +02:00
dependabot[bot] 6f30fa8530
Bump rollup from 3.20.0 to 3.20.2
Bumps [rollup](https://github.com/rollup/rollup) from 3.20.0 to 3.20.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.20.0...v3.20.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-27 21:14:58 +02:00
dependabot[bot] 4703c31a48
Bump browser-sync from 2.29.0 to 2.29.1
Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.29.0 to 2.29.1.
- [Release notes](https://github.com/BrowserSync/browser-sync/releases)
- [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.29.0...v2.29.1)

---
updated-dependencies:
- dependency-name: browser-sync
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-27 21:14:40 +02:00
dependabot[bot] ef93d909bb
Bump nodemon from 2.0.21 to 2.0.22
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.21 to 2.0.22.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.21...v2.0.22)

---
updated-dependencies:
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-27 21:14:09 +02:00
dependabot[bot] 8431c2bb66
Bump sass from 1.59.3 to 1.60.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.59.3 to 1.60.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.59.3...1.60.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-27 21:13:25 +02:00
dependabot[bot] 4d7b69e5e5
Bump @popperjs/core from 2.11.6 to 2.11.7
Bumps [@popperjs/core](https://github.com/popperjs/popper-core) from 2.11.6 to 2.11.7.
- [Release notes](https://github.com/popperjs/popper-core/releases)
- [Commits](https://github.com/popperjs/popper-core/compare/v2.11.6...v2.11.7)

---
updated-dependencies:
- dependency-name: "@popperjs/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-27 21:12:49 +02:00
dependabot[bot] 8af9f0c287
Bump caniuse-lite from 1.0.30001469 to 1.0.30001470
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001469 to 1.0.30001470.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001469...1.0.30001470)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-27 21:12:31 +02:00
dependabot[bot] 593da0e1ae
Bump phpstan/phpstan from 1.10.7 to 1.10.8
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.7 to 1.10.8.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.10.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.7...1.10.8)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-27 21:12:16 +02:00
dependabot[bot] 7c8e18cf51
Bump terser from 5.16.6 to 5.16.8
Bumps [terser](https://github.com/terser/terser) from 5.16.6 to 5.16.8.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.16.6...v5.16.8)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-27 21:11:39 +02:00
IanDelMar 549808ff47 Update composer.lock 2023-03-21 13:15:17 +01:00
IanDelMar 689445a79e Update package-lock.json 2023-03-21 13:14:44 +01:00
dependabot[bot] bcceba7170
Bump caniuse-lite from 1.0.30001468 to 1.0.30001469
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001468 to 1.0.30001469.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001468...1.0.30001469)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-21 13:12:30 +01:00
dependabot[bot] db0c06bb2c
Bump rollup from 3.19.1 to 3.20.0
Bumps [rollup](https://github.com/rollup/rollup) from 3.19.1 to 3.20.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.19.1...v3.20.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-21 13:05:32 +01:00
dependabot[bot] 465774cd61
Bump caniuse-lite from 1.0.30001467 to 1.0.30001468
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001467 to 1.0.30001468.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001467...1.0.30001468)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-21 13:05:13 +01:00
dependabot[bot] 981eb5e433
Bump browser-sync from 2.28.3 to 2.29.0
Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.28.3 to 2.29.0.
- [Release notes](https://github.com/BrowserSync/browser-sync/releases)
- [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.28.3...v2.29.0)

---
updated-dependencies:
- dependency-name: browser-sync
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-17 09:15:59 +01:00
dependabot[bot] 6f8cbbea60
Bump caniuse-lite from 1.0.30001466 to 1.0.30001467
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001466 to 1.0.30001467.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001466...1.0.30001467)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-17 09:15:43 +01:00
dependabot[bot] d5c82638b9
Bump phpstan/phpstan from 1.10.6 to 1.10.7
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.6 to 1.10.7.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.10.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.6...1.10.7)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-17 09:15:30 +01:00
IanDelMar 2b2df3374b Update package-lock.json 2023-03-15 13:15:07 +01:00
dependabot[bot] ff0ff57afc
Bump sass from 1.59.2 to 1.59.3
Bumps [sass](https://github.com/sass/dart-sass) from 1.59.2 to 1.59.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.59.2...1.59.3)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-15 13:07:56 +01:00
dependabot[bot] 9354d134a0
Bump @babel/core from 7.21.0 to 7.21.3
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.21.0 to 7.21.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.21.3/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-15 13:07:39 +01:00
dependabot[bot] 1e7ae2507f
Bump caniuse-lite from 1.0.30001465 to 1.0.30001466
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001465 to 1.0.30001466.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001465...1.0.30001466)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-14 10:11:27 +01:00
IanDelMar 636e372349 Update package-lock.json 2023-03-13 23:42:13 +01:00
IanDelMar af106eb902 Update composer.lock 2023-03-13 23:40:12 +01:00
dependabot[bot] 34c963be04
Bump caniuse-lite from 1.0.30001464 to 1.0.30001465
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001464 to 1.0.30001465.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001464...1.0.30001465)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-13 23:39:41 +01:00
dependabot[bot] 8c605beb9b
Bump sass from 1.58.3 to 1.59.2
Bumps [sass](https://github.com/sass/dart-sass) from 1.58.3 to 1.59.2.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.58.3...1.59.2)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-13 23:36:32 +01:00
dependabot[bot] 14027ddeb4
Bump rollup from 3.19.0 to 3.19.1
Bumps [rollup](https://github.com/rollup/rollup) from 3.19.0 to 3.19.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.19.0...v3.19.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-13 23:32:38 +01:00
IanDelMar a97a217e63 update assets 2023-03-10 13:40:04 +01:00
IanDelMar 4216095caf Update composer.lock 2023-03-10 13:38:29 +01:00
IanDelMar 8b63400561 Update package.json 2023-03-10 13:37:46 +01:00
IanDelMar 0ceb0bed9a Update package-lock.json 2023-03-10 13:37:43 +01:00
dependabot[bot] e07a5498c4
Bump phpstan/phpstan from 1.10.5 to 1.10.6
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.5 to 1.10.6.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.10.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.5...1.10.6)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-10 13:33:58 +01:00
dependabot[bot] b8971b0393
Bump rollup from 3.18.0 to 3.19.0
Bumps [rollup](https://github.com/rollup/rollup) from 3.18.0 to 3.19.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.18.0...v3.19.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-10 13:33:44 +01:00
dependabot[bot] 8abe7659ea
Bump terser from 5.16.5 to 5.16.6
Bumps [terser](https://github.com/terser/terser) from 5.16.5 to 5.16.6.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.16.5...v5.16.6)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-10 13:33:16 +01:00
dependabot[bot] 491044db1a
Bump autoprefixer from 10.4.13 to 10.4.14
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.13 to 10.4.14.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.13...10.4.14)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-10 13:32:50 +01:00
IanDelMar ddb7008843 Update composer.lock 2023-03-08 10:56:58 +01:00
dependabot[bot] 1a5b9f199d
Bump phpstan/phpstan from 1.10.4 to 1.10.5
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.4 to 1.10.5.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.10.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.4...1.10.5)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08 10:40:42 +01:00
IanDelMar 15d304b237 Update package-lock.json 2023-03-07 16:30:20 +01:00
IanDelMar 63deab136b Ignore mixed line-endings warnings 2023-03-07 16:30:06 +01:00
IanDelMar 6562b0bff6 Update composer.lock 2023-03-07 16:25:35 +01:00
dependabot[bot] 61724cac5a
Bump phpstan/phpstan from 1.10.3 to 1.10.4
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.3 to 1.10.4.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.10.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.3...1.10.4)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-07 16:14:55 +01:00
dependabot[bot] 9296910446
Bump caniuse-lite from 1.0.30001459 to 1.0.30001462
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001459 to 1.0.30001462.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001459...1.0.30001462)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-07 16:14:25 +01:00
dependabot[bot] 9286a37b08
Bump browser-sync from 2.28.1 to 2.28.3
Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.28.1 to 2.28.3.
- [Release notes](https://github.com/BrowserSync/browser-sync/releases)
- [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.28.1...v2.28.3)

---
updated-dependencies:
- dependency-name: browser-sync
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-07 16:14:06 +01:00
dependabot[bot] f1fafdd380
Bump nodemon from 2.0.20 to 2.0.21
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.20 to 2.0.21.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.20...v2.0.21)

---
updated-dependencies:
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-03 08:22:49 +01:00
dependabot[bot] 4b496feb1a
Bump caniuse-lite from 1.0.30001458 to 1.0.30001459
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001458 to 1.0.30001459.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001458...1.0.30001459)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-03 08:22:29 +01:00
IanDelMar 62b3861175 rebuild js 2023-03-02 19:23:25 +01:00
dependabot[bot] f1249cbb0c
Bump rollup from 3.17.3 to 3.18.0
Bumps [rollup](https://github.com/rollup/rollup) from 3.17.3 to 3.18.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.17.3...v3.18.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-02 10:20:18 +01:00
IanDelMar db9c2b329b Update lock files 2023-02-28 23:34:13 +01:00
dependabot[bot] b8cf9e16ea
Bump caniuse-lite from 1.0.30001457 to 1.0.30001458
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001457 to 1.0.30001458.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001457...1.0.30001458)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-28 22:49:47 +01:00
dependabot[bot] 9db9c395c7
Bump rollup from 3.17.2 to 3.17.3
Bumps [rollup](https://github.com/rollup/rollup) from 3.17.2 to 3.17.3.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.17.2...v3.17.3)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-28 22:49:33 +01:00
dependabot[bot] f3d47bee01
Bump browser-sync from 2.27.12 to 2.28.1
Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.27.12 to 2.28.1.
- [Release notes](https://github.com/BrowserSync/browser-sync/releases)
- [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.27.12...v2.28.1)

---
updated-dependencies:
- dependency-name: browser-sync
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-28 22:49:19 +01:00
dependabot[bot] 10f8c2d1dd
Bump phpstan/phpstan from 1.10.2 to 1.10.3
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.2 to 1.10.3.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.10.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.2...1.10.3)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-28 22:49:04 +01:00
IanDelMar 92f438b146 remove deprecated instanceof ConstantStringType
See https://phpstan.org/blog/why-is-instanceof-type-wrong-and-getting-deprecated
2023-02-24 10:22:27 +01:00
IanDelMar 89c34b971e fix Call to is_array() with array will always evaluate to true 2023-02-24 10:00:42 +01:00
IanDelMar 6bdee3031e Update composer.lock 2023-02-24 09:57:34 +01:00
IanDelMar a374a482f7 Update package-lock.json 2023-02-24 08:01:41 +01:00
dependabot[bot] 4c54b69a53
Bump phpstan/phpstan from 1.9.18 to 1.10.2
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.9.18 to 1.10.2.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.10.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.9.18...1.10.2)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-24 07:58:38 +01:00
dependabot[bot] 88b2d8357c
Bump terser from 5.16.4 to 5.16.5
Bumps [terser](https://github.com/terser/terser) from 5.16.4 to 5.16.5.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.16.4...v5.16.5)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-24 07:56:31 +01:00
dependabot[bot] 7c01012367
Bump browser-sync from 2.27.11 to 2.27.12
Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.27.11 to 2.27.12.
- [Release notes](https://github.com/BrowserSync/browser-sync/releases)
- [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.27.11...v2.27.12)

---
updated-dependencies:
- dependency-name: browser-sync
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-24 07:56:18 +01:00
dependabot[bot] f00463e017
Bump squizlabs/php_codesniffer from 3.7.1 to 3.7.2
Bumps [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer) from 3.7.1 to 3.7.2.
- [Release notes](https://github.com/squizlabs/PHP_CodeSniffer/releases)
- [Commits](https://github.com/squizlabs/PHP_CodeSniffer/compare/3.7.1...3.7.2)

---
updated-dependencies:
- dependency-name: squizlabs/php_codesniffer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-24 07:56:02 +01:00
IanDelMar c02efb93aa add woocommerce 7.4.0 template update 2023-02-21 21:22:31 +01:00
IanDelMar 61b33ff66c rebuild js files 2023-02-21 18:19:40 +01:00
IanDelMar 3ad5982b3c Merge branch 'bump-deps' into fix-babel 2023-02-21 18:18:37 +01:00
IanDelMar c8bb706cb7 rebuild js files 2023-02-21 18:14:39 +01:00
IanDelMar a1bdd91656 Update package-lock.json 2023-02-21 18:13:14 +01:00
dependabot[bot] 8e468be6a0
Bump sass from 1.58.2 to 1.58.3
Bumps [sass](https://github.com/sass/dart-sass) from 1.58.2 to 1.58.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.58.2...1.58.3)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21 18:09:47 +01:00
dependabot[bot] e8ff72ce5a
Bump rollup from 3.16.0 to 3.17.2
Bumps [rollup](https://github.com/rollup/rollup) from 3.16.0 to 3.17.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.16.0...v3.17.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21 18:07:37 +01:00
dependabot[bot] 270801e049
Bump caniuse-lite from 1.0.30001456 to 1.0.30001457
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001456 to 1.0.30001457.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001456...1.0.30001457)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21 18:07:25 +01:00
dependabot[bot] fad1b67766
Bump @babel/core from 7.20.12 to 7.21.0
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.20.12 to 7.21.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.21.0/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21 18:07:12 +01:00
IanDelMar 4aeb285584 rebuild js files 2023-02-17 19:52:43 +01:00
IanDelMar 3eca9a2b9f Merge branch 'bump-deps' into fix-babel 2023-02-17 19:51:37 +01:00
IanDelMar 00523803f2 rebuild assets 2023-02-17 19:45:49 +01:00
IanDelMar d960d36aa6 Update composer.lock 2023-02-17 19:45:37 +01:00
IanDelMar 59a6d2becd Update package-lock.json 2023-02-17 19:45:35 +01:00
dependabot[bot] 71b4808eaa
Bump phpstan/phpstan from 1.9.17 to 1.9.18
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.9.17 to 1.9.18.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.10.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.9.17...1.9.18)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-17 19:40:55 +01:00
dependabot[bot] 24b9b05b20
Bump rollup from 3.15.0 to 3.16.0
Bumps [rollup](https://github.com/rollup/rollup) from 3.15.0 to 3.16.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.15.0...v3.16.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-17 19:40:33 +01:00
dependabot[bot] dd23ae644c
Bump terser from 5.16.3 to 5.16.4
Bumps [terser](https://github.com/terser/terser) from 5.16.3 to 5.16.4.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.16.3...v5.16.4)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-17 19:40:00 +01:00
dependabot[bot] 549b507d9a
Bump caniuse-lite from 1.0.30001452 to 1.0.30001456
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001452 to 1.0.30001456.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001452...1.0.30001456)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-17 19:37:03 +01:00
dependabot[bot] 17d65f1ca0
Bump sass from 1.58.1 to 1.58.2
Bumps [sass](https://github.com/sass/dart-sass) from 1.58.1 to 1.58.2.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.58.1...1.58.2)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-17 19:36:42 +01:00
IanDelMar 1a86153626 update lock files 2023-02-14 08:36:36 +01:00
dependabot[bot] ef3a21554f
Bump caniuse-lite from 1.0.30001451 to 1.0.30001452
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001451 to 1.0.30001452.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001451...1.0.30001452)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-14 08:33:08 +01:00
dependabot[bot] d7fe102690
Bump sass from 1.58.0 to 1.58.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.58.0 to 1.58.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.58.0...1.58.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-14 08:32:56 +01:00
IanDelMar 456022dc10 Update package-lock.json 2023-02-12 15:27:35 +01:00
dependabot[bot] ebae69c4fc
Bump rollup from 3.14.0 to 3.15.0
Bumps [rollup](https://github.com/rollup/rollup) from 3.14.0 to 3.15.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.14.0...v3.15.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-12 15:22:45 +01:00
IanDelMar 7b75b52584 fix woocommerce form fields 2023-02-12 15:00:52 +01:00
dependabot[bot] 3d65dd78fd
Bump phpstan/phpstan from 1.9.16 to 1.9.17
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.9.16 to 1.9.17.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.10.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.9.16...1.9.17)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-10 03:20:10 +01:00
IanDelMar b593ed64c3 Update composer.lock 2023-02-08 09:06:02 +01:00
IanDelMar 374dbd2267 Update package-lock.json 2023-02-08 09:05:18 +01:00
dependabot[bot] 5127bb9232
Bump phpstan/phpstan from 1.9.14 to 1.9.16
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.9.14 to 1.9.16.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.10.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.9.14...1.9.16)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-08 09:00:43 +01:00
dependabot[bot] 2093eb7655
Bump caniuse-lite from 1.0.30001450 to 1.0.30001451
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001450 to 1.0.30001451.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001450...1.0.30001451)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-08 09:00:17 +01:00
IanDelMar bb2851bba6 Update package-lock.json 2023-02-06 07:40:55 +01:00
dependabot[bot] c68f2ce857
Bump php-stubs/wordpress-stubs from 6.1.0 to 6.1.1
Bumps [php-stubs/wordpress-stubs](https://github.com/php-stubs/wordpress-stubs) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/php-stubs/wordpress-stubs/releases)
- [Commits](https://github.com/php-stubs/wordpress-stubs/compare/v6.1.0...v6.1.1)

---
updated-dependencies:
- dependency-name: php-stubs/wordpress-stubs
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-06 07:37:07 +01:00
dependabot[bot] 143d91ac77
Bump rollup from 3.13.0 to 3.14.0
Bumps [rollup](https://github.com/rollup/rollup) from 3.13.0 to 3.14.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.13.0...v3.14.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-06 07:35:57 +01:00
IanDelMar e11fe16e8f rebuild js 2023-02-04 14:42:07 +01:00
IanDelMar 75ac1fcc0e Merge branch 'bump-deps' into fix-babel 2023-02-04 14:41:14 +01:00
IanDelMar c9e1265a81 rebuild assets 2023-02-04 14:33:15 +01:00
IanDelMar 8b8fb462d3 Update lock files 2023-02-04 14:32:35 +01:00
dependabot[bot] c6a24aa766
Bump terser from 5.16.2 to 5.16.3
Bumps [terser](https://github.com/terser/terser) from 5.16.2 to 5.16.3.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.16.2...v5.16.3)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-04 14:23:22 +01:00
dependabot[bot] 49fee7d545
Bump rollup from 3.12.1 to 3.13.0
Bumps [rollup](https://github.com/rollup/rollup) from 3.12.1 to 3.13.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.12.1...v3.13.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-04 14:22:29 +01:00
dependabot[bot] c8b51cfe17
Bump szepeviktor/phpstan-wordpress from 1.1.6 to 1.1.7
Bumps [szepeviktor/phpstan-wordpress](https://github.com/szepeviktor/phpstan-wordpress) from 1.1.6 to 1.1.7.
- [Release notes](https://github.com/szepeviktor/phpstan-wordpress/releases)
- [Commits](https://github.com/szepeviktor/phpstan-wordpress/compare/v1.1.6...v1.1.7)

---
updated-dependencies:
- dependency-name: szepeviktor/phpstan-wordpress
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-04 14:22:06 +01:00
IanDelMar 2cd5523ce6 Update composer.lock 2023-02-02 09:34:43 +01:00
dependabot[bot] d0a402e4f2
Bump rollup from 3.12.0 to 3.12.1
Bumps [rollup](https://github.com/rollup/rollup) from 3.12.0 to 3.12.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.12.0...v3.12.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-02 09:29:34 +01:00
dependabot[bot] 90c1e77e51
Bump symfony/dependency-injection from 5.4.19 to 5.4.20
Bumps [symfony/dependency-injection](https://github.com/symfony/dependency-injection) from 5.4.19 to 5.4.20.
- [Release notes](https://github.com/symfony/dependency-injection/releases)
- [Changelog](https://github.com/symfony/dependency-injection/blob/6.2/CHANGELOG.md)
- [Commits](https://github.com/symfony/dependency-injection/compare/v5.4.19...v5.4.20)

---
updated-dependencies:
- dependency-name: symfony/dependency-injection
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-02 09:11:23 +01:00
IanDelMar 94fb10202a rebuild css 2023-02-01 10:05:37 +01:00
dependabot[bot] b975c66183
Bump sass from 1.57.1 to 1.58.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.57.1 to 1.58.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.57.1...1.58.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-01 09:56:18 +01:00
dependabot[bot] ec1d11cfdd
Bump caniuse-lite from 1.0.30001449 to 1.0.30001450 (#445)
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001449 to 1.0.30001450.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001449...1.0.30001450)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-01 09:56:03 +01:00
IanDelMar 66f0f444e5 Update package-lock.json 2023-01-31 09:29:01 +01:00
dependabot[bot] f9696ad75e
Bump browserslist from 4.21.4 to 4.21.5
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.21.4 to 4.21.5.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.21.4...4.21.5)

---
updated-dependencies:
- dependency-name: browserslist
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-31 09:20:58 +01:00
dependabot[bot] 95b18c2242
Bump terser from 5.16.1 to 5.16.2
Bumps [terser](https://github.com/terser/terser) from 5.16.1 to 5.16.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.16.1...v5.16.2)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-31 09:20:39 +01:00
IanDelMar a01f00b504 fix tinymce body margin 2023-01-30 19:41:36 +01:00
IanDelMar 826f3a8f0b improve sidebar template readability 2023-01-29 19:44:02 +01:00
IanDelMar 236fdce626 Update package-lock.json 2023-01-28 09:50:09 +01:00
dependabot[bot] b3c0131807
Bump rollup from 3.11.0 to 3.12.0
Bumps [rollup](https://github.com/rollup/rollup) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.11.0...v3.12.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-28 09:46:03 +01:00
IanDelMar a56ada2763 rebuild js files 2023-01-27 12:05:43 +01:00
IanDelMar cf722fd6d4 Merge branch 'bump-deps' into fix-babel 2023-01-27 12:04:04 +01:00
IanDelMar c194153ae0 update lock files 2023-01-27 11:55:56 +01:00
dependabot[bot] 97f4216af8
Bump rollup from 3.10.1 to 3.11.0
Bumps [rollup](https://github.com/rollup/rollup) from 3.10.1 to 3.11.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.10.1...v3.11.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-27 11:03:53 +01:00
dependabot[bot] b374622600
Bump caniuse-lite from 1.0.30001447 to 1.0.30001448
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001447 to 1.0.30001448.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001447...1.0.30001448)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-25 10:14:55 +01:00
dependabot[bot] 568a9a067e
Bump symfony/dependency-injection from 5.4.17 to 5.4.19
Bumps [symfony/dependency-injection](https://github.com/symfony/dependency-injection) from 5.4.17 to 5.4.19.
- [Release notes](https://github.com/symfony/dependency-injection/releases)
- [Changelog](https://github.com/symfony/dependency-injection/blob/6.2/CHANGELOG.md)
- [Commits](https://github.com/symfony/dependency-injection/compare/v5.4.17...v5.4.19)

---
updated-dependencies:
- dependency-name: symfony/dependency-injection
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-25 10:03:45 +01:00
dependabot[bot] 1516203820
Bump symfony/config from 5.4.11 to 5.4.19
Bumps [symfony/config](https://github.com/symfony/config) from 5.4.11 to 5.4.19.
- [Release notes](https://github.com/symfony/config/releases)
- [Changelog](https://github.com/symfony/config/blob/6.2/CHANGELOG.md)
- [Commits](https://github.com/symfony/config/compare/v5.4.11...v5.4.19)

---
updated-dependencies:
- dependency-name: symfony/config
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-25 10:03:33 +01:00
dependabot[bot] ef24733734
Bump symfony/filesystem from 5.4.13 to 5.4.19
Bumps [symfony/filesystem](https://github.com/symfony/filesystem) from 5.4.13 to 5.4.19.
- [Release notes](https://github.com/symfony/filesystem/releases)
- [Changelog](https://github.com/symfony/filesystem/blob/6.2/CHANGELOG.md)
- [Commits](https://github.com/symfony/filesystem/compare/v5.4.13...v5.4.19)

---
updated-dependencies:
- dependency-name: symfony/filesystem
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-25 10:03:21 +01:00
IanDelMar eaddf39fad Update composer.lock 2023-01-23 13:30:27 +01:00
dependabot[bot] 4bb8569f24
Bump caniuse-lite from 1.0.30001446 to 1.0.30001447
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001446 to 1.0.30001447.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001446...1.0.30001447)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-23 13:25:48 +01:00
dependabot[bot] 69cb7236f8
Bump @rollup/plugin-commonjs from 24.0.0 to 24.0.1
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 24.0.0 to 24.0.1.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v24.0.1/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-23 12:26:23 +01:00
dependabot[bot] 9e69a65ca9
Bump rollup from 3.10.0 to 3.10.1 (#434)
Bumps [rollup](https://github.com/rollup/rollup) from 3.10.0 to 3.10.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.10.0...v3.10.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-23 12:25:18 +01:00
IanDelMar 4db2202490 Update package-lock.json 2023-01-19 15:47:58 +01:00
IanDelMar b4e6d6288c specify npm version in engines field 2023-01-19 15:47:54 +01:00
IanDelMar 5a7029e1e7 rebuild assets 2023-01-19 15:32:01 +01:00
IanDelMar 0706b23e2d Update composer.lock 2023-01-19 15:31:49 +01:00
dependabot[bot] 63a0d0ae25
Bump phpstan/phpstan from 1.9.12 to 1.9.14
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.9.12 to 1.9.14.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.10.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.9.12...1.9.14)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-19 15:27:41 +01:00
dependabot[bot] 562fa1db9f
Bump clean-css-cli from 5.6.1 to 5.6.2
Bumps [clean-css-cli](https://github.com/clean-css/clean-css-cli) from 5.6.1 to 5.6.2.
- [Release notes](https://github.com/clean-css/clean-css-cli/releases)
- [Changelog](https://github.com/clean-css/clean-css-cli/blob/master/History.md)
- [Commits](https://github.com/clean-css/clean-css-cli/compare/v5.6.1...v5.6.2)

---
updated-dependencies:
- dependency-name: clean-css-cli
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-19 15:27:28 +01:00
dependabot[bot] 3a2b2f5028
Bump caniuse-lite from 1.0.30001445 to 1.0.30001446
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001445 to 1.0.30001446.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001445...1.0.30001446)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-19 15:25:37 +01:00
IanDelMar 1072defa79 remove translations provided via WP's language packs 2023-01-18 11:48:48 +01:00
IanDelMar bb5f0fd721 Merge branch 'develop' into bump-deps 2023-01-18 11:38:10 +01:00
IanDelMar 9bdb3790f4 Update composer.lock 2023-01-18 11:34:05 +01:00
dependabot[bot] 60b3ed82d0
Bump phpstan/phpstan from 1.9.11 to 1.9.12
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.9.11 to 1.9.12.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.10.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.9.11...1.9.12)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-18 11:14:59 +01:00
dependabot[bot] d7ce8c5a17
Bump caniuse-lite from 1.0.30001444 to 1.0.30001445
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001444 to 1.0.30001445.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001444...1.0.30001445)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-16 17:15:33 +01:00
IanDelMar 78324a81e6 use dev-latest for roave/security-advisories
See 5ae6aa6482
2023-01-14 11:25:28 +01:00
IanDelMar 4b570319e2 Update package-lock.json 2023-01-13 08:43:36 +01:00
IanDelMar df91e369be Merge branch 'bump-deps' of https://github.com/IanDelMar/understrap into bump-deps 2023-01-13 08:38:55 +01:00
dependabot[bot] 02fd39f723
Bump caniuse-lite from 1.0.30001443 to 1.0.30001444
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001443 to 1.0.30001444.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001443...1.0.30001444)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-13 08:38:32 +01:00
IanDelMar d5ebb0b2f6 Update composer.lock 2023-01-13 08:38:18 +01:00
dependabot[bot] a270d9ed87
Bump phpstan/phpstan from 1.9.8 to 1.9.11
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.9.8 to 1.9.11.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.10.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.9.8...1.9.11)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-13 08:33:56 +01:00
dependabot[bot] db0d8f0e2f
Bump caniuse-lite from 1.0.30001442 to 1.0.30001443
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001442 to 1.0.30001443.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001442...1.0.30001443)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-13 08:33:30 +01:00
dependabot[bot] 20d9fbcc03
Bump rollup from 3.9.1 to 3.10.0
Bumps [rollup](https://github.com/rollup/rollup) from 3.9.1 to 3.10.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.9.1...v3.10.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-13 08:33:17 +01:00
dependabot[bot] 38dcf3a7f8
Bump phpstan/phpstan from 1.9.7 to 1.9.8
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.9.7 to 1.9.8.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.9.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.9.7...1.9.8)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 09:23:05 +01:00
IanDelMar 9697dfa209 Update package-lock.json 2023-01-08 10:58:54 +01:00
dependabot[bot] 009e52d7b4
Bump postcss from 8.4.20 to 8.4.21
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.20 to 8.4.21.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.20...8.4.21)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-08 10:56:47 +01:00
IanDelMar 6229eabe37 Update composer.lock 2023-01-05 11:34:16 +01:00
IanDelMar 0580fe858c Update package-lock.json 2023-01-05 11:23:42 +01:00
dependabot[bot] de01771c29
Bump phpstan/phpstan from 1.9.6 to 1.9.7
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.9.6 to 1.9.7.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.9.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.9.6...1.9.7)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-05 11:15:45 +01:00
dependabot[bot] bad240d943
Bump caniuse-lite from 1.0.30001441 to 1.0.30001442
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001441 to 1.0.30001442.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001441...1.0.30001442)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-05 11:15:30 +01:00
dependabot[bot] 28614d9698
Bump @babel/core from 7.20.7 to 7.20.12
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.20.7 to 7.20.12.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.20.12/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-05 11:15:06 +01:00
dependabot[bot] 302ef39d02
Bump phpstan/phpstan from 1.9.5 to 1.9.6
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.9.5 to 1.9.6.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.9.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.9.5...1.9.6)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-04 09:46:32 +01:00
IanDelMar 191c1bd08b rebuild js files 2023-01-03 10:16:52 +01:00
IanDelMar 7931b08e44 Merge branch 'develop' into bump-deps 2023-01-03 10:16:07 +01:00
IanDelMar fd630afc2f require php ^7.4 | ^8.0 for composer & bump dependencies 2023-01-03 10:11:09 +01:00
IanDelMar b13e2f273e bump roave/security-advisories 2023-01-03 09:51:00 +01:00
IanDelMar 287ab7f957 rebuild js files 2023-01-03 09:50:10 +01:00
IanDelMar d8ac046d2a Update package-lock.json 2023-01-03 08:54:23 +01:00
dependabot[bot] d7e64b53b3
Bump phpstan/phpstan from 1.9.4 to 1.9.5
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.9.4 to 1.9.5.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.9.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.9.4...1.9.5)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-03 08:38:47 +01:00
dependabot[bot] 15dd7e2f85
Bump rollup from 3.9.0 to 3.9.1
Bumps [rollup](https://github.com/rollup/rollup) from 3.9.0 to 3.9.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.9.0...v3.9.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-03 08:37:50 +01:00
IanDelMar c99828ad09 Update package-lock.json 2022-12-29 09:46:55 +01:00
dependabot[bot] 10ca0d7ea7
Bump rollup from 3.8.1 to 3.9.0
Bumps [rollup](https://github.com/rollup/rollup) from 3.8.1 to 3.9.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.8.1...v3.9.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-29 09:23:41 +01:00
IanDelMar f381bdbf69 fix Slovanian translations 2022-12-26 11:10:16 +01:00
IanDelMar 2bb2a03e7c Update package-lock.json 2022-12-23 19:57:38 +01:00
dependabot[bot] 84798002d7
Bump rollup from 3.8.0 to 3.8.1
Bumps [rollup](https://github.com/rollup/rollup) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.8.0...v3.8.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-23 10:58:54 +01:00
dependabot[bot] 17351b894b
Bump @babel/core from 7.20.5 to 7.20.7
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.20.5 to 7.20.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.20.7/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-23 10:03:50 +01:00
IanDelMar 309451176e Update package-lock.json 2022-12-22 08:52:50 +01:00
dependabot[bot] 28a9c97fbd
Bump rollup from 3.7.5 to 3.8.0
Bumps [rollup](https://github.com/rollup/rollup) from 3.7.5 to 3.8.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.7.5...v3.8.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-22 08:50:06 +01:00
dependabot[bot] 08b275f594
Bump caniuse-lite from 1.0.30001439 to 1.0.30001441
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001439 to 1.0.30001441.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001439...1.0.30001441)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-22 08:45:31 +01:00
IanDelMar 1e47e0ee00 Update package-lock.json 2022-12-20 07:27:37 +01:00
dependabot[bot] 18dfbeccff
Bump browser-sync from 2.27.10 to 2.27.11
Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.27.10 to 2.27.11.
- [Release notes](https://github.com/BrowserSync/browser-sync/releases)
- [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.27.10...v2.27.11)

---
updated-dependencies:
- dependency-name: browser-sync
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-20 07:16:41 +01:00
dependabot[bot] df9ef72b0f
Bump sass from 1.57.0 to 1.57.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.57.0 to 1.57.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.57.0...1.57.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-20 07:16:15 +01:00
IanDelMar 02ac6ae41e Update package-lock.json 2022-12-19 06:45:58 +01:00
dependabot[bot] 27a1486ee8
Bump phpstan/phpstan from 1.9.3 to 1.9.4
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.9.3 to 1.9.4.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.9.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.9.3...1.9.4)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-19 06:41:25 +01:00
dependabot[bot] b7b3620595
Bump rollup from 3.7.4 to 3.7.5
Bumps [rollup](https://github.com/rollup/rollup) from 3.7.4 to 3.7.5.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.7.4...v3.7.5)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-19 06:40:45 +01:00
dependabot[bot] 743b8ae989
Bump @rollup/plugin-commonjs from 23.0.5 to 24.0.0
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 23.0.5 to 24.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v24.0.0/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-19 06:40:20 +01:00
dependabot[bot] 561a9c8c87
Bump sass from 1.56.2 to 1.57.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.56.2 to 1.57.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.56.2...1.57.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-19 06:39:34 +01:00
dependabot[bot] 4eb7e23ea2
Bump @rollup/plugin-replace from 5.0.1 to 5.0.2
Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/json-v5.0.2/packages/replace)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-replace"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-19 06:39:23 +01:00
IanDelMar a4c18f05dc rebuild assets 2022-12-15 07:34:07 +01:00
IanDelMar 9a2466ff96 Update package-lock.json 2022-12-15 07:32:34 +01:00
dependabot[bot] 3d8a59012f
Bump caniuse-lite from 1.0.30001436 to 1.0.30001439
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001436 to 1.0.30001439.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001436...1.0.30001439)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-15 07:29:58 +01:00
dependabot[bot] 0951e7d3f5
Bump sass from 1.56.1 to 1.56.2
Bumps [sass](https://github.com/sass/dart-sass) from 1.56.1 to 1.56.2.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.56.1...1.56.2)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-15 07:29:48 +01:00
dependabot[bot] b243995a84
Bump phpstan/phpstan from 1.9.2 to 1.9.3
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.9.2 to 1.9.3.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.9.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.9.2...1.9.3)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-15 07:23:42 +01:00
dependabot[bot] fec5496ab4
Bump @rollup/plugin-commonjs from 23.0.4 to 23.0.5
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 23.0.4 to 23.0.5.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v23.0.5/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-15 07:23:07 +01:00
dependabot[bot] ffef48aa73
Bump rollup from 3.7.0 to 3.7.4
Bumps [rollup](https://github.com/rollup/rollup) from 3.7.0 to 3.7.4.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.7.0...v3.7.4)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-15 07:22:51 +01:00
dependabot[bot] 2144489a01
Bump postcss from 8.4.19 to 8.4.20
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.19 to 8.4.20.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.19...8.4.20)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-15 07:22:37 +01:00
dependabot[bot] 39da3a260e
Bump rollup from 3.6.0 to 3.7.0
Bumps [rollup](https://github.com/rollup/rollup) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.6.0...v3.7.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-08 17:50:47 +01:00
dependabot[bot] 81f485c350
Bump @rollup/plugin-commonjs from 23.0.3 to 23.0.4
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 23.0.3 to 23.0.4.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v23.0.4/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-08 17:36:37 +01:00
IanDelMar f16e0d31c5 rebuild assets 2022-12-06 12:28:09 +01:00
IanDelMar 59c29bc48e Update package-lock.json 2022-12-06 12:26:06 +01:00
IanDelMar 4eee47c181 Merge branch 'develop' into bump-deps 2022-12-06 12:25:12 +01:00
IanDelMar deff2905db rebuild assets 2022-12-06 12:22:40 +01:00
dependabot[bot] a12a3a6810
Bump rollup from 3.5.1 to 3.6.0
Bumps [rollup](https://github.com/rollup/rollup) from 3.5.1 to 3.6.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.5.1...v3.6.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-06 12:17:51 +01:00
dependabot[bot] 0e5e7e5d24
Bump caniuse-lite from 1.0.30001435 to 1.0.30001436
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001435 to 1.0.30001436.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001435...1.0.30001436)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-06 12:17:17 +01:00
dependabot[bot] 3552ff1b36
Bump terser from 5.16.0 to 5.16.1
Bumps [terser](https://github.com/terser/terser) from 5.16.0 to 5.16.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/5.16.0...v5.16.1)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-06 12:16:58 +01:00
dependabot[bot] e9ea4294e6
Bump szepeviktor/phpstan-wordpress from 1.1.5 to 1.1.6
Bumps [szepeviktor/phpstan-wordpress](https://github.com/szepeviktor/phpstan-wordpress) from 1.1.5 to 1.1.6.
- [Release notes](https://github.com/szepeviktor/phpstan-wordpress/releases)
- [Commits](https://github.com/szepeviktor/phpstan-wordpress/compare/v1.1.5...v1.1.6)

---
updated-dependencies:
- dependency-name: szepeviktor/phpstan-wordpress
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-02 07:15:57 +01:00
dependabot[bot] fef85b65cc
Bump rollup from 3.5.0 to 3.5.1
Bumps [rollup](https://github.com/rollup/rollup) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.5.0...v3.5.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-02 06:56:56 +01:00
IanDelMar 01f3da772e Update package-lock.json 2022-11-30 09:40:44 +01:00
dependabot[bot] 1f9fe383d6
Bump caniuse-lite from 1.0.30001434 to 1.0.30001435
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001434 to 1.0.30001435.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001434...1.0.30001435)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-30 09:36:43 +01:00
dependabot[bot] b98f9dfb2a
Bump postcss-cli from 10.0.0 to 10.1.0
Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 10.0.0 to 10.1.0.
- [Release notes](https://github.com/postcss/postcss-cli/releases)
- [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-cli/compare/10.0.0...10.1.0)

---
updated-dependencies:
- dependency-name: postcss-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-30 09:29:51 +01:00
IanDelMar 67c07c48f5 make babel compile bootstrap imports 2022-11-29 18:32:26 +01:00
IanDelMar 5ef84f56e5 Update package-lock.json 2022-11-29 09:04:15 +01:00
dependabot[bot] a97e44d496
Bump symfony/dependency-injection from 4.4.44 to 4.4.49
Bumps [symfony/dependency-injection](https://github.com/symfony/dependency-injection) from 4.4.44 to 4.4.49.
- [Release notes](https://github.com/symfony/dependency-injection/releases)
- [Changelog](https://github.com/symfony/dependency-injection/blob/6.1/CHANGELOG.md)
- [Commits](https://github.com/symfony/dependency-injection/compare/v4.4.44...v4.4.49)

---
updated-dependencies:
- dependency-name: symfony/dependency-injection
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-29 08:59:50 +01:00
dependabot[bot] babb68f2eb
Bump @babel/core from 7.20.2 to 7.20.5
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.20.2 to 7.20.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.20.5/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-29 08:59:30 +01:00
IanDelMar f66aca6ef9 Update package-lock.json 2022-11-28 07:50:13 +01:00
dependabot[bot] 8a6a03ae7f
Bump @rollup/plugin-commonjs from 23.0.2 to 23.0.3
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 23.0.2 to 23.0.3.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v23.0.3/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-28 07:43:38 +01:00
dependabot[bot] e85d5f9195
Bump rollup from 3.4.0 to 3.5.0
Bumps [rollup](https://github.com/rollup/rollup) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.4.0...v3.5.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-28 07:41:26 +01:00
dependabot[bot] ce7089ab8e
Bump @rollup/plugin-babel from 6.0.2 to 6.0.3
Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins/tree/HEAD/packages/babel) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/babel/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/babel-v6.0.3/packages/babel)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-babel"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-28 07:40:23 +01:00
IanDelMar 3b0f2239c1 Merge branch 'bump-deps' of https://github.com/IanDelMar/understrap into bump-deps 2022-11-25 08:28:38 +01:00
IanDelMar 405815bd47 Update package-lock.json 2022-11-25 08:27:49 +01:00
dependabot[bot] c986bb048b
Bump terser from 5.15.1 to 5.16.0
Bumps [terser](https://github.com/terser/terser) from 5.15.1 to 5.16.0.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.15.1...5.16.0)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-25 08:26:34 +01:00
IanDelMar 92a0115f51 Update package-lock.json 2022-11-22 10:26:44 +01:00
IanDelMar 0821950b50 bump bootstrap from 5.2.2 to 5.2.3 2022-11-22 10:24:38 +01:00
dependabot[bot] 4e1412db41
Bump rollup from 3.3.0 to 3.4.0
Bumps [rollup](https://github.com/rollup/rollup) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.3.0...v3.4.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-22 10:14:32 +01:00
dependabot[bot] 2e26648a82
Bump caniuse-lite from 1.0.30001431 to 1.0.30001434
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001431 to 1.0.30001434.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001431...1.0.30001434)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-22 10:13:22 +01:00
IanDelMar b53188afd1 add editor-color-palette-bootstrap4.json 2022-11-22 02:06:22 +01:00
IanDelMar 9c6a72de9b Update German translations 2022-11-19 16:48:14 +01:00
IanDelMar d58aeba853 remove translations provided via WP's language packs 2022-11-19 10:50:08 +01:00
IanDelMar 08bcf09dee Update German translations 2022-11-18 20:11:48 +01:00
IanDelMar 017480bf2b Merge branch 'develop' into trans 2022-11-18 02:47:56 +01:00
IanDelMar c69ff6dc1a Update Spanish translations
Updates Russian translations using translations from https://translate.wordpress.org/projects/wp-themes/understrap/es/
2022-11-16 10:48:25 +01:00
IanDelMar 5fed28635c Update Russian translations
Updates Russian translations using translations from https://translate.wordpress.org/projects/wp-themes/understrap/ru/
2022-11-16 10:43:00 +01:00
IanDelMar f4d2ac3ba2 Fix typo 2022-11-16 10:01:00 +01:00
IanDelMar 74e8c37c1a Update durch translations
Updates Dutch translations using translations from https://translate.wordpress.org/projects/wp-themes/understrap/nl/
2022-11-16 09:56:38 +01:00
IanDelMar f71800b2af
Merge branch 'develop' into trans 2022-11-15 23:41:02 +01:00
IanDelMar d8807e9630 Merge branch 'develop' into bump-deps 2022-11-15 23:40:09 +01:00
IanDelMar 3a883d0c9a remove phpstan ignore comments 2022-11-14 12:23:15 +01:00
dependabot[bot] a3a23153f3
Bump rollup from 3.2.5 to 3.3.0
Bumps [rollup](https://github.com/rollup/rollup) from 3.2.5 to 3.3.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.2.5...v3.3.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-14 12:08:58 +01:00
dependabot[bot] 32b737adb7
Bump szepeviktor/phpstan-wordpress from 1.1.4 to 1.1.5
Bumps [szepeviktor/phpstan-wordpress](https://github.com/szepeviktor/phpstan-wordpress) from 1.1.4 to 1.1.5.
- [Release notes](https://github.com/szepeviktor/phpstan-wordpress/releases)
- [Commits](https://github.com/szepeviktor/phpstan-wordpress/compare/v1.1.4...v1.1.5)

---
updated-dependencies:
- dependency-name: szepeviktor/phpstan-wordpress
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-14 12:08:44 +01:00
dependabot[bot] eb602f14dc
Bump symfony/polyfill-php81 from 1.26.0 to 1.27.0
Bumps symfony/polyfill-php81 from 1.26.0 to 1.27.0.

---
updated-dependencies:
- dependency-name: symfony/polyfill-php81
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-11 09:00:12 +01:00
dependabot[bot] 1ae567c75b
Bump symfony/polyfill-php73 from 1.26.0 to 1.27.0
Bumps symfony/polyfill-php73 from 1.26.0 to 1.27.0.

---
updated-dependencies:
- dependency-name: symfony/polyfill-php73
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-11 09:00:01 +01:00
dependabot[bot] d3885f57b7
Bump symfony/polyfill-ctype from 1.26.0 to 1.27.0
Bumps symfony/polyfill-ctype from 1.26.0 to 1.27.0.

---
updated-dependencies:
- dependency-name: symfony/polyfill-ctype
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-11 08:59:52 +01:00
dependabot[bot] 08063cb0b4
Bump symfony/polyfill-php80 from 1.26.0 to 1.27.0
Bumps symfony/polyfill-php80 from 1.26.0 to 1.27.0.

---
updated-dependencies:
- dependency-name: symfony/polyfill-php80
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-11 08:59:40 +01:00
dependabot[bot] 4113a621be
Bump postcss from 8.4.18 to 8.4.19
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.18 to 8.4.19.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.18...8.4.19)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-11 08:59:22 +01:00
dependabot[bot] b9ee39500c
Bump phpstan/phpstan from 1.9.1 to 1.9.2
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.9.1 to 1.9.2.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.9.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.9.1...1.9.2)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-11 08:58:27 +01:00
dependabot[bot] 586627d63d
Bump szepeviktor/phpstan-wordpress from 1.1.3 to 1.1.4
Bumps [szepeviktor/phpstan-wordpress](https://github.com/szepeviktor/phpstan-wordpress) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/szepeviktor/phpstan-wordpress/releases)
- [Commits](https://github.com/szepeviktor/phpstan-wordpress/compare/v1.1.3...v1.1.4)

---
updated-dependencies:
- dependency-name: szepeviktor/phpstan-wordpress
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-09 23:15:32 +01:00
dependabot[bot] e20bdffd74
Bump php-stubs/wordpress-stubs from 6.0.2 to 6.1.0
Bumps php-stubs/wordpress-stubs from 6.0.2 to 6.1.0.

---
updated-dependencies:
- dependency-name: php-stubs/wordpress-stubs
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-09 23:15:14 +01:00
IanDelMar 7410bc606c Update package-lock.json 2022-11-09 16:40:01 +01:00
dependabot[bot] 450924b5cc
Bump sass from 1.56.0 to 1.56.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.56.0 to 1.56.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.56.0...1.56.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-09 16:34:29 +01:00
IanDelMar 23750e2291
Merge branch 'develop' into deprecate-link-pages-args 2022-11-07 09:38:36 +01:00
IanDelMar 738c045ab0 Update package-lock.json 2022-11-07 08:49:20 +01:00
dependabot[bot] 225adb46f0
Bump @babel/preset-env from 7.19.4 to 7.20.2
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.19.4 to 7.20.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.20.2/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-07 08:45:21 +01:00
dependabot[bot] 10c09bcafd
Bump @babel/core from 7.19.6 to 7.20.2
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.19.6 to 7.20.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.20.2/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-07 08:44:12 +01:00
dependabot[bot] e2a8c9e510
Bump caniuse-lite from 1.0.30001430 to 1.0.30001431
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001430 to 1.0.30001431.
- [Release notes](https://github.com/browserslist/caniuse-lite/releases)
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001430...1.0.30001431)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-07 08:43:40 +01:00
dependabot[bot] 29e885a3a2
Bump phpstan/phpstan from 1.9.0 to 1.9.1
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.9.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.9.0...1.9.1)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-07 08:43:24 +01:00
IanDelMar f34832e949 Update translations 2022-11-06 01:18:37 +01:00
IanDelMar d449cee3d3 fix wp coding standards 2022-10-18 09:31:05 +02:00
IanDelMar 363c67fe71 fix wp coding standards 2022-10-18 09:26:16 +02:00
IanDelMar 5c383c89cd deprecate understrap_link_pages_args filter hook 2022-10-18 09:19:55 +02:00
130 changed files with 8381 additions and 13240 deletions

54
.github/CHANGELOG.md vendored
View File

@ -8,6 +8,36 @@
-
## Release 1.2.4 April 1st 2024
** Fixes **
- Woocommerce templates #2189
- Translations #2002
- WooCommerce input fields #2089
- Updates build process dependencies
## Release 1.2.3 March 18th 2024
** Enhancements **
- Add and update WooCommerce templates #2091 #2169
- Improves readability of the sidebar templates #2071
- Uses Babel to compile Bootstrap imports #2035
- Adds Bootstrap container classes and max-widths to editor styles #2121
- Add editor-color-palette-bootstrap4.json #2032
** Fixes **
- Fixes typos in the repository #2113
- Fix typo in .gitignore to track .browserslistrc #2118
- Fixes TinyMCE editor margins #2073
- Bump Bootstrap from 5.2.2 to 5.2.3 & other dependencies #2010
- Deprecate understrap_link_pages_args filter hook #1967
- Add grouped version updates for dependabot #2130
- Reduce code duplication by declaring copyDir() once #2129
- Fix and update workflows #2127
## Release 1.2.2 January 16th 2023
** Fixes **
@ -81,7 +111,7 @@
** Fixes **
- Updates WooCommerce templates to current versions.
- Corrects mis-applied version numbers in WooCommerce templates.
- Corrects misapplied version numbers in WooCommerce templates.
- Reverts WooCommerce Translations to woocommerce language domain.
- Updates understrap.pot file to include several translation strings that had not been added.
- Fixes spelling and grammar errors in the CHANGELOG.md.
@ -135,7 +165,7 @@ This is a maintenance release incorporating many commits including code formatti
- Removes vendor from paths
- Removes gulp-touch-fd
- Removes jquery.slim.min.js
- Removes undescores-for-npm
- Removes underscores-for-npm
- Removes Bower
---
@ -384,7 +414,7 @@ Clean rebuild
## Release 0.8.5 July 26th 2018
- Update to Bootstrap 4.1.3
## Release 0.8.4 July 16th 2018 Maintenace Release:
## Release 0.8.4 July 16th 2018 Maintenance Release:
- Update to Bootstrap 4.1.2
- fixing sidebar.php problem
- Revert to Gulp 3.x support
@ -413,7 +443,7 @@ Clean rebuild
## Release 0.8.2 April 11th 2018
- Update to Bootstrap 4.1
- Adding CONTRIBUTING.md and ISSUE_TEMPLATE.md - Thx @Thomas-A-Reinert
- Adding empty JavaScripot file into build process for adding own JS more easily - Thx @Thomas-A-Reinert
- Adding empty JavaScript file into build process for adding own JS more easily - Thx @Thomas-A-Reinert
- WooCommerce update and cleanup - Thx @ZacharyElkins
- Adding SASS source map functionality - Thx @axlright
- Cleanup - Thx @axlright
@ -450,7 +480,7 @@ Clean rebuild
## Release 0.7.0 December 29th 2017
- Update to Bootstrap 4 Beta 3
- Create rigth-sidebar-check.php - Thx @Vishal-Deshpande
- Create right-sidebar-check.php - Thx @Vishal-Deshpande
- Fixing container type customizer setting - Thx @0dp
- Fixing comments.php - Thx @Vishal-Deshpande
@ -518,7 +548,7 @@ Clean rebuild
- WooCommerce 3.1 compatibility update - Thx @typeplus
- WooCommerce Bootstrap buttons - Thx @yeszao
- theme-settings.php update - Thx @oralunal
- Update responisve meta tags for Bootstrap 4 - Thx @chuckreynolds
- Update responsive meta tags for Bootstrap 4 - Thx @chuckreynolds
## Release 0.6.2 June 7h 2017
@ -615,7 +645,7 @@ Clean rebuild
- General bug fixing
- Fixing live preview for customizer
- Font Awesome update
- Udating all npm dependencies
- Updating all npm dependencies
- ARIA roles update
- Updating hamburger icon behavior
@ -623,7 +653,7 @@ Clean rebuild
- Update Owl Carousel to 2.2.0
- Update Font Awesome to 4.7.0
- Greek language file added - Thx @stef-k
- Portugese language file added - Thx @jfig
- Portuguese language file added - Thx @jfig
- Adding vertical-one-page template for landingpages - Thx @stef-k
- Making all theme functions pluggable to allow child themes to overwrite ´em
- French language file added - Thx @tchama
@ -633,7 +663,7 @@ Clean rebuild
- Basic WooCommerce templates added
- Fixing "Gulp dist" Task
- Adding masonry layout option to optimizer - Thx @stef-k
- Adding fluid/fixed conatiner option to optimizer
- Adding fluid/fixed container option to optimizer
## 0.4.9 Oct. 25th 2016
@ -646,7 +676,7 @@ Clean rebuild
## 0.4.8 Oct. 10th 2016
- Removing Bower and replace the dependency managment with npm
- Removing Bower and replace the dependency management with npm
- Update to Bootstrap 4 Alpha 4
- Optimizing WooCommerce loop - Thx @typeplus
- Updating all dependencies
@ -732,7 +762,7 @@ Clean rebuild
## 0.2.9 Mar. 10th 2015
- Adding a new theme customizer option. It lets you add a code snippet right before the closing </body> tag.
For example for Google Analytics, Google Tag Mananger, Pingdom etc. Just copy and past your code to the input field and save the setting.
For example for Google Analytics, Google Tag Manager, Pingdom etc. Just copy and past your code to the input field and save the setting.
So you don´t have to edit the theme source file´s directly, and your theme stay´s updateable
## 0.2.8 Feb. 6th 2015
@ -748,6 +778,6 @@ Clean rebuild
## 0.2 Dec. 22th 2014
- Adding Jasny Off-Canvas nav and Owl.Carousel Slider script
- Enqueue scipts and styled dynamically
- Enqueue scripts and styled dynamically
## 0.1 Dec. 10th 2014 - First commit

View File

@ -12,6 +12,11 @@ updates:
rebase-strategy: auto
schedule:
interval: "monthly"
target-branch: "develop"
groups:
github-actions:
patterns:
- "*"
# Maintain dependencies for npm
- package-ecosystem: "npm"
@ -24,6 +29,19 @@ updates:
interval: "monthly"
target-branch: "develop"
versioning-strategy: increase
groups:
npm-assets:
patterns:
- "bootstrap*"
- "*popper*"
- "font-awesome"
npm-build:
patterns:
- "*"
exclude-patterns:
- "bootstrap*"
- "*popper*"
- "font-awesome"
# Maintain dependencies for Composer
- package-ecosystem: "composer"
@ -39,3 +57,7 @@ updates:
interval: "monthly"
target-branch: "develop"
versioning-strategy: increase
groups:
composer:
patterns:
- "*"

71
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,71 @@
name: Build CSS & JS
on:
push:
branches: [ develop ]
paths:
- '**.scss'
- '**.js'
- 'package-lock.json'
pull_request_target:
branches: [ develop ]
paths:
- '**.scss'
- '**.js'
- 'package-lock.json'
workflow_dispatch:
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
build:
name: 'Build CSS & JS'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.head_ref }}
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: '18.x'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Install dependencies
run: npm ci
- name: Copy assets
run: npm run copy-assets
- name: Commit assets
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Update assets
- name: Build Bootstrap 5 CSS
run: npm run css
- name: Build Bootstrap 5 JS
run: npm run js
- name: Build Bootstrap 4 CSS
run: npm run css-bs4
- name: Build Bootstrap 4 JS
run: npm run js-bs4
- name: Commit CSS and JS files
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Rebuild CSS and JS files

View File

@ -5,15 +5,25 @@ on:
branches: [ develop ]
paths:
- '**.php'
pull_request:
- 'phpcs.xml.dist'
- 'phpmd.xml'
- 'phpstan.neon.dist'
pull_request_target:
branches: [ develop ]
paths:
- '**.php'
- 'phpcs.xml.dist'
- 'phpmd.xml'
- 'phpstan.neon.dist'
workflow_dispatch:
env:
php-version: '7.4'
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
phpcs:
@ -25,40 +35,40 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.head_ref }}
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ env.php-version }}
tools: composer, cs2pr
tools: cs2pr
coverage: none
env:
fail-fast: true
- name: Get Composer cache directory
id: composer-cache
uses: actions/cache@v3
- name: Cache PHPCS cache
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-composer-
path: .phpcs-cache.json
key: ${{ runner.os }}-phpcs-cache-${{ hashFiles('**/composer.lock', 'phpcs.xml.dist') }}
- name: Install dependencies
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer install --prefer-dist --no-progress
- name: Install Composer dependencies
uses: "ramsey/composer-install@v3"
- name: Auto fix coding standards
run: composer phpcs-fix
continue-on-error: true
- name: Commit coding standards fixes
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Fix coding standards with phpcbf
branch: ${{ github.head_ref }}
- name: Check coding standards
run: composer phpcs-ga | cs2pr
run: composer phpcs -- -q -n --report=checkstyle | cs2pr
php-lint:
@ -68,30 +78,19 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ env.php-version }}
tools: composer, cs2pr
tools: cs2pr, parallel-lint
coverage: none
- name: Get Composer cache directory
id: composer-cache
uses: actions/cache@v3
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-php-
- name: Install dependencies
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer install --prefer-dist --no-progress
env:
fail-fast: true
- name: Check syntax
run: composer php-lint
run: parallel-lint --checkstyle . | cs2pr
phpstan:
@ -101,29 +100,29 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.head_ref }}
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ env.php-version }}
tools: composer, cs2pr
coverage: none
env:
fail-fast: true
- name: Get Composer cache directory
id: composer-cache
uses: actions/cache@v3
- name: Cache PHPStan cache
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-php-
path: .phpstan-cache
key: ${{ runner.os }}-phpstan-cache-${{ hashFiles('**/composer.lock', 'phpstan.neon.dist') }}
- name: Install dependencies
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer install --prefer-dist --no-progress
- name: Install Composer dependencies
uses: "ramsey/composer-install@v3"
- name: Static Analysis
- name: Analyse
id: phpstan
run: composer phpstan -- --error-format=github
@ -131,10 +130,9 @@ jobs:
run: composer phpstan-baseline
- name: Commit updated basefile
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Update PHPStan basefile
branch: ${{ github.head_ref }}
phpmd:
@ -144,36 +142,28 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.head_ref }}
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ env.php-version }}
tools: composer, cs2pr
tools: phpmd
coverage: none
- name: Get Composer cache directory
id: composer-cache
uses: actions/cache@v3
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-php-
- name: Install dependencies
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer install --prefer-dist --no-progress
env:
fail-fast: true
- name: Detect mess
run: composer phpmd-ga
run: phpmd . github phpmd.xml
- name: Update basefile
run: composer phpmd-baseline
run: phpmd . ansi phpmd.xml --generate-baseline
- name: Commit updated basefile
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Update PHPMD basefile
branch: ${{ github.head_ref }}

27
.github/workflows/typos-check.yml vendored Normal file
View File

@ -0,0 +1,27 @@
name: Typos Check
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
workflow_dispatch:
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
typos-check:
name: 'Typos check'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Search for misspellings
uses: crate-ci/typos@master

5
.gitignore vendored
View File

@ -16,18 +16,19 @@
# Ignore all files and directories starting with . or ~ or ._ or ending with ~
.*
!.typos.toml
~*
*~
._*
# but track
!.babelrc.js
!.browserslist
!.browserslistrc
!.editorconfig
!.gitattributes
!.github
!.gitignore
# Ignore all files with .lock extentions
# Ignore all files with .lock extensions
*.lock
# but track
!composer.lock

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
v18

12
.typos.toml Normal file
View File

@ -0,0 +1,12 @@
[files]
extend-exclude = [
"css/",
"fonts/",
"js/*.min.js",
"js/*.map",
"js/theme*.js",
"languages/",
"src/sass/assets/bootstrap4/",
"src/sass/assets/bootstrap5/",
"src/sass/assets/fontawesome/"
]

View File

@ -17,35 +17,42 @@
}
],
"require": {
"php": ">=5.6"
"php": "^7.4 || ^8.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phpcompatibility/phpcompatibility-wp": "^2.1.4",
"phpmd/phpmd": "^2.13.0",
"phpstan/phpstan": "^1.9.0",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.7.1",
"szepeviktor/phpstan-wordpress": "^1.1.3",
"phpmd/phpmd": "^2.15.0",
"phpstan/phpstan": "^1.10.59",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.9.0",
"szepeviktor/phpstan-wordpress": "^1.3.3",
"wp-coding-standards/wpcs": "^2.3.0",
"wptrt/wpthemereview": "^0.2.1"
},
"scripts": {
"php-lint": "@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint --exclude vendor --exclude node_modules --exclude dist --exclude .git --exclude .phpstan-cache .",
"phpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs -p",
"phpcs-ga": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs -n --report=checkstyle",
"phpcs-fix": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf",
"phpcs-config-set" : "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --config-set installed_paths ../../phpcompatibility/php-compatibility,../../phpcompatibility/phpcompatibility-paragonie,../../phpcompatibility/phpcompatibility-wp,../../wp-coding-standards/wpcs,../../wptrt/wpthemereview",
"phpmd": "@php ./vendor/phpmd/phpmd/src/bin/phpmd . ansi phpmd.xml",
"phpmd-baseline": "@phpmd -- --generate-baseline",
"phpmd-ga": "@php ./vendor/phpmd/phpmd/src/bin/phpmd . github phpmd.xml",
"phpstan": "@php ./vendor/phpstan/phpstan/phpstan analyse -a src/phpstan/autoload.php",
"phpstan-baseline": "@php ./vendor/phpstan/phpstan/phpstan analyse -a src/phpstan/autoload.php --generate-baseline",
"post-install-cmd": "@phpcs-config-set",
"post-update-cmd": "@phpcs-config-set"
"php-lint": "parallel-lint --exclude vendor --exclude node_modules --exclude dist --exclude .git --exclude .phpstan-cache .",
"phpcs": "phpcs -p",
"phpcs-fix": "phpcbf",
"phpmd": "phpmd . ansi phpmd.xml",
"phpmd-baseline": "@phpmd --generate-baseline",
"phpstan": "phpstan analyse",
"phpstan-baseline": "@phpstan --generate-baseline --allow-empty-baseline"
},
"support": {
"issues": "https://github.com/understrap/understrap/issues",
"source": "https://github.com/understrap/understrap"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"sort-packages": true
},
"autoload": {
"psr-4": {
"Understrap\\PHPStan\\": "src/phpstan"
}
}
}

1061
composer.lock generated

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -3750,7 +3750,13 @@ input[type=button].btn-block {
.woocommerce-notices-wrapper .woocommerce-message .btn-group-toggle > a.button input[type=checkbox],
.wpcf7 .btn-group-toggle > input[type=submit] input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
.woocommerce-info .btn-group-toggle > .btn-group > a.button input[type=radio],
.woocommerce-notices-wrapper .woocommerce-message .btn-group-toggle > .btn-group > a.button input[type=radio],
.wpcf7 .btn-group-toggle > .btn-group > input[type=submit] input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.woocommerce-info .btn-group-toggle > .btn-group > a.button input[type=checkbox],
.woocommerce-notices-wrapper .woocommerce-message .btn-group-toggle > .btn-group > a.button input[type=checkbox],
.wpcf7 .btn-group-toggle > .btn-group > input[type=submit] input[type=checkbox] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Bootstrap v5.2.2 (https://getbootstrap.com/)
* Bootstrap v5.2.3 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors
* Copyright 2011-2022 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
@ -6672,7 +6672,6 @@ textarea.form-control-lg {
display: block;
}
/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
transform: translateX(100%);
@ -6683,7 +6682,6 @@ textarea.form-control-lg {
transform: translateX(-100%);
}
/* rtl:end:ignore */
.carousel-fade .carousel-item {
opacity: 0;
transition-property: opacity;
@ -6942,8 +6940,6 @@ textarea.form-control-lg {
border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(-100%);
}
}
@media (max-width: 575.98px) {
.offcanvas-sm.offcanvas-end {
top: 0;
right: 0;
@ -6951,8 +6947,6 @@ textarea.form-control-lg {
border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(100%);
}
}
@media (max-width: 575.98px) {
.offcanvas-sm.offcanvas-top {
top: 0;
right: 0;
@ -6962,8 +6956,6 @@ textarea.form-control-lg {
border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(-100%);
}
}
@media (max-width: 575.98px) {
.offcanvas-sm.offcanvas-bottom {
right: 0;
left: 0;
@ -6972,13 +6964,9 @@ textarea.form-control-lg {
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(100%);
}
}
@media (max-width: 575.98px) {
.offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
transform: none;
}
}
@media (max-width: 575.98px) {
.offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
visibility: visible;
}
@ -7030,8 +7018,6 @@ textarea.form-control-lg {
border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(-100%);
}
}
@media (max-width: 767.98px) {
.offcanvas-md.offcanvas-end {
top: 0;
right: 0;
@ -7039,8 +7025,6 @@ textarea.form-control-lg {
border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(100%);
}
}
@media (max-width: 767.98px) {
.offcanvas-md.offcanvas-top {
top: 0;
right: 0;
@ -7050,8 +7034,6 @@ textarea.form-control-lg {
border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(-100%);
}
}
@media (max-width: 767.98px) {
.offcanvas-md.offcanvas-bottom {
right: 0;
left: 0;
@ -7060,13 +7042,9 @@ textarea.form-control-lg {
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(100%);
}
}
@media (max-width: 767.98px) {
.offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
transform: none;
}
}
@media (max-width: 767.98px) {
.offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
visibility: visible;
}
@ -7118,8 +7096,6 @@ textarea.form-control-lg {
border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(-100%);
}
}
@media (max-width: 991.98px) {
.offcanvas-lg.offcanvas-end {
top: 0;
right: 0;
@ -7127,8 +7103,6 @@ textarea.form-control-lg {
border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(100%);
}
}
@media (max-width: 991.98px) {
.offcanvas-lg.offcanvas-top {
top: 0;
right: 0;
@ -7138,8 +7112,6 @@ textarea.form-control-lg {
border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(-100%);
}
}
@media (max-width: 991.98px) {
.offcanvas-lg.offcanvas-bottom {
right: 0;
left: 0;
@ -7148,13 +7120,9 @@ textarea.form-control-lg {
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(100%);
}
}
@media (max-width: 991.98px) {
.offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
transform: none;
}
}
@media (max-width: 991.98px) {
.offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
visibility: visible;
}
@ -7206,8 +7174,6 @@ textarea.form-control-lg {
border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(-100%);
}
}
@media (max-width: 1199.98px) {
.offcanvas-xl.offcanvas-end {
top: 0;
right: 0;
@ -7215,8 +7181,6 @@ textarea.form-control-lg {
border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(100%);
}
}
@media (max-width: 1199.98px) {
.offcanvas-xl.offcanvas-top {
top: 0;
right: 0;
@ -7226,8 +7190,6 @@ textarea.form-control-lg {
border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(-100%);
}
}
@media (max-width: 1199.98px) {
.offcanvas-xl.offcanvas-bottom {
right: 0;
left: 0;
@ -7236,13 +7198,9 @@ textarea.form-control-lg {
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(100%);
}
}
@media (max-width: 1199.98px) {
.offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
transform: none;
}
}
@media (max-width: 1199.98px) {
.offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
visibility: visible;
}
@ -7294,8 +7252,6 @@ textarea.form-control-lg {
border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(-100%);
}
}
@media (max-width: 1399.98px) {
.offcanvas-xxl.offcanvas-end {
top: 0;
right: 0;
@ -7303,8 +7259,6 @@ textarea.form-control-lg {
border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(100%);
}
}
@media (max-width: 1399.98px) {
.offcanvas-xxl.offcanvas-top {
top: 0;
right: 0;
@ -7314,8 +7268,6 @@ textarea.form-control-lg {
border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(-100%);
}
}
@media (max-width: 1399.98px) {
.offcanvas-xxl.offcanvas-bottom {
right: 0;
left: 0;
@ -7324,13 +7276,9 @@ textarea.form-control-lg {
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(100%);
}
}
@media (max-width: 1399.98px) {
.offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
transform: none;
}
}
@media (max-width: 1399.98px) {
.offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
visibility: visible;
}

File diff suppressed because one or more lines are too long

4
css/theme.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -43,7 +43,11 @@ if ( ! function_exists( 'understrap_generate_color_palette' ) ) {
$color_palette = array();
// Grabs the autogenerated color palette that we're pulling from our compiled bootstrap stylesheets.
$color_palette_json = file_get_contents( get_theme_file_path( '/inc/editor-color-palette.json' ) ); // phpcs:ignore WordPress.WP.AlternativeFunctions.file_get_contents_file_get_contents
$file_path = get_theme_file_path( '/inc/editor-color-palette.json' );
if ( 'bootstrap4' === get_theme_mod( 'understrap_bootstrap_version', 'bootstrap4' ) ) {
$file_path = get_theme_file_path( '/inc/editor-color-palette-bootstrap4.json' );
}
$color_palette_json = file_get_contents( $file_path ); // phpcs:ignore WordPress.WP.AlternativeFunctions.file_get_contents_file_get_contents
if ( $color_palette_json ) {
$color_palette_json = json_decode( $color_palette_json, true );
@ -63,7 +67,7 @@ if ( ! function_exists( 'understrap_generate_color_palette' ) ) {
}
/**
* Filters the default bootstrap color palette so it can be overriden by child themes or plugins when we add theme support for editor-color-palette.
* Filters the default bootstrap color palette so it can be overridden by child themes or plugins when we add theme support for editor-color-palette.
*
* @since 1.0.0
*

View File

@ -119,7 +119,7 @@ if ( ! class_exists( 'Understrap_WP_Bootstrap_Navwalker' ) ) {
* NOTE: linkmod and icon class arrays are passed by reference and
* are maybe modified before being used later in this function.
*/
$classes = self::seporate_linkmods_and_icons_from_classes( $classes, $linkmod_classes, $icon_classes, $depth );
$classes = self::separate_linkmods_and_icons_from_classes( $classes, $linkmod_classes, $icon_classes, $depth );
// Join any icon classes plucked from $classes into a string.
$icon_class_string = join( ' ', $icon_classes );
@ -407,7 +407,7 @@ if ( ! class_exists( 'Understrap_WP_Bootstrap_Navwalker' ) ) {
*
* @return array $classes a maybe modified array of classnames.
*/
private function seporate_linkmods_and_icons_from_classes( $classes, &$linkmod_classes, &$icon_classes, $depth ) {
private function separate_linkmods_and_icons_from_classes( $classes, &$linkmod_classes, &$icon_classes, $depth ) {
// Loop through $classes array to find linkmod or icon classes.
foreach ( $classes as $key => $class ) {
// If any special classes are found, store the class in it's

View File

@ -87,7 +87,7 @@ if ( ! function_exists( 'understrap_theme_customize_register' ) ) {
'understrap_bootstrap_version',
array(
'label' => __( 'Bootstrap Version', 'understrap' ),
'description' => __( 'Choose between Bootstrap 4 or Bootstrap 5', 'understrap' ),
'description' => __( 'Choose between Bootstrap 4 and Bootstrap 5', 'understrap' ),
'section' => 'understrap_theme_layout_options',
'type' => 'select',
'choices' => array(

View File

@ -0,0 +1 @@
{"--blue":"#007bff","--indigo":"#6610f2","--purple":"#5533ff","--pink":"#e83e8c","--red":"#dc3545","--orange":"#fd7e14","--yellow":"#ffc107","--green":"#28a745","--teal":"#20c997","--cyan":"#17a2b8","--white":"#fff","--gray":"#6c757d","--gray-dark":"#343a40"}

View File

@ -1 +1 @@
{"--blue":"#007bff","--indigo":"#6610f2","--purple":"#5533ff","--pink":"#e83e8c","--red":"#dc3545","--orange":"#fd7e14","--yellow":"#ffc107","--green":"#28a745","--teal":"#20c997","--cyan":"#17a2b8","--white":"#fff","--gray":"#6c757d","--gray-dark":"#343a40"}
{"--bs-blue":"#0d6efd","--bs-indigo":"#6610f2","--bs-purple":"#5533ff","--bs-pink":"#d63384","--bs-red":"#dc3545","--bs-orange":"#fd7e14","--bs-yellow":"#ffc107","--bs-green":"#198754","--bs-teal":"#20c997","--bs-cyan":"#0dcaf0","--bs-white":"#fff","--bs-gray":"#6c757d","--bs-gray-dark":"#343a40"}

View File

@ -82,6 +82,18 @@ if ( ! function_exists( 'understrap_tiny_mce_before_init' ) ) {
}
$settings['style_formats'] = wp_json_encode( $style_formats );
/*
* Fix TinyMCE editor body margin that is set to 0 by Bootstrap's
* _reboot.scss (v4 & v5). `margin: 9px 10px` is the value used by WP's
* TinyMCE skin (/wp-includes/js/tinymce/skins/wordpress/wp-content.css).
*/
if ( isset( $settings['content_style'] ) ) {
$settings['content_style'] .= ' body#tinymce { margin: 9px 10px; }';
} else {
$settings['content_style'] = 'body#tinymce { margin: 9px 10px; }';
}
return $settings;
}
}

View File

@ -27,7 +27,7 @@ if ( ! function_exists( 'understrap_scripts' ) ) {
$theme_scripts = "/js/theme-bootstrap4{$suffix}.js";
}
$css_version = $theme_version . '.' . filemtime( get_template_directory() . $theme_styles ); // @phpstan-ignore-line -- file exists
$css_version = $theme_version . '.' . filemtime( get_template_directory() . $theme_styles );
wp_enqueue_style( 'understrap-styles', get_template_directory_uri() . $theme_styles, array(), $css_version );
// Fix that the offcanvas close icon is hidden behind the admin bar.
@ -37,7 +37,7 @@ if ( ! function_exists( 'understrap_scripts' ) ) {
wp_enqueue_script( 'jquery' );
$js_version = $theme_version . '.' . filemtime( get_template_directory() . $theme_scripts ); // @phpstan-ignore-line -- file exists
$js_version = $theme_version . '.' . filemtime( get_template_directory() . $theme_scripts );
wp_enqueue_script( 'understrap-scripts', get_template_directory_uri() . $theme_scripts, array(), $js_version, true );
if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
wp_enqueue_script( 'comment-reply' );
@ -49,7 +49,7 @@ add_action( 'wp_enqueue_scripts', 'understrap_scripts' );
if ( ! function_exists( 'understrap_offcanvas_admin_bar_inline_styles' ) ) {
/**
* Add inline styles for the offcanvas component if the admin bar is visibile.
* Add inline styles for the offcanvas component if the admin bar is visible.
*
* Fixes that the offcanvas close icon is hidden behind the admin bar.
*

View File

@ -127,7 +127,7 @@ if ( ! function_exists( 'understrap_default_body_attributes' ) ) {
}
add_filter( 'understrap_body_attributes', 'understrap_default_body_attributes' );
// Escapes all occurances of 'the_archive_description'.
// Escapes all occurrences of 'the_archive_description'.
add_filter( 'get_the_archive_description', 'understrap_escape_the_archive_description' );
if ( ! function_exists( 'understrap_escape_the_archive_description' ) ) {
@ -150,10 +150,10 @@ if ( ! function_exists( 'understrap_escape_the_archive_description' ) ) {
}
} // End of if function_exists( 'understrap_escape_the_archive_description' ).
// Escapes all occurances of 'the_title()' and 'get_the_title()'.
// Escapes all occurrences of 'the_title()' and 'get_the_title()'.
add_filter( 'the_title', 'understrap_kses_title' );
// Escapes all occurances of 'the_archive_title' and 'get_the_archive_title()'.
// Escapes all occurrences of 'the_archive_title' and 'get_the_archive_title()'.
add_filter( 'get_the_archive_title', 'understrap_kses_title' );
if ( ! function_exists( 'understrap_kses_title' ) ) {

View File

@ -36,13 +36,13 @@ if ( ! function_exists( 'understrap_add_site_info' ) ) {
sprintf(
/* translators: 1: Theme name, 2: Theme author */
esc_html__( 'Theme: %1$s by %2$s.', 'understrap' ),
$the_theme->get( 'Name' ), // @phpstan-ignore-line -- theme exists
$the_theme->get( 'Name' ),
'<a href="' . esc_url( __( 'https://understrap.com', 'understrap' ) ) . '">understrap.com</a>'
),
sprintf(
/* translators: Theme version */
esc_html__( 'Version: %s', 'understrap' ),
$the_theme->get( 'Version' ) // @phpstan-ignore-line -- theme exists
$the_theme->get( 'Version' )
)
);

View File

@ -204,7 +204,7 @@ if ( ! function_exists( 'understrap_body_attributes' ) ) {
* @param array $atts An associative array of attributes.
*/
$atts = array_unique( apply_filters( 'understrap_body_attributes', $atts = array() ) );
if ( ! is_array( $atts ) || empty( $atts ) ) {
if ( empty( $atts ) ) {
return;
}
@ -322,16 +322,30 @@ if ( ! function_exists( 'understrap_link_pages' ) ) {
*
* @since 1.0.0
*
* @link https://developer.wordpress.org/reference/functions/wp_link_pages/
*
* @return void|string Formatted output in HTML.
*/
function understrap_link_pages() {
$args = apply_filters(
'understrap_link_pages_args',
array(
'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'understrap' ),
'after' => '</div>',
)
$args = array(
'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'understrap' ),
'after' => '</div>',
);
/**
* Filters the arguments used in retrieving page links for paginated posts.
*
* Runs before the 'wp_link_pages_args' hook.
*
* @since 1.0.0
*/
$args = apply_filters_deprecated(
'understrap_link_pages_args',
array( $args ),
'1.2.3',
'wp_link_pages_args'
);
wp_link_pages( $args );
}
}

View File

@ -275,6 +275,7 @@ if ( ! function_exists( 'understrap_widgets_init' ) ) {
function understrap_widgets_init() {
register_sidebar(
array(
/* translators: Widget area title */
'name' => __( 'Right Sidebar', 'understrap' ),
'id' => 'right-sidebar',
'description' => __( 'Right sidebar widget area', 'understrap' ),
@ -287,6 +288,7 @@ if ( ! function_exists( 'understrap_widgets_init' ) ) {
register_sidebar(
array(
/* translators: Widget area title */
'name' => __( 'Left Sidebar', 'understrap' ),
'id' => 'left-sidebar',
'description' => __( 'Left sidebar widget area', 'understrap' ),
@ -299,6 +301,7 @@ if ( ! function_exists( 'understrap_widgets_init' ) ) {
register_sidebar(
array(
/* translators: Widget area title */
'name' => __( 'Hero Slider', 'understrap' ),
'id' => 'hero',
'description' => __( 'Hero slider area. Place two or more widgets here and they will slide!', 'understrap' ),
@ -311,6 +314,7 @@ if ( ! function_exists( 'understrap_widgets_init' ) ) {
register_sidebar(
array(
/* translators: Widget area title */
'name' => __( 'Hero Canvas', 'understrap' ),
'id' => 'herocanvas',
'description' => __( 'Full size canvas hero area for Bootstrap and other custom HTML markup', 'understrap' ),
@ -323,6 +327,7 @@ if ( ! function_exists( 'understrap_widgets_init' ) ) {
register_sidebar(
array(
/* translators: Widget area title */
'name' => __( 'Top Full', 'understrap' ),
'id' => 'statichero',
'description' => __( 'Full top widget with dynamic grid', 'understrap' ),
@ -335,6 +340,7 @@ if ( ! function_exists( 'understrap_widgets_init' ) ) {
register_sidebar(
array(
/* translators: Widget area title */
'name' => __( 'Footer Full', 'understrap' ),
'id' => 'footerfull',
'description' => __( 'Full sized footer widget with dynamic grid', 'understrap' ),

View File

@ -81,11 +81,33 @@ if ( ! function_exists( 'understrap_wc_form_field_args' ) ) {
*
* @see https://woocommerce.github.io/code-reference/namespaces/default.html#function_woocommerce_form_field
*
* @param array<string,mixed> $args Form field arguments.
* @param string $key Value of the fields name attribute.
* @param string|null $value Value of <select> option.
* @param array $args Form field arguments.
* @param string $key Value of the fields name attribute.
* @param string|null $value Value of <select> option.
* @return array Filtered form field arguments.
*
* @return array<string,mixed> Form field arguments.
* @phpstan-template T of array{
* 'type': string,
* 'label': string,
* 'description': string,
* 'placeholder': string,
* 'maxlength': false|int,
* 'required': bool,
* 'autocomplete': false|string,
* 'id': string,
* 'class': list<string>,
* 'label_class': list<string>,
* 'input_class': list<string>,
* 'return': bool,
* 'options': array<string,string>,
* 'custom_attributes': array<string,int|string>,
* 'validate': list<string>,
* 'default': string,
* 'autofocus': ?(string|bool),
* 'priority': ?string,
* }
* @phpstan-param T $args
* @phpstan-return T | array{'class': non-empty-list<string>}
*/
function understrap_wc_form_field_args( $args, $key, $value ) {
$bootstrap4 = 'bootstrap4' === get_theme_mod( 'understrap_bootstrap_version', 'bootstrap4' );
@ -101,23 +123,25 @@ if ( ! function_exists( 'understrap_wc_form_field_args' ) ) {
case 'country':
/*
* WooCommerce will populate a <select> element of type 'country'
* with the country names. $args defined for this specific input
* type targets only the country <select> element.
* with the country names.
*/
// Add class to the form field's html element wrapper.
$args['class'][] = 'single-country';
break;
case 'state':
/*
* WooCommerce will populate a <select> element of type 'state'
* with the state names. $args defined for this specific input
* type targets only the state <select> element.
* with the state names.
*/
// Add custom data attributes to the form input itself.
$args['custom_attributes']['data-plugin'] = 'select2';
$args['custom_attributes']['data-allow-clear'] = 'true';
$args['custom_attributes']['aria-hidden'] = 'true';
// If state is text input.
$args['input_class'][] = 'form-control';
break;
case 'checkbox':
/*
@ -129,7 +153,7 @@ if ( ! function_exists( 'understrap_wc_form_field_args' ) ) {
// Get Bootstrap version specific CSS class base.
$base = $bootstrap4 ? 'custom-control' : 'form-check';
if ( isset( $args['label'] ) ) {
if ( '' !== $args['label'] || $bootstrap4 ) {
// Wrap the label in <span> tag.
$args['label'] = "<span class=\"{$base}-label\">{$args['label']}</span>";
}
@ -144,10 +168,7 @@ if ( ! function_exists( 'understrap_wc_form_field_args' ) ) {
$args['input_class'][] = $base . '-input';
break;
case 'select':
/*
* Targets all <select> elements, except the <select> elements
* of type country or of type state.
*/
// Targets all <select> elements, except the country and state <select>.
// Add a class to the form input itself.
$args['input_class'][] = $bootstrap4 ? 'form-control' : 'form-select';
@ -165,7 +186,6 @@ if ( ! function_exists( 'understrap_wc_form_field_args' ) ) {
break;
default:
$args['input_class'][] = 'form-control';
break;
} // End of switch ( $args ).
return $args;
}
@ -181,17 +201,38 @@ if ( ! function_exists( 'understrap_wc_form_field_radio' ) ) {
* If `$args['label']` is set a `<label>` tag is prepended to the radio
* fields. `$args['label_class']` is used for the class attribute of this
* tag and the class attribute of the actual input labels. Hence, we must
* remove the first occurance of the label class added via
* remove the first occurrence of the label class added via
* `understrap_wc_form_field_args()` that is meant for input labels only.
*
* @param string $field The field's HTML incl. the wrapper element.
* @param string $key The wrapper element's id attribute value.
* @param array<string|mixed> $args An array of field arguments.
* @param string|null $value The field's value.
* @return string
* @return string The field's filtered HTML.
*
* @phpstan-template T of array{
* 'type': string,
* 'label': string,
* 'description': string,
* 'placeholder': string,
* 'maxlength': false|int,
* 'required': bool,
* 'autocomplete': false|string,
* 'id': string,
* 'class': list<string>,
* 'label_class': list<string>,
* 'input_class': list<string>,
* 'return': bool,
* 'options': array<string,string>,
* 'custom_attributes': array<string,int|string>,
* 'validate': list<string>,
* 'default': string,
* 'autofocus': ?(string|bool),
* 'priority': ?string,
* }
* @phpstan-param T $args
*/
function understrap_wc_form_field_radio( $field, $key, $args, $value ) {
// Set up Bootstrap version specific variables.
if ( 'bootstrap4' === get_theme_mod( 'understrap_bootstrap_version', 'bootstrap4' ) ) {
$wrapper_classes = 'custom-control custom-radio';
@ -201,8 +242,8 @@ if ( ! function_exists( 'understrap_wc_form_field_radio' ) ) {
$label_class = 'form-check-label';
}
// Remove the first occurance of the label class if neccessary.
if ( isset( $args['label'] ) && isset( $args['label_class'] ) ) {
// Remove the first occurrence of the label class if necessary.
if ( '' !== $args['label'] && ! empty( $args['label_class'] ) ) {
$strpos = strpos( $field, $label_class );
if ( false !== $strpos ) {
$field = substr_replace( $field, '', $strpos, strlen( $label_class ) );
@ -218,7 +259,7 @@ if ( ! function_exists( 'understrap_wc_form_field_radio' ) ) {
// Wrap each radio in a <span.from-check>.
$field = str_replace( '<input', "<span class=\"{$wrapper_classes}\"><input", $field );
$field = str_replace( '</label>', '</label></span>', $field );
if ( isset( $args['label'] ) ) {
if ( '' !== $args['label'] ) {
// Remove the closing span tag from the first <label> element.
$strpos = strpos( $field, '</label>' ) + strlen( '</label>' );
$field = substr_replace( $field, '', $strpos, strlen( '</span>' ) );
@ -256,8 +297,8 @@ if ( ! function_exists( 'understrap_quantity_input_classes' ) ) {
/**
* Add Bootstrap class to quantity input field.
*
* @param array $classes Array of quantity input classes.
* @return array
* @param array<int,string> $classes Array of quantity input classes.
* @return array<int,string>
*/
function understrap_quantity_input_classes( $classes ) {
$classes[] = 'form-control';

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
/*!
* Understrap v1.2.2 (https://understrap.com)
* Copyright 2013-2023 The UnderStrap Authors (https://github.com/understrap/understrap/graphs/contributors)
* Understrap v1.2.4 (https://understrap.com)
* Copyright 2013-2024 The Understrap Authors (https://github.com/understrap/understrap/graphs/contributors)
* Licensed under GPL-3.0 (https://www.gnu.org/licenses/gpl-3.0.html)
*/
(function (global, factory) {
@ -11,12 +11,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): util/index.js
* Bootstrap (v5.2.3): util/index.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
const MAX_UID = 1_000_000;
const MAX_UID = 1000000;
const MILLISECONDS_MULTIPLIER = 1000;
const TRANSITION_END = 'transitionend';
@ -181,7 +181,6 @@
const reflow = element => {
element.offsetHeight; // eslint-disable-line no-unused-expressions
};
const getjQuery = () => {
if (window.jQuery && !document.body.hasAttribute('data-bs-no-jquery')) {
return window.jQuery;
@ -279,11 +278,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): dom/event-handler.js
* Bootstrap (v5.2.3): dom/event-handler.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -489,7 +489,7 @@
for (const [key, value] of Object.entries(meta || {})) {
try {
obj[key] = value;
} catch {
} catch (_unused) {
Object.defineProperty(obj, key, {
configurable: true,
get() {
@ -503,7 +503,7 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): dom/data.js
* Bootstrap (v5.2.3): dom/data.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@ -551,7 +551,7 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): dom/manipulator.js
* Bootstrap (v5.2.3): dom/manipulator.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@ -574,7 +574,7 @@
}
try {
return JSON.parse(decodeURIComponent(value));
} catch {
} catch (_unused) {
return value;
}
}
@ -608,11 +608,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): util/config.js
* Bootstrap (v5.2.3): util/config.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Class definition
*/
@ -661,16 +662,17 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): base-component.js
* Bootstrap (v5.2.3): base-component.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
const VERSION = '5.2.2';
const VERSION = '5.2.3';
/**
* Class definition
@ -729,10 +731,11 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): util/component-functions.js
* Bootstrap (v5.2.3): util/component-functions.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
const enableDismissTrigger = (component, method = 'hide') => {
const clickEvent = `click.dismiss${component.EVENT_KEY}`;
const name = component.NAME;
@ -753,11 +756,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): alert.js
* Bootstrap (v5.2.3): alert.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -827,11 +831,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): button.js
* Bootstrap (v5.2.3): button.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -890,11 +895,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): dom/selector-engine.js
* Bootstrap (v5.2.3): dom/selector-engine.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -947,11 +953,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): util/swipe.js
* Bootstrap (v5.2.3): util/swipe.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -1066,11 +1073,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): carousel.js
* Bootstrap (v5.2.3): carousel.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -1438,11 +1446,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): collapse.js
* Bootstrap (v5.2.3): collapse.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -1821,7 +1830,7 @@
function getUAString() {
var uaData = navigator.userAgentData;
if (uaData != null && uaData.brands) {
if (uaData != null && uaData.brands && Array.isArray(uaData.brands)) {
return uaData.brands.map(function (item) {
return item.brand + "/" + item.version;
}).join(' ');
@ -2108,10 +2117,9 @@
// Zooming can change the DPR, but it seems to report a value that will
// cleanly divide the values into the appropriate subpixels.
function roundOffsetsByDPR(_ref) {
function roundOffsetsByDPR(_ref, win) {
var x = _ref.x,
y = _ref.y;
var win = window;
var dpr = win.devicePixelRatio || 1;
return {
x: round(x * dpr) / dpr || 0,
@ -2184,7 +2192,7 @@
var _ref4 = roundOffsets === true ? roundOffsetsByDPR({
x: x,
y: y
}) : {
}, getWindow(popper)) : {
x: x,
y: y
};
@ -3169,7 +3177,7 @@
state.orderedModifiers = orderedModifiers.filter(function (m) {
return m.enabled;
}); // Validate the provided modifiers so that the consumer will get warned
});
runModifierEffects();
return instance.update();
},
@ -3257,11 +3265,11 @@
// one.
function runModifierEffects() {
state.orderedModifiers.forEach(function (_ref3) {
var name = _ref3.name,
_ref3$options = _ref3.options,
options = _ref3$options === void 0 ? {} : _ref3$options,
effect = _ref3.effect;
state.orderedModifiers.forEach(function (_ref) {
var name = _ref.name,
_ref$options = _ref.options,
options = _ref$options === void 0 ? {} : _ref$options,
effect = _ref.effect;
if (typeof effect === 'function') {
var cleanupFn = effect({
state: state,
@ -3297,53 +3305,54 @@
var Popper = /*#__PURE__*/Object.freeze({
__proto__: null,
popperGenerator: popperGenerator,
detectOverflow: detectOverflow,
createPopperBase: createPopper$2,
createPopper: createPopper,
createPopperLite: createPopper$1,
top: top,
bottom: bottom,
right: right,
left: left,
auto: auto,
basePlacements: basePlacements,
start: start,
end: end,
clippingParents: clippingParents,
viewport: viewport,
popper: popper,
reference: reference,
variationPlacements: variationPlacements,
placements: placements,
beforeRead: beforeRead,
read: read,
afterRead: afterRead,
beforeMain: beforeMain,
main: main,
afterMain: afterMain,
beforeWrite: beforeWrite,
write: write,
afterRead: afterRead,
afterWrite: afterWrite,
modifierPhases: modifierPhases,
applyStyles: applyStyles$1,
arrow: arrow$1,
auto: auto,
basePlacements: basePlacements,
beforeMain: beforeMain,
beforeRead: beforeRead,
beforeWrite: beforeWrite,
bottom: bottom,
clippingParents: clippingParents,
computeStyles: computeStyles$1,
createPopper: createPopper,
createPopperBase: createPopper$2,
createPopperLite: createPopper$1,
detectOverflow: detectOverflow,
end: end,
eventListeners: eventListeners,
flip: flip$1,
hide: hide$1,
left: left,
main: main,
modifierPhases: modifierPhases,
offset: offset$1,
placements: placements,
popper: popper,
popperGenerator: popperGenerator,
popperOffsets: popperOffsets$1,
preventOverflow: preventOverflow$1
preventOverflow: preventOverflow$1,
read: read,
reference: reference,
right: right,
start: start,
top: top,
variationPlacements: variationPlacements,
viewport: viewport,
write: write
});
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): dropdown.js
* Bootstrap (v5.2.3): dropdown.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -3706,11 +3715,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): util/scrollBar.js
* Bootstrap (v5.2.3): util/scrollBar.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -3803,11 +3813,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): util/backdrop.js
* Bootstrap (v5.2.3): util/backdrop.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -3824,7 +3835,6 @@
// if false, we use the backdrop helper without adding any element to the dom
rootElement: 'body' // give the choice to place backdrop under different elements
};
const DefaultType$8 = {
className: 'string',
clickCallback: '(function|null)',
@ -3927,11 +3937,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): util/focustrap.js
* Bootstrap (v5.2.3): util/focustrap.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -3948,7 +3959,6 @@
autofocus: true,
trapElement: null // The element to trap focus inside of
};
const DefaultType$7 = {
autofocus: 'boolean',
trapElement: 'element'
@ -4025,11 +4035,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): modal.js
* Bootstrap (v5.2.3): modal.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -4331,11 +4342,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): offcanvas.js
* Bootstrap (v5.2.3): offcanvas.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -4561,7 +4573,7 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): util/sanitizer.js
* Bootstrap (v5.2.3): util/sanitizer.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@ -4656,11 +4668,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): util/template-factory.js
* Bootstrap (v5.2.3): util/template-factory.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -4791,11 +4804,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): tooltip.js
* Bootstrap (v5.2.3): tooltip.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -4931,9 +4945,6 @@
dispose() {
clearTimeout(this._timeout);
EventHandler.off(this._element.closest(SELECTOR_MODAL), EVENT_MODAL_HIDE, this._hideModalHandler);
if (this.tip) {
this.tip.remove();
}
if (this._element.getAttribute('data-bs-original-title')) {
this._element.setAttribute('title', this._element.getAttribute('data-bs-original-title'));
}
@ -4955,10 +4966,7 @@
}
// todo v6 remove this OR make it optional
if (this.tip) {
this.tip.remove();
this.tip = null;
}
this._disposePopper();
const tip = this._getTipElement();
this._element.setAttribute('aria-describedby', tip.getAttribute('id'));
const {
@ -4968,11 +4976,7 @@
container.append(tip);
EventHandler.trigger(this._element, this.constructor.eventName(EVENT_INSERTED));
}
if (this._popper) {
this._popper.update();
} else {
this._popper = this._createPopper(tip);
}
this._popper = this._createPopper(tip);
tip.classList.add(CLASS_NAME_SHOW$2);
// If this is a touch-enabled device we add extra
@ -5021,11 +5025,10 @@
return;
}
if (!this._isHovered) {
tip.remove();
this._disposePopper();
}
this._element.removeAttribute('aria-describedby');
EventHandler.trigger(this._element, this.constructor.eventName(EVENT_HIDDEN$2));
this._disposePopper();
};
this._queueCallback(complete, this.tip, this._isAnimated());
}
@ -5284,6 +5287,10 @@
this._popper.destroy();
this._popper = null;
}
if (this.tip) {
this.tip.remove();
this.tip = null;
}
}
// Static
@ -5309,11 +5316,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): popover.js
* Bootstrap (v5.2.3): popover.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -5389,11 +5397,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): scrollspy.js
* Bootstrap (v5.2.3): scrollspy.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -5648,11 +5657,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): tab.js
* Bootstrap (v5.2.3): tab.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -5909,11 +5919,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): toast.js
* Bootstrap (v5.2.3): toast.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/

File diff suppressed because one or more lines are too long

6
js/theme.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -4,8 +4,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:16+0200\n"
"POT-Creation-Date: 2022-11-05T23:31:56+00:00\n"
"PO-Revision-Date: 2022-11-19 16:47+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: de_DE\n"
@ -34,6 +34,10 @@ msgid ""
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
"custom WordPress sites."
msgstr ""
"Das renommierte WordPress-Einsteiger-Theme-Framework, das Underscores und "
"Bootstrap kombiniert. Mehr als 100.000 Entwicklerinnen und Entwickler "
"vertrauen darauf, um handgefertigte, individuelle WordPress-Websites zu "
"erstellen."
#. Author of the theme
msgid "Howard Development &amp; Consulting"
@ -55,12 +59,12 @@ msgstr ""
#: 404.php:46
msgid "Most Used Categories"
msgstr "Oft verwendete Kategorien"
msgstr "Meistgenutzte Kategorien"
#. translators: %1$s: smiley
#: 404.php:69
msgid "Try looking in the monthly archives. %1$s"
msgstr "Versuchs mit einem Blick in die monatlichen Archive. %1$s"
msgstr "Versuche es mit einem Blick in die monatlichen Archive. %1$s"
#. translators: %s: author name
#: author.php:44
@ -70,7 +74,7 @@ msgstr "Profilbild von %s"
#: author.php:54
msgid "Website"
msgstr "Webseite"
msgstr "Website"
#. translators: %s: author name
#: author.php:65
@ -86,32 +90,32 @@ msgstr "Beiträge von %s"
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr "Ein Gedanke zu &#8222;%2$s&#8220;"
msgstr "Ein Gedanke zu &bdquo;%s&ldquo;"
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Ein Gedanke zu &#8222;%2$s&#8220;"
msgstr[1] "%1$s Gedanken zu &#8222;%2$s&#8220;"
msgstr[0] "%1$s Gedanke zu &bdquo;%2$s&ldquo;"
msgstr[1] "%1$s Gedanken zu &bdquo;%2$s&ldquo;"
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
#: global-templates/navbar-collapse-bootstrap4.php:18
#: global-templates/navbar-collapse-bootstrap5.php:18
#: global-templates/navbar-offcanvas-bootstrap5.php:18
msgid "Main Navigation"
msgstr "Hauptnavigation"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
#: global-templates/navbar-collapse-bootstrap4.php:35
#: global-templates/navbar-collapse-bootstrap5.php:34
msgid "Toggle navigation"
msgstr "Navigation umschalten"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
#: global-templates/navbar-offcanvas-bootstrap5.php:34
msgid "Open menu"
msgstr "Menü öffnen"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
#: global-templates/navbar-offcanvas-bootstrap5.php:46
msgid "Close menu"
msgstr "Menü schließen"
@ -133,19 +137,19 @@ msgstr "Standard-Header-Bild"
#: inc/customizer.php:67
msgid "Theme Layout Settings"
msgstr "Theme Layout Einstellungen"
msgstr "Theme-Layout-Einstellungen"
#: inc/customizer.php:69
msgid "Container width and sidebar defaults"
msgstr "Container-Breite und Seitenleisten-Einstellungen"
msgstr "Container-Breite und Standard-Einstellungen der Seitenleiste"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr "Bootstrap-Version"
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgstr "Zwischen Bootstrap 4 und Bootstrap 5 wählen"
msgid "Choose between Bootstrap 4 and Bootstrap 5"
msgstr "Zwischen Bootstrap 4 und Bootstrap 5 auswählen"
#: inc/customizer.php:94
msgid "Bootstrap 4"
@ -161,7 +165,7 @@ msgstr "Container-Breite"
#: inc/customizer.php:118
msgid "Choose between Bootstrap's container and container-fluid"
msgstr "Wähle zwischen dem Bootstrap container und container-fluid aus"
msgstr "Zwischen Bootstraps container und container-fluid auswählen"
#: inc/customizer.php:122
msgid "Fixed width container"
@ -173,54 +177,61 @@ msgstr "Container mit voller Seitenbreite"
#: inc/customizer.php:145
msgid "Responsive Navigation Type"
msgstr ""
msgstr "Art der responsiven Navigation"
#: inc/customizer.php:146
msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
"Zwischen einer aus- und einklappenden Navigationsleiste und einer Off-Canvas-"
"Navigationsleiste auswählen."
#: inc/customizer.php:153
msgid "Collapse"
msgstr "Einklappen"
#: inc/customizer.php:154
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
msgid "Offcanvas"
msgstr ""
msgstr "Off-Canvas"
#: inc/customizer.php:177
#: inc/customizer.php:176
msgid "Sidebar Positioning"
msgstr "Seitenleisten-Positionierung"
#: inc/customizer.php:178
#: inc/customizer.php:177
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
"Standard-Position der Seitenleiste festlegen. Kann entweder rechts, links, "
"beidseitig oder keine sein. Hinweis: Die Position kann auf den einzelnen "
"Seiten seitenspezifisch geändert werden."
#: inc/customizer.php:186
#: inc/customizer.php:184
msgid "Right sidebar"
msgstr "Rechte Seitenleiste"
#: inc/customizer.php:187
#: inc/customizer.php:185
msgid "Left sidebar"
msgstr "Linke Seitenleiste"
#: inc/customizer.php:188
#: inc/customizer.php:186
msgid "Left & Right sidebars"
msgstr "Linke und rechte Seitenleiste"
msgstr "Linke & rechte Seitenleiste"
#: inc/customizer.php:189
#: inc/customizer.php:187
msgid "No sidebar"
msgstr "Keine Seitenleiste"
#: inc/customizer.php:211
#: inc/customizer.php:209
msgid "Footer Site Info"
msgstr ""
msgstr "Website-Information im Footer"
#: inc/customizer.php:212
#: inc/customizer.php:210
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
"Understraps Website-Information überschreiben, die sich im Footer der Seite "
"befindet."
#: inc/editor.php:50
msgid "Lead Paragraph"
@ -237,13 +248,13 @@ msgstr "Zitat"
#: inc/editor.php:66
msgid "Blockquote Footer"
msgstr ""
msgstr "Zitat-Footer"
#: inc/editor.php:72
msgid "Cite"
msgstr ""
#: inc/extras.php:245
#: inc/extras.php:247
msgid "Read More..."
msgstr "Weiterlesen..."
@ -300,107 +311,116 @@ msgid "Posted by"
msgstr "Veröffentlicht von"
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
#: inc/template-tags.php:102
msgid "Posted in %s"
msgstr "Veröffentlicht in %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
#: inc/template-tags.php:117
msgid "Tagged %s"
msgstr "Verschlagwortet mit %s"
#. translators: %s post title
#: inc/template-tags.php:128
#: inc/template-tags.php:136
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
msgstr "Kommentar hinterlassen<span class=\"screen-reader-text\"> zu %s</span>"
#: inc/template-tags.php:233
#: inc/template-tags.php:243
msgid "Comments navigation"
msgstr "Kommentarnavigation"
msgstr "Kommentar-Navigation"
#: inc/template-tags.php:237
#: inc/template-tags.php:247
msgid "&larr; Older Comments"
msgstr "&larr; Ältere Kommentare"
#: inc/template-tags.php:243
#: inc/template-tags.php:253
msgid "Newer Comments &rarr;"
msgstr "Neuere Kommentare &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
#: inc/template-tags.php:272
msgid "Edit %s"
msgstr "%s bearbeiten"
#: inc/template-tags.php:289
#: inc/template-tags.php:301
msgid "Post navigation"
msgstr "Beitrags-Navigation"
#: inc/template-tags.php:293
#: inc/template-tags.php:305
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
#: inc/template-tags.php:308
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
#: inc/template-tags.php:331
msgid "Pages:"
msgstr "Seiten:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
#: inc/template-tags.php:371
msgid ", "
msgstr ", "
#: inc/widgets.php:268
#. translators: Widget area title
#: inc/widgets.php:279
msgid "Right Sidebar"
msgstr "Rechte Seitenleiste"
#: inc/widgets.php:270
#: inc/widgets.php:281
msgid "Right sidebar widget area"
msgstr ""
msgstr "Widgetbereich der rechten Seitenleiste"
#: inc/widgets.php:280
#. translators: Widget area title
#: inc/widgets.php:292
msgid "Left Sidebar"
msgstr "Linke Seitenleiste"
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr ""
#: inc/widgets.php:292
msgid "Hero Slider"
msgstr "\"Bühnen\"-Slider"
#: inc/widgets.php:294
msgid "Left sidebar widget area"
msgstr "Widgetbereich der linken Seitenleiste"
#. translators: Widget area title
#: inc/widgets.php:305
msgid "Hero Slider"
msgstr "Hero-Slider"
#: inc/widgets.php:307
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
"Hero-Slider-Bereich. Zwei oder mehr Widgets hier platzieren und sie werden "
"durchlaufen!"
#: inc/widgets.php:304
#. translators: Widget area title
#: inc/widgets.php:318
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
#: inc/widgets.php:320
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
"Hero-Bereich in voller Breite für Bootstrap- oder individuelles HTML-Markup"
#: inc/widgets.php:316
#. translators: Widget area title
#: inc/widgets.php:331
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
#: inc/widgets.php:333
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
#. translators: Widget area title
#: inc/widgets.php:344
msgid "Footer Full"
msgstr "Fußbereich"
#: inc/widgets.php:330
#: inc/widgets.php:346
msgid "Full sized footer widget with dynamic grid"
msgstr ""
msgstr "Footer-Widgetbereich in voller Breite mit dynamischem Grid"
#: loop-templates/content-none.php:18
msgid "Nothing Found"
@ -420,15 +440,15 @@ msgid ""
"different keywords."
msgstr ""
"Leider gibt es keine Übereinstimmung mit deinen Suchbegriffen. Bitte "
"versuche es nochmal mit einigen anderen Begriffen."
"versuche es nochmal mit anderen Begriffen."
#: loop-templates/content-none.php:46
msgid ""
"It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
"searching can help."
msgstr ""
"Es sieht so aus, als ob wir nicht das finden konnten, wonach du gesucht "
"hast. Möglicherweise hilft eine Suche."
"Es sieht so aus, als ob wir nicht finden konnten, wonach du gesucht hast. "
"Möglicherweise hilft eine Suche."
#. Template Name of the theme
msgid "Blank Page Template"
@ -436,7 +456,7 @@ msgstr "Komplett leere Seiten-Vorlage"
#. Template Name of the theme
msgid "Left and Right Sidebar Layout"
msgstr "Linke und rechte Seitenspalte"
msgstr "Linke und rechte Seitenleiste"
#. Template Name of the theme
msgid "Empty Page Template"
@ -452,7 +472,7 @@ msgstr "Layout mit linker Seitenleiste"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
msgstr "Kein Titel, Seite mit voller Breite"
#. Template Name of the theme
msgid "Right Sidebar Layout"
@ -471,7 +491,7 @@ msgstr "Suche nach:"
#: searchform.php:23
msgctxt "placeholder"
msgid "Search &hellip;"
msgstr "Suche&#160;&hellip;"
msgstr "Suche &hellip;"
#: searchform.php:25 searchform.php:28
msgctxt "submit button"

Binary file not shown.

View File

@ -1,11 +1,11 @@
# Translation of Understrap in German
# Translation of Understrap in German (formal)
# This file is distributed under the same license as the Understrap package.
msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:17+0200\n"
"POT-Creation-Date: 2022-11-05T23:31:56+00:00\n"
"PO-Revision-Date: 2022-11-19 16:47+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: de_DE\n"
@ -34,6 +34,10 @@ msgid ""
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
"custom WordPress sites."
msgstr ""
"Das renommierte WordPress-Einsteiger-Theme-Framework, das Underscores und "
"Bootstrap kombiniert. Mehr als 100.000 Entwicklerinnen und Entwickler "
"vertrauen darauf, um handgefertigte, individuelle WordPress-Websites zu "
"erstellen."
#. Author of the theme
msgid "Howard Development &amp; Consulting"
@ -55,7 +59,7 @@ msgstr ""
#: 404.php:46
msgid "Most Used Categories"
msgstr "Oft verwendete Kategorien"
msgstr "Meistgenutzte Kategorien"
#. translators: %1$s: smiley
#: 404.php:69
@ -70,7 +74,7 @@ msgstr "Profilbild von %s"
#: author.php:54
msgid "Website"
msgstr "Webseite"
msgstr "Website"
#. translators: %s: author name
#: author.php:65
@ -86,32 +90,32 @@ msgstr "Beiträge von %s"
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr "Ein Gedanke zu &#8222;%s&#8220;"
msgstr "Ein Gedanke zu &bdquo;%s&ldquo;"
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Ein Gedanke zu &#8222;%2$s&#8220;"
msgstr[1] "%1$s Gedanken zu &#8222;%2$s&#8220;"
msgstr[0] "%1$s Gedanke zu &bdquo;%2$s&ldquo;"
msgstr[1] "%1$s Gedanken zu &bdquo;%2$s&ldquo;"
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
#: global-templates/navbar-collapse-bootstrap4.php:18
#: global-templates/navbar-collapse-bootstrap5.php:18
#: global-templates/navbar-offcanvas-bootstrap5.php:18
msgid "Main Navigation"
msgstr "Hauptnavigation"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
#: global-templates/navbar-collapse-bootstrap4.php:35
#: global-templates/navbar-collapse-bootstrap5.php:34
msgid "Toggle navigation"
msgstr "Navigation umschalten"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
#: global-templates/navbar-offcanvas-bootstrap5.php:34
msgid "Open menu"
msgstr "Menü öffnen"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
#: global-templates/navbar-offcanvas-bootstrap5.php:46
msgid "Close menu"
msgstr "Menü schließen"
@ -133,19 +137,19 @@ msgstr "Standard-Header-Bild"
#: inc/customizer.php:67
msgid "Theme Layout Settings"
msgstr "Theme Layout Einstellungen"
msgstr "Theme-Layout-Einstellungen"
#: inc/customizer.php:69
msgid "Container width and sidebar defaults"
msgstr "Container-Breite und Seitenleisten-Einstellungen"
msgstr "Container-Breite und Standard-Einstellungen der Seitenleiste"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr "Bootstrap-Version"
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgstr "Zwischen Bootstrap 4 und Bootstrap 5 wählen"
msgid "Choose between Bootstrap 4 and Bootstrap 5"
msgstr "Zwischen Bootstrap 4 und Bootstrap 5 auswählen"
#: inc/customizer.php:94
msgid "Bootstrap 4"
@ -161,7 +165,7 @@ msgstr "Container-Breite"
#: inc/customizer.php:118
msgid "Choose between Bootstrap's container and container-fluid"
msgstr "Wählen Sie zwischen dem Bootstrap container und container-fluid aus"
msgstr "Zwischen Bootstraps container und container-fluid auswählen"
#: inc/customizer.php:122
msgid "Fixed width container"
@ -173,54 +177,61 @@ msgstr "Container mit voller Seitenbreite"
#: inc/customizer.php:145
msgid "Responsive Navigation Type"
msgstr ""
msgstr "Art der responsiven Navigation"
#: inc/customizer.php:146
msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
"Zwischen einer aus- und einklappenden Navigationsleiste und einer Off-Canvas-"
"Navigationsleiste auswählen."
#: inc/customizer.php:153
msgid "Collapse"
msgstr "Einklappen"
#: inc/customizer.php:154
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
msgid "Offcanvas"
msgstr ""
msgstr "Off-Canvas"
#: inc/customizer.php:177
#: inc/customizer.php:176
msgid "Sidebar Positioning"
msgstr "Seitenleisten-Positionierung"
#: inc/customizer.php:178
#: inc/customizer.php:177
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
"Standard-Position der Seitenleiste festlegen. Kann entweder rechts, links, "
"beidseitig oder keine sein. Hinweis: Die Position kann auf den einzelnen "
"Seiten seitenspezifisch geändert werden."
#: inc/customizer.php:186
#: inc/customizer.php:184
msgid "Right sidebar"
msgstr "Rechte Seitenleiste"
#: inc/customizer.php:187
#: inc/customizer.php:185
msgid "Left sidebar"
msgstr "Linke Seitenleiste"
#: inc/customizer.php:188
#: inc/customizer.php:186
msgid "Left & Right sidebars"
msgstr "Linke und rechte Seitenleiste"
msgstr "Linke & rechte Seitenleiste"
#: inc/customizer.php:189
#: inc/customizer.php:187
msgid "No sidebar"
msgstr "Keine Seitenleiste"
#: inc/customizer.php:211
#: inc/customizer.php:209
msgid "Footer Site Info"
msgstr ""
msgstr "Website-Information im Footer"
#: inc/customizer.php:212
#: inc/customizer.php:210
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
"Understraps Website-Information überschreiben, die sich im Footer der Seite "
"befindet."
#: inc/editor.php:50
msgid "Lead Paragraph"
@ -237,13 +248,13 @@ msgstr "Zitat"
#: inc/editor.php:66
msgid "Blockquote Footer"
msgstr ""
msgstr "Zitat-Footer"
#: inc/editor.php:72
msgid "Cite"
msgstr ""
#: inc/extras.php:245
#: inc/extras.php:247
msgid "Read More..."
msgstr "Weiterlesen..."
@ -300,107 +311,116 @@ msgid "Posted by"
msgstr "Veröffentlicht von"
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
#: inc/template-tags.php:102
msgid "Posted in %s"
msgstr "Veröffentlicht in %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
#: inc/template-tags.php:117
msgid "Tagged %s"
msgstr "Verschlagwortet mit %s"
#. translators: %s post title
#: inc/template-tags.php:128
#: inc/template-tags.php:136
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
msgstr "Kommentar hinterlassen<span class=\"screen-reader-text\"> zu %s</span>"
#: inc/template-tags.php:233
#: inc/template-tags.php:243
msgid "Comments navigation"
msgstr "Kommentarnavigation"
msgstr "Kommentar-Navigation"
#: inc/template-tags.php:237
#: inc/template-tags.php:247
msgid "&larr; Older Comments"
msgstr "&larr; Ältere Kommentare"
#: inc/template-tags.php:243
#: inc/template-tags.php:253
msgid "Newer Comments &rarr;"
msgstr "Neuere Kommentare &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
#: inc/template-tags.php:272
msgid "Edit %s"
msgstr "%s bearbeiten"
#: inc/template-tags.php:289
#: inc/template-tags.php:301
msgid "Post navigation"
msgstr "Beitrags-Navigation"
#: inc/template-tags.php:293
#: inc/template-tags.php:305
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
#: inc/template-tags.php:308
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
#: inc/template-tags.php:331
msgid "Pages:"
msgstr "Seiten:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
#: inc/template-tags.php:371
msgid ", "
msgstr ", "
#: inc/widgets.php:268
#. translators: Widget area title
#: inc/widgets.php:279
msgid "Right Sidebar"
msgstr "Rechte Seitenleiste"
#: inc/widgets.php:270
#: inc/widgets.php:281
msgid "Right sidebar widget area"
msgstr ""
msgstr "Widgetbereich der rechten Seitenleiste"
#: inc/widgets.php:280
#. translators: Widget area title
#: inc/widgets.php:292
msgid "Left Sidebar"
msgstr "Linke Seitenleiste"
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr ""
#: inc/widgets.php:292
msgid "Hero Slider"
msgstr "\"Bühnen\"-Slider"
#: inc/widgets.php:294
msgid "Left sidebar widget area"
msgstr "Widgetbereich der linken Seitenleiste"
#. translators: Widget area title
#: inc/widgets.php:305
msgid "Hero Slider"
msgstr "Hero-Slider"
#: inc/widgets.php:307
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
"Hero-Slider-Bereich. Zwei oder mehr Widgets hier platzieren und sie werden "
"durchlaufen!"
#: inc/widgets.php:304
#. translators: Widget area title
#: inc/widgets.php:318
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
#: inc/widgets.php:320
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
"Hero-Bereich in voller Breite für Bootstrap- oder individuelles HTML-Markup"
#: inc/widgets.php:316
#. translators: Widget area title
#: inc/widgets.php:331
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
#: inc/widgets.php:333
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
#. translators: Widget area title
#: inc/widgets.php:344
msgid "Footer Full"
msgstr "Fußbereich"
#: inc/widgets.php:330
#: inc/widgets.php:346
msgid "Full sized footer widget with dynamic grid"
msgstr ""
msgstr "Footer-Widgetbereich in voller Breite mit dynamischem Grid"
#: loop-templates/content-none.php:18
msgid "Nothing Found"
@ -420,15 +440,15 @@ msgid ""
"different keywords."
msgstr ""
"Leider gibt es keine Übereinstimmung mit Ihren Suchbegriffen. Bitte "
"versuchen Sie es nochmal mit einigen anderen Begriffen."
"versuchen Sie es nochmal mit anderen Begriffen."
#: loop-templates/content-none.php:46
msgid ""
"It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
"searching can help."
msgstr ""
"Es sieht so aus, als ob wir nicht das finden konnten, wonach Sie gesucht "
"haben. Möglicherweise hilft eine Suche."
"Es sieht so aus, als ob wir nicht finden konnten, wonach Sie gesucht haben. "
"Möglicherweise hilft eine Suche."
#. Template Name of the theme
msgid "Blank Page Template"
@ -436,7 +456,7 @@ msgstr "Komplett leere Seiten-Vorlage"
#. Template Name of the theme
msgid "Left and Right Sidebar Layout"
msgstr "Linke und rechte Seitenspalte"
msgstr "Linke und rechte Seitenleiste"
#. Template Name of the theme
msgid "Empty Page Template"
@ -452,7 +472,7 @@ msgstr "Layout mit linker Seitenleiste"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
msgstr "Kein Titel, Seite mit voller Breite"
#. Template Name of the theme
msgid "Right Sidebar Layout"
@ -471,7 +491,7 @@ msgstr "Suche nach:"
#: searchform.php:23
msgctxt "placeholder"
msgid "Search &hellip;"
msgstr "Suche&#160;&hellip;"
msgstr "Suche &hellip;"
#: searchform.php:25 searchform.php:28
msgctxt "submit button"

Binary file not shown.

View File

@ -1,487 +0,0 @@
# Translation of Understrap in Greek
# This file is distributed under the same license as the Understrap package.
msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:18+0200\n"
"Last-Translator: \n"
"Language-Team: stef.kariotidis@gmail.com\n"
"Language: el_GR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Poedit 3.2\n"
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
"translate_nooped_plural\n"
#. Theme Name of the theme
msgid "Understrap"
msgstr "Understrap"
#. Theme URI of the theme
#: inc/hooks.php:40
msgid "https://understrap.com"
msgstr "https://understrap.com"
#. Description of the theme
msgid ""
"The renowned WordPress starter theme framework that combined Underscores and "
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
"custom WordPress sites."
msgstr ""
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr "Howard Development &amp; Consulting"
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr "https://howarddc.com"
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
msgstr "Ωπα! Αυτή η σελίδα δε βρέθηκε."
#: 404.php:36
msgid "It looks like nothing was found at this location. Maybe try a search?"
msgstr ""
"Φαίνεται ότι δε βρέθηκε τίποτα σε αυτή την τοποθεσία. Μήπως να δοκιμάζατε "
"μια αναζήτηση;"
#: 404.php:46
msgid "Most Used Categories"
msgstr "Οι Πιο Χρησιμοποιημένες Κατηγορίες"
#. translators: %1$s: smiley
#: 404.php:69
msgid "Try looking in the monthly archives. %1$s"
msgstr "Δοκιμάστε να αναζητήσετε στα μηνιαία αρχεία. %1$s"
#. translators: %s: author name
#: author.php:44
msgctxt "Avatar alt"
msgid "Profile picture of %s"
msgstr "Εικόνα προφίλ του %s"
#: author.php:54
msgid "Website"
msgstr "Ιστότοπος"
#. translators: %s: author name
#: author.php:65
msgid "About %s"
msgstr "Σχετικά με %s"
#. translators: %s: author name
#: author.php:79
msgid "Posts by %s"
msgstr "Άρθρα του/της %s"
#. translators: %s: post title
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr "Μια σκέψη στο &ldquo;%s&rdquo;"
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "%1$s σκέψη σχετικά μέ το &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s σκέψεις σχετικά με το &ldquo;%2$s&rdquo;"
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
msgid "Main Navigation"
msgstr "Κύριο μενού πλοήγησης"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
msgid "Toggle navigation"
msgstr "Εναλλαγή πλοήγησης"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
msgid "Open menu"
msgstr "Άνοιγμα μενού"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
msgid "Close menu"
msgstr "Κλείσιμο Μενού"
#: header.php:32
msgid "Skip to content"
msgstr "Μετάβαση στο περιεχόμενο"
#: inc/class-wp-bootstrap-navwalker.php:377
msgid "Add a menu"
msgstr "Προσθήκη μενού"
#: inc/custom-comments.php:106
msgid "Comments are closed."
msgstr "Τα σχόλια είναι απενεργοποιημένα."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr ""
#: inc/customizer.php:67
msgid "Theme Layout Settings"
msgstr "Ρυθμίσεις Διάταξης Θέματος"
#: inc/customizer.php:69
msgid "Container width and sidebar defaults"
msgstr "Πλάτος Διάταξης και Προεπιλογές Εργαλειοθήκης"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr "Έκδοση Bootstrap"
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgstr ""
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr "Bootstrap 4"
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr "Bootstrap 5"
#: inc/customizer.php:117
msgid "Container Width"
msgstr "Πλάτος Διάταξης"
#: inc/customizer.php:118
msgid "Choose between Bootstrap's container and container-fluid"
msgstr "Επιλογή μεταξύ πλήρους ή μη πλάτους"
#: inc/customizer.php:122
msgid "Fixed width container"
msgstr "Περιορισμένου πλάτους διάταξη"
#: inc/customizer.php:123
msgid "Full width container"
msgstr "Πλήρους πλάτους διάταξη"
#: inc/customizer.php:145
msgid "Responsive Navigation Type"
msgstr ""
#: inc/customizer.php:146
msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
msgid "Sidebar Positioning"
msgstr "Τοποθέτηση Εργαλειοθήκης"
#: inc/customizer.php:178
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
#: inc/customizer.php:186
msgid "Right sidebar"
msgstr "Εργαλειοθήκη δεξιά"
#: inc/customizer.php:187
msgid "Left sidebar"
msgstr "Εργαλειοθήκη αριστερά"
#: inc/customizer.php:188
msgid "Left & Right sidebars"
msgstr "Εργαλειοθήκες αριστερά & δεξιά"
#: inc/customizer.php:189
msgid "No sidebar"
msgstr "Χωρίς εργαλειοθήκη"
#: inc/customizer.php:211
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
#: inc/editor.php:50
msgid "Lead Paragraph"
msgstr ""
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr "Μικρό"
#: inc/editor.php:60
msgid "Blockquote"
msgstr "Παράθεμα"
#: inc/editor.php:66
msgid "Blockquote Footer"
msgstr ""
#: inc/editor.php:72
msgid "Cite"
msgstr ""
#: inc/extras.php:245
msgid "Read More..."
msgstr "Διαβάστε Περισσότερα..."
#: inc/hooks.php:30
msgid "https://wordpress.org/"
msgstr "https://wordpress.org"
#. translators: WordPress
#: inc/hooks.php:33
msgid "Proudly powered by %s"
msgstr "Με τη στήριξη από %s"
#. translators: 1: Theme name, 2: Theme author
#: inc/hooks.php:38
msgid "Theme: %1$s by %2$s."
msgstr "Θέμα %1$s από %2$s."
#. translators: Theme version
#: inc/hooks.php:44
msgid "Version: %s"
msgstr "Έκδοση: %s"
#: inc/pagination.php:53
msgctxt "previous set of posts"
msgid "&laquo;"
msgstr "&laquo;"
#: inc/pagination.php:54
msgctxt "next set of posts"
msgid "&raquo;"
msgstr "&raquo;"
#: inc/pagination.php:56
msgid "Posts navigation"
msgstr "Πλοήγηση άρθρων"
#: inc/setup.php:49
msgid "Primary Menu"
msgstr "Κύριο Μενού"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr ""
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr ""
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr ""
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
msgid "Posted in %s"
msgstr "Αναρτήθηκε στις %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
msgid "Tagged %s"
msgstr "Με ετικέτα: %s"
#. translators: %s post title
#: inc/template-tags.php:128
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
#: inc/template-tags.php:233
msgid "Comments navigation"
msgstr "Πλοήγηση στα σχόλια"
#: inc/template-tags.php:237
msgid "&larr; Older Comments"
msgstr "&larr; Παλιότερα Σχόλια"
#: inc/template-tags.php:243
msgid "Newer Comments &rarr;"
msgstr "Νεότερα Σχόλια &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
msgid "Edit %s"
msgstr "Επεξεργασία %s"
#: inc/template-tags.php:289
msgid "Post navigation"
msgstr "Πλοήγηση άρθρων"
#: inc/template-tags.php:293
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
msgid "Pages:"
msgstr "Σελίδες:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
msgid ", "
msgstr ", "
#: inc/widgets.php:268
msgid "Right Sidebar"
msgstr "Δεξιά Εργαλειοθήκη"
#: inc/widgets.php:270
msgid "Right sidebar widget area"
msgstr ""
#: inc/widgets.php:280
msgid "Left Sidebar"
msgstr "Αριστερή Εργαλειοθήκη"
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr ""
#: inc/widgets.php:292
msgid "Hero Slider"
msgstr "Ολισθητής Hero"
#: inc/widgets.php:294
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
msgid "Footer Full"
msgstr "Υποσέλιδο Πλήρες"
#: inc/widgets.php:330
msgid "Full sized footer widget with dynamic grid"
msgstr ""
#: loop-templates/content-none.php:18
msgid "Nothing Found"
msgstr "Δεν βρέθηκε κάτι"
#. translators: 1: Link to WP admin new post page.
#: loop-templates/content-none.php:30
msgid ""
"Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Έτοιμοι για το πρώτο σας άρθρο; <a href=\"%1$s\">Πάμε</a>."
#: loop-templates/content-none.php:38
msgid ""
"Sorry, but nothing matched your search terms. Please try again with some "
"different keywords."
msgstr ""
"Λυπάμαι, αλλά τίποτα δεν βρέθηκε που ταιριάζει στους όρους αναζήτησης. "
"Παρακαλώ προσπαθήστε ξανά με άλλες λέξεις κλειδιά."
#: loop-templates/content-none.php:46
msgid ""
"It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
"searching can help."
msgstr ""
"Φαίνεται ότι δεν βρήκαμε αυτό που ζητούσατε. Αν θέλετε, δοκιμάστε την "
"αναζήτηση."
#. Template Name of the theme
msgid "Blank Page Template"
msgstr "Υπόδειγμα Κενής Σελίδας"
#. Template Name of the theme
msgid "Left and Right Sidebar Layout"
msgstr "Διάταξη με Αριστερή και Δεξιά Εργαλειοθήκη"
#. Template Name of the theme
msgid "Empty Page Template"
msgstr "Πρότυπο Κενής Σελίδας"
#. Template Name of the theme
msgid "Full Width Page"
msgstr "Σελίδα Πλήρους Πλάτους"
#. Template Name of the theme
msgid "Left Sidebar Layout"
msgstr "Διάταξη με Αριστερή Εργαλειοθήκη"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
#. Template Name of the theme
msgid "Right Sidebar Layout"
msgstr ""
#. translators: %s: query term
#: search.php:38
msgid "Search Results for: %s"
msgstr "Αποτελέσματα αναζήτησης για : %s"
#: searchform.php:21
msgctxt "label"
msgid "Search for:"
msgstr "Αναζήτηση για:"
#: searchform.php:23
msgctxt "placeholder"
msgid "Search &hellip;"
msgstr "Αναζήτηση&hellip;"
#: searchform.php:25 searchform.php:28
msgctxt "submit button"
msgid "Search"
msgstr "Αναζήτηση"
#: sidebar-templates/sidebar-hero.php:28
msgctxt "carousel control"
msgid "Previous"
msgstr "Προηγούμενη"
#: sidebar-templates/sidebar-hero.php:36
msgctxt "carousel control"
msgid "Next"
msgstr "Επόμενη"

Binary file not shown.

View File

@ -1,502 +0,0 @@
# Translation of Understrap in Spanish (Spain)
# This file is distributed under the same license as the Understrap package.
msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:20+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Poedit 3.2\n"
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
"translate_nooped_plural\n"
#. Theme Name of the theme
msgid "Understrap"
msgstr "Understrap"
#. Theme URI of the theme
#: inc/hooks.php:40
msgid "https://understrap.com"
msgstr "https://understrap.com"
#. Description of the theme
msgid ""
"The renowned WordPress starter theme framework that combined Underscores and "
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
"custom WordPress sites."
msgstr ""
"El famoso framework de tema de inicio para WordPress que combina "
"Underscores y Bootstrap. Con la confianza de más de 100.000 desarrolladores "
"para crear sitios WordPress hechos a mano y personalizados."
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr "Howard Development &amp; Consulting"
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr "https://howarddc.com"
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
msgstr "¡Vaya! No se ha podido encontrar esa página."
#: 404.php:36
msgid "It looks like nothing was found at this location. Maybe try a search?"
msgstr ""
"Parece que no se ha encontrado nada en esta ubicación. ¿Quieres probar una "
"búsqueda?"
#: 404.php:46
msgid "Most Used Categories"
msgstr "Categorías más usadas"
#. translators: %1$s: smiley
#: 404.php:69
msgid "Try looking in the monthly archives. %1$s"
msgstr "Intenta buscar en los archivos mensuales. %1$s"
#. translators: %s: author name
#: author.php:44
msgctxt "Avatar alt"
msgid "Profile picture of %s"
msgstr "Foto del perfil de %s"
#: author.php:54
msgid "Website"
msgstr "Web"
#. translators: %s: author name
#: author.php:65
msgid "About %s"
msgstr "Acerca de %s"
#. translators: %s: author name
#: author.php:79
msgid "Posts by %s"
msgstr "Entradas de %s"
#. translators: %s: post title
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr "Un comentario en «%s»"
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "%1$s comentario en «%2$s»"
msgstr[1] "%1$s comentarios en «%2$s»"
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
msgid "Main Navigation"
msgstr "Navegación principal"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
msgid "Toggle navigation"
msgstr "Alternar la navegación"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
msgid "Open menu"
msgstr "Abrir el menú"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
msgid "Close menu"
msgstr "Cerrar el menú"
#: header.php:32
msgid "Skip to content"
msgstr "Saltar al contenido"
#: inc/class-wp-bootstrap-navwalker.php:377
msgid "Add a menu"
msgstr "Añadir un menú"
#: inc/custom-comments.php:106
msgid "Comments are closed."
msgstr "Los comentarios están cerrados."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr "Imagen por defecto de la cabecera"
#: inc/customizer.php:67
msgid "Theme Layout Settings"
msgstr "Ajustes del diseño del tema"
#: inc/customizer.php:69
msgid "Container width and sidebar defaults"
msgstr "Valores por defecto del ancho del contenedor y de la barra lateral"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr "Versión de Bootstrap"
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgstr "Elige entre Bootstrap 4 o Bootstrap 5"
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr "Bootstrap 4"
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr "Bootstrap 5"
#: inc/customizer.php:117
msgid "Container Width"
msgstr "Ancho del contenedor"
#: inc/customizer.php:118
msgid "Choose between Bootstrap's container and container-fluid"
msgstr "Elige entre el container y container-fluid de Bootstrap"
#: inc/customizer.php:122
msgid "Fixed width container"
msgstr "Contenedor de ancho fijo"
#: inc/customizer.php:123
msgid "Full width container"
msgstr "Contenedor de ancho completo"
#: inc/customizer.php:145
msgid "Responsive Navigation Type"
msgstr "Tipo de navegación adaptable"
#: inc/customizer.php:146
msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
"Elige entre una barra de navegación ampliable y contraíble o un cajón fuera "
"del lienzo."
#: inc/customizer.php:154
msgid "Collapse"
msgstr "Contraíble"
#: inc/customizer.php:155
msgid "Offcanvas"
msgstr "Fuera del lienzo"
#: inc/customizer.php:177
msgid "Sidebar Positioning"
msgstr "Posición de la barra lateral"
#: inc/customizer.php:178
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
"Establece la posición por defecto de la barra lateral. Puede ser: derecha, "
"izquierda, ambas o ninguna. Nota: esto puede ser anulado en las páginas "
"individuales."
#: inc/customizer.php:186
msgid "Right sidebar"
msgstr "Barra lateral derecha"
#: inc/customizer.php:187
msgid "Left sidebar"
msgstr "Barra lateral izquierda"
#: inc/customizer.php:188
msgid "Left & Right sidebars"
msgstr "Barras laterales izquierda y derecha"
#: inc/customizer.php:189
msgid "No sidebar"
msgstr "Sin barra lateral"
#: inc/customizer.php:211
msgid "Footer Site Info"
msgstr "Información del sitio del pie de página"
#: inc/customizer.php:212
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
"Anula la información del sitio de Understrap ubicada en el pie de página."
#: inc/editor.php:50
msgid "Lead Paragraph"
msgstr "Párrafo principal"
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr "Pequeña"
#: inc/editor.php:60
msgid "Blockquote"
msgstr "Cita"
#: inc/editor.php:66
msgid "Blockquote Footer"
msgstr ""
#: inc/editor.php:72
msgid "Cite"
msgstr ""
#: inc/extras.php:245
msgid "Read More..."
msgstr "Leer más..."
#: inc/hooks.php:30
msgid "https://wordpress.org/"
msgstr "https://es.wordpress.org/"
#. translators: WordPress
#: inc/hooks.php:33
msgid "Proudly powered by %s"
msgstr "Funciona gracias a %s"
#. translators: 1: Theme name, 2: Theme author
#: inc/hooks.php:38
msgid "Theme: %1$s by %2$s."
msgstr "Tema: %1$s de %2$s."
#. translators: Theme version
#: inc/hooks.php:44
msgid "Version: %s"
msgstr "Versión: %s"
#: inc/pagination.php:53
msgctxt "previous set of posts"
msgid "&laquo;"
msgstr "&laquo;"
#: inc/pagination.php:54
msgctxt "next set of posts"
msgid "&raquo;"
msgstr "&raquo;"
#: inc/pagination.php:56
msgid "Posts navigation"
msgstr "Navegación de entradas"
#: inc/setup.php:49
msgid "Primary Menu"
msgstr "Menú principal"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr "Publicado el"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr "por"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr "Publicado por"
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
msgid "Posted in %s"
msgstr "Publicado en %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
msgid "Tagged %s"
msgstr "Etiquetado como %s"
#. translators: %s post title
#: inc/template-tags.php:128
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
#: inc/template-tags.php:233
msgid "Comments navigation"
msgstr "Navegación de comentarios"
#: inc/template-tags.php:237
msgid "&larr; Older Comments"
msgstr "&larr; Comentarios anteriores"
#: inc/template-tags.php:243
msgid "Newer Comments &rarr;"
msgstr "Comentarios siguientes &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
msgid "Edit %s"
msgstr "Editar %s"
#: inc/template-tags.php:289
msgid "Post navigation"
msgstr "Navegación de entradas"
#: inc/template-tags.php:293
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
msgid "Pages:"
msgstr "Páginas:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
msgid ", "
msgstr ", "
#: inc/widgets.php:268
msgid "Right Sidebar"
msgstr "Barra lateral derecha"
#: inc/widgets.php:270
msgid "Right sidebar widget area"
msgstr "Área de widgets de la barra lateral derecha"
#: inc/widgets.php:280
msgid "Left Sidebar"
msgstr "Barra lateral izquierda"
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr "Área de widgets de la barra lateral izquieda"
#: inc/widgets.php:292
msgid "Hero Slider"
msgstr "Carrusel a pantalla completa"
#: inc/widgets.php:294
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
"Área de carrusel a pantalla completa. ¡Coloca aquí dos o más widgets y se "
"deslizarán!"
#: inc/widgets.php:304
msgid "Hero Canvas"
msgstr "Lienzo a pantalla completa"
#: inc/widgets.php:306
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
"Área de lienzo Hero de tamaño completo para Bootstrap y otro marcado HTML "
"personalizado"
#: inc/widgets.php:316
msgid "Top Full"
msgstr "Superior completo"
#: inc/widgets.php:318
msgid "Full top widget with dynamic grid"
msgstr "Widget superior completo con cuadrícula dinámica"
#: inc/widgets.php:328
msgid "Footer Full"
msgstr "Pie de página completo"
#: inc/widgets.php:330
msgid "Full sized footer widget with dynamic grid"
msgstr "Widget del pie de página de tamaño completo con cuadrícula dinámica"
#: loop-templates/content-none.php:18
msgid "Nothing Found"
msgstr "No se ha encontrado nada"
#. translators: 1: Link to WP admin new post page.
#: loop-templates/content-none.php:30
msgid ""
"Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr ""
"¿Preparado para publicar tu primera entrada? <a href=\"%1$s\">Empieza aquí</"
"a>."
#: loop-templates/content-none.php:38
msgid ""
"Sorry, but nothing matched your search terms. Please try again with some "
"different keywords."
msgstr ""
"Lo siento, pero no hay nada que coincida con tus términos de búsqueda. Por "
"favor, inténtalo de nuevo con algunas palabras clave diferentes."
#: loop-templates/content-none.php:46
msgid ""
"It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
"searching can help."
msgstr ""
"Parece que no hemos podido encontrar lo que estás buscando. Quizá pueda "
"ayudarte una búsqueda."
#. Template Name of the theme
msgid "Blank Page Template"
msgstr "Plantilla de página en blanco"
#. Template Name of the theme
msgid "Left and Right Sidebar Layout"
msgstr "Diseño de las barras laterales izquierda y derecha"
#. Template Name of the theme
msgid "Empty Page Template"
msgstr "Plantilla de página vacía"
#. Template Name of the theme
msgid "Full Width Page"
msgstr "Página de ancho completo"
#. Template Name of the theme
msgid "Left Sidebar Layout"
msgstr "Diseño de la barra lateral izquierda"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
#. Template Name of the theme
msgid "Right Sidebar Layout"
msgstr "Diseño de la barra lateral derecha"
#. translators: %s: query term
#: search.php:38
msgid "Search Results for: %s"
msgstr "Resultados de la búsqueda de: %s"
#: searchform.php:21
msgctxt "label"
msgid "Search for:"
msgstr "Buscar:"
#: searchform.php:23
msgctxt "placeholder"
msgid "Search &hellip;"
msgstr "Buscar &hellip;"
#: searchform.php:25 searchform.php:28
msgctxt "submit button"
msgid "Search"
msgstr "Buscar"
#: sidebar-templates/sidebar-hero.php:28
msgctxt "carousel control"
msgid "Previous"
msgstr "Anterior"
#: sidebar-templates/sidebar-hero.php:36
msgctxt "carousel control"
msgid "Next"
msgstr "Siguiente"

Binary file not shown.

View File

@ -1,501 +0,0 @@
# Translation of Understrap in French (France)
# This file is distributed under the same license as the Understrap package.
msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:21+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Poedit 3.2\n"
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
"translate_nooped_plural\n"
#. Theme Name of the theme
msgid "Understrap"
msgstr "Understrap"
#. Theme URI of the theme
#: inc/hooks.php:40
msgid "https://understrap.com"
msgstr "https://understrap.com"
#. Description of the theme
msgid ""
"The renowned WordPress starter theme framework that combined Underscores and "
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
"custom WordPress sites."
msgstr ""
"Le célèbre starter thème WordPress qui combine Underscores et Bootstrap. "
"Utilisé par plus de 100 000 développeurs et développeuses pour créer des "
"sites WordPress sur mesure et personnalisés."
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr "Howard Development &amp; Consulting"
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr "https://howarddc.com"
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
msgstr "Aïe ! Cette page est introuvable."
#: 404.php:36
msgid "It looks like nothing was found at this location. Maybe try a search?"
msgstr ""
"Apparemment, rien na été trouvé à cette adresse. Essayez avec une "
"recherche ?"
#: 404.php:46
msgid "Most Used Categories"
msgstr "Catégories les plus utilisées"
#. translators: %1$s: smiley
#: 404.php:69
msgid "Try looking in the monthly archives. %1$s"
msgstr "Essayez de voir du côté des archives mensuelles. %1$s"
#. translators: %s: author name
#: author.php:44
msgctxt "Avatar alt"
msgid "Profile picture of %s"
msgstr "Photo de profil de %s"
#: author.php:54
msgid "Website"
msgstr "Site web"
#. translators: %s: author name
#: author.php:65
msgid "About %s"
msgstr "À propos de %s"
#. translators: %s: author name
#: author.php:79
msgid "Posts by %s"
msgstr "Articles par %s"
#. translators: %s: post title
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr "Un commentaire sur « %s »"
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "%1$s commentaire sur « %2$s »"
msgstr[1] "%1$s commentaires sur « %2$s »"
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
msgid "Main Navigation"
msgstr "Navigation principale"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
msgid "Toggle navigation"
msgstr "Afficher/masquer la navigation"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
msgid "Open menu"
msgstr "Ouvrir le menu"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
msgid "Close menu"
msgstr "Fermer le menu"
#: header.php:32
msgid "Skip to content"
msgstr "Aller au contenu"
#: inc/class-wp-bootstrap-navwalker.php:377
msgid "Add a menu"
msgstr "Ajouter un menu"
#: inc/custom-comments.php:106
msgid "Comments are closed."
msgstr "Les commentaires sont désactivés."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr "Image den-tête par défaut"
#: inc/customizer.php:67
msgid "Theme Layout Settings"
msgstr "Réglages de la mise en page du thème"
#: inc/customizer.php:69
msgid "Container width and sidebar defaults"
msgstr "Largeur du conteneur et colonne latérale par défaut"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr "Version de Bootstrap"
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgstr "Choisissez entre Bootstrap 4 ou Bootstrap 5"
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr "Bootstrap 4"
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr "Bootstrap 5"
#: inc/customizer.php:117
msgid "Container Width"
msgstr "Largeur du conteneur"
#: inc/customizer.php:118
msgid "Choose between Bootstrap's container and container-fluid"
msgstr "Choisissez entre le conteneur de Bootstrap et le conteneur-fluide"
#: inc/customizer.php:122
msgid "Fixed width container"
msgstr "Largeur de conteneur fixe"
#: inc/customizer.php:123
msgid "Full width container"
msgstr "Conteneur en pleine largeur"
#: inc/customizer.php:145
msgid "Responsive Navigation Type"
msgstr "Type de navigation responsive"
#: inc/customizer.php:146
msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
"Choisissez entre une barre de navigation extensible et rétractable ou un "
"tiroir hors canevas."
#: inc/customizer.php:154
msgid "Collapse"
msgstr "Replier"
#: inc/customizer.php:155
msgid "Offcanvas"
msgstr "Hors champ"
#: inc/customizer.php:177
msgid "Sidebar Positioning"
msgstr "Position de la colonne latérale"
#: inc/customizer.php:178
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
"Définissez la position par défaut de la colonne latérale. Elle peut être : à "
"droite, à gauche, des deux cotés ou inexistante. Note : ceci peut être "
"surclassé sur les pages individuelles."
#: inc/customizer.php:186
msgid "Right sidebar"
msgstr "Colonne latérale droite"
#: inc/customizer.php:187
msgid "Left sidebar"
msgstr "Colonne latérale gauche"
#: inc/customizer.php:188
msgid "Left & Right sidebars"
msgstr "Colonnes latérales gauche et droite"
#: inc/customizer.php:189
msgid "No sidebar"
msgstr "Aucune colonne latérale"
#: inc/customizer.php:211
msgid "Footer Site Info"
msgstr "Information sur le pied de page du site"
#: inc/customizer.php:212
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
"Modifier les informations du site dUnderstrap localisé dans le pied de page."
#: inc/editor.php:50
msgid "Lead Paragraph"
msgstr ""
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr "Petite"
#: inc/editor.php:60
msgid "Blockquote"
msgstr "Bloc de citation"
#: inc/editor.php:66
msgid "Blockquote Footer"
msgstr ""
#: inc/editor.php:72
msgid "Cite"
msgstr "Citation"
#: inc/extras.php:245
msgid "Read More..."
msgstr "Lire la suite…"
#: inc/hooks.php:30
msgid "https://wordpress.org/"
msgstr "https://fr.wordpress.org/"
#. translators: WordPress
#: inc/hooks.php:33
msgid "Proudly powered by %s"
msgstr "Fièrement propulsé par %s"
#. translators: 1: Theme name, 2: Theme author
#: inc/hooks.php:38
msgid "Theme: %1$s by %2$s."
msgstr "Thème : %1$s par %2$s."
#. translators: Theme version
#: inc/hooks.php:44
msgid "Version: %s"
msgstr "Version : %s"
#: inc/pagination.php:53
msgctxt "previous set of posts"
msgid "&laquo;"
msgstr "&laquo;"
#: inc/pagination.php:54
msgctxt "next set of posts"
msgid "&raquo;"
msgstr "&raquo;"
#: inc/pagination.php:56
msgid "Posts navigation"
msgstr "Navigation des articles"
#: inc/setup.php:49
msgid "Primary Menu"
msgstr "Menu principal"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr "Publié le"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr "par"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr "Publié par"
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
msgid "Posted in %s"
msgstr "Publié dans %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
msgid "Tagged %s"
msgstr "Étiqueté %s"
#. translators: %s post title
#: inc/template-tags.php:128
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
#: inc/template-tags.php:233
msgid "Comments navigation"
msgstr "Navigation des commentaires"
#: inc/template-tags.php:237
msgid "&larr; Older Comments"
msgstr "&larr; Commentaires plus anciens"
#: inc/template-tags.php:243
msgid "Newer Comments &rarr;"
msgstr "Commentaires plus récents &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
msgid "Edit %s"
msgstr "Modifier %s"
#: inc/template-tags.php:289
msgid "Post navigation"
msgstr "Navigation de larticle"
#: inc/template-tags.php:293
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
msgid "Pages:"
msgstr "Pages :"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
msgid ", "
msgstr ", "
#: inc/widgets.php:268
msgid "Right Sidebar"
msgstr "Colonne latérale droite"
#: inc/widgets.php:270
msgid "Right sidebar widget area"
msgstr ""
#: inc/widgets.php:280
msgid "Left Sidebar"
msgstr "Colonne latérale gauche"
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr ""
#: inc/widgets.php:292
msgid "Hero Slider"
msgstr "Diaporama Hero"
#: inc/widgets.php:294
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
"Zone de diaporama Hero. Placez deux widgets ou plus et ils défileront !"
#: inc/widgets.php:304
msgid "Hero Canvas"
msgstr "Canvas du Hero"
#: inc/widgets.php:306
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
"Zone Hero en pleine largeur pour Bootstrap et dautres balises HTML "
"personnalisées"
#: inc/widgets.php:316
msgid "Top Full"
msgstr "Haut pleine largeur"
#: inc/widgets.php:318
msgid "Full top widget with dynamic grid"
msgstr "Widget den-tête en pleine taille avec une grille dynamique"
#: inc/widgets.php:328
msgid "Footer Full"
msgstr "Pied de page entier"
#: inc/widgets.php:330
msgid "Full sized footer widget with dynamic grid"
msgstr "Widget de pied de page pleine taille avec une grille dynamique"
#: loop-templates/content-none.php:18
msgid "Nothing Found"
msgstr "Rien na été trouvé"
#. translators: 1: Link to WP admin new post page.
#: loop-templates/content-none.php:30
msgid ""
"Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr ""
"Prêt·e à publier votre premier article ? <a href=\"%1$s\">Lancez-vous ici</"
"a>."
#: loop-templates/content-none.php:38
msgid ""
"Sorry, but nothing matched your search terms. Please try again with some "
"different keywords."
msgstr ""
"Désolé, mais rien ne correspond à vos critères de recherche. Veuillez "
"réessayer avec dautres mots-clés."
#: loop-templates/content-none.php:46
msgid ""
"It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
"searching can help."
msgstr ""
"Il semblerait que nous ne pouvons trouver ce que vous cherchez. Une "
"recherche pourrait vous être utile."
#. Template Name of the theme
msgid "Blank Page Template"
msgstr "Modèle de page blanche"
#. Template Name of the theme
msgid "Left and Right Sidebar Layout"
msgstr ""
#. Template Name of the theme
msgid "Empty Page Template"
msgstr "Modèle de page vide"
#. Template Name of the theme
msgid "Full Width Page"
msgstr "Page en pleine largeur"
#. Template Name of the theme
msgid "Left Sidebar Layout"
msgstr "Colonne à gauche"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
#. Template Name of the theme
msgid "Right Sidebar Layout"
msgstr ""
#. translators: %s: query term
#: search.php:38
msgid "Search Results for: %s"
msgstr "Résultats de recherche pour : %s"
#: searchform.php:21
msgctxt "label"
msgid "Search for:"
msgstr "Rechercher :"
#: searchform.php:23
msgctxt "placeholder"
msgid "Search &hellip;"
msgstr "Rechercher…"
#: searchform.php:25 searchform.php:28
msgctxt "submit button"
msgid "Search"
msgstr "Rechercher"
#: sidebar-templates/sidebar-hero.php:28
msgctxt "carousel control"
msgid "Previous"
msgstr "Précédent"
#: sidebar-templates/sidebar-hero.php:36
msgctxt "carousel control"
msgid "Next"
msgstr "Suivant"

Binary file not shown.

View File

@ -4,8 +4,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:25+0200\n"
"POT-Creation-Date: 2022-11-05T23:31:56+00:00\n"
"PO-Revision-Date: 2022-11-06 00:54+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: he_IL\n"
@ -94,22 +94,22 @@ msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "מחשבה אחת על &ldquo;%2$s&rdquo;"
msgstr[1] "מחשבות על &ldquo;%2$s&rdquo;"
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
#: global-templates/navbar-collapse-bootstrap4.php:18
#: global-templates/navbar-collapse-bootstrap5.php:18
#: global-templates/navbar-offcanvas-bootstrap5.php:18
msgid "Main Navigation"
msgstr "ניווט ראשי"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
#: global-templates/navbar-collapse-bootstrap4.php:35
#: global-templates/navbar-collapse-bootstrap5.php:34
msgid "Toggle navigation"
msgstr "לשנות את הניווט"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
#: global-templates/navbar-offcanvas-bootstrap5.php:34
msgid "Open menu"
msgstr "פתיחת תפריט"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
#: global-templates/navbar-offcanvas-bootstrap5.php:46
msgid "Close menu"
msgstr "סגירת תפריט"
@ -139,10 +139,10 @@ msgstr "ברירות מחדל, רוחב ותיבה, מיכל"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr ""
msgstr "Bootstrap גרסה"
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgid "Choose between Bootstrap 4 and Bootstrap 5"
msgstr ""
#: inc/customizer.php:94
@ -178,19 +178,19 @@ msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
#: inc/customizer.php:153
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
#: inc/customizer.php:154
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
#: inc/customizer.php:176
msgid "Sidebar Positioning"
msgstr "מיקום סרגל צדדי"
#: inc/customizer.php:178
#: inc/customizer.php:177
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
@ -198,27 +198,27 @@ msgstr ""
"הגדר את מיקום ברירת המחדל של הסרגל הצידי. יכול גם להיות: ימין, שמאל, שניהם "
"או אף אחד. הערה: זה יכול להתבטל בעמודים נפרדים."
#: inc/customizer.php:186
#: inc/customizer.php:184
msgid "Right sidebar"
msgstr "סרגל צדדי ימני"
#: inc/customizer.php:187
#: inc/customizer.php:185
msgid "Left sidebar"
msgstr "סרגל צדדי שמאלי"
#: inc/customizer.php:188
#: inc/customizer.php:186
msgid "Left & Right sidebars"
msgstr "סרגלים צידיים שמאלה וימינה"
#: inc/customizer.php:189
#: inc/customizer.php:187
msgid "No sidebar"
msgstr "ללא סרגל צדדי"
#: inc/customizer.php:211
#: inc/customizer.php:209
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
#: inc/customizer.php:210
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
@ -243,7 +243,7 @@ msgstr ""
msgid "Cite"
msgstr ""
#: inc/extras.php:245
#: inc/extras.php:247
msgid "Read More..."
msgstr "קרא עוד..."
@ -259,7 +259,7 @@ msgstr "בנוי על %s"
#. translators: 1: Theme name, 2: Theme author
#: inc/hooks.php:38
msgid "Theme: %1$s by %2$s."
msgstr "ערכת עיצוב: %1$s מבוסס %2$s."
msgstr "ערכת עיצוב: %1$s מבוסס %2$s."
#. translators: Theme version
#: inc/hooks.php:44
@ -287,118 +287,126 @@ msgstr "תפריט ראשי"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr ""
msgstr "פורסם בתאריך"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr ""
msgstr "מאת"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr ""
msgstr "פורסם על ידי"
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
#: inc/template-tags.php:102
msgid "Posted in %s"
msgstr "פורסם תחת %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
#: inc/template-tags.php:117
msgid "Tagged %s"
msgstr "תוייג %s"
#. translators: %s post title
#: inc/template-tags.php:128
#: inc/template-tags.php:136
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
msgstr "להגיב<span class=\"screen-reader-text\"> על %s</span>"
#: inc/template-tags.php:233
#: inc/template-tags.php:243
msgid "Comments navigation"
msgstr "ניווט תגובות"
#: inc/template-tags.php:237
#: inc/template-tags.php:247
msgid "&larr; Older Comments"
msgstr "&larr; תגובות ישנות יותר"
#: inc/template-tags.php:243
#: inc/template-tags.php:253
msgid "Newer Comments &rarr;"
msgstr "תגובות חדשות יותר &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
#: inc/template-tags.php:272
msgid "Edit %s"
msgstr "ערוך את %s"
#: inc/template-tags.php:289
#: inc/template-tags.php:301
msgid "Post navigation"
msgstr "ניווט"
#: inc/template-tags.php:293
#: inc/template-tags.php:305
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:296
#: inc/template-tags.php:308
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:317
#: inc/template-tags.php:331
msgid "Pages:"
msgstr "עמודים:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
#: inc/template-tags.php:371
msgid ", "
msgstr ", "
#: inc/widgets.php:268
#. translators: Widget area title
#: inc/widgets.php:279
msgid "Right Sidebar"
msgstr "סרגל צדדי ימני"
#: inc/widgets.php:270
#: inc/widgets.php:281
#, fuzzy
msgid "Right sidebar widget area"
msgstr ""
msgstr "סרגל צדדי ימני"
#: inc/widgets.php:280
#. translators: Widget area title
#: inc/widgets.php:292
msgid "Left Sidebar"
msgstr "סרגל צדדי שמאלי"
#: inc/widgets.php:282
#: inc/widgets.php:294
#, fuzzy
msgid "Left sidebar widget area"
msgstr ""
msgstr "סרגל צדדי בצד שמאל"
#: inc/widgets.php:292
#. translators: Widget area title
#: inc/widgets.php:305
msgid "Hero Slider"
msgstr "סליידר"
#: inc/widgets.php:294
#: inc/widgets.php:307
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
#. translators: Widget area title
#: inc/widgets.php:318
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
#: inc/widgets.php:320
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
#. translators: Widget area title
#: inc/widgets.php:331
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
#: inc/widgets.php:333
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
#. translators: Widget area title
#: inc/widgets.php:344
msgid "Footer Full"
msgstr "כותרת תחתונה"
#: inc/widgets.php:330
#: inc/widgets.php:346
msgid "Full sized footer widget with dynamic grid"
msgstr ""
@ -432,7 +440,7 @@ msgstr "עמוד ריק"
#. Template Name of the theme
msgid "Left and Right Sidebar Layout"
msgstr "סרגל צדדי ימני"
msgstr "סרגלים צידיים שמאלה וימינה"
#. Template Name of the theme
msgid "Empty Page Template"
@ -448,7 +456,7 @@ msgstr "פריסת סרגל הצד"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
msgstr "ללא כותרת, רוחב מלא"
#. Template Name of the theme
msgid "Right Sidebar Layout"

Binary file not shown.

View File

@ -1,492 +0,0 @@
# Translation of Understrap in Italian
# This file is distributed under the same license as the Understrap package.
msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:27+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: it_IT\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Poedit 3.2\n"
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
"translate_nooped_plural\n"
#. Theme Name of the theme
msgid "Understrap"
msgstr "Understrap"
#. Theme URI of the theme
#: inc/hooks.php:40
msgid "https://understrap.com"
msgstr "https://understrap.com"
#. Description of the theme
msgid ""
"The renowned WordPress starter theme framework that combined Underscores and "
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
"custom WordPress sites."
msgstr ""
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr "Howard Development &amp; Consulting"
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr "https://howarddc.com"
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
msgstr "Oops! La pagina non è stata trovata."
#: 404.php:36
msgid "It looks like nothing was found at this location. Maybe try a search?"
msgstr ""
"Non è stato trovato nulla nel posto in cui stavi cercando. Forse potresti "
"provare con una ricerca?"
#: 404.php:46
msgid "Most Used Categories"
msgstr "Categorie più utilizzate"
#. translators: %1$s: smiley
#: 404.php:69
msgid "Try looking in the monthly archives. %1$s"
msgstr "Prova a guardare nell'archivio mensile. %1$s"
#. translators: %s: author name
#: author.php:44
msgctxt "Avatar alt"
msgid "Profile picture of %s"
msgstr "Immagine del profilo di %s"
#: author.php:54
msgid "Website"
msgstr "Sito web"
#. translators: %s: author name
#: author.php:65
msgid "About %s"
msgstr "Informazioni su %s"
#. translators: %s: author name
#: author.php:79
msgid "Posts by %s"
msgstr "Articoli scritti da %s"
#. translators: %s: post title
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr "Un commento su &ldquo;%s&rdquo;"
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "%1$s commento su &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s commenti su &ldquo;%2$s&rdquo;"
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
msgid "Main Navigation"
msgstr "Navigazione principale"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
msgid "Toggle navigation"
msgstr "Attiva/disattiva la navigazione"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
msgid "Open menu"
msgstr "Apri menu"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
msgid "Close menu"
msgstr "Chiudi menu"
#: header.php:32
msgid "Skip to content"
msgstr "Vai al contenuto"
#: inc/class-wp-bootstrap-navwalker.php:377
msgid "Add a menu"
msgstr "Aggiungi un menu"
#: inc/custom-comments.php:106
msgid "Comments are closed."
msgstr "I commenti sono chiusi."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr "Immagine dell'header predefinita"
#: inc/customizer.php:67
msgid "Theme Layout Settings"
msgstr "Impostazioni del layout del tema"
#: inc/customizer.php:69
msgid "Container width and sidebar defaults"
msgstr "Barra lateral"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr "Versione di Bootstrap"
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgstr "Scegli tra la versione 4 e la versione 5 di Bootstrap"
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr "Bootstrap 4"
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr "Bootstrap 5"
#: inc/customizer.php:117
msgid "Container Width"
msgstr "Larghezza container"
#: inc/customizer.php:118
msgid "Choose between Bootstrap's container and container-fluid"
msgstr "Scegli tra il container e il container-fluid di Bootstrap"
#: inc/customizer.php:122
msgid "Fixed width container"
msgstr "Container a larghezza fissa"
#: inc/customizer.php:123
msgid "Full width container"
msgstr "Container a larghezza intera"
#: inc/customizer.php:145
msgid "Responsive Navigation Type"
msgstr "Tipo di navigazione responsive"
#: inc/customizer.php:146
msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
msgid "Sidebar Positioning"
msgstr "Posizione barra laterale"
#: inc/customizer.php:178
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
"Imposta la posizione di default della barra laterale. Può essere: destra, "
"sinistra, entrambe o nessuna. Nota: questa impostazione può essere "
"sovrascritta individualmente in ogni pagina."
#: inc/customizer.php:186
msgid "Right sidebar"
msgstr "Barra laterale destra"
#: inc/customizer.php:187
msgid "Left sidebar"
msgstr "Barra laterale sinistra"
#: inc/customizer.php:188
msgid "Left & Right sidebars"
msgstr "Barra laterale sinistra & destra"
#: inc/customizer.php:189
msgid "No sidebar"
msgstr "Nessuna barra laterale"
#: inc/customizer.php:211
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
#: inc/editor.php:50
msgid "Lead Paragraph"
msgstr ""
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr "Piccolo"
#: inc/editor.php:60
msgid "Blockquote"
msgstr "Citazione"
#: inc/editor.php:66
msgid "Blockquote Footer"
msgstr ""
#: inc/editor.php:72
msgid "Cite"
msgstr ""
#: inc/extras.php:245
msgid "Read More..."
msgstr "Leggi di più..."
#: inc/hooks.php:30
msgid "https://wordpress.org/"
msgstr "https://it.wordpress.org/"
#. translators: WordPress
#: inc/hooks.php:33
msgid "Proudly powered by %s"
msgstr "Orgogliosamente realizzato con %s"
#. translators: 1: Theme name, 2: Theme author
#: inc/hooks.php:38
msgid "Theme: %1$s by %2$s."
msgstr "Tema: %1$s di %2$s."
#. translators: Theme version
#: inc/hooks.php:44
msgid "Version: %s"
msgstr "Versione: %s"
#: inc/pagination.php:53
msgctxt "previous set of posts"
msgid "&laquo;"
msgstr "&raquo;"
#: inc/pagination.php:54
msgctxt "next set of posts"
msgid "&raquo;"
msgstr "&raquo;"
#: inc/pagination.php:56
msgid "Posts navigation"
msgstr "Navigazione articoli"
#: inc/setup.php:49
msgid "Primary Menu"
msgstr "Menù Principale"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr "Pubblicato il"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr "di"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr "Pubblicato da"
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
msgid "Posted in %s"
msgstr "Pubblicato in %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
msgid "Tagged %s"
msgstr "Taggato %s"
#. translators: %s post title
#: inc/template-tags.php:128
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
#: inc/template-tags.php:233
msgid "Comments navigation"
msgstr "Navigazione commenti"
#: inc/template-tags.php:237
msgid "&larr; Older Comments"
msgstr "&larr; Commenti meno recenti"
#: inc/template-tags.php:243
msgid "Newer Comments &rarr;"
msgstr "Commenti più recenti &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
msgid "Edit %s"
msgstr "Modifica %s"
#: inc/template-tags.php:289
msgid "Post navigation"
msgstr "Navigazione articoli"
#: inc/template-tags.php:293
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
msgid "Pages:"
msgstr "Pagine:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
msgid ", "
msgstr ", "
#: inc/widgets.php:268
msgid "Right Sidebar"
msgstr "Barra laterale destra"
#: inc/widgets.php:270
msgid "Right sidebar widget area"
msgstr "Area widget barra laterale destra"
#: inc/widgets.php:280
msgid "Left Sidebar"
msgstr "Barra laterale sinistra"
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr "Area widget barra laterale sinistra"
#: inc/widgets.php:292
msgid "Hero Slider"
msgstr "Blocco Iniziale con Carosello"
#: inc/widgets.php:294
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
msgid "Full top widget with dynamic grid"
msgstr "Widget alto a tutta larghezza con griglia dinamica"
#: inc/widgets.php:328
msgid "Footer Full"
msgstr "Piè di pagina Larghezza Intera"
#: inc/widgets.php:330
msgid "Full sized footer widget with dynamic grid"
msgstr "Widget del footer a tutta larghezza con griglia dinamica"
#: loop-templates/content-none.php:18
msgid "Nothing Found"
msgstr "Nessun risultato"
#. translators: 1: Link to WP admin new post page.
#: loop-templates/content-none.php:30
msgid ""
"Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr ""
"Pronto a pubblicare il tuo primo articolo? <a href=\"%1$s\">Inizia da qui</"
"a>."
#: loop-templates/content-none.php:38
msgid ""
"Sorry, but nothing matched your search terms. Please try again with some "
"different keywords."
msgstr ""
"Non c'è nessuna corrispondenza con i termini di ricerca che hai indicato. "
"Riprova con termini diversi."
#: loop-templates/content-none.php:46
msgid ""
"It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
"searching can help."
msgstr ""
"Non riusciamo a trovare quello che cerchi. Forse eseguire una ricerca "
"potrebbe essere di aiuto."
#. Template Name of the theme
msgid "Blank Page Template"
msgstr "Template di pagina vuoto"
#. Template Name of the theme
msgid "Left and Right Sidebar Layout"
msgstr "Layout barra laterale a sinitra e destra"
#. Template Name of the theme
msgid "Empty Page Template"
msgstr "Template Pagina Vuota"
#. Template Name of the theme
msgid "Full Width Page"
msgstr "Pagina larghezza intera"
#. Template Name of the theme
msgid "Left Sidebar Layout"
msgstr "Layout barra laterale a sinistra"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
#. Template Name of the theme
msgid "Right Sidebar Layout"
msgstr "Layout barra laterale a destra"
#. translators: %s: query term
#: search.php:38
msgid "Search Results for: %s"
msgstr "Risultati della ricerca per: %s"
#: searchform.php:21
msgctxt "label"
msgid "Search for:"
msgstr "Ricerca per:"
#: searchform.php:23
msgctxt "placeholder"
msgid "Search &hellip;"
msgstr "Cerca &hellip;"
#: searchform.php:25 searchform.php:28
msgctxt "submit button"
msgid "Search"
msgstr "Cerca"
#: sidebar-templates/sidebar-hero.php:28
msgctxt "carousel control"
msgid "Previous"
msgstr "Precedente"
#: sidebar-templates/sidebar-hero.php:36
msgctxt "carousel control"
msgid "Next"
msgstr "Successivo"

Binary file not shown.

View File

@ -1,484 +0,0 @@
# Translation of Understrap in Japanese
# This file is distributed under the same license as the Understrap package.
msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:28+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: ja_JP\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Poedit 3.2\n"
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
"translate_nooped_plural\n"
#. Theme Name of the theme
msgid "Understrap"
msgstr "Understrap"
#. Theme URI of the theme
#: inc/hooks.php:40
msgid "https://understrap.com"
msgstr "https://understrap.com"
#. Description of the theme
msgid ""
"The renowned WordPress starter theme framework that combined Underscores and "
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
"custom WordPress sites."
msgstr ""
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr ""
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr ""
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
msgstr "お探しのページが見つかりません。"
#: 404.php:36
msgid "It looks like nothing was found at this location. Maybe try a search?"
msgstr "こちらには何もありません。検索をお試しください。"
#: 404.php:46
msgid "Most Used Categories"
msgstr "よく使われているカテゴリー"
#. translators: %1$s: smiley
#: 404.php:69
msgid "Try looking in the monthly archives. %1$s"
msgstr "月別アーカイブを探してみてください %1$s"
#. translators: %s: author name
#: author.php:44
msgctxt "Avatar alt"
msgid "Profile picture of %s"
msgstr "%s さんのプロフィール写真"
#: author.php:54
msgid "Website"
msgstr "サイト"
#. translators: %s: author name
#: author.php:65
msgid "About %s"
msgstr "%s について"
#. translators: %s: author name
#: author.php:79
msgid "Posts by %s"
msgstr "%s の投稿"
#. translators: %s: post title
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr ""
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
msgid "Main Navigation"
msgstr "メインナビゲーション"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
msgid "Toggle navigation"
msgstr "ナビゲーションを切り替え"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
msgid "Open menu"
msgstr "メニューを開く"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
msgid "Close menu"
msgstr "メニューを閉じる"
#: header.php:32
msgid "Skip to content"
msgstr "内容をスキップ"
#: inc/class-wp-bootstrap-navwalker.php:377
msgid "Add a menu"
msgstr "メニューを追加"
#: inc/custom-comments.php:106
msgid "Comments are closed."
msgstr "コメントは受け付けていません。"
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr ""
#: inc/customizer.php:67
msgid "Theme Layout Settings"
msgstr "テーマのレイアウト設定"
#: inc/customizer.php:69
msgid "Container width and sidebar defaults"
msgstr "コンテナの幅とサイドバーのデフォルト"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr ""
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgstr ""
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr ""
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr ""
#: inc/customizer.php:117
msgid "Container Width"
msgstr "コンテナーの幅"
#: inc/customizer.php:118
msgid "Choose between Bootstrap's container and container-fluid"
msgstr "Bootstrapの固定幅コンテナと全幅コンテナを選択してください"
#: inc/customizer.php:122
msgid "Fixed width container"
msgstr "固定幅コンテナ"
#: inc/customizer.php:123
msgid "Full width container"
msgstr "全幅コンテナ"
#: inc/customizer.php:145
msgid "Responsive Navigation Type"
msgstr ""
#: inc/customizer.php:146
msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
msgid "Sidebar Positioning"
msgstr "サイドバーポジショニング"
#: inc/customizer.php:178
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
#: inc/customizer.php:186
msgid "Right sidebar"
msgstr "右サイドバー"
#: inc/customizer.php:187
msgid "Left sidebar"
msgstr "左サイドバー"
#: inc/customizer.php:188
msgid "Left & Right sidebars"
msgstr "左右サイドバー"
#: inc/customizer.php:189
msgid "No sidebar"
msgstr "サイドバーなし"
#: inc/customizer.php:211
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
#: inc/editor.php:50
msgid "Lead Paragraph"
msgstr ""
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr ""
#: inc/editor.php:60
msgid "Blockquote"
msgstr ""
#: inc/editor.php:66
msgid "Blockquote Footer"
msgstr ""
#: inc/editor.php:72
msgid "Cite"
msgstr ""
#: inc/extras.php:245
msgid "Read More..."
msgstr "続きを読む..."
#: inc/hooks.php:30
msgid "https://wordpress.org/"
msgstr "https://ja.wordpress.org/"
#. translators: WordPress
#: inc/hooks.php:33
msgid "Proudly powered by %s"
msgstr "Proudly powered by %s"
#. translators: 1: Theme name, 2: Theme author
#: inc/hooks.php:38
msgid "Theme: %1$s by %2$s."
msgstr "テーマ: %1$s は %2$s によって作られました."
#. translators: Theme version
#: inc/hooks.php:44
msgid "Version: %s"
msgstr "バージョン: %s"
#: inc/pagination.php:53
msgctxt "previous set of posts"
msgid "&laquo;"
msgstr "&laquo;"
#: inc/pagination.php:54
msgctxt "next set of posts"
msgid "&raquo;"
msgstr "&raquo;"
#: inc/pagination.php:56
msgid "Posts navigation"
msgstr "投稿ナビゲーション"
#: inc/setup.php:49
msgid "Primary Menu"
msgstr "メインメニュー"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr ""
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr ""
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr ""
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
msgid "Posted in %s"
msgstr "カテゴリー: %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
msgid "Tagged %s"
msgstr "タグ: %s"
#. translators: %s post title
#: inc/template-tags.php:128
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
#: inc/template-tags.php:233
msgid "Comments navigation"
msgstr "コメントナビゲーション"
#: inc/template-tags.php:237
msgid "&larr; Older Comments"
msgstr "&larr; 古いコメント"
#: inc/template-tags.php:243
msgid "Newer Comments &rarr;"
msgstr "新しいコメント &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
msgid "Edit %s"
msgstr "%s を編集する"
#: inc/template-tags.php:289
msgid "Post navigation"
msgstr "投稿ナビゲーション"
#: inc/template-tags.php:293
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
msgid "Pages:"
msgstr "ページ:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
msgid ", "
msgstr "、 "
#: inc/widgets.php:268
msgid "Right Sidebar"
msgstr "右サイドバー"
#: inc/widgets.php:270
msgid "Right sidebar widget area"
msgstr ""
#: inc/widgets.php:280
msgid "Left Sidebar"
msgstr "左サイドバー"
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr ""
#: inc/widgets.php:292
msgid "Hero Slider"
msgstr "ヒーロースライダー"
#: inc/widgets.php:294
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
msgid "Footer Full"
msgstr "全幅フッター"
#: inc/widgets.php:330
msgid "Full sized footer widget with dynamic grid"
msgstr ""
#: loop-templates/content-none.php:18
msgid "Nothing Found"
msgstr "何も見つかりませんでした"
#. translators: 1: Link to WP admin new post page.
#: loop-templates/content-none.php:30
msgid ""
"Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr ""
"最初の投稿を公開する準備はできましたか ? <a href=\"%1$s\">ここから始めましょ"
"う</a>。"
#: loop-templates/content-none.php:38
msgid ""
"Sorry, but nothing matched your search terms. Please try again with some "
"different keywords."
msgstr ""
"検索キーワードに一致するものが見つかりませんでした。 別のキーワードで試してみ"
"てください。"
#: loop-templates/content-none.php:46
msgid ""
"It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
"searching can help."
msgstr "お探しのコンテンツを見つけられませんでした。検索をお試しください。"
#. Template Name of the theme
msgid "Blank Page Template"
msgstr "空ページのテンプレート"
#. Template Name of the theme
msgid "Left and Right Sidebar Layout"
msgstr "左右のサイドバーのレイアウト"
#. Template Name of the theme
msgid "Empty Page Template"
msgstr "空ページのテンプレート"
#. Template Name of the theme
msgid "Full Width Page"
msgstr "全幅ページ"
#. Template Name of the theme
msgid "Left Sidebar Layout"
msgstr "左スライダーのレイアウト"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
#. Template Name of the theme
msgid "Right Sidebar Layout"
msgstr ""
#. translators: %s: query term
#: search.php:38
msgid "Search Results for: %s"
msgstr "「%s」の検索結果"
#: searchform.php:21
msgctxt "label"
msgid "Search for:"
msgstr "検索:"
#: searchform.php:23
msgctxt "placeholder"
msgid "Search &hellip;"
msgstr "検索&hellip;"
#: searchform.php:25 searchform.php:28
msgctxt "submit button"
msgid "Search"
msgstr "検索"
#: sidebar-templates/sidebar-hero.php:28
msgctxt "carousel control"
msgid "Previous"
msgstr "前へ"
#: sidebar-templates/sidebar-hero.php:36
msgctxt "carousel control"
msgid "Next"
msgstr "次へ"

Binary file not shown.

View File

@ -4,8 +4,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:29+0200\n"
"POT-Creation-Date: 2022-11-05T23:31:56+00:00\n"
"PO-Revision-Date: 2022-11-06 00:55+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: ko_KR\n"
@ -41,7 +41,7 @@ msgstr ""
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr ""
msgstr "https://howarddc.com"
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
@ -86,31 +86,31 @@ msgstr "%s 작성 글"
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr ""
msgstr "&ldquo;%s&rdquo;의 한가지 생각"
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[0] "&ldquo;%2$s&rdquo;의 %1$s개의 생각"
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
#: global-templates/navbar-collapse-bootstrap4.php:18
#: global-templates/navbar-collapse-bootstrap5.php:18
#: global-templates/navbar-offcanvas-bootstrap5.php:18
msgid "Main Navigation"
msgstr "메인 내비게이션"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
#: global-templates/navbar-collapse-bootstrap4.php:35
#: global-templates/navbar-collapse-bootstrap5.php:34
msgid "Toggle navigation"
msgstr "내비게이션 토글"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
#: global-templates/navbar-offcanvas-bootstrap5.php:34
msgid "Open menu"
msgstr "메뉴 열기"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
#: global-templates/navbar-offcanvas-bootstrap5.php:46
msgid "Close menu"
msgstr "메뉴 닫기"
@ -128,7 +128,7 @@ msgstr "댓글이 닫혀있습니다."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr ""
msgstr "기본 헤더 이미지"
#: inc/customizer.php:67
msgid "Theme Layout Settings"
@ -143,16 +143,16 @@ msgid "Bootstrap Version"
msgstr ""
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgid "Choose between Bootstrap 4 and Bootstrap 5"
msgstr ""
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr ""
msgstr "Bootstrap 4"
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr ""
msgstr "Bootstrap 5"
#: inc/customizer.php:117
msgid "Container Width"
@ -179,45 +179,45 @@ msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
#: inc/customizer.php:153
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
#: inc/customizer.php:154
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
#: inc/customizer.php:176
msgid "Sidebar Positioning"
msgstr ""
#: inc/customizer.php:178
#: inc/customizer.php:177
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
#: inc/customizer.php:186
#: inc/customizer.php:184
msgid "Right sidebar"
msgstr ""
msgstr "오른쪽 사이드바"
#: inc/customizer.php:187
#: inc/customizer.php:185
msgid "Left sidebar"
msgstr ""
msgstr "왼쪽 사이드바"
#: inc/customizer.php:188
#: inc/customizer.php:186
msgid "Left & Right sidebars"
msgstr ""
#: inc/customizer.php:189
#: inc/customizer.php:187
msgid "No sidebar"
msgstr ""
msgstr "사이드바 없음"
#: inc/customizer.php:211
#: inc/customizer.php:209
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
#: inc/customizer.php:210
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
@ -228,11 +228,11 @@ msgstr ""
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr ""
msgstr "작음"
#: inc/editor.php:60
msgid "Blockquote"
msgstr ""
msgstr "다수 인용"
#: inc/editor.php:66
msgid "Blockquote Footer"
@ -242,13 +242,13 @@ msgstr ""
msgid "Cite"
msgstr ""
#: inc/extras.php:245
#: inc/extras.php:247
msgid "Read More..."
msgstr "더보기..."
#: inc/hooks.php:30
msgid "https://wordpress.org/"
msgstr "https://wordpress.org/"
msgstr "https://ko.wordpress.org/"
#. translators: WordPress
#: inc/hooks.php:33
@ -286,118 +286,126 @@ msgstr "기본 메뉴"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr ""
msgstr "작성일자"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr ""
msgstr "글쓴이"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr ""
msgstr "올린이"
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
#: inc/template-tags.php:102
msgid "Posted in %s"
msgstr "에 배치하는 %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
#: inc/template-tags.php:117
msgid "Tagged %s"
msgstr "태그 %s"
#. translators: %s post title
#: inc/template-tags.php:128
#: inc/template-tags.php:136
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
msgstr "<span class=\"screen-reader-text\">%s에</span> 댓글 남기기"
#: inc/template-tags.php:233
#: inc/template-tags.php:243
msgid "Comments navigation"
msgstr "댓글 내비게이션"
#: inc/template-tags.php:237
#: inc/template-tags.php:247
msgid "&larr; Older Comments"
msgstr "<이전 댓글"
msgstr "&laquo; 이전 댓글"
#: inc/template-tags.php:243
#: inc/template-tags.php:253
msgid "Newer Comments &rarr;"
msgstr "신규 댓글>"
msgstr "다음 댓글 &raquo;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
#: inc/template-tags.php:272
msgid "Edit %s"
msgstr "%s 편집"
#: inc/template-tags.php:289
#: inc/template-tags.php:301
msgid "Post navigation"
msgstr "글 내비게이션"
#: inc/template-tags.php:293
#: inc/template-tags.php:305
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr ""
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
#: inc/template-tags.php:308
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr ""
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
#: inc/template-tags.php:331
msgid "Pages:"
msgstr "페이지:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
#: inc/template-tags.php:371
msgid ", "
msgstr ","
msgstr ", "
#: inc/widgets.php:268
#. translators: Widget area title
#: inc/widgets.php:279
msgid "Right Sidebar"
msgstr ""
msgstr "오른쪽 사이드바"
#: inc/widgets.php:270
#: inc/widgets.php:281
#, fuzzy
msgid "Right sidebar widget area"
msgstr ""
#: inc/widgets.php:280
msgid "Left Sidebar"
msgstr ""
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr ""
msgstr "오른쪽 사이드바"
#. translators: Widget area title
#: inc/widgets.php:292
msgid "Left Sidebar"
msgstr "왼쪽 사이드바"
#: inc/widgets.php:294
#, fuzzy
msgid "Left sidebar widget area"
msgstr "왼쪽 사이드바"
#. translators: Widget area title
#: inc/widgets.php:305
msgid "Hero Slider"
msgstr "Hero 슬라이더"
#: inc/widgets.php:294
#: inc/widgets.php:307
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
#. translators: Widget area title
#: inc/widgets.php:318
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
#: inc/widgets.php:320
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
#. translators: Widget area title
#: inc/widgets.php:331
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
#: inc/widgets.php:333
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
#. translators: Widget area title
#: inc/widgets.php:344
msgid "Footer Full"
msgstr "풋터 Full"
#: inc/widgets.php:330
#: inc/widgets.php:346
msgid "Full sized footer widget with dynamic grid"
msgstr ""
@ -442,16 +450,18 @@ msgid "Full Width Page"
msgstr "너비 페이지"
#. Template Name of the theme
#, fuzzy
msgid "Left Sidebar Layout"
msgstr ""
msgstr "왼쪽 사이드바"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
#. Template Name of the theme
#, fuzzy
msgid "Right Sidebar Layout"
msgstr ""
msgstr "오른쪽 사이드바"
#. translators: %s: query term
#: search.php:38

Binary file not shown.

View File

@ -1,488 +0,0 @@
# Translation of Understrap in Norwegian (Bokmål)
# This file is distributed under the same license as the Understrap package.
msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:30+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: nb_NO\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Poedit 3.2\n"
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
"translate_nooped_plural\n"
#. Theme Name of the theme
msgid "Understrap"
msgstr "Understrap"
#. Theme URI of the theme
#: inc/hooks.php:40
msgid "https://understrap.com"
msgstr "https://understrap.com"
#. Description of the theme
msgid ""
"The renowned WordPress starter theme framework that combined Underscores and "
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
"custom WordPress sites."
msgstr ""
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr ""
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr ""
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
msgstr "Oops! Denne siden ble ikke funnet."
#: 404.php:36
msgid "It looks like nothing was found at this location. Maybe try a search?"
msgstr ""
"Det ser ikke ut som vi fant noe på denne plasseringen. Kanskje prøve et søk?"
#: 404.php:46
msgid "Most Used Categories"
msgstr "Mest brukte kategorier"
#. translators: %1$s: smiley
#: 404.php:69
msgid "Try looking in the monthly archives. %1$s"
msgstr "Prøv å se i de månedlige arkivene. %1$s"
#. translators: %s: author name
#: author.php:44
msgctxt "Avatar alt"
msgid "Profile picture of %s"
msgstr "Profilbildet til %s"
#: author.php:54
msgid "Website"
msgstr "Nettsted"
#. translators: %s: author name
#: author.php:65
msgid "About %s"
msgstr "Om %s"
#. translators: %s: author name
#: author.php:79
msgid "Posts by %s"
msgstr "Innlegg av %s"
#. translators: %s: post title
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr ""
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
msgid "Main Navigation"
msgstr "Hovednavigasjon"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
msgid "Toggle navigation"
msgstr "Veksle navigasjon"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
msgid "Open menu"
msgstr "Åpne meny"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
msgid "Close menu"
msgstr "Lukk meny"
#: header.php:32
msgid "Skip to content"
msgstr "Hopp til innhold"
#: inc/class-wp-bootstrap-navwalker.php:377
msgid "Add a menu"
msgstr "Legg til meny"
#: inc/custom-comments.php:106
msgid "Comments are closed."
msgstr "Kommentarer er stengt."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr ""
#: inc/customizer.php:67
msgid "Theme Layout Settings"
msgstr "Temaoppsettinnstillinger"
#: inc/customizer.php:69
msgid "Container width and sidebar defaults"
msgstr "Container-bredde og sidekolonne-standardinnstillinger"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr ""
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgstr ""
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr ""
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr ""
#: inc/customizer.php:117
msgid "Container Width"
msgstr "Container Bredde"
#: inc/customizer.php:118
msgid "Choose between Bootstrap's container and container-fluid"
msgstr "Velg mellom Bootstraps container og container-fluid"
#: inc/customizer.php:122
msgid "Fixed width container"
msgstr "Fast bredde container"
#: inc/customizer.php:123
msgid "Full width container"
msgstr "Full bredde container"
#: inc/customizer.php:145
msgid "Responsive Navigation Type"
msgstr ""
#: inc/customizer.php:146
msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
msgid "Sidebar Positioning"
msgstr "Sidekolonne-posisjonering"
#: inc/customizer.php:178
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
#: inc/customizer.php:186
msgid "Right sidebar"
msgstr "Høyre sidekolonne"
#: inc/customizer.php:187
msgid "Left sidebar"
msgstr "Venstre sidekolonne"
#: inc/customizer.php:188
msgid "Left & Right sidebars"
msgstr "Venstre og høyre sidekolonner"
#: inc/customizer.php:189
msgid "No sidebar"
msgstr "Ingen sidekolonne"
#: inc/customizer.php:211
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
#: inc/editor.php:50
msgid "Lead Paragraph"
msgstr ""
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr ""
#: inc/editor.php:60
msgid "Blockquote"
msgstr ""
#: inc/editor.php:66
msgid "Blockquote Footer"
msgstr ""
#: inc/editor.php:72
msgid "Cite"
msgstr ""
#: inc/extras.php:245
msgid "Read More..."
msgstr "Les mer..."
#: inc/hooks.php:30
msgid "https://wordpress.org/"
msgstr "https://nb.wordpress.org/"
#. translators: WordPress
#: inc/hooks.php:33
msgid "Proudly powered by %s"
msgstr "Stolt drevet av %s"
#. translators: 1: Theme name, 2: Theme author
#: inc/hooks.php:38
msgid "Theme: %1$s by %2$s."
msgstr "Tema: %1$s av %2$s."
#. translators: Theme version
#: inc/hooks.php:44
msgid "Version: %s"
msgstr "Versjon: %s"
#: inc/pagination.php:53
msgctxt "previous set of posts"
msgid "&laquo;"
msgstr "&laquo;"
#: inc/pagination.php:54
msgctxt "next set of posts"
msgid "&raquo;"
msgstr "&raquo;"
#: inc/pagination.php:56
msgid "Posts navigation"
msgstr "Innleggnavigasjon"
#: inc/setup.php:49
msgid "Primary Menu"
msgstr "Hovedmeny"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr ""
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr ""
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr ""
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
msgid "Posted in %s"
msgstr "Publisert i %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
msgid "Tagged %s"
msgstr "Merket %s"
#. translators: %s post title
#: inc/template-tags.php:128
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
#: inc/template-tags.php:233
msgid "Comments navigation"
msgstr "Kommentarnavigasjon"
#: inc/template-tags.php:237
msgid "&larr; Older Comments"
msgstr "&larr; Eldre kommentarer"
#: inc/template-tags.php:243
msgid "Newer Comments &rarr;"
msgstr "Nyere kommentarer &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
msgid "Edit %s"
msgstr "Rediger %s"
#: inc/template-tags.php:289
msgid "Post navigation"
msgstr "Innleggsnavigasjon"
#: inc/template-tags.php:293
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
msgid "Pages:"
msgstr "Sider:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
msgid ", "
msgstr ", "
#: inc/widgets.php:268
msgid "Right Sidebar"
msgstr "Høyre sidekolonne"
#: inc/widgets.php:270
msgid "Right sidebar widget area"
msgstr ""
#: inc/widgets.php:280
msgid "Left Sidebar"
msgstr "Venstre sidekolonne"
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr ""
#: inc/widgets.php:292
msgid "Hero Slider"
msgstr "Hero Slider"
#: inc/widgets.php:294
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
msgid "Footer Full"
msgstr "Bunntekst full"
#: inc/widgets.php:330
msgid "Full sized footer widget with dynamic grid"
msgstr ""
#: loop-templates/content-none.php:18
msgid "Nothing Found"
msgstr "Intet funnet"
#. translators: 1: Link to WP admin new post page.
#: loop-templates/content-none.php:30
msgid ""
"Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr ""
"Klar til å publisere ditt første innlegg? <a href=\"%1$s\">Kom i gang her</"
"a>."
#: loop-templates/content-none.php:38
msgid ""
"Sorry, but nothing matched your search terms. Please try again with some "
"different keywords."
msgstr ""
"Beklager, men det var ikke noe som passet til ditt søk. Vennligst prøv igjen "
"med andre søkeord."
#: loop-templates/content-none.php:46
msgid ""
"It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
"searching can help."
msgstr ""
"Det ser ikke ut til at vi kan finne det du leter etter. Kanskje et søk kan "
"hjelpe."
#. Template Name of the theme
msgid "Blank Page Template"
msgstr "Blank sidemal"
#. Template Name of the theme
msgid "Left and Right Sidebar Layout"
msgstr "Venstre og høyre sidekolonne-oppsett"
#. Template Name of the theme
msgid "Empty Page Template"
msgstr "Tom sidemal"
#. Template Name of the theme
msgid "Full Width Page"
msgstr "Full bredde side"
#. Template Name of the theme
msgid "Left Sidebar Layout"
msgstr "Venstre sidekolonne-oppsett"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
#. Template Name of the theme
msgid "Right Sidebar Layout"
msgstr ""
#. translators: %s: query term
#: search.php:38
msgid "Search Results for: %s"
msgstr "Søkeresultater for: %s"
#: searchform.php:21
msgctxt "label"
msgid "Search for:"
msgstr "Søk etter:"
#: searchform.php:23
msgctxt "placeholder"
msgid "Search &hellip;"
msgstr "Søk &hellip;"
#: searchform.php:25 searchform.php:28
msgctxt "submit button"
msgid "Search"
msgstr "Søk"
#: sidebar-templates/sidebar-hero.php:28
msgctxt "carousel control"
msgid "Previous"
msgstr "Forrige"
#: sidebar-templates/sidebar-hero.php:36
msgctxt "carousel control"
msgid "Next"
msgstr "Neste"

Binary file not shown.

View File

@ -1,488 +0,0 @@
# Translation of Understrap in Dutch
# This file is distributed under the same license as the Understrap package.
msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:31+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Poedit 3.2\n"
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
"translate_nooped_plural\n"
#. Theme Name of the theme
msgid "Understrap"
msgstr "Understrap"
#. Theme URI of the theme
#: inc/hooks.php:40
msgid "https://understrap.com"
msgstr "https://understrap.com"
#. Description of the theme
msgid ""
"The renowned WordPress starter theme framework that combined Underscores and "
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
"custom WordPress sites."
msgstr ""
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr ""
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr ""
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
msgstr "Deze pagina kon niet worden gevonden."
#: 404.php:36
msgid "It looks like nothing was found at this location. Maybe try a search?"
msgstr ""
"Het lijkt erop dat er op deze locatie niets is gevonden. Misschien een "
"zoekopdracht proberen?"
#: 404.php:46
msgid "Most Used Categories"
msgstr "Meest gebruikte categorie&#235;n"
#. translators: %1$s: smiley
#: 404.php:69
msgid "Try looking in the monthly archives. %1$s"
msgstr "Probeer te zoeken in de maandelijkse archieven. %1$s"
#. translators: %s: author name
#: author.php:44
msgctxt "Avatar alt"
msgid "Profile picture of %s"
msgstr "Profielfoto van %s"
#: author.php:54
msgid "Website"
msgstr "Site"
#. translators: %s: author name
#: author.php:65
msgid "About %s"
msgstr "Over %s"
#. translators: %s: author name
#: author.php:79
msgid "Posts by %s"
msgstr "Berichten van %s"
#. translators: %s: post title
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr ""
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
msgid "Main Navigation"
msgstr "Hoofdnavigatie"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
msgid "Toggle navigation"
msgstr "Toggle navigatie"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
msgid "Open menu"
msgstr "Open menu"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
msgid "Close menu"
msgstr "Sluit menu"
#: header.php:32
msgid "Skip to content"
msgstr "Ga naar de inhoud"
#: inc/class-wp-bootstrap-navwalker.php:377
msgid "Add a menu"
msgstr "Menu toevoegen"
#: inc/custom-comments.php:106
msgid "Comments are closed."
msgstr "Reacties zijn gesloten."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr ""
#: inc/customizer.php:67
msgid "Theme Layout Settings"
msgstr "Thema Layout Instellingen"
#: inc/customizer.php:69
msgid "Container width and sidebar defaults"
msgstr "Container breedte en zijbalk standaarden"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr ""
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgstr ""
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr ""
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr ""
#: inc/customizer.php:117
msgid "Container Width"
msgstr "Container Breedte"
#: inc/customizer.php:118
msgid "Choose between Bootstrap's container and container-fluid"
msgstr "Kies tussen Bootstrap's container en container-fluid"
#: inc/customizer.php:122
msgid "Fixed width container"
msgstr "Container met vaste breedte"
#: inc/customizer.php:123
msgid "Full width container"
msgstr "Container met vollege breedte"
#: inc/customizer.php:145
msgid "Responsive Navigation Type"
msgstr ""
#: inc/customizer.php:146
msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
msgid "Sidebar Positioning"
msgstr "Zijbalk Positie"
#: inc/customizer.php:178
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
#: inc/customizer.php:186
msgid "Right sidebar"
msgstr "Rechter zijbalk"
#: inc/customizer.php:187
msgid "Left sidebar"
msgstr "Linker zijbalk"
#: inc/customizer.php:188
msgid "Left & Right sidebars"
msgstr "Linker & Rechter zijbalken"
#: inc/customizer.php:189
msgid "No sidebar"
msgstr "Geen zijbalk"
#: inc/customizer.php:211
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
#: inc/editor.php:50
msgid "Lead Paragraph"
msgstr ""
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr ""
#: inc/editor.php:60
msgid "Blockquote"
msgstr ""
#: inc/editor.php:66
msgid "Blockquote Footer"
msgstr ""
#: inc/editor.php:72
msgid "Cite"
msgstr ""
#: inc/extras.php:245
msgid "Read More..."
msgstr "Lees verder..."
#: inc/hooks.php:30
msgid "https://wordpress.org/"
msgstr "https://nl.wordpress.org/"
#. translators: WordPress
#: inc/hooks.php:33
msgid "Proudly powered by %s"
msgstr "Met trots ondersteund door %s"
#. translators: 1: Theme name, 2: Theme author
#: inc/hooks.php:38
msgid "Theme: %1$s by %2$s."
msgstr "Thema: %1$s van %2$s."
#. translators: Theme version
#: inc/hooks.php:44
msgid "Version: %s"
msgstr "Versie: %s"
#: inc/pagination.php:53
msgctxt "previous set of posts"
msgid "&laquo;"
msgstr "&laquo;"
#: inc/pagination.php:54
msgctxt "next set of posts"
msgid "&raquo;"
msgstr "&raquo;"
#: inc/pagination.php:56
msgid "Posts navigation"
msgstr "Berichtnavigatie"
#: inc/setup.php:49
msgid "Primary Menu"
msgstr "Primair menu"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr ""
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr ""
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr ""
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
msgid "Posted in %s"
msgstr "Geplaatst in %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
msgid "Tagged %s"
msgstr "Getagged %s"
#. translators: %s post title
#: inc/template-tags.php:128
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
#: inc/template-tags.php:233
msgid "Comments navigation"
msgstr "Reactienavigatie"
#: inc/template-tags.php:237
msgid "&larr; Older Comments"
msgstr "&larr; Oudere reacties"
#: inc/template-tags.php:243
msgid "Newer Comments &rarr;"
msgstr "Nieuwere reacties &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
msgid "Edit %s"
msgstr "Bewerk %s"
#: inc/template-tags.php:289
msgid "Post navigation"
msgstr "Berichtnavigatie"
#: inc/template-tags.php:293
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr ""
#: inc/template-tags.php:296
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr ""
#: inc/template-tags.php:317
msgid "Pages:"
msgstr "Pagina's:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
msgid ", "
msgstr ", "
#: inc/widgets.php:268
msgid "Right Sidebar"
msgstr "Rechter zijbalk"
#: inc/widgets.php:270
msgid "Right sidebar widget area"
msgstr ""
#: inc/widgets.php:280
msgid "Left Sidebar"
msgstr "Linkel zijbalk"
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr ""
#: inc/widgets.php:292
msgid "Hero Slider"
msgstr "Hero Slider"
#: inc/widgets.php:294
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
msgid "Footer Full"
msgstr "Footer (volledige breedte)"
#: inc/widgets.php:330
msgid "Full sized footer widget with dynamic grid"
msgstr ""
#: loop-templates/content-none.php:18
msgid "Nothing Found"
msgstr "Niets gevonden"
#. translators: 1: Link to WP admin new post page.
#: loop-templates/content-none.php:30
msgid ""
"Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr ""
"Klaar om je eerste bericht te publiceren? <a href=\"%1$s\">Begin hier</a>."
#: loop-templates/content-none.php:38
msgid ""
"Sorry, but nothing matched your search terms. Please try again with some "
"different keywords."
msgstr ""
"Er kwam niets overeen met je zoektermen. Probeer het opnieuw met een aantal "
"andere trefwoorden."
#: loop-templates/content-none.php:46
msgid ""
"It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
"searching can help."
msgstr ""
"Het lijkt erop dat wij niet kunnen vinden wat jij zoekt. Wellicht dat de "
"zoekfunctie kan helpen."
#. Template Name of the theme
msgid "Blank Page Template"
msgstr "Blank Pagina Sjabloon"
#. Template Name of the theme
msgid "Left and Right Sidebar Layout"
msgstr "Linker en Rechter Zijbalk"
#. Template Name of the theme
msgid "Empty Page Template"
msgstr "Leeg Pagina Sjabloon"
#. Template Name of the theme
msgid "Full Width Page"
msgstr "Volledige breedte"
#. Template Name of the theme
msgid "Left Sidebar Layout"
msgstr "Linker Zijbalk"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
#. Template Name of the theme
msgid "Right Sidebar Layout"
msgstr ""
#. translators: %s: query term
#: search.php:38
msgid "Search Results for: %s"
msgstr "Zoekresultaten voor: %s"
#: searchform.php:21
msgctxt "label"
msgid "Search for:"
msgstr "Zoeken naar:"
#: searchform.php:23
msgctxt "placeholder"
msgid "Search &hellip;"
msgstr "Zoeken &hellip;"
#: searchform.php:25 searchform.php:28
msgctxt "submit button"
msgid "Search"
msgstr "Zoeken"
#: sidebar-templates/sidebar-hero.php:28
msgctxt "carousel control"
msgid "Previous"
msgstr "Vorige"
#: sidebar-templates/sidebar-hero.php:36
msgctxt "carousel control"
msgid "Next"
msgstr "Volgende"

Binary file not shown.

View File

@ -4,8 +4,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:32+0200\n"
"POT-Creation-Date: 2022-11-05T23:31:56+00:00\n"
"PO-Revision-Date: 2022-11-06 00:59+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: nn_NO\n"
@ -37,11 +37,11 @@ msgstr ""
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr ""
msgstr "Howard Development &amp; Consulting"
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr ""
msgstr "https://howarddc.com"
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
@ -85,32 +85,32 @@ msgstr "Innlegg av %s"
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr ""
msgstr "Eitt innspel til &laquo;%s&raquo;"
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""
msgstr[0] "Ein tanke om &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s sine tankar om &ldquo;%2$s&rdquo;"
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
#: global-templates/navbar-collapse-bootstrap4.php:18
#: global-templates/navbar-collapse-bootstrap5.php:18
#: global-templates/navbar-offcanvas-bootstrap5.php:18
msgid "Main Navigation"
msgstr ""
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
#: global-templates/navbar-collapse-bootstrap4.php:35
#: global-templates/navbar-collapse-bootstrap5.php:34
msgid "Toggle navigation"
msgstr ""
#: global-templates/navbar-offcanvas-bootstrap5.php:33
#: global-templates/navbar-offcanvas-bootstrap5.php:34
msgid "Open menu"
msgstr ""
#: global-templates/navbar-offcanvas-bootstrap5.php:45
#: global-templates/navbar-offcanvas-bootstrap5.php:46
msgid "Close menu"
msgstr ""
@ -128,7 +128,7 @@ msgstr "Stengt for kommentarar."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr ""
msgstr "Standard toppbilete"
#: inc/customizer.php:67
msgid "Theme Layout Settings"
@ -140,19 +140,19 @@ msgstr "Container-bredde og sidekolonne-standardinnstillinger"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr ""
msgstr "Bootstrap versjon"
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgid "Choose between Bootstrap 4 and Bootstrap 5"
msgstr ""
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr ""
msgstr "Bootstrap 4"
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr ""
msgstr "Bootstrap 4"
#: inc/customizer.php:117
msgid "Container Width"
@ -179,45 +179,45 @@ msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
#: inc/customizer.php:153
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
#: inc/customizer.php:154
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
#: inc/customizer.php:176
msgid "Sidebar Positioning"
msgstr "Sidekolonne-posisjonering"
#: inc/customizer.php:178
#: inc/customizer.php:177
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
#: inc/customizer.php:186
#: inc/customizer.php:184
msgid "Right sidebar"
msgstr "Høyre sidekolonne"
#: inc/customizer.php:187
#: inc/customizer.php:185
msgid "Left sidebar"
msgstr "Venstre sidekolonne"
#: inc/customizer.php:188
#: inc/customizer.php:186
msgid "Left & Right sidebars"
msgstr "Venstre og høgre sidekolonner"
#: inc/customizer.php:189
#: inc/customizer.php:187
msgid "No sidebar"
msgstr "Ingen sidekolonne"
#: inc/customizer.php:211
#: inc/customizer.php:209
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
#: inc/customizer.php:210
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
@ -228,11 +228,11 @@ msgstr ""
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr ""
msgstr "Liten"
#: inc/editor.php:60
msgid "Blockquote"
msgstr ""
msgstr "Blokksitat"
#: inc/editor.php:66
msgid "Blockquote Footer"
@ -242,13 +242,13 @@ msgstr ""
msgid "Cite"
msgstr ""
#: inc/extras.php:245
#: inc/extras.php:247
msgid "Read More..."
msgstr "Les meir..."
#: inc/hooks.php:30
msgid "https://wordpress.org/"
msgstr "https://wordpress.org/"
msgstr "https://nn.wordpress.org/"
#. translators: WordPress
#: inc/hooks.php:33
@ -286,12 +286,12 @@ msgstr "Hovudmeny"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr ""
msgstr "Posta"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr ""
msgstr "av"
#: inc/template-tags.php:55
msgctxt "post author"
@ -299,105 +299,114 @@ msgid "Posted by"
msgstr ""
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
#: inc/template-tags.php:102
msgid "Posted in %s"
msgstr "Posta under %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
#: inc/template-tags.php:117
msgid "Tagged %s"
msgstr "Merkte %s"
#. translators: %s post title
#: inc/template-tags.php:128
#: inc/template-tags.php:136
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
"Legg att ein kommentar<span class=\"screen-reader-text\"> til %s</span>"
#: inc/template-tags.php:233
#: inc/template-tags.php:243
msgid "Comments navigation"
msgstr "Finn fram i kommentarar"
#: inc/template-tags.php:237
#: inc/template-tags.php:247
msgid "&larr; Older Comments"
msgstr "&larr; Eldre kommentarar"
#: inc/template-tags.php:243
#: inc/template-tags.php:253
msgid "Newer Comments &rarr;"
msgstr "Nyare kommentarar &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
#: inc/template-tags.php:272
msgid "Edit %s"
msgstr "Rediger %s"
#: inc/template-tags.php:289
#: inc/template-tags.php:301
msgid "Post navigation"
msgstr "Innleggsnavigering"
#: inc/template-tags.php:293
#: inc/template-tags.php:305
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
#: inc/template-tags.php:308
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
#: inc/template-tags.php:331
msgid "Pages:"
msgstr "Sider:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
#: inc/template-tags.php:371
msgid ", "
msgstr ", "
#: inc/widgets.php:268
#. translators: Widget area title
#: inc/widgets.php:279
msgid "Right Sidebar"
msgstr "Høgre sidekolonne"
#: inc/widgets.php:270
#: inc/widgets.php:281
#, fuzzy
msgid "Right sidebar widget area"
msgstr ""
msgstr "Høgre sidekolonne"
#: inc/widgets.php:280
#. translators: Widget area title
#: inc/widgets.php:292
msgid "Left Sidebar"
msgstr "Venstre sidekolonne"
#: inc/widgets.php:282
#: inc/widgets.php:294
#, fuzzy
msgid "Left sidebar widget area"
msgstr ""
msgstr "Venstre sidekolonne"
#: inc/widgets.php:292
#. translators: Widget area title
#: inc/widgets.php:305
msgid "Hero Slider"
msgstr "Hero Slider"
#: inc/widgets.php:294
#: inc/widgets.php:307
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
#. translators: Widget area title
#: inc/widgets.php:318
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
#: inc/widgets.php:320
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
#. translators: Widget area title
#: inc/widgets.php:331
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
#: inc/widgets.php:333
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
#. translators: Widget area title
#: inc/widgets.php:344
msgid "Footer Full"
msgstr "Bunntekst full"
#: inc/widgets.php:330
#: inc/widgets.php:346
msgid "Full sized footer widget with dynamic grid"
msgstr ""
@ -448,11 +457,11 @@ msgstr "Venstre sidekolonne-oppsett"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
msgstr "Ingen tittel, full bredde side"
#. Template Name of the theme
msgid "Right Sidebar Layout"
msgstr ""
msgstr "Høgre sidekolonne-oppsett"
#. translators: %s: query term
#: search.php:38

Binary file not shown.

View File

@ -4,8 +4,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:33+0200\n"
"POT-Creation-Date: 2022-11-05T23:31:56+00:00\n"
"PO-Revision-Date: 2022-11-06 01:06+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: pl\n"
@ -38,11 +38,11 @@ msgstr ""
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr ""
msgstr "Howard Development &amp; Consulting"
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr ""
msgstr "https://howarddc.com"
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
@ -85,34 +85,34 @@ msgstr "Wpisy, których autorem jest %s"
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr ""
msgstr "Jeden komentarz do &ldquo;%s&rdquo;"
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[0] "%1$s komentarz do &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s komentarze do &ldquo;%2$s&rdquo;"
msgstr[2] "%1$s komentarzy do &ldquo;%2$s&rdquo;"
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
#: global-templates/navbar-collapse-bootstrap4.php:18
#: global-templates/navbar-collapse-bootstrap5.php:18
#: global-templates/navbar-offcanvas-bootstrap5.php:18
#, fuzzy
msgid "Main Navigation"
msgstr "Nawigacja główna"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
#: global-templates/navbar-collapse-bootstrap4.php:35
#: global-templates/navbar-collapse-bootstrap5.php:34
msgid "Toggle navigation"
msgstr "Przełącz nawigację"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
#: global-templates/navbar-offcanvas-bootstrap5.php:34
msgid "Open menu"
msgstr "Rozwiń menu"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
#: global-templates/navbar-offcanvas-bootstrap5.php:46
msgid "Close menu"
msgstr "Zamknij menu"
@ -130,7 +130,7 @@ msgstr "Możliwość komentowania została wyłączona."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr ""
msgstr "Domyślny obrazek nagłówka"
#: inc/customizer.php:67
msgid "Theme Layout Settings"
@ -142,19 +142,19 @@ msgstr "Domyślne ustawienia szerokości strony oraz panelu bocznego"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr ""
msgstr "Wersja Bootstrap"
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgid "Choose between Bootstrap 4 and Bootstrap 5"
msgstr ""
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr ""
msgstr "Bootstrap 4"
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr ""
msgstr "Bootstrap 5"
#: inc/customizer.php:117
msgid "Container Width"
@ -181,45 +181,45 @@ msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
#: inc/customizer.php:153
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
#: inc/customizer.php:154
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
#: inc/customizer.php:176
msgid "Sidebar Positioning"
msgstr "Umiejscowienie panelu bocznego"
#: inc/customizer.php:178
#: inc/customizer.php:177
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
#: inc/customizer.php:186
#: inc/customizer.php:184
msgid "Right sidebar"
msgstr "Panel boczny po prawej"
#: inc/customizer.php:187
#: inc/customizer.php:185
msgid "Left sidebar"
msgstr "Panel boczny po lewej"
#: inc/customizer.php:188
#: inc/customizer.php:186
msgid "Left & Right sidebars"
msgstr "Panel boczny po lewej i po prawej"
#: inc/customizer.php:189
#: inc/customizer.php:187
msgid "No sidebar"
msgstr "Brak panelu bocznego"
#: inc/customizer.php:211
#: inc/customizer.php:209
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
#: inc/customizer.php:210
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
@ -230,11 +230,11 @@ msgstr ""
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr ""
msgstr "Mały"
#: inc/editor.php:60
msgid "Blockquote"
msgstr ""
msgstr "Cytat blokowy"
#: inc/editor.php:66
msgid "Blockquote Footer"
@ -244,7 +244,7 @@ msgstr ""
msgid "Cite"
msgstr ""
#: inc/extras.php:245
#: inc/extras.php:247
msgid "Read More..."
msgstr "Czytaj dalej…"
@ -288,7 +288,7 @@ msgstr "Menu główne"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr ""
msgstr "Data publikacji"
#: inc/template-tags.php:55
msgctxt "post author"
@ -298,108 +298,115 @@ msgstr ""
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr ""
msgstr "Opublikowane przez"
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
#: inc/template-tags.php:102
msgid "Posted in %s"
msgstr "Opublikowano w %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
#: inc/template-tags.php:117
msgid "Tagged %s"
msgstr "Tagi %s"
#. translators: %s post title
#: inc/template-tags.php:128
#: inc/template-tags.php:136
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
msgstr "Dodaj komentarz<span class=\"screen-reader-text\"> do %s</span>"
#: inc/template-tags.php:233
#: inc/template-tags.php:243
msgid "Comments navigation"
msgstr "Nawigacja komentarzy"
#: inc/template-tags.php:237
#: inc/template-tags.php:247
msgid "&larr; Older Comments"
msgstr "&larr; Starsze komentarze"
#: inc/template-tags.php:243
#: inc/template-tags.php:253
msgid "Newer Comments &rarr;"
msgstr "Nowsze komentarze &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
#: inc/template-tags.php:272
msgid "Edit %s"
msgstr "Edytuj %s"
#: inc/template-tags.php:289
#: inc/template-tags.php:301
msgid "Post navigation"
msgstr "Nawigacja wpisu"
#: inc/template-tags.php:293
#: inc/template-tags.php:305
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
#: inc/template-tags.php:308
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
#: inc/template-tags.php:331
msgid "Pages:"
msgstr "Strony:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
#: inc/template-tags.php:371
msgid ", "
msgstr ","
msgstr ", "
#: inc/widgets.php:268
#. translators: Widget area title
#: inc/widgets.php:279
msgid "Right Sidebar"
msgstr "Prawy panel boczny"
msgstr "Panel boczny po prawej"
#: inc/widgets.php:270
#: inc/widgets.php:281
msgid "Right sidebar widget area"
msgstr ""
#: inc/widgets.php:280
msgid "Left Sidebar"
msgstr "Lewy panel boczny"
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr ""
msgstr "Panel boczny po prawej"
#. translators: Widget area title
#: inc/widgets.php:292
msgid "Left Sidebar"
msgstr "Panel boczny po lewej"
#: inc/widgets.php:294
#, fuzzy
msgid "Left sidebar widget area"
msgstr "Panel boczny po lewej"
#. translators: Widget area title
#: inc/widgets.php:305
msgid "Hero Slider"
msgstr "Slider Hero"
#: inc/widgets.php:294
#: inc/widgets.php:307
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
#. translators: Widget area title
#: inc/widgets.php:318
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
#: inc/widgets.php:320
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
#. translators: Widget area title
#: inc/widgets.php:331
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
#: inc/widgets.php:333
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
#. translators: Widget area title
#: inc/widgets.php:344
msgid "Footer Full"
msgstr "Pełna stopka"
#: inc/widgets.php:330
#: inc/widgets.php:346
msgid "Full sized footer widget with dynamic grid"
msgstr ""
@ -434,7 +441,7 @@ msgstr "Czysta strona"
#. Template Name of the theme
msgid "Left and Right Sidebar Layout"
msgstr "Lewy i prawy panel boczny"
msgstr "Panel boczny po lewej i po prawej"
#. Template Name of the theme
msgid "Empty Page Template"
@ -442,19 +449,19 @@ msgstr "Pusta strona"
#. Template Name of the theme
msgid "Full Width Page"
msgstr "Pełna szerokość"
msgstr "Pełna szerokość strony"
#. Template Name of the theme
msgid "Left Sidebar Layout"
msgstr "Lewy panel boczny"
msgstr "Panel boczny po lewej"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
msgstr "Brak tytułu, pełna szerokość strony"
#. Template Name of the theme
msgid "Right Sidebar Layout"
msgstr ""
msgstr "Panel boczny po prawej"
#. translators: %s: query term
#: search.php:38

Binary file not shown.

View File

@ -4,8 +4,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:35+0200\n"
"POT-Creation-Date: 2022-11-05T23:31:56+00:00\n"
"PO-Revision-Date: 2022-11-06 01:09+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: pt_BR\n"
@ -37,11 +37,11 @@ msgstr ""
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr ""
msgstr "Howard Development &amp; Consulting"
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr ""
msgstr "https://howarddc.com"
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
@ -63,10 +63,9 @@ msgstr "Tente olhar nos arquivos mensais. %1$s"
#. translators: %s: author name
#: author.php:44
#, fuzzy
msgctxt "Avatar alt"
msgid "Profile picture of %s"
msgstr "Foto do perfil do %s"
msgstr "Foto do perfil de %s"
#: author.php:54
msgid "Website"
@ -86,32 +85,32 @@ msgstr "Posts de %s"
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr ""
msgstr "Um comentário em &ldquo;%s&rdquo;"
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""
msgstr[0] "%1$s comentário em &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s comentários em &ldquo;%2$s&rdquo;"
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
#: global-templates/navbar-collapse-bootstrap4.php:18
#: global-templates/navbar-collapse-bootstrap5.php:18
#: global-templates/navbar-offcanvas-bootstrap5.php:18
msgid "Main Navigation"
msgstr "Navegação principal"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
#: global-templates/navbar-collapse-bootstrap4.php:35
#: global-templates/navbar-collapse-bootstrap5.php:34
msgid "Toggle navigation"
msgstr "Alternar navegação"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
#: global-templates/navbar-offcanvas-bootstrap5.php:34
msgid "Open menu"
msgstr "Abrir menu"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
#: global-templates/navbar-offcanvas-bootstrap5.php:46
msgid "Close menu"
msgstr "Fechar menu"
@ -129,7 +128,7 @@ msgstr "Os comentários estão desativados."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr ""
msgstr "Imagem padrão do cabeçalho"
#: inc/customizer.php:67
msgid "Theme Layout Settings"
@ -141,19 +140,19 @@ msgstr ""
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr ""
msgstr "Bootstrap versão"
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgstr ""
msgid "Choose between Bootstrap 4 and Bootstrap 5"
msgstr "Escolha entre o Bootstrap 4 e o Bootstrap 5"
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr ""
msgstr "Bootstrap 4"
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr ""
msgstr "Bootstrap 5"
#: inc/customizer.php:117
msgid "Container Width"
@ -180,45 +179,46 @@ msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
#: inc/customizer.php:153
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
#: inc/customizer.php:154
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
#: inc/customizer.php:176
msgid "Sidebar Positioning"
msgstr ""
#: inc/customizer.php:178
#: inc/customizer.php:177
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
#: inc/customizer.php:186
#: inc/customizer.php:184
msgid "Right sidebar"
msgstr ""
msgstr "Barra lateral direita"
#: inc/customizer.php:185
msgid "Left sidebar"
msgstr "Barra lateral esquerda"
#: inc/customizer.php:186
#, fuzzy
msgid "Left & Right sidebars"
msgstr "Barra lateral esquerda e direita"
#: inc/customizer.php:187
msgid "Left sidebar"
msgstr ""
#: inc/customizer.php:188
msgid "Left & Right sidebars"
msgstr ""
#: inc/customizer.php:189
msgid "No sidebar"
msgstr ""
msgstr "Sem barra lateral"
#: inc/customizer.php:211
#: inc/customizer.php:209
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
#: inc/customizer.php:210
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
@ -229,11 +229,11 @@ msgstr ""
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr ""
msgstr "Pequeno"
#: inc/editor.php:60
msgid "Blockquote"
msgstr ""
msgstr "Bloco de citação"
#: inc/editor.php:66
msgid "Blockquote Footer"
@ -243,7 +243,7 @@ msgstr ""
msgid "Cite"
msgstr ""
#: inc/extras.php:245
#: inc/extras.php:247
msgid "Read More..."
msgstr "Leia mais..."
@ -287,118 +287,127 @@ msgstr "Menu principal"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr ""
msgstr "Publicado em"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr ""
msgstr "por"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr ""
msgstr "Publicado por"
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
#: inc/template-tags.php:102
msgid "Posted in %s"
msgstr "Publicado em %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
#: inc/template-tags.php:117
msgid "Tagged %s"
msgstr "Marcado com %s"
#. translators: %s post title
#: inc/template-tags.php:128
#: inc/template-tags.php:136
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
msgstr "Deixe um comentário<span class=\"screen-reader-text\"> em %s</span>"
#: inc/template-tags.php:233
#: inc/template-tags.php:243
msgid "Comments navigation"
msgstr "Navegação de comentários"
#: inc/template-tags.php:237
#: inc/template-tags.php:247
msgid "&larr; Older Comments"
msgstr "&larr; Comentários mais antigos"
#: inc/template-tags.php:243
#: inc/template-tags.php:253
msgid "Newer Comments &rarr;"
msgstr "Comentários mais recentes &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
#: inc/template-tags.php:272
msgid "Edit %s"
msgstr "Editar %s"
#: inc/template-tags.php:289
#: inc/template-tags.php:301
msgid "Post navigation"
msgstr "Navegação de post"
#: inc/template-tags.php:293
#: inc/template-tags.php:305
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr ""
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
#: inc/template-tags.php:308
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr ""
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
#: inc/template-tags.php:331
msgid "Pages:"
msgstr "P&aacute;ginas"
msgstr "Páginas:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
#: inc/template-tags.php:371
msgid ", "
msgstr ", "
#: inc/widgets.php:268
#. translators: Widget area title
#: inc/widgets.php:279
msgid "Right Sidebar"
msgstr ""
msgstr "Barra lateral direita"
#: inc/widgets.php:270
#: inc/widgets.php:281
#, fuzzy
msgid "Right sidebar widget area"
msgstr ""
#: inc/widgets.php:280
msgid "Left Sidebar"
msgstr ""
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr ""
msgstr "Barra lateral direita"
#. translators: Widget area title
#: inc/widgets.php:292
msgid "Left Sidebar"
msgstr "Barra lateral esquerda"
#: inc/widgets.php:294
#, fuzzy
msgid "Left sidebar widget area"
msgstr "Barra lateral esquerda"
#. translators: Widget area title
#: inc/widgets.php:305
msgid "Hero Slider"
msgstr "Hero Slides"
#: inc/widgets.php:294
#: inc/widgets.php:307
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
#. translators: Widget area title
#: inc/widgets.php:318
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
#: inc/widgets.php:320
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
#. translators: Widget area title
#: inc/widgets.php:331
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
#: inc/widgets.php:333
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
#. translators: Widget area title
#: inc/widgets.php:344
#, fuzzy
msgid "Footer Full"
msgstr "Rodap&eacute;"
#: inc/widgets.php:330
#: inc/widgets.php:346
msgid "Full sized footer widget with dynamic grid"
msgstr ""
@ -435,8 +444,9 @@ msgid "Blank Page Template"
msgstr ""
#. Template Name of the theme
#, fuzzy
msgid "Left and Right Sidebar Layout"
msgstr ""
msgstr "Barra lateral esquerda e direita"
#. Template Name of the theme
msgid "Empty Page Template"
@ -444,19 +454,20 @@ msgstr ""
#. Template Name of the theme
msgid "Full Width Page"
msgstr "Sem barra lateral"
msgstr "Página com Largura Total"
#. Template Name of the theme
#, fuzzy
msgid "Left Sidebar Layout"
msgstr ""
msgstr "Barra lateral esquerda"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
msgstr "Sem título, página com largura total"
#. Template Name of the theme
msgid "Right Sidebar Layout"
msgstr ""
msgstr "Barra lateral direita"
#. translators: %s: query term
#: search.php:38

Binary file not shown.

View File

@ -4,8 +4,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:36+0200\n"
"POT-Creation-Date: 2022-11-05T23:31:56+00:00\n"
"PO-Revision-Date: 2022-11-06 01:10+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: pt\n"
@ -37,11 +37,11 @@ msgstr ""
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr ""
msgstr "Howard Development &amp; Consulting"
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr ""
msgstr "https://howarddc.com"
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
@ -58,13 +58,13 @@ msgstr "Categorias Mais Usadas"
#. translators: %1$s: smiley
#: 404.php:69
msgid "Try looking in the monthly archives. %1$s"
msgstr "Tente pesquisar nos arquivos mensais. %1$s"
msgstr "Tente pesquisar nos arquivos mensais. %1$s"
#. translators: %s: author name
#: author.php:44
msgctxt "Avatar alt"
msgid "Profile picture of %s"
msgstr "Imagem de perfil de %s"
msgstr "Foto do perfil de %s"
#: author.php:54
msgid "Website"
@ -84,32 +84,32 @@ msgstr "Artigos de %s"
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr ""
msgstr "Um comentário em &ldquo;%s&rdquo;"
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""
msgstr[0] "%1$s comentário em &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s comentários em &ldquo;%2$s&rdquo;"
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
#: global-templates/navbar-collapse-bootstrap4.php:18
#: global-templates/navbar-collapse-bootstrap5.php:18
#: global-templates/navbar-offcanvas-bootstrap5.php:18
msgid "Main Navigation"
msgstr "Navegação principal"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
#: global-templates/navbar-collapse-bootstrap4.php:35
#: global-templates/navbar-collapse-bootstrap5.php:34
msgid "Toggle navigation"
msgstr "Alternar a navegação"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
#: global-templates/navbar-offcanvas-bootstrap5.php:34
msgid "Open menu"
msgstr "Abrir menu"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
#: global-templates/navbar-offcanvas-bootstrap5.php:46
msgid "Close menu"
msgstr "Fechar menu"
@ -127,7 +127,7 @@ msgstr "Os comentários estão fechados."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr ""
msgstr "Imagem de cabeçalho por omissão"
#: inc/customizer.php:67
msgid "Theme Layout Settings"
@ -139,19 +139,19 @@ msgstr "Contentor com Barras Laterais por defeito"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr ""
msgstr "Bootstrap versão"
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgstr ""
msgid "Choose between Bootstrap 4 and Bootstrap 5"
msgstr "Escolha entre Bootstrap 4 e Bootstrap 5"
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr ""
msgstr "Bootstrap 4"
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr ""
msgstr "Bootstrap 5"
#: inc/customizer.php:117
msgid "Container Width"
@ -178,60 +178,60 @@ msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
#: inc/customizer.php:153
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
#: inc/customizer.php:154
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
#: inc/customizer.php:176
msgid "Sidebar Positioning"
msgstr "Colocação da Barra Lateral"
#: inc/customizer.php:178
#: inc/customizer.php:177
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
#: inc/customizer.php:186
#: inc/customizer.php:184
msgid "Right sidebar"
msgstr "Barra Lateral Direita"
msgstr "Barra lateral direita"
#: inc/customizer.php:185
msgid "Left sidebar"
msgstr "Barra lateral esquerda"
#: inc/customizer.php:186
msgid "Left & Right sidebars"
msgstr "Barra lateral esquerda e direita"
#: inc/customizer.php:187
msgid "Left sidebar"
msgstr "Barra Lateral Esquerda"
#: inc/customizer.php:188
msgid "Left & Right sidebars"
msgstr "Barras Laterais Esquerda e Direita"
#: inc/customizer.php:189
msgid "No sidebar"
msgstr "Sem Barra Lateral"
msgstr "Sem barra lateral"
#: inc/customizer.php:211
#: inc/customizer.php:209
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
#: inc/customizer.php:210
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
#: inc/editor.php:50
msgid "Lead Paragraph"
msgstr ""
msgstr "Lide"
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr ""
msgstr "Pequeno"
#: inc/editor.php:60
msgid "Blockquote"
msgstr ""
msgstr "Citação"
#: inc/editor.php:66
msgid "Blockquote Footer"
@ -241,7 +241,7 @@ msgstr ""
msgid "Cite"
msgstr ""
#: inc/extras.php:245
#: inc/extras.php:247
msgid "Read More..."
msgstr "Continuar a ler..."
@ -285,118 +285,126 @@ msgstr "Menu principal"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr ""
msgstr "Publicado em"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr ""
msgstr "por"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr ""
msgstr "Publicado por"
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
#: inc/template-tags.php:102
msgid "Posted in %s"
msgstr "Publicado em %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
#: inc/template-tags.php:117
msgid "Tagged %s"
msgstr "Etiquetas %s"
#. translators: %s post title
#: inc/template-tags.php:128
#: inc/template-tags.php:136
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
msgstr "Deixe um comentário<span class=\"screen-reader-text\"> em %s</span>"
#: inc/template-tags.php:233
#: inc/template-tags.php:243
msgid "Comments navigation"
msgstr "Navegação de comentários"
#: inc/template-tags.php:237
#: inc/template-tags.php:247
msgid "&larr; Older Comments"
msgstr "&larr; Comentários mais antigos"
#: inc/template-tags.php:243
#: inc/template-tags.php:253
msgid "Newer Comments &rarr;"
msgstr "Comentários mais recentes &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
#: inc/template-tags.php:272
msgid "Edit %s"
msgstr "Editar %s"
#: inc/template-tags.php:289
#: inc/template-tags.php:301
msgid "Post navigation"
msgstr "Navegação de artigos"
#: inc/template-tags.php:293
#: inc/template-tags.php:305
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
#: inc/template-tags.php:308
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
#: inc/template-tags.php:331
msgid "Pages:"
msgstr "Páginas:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
#: inc/template-tags.php:371
msgid ", "
msgstr ", "
#: inc/widgets.php:268
#. translators: Widget area title
#: inc/widgets.php:279
msgid "Right Sidebar"
msgstr "Barra Lateral Direita"
msgstr "Barra lateral direita"
#: inc/widgets.php:270
#: inc/widgets.php:281
#, fuzzy
msgid "Right sidebar widget area"
msgstr ""
#: inc/widgets.php:280
msgid "Left Sidebar"
msgstr "Barra Lateral Esquerda"
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr ""
msgstr "Barra lateral direita"
#. translators: Widget area title
#: inc/widgets.php:292
msgid "Left Sidebar"
msgstr "Barra lateral esquerda"
#: inc/widgets.php:294
#, fuzzy
msgid "Left sidebar widget area"
msgstr "Barra lateral esquerda"
#. translators: Widget area title
#: inc/widgets.php:305
msgid "Hero Slider"
msgstr "Hero Slider"
#: inc/widgets.php:294
#: inc/widgets.php:307
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
#. translators: Widget area title
#: inc/widgets.php:318
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
#: inc/widgets.php:320
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
#. translators: Widget area title
#: inc/widgets.php:331
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
#: inc/widgets.php:333
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
#. translators: Widget area title
#: inc/widgets.php:344
msgid "Footer Full"
msgstr "Rodapé completo"
#: inc/widgets.php:330
#: inc/widgets.php:346
msgid "Full sized footer widget with dynamic grid"
msgstr ""
@ -433,7 +441,7 @@ msgstr "Template Página Vazia"
#. Template Name of the theme
msgid "Left and Right Sidebar Layout"
msgstr "Layout com Barra Lateral à Esquerda"
msgstr "Layout com barra lateral direita e esquerda"
#. Template Name of the theme
msgid "Empty Page Template"
@ -445,15 +453,15 @@ msgstr "Página largura completa"
#. Template Name of the theme
msgid "Left Sidebar Layout"
msgstr "Layout com Barra Lateral à Esquerda"
msgstr "Layout com barra lateral esquerda"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
msgstr "Sem título, página largura completa"
#. Template Name of the theme
msgid "Right Sidebar Layout"
msgstr ""
msgstr "Layout com barra lateral direita"
#. translators: %s: query term
#: search.php:38

Binary file not shown.

View File

@ -1,491 +0,0 @@
# Translation of Understrap in Russian
# This file is distributed under the same license as the Understrap package.
msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:41+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : ((n % "
"10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);\n"
"X-Generator: Poedit 3.2\n"
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
"translate_nooped_plural\n"
#. Theme Name of the theme
msgid "Understrap"
msgstr "Understrap"
#. Theme URI of the theme
#: inc/hooks.php:40
msgid "https://understrap.com"
msgstr "https://understrap.com"
#. Description of the theme
msgid ""
"The renowned WordPress starter theme framework that combined Underscores and "
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
"custom WordPress sites."
msgstr ""
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr ""
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr ""
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
msgstr "Ой! Страница не найдена."
#: 404.php:36
msgid "It looks like nothing was found at this location. Maybe try a search?"
msgstr ""
"Похоже, что по этому адресу ничего не найдено. Возможно, стоит попробовать "
"воспользоваться поиском?"
#: 404.php:46
msgid "Most Used Categories"
msgstr "Часто используемые рубрики"
#. translators: %1$s: smiley
#: 404.php:69
#, fuzzy
msgid "Try looking in the monthly archives. %1$s"
msgstr "Загляните в архивы по месяцам %1$s"
#. translators: %s: author name
#: author.php:44
msgctxt "Avatar alt"
msgid "Profile picture of %s"
msgstr "Картинка профиля %s"
#: author.php:54
msgid "Website"
msgstr "Сайт"
#. translators: %s: author name
#: author.php:65
msgid "About %s"
msgstr "Об авторе %s"
#. translators: %s: author name
#: author.php:79
msgid "Posts by %s"
msgstr "Записи %s"
#. translators: %s: post title
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr ""
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
msgid "Main Navigation"
msgstr "Меню навигации"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
msgid "Toggle navigation"
msgstr "Переключить навигацию"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
msgid "Open menu"
msgstr "Открыть меню"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
msgid "Close menu"
msgstr "Закрыть меню"
#: header.php:32
msgid "Skip to content"
msgstr "Перейти к содержимому"
#: inc/class-wp-bootstrap-navwalker.php:377
msgid "Add a menu"
msgstr "Добавить меню"
#: inc/custom-comments.php:106
msgid "Comments are closed."
msgstr "Обсуждение закрыто."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr ""
#: inc/customizer.php:67
msgid "Theme Layout Settings"
msgstr "Настройки компоновки темы"
#: inc/customizer.php:69
msgid "Container width and sidebar defaults"
msgstr "Ширина контейнера и боковая панель по умолчанию"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr ""
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgstr ""
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr ""
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr ""
#: inc/customizer.php:117
msgid "Container Width"
msgstr "Ширина контейнера"
#: inc/customizer.php:118
msgid "Choose between Bootstrap's container and container-fluid"
msgstr "Выберите контейнер"
#: inc/customizer.php:122
msgid "Fixed width container"
msgstr "Контейнер фиксированной ширины"
#: inc/customizer.php:123
msgid "Full width container"
msgstr "Контейнер во всю ширину"
#: inc/customizer.php:145
msgid "Responsive Navigation Type"
msgstr ""
#: inc/customizer.php:146
msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
msgid "Sidebar Positioning"
msgstr "Расположение боковой панели"
#: inc/customizer.php:178
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
#: inc/customizer.php:186
msgid "Right sidebar"
msgstr "Правая боковая панель"
#: inc/customizer.php:187
msgid "Left sidebar"
msgstr "Левая боковая панель"
#: inc/customizer.php:188
msgid "Left & Right sidebars"
msgstr "Левая и правая боковые панели"
#: inc/customizer.php:189
msgid "No sidebar"
msgstr "Без боковой панели"
#: inc/customizer.php:211
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
#: inc/editor.php:50
msgid "Lead Paragraph"
msgstr ""
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr ""
#: inc/editor.php:60
msgid "Blockquote"
msgstr ""
#: inc/editor.php:66
msgid "Blockquote Footer"
msgstr ""
#: inc/editor.php:72
msgid "Cite"
msgstr ""
#: inc/extras.php:245
msgid "Read More..."
msgstr "Читать далее..."
#: inc/hooks.php:30
msgid "https://wordpress.org/"
msgstr "https://ru.wordpress.org/"
#. translators: WordPress
#: inc/hooks.php:33
msgid "Proudly powered by %s"
msgstr "Сайт работает на %s"
#. translators: 1: Theme name, 2: Theme author
#: inc/hooks.php:38
msgid "Theme: %1$s by %2$s."
msgstr "Тема: %1$s за авторством %2$s."
#. translators: Theme version
#: inc/hooks.php:44
msgid "Version: %s"
msgstr "Версия: %s"
#: inc/pagination.php:53
msgctxt "previous set of posts"
msgid "&laquo;"
msgstr "&laquo;"
#: inc/pagination.php:54
msgctxt "next set of posts"
msgid "&raquo;"
msgstr "&laquo;"
#: inc/pagination.php:56
msgid "Posts navigation"
msgstr "Навигация по записям"
#: inc/setup.php:49
msgid "Primary Menu"
msgstr "Основное меню"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr ""
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr ""
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr ""
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
msgid "Posted in %s"
msgstr "Опубликовано в %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
msgid "Tagged %s"
msgstr "Отмечено %s"
#. translators: %s post title
#: inc/template-tags.php:128
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
#: inc/template-tags.php:233
msgid "Comments navigation"
msgstr "Навигация по комментариям"
#: inc/template-tags.php:237
msgid "&larr; Older Comments"
msgstr "&larr; Предыдущие комментарии"
#: inc/template-tags.php:243
msgid "Newer Comments &rarr;"
msgstr "Более новые комментарии &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
msgid "Edit %s"
msgstr "Изменить %s"
#: inc/template-tags.php:289
msgid "Post navigation"
msgstr "Навигация по записям"
#: inc/template-tags.php:293
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
msgid "Pages:"
msgstr "Страницы"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
msgid ", "
msgstr ", "
#: inc/widgets.php:268
msgid "Right Sidebar"
msgstr "Правая боковая панель"
#: inc/widgets.php:270
msgid "Right sidebar widget area"
msgstr ""
#: inc/widgets.php:280
msgid "Left Sidebar"
msgstr "Левая боковая панель"
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr ""
#: inc/widgets.php:292
msgid "Hero Slider"
msgstr "Слайдер Hero"
#: inc/widgets.php:294
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
msgid "Footer Full"
msgstr "Подвал"
#: inc/widgets.php:330
msgid "Full sized footer widget with dynamic grid"
msgstr ""
#: loop-templates/content-none.php:18
msgid "Nothing Found"
msgstr "Ничего не найдено"
#. translators: 1: Link to WP admin new post page.
#: loop-templates/content-none.php:30
msgid ""
"Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr ""
"Готовы опубликовать свою первую запись? <a href=\"%1$s\">Начните здесь</a>."
#: loop-templates/content-none.php:38
msgid ""
"Sorry, but nothing matched your search terms. Please try again with some "
"different keywords."
msgstr ""
"Извините, по вашему запросу ничего не найдено. Попробуйте другие ключевые "
"слова."
#: loop-templates/content-none.php:46
msgid ""
"It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
"searching can help."
msgstr ""
"Похоже, нам не удалось найти то, что вы искали. Попробуйте воспользоваться "
"поиском."
#. Template Name of the theme
msgid "Blank Page Template"
msgstr "Чистая страница"
#. Template Name of the theme
msgid "Left and Right Sidebar Layout"
msgstr "Компоновка левой и правой боковых панелей"
#. Template Name of the theme
msgid "Empty Page Template"
msgstr "Пустая страница"
#. Template Name of the theme
msgid "Full Width Page"
msgstr "Страница во всю ширину"
#. Template Name of the theme
msgid "Left Sidebar Layout"
msgstr "Компоновка левой боковой панели"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
#. Template Name of the theme
msgid "Right Sidebar Layout"
msgstr ""
#. translators: %s: query term
#: search.php:38
msgid "Search Results for: %s"
msgstr "Результаты поиска для: %s"
#: searchform.php:21
msgctxt "label"
msgid "Search for:"
msgstr "Найти:"
#: searchform.php:23
msgctxt "placeholder"
msgid "Search &hellip;"
msgstr "Поиск&hellip;"
#: searchform.php:25 searchform.php:28
msgctxt "submit button"
msgid "Search"
msgstr "Поиск"
#: sidebar-templates/sidebar-hero.php:28
msgctxt "carousel control"
msgid "Previous"
msgstr "Ранее"
#: sidebar-templates/sidebar-hero.php:36
msgctxt "carousel control"
msgid "Next"
msgstr "Далее"

Binary file not shown.

View File

@ -4,8 +4,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:42+0200\n"
"POT-Creation-Date: 2022-11-05T23:31:56+00:00\n"
"PO-Revision-Date: 2022-12-26 11:09+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: sl_SI\n"
@ -14,7 +14,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : "
"((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Generator: Poedit 3.2\n"
"X-Generator: Poedit 3.2.2\n"
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
@ -38,11 +38,11 @@ msgstr ""
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr ""
msgstr "Howard Development &amp; Consulting"
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr ""
msgstr "https://howarddc.com"
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
@ -88,35 +88,35 @@ msgstr "Prispevki od %s"
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr ""
msgstr "Ena misel na &ldquo;%s&rdquo;"
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
msgstr[0] "%1$s misel na &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s misli na &ldquo;%2$s&rdquo;"
msgstr[2] "%1$s misli na &ldquo;%2$s&rdquo;"
msgstr[3] "%1$s misli na &ldquo;%2$s&rdquo;"
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
#: global-templates/navbar-collapse-bootstrap4.php:18
#: global-templates/navbar-collapse-bootstrap5.php:18
#: global-templates/navbar-offcanvas-bootstrap5.php:18
#, fuzzy
msgid "Main Navigation"
msgstr "Glavna navigacija"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
#: global-templates/navbar-collapse-bootstrap4.php:35
#: global-templates/navbar-collapse-bootstrap5.php:34
msgid "Toggle navigation"
msgstr "Preklopi navigacijo"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
#: global-templates/navbar-offcanvas-bootstrap5.php:34
msgid "Open menu"
msgstr "Odpri meni"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
#: global-templates/navbar-offcanvas-bootstrap5.php:46
msgid "Close menu"
msgstr "Zapri meni"
@ -134,7 +134,7 @@ msgstr "Komentarji so onemogočeni."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr ""
msgstr "Privzeta slika glave"
#: inc/customizer.php:67
msgid "Theme Layout Settings"
@ -146,19 +146,19 @@ msgstr "Privzeta širina kontejnerja in stranskih pasic"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr ""
msgstr "Različica Bootstrapa"
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgstr ""
msgid "Choose between Bootstrap 4 and Bootstrap 5"
msgstr "Izberite med Bootstrap 4 ali Bootstrap 5"
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr ""
msgstr "Bootstrap 4"
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr ""
msgstr "Bootstrap 5"
#: inc/customizer.php:117
msgid "Container Width"
@ -167,8 +167,8 @@ msgstr "Širina kontejnerja"
#: inc/customizer.php:118
msgid "Choose between Bootstrap's container and container-fluid"
msgstr ""
"Izberite med Bootstrap \"container\" (omejen) ali \"container-fluid"
"\" (razpotegnjen)"
"Izberite med Bootstrap \"container\" (omejen) ali \"container-"
"fluid\" (razpotegnjen)"
#: inc/customizer.php:122
msgid "Fixed width container"
@ -187,45 +187,45 @@ msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
#: inc/customizer.php:153
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
#: inc/customizer.php:154
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
#: inc/customizer.php:176
msgid "Sidebar Positioning"
msgstr "Pozicija stranske pasice"
#: inc/customizer.php:178
#: inc/customizer.php:177
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
#: inc/customizer.php:186
#: inc/customizer.php:184
msgid "Right sidebar"
msgstr "Desna stranska pasica"
#: inc/customizer.php:187
#: inc/customizer.php:185
msgid "Left sidebar"
msgstr "Leva stranska pasica"
#: inc/customizer.php:188
#: inc/customizer.php:186
msgid "Left & Right sidebars"
msgstr "Leva in desna stranska pasica"
#: inc/customizer.php:189
#: inc/customizer.php:187
msgid "No sidebar"
msgstr "Brez stranske pasica"
#: inc/customizer.php:211
#: inc/customizer.php:209
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
#: inc/customizer.php:210
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
@ -236,11 +236,11 @@ msgstr ""
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr ""
msgstr "Majhna"
#: inc/editor.php:60
msgid "Blockquote"
msgstr ""
msgstr "Daljši citat"
#: inc/editor.php:66
msgid "Blockquote Footer"
@ -250,13 +250,13 @@ msgstr ""
msgid "Cite"
msgstr ""
#: inc/extras.php:245
#: inc/extras.php:247
msgid "Read More..."
msgstr "Preberi več..."
#: inc/hooks.php:30
msgid "https://wordpress.org/"
msgstr ""
msgstr "https://sl.wordpress.org/"
#. translators: WordPress
#: inc/hooks.php:33
@ -294,7 +294,7 @@ msgstr "Primarni meni"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr ""
msgstr "Objavljeno dne"
#: inc/template-tags.php:55
msgctxt "post author"
@ -307,105 +307,113 @@ msgid "Posted by"
msgstr ""
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
#: inc/template-tags.php:102
msgid "Posted in %s"
msgstr "Objavljeno v %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
#: inc/template-tags.php:117
msgid "Tagged %s"
msgstr "Označeno %1$s"
msgstr "Označeno %s"
#. translators: %s post title
#: inc/template-tags.php:128
#: inc/template-tags.php:136
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
msgstr "Dodaj komentar<span class=\"screen-reader-text\"> na %s</span>"
#: inc/template-tags.php:233
#: inc/template-tags.php:243
msgid "Comments navigation"
msgstr "Navigacija komentarjev"
#: inc/template-tags.php:237
#: inc/template-tags.php:247
msgid "&larr; Older Comments"
msgstr "&larr; Starejši komentarji"
#: inc/template-tags.php:243
#: inc/template-tags.php:253
msgid "Newer Comments &rarr;"
msgstr "Novejši komentarji &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
#: inc/template-tags.php:272
msgid "Edit %s"
msgstr "Uredi %s"
#: inc/template-tags.php:289
#: inc/template-tags.php:301
msgid "Post navigation"
msgstr "Navigacija prispevka"
#: inc/template-tags.php:293
#: inc/template-tags.php:305
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
#: inc/template-tags.php:308
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
#: inc/template-tags.php:331
msgid "Pages:"
msgstr "Strani:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
#: inc/template-tags.php:371
msgid ", "
msgstr ", "
#: inc/widgets.php:268
#. translators: Widget area title
#: inc/widgets.php:279
msgid "Right Sidebar"
msgstr "Desna stranska pasica"
#: inc/widgets.php:270
#: inc/widgets.php:281
#, fuzzy
msgid "Right sidebar widget area"
msgstr ""
msgstr "Desna stranska pasica"
#: inc/widgets.php:280
#. translators: Widget area title
#: inc/widgets.php:292
msgid "Left Sidebar"
msgstr "Leva stranska pasica"
#: inc/widgets.php:282
#: inc/widgets.php:294
#, fuzzy
msgid "Left sidebar widget area"
msgstr ""
msgstr "Leva stranska pasica"
#: inc/widgets.php:292
#. translators: Widget area title
#: inc/widgets.php:305
msgid "Hero Slider"
msgstr "Hero drsnik"
#: inc/widgets.php:294
#: inc/widgets.php:307
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
#. translators: Widget area title
#: inc/widgets.php:318
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
#: inc/widgets.php:320
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
#. translators: Widget area title
#: inc/widgets.php:331
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
#: inc/widgets.php:333
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
#. translators: Widget area title
#: inc/widgets.php:344
msgid "Footer Full"
msgstr "Noga čez celo širino"
#: inc/widgets.php:330
#: inc/widgets.php:346
msgid "Full sized footer widget with dynamic grid"
msgstr ""
@ -450,7 +458,7 @@ msgstr "Predloga s prazno stranjo"
#. Template Name of the theme
msgid "Full Width Page"
msgstr "Stran čez celo širino"
msgstr "Stran polne širine"
#. Template Name of the theme
msgid "Left Sidebar Layout"
@ -458,11 +466,12 @@ msgstr "Razporeditev za levo stransko pasico"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
msgstr "Brez naslova, stran polne širine"
#. Template Name of the theme
#, fuzzy
msgid "Right Sidebar Layout"
msgstr ""
msgstr "Desna stranska pasica"
#. translators: %s: query term
#: search.php:38

Binary file not shown.

View File

@ -1,485 +0,0 @@
# Translation of Understrap in Swedish
# This file is distributed under the same license as the Understrap package.
msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:43+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: sv_SE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Poedit 3.2\n"
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
"translate_nooped_plural\n"
#. Theme Name of the theme
msgid "Understrap"
msgstr "Understrap"
#. Theme URI of the theme
#: inc/hooks.php:40
msgid "https://understrap.com"
msgstr "https://understrap.com"
#. Description of the theme
msgid ""
"The renowned WordPress starter theme framework that combined Underscores and "
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
"custom WordPress sites."
msgstr ""
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr ""
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr ""
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
msgstr "Hoppsan! Den sidan kan inte hittas."
#: 404.php:36
msgid "It looks like nothing was found at this location. Maybe try a search?"
msgstr ""
"Det verkar som om inget hittades på denna plats. Kanske prova en sökning?"
#: 404.php:46
msgid "Most Used Categories"
msgstr "Mest använda kategorier"
#. translators: %1$s: smiley
#: 404.php:69
msgid "Try looking in the monthly archives. %1$s"
msgstr "Prova att leta i månadsarkiven. %1$s"
#. translators: %s: author name
#: author.php:44
msgctxt "Avatar alt"
msgid "Profile picture of %s"
msgstr "Profilbild för %s"
#: author.php:54
msgid "Website"
msgstr "Webbplats"
#. translators: %s: author name
#: author.php:65
msgid "About %s"
msgstr "Om %s"
#. translators: %s: author name
#: author.php:79
msgid "Posts by %s"
msgstr "Inlägg av %s"
#. translators: %s: post title
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr ""
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
msgid "Main Navigation"
msgstr "Huvudmeny"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
msgid "Toggle navigation"
msgstr "Slå på/av navigering"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
msgid "Open menu"
msgstr "Öppna meny"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
msgid "Close menu"
msgstr "Stäng meny"
#: header.php:32
msgid "Skip to content"
msgstr "Hoppa till innehåll"
#: inc/class-wp-bootstrap-navwalker.php:377
msgid "Add a menu"
msgstr "Lägg till en meny"
#: inc/custom-comments.php:106
msgid "Comments are closed."
msgstr "Kommentarer inaktiverade."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr ""
#: inc/customizer.php:67
msgid "Theme Layout Settings"
msgstr ""
#: inc/customizer.php:69
msgid "Container width and sidebar defaults"
msgstr ""
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr ""
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgstr ""
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr ""
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr ""
#: inc/customizer.php:117
msgid "Container Width"
msgstr ""
#: inc/customizer.php:118
msgid "Choose between Bootstrap's container and container-fluid"
msgstr ""
#: inc/customizer.php:122
msgid "Fixed width container"
msgstr ""
#: inc/customizer.php:123
msgid "Full width container"
msgstr ""
#: inc/customizer.php:145
msgid "Responsive Navigation Type"
msgstr ""
#: inc/customizer.php:146
msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
msgid "Sidebar Positioning"
msgstr ""
#: inc/customizer.php:178
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
#: inc/customizer.php:186
msgid "Right sidebar"
msgstr ""
#: inc/customizer.php:187
msgid "Left sidebar"
msgstr ""
#: inc/customizer.php:188
msgid "Left & Right sidebars"
msgstr ""
#: inc/customizer.php:189
msgid "No sidebar"
msgstr ""
#: inc/customizer.php:211
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
#: inc/editor.php:50
msgid "Lead Paragraph"
msgstr ""
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr ""
#: inc/editor.php:60
msgid "Blockquote"
msgstr ""
#: inc/editor.php:66
msgid "Blockquote Footer"
msgstr ""
#: inc/editor.php:72
msgid "Cite"
msgstr ""
#: inc/extras.php:245
msgid "Read More..."
msgstr "Läs mer"
#: inc/hooks.php:30
msgid "https://wordpress.org/"
msgstr "https://sv.wordpress.org/"
#. translators: WordPress
#: inc/hooks.php:33
msgid "Proudly powered by %s"
msgstr "Drivs av %s"
#. translators: 1: Theme name, 2: Theme author
#: inc/hooks.php:38
msgid "Theme: %1$s by %2$s."
msgstr "tema av: %1$s by %2$s."
#. translators: Theme version
#: inc/hooks.php:44
msgid "Version: %s"
msgstr "Version: %s"
#: inc/pagination.php:53
msgctxt "previous set of posts"
msgid "&laquo;"
msgstr "&laquo;"
#: inc/pagination.php:54
msgctxt "next set of posts"
msgid "&raquo;"
msgstr "&raquo;"
#: inc/pagination.php:56
msgid "Posts navigation"
msgstr "Inläggsnavigering"
#: inc/setup.php:49
msgid "Primary Menu"
msgstr "Primär meny"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr ""
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr ""
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr ""
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
msgid "Posted in %s"
msgstr "Publicerat i %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
msgid "Tagged %s"
msgstr "Märkt %s"
#. translators: %s post title
#: inc/template-tags.php:128
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
#: inc/template-tags.php:233
msgid "Comments navigation"
msgstr "Kommentarsnavigering"
#: inc/template-tags.php:237
msgid "&larr; Older Comments"
msgstr "&larr; Äldre kommentarer"
#: inc/template-tags.php:243
msgid "Newer Comments &rarr;"
msgstr "Nyare kommentarer &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
msgid "Edit %s"
msgstr "Redigera %s"
#: inc/template-tags.php:289
msgid "Post navigation"
msgstr "Inläggsnavigering"
#: inc/template-tags.php:293
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr ""
#: inc/template-tags.php:296
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr ""
#: inc/template-tags.php:317
msgid "Pages:"
msgstr "Sidor:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
msgid ", "
msgstr ", "
#: inc/widgets.php:268
msgid "Right Sidebar"
msgstr ""
#: inc/widgets.php:270
msgid "Right sidebar widget area"
msgstr ""
#: inc/widgets.php:280
msgid "Left Sidebar"
msgstr ""
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr ""
#: inc/widgets.php:292
msgid "Hero Slider"
msgstr "Hero Slider"
#: inc/widgets.php:294
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
msgid "Footer Full"
msgstr "Sidfot"
#: inc/widgets.php:330
msgid "Full sized footer widget with dynamic grid"
msgstr ""
#: loop-templates/content-none.php:18
msgid "Nothing Found"
msgstr "Inget hittades"
#. translators: 1: Link to WP admin new post page.
#: loop-templates/content-none.php:30
msgid ""
"Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr ""
"Är du redo att publicera ditt första inlägg? <a href=\"%1$s\">Börja här</a>."
#: loop-templates/content-none.php:38
msgid ""
"Sorry, but nothing matched your search terms. Please try again with some "
"different keywords."
msgstr "Inget matchade dina söktermer. Försök igen med några andra nyckelord."
#: loop-templates/content-none.php:46
msgid ""
"It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
"searching can help."
msgstr ""
"Det verkar inte som om vi kan hitta det du letar efter. Kanske kan en "
"sökning hjälpa."
#. Template Name of the theme
msgid "Blank Page Template"
msgstr ""
#. Template Name of the theme
msgid "Left and Right Sidebar Layout"
msgstr ""
#. Template Name of the theme
msgid "Empty Page Template"
msgstr "Empty Page Template"
#. Template Name of the theme
msgid "Full Width Page"
msgstr "Full Width Page"
#. Template Name of the theme
msgid "Left Sidebar Layout"
msgstr ""
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
#. Template Name of the theme
msgid "Right Sidebar Layout"
msgstr ""
#. translators: %s: query term
#: search.php:38
msgid "Search Results for: %s"
msgstr "Sökresultat för: %s"
#: searchform.php:21
msgctxt "label"
msgid "Search for:"
msgstr "Sök efter:"
#: searchform.php:23
msgctxt "placeholder"
msgid "Search &hellip;"
msgstr "Sök &hellip;"
#: searchform.php:25 searchform.php:28
msgctxt "submit button"
msgid "Search"
msgstr "Sök"
#: sidebar-templates/sidebar-hero.php:28
msgctxt "carousel control"
msgid "Previous"
msgstr "Föregående"
#: sidebar-templates/sidebar-hero.php:36
msgctxt "carousel control"
msgid "Next"
msgstr "Nästa"

Binary file not shown.

View File

@ -4,8 +4,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:44+0200\n"
"POT-Creation-Date: 2022-11-05T23:31:56+00:00\n"
"PO-Revision-Date: 2022-11-06 01:17+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: tr\n"
@ -37,11 +37,11 @@ msgstr ""
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr ""
msgstr "Howard Development &amp; Consulting"
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr ""
msgstr "https://howarddc.com"
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
@ -84,32 +84,32 @@ msgstr "%s tarafından yazılan yazılar"
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr ""
msgstr "&ldquo;%s&rdquo; için bir yorum"
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""
msgstr[0] "&ldquo;%2$s&rdquo; için %1$s yorum"
msgstr[1] "&ldquo;%2$s&rdquo; için %1$s yorum"
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
#: global-templates/navbar-collapse-bootstrap4.php:18
#: global-templates/navbar-collapse-bootstrap5.php:18
#: global-templates/navbar-offcanvas-bootstrap5.php:18
msgid "Main Navigation"
msgstr "Ana gezinti"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
#: global-templates/navbar-collapse-bootstrap4.php:35
#: global-templates/navbar-collapse-bootstrap5.php:34
msgid "Toggle navigation"
msgstr "Dolaşımı değiştir"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
#: global-templates/navbar-offcanvas-bootstrap5.php:34
msgid "Open menu"
msgstr "Menüyü aç"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
#: global-templates/navbar-offcanvas-bootstrap5.php:46
msgid "Close menu"
msgstr "Menüyü kapat"
@ -127,7 +127,7 @@ msgstr "Yorumlar kapatıldı."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr ""
msgstr "Varsayılan üst alan görseli"
#: inc/customizer.php:67
msgid "Theme Layout Settings"
@ -139,19 +139,19 @@ msgstr "Kapsayıcı genişliği ve kenar çubuğu varsayılanları"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr ""
msgstr "Bootstrap sürüm"
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgid "Choose between Bootstrap 4 and Bootstrap 5"
msgstr ""
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr ""
msgstr "Bootstrap 4"
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr ""
msgstr "Bootstrap 5"
#: inc/customizer.php:117
msgid "Container Width"
@ -178,45 +178,45 @@ msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
#: inc/customizer.php:153
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
#: inc/customizer.php:154
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
#: inc/customizer.php:176
msgid "Sidebar Positioning"
msgstr "Kenar Çubuğu Konumlandırması"
#: inc/customizer.php:178
#: inc/customizer.php:177
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
#: inc/customizer.php:186
#: inc/customizer.php:184
msgid "Right sidebar"
msgstr "Sağ kenar çubuğu"
#: inc/customizer.php:187
#: inc/customizer.php:185
msgid "Left sidebar"
msgstr "Sol kenar çubuğu"
#: inc/customizer.php:188
#: inc/customizer.php:186
msgid "Left & Right sidebars"
msgstr "Sol & Sağ kenar çubukları"
#: inc/customizer.php:189
#: inc/customizer.php:187
msgid "No sidebar"
msgstr "Kenar çubuğu yok"
#: inc/customizer.php:211
#: inc/customizer.php:209
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
#: inc/customizer.php:210
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
@ -227,11 +227,11 @@ msgstr ""
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr ""
msgstr "Majhna"
#: inc/editor.php:60
msgid "Blockquote"
msgstr ""
msgstr "Alıntı"
#: inc/editor.php:66
msgid "Blockquote Footer"
@ -241,13 +241,13 @@ msgstr ""
msgid "Cite"
msgstr ""
#: inc/extras.php:245
#: inc/extras.php:247
msgid "Read More..."
msgstr "Daha fazlasını oku…"
#: inc/hooks.php:30
msgid "https://wordpress.org/"
msgstr ""
msgstr "https://tr.wordpress.org/"
#. translators: WordPress
#: inc/hooks.php:33
@ -285,118 +285,126 @@ msgstr "Birincil Menü"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr ""
msgstr "Yayın tarihi"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr ""
msgstr "tarafından"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr ""
msgstr "Gönderen"
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
#: inc/template-tags.php:102
msgid "Posted in %s"
msgstr "Yayınlanan %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
#: inc/template-tags.php:117
msgid "Tagged %s"
msgstr "Etiketlenen %s"
#. translators: %s post title
#: inc/template-tags.php:128
#: inc/template-tags.php:136
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
msgstr "Yorum yapın"
#: inc/template-tags.php:233
#: inc/template-tags.php:243
msgid "Comments navigation"
msgstr "Yorum dolaşımı"
#: inc/template-tags.php:237
#: inc/template-tags.php:247
msgid "&larr; Older Comments"
msgstr "&larr; Eski yorumlar"
#: inc/template-tags.php:243
#: inc/template-tags.php:253
msgid "Newer Comments &rarr;"
msgstr "Yeni yorumlar &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
#: inc/template-tags.php:272
msgid "Edit %s"
msgstr "%s yazısını düzenle"
#: inc/template-tags.php:289
#: inc/template-tags.php:301
msgid "Post navigation"
msgstr "Yazı dolaşımı"
#: inc/template-tags.php:293
#: inc/template-tags.php:305
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "<i class=“fa fa-angle-left”></i>&nbsp;%title"
#: inc/template-tags.php:296
#: inc/template-tags.php:308
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "%title&nbsp;<i class=“fa fa-angle-right”></i>"
#: inc/template-tags.php:317
#: inc/template-tags.php:331
msgid "Pages:"
msgstr "Sayfalar:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
#: inc/template-tags.php:371
msgid ", "
msgstr ", "
#: inc/widgets.php:268
#. translators: Widget area title
#: inc/widgets.php:279
msgid "Right Sidebar"
msgstr "Sağ Kenar Çubuğu"
#: inc/widgets.php:270
#: inc/widgets.php:281
#, fuzzy
msgid "Right sidebar widget area"
msgstr ""
msgstr "Sağ kenar çubuğu"
#: inc/widgets.php:280
#. translators: Widget area title
#: inc/widgets.php:292
msgid "Left Sidebar"
msgstr "Sol Kenar Çubuğu"
#: inc/widgets.php:282
#: inc/widgets.php:294
#, fuzzy
msgid "Left sidebar widget area"
msgstr ""
msgstr "Sol kenar çubuğu"
#: inc/widgets.php:292
#. translators: Widget area title
#: inc/widgets.php:305
msgid "Hero Slider"
msgstr "Manşet Slider"
#: inc/widgets.php:294
#: inc/widgets.php:307
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
#. translators: Widget area title
#: inc/widgets.php:318
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
#: inc/widgets.php:320
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
#. translators: Widget area title
#: inc/widgets.php:331
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
#: inc/widgets.php:333
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
#. translators: Widget area title
#: inc/widgets.php:344
msgid "Footer Full"
msgstr "Tam Alt Bölüm"
#: inc/widgets.php:330
#: inc/widgets.php:346
msgid "Full sized footer widget with dynamic grid"
msgstr ""
@ -449,11 +457,12 @@ msgstr "Sol Kenar Çubuğu Düzeni"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
msgstr "Başlık yok, Tam Genişlikte Sayfa"
#. Template Name of the theme
#, fuzzy
msgid "Right Sidebar Layout"
msgstr ""
msgstr "Sağ kenar çubuğu"
#. translators: %s: query term
#: search.php:38

View File

@ -9,7 +9,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"POT-Creation-Date: 2022-11-05T23:31:56+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.6.0\n"
"X-Domain: understrap\n"
@ -86,22 +86,22 @@ msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
#: global-templates/navbar-collapse-bootstrap4.php:18
#: global-templates/navbar-collapse-bootstrap5.php:18
#: global-templates/navbar-offcanvas-bootstrap5.php:18
msgid "Main Navigation"
msgstr ""
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
#: global-templates/navbar-collapse-bootstrap4.php:35
#: global-templates/navbar-collapse-bootstrap5.php:34
msgid "Toggle navigation"
msgstr ""
#: global-templates/navbar-offcanvas-bootstrap5.php:33
#: global-templates/navbar-offcanvas-bootstrap5.php:34
msgid "Open menu"
msgstr ""
#: global-templates/navbar-offcanvas-bootstrap5.php:45
#: global-templates/navbar-offcanvas-bootstrap5.php:46
msgid "Close menu"
msgstr ""
@ -134,7 +134,7 @@ msgid "Bootstrap Version"
msgstr ""
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgid "Choose between Bootstrap 4 and Bootstrap 5"
msgstr ""
#: inc/customizer.php:94
@ -169,43 +169,43 @@ msgstr ""
msgid "Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
#: inc/customizer.php:153
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
#: inc/customizer.php:154
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
#: inc/customizer.php:176
msgid "Sidebar Positioning"
msgstr ""
#: inc/customizer.php:178
#: inc/customizer.php:177
msgid "Set sidebar's default position. Can either be: right, left, both or none. Note: this can be overridden on individual pages."
msgstr ""
#: inc/customizer.php:186
#: inc/customizer.php:184
msgid "Right sidebar"
msgstr ""
#: inc/customizer.php:187
#: inc/customizer.php:185
msgid "Left sidebar"
msgstr ""
#: inc/customizer.php:188
#: inc/customizer.php:186
msgid "Left & Right sidebars"
msgstr ""
#: inc/customizer.php:189
#: inc/customizer.php:187
msgid "No sidebar"
msgstr ""
#: inc/customizer.php:211
#: inc/customizer.php:209
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
#: inc/customizer.php:210
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
@ -230,7 +230,7 @@ msgstr ""
msgid "Cite"
msgstr ""
#: inc/extras.php:245
#: inc/extras.php:247
msgid "Read More..."
msgstr ""
@ -287,105 +287,111 @@ msgid "Posted by"
msgstr ""
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
#: inc/template-tags.php:102
msgid "Posted in %s"
msgstr ""
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
#: inc/template-tags.php:117
msgid "Tagged %s"
msgstr ""
#. translators: %s post title
#: inc/template-tags.php:128
#: inc/template-tags.php:136
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
#: inc/template-tags.php:233
#: inc/template-tags.php:243
msgid "Comments navigation"
msgstr ""
#: inc/template-tags.php:237
#: inc/template-tags.php:247
msgid "&larr; Older Comments"
msgstr ""
#: inc/template-tags.php:243
#: inc/template-tags.php:253
msgid "Newer Comments &rarr;"
msgstr ""
#. translators: %s: Name of current post
#: inc/template-tags.php:260
#: inc/template-tags.php:272
msgid "Edit %s"
msgstr ""
#: inc/template-tags.php:289
#: inc/template-tags.php:301
msgid "Post navigation"
msgstr ""
#: inc/template-tags.php:293
#: inc/template-tags.php:305
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr ""
#: inc/template-tags.php:296
#: inc/template-tags.php:308
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr ""
#: inc/template-tags.php:317
#: inc/template-tags.php:331
msgid "Pages:"
msgstr ""
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
#: inc/template-tags.php:371
msgid ", "
msgstr ""
#: inc/widgets.php:268
#. translators: Widget area title
#: inc/widgets.php:279
msgid "Right Sidebar"
msgstr ""
#: inc/widgets.php:270
#: inc/widgets.php:281
msgid "Right sidebar widget area"
msgstr ""
#: inc/widgets.php:280
#. translators: Widget area title
#: inc/widgets.php:292
msgid "Left Sidebar"
msgstr ""
#: inc/widgets.php:282
#: inc/widgets.php:294
msgid "Left sidebar widget area"
msgstr ""
#: inc/widgets.php:292
#. translators: Widget area title
#: inc/widgets.php:305
msgid "Hero Slider"
msgstr ""
#: inc/widgets.php:294
#: inc/widgets.php:307
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
#. translators: Widget area title
#: inc/widgets.php:318
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
#: inc/widgets.php:320
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
#. translators: Widget area title
#: inc/widgets.php:331
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
#: inc/widgets.php:333
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
#. translators: Widget area title
#: inc/widgets.php:344
msgid "Footer Full"
msgstr ""
#: inc/widgets.php:330
#: inc/widgets.php:346
msgid "Full sized footer widget with dynamic grid"
msgstr ""

7836
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "understrap",
"version": "1.2.2",
"version": "1.2.4",
"description": "WordPress Theme framework",
"main": "index.js",
"scripts": {
@ -32,7 +32,8 @@
"extends": "./src/build/babel.config.js"
},
"engines": {
"node": ">=16"
"node": ">=18",
"npm": ">=8.6.0"
},
"repository": {
"type": "git",
@ -45,7 +46,7 @@
"bootstrap",
"underscores"
],
"author": "The UnderStrap Authors (https://github.com/understrap/understrap/graphs/contributors)",
"author": "The Understrap Authors (https://github.com/understrap/understrap/graphs/contributors)",
"license": "GPL-3.0",
"licenseUrl": "https://www.gnu.org/licenses/gpl-3.0.html",
"bugs": {
@ -53,30 +54,30 @@
},
"homepage": "https://understrap.com",
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@popperjs/core": "^2.11.6",
"@rollup/plugin-babel": "^6.0.2",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-multi-entry": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.1",
"autoprefixer": "^10.4.13",
"bootstrap": "^5.2.2",
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@popperjs/core": "^2.11.8",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-multi-entry": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"autoprefixer": "^10.4.19",
"bootstrap": "~5.2.3",
"bootstrap4": "npm:bootstrap@^4.6.2",
"browser-sync": "^2.27.10",
"browserslist": "^4.21.4",
"caniuse-lite": "^1.0.30001430",
"clean-css-cli": "^5.6.1",
"browser-sync": "^3.0.2",
"browserslist": "^4.22.1",
"caniuse-lite": "^1.0.30001547",
"clean-css-cli": "^5.6.3",
"font-awesome": "^4.7.0",
"nodemon": "^2.0.20",
"nodemon": "^3.1.0",
"npm-run-all": "^4.1.5",
"popper.js": "^1.16.1",
"postcss": "^8.4.18",
"postcss-cli": "^10.0.0",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"postcss-understrap-palette-generator": "git+https://github.com/understrap/postcss-understrap-palette-generator.git",
"rollup": "^3.2.5",
"sass": "^1.56.0",
"terser": "^5.15.1"
"rollup": "^4.13.0",
"sass": "^1.72.0",
"terser": "^5.29.2"
}
}

View File

@ -4,7 +4,7 @@
<description>Apply WordPress Coding Standards to Understrap</description>
<!-- Whenever possible, cache the scan results and re-use those for unchanged files on the next scan. -->
<arg name="cache" value=".phpcs-cache"/>
<arg name="cache" value=".phpcs-cache.json"/>
<!-- Strip the filepaths down to the relevant bit. -->
<arg name="basepath" value="./"/>
@ -89,12 +89,17 @@
<exclude phpcs-only="true" name="Generic.Files.LineEndings"/>
</rule>
<!-- Ignore mixed line-endings warnings -->
<rule ref="Internal.LineEndings.Mixed">
<severity>0</severity>
</rule>
<!-- Use the WPThemeReview Ruleset -->
<rule ref="WPThemeReview" />
<!--
Exclude checking for shortened URLs in Bootstrap's js. files.
Also exlude theme.js which includes bootstrap.js.
Also exclude theme.js which includes bootstrap.js.
-->
<rule ref="WPThemeReview.Privacy.ShortenedURLs.Found">
<exclude-pattern>/js/theme*\.js</exclude-pattern>

View File

@ -114,38 +114,3 @@ parameters:
message: "#^Function understrap_widget_classes\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: inc/widgets.php
-
message: "#^Cannot access an offset on mixed\\.$#"
count: 10
path: inc/woocommerce.php
-
message: "#^Cannot access offset 'aria\\-hidden' on mixed\\.$#"
count: 1
path: inc/woocommerce.php
-
message: "#^Cannot access offset 'data\\-allow\\-clear' on mixed\\.$#"
count: 2
path: inc/woocommerce.php
-
message: "#^Cannot access offset 'data\\-plugin' on mixed\\.$#"
count: 2
path: inc/woocommerce.php
-
message: "#^Function understrap_quantity_input_classes\\(\\) has parameter \\$classes with no value type specified in iterable type array\\.$#"
count: 1
path: inc/woocommerce.php
-
message: "#^Function understrap_quantity_input_classes\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: inc/woocommerce.php
-
message: "#^Part \\$args\\['label'\\] \\(mixed\\) of encapsed string cannot be cast to string\\.$#"
count: 1
path: inc/woocommerce.php

View File

@ -55,3 +55,5 @@ parameters:
- '#Function understrap_tags_list\(\) has no return type specified.#'
- '#Function understrap_comments_popup_link\(\) has no return type specified.#'
- '#Function understrap_offcanvas_admin_bar_inline_styles\(\) has no return type specified.#'
# temporary:
- '#Parameter \#2 ...\$values of function sprintf expects bool\|float\|int\|string\|null, string\|void given.#'

View File

@ -8,27 +8,25 @@
// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;
$container = get_theme_mod( 'understrap_container_type' );
if ( ! is_active_sidebar( 'footerfull' ) ) {
return;
}
$container = get_theme_mod( 'understrap_container_type' );
?>
<?php if ( is_active_sidebar( 'footerfull' ) ) : ?>
<!-- ******************* The Footer Full-width Widget Area ******************* -->
<!-- ******************* The Footer Full-width Widget Area ******************* -->
<div class="wrapper" id="wrapper-footer-full" role="complementary">
<div class="wrapper" id="wrapper-footer-full" role="complementary">
<div class="<?php echo esc_attr( $container ); ?>" id="footer-full-content" tabindex="-1">
<div class="<?php echo esc_attr( $container ); ?>" id="footer-full-content" tabindex="-1">
<div class="row">
<div class="row">
<?php dynamic_sidebar( 'footerfull' ); ?>
</div>
<?php dynamic_sidebar( 'footerfull' ); ?>
</div>
</div><!-- #wrapper-footer-full -->
</div>
<?php
endif;
</div><!-- #wrapper-footer-full -->

View File

@ -7,37 +7,36 @@
// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;
if ( ! is_active_sidebar( 'hero' ) ) {
return;
}
?>
<?php if ( is_active_sidebar( 'hero' ) ) : ?>
<!-- ******************* The Hero Widget Area ******************* -->
<!-- ******************* The Hero Widget Area ******************* -->
<div id="carouselExampleControls" class="carousel slide" data-interval="false" data-bs-ride="false">
<div id="carouselExampleControls" class="carousel slide" data-interval="false" data-bs-ride="false">
<div class="carousel-inner">
<div class="carousel-inner">
<?php dynamic_sidebar( 'hero' ); ?>
<?php dynamic_sidebar( 'hero' ); ?>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev" data-bs-slide="prev">
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="screen-reader-text"><?php echo esc_html_x( 'Previous', 'carousel control', 'understrap' ); ?></span>
<span class="screen-reader-text"><?php echo esc_html_x( 'Previous', 'carousel control', 'understrap' ); ?></span>
</a>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next" data-bs-slide="next">
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="screen-reader-text"><?php echo esc_html_x( 'Next', 'carousel control', 'understrap' ); ?></span>
<span class="screen-reader-text"><?php echo esc_html_x( 'Next', 'carousel control', 'understrap' ); ?></span>
</a>
</a>
</div><!-- .carousel -->
<?php
endif;
</div><!-- .carousel -->

View File

@ -8,26 +8,25 @@
// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;
if ( ! is_active_sidebar( 'statichero' ) ) {
return;
}
$container = get_theme_mod( 'understrap_container_type' );
?>
<?php if ( is_active_sidebar( 'statichero' ) ) : ?>
<!-- ******************* The Hero Widget Area ******************* -->
<!-- ******************* The Hero Widget Area ******************* -->
<div class="wrapper" id="wrapper-static-hero">
<div class="wrapper" id="wrapper-static-hero">
<div class="<?php echo esc_attr( $container ); ?>" id="wrapper-static-content" tabindex="-1">
<div class="<?php echo esc_attr( $container ); ?>" id="wrapper-static-content" tabindex="-1">
<div class="row">
<div class="row">
<?php dynamic_sidebar( 'statichero' ); ?>
</div>
<?php dynamic_sidebar( 'statichero' ); ?>
</div>
</div><!-- #wrapper-static-hero -->
</div>
<?php
endif;
</div><!-- #wrapper-static-hero -->

View File

@ -1,22 +1,7 @@
const { promises: fs } = require( 'fs' );
const path = require( 'path' );
async function copyDir( src, dest ) {
await fs.mkdir( dest, { recursive: true } );
const entries = await fs.readdir( src, { withFileTypes: true } );
for ( let entry of entries ) {
let srcPath = path.join( src, entry.name );
let destPath = path.join( dest, entry.name );
entry.isDirectory()
? await copyDir( srcPath, destPath )
: await fs.copyFile( srcPath, destPath );
}
}
const utils = require( './utils' );
// Copy all Bootstrap SCSS files.
copyDir( './node_modules/bootstrap4/scss', './src/sass/assets/bootstrap4' );
copyDir( './node_modules/bootstrap/scss', './src/sass/assets/bootstrap5' );
utils.copyDir( './node_modules/bootstrap4/scss', './src/sass/assets/bootstrap4' );
utils.copyDir( './node_modules/bootstrap/scss', './src/sass/assets/bootstrap5' );
// Copy all Font Awesome SCSS files.
copyDir( './node_modules/font-awesome/scss', './src/sass/assets/fontawesome' );
utils.copyDir( './node_modules/font-awesome/scss', './src/sass/assets/fontawesome' );

View File

@ -1,39 +1,19 @@
const { promises: fs } = require( 'fs' );
const path = require( 'path' );
const utils = require( './utils' );
const pkg = require( '../../package.json' );
const ignore = [
'dist',
'node_modules',
'src',
'vendor',
'composer.json',
'composer.lock',
'package.json',
'package-lock.json',
'phpcs.xml.dist',
'phpmd.baseline.xml',
'phpmd.xml',
'phpstan-baseline.neon',
'phpstan.neon.dist',
];
async function copyDir( src, dest ) {
await fs.mkdir( dest, { recursive: true } );
let entries = await fs.readdir( src, { withFileTypes: true } );
// Exclude all dot files and directories.
entries = entries.filter( dirent => ! dirent.name.startsWith('.') );
const ignore = [
'dist',
'node_modules',
'src',
'vendor',
'composer.json',
'composer.lock',
'package.json',
'package-lock.json',
'phpcs.xml.dist',
'phpmd.baseline.xml',
'phpmd.xml',
'phpstan-baseline.neon',
'phpstan.neon.dist',
];
for ( const entry of entries ) {
if ( ignore.indexOf( entry.name ) != -1 ) {
continue;
}
let srcPath = path.join( src, entry.name );
let destPath = path.join( dest, entry.name );
entry.isDirectory()
? await copyDir( srcPath, destPath )
: await fs.copyFile( srcPath, destPath );
}
}
copyDir( './', `./dist/${ pkg.name }-${ pkg.version }` );
utils.copyDir( './', `./dist/${ pkg.name }-${ pkg.version }`, ignore );

View File

@ -20,6 +20,7 @@ const colors = [
const BS4 = process.argv[ process.argv.length - 1 ] === 'BS4';
const colorInfix = BS4 ? '' : 'bs-';
const output = 'inc/editor-color-palette' + ( BS4 ? '-bootstrap4' : '' ) + '.json';
module.exports = ( ctx ) => {
return {
@ -35,6 +36,7 @@ module.exports = ( ctx ) => {
},
'postcss-understrap-palette-generator': {
colors: colors.map( ( x ) => `--${ colorInfix }${ x }` ),
output: output,
},
},
};

View File

@ -14,6 +14,7 @@ const replace = require( '@rollup/plugin-replace' );
* Internal dependencies
*/
const banner = require( './banner.js' );
const babelConfig = require( './babel.config' );
// Determine if we want to build for Bootstrap v4 or v5.
const BS4 = process.argv[ process.argv.length - 1 ] === 'BS4';
@ -39,6 +40,7 @@ const external = [ 'jquery' ];
const plugins = [
babel( {
presets: babelConfig.presets,
browserslistEnv: `bs${ bsVersion }`,
// Include the helpers in the bundle, at most one copy of each.
babelHelpers: 'bundled',

22
src/build/utils.js Normal file
View File

@ -0,0 +1,22 @@
const { promises: fs } = require( 'fs' );
const path = require( 'path' );
module.exports.copyDir = async function copyDir( src, dest, ignore ) {
await fs.mkdir( dest, { recursive: true } );
let entries = await fs.readdir( src, { withFileTypes: true } );
// Exclude all dot files and directories.
entries = entries.filter( dirent => ! dirent.name.startsWith('.') );
ignore = ignore || [];
for ( const entry of entries ) {
if ( ignore.indexOf( entry.name ) != -1 ) {
continue;
}
const srcPath = path.join( src, entry.name );
const destPath = path.join( dest, entry.name );
entry.isDirectory()
? await copyDir( srcPath, destPath )
: await fs.copyFile( srcPath, destPath );
}
}

View File

@ -11,7 +11,6 @@ use PhpParser\Node\Expr\FuncCall;
use PHPStan\Analyser\Scope;
use PHPStan\Reflection\FunctionReflection;
use PHPStan\Reflection\ParametersAcceptorSelector;
use PHPStan\Type\Constant\ConstantStringType;
use PHPStan\Type\DynamicFunctionReturnTypeExtension;
use PHPStan\Type\MixedType;
use PHPStan\Type\StringType;
@ -54,14 +53,20 @@ class GetThemeModReturnType implements DynamicFunctionReturnTypeExtension {
$functionReflection->getVariants()
)->getReturnType();
if (!$argType instanceof ConstantStringType) {
return $defaultType;
if (count($argType->getConstantStrings()) === 0) {
return null;
}
// Return the default value if it is not an Understrap specific theme mod.
if (!in_array($argType->getValue(), self::$themeMods, true)) {
return $defaultType;
$returnType = [];
foreach ($argType->getConstantStrings() as $constantString) {
if (in_array($constantString->getValue(), self::$themeMods, true)) {
$returnType[] = new StringType();
} else {
$returnType[] = $defaultType;
}
}
$returnType = TypeCombinator::union(...$returnType);
// Without second argument the default value is false, but can be filtered.
$defaultType = new MixedType();
@ -69,6 +74,6 @@ class GetThemeModReturnType implements DynamicFunctionReturnTypeExtension {
$defaultType = $scope->getType($functionCall->getArgs()[1]->value);
}
return TypeCombinator::union(new StringType(), $defaultType);
return TypeCombinator::union($returnType, $defaultType);
}
}

View File

@ -1,8 +0,0 @@
<?php
/**
* Load PHPStan extensions
*
* @package Understrap
*/
require_once __DIR__ . '/GetThemeModReturnType.php';

Some files were not shown because too many files have changed in this diff Show More