From 1ab1290d5b0a6e483b6aab0656e91985c6d877f1 Mon Sep 17 00:00:00 2001 From: lolivier Date: Sat, 29 Jul 2023 13:12:58 +0200 Subject: [PATCH 1/5] updated versions --- composer.lock | 1050 +++++++++++++++++++++++++++---------------------- 1 file changed, 587 insertions(+), 463 deletions(-) diff --git a/composer.lock b/composer.lock index ed23bc83..c495cc49 100644 --- a/composer.lock +++ b/composer.lock @@ -194,28 +194,28 @@ }, { "name": "doctrine/inflector", - "version": "2.0.6", + "version": "2.0.8", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024" + "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/d9d313a36c872fd6ee06d9a6cbcf713eaa40f024", - "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/f9301a5b2fb1216b2b08f02ba04dc45423db6bff", + "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^10", + "doctrine/coding-standard": "^11.0", "phpstan/phpstan": "^1.8", "phpstan/phpstan-phpunit": "^1.1", "phpstan/phpstan-strict-rules": "^1.3", "phpunit/phpunit": "^8.5 || ^9.5", - "vimeo/psalm": "^4.25" + "vimeo/psalm": "^4.25 || ^5.4" }, "type": "library", "autoload": { @@ -265,7 +265,7 @@ ], "support": { "issues": "https://github.com/doctrine/inflector/issues", - "source": "https://github.com/doctrine/inflector/tree/2.0.6" + "source": "https://github.com/doctrine/inflector/tree/2.0.8" }, "funding": [ { @@ -281,7 +281,7 @@ "type": "tidelift" } ], - "time": "2022-10-20T09:10:12+00:00" + "time": "2023-06-16T13:40:37+00:00" }, { "name": "doctrine/lexer", @@ -565,6 +565,7 @@ "type": "github" } ], + "abandoned": true, "time": "2022-02-23T14:25:13+00:00" }, { @@ -640,24 +641,24 @@ }, { "name": "graham-campbell/result-type", - "version": "v1.1.0", + "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/GrahamCampbell/Result-Type.git", - "reference": "a878d45c1914464426dc94da61c9e1d36ae262a8" + "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/a878d45c1914464426dc94da61c9e1d36ae262a8", - "reference": "a878d45c1914464426dc94da61c9e1d36ae262a8", + "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831", + "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", - "phpoption/phpoption": "^1.9" + "phpoption/phpoption": "^1.9.1" }, "require-dev": { - "phpunit/phpunit": "^8.5.28 || ^9.5.21" + "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12" }, "type": "library", "autoload": { @@ -686,7 +687,7 @@ ], "support": { "issues": "https://github.com/GrahamCampbell/Result-Type/issues", - "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.0" + "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.1" }, "funding": [ { @@ -698,26 +699,26 @@ "type": "tidelift" } ], - "time": "2022-07-30T15:56:11+00:00" + "time": "2023-02-25T20:23:15+00:00" }, { "name": "guzzlehttp/guzzle", - "version": "7.5.0", + "version": "7.7.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba" + "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba", - "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/fb7566caccf22d74d1ab270de3551f72a58399f5", + "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5", "shasum": "" }, "require": { "ext-json": "*", - "guzzlehttp/promises": "^1.5", - "guzzlehttp/psr7": "^1.9 || ^2.4", + "guzzlehttp/promises": "^1.5.3 || ^2.0", + "guzzlehttp/psr7": "^1.9.1 || ^2.4.5", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" @@ -728,7 +729,8 @@ "require-dev": { "bamarni/composer-bin-plugin": "^1.8.1", "ext-curl": "*", - "php-http/client-integration-tests": "^3.0", + "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999", + "php-http/message-factory": "^1.1", "phpunit/phpunit": "^8.5.29 || ^9.5.23", "psr/log": "^1.1 || ^2.0 || ^3.0" }, @@ -742,9 +744,6 @@ "bamarni-bin": { "bin-links": true, "forward-command": false - }, - "branch-alias": { - "dev-master": "7.5-dev" } }, "autoload": { @@ -810,7 +809,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.5.0" + "source": "https://github.com/guzzle/guzzle/tree/7.7.0" }, "funding": [ { @@ -826,38 +825,37 @@ "type": "tidelift" } ], - "time": "2022-08-28T15:39:27+00:00" + "time": "2023-05-21T14:04:53+00:00" }, { "name": "guzzlehttp/promises", - "version": "1.5.2", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "b94b2807d85443f9719887892882d0329d1e2598" + "reference": "3a494dc7dc1d7d12e511890177ae2d0e6c107da6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", - "reference": "b94b2807d85443f9719887892882d0329d1e2598", + "url": "https://api.github.com/repos/guzzle/promises/zipball/3a494dc7dc1d7d12e511890177ae2d0e6c107da6", + "reference": "3a494dc7dc1d7d12e511890177ae2d0e6c107da6", "shasum": "" }, "require": { - "php": ">=5.5" + "php": "^7.2.5 || ^8.0" }, "require-dev": { - "symfony/phpunit-bridge": "^4.4 || ^5.1" + "bamarni/composer-bin-plugin": "^1.8.1", + "phpunit/phpunit": "^8.5.29 || ^9.5.23" }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "1.5-dev" + "bamarni-bin": { + "bin-links": true, + "forward-command": false } }, "autoload": { - "files": [ - "src/functions_include.php" - ], "psr-4": { "GuzzleHttp\\Promise\\": "src/" } @@ -894,7 +892,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/1.5.2" + "source": "https://github.com/guzzle/promises/tree/2.0.0" }, "funding": [ { @@ -910,26 +908,26 @@ "type": "tidelift" } ], - "time": "2022-08-28T14:55:35+00:00" + "time": "2023-05-21T13:50:22+00:00" }, { "name": "guzzlehttp/psr7", - "version": "2.4.3", + "version": "2.5.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "67c26b443f348a51926030c83481b85718457d3d" + "reference": "b635f279edd83fc275f822a1188157ffea568ff6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d", - "reference": "67c26b443f348a51926030c83481b85718457d3d", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/b635f279edd83fc275f822a1188157ffea568ff6", + "reference": "b635f279edd83fc275f822a1188157ffea568ff6", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", "psr/http-factory": "^1.0", - "psr/http-message": "^1.0", + "psr/http-message": "^1.1 || ^2.0", "ralouphie/getallheaders": "^3.0" }, "provide": { @@ -949,9 +947,6 @@ "bamarni-bin": { "bin-links": true, "forward-command": false - }, - "branch-alias": { - "dev-master": "2.4-dev" } }, "autoload": { @@ -1013,7 +1008,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.4.3" + "source": "https://github.com/guzzle/psr7/tree/2.5.0" }, "funding": [ { @@ -1029,7 +1024,7 @@ "type": "tidelift" } ], - "time": "2022-10-26T14:07:24+00:00" + "time": "2023-04-17T16:11:26+00:00" }, { "name": "guzzlehttp/uri-template", @@ -1201,16 +1196,16 @@ }, { "name": "laravel/framework", - "version": "v9.52.0", + "version": "v9.52.12", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "eb85cd9d72e5bfa54b4d0d9040786f26d6184a9e" + "reference": "8bfd22be79f437fa335e70692e4e91ff40ce561d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/eb85cd9d72e5bfa54b4d0d9040786f26d6184a9e", - "reference": "eb85cd9d72e5bfa54b4d0d9040786f26d6184a9e", + "url": "https://api.github.com/repos/laravel/framework/zipball/8bfd22be79f437fa335e70692e4e91ff40ce561d", + "reference": "8bfd22be79f437fa335e70692e4e91ff40ce561d", "shasum": "" }, "require": { @@ -1307,7 +1302,7 @@ "league/flysystem-read-only": "^3.3", "league/flysystem-sftp-v3": "^3.0", "mockery/mockery": "^1.5.1", - "orchestra/testbench-core": "^7.16", + "orchestra/testbench-core": "^7.24", "pda/pheanstalk": "^4.0", "phpstan/phpdoc-parser": "^1.15", "phpstan/phpstan": "^1.4.7", @@ -1395,20 +1390,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-02-14T14:51:14+00:00" + "time": "2023-07-26T13:20:55+00:00" }, { "name": "laravel/serializable-closure", - "version": "v1.3.0", + "version": "v1.3.1", "source": { "type": "git", "url": "https://github.com/laravel/serializable-closure.git", - "reference": "f23fe9d4e95255dacee1bf3525e0810d1a1b0f37" + "reference": "e5a3057a5591e1cfe8183034b0203921abe2c902" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/f23fe9d4e95255dacee1bf3525e0810d1a1b0f37", - "reference": "f23fe9d4e95255dacee1bf3525e0810d1a1b0f37", + "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/e5a3057a5591e1cfe8183034b0203921abe2c902", + "reference": "e5a3057a5591e1cfe8183034b0203921abe2c902", "shasum": "" }, "require": { @@ -1455,20 +1450,20 @@ "issues": "https://github.com/laravel/serializable-closure/issues", "source": "https://github.com/laravel/serializable-closure" }, - "time": "2023-01-30T18:31:20+00:00" + "time": "2023-07-14T13:56:28+00:00" }, { "name": "laravel/tinker", - "version": "v2.8.0", + "version": "v2.8.1", "source": { "type": "git", "url": "https://github.com/laravel/tinker.git", - "reference": "74d0b287cc4ae65d15c368dd697aae71d62a73ad" + "reference": "04a2d3bd0d650c0764f70bf49d1ee39393e4eb10" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/tinker/zipball/74d0b287cc4ae65d15c368dd697aae71d62a73ad", - "reference": "74d0b287cc4ae65d15c368dd697aae71d62a73ad", + "url": "https://api.github.com/repos/laravel/tinker/zipball/04a2d3bd0d650c0764f70bf49d1ee39393e4eb10", + "reference": "04a2d3bd0d650c0764f70bf49d1ee39393e4eb10", "shasum": "" }, "require": { @@ -1521,22 +1516,22 @@ ], "support": { "issues": "https://github.com/laravel/tinker/issues", - "source": "https://github.com/laravel/tinker/tree/v2.8.0" + "source": "https://github.com/laravel/tinker/tree/v2.8.1" }, - "time": "2023-01-10T18:03:30+00:00" + "time": "2023-02-15T16:40:09+00:00" }, { "name": "laravel/ui", - "version": "v4.2.0", + "version": "v4.2.2", "source": { "type": "git", "url": "https://github.com/laravel/ui.git", - "reference": "810adddcf4e2538b0d1ed470c3a5220ffe761370" + "reference": "a58ec468db4a340b33f3426c778784717a2c144b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/ui/zipball/810adddcf4e2538b0d1ed470c3a5220ffe761370", - "reference": "810adddcf4e2538b0d1ed470c3a5220ffe761370", + "url": "https://api.github.com/repos/laravel/ui/zipball/a58ec468db4a340b33f3426c778784717a2c144b", + "reference": "a58ec468db4a340b33f3426c778784717a2c144b", "shasum": "" }, "require": { @@ -1547,7 +1542,8 @@ "php": "^8.0" }, "require-dev": { - "orchestra/testbench": "^7.0|^8.0" + "orchestra/testbench": "^7.0|^8.0", + "phpunit/phpunit": "^9.3" }, "type": "library", "extra": { @@ -1582,22 +1578,22 @@ "ui" ], "support": { - "source": "https://github.com/laravel/ui/tree/v4.2.0" + "source": "https://github.com/laravel/ui/tree/v4.2.2" }, - "time": "2023-01-10T12:13:29+00:00" + "time": "2023-05-09T19:47:28+00:00" }, { "name": "league/commonmark", - "version": "2.3.9", + "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/thephpleague/commonmark.git", - "reference": "c1e114f74e518daca2729ea8c4bf1167038fa4b5" + "reference": "d44a24690f16b8c1808bf13b1bd54ae4c63ea048" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/c1e114f74e518daca2729ea8c4bf1167038fa4b5", - "reference": "c1e114f74e518daca2729ea8c4bf1167038fa4b5", + "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/d44a24690f16b8c1808bf13b1bd54ae4c63ea048", + "reference": "d44a24690f16b8c1808bf13b1bd54ae4c63ea048", "shasum": "" }, "require": { @@ -1633,7 +1629,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.4-dev" + "dev-main": "2.5-dev" } }, "autoload": { @@ -1690,7 +1686,7 @@ "type": "tidelift" } ], - "time": "2023-02-15T14:07:24+00:00" + "time": "2023-03-24T15:16:10+00:00" }, { "name": "league/config", @@ -1776,19 +1772,20 @@ }, { "name": "league/flysystem", - "version": "3.12.2", + "version": "3.15.1", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "f6377c709d2275ed6feaf63e44be7a7162b0e77f" + "reference": "a141d430414fcb8bf797a18716b09f759a385bed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f6377c709d2275ed6feaf63e44be7a7162b0e77f", - "reference": "f6377c709d2275ed6feaf63e44be7a7162b0e77f", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a141d430414fcb8bf797a18716b09f759a385bed", + "reference": "a141d430414fcb8bf797a18716b09f759a385bed", "shasum": "" }, "require": { + "league/flysystem-local": "^3.0.0", "league/mime-type-detection": "^1.0.0", "php": "^8.0.2" }, @@ -1847,7 +1844,7 @@ ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", - "source": "https://github.com/thephpleague/flysystem/tree/3.12.2" + "source": "https://github.com/thephpleague/flysystem/tree/3.15.1" }, "funding": [ { @@ -1857,13 +1854,69 @@ { "url": "https://github.com/frankdejonge", "type": "github" + } + ], + "time": "2023-05-04T09:04:26+00:00" + }, + { + "name": "league/flysystem-local", + "version": "3.15.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/flysystem-local.git", + "reference": "543f64c397fefdf9cfeac443ffb6beff602796b3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/543f64c397fefdf9cfeac443ffb6beff602796b3", + "reference": "543f64c397fefdf9cfeac443ffb6beff602796b3", + "shasum": "" + }, + "require": { + "ext-fileinfo": "*", + "league/flysystem": "^3.0.0", + "league/mime-type-detection": "^1.0.0", + "php": "^8.0.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "League\\Flysystem\\Local\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Frank de Jonge", + "email": "info@frankdejonge.nl" + } + ], + "description": "Local filesystem adapter for Flysystem.", + "keywords": [ + "Flysystem", + "file", + "files", + "filesystem", + "local" + ], + "support": { + "issues": "https://github.com/thephpleague/flysystem-local/issues", + "source": "https://github.com/thephpleague/flysystem-local/tree/3.15.0" + }, + "funding": [ + { + "url": "https://ecologi.com/frankdejonge", + "type": "custom" }, { - "url": "https://tidelift.com/funding/github/packagist/league/flysystem", - "type": "tidelift" + "url": "https://github.com/frankdejonge", + "type": "github" } ], - "time": "2023-01-19T12:02:19+00:00" + "time": "2023-05-02T20:02:14+00:00" }, { "name": "league/mime-type-detection", @@ -2025,16 +2078,16 @@ }, { "name": "nesbot/carbon", - "version": "2.66.0", + "version": "2.68.1", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "496712849902241f04902033b0441b269effe001" + "reference": "4f991ed2a403c85efbc4f23eb4030063fdbe01da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/496712849902241f04902033b0441b269effe001", - "reference": "496712849902241f04902033b0441b269effe001", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4f991ed2a403c85efbc4f23eb4030063fdbe01da", + "reference": "4f991ed2a403c85efbc4f23eb4030063fdbe01da", "shasum": "" }, "require": { @@ -2123,7 +2176,7 @@ "type": "tidelift" } ], - "time": "2023-01-29T18:53:47+00:00" + "time": "2023-06-20T18:29:04+00:00" }, { "name": "nette/schema", @@ -2276,16 +2329,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.15.3", + "version": "v4.16.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039" + "reference": "19526a33fb561ef417e822e85f08a00db4059c17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/570e980a201d8ed0236b0a62ddf2c9cbb2034039", - "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/19526a33fb561ef417e822e85f08a00db4059c17", + "reference": "19526a33fb561ef417e822e85f08a00db4059c17", "shasum": "" }, "require": { @@ -2326,9 +2379,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.3" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.16.0" }, - "time": "2023-01-16T22:05:37+00:00" + "time": "2023-06-25T14:52:30+00:00" }, { "name": "nunomaduro/termwind", @@ -2475,24 +2528,24 @@ }, { "name": "phpoption/phpoption", - "version": "1.9.0", + "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", - "reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab" + "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dc5ff11e274a90cc1c743f66c9ad700ce50db9ab", - "reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e", + "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.8", - "phpunit/phpunit": "^8.5.28 || ^9.5.21" + "bamarni/composer-bin-plugin": "^1.8.2", + "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12" }, "type": "library", "extra": { @@ -2534,7 +2587,7 @@ ], "support": { "issues": "https://github.com/schmittjoh/php-option/issues", - "source": "https://github.com/schmittjoh/php-option/tree/1.9.0" + "source": "https://github.com/schmittjoh/php-option/tree/1.9.1" }, "funding": [ { @@ -2546,7 +2599,7 @@ "type": "tidelift" } ], - "time": "2022-07-30T15:51:26+00:00" + "time": "2023-02-25T19:38:58+00:00" }, { "name": "psr/cache", @@ -2702,21 +2755,21 @@ }, { "name": "psr/http-client", - "version": "1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/http-client.git", - "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" + "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", - "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", + "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31", + "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31", "shasum": "" }, "require": { "php": "^7.0 || ^8.0", - "psr/http-message": "^1.0" + "psr/http-message": "^1.0 || ^2.0" }, "type": "library", "extra": { @@ -2736,7 +2789,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP clients", @@ -2748,27 +2801,27 @@ "psr-18" ], "support": { - "source": "https://github.com/php-fig/http-client/tree/master" + "source": "https://github.com/php-fig/http-client/tree/1.0.2" }, - "time": "2020-06-29T06:28:15+00:00" + "time": "2023-04-10T20:12:12+00:00" }, { "name": "psr/http-factory", - "version": "1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", - "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" + "reference": "e616d01114759c4c489f93b099585439f795fe35" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", - "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", + "reference": "e616d01114759c4c489f93b099585439f795fe35", "shasum": "" }, "require": { "php": ">=7.0.0", - "psr/http-message": "^1.0" + "psr/http-message": "^1.0 || ^2.0" }, "type": "library", "extra": { @@ -2788,7 +2841,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interfaces for PSR-7 HTTP message factories", @@ -2803,31 +2856,31 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-factory/tree/master" + "source": "https://github.com/php-fig/http-factory/tree/1.0.2" }, - "time": "2019-04-30T12:38:16+00:00" + "time": "2023-04-10T20:10:41+00:00" }, { "name": "psr/http-message", - "version": "1.0.1", + "version": "2.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -2842,7 +2895,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", @@ -2856,9 +2909,9 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-message/tree/master" + "source": "https://github.com/php-fig/http-message/tree/2.0" }, - "time": "2016-08-06T14:39:51+00:00" + "time": "2023-04-04T09:54:51+00:00" }, { "name": "psr/log", @@ -2963,16 +3016,16 @@ }, { "name": "psy/psysh", - "version": "v0.11.12", + "version": "v0.11.19", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "52cb7c47d403c31c0adc9bf7710fc355f93c20f7" + "reference": "1724ceff278daeeac5a006744633bacbb2dc4706" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/52cb7c47d403c31c0adc9bf7710fc355f93c20f7", - "reference": "52cb7c47d403c31c0adc9bf7710fc355f93c20f7", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/1724ceff278daeeac5a006744633bacbb2dc4706", + "reference": "1724ceff278daeeac5a006744633bacbb2dc4706", "shasum": "" }, "require": { @@ -3033,9 +3086,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.11.12" + "source": "https://github.com/bobthecow/psysh/tree/v0.11.19" }, - "time": "2023-01-29T21:24:40+00:00" + "time": "2023-07-15T19:42:19+00:00" }, { "name": "ralouphie/getallheaders", @@ -3172,16 +3225,16 @@ }, { "name": "ramsey/uuid", - "version": "4.x-dev", + "version": "4.7.4", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", - "reference": "bf2bee216a4379eaf62162307d62bb7850405fec" + "reference": "60a4c63ab724854332900504274f6150ff26d286" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid/zipball/bf2bee216a4379eaf62162307d62bb7850405fec", - "reference": "bf2bee216a4379eaf62162307d62bb7850405fec", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/60a4c63ab724854332900504274f6150ff26d286", + "reference": "60a4c63ab724854332900504274f6150ff26d286", "shasum": "" }, "require": { @@ -3222,7 +3275,6 @@ "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." }, - "default-branch": true, "type": "library", "extra": { "captainhook": { @@ -3249,7 +3301,7 @@ ], "support": { "issues": "https://github.com/ramsey/uuid/issues", - "source": "https://github.com/ramsey/uuid/tree/4.x" + "source": "https://github.com/ramsey/uuid/tree/4.7.4" }, "funding": [ { @@ -3261,29 +3313,29 @@ "type": "tidelift" } ], - "time": "2023-02-07T16:14:23+00:00" + "time": "2023-04-15T23:01:58+00:00" }, { "name": "symfony/cache", - "version": "v6.2.8", + "version": "v6.3.1", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "76babfd82f6bfd8f6cbe851a153b95dd074ffc53" + "reference": "52cff7608ef6e38376ac11bd1fbb0a220107f066" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/76babfd82f6bfd8f6cbe851a153b95dd074ffc53", - "reference": "76babfd82f6bfd8f6cbe851a153b95dd074ffc53", + "url": "https://api.github.com/repos/symfony/cache/zipball/52cff7608ef6e38376ac11bd1fbb0a220107f066", + "reference": "52cff7608ef6e38376ac11bd1fbb0a220107f066", "shasum": "" }, "require": { "php": ">=8.1", "psr/cache": "^2.0|^3.0", "psr/log": "^1.1|^2|^3", - "symfony/cache-contracts": "^1.1.7|^2|^3", - "symfony/service-contracts": "^1.1|^2|^3", - "symfony/var-exporter": "^6.2.7" + "symfony/cache-contracts": "^2.5|^3", + "symfony/service-contracts": "^2.5|^3", + "symfony/var-exporter": "^6.2.10" }, "conflict": { "doctrine/dbal": "<2.13.1", @@ -3299,7 +3351,7 @@ "require-dev": { "cache/integration-tests": "dev-master", "doctrine/dbal": "^2.13.1|^3.0", - "predis/predis": "^1.1", + "predis/predis": "^1.1|^2.0", "psr/simple-cache": "^1.0|^2.0|^3.0", "symfony/config": "^5.4|^6.0", "symfony/dependency-injection": "^5.4|^6.0", @@ -3341,7 +3393,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v6.2.8" + "source": "https://github.com/symfony/cache/tree/v6.3.1" }, "funding": [ { @@ -3357,33 +3409,30 @@ "type": "tidelift" } ], - "time": "2023-03-30T07:37:32+00:00" + "time": "2023-06-24T11:51:27+00:00" }, { "name": "symfony/cache-contracts", - "version": "v3.2.1", + "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/symfony/cache-contracts.git", - "reference": "eeb71f04b6f7f34ca6d15633df82e014528b1632" + "reference": "ad945640ccc0ae6e208bcea7d7de4b39b569896b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/eeb71f04b6f7f34ca6d15633df82e014528b1632", - "reference": "eeb71f04b6f7f34ca6d15633df82e014528b1632", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ad945640ccc0ae6e208bcea7d7de4b39b569896b", + "reference": "ad945640ccc0ae6e208bcea7d7de4b39b569896b", "shasum": "" }, "require": { "php": ">=8.1", "psr/cache": "^3.0" }, - "suggest": { - "symfony/cache-implementation": "" - }, "type": "library", "extra": { "branch-alias": { - "dev-main": "3.3-dev" + "dev-main": "3.4-dev" }, "thanks": { "name": "symfony/contracts", @@ -3420,7 +3469,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/cache-contracts/tree/v3.2.1" + "source": "https://github.com/symfony/cache-contracts/tree/v3.3.0" }, "funding": [ { @@ -3436,27 +3485,27 @@ "type": "tidelift" } ], - "time": "2023-03-01T10:32:47+00:00" + "time": "2023-05-23T14:45:45+00:00" }, { "name": "symfony/console", - "version": "v6.2.5", + "version": "v6.3.0", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "3e294254f2191762c1d137aed4b94e966965e985" + "reference": "8788808b07cf0bdd6e4b7fdd23d8ddb1470c83b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/3e294254f2191762c1d137aed4b94e966965e985", - "reference": "3e294254f2191762c1d137aed4b94e966965e985", + "url": "https://api.github.com/repos/symfony/console/zipball/8788808b07cf0bdd6e4b7fdd23d8ddb1470c83b7", + "reference": "8788808b07cf0bdd6e4b7fdd23d8ddb1470c83b7", "shasum": "" }, "require": { "php": ">=8.1", - "symfony/deprecation-contracts": "^2.1|^3", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.0", - "symfony/service-contracts": "^1.1|^2|^3", + "symfony/service-contracts": "^2.5|^3", "symfony/string": "^5.4|^6.0" }, "conflict": { @@ -3478,12 +3527,6 @@ "symfony/process": "^5.4|^6.0", "symfony/var-dumper": "^5.4|^6.0" }, - "suggest": { - "psr/log": "For using the console logger", - "symfony/event-dispatcher": "", - "symfony/lock": "", - "symfony/process": "" - }, "type": "library", "autoload": { "psr-4": { @@ -3511,12 +3554,12 @@ "homepage": "https://symfony.com", "keywords": [ "cli", - "command line", + "command-line", "console", "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.2.5" + "source": "https://github.com/symfony/console/tree/v6.3.0" }, "funding": [ { @@ -3532,20 +3575,20 @@ "type": "tidelift" } ], - "time": "2023-01-01T08:38:09+00:00" + "time": "2023-05-29T12:49:39+00:00" }, { "name": "symfony/css-selector", - "version": "v6.2.5", + "version": "v6.3.0", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "bf1b9d4ad8b1cf0dbde8b08e0135a2f6259b9ba1" + "reference": "88453e64cd86c5b60e8d2fb2c6f953bbc353ffbf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/bf1b9d4ad8b1cf0dbde8b08e0135a2f6259b9ba1", - "reference": "bf1b9d4ad8b1cf0dbde8b08e0135a2f6259b9ba1", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/88453e64cd86c5b60e8d2fb2c6f953bbc353ffbf", + "reference": "88453e64cd86c5b60e8d2fb2c6f953bbc353ffbf", "shasum": "" }, "require": { @@ -3581,7 +3624,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v6.2.5" + "source": "https://github.com/symfony/css-selector/tree/v6.3.0" }, "funding": [ { @@ -3597,20 +3640,20 @@ "type": "tidelift" } ], - "time": "2023-01-01T08:38:09+00:00" + "time": "2023-03-20T16:43:42+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v3.2.0", + "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3" + "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/1ee04c65529dea5d8744774d474e7cbd2f1206d3", - "reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf", + "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf", "shasum": "" }, "require": { @@ -3619,7 +3662,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.3-dev" + "dev-main": "3.4-dev" }, "thanks": { "name": "symfony/contracts", @@ -3648,7 +3691,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.0" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0" }, "funding": [ { @@ -3664,20 +3707,20 @@ "type": "tidelift" } ], - "time": "2022-11-25T10:21:52+00:00" + "time": "2023-05-23T14:45:45+00:00" }, { "name": "symfony/error-handler", - "version": "v6.2.5", + "version": "v6.3.0", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "0092696af0be8e6124b042fbe2890ca1788d7b28" + "reference": "99d2d814a6351461af350ead4d963bd67451236f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/0092696af0be8e6124b042fbe2890ca1788d7b28", - "reference": "0092696af0be8e6124b042fbe2890ca1788d7b28", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/99d2d814a6351461af350ead4d963bd67451236f", + "reference": "99d2d814a6351461af350ead4d963bd67451236f", "shasum": "" }, "require": { @@ -3685,8 +3728,11 @@ "psr/log": "^1|^2|^3", "symfony/var-dumper": "^5.4|^6.0" }, + "conflict": { + "symfony/deprecation-contracts": "<2.5" + }, "require-dev": { - "symfony/deprecation-contracts": "^2.1|^3", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/http-kernel": "^5.4|^6.0", "symfony/serializer": "^5.4|^6.0" }, @@ -3719,7 +3765,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v6.2.5" + "source": "https://github.com/symfony/error-handler/tree/v6.3.0" }, "funding": [ { @@ -3735,28 +3781,29 @@ "type": "tidelift" } ], - "time": "2023-01-01T08:38:09+00:00" + "time": "2023-05-10T12:03:13+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v6.2.5", + "version": "v6.3.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "f02d108b5e9fd4a6245aa73a9d2df2ec060c3e68" + "reference": "3af8ac1a3f98f6dbc55e10ae59c9e44bfc38dfaa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f02d108b5e9fd4a6245aa73a9d2df2ec060c3e68", - "reference": "f02d108b5e9fd4a6245aa73a9d2df2ec060c3e68", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/3af8ac1a3f98f6dbc55e10ae59c9e44bfc38dfaa", + "reference": "3af8ac1a3f98f6dbc55e10ae59c9e44bfc38dfaa", "shasum": "" }, "require": { "php": ">=8.1", - "symfony/event-dispatcher-contracts": "^2|^3" + "symfony/event-dispatcher-contracts": "^2.5|^3" }, "conflict": { - "symfony/dependency-injection": "<5.4" + "symfony/dependency-injection": "<5.4", + "symfony/service-contracts": "<2.5" }, "provide": { "psr/event-dispatcher-implementation": "1.0", @@ -3769,13 +3816,9 @@ "symfony/error-handler": "^5.4|^6.0", "symfony/expression-language": "^5.4|^6.0", "symfony/http-foundation": "^5.4|^6.0", - "symfony/service-contracts": "^1.1|^2|^3", + "symfony/service-contracts": "^2.5|^3", "symfony/stopwatch": "^5.4|^6.0" }, - "suggest": { - "symfony/dependency-injection": "", - "symfony/http-kernel": "" - }, "type": "library", "autoload": { "psr-4": { @@ -3802,7 +3845,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v6.2.5" + "source": "https://github.com/symfony/event-dispatcher/tree/v6.3.0" }, "funding": [ { @@ -3818,33 +3861,30 @@ "type": "tidelift" } ], - "time": "2023-01-01T08:38:09+00:00" + "time": "2023-04-21T14:41:17+00:00" }, { "name": "symfony/event-dispatcher-contracts", - "version": "v3.2.0", + "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "0782b0b52a737a05b4383d0df35a474303cabdae" + "reference": "a76aed96a42d2b521153fb382d418e30d18b59df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0782b0b52a737a05b4383d0df35a474303cabdae", - "reference": "0782b0b52a737a05b4383d0df35a474303cabdae", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df", + "reference": "a76aed96a42d2b521153fb382d418e30d18b59df", "shasum": "" }, "require": { "php": ">=8.1", "psr/event-dispatcher": "^1" }, - "suggest": { - "symfony/event-dispatcher-implementation": "" - }, "type": "library", "extra": { "branch-alias": { - "dev-main": "3.3-dev" + "dev-main": "3.4-dev" }, "thanks": { "name": "symfony/contracts", @@ -3881,7 +3921,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.2.0" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.3.0" }, "funding": [ { @@ -3897,26 +3937,27 @@ "type": "tidelift" } ], - "time": "2022-11-25T10:21:52+00:00" + "time": "2023-05-23T14:45:45+00:00" }, { "name": "symfony/expression-language", - "version": "v6.2.7", + "version": "v6.3.0", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", - "reference": "83e1fee4c018aa60bcbbecd585a2c54af6aca905" + "reference": "6d560c4c80e7e328708efd923f93ad67e6a0c1c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/expression-language/zipball/83e1fee4c018aa60bcbbecd585a2c54af6aca905", - "reference": "83e1fee4c018aa60bcbbecd585a2c54af6aca905", + "url": "https://api.github.com/repos/symfony/expression-language/zipball/6d560c4c80e7e328708efd923f93ad67e6a0c1c0", + "reference": "6d560c4c80e7e328708efd923f93ad67e6a0c1c0", "shasum": "" }, "require": { "php": ">=8.1", "symfony/cache": "^5.4|^6.0", - "symfony/service-contracts": "^1.1|^2|^3" + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/service-contracts": "^2.5|^3" }, "type": "library", "autoload": { @@ -3944,7 +3985,7 @@ "description": "Provides an engine that can compile and evaluate expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/expression-language/tree/v6.2.7" + "source": "https://github.com/symfony/expression-language/tree/v6.3.0" }, "funding": [ { @@ -3960,20 +4001,20 @@ "type": "tidelift" } ], - "time": "2023-02-16T09:57:23+00:00" + "time": "2023-04-28T16:05:33+00:00" }, { "name": "symfony/finder", - "version": "v6.2.5", + "version": "v6.3.0", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "c90dc446976a612e3312a97a6ec0069ab0c2099c" + "reference": "d9b01ba073c44cef617c7907ce2419f8d00d75e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/c90dc446976a612e3312a97a6ec0069ab0c2099c", - "reference": "c90dc446976a612e3312a97a6ec0069ab0c2099c", + "url": "https://api.github.com/repos/symfony/finder/zipball/d9b01ba073c44cef617c7907ce2419f8d00d75e2", + "reference": "d9b01ba073c44cef617c7907ce2419f8d00d75e2", "shasum": "" }, "require": { @@ -4008,7 +4049,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.2.5" + "source": "https://github.com/symfony/finder/tree/v6.3.0" }, "funding": [ { @@ -4024,32 +4065,34 @@ "type": "tidelift" } ], - "time": "2023-01-20T17:45:48+00:00" + "time": "2023-04-02T01:25:41+00:00" }, { "name": "symfony/http-foundation", - "version": "v6.2.6", + "version": "v6.3.1", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "e8dd1f502bc2b3371d05092aa233b064b03ce7ed" + "reference": "e0ad0d153e1c20069250986cd9e9dd1ccebb0d66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e8dd1f502bc2b3371d05092aa233b064b03ce7ed", - "reference": "e8dd1f502bc2b3371d05092aa233b064b03ce7ed", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e0ad0d153e1c20069250986cd9e9dd1ccebb0d66", + "reference": "e0ad0d153e1c20069250986cd9e9dd1ccebb0d66", "shasum": "" }, "require": { "php": ">=8.1", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/polyfill-mbstring": "~1.1" + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/polyfill-mbstring": "~1.1", + "symfony/polyfill-php83": "^1.27" }, "conflict": { "symfony/cache": "<6.2" }, "require-dev": { - "predis/predis": "~1.0", + "doctrine/dbal": "^2.13.1|^3.0", + "predis/predis": "^1.1|^2.0", "symfony/cache": "^5.4|^6.0", "symfony/dependency-injection": "^5.4|^6.0", "symfony/expression-language": "^5.4|^6.0", @@ -4057,9 +4100,6 @@ "symfony/mime": "^5.4|^6.0", "symfony/rate-limiter": "^5.2|^6.0" }, - "suggest": { - "symfony/mime": "To use the file extension guesser" - }, "type": "library", "autoload": { "psr-4": { @@ -4086,7 +4126,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v6.2.6" + "source": "https://github.com/symfony/http-foundation/tree/v6.3.1" }, "funding": [ { @@ -4102,29 +4142,29 @@ "type": "tidelift" } ], - "time": "2023-01-30T15:46:28+00:00" + "time": "2023-06-24T11:51:27+00:00" }, { "name": "symfony/http-kernel", - "version": "v6.2.6", + "version": "v6.3.1", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "7122db07b0d8dbf0de682267c84217573aee3ea7" + "reference": "161e16fd2e35fb4881a43bc8b383dfd5be4ac374" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/7122db07b0d8dbf0de682267c84217573aee3ea7", - "reference": "7122db07b0d8dbf0de682267c84217573aee3ea7", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/161e16fd2e35fb4881a43bc8b383dfd5be4ac374", + "reference": "161e16fd2e35fb4881a43bc8b383dfd5be4ac374", "shasum": "" }, "require": { "php": ">=8.1", "psr/log": "^1|^2|^3", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/error-handler": "^6.1", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/error-handler": "^6.3", "symfony/event-dispatcher": "^5.4|^6.0", - "symfony/http-foundation": "^5.4|^6.0", + "symfony/http-foundation": "^6.2.7", "symfony/polyfill-ctype": "^1.8" }, "conflict": { @@ -4132,15 +4172,18 @@ "symfony/cache": "<5.4", "symfony/config": "<6.1", "symfony/console": "<5.4", - "symfony/dependency-injection": "<6.2", + "symfony/dependency-injection": "<6.3", "symfony/doctrine-bridge": "<5.4", "symfony/form": "<5.4", "symfony/http-client": "<5.4", + "symfony/http-client-contracts": "<2.5", "symfony/mailer": "<5.4", "symfony/messenger": "<5.4", "symfony/translation": "<5.4", + "symfony/translation-contracts": "<2.5", "symfony/twig-bridge": "<5.4", "symfony/validator": "<5.4", + "symfony/var-dumper": "<6.3", "twig/twig": "<2.13" }, "provide": { @@ -4149,28 +4192,27 @@ "require-dev": { "psr/cache": "^1.0|^2.0|^3.0", "symfony/browser-kit": "^5.4|^6.0", + "symfony/clock": "^6.2", "symfony/config": "^6.1", "symfony/console": "^5.4|^6.0", "symfony/css-selector": "^5.4|^6.0", - "symfony/dependency-injection": "^6.2", + "symfony/dependency-injection": "^6.3", "symfony/dom-crawler": "^5.4|^6.0", "symfony/expression-language": "^5.4|^6.0", "symfony/finder": "^5.4|^6.0", - "symfony/http-client-contracts": "^1.1|^2|^3", + "symfony/http-client-contracts": "^2.5|^3", "symfony/process": "^5.4|^6.0", + "symfony/property-access": "^5.4.5|^6.0.5", "symfony/routing": "^5.4|^6.0", + "symfony/serializer": "^6.3", "symfony/stopwatch": "^5.4|^6.0", "symfony/translation": "^5.4|^6.0", - "symfony/translation-contracts": "^1.1|^2|^3", + "symfony/translation-contracts": "^2.5|^3", "symfony/uid": "^5.4|^6.0", + "symfony/validator": "^6.3", + "symfony/var-exporter": "^6.2", "twig/twig": "^2.13|^3.0.4" }, - "suggest": { - "symfony/browser-kit": "", - "symfony/config": "", - "symfony/console": "", - "symfony/dependency-injection": "" - }, "type": "library", "autoload": { "psr-4": { @@ -4197,7 +4239,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v6.2.6" + "source": "https://github.com/symfony/http-kernel/tree/v6.3.1" }, "funding": [ { @@ -4213,20 +4255,20 @@ "type": "tidelift" } ], - "time": "2023-02-01T08:32:25+00:00" + "time": "2023-06-26T06:07:32+00:00" }, { "name": "symfony/mailer", - "version": "v6.2.5", + "version": "v6.3.0", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "29729ac0b4e5113f24c39c46746bd6afb79e0aaa" + "reference": "7b03d9be1dea29bfec0a6c7b603f5072a4c97435" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/29729ac0b4e5113f24c39c46746bd6afb79e0aaa", - "reference": "29729ac0b4e5113f24c39c46746bd6afb79e0aaa", + "url": "https://api.github.com/repos/symfony/mailer/zipball/7b03d9be1dea29bfec0a6c7b603f5072a4c97435", + "reference": "7b03d9be1dea29bfec0a6c7b603f5072a4c97435", "shasum": "" }, "require": { @@ -4236,9 +4278,10 @@ "psr/log": "^1|^2|^3", "symfony/event-dispatcher": "^5.4|^6.0", "symfony/mime": "^6.2", - "symfony/service-contracts": "^1.1|^2|^3" + "symfony/service-contracts": "^2.5|^3" }, "conflict": { + "symfony/http-client-contracts": "<2.5", "symfony/http-kernel": "<5.4", "symfony/messenger": "<6.2", "symfony/mime": "<6.2", @@ -4246,7 +4289,7 @@ }, "require-dev": { "symfony/console": "^5.4|^6.0", - "symfony/http-client-contracts": "^1.1|^2|^3", + "symfony/http-client": "^5.4|^6.0", "symfony/messenger": "^6.2", "symfony/twig-bridge": "^6.2" }, @@ -4276,7 +4319,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v6.2.5" + "source": "https://github.com/symfony/mailer/tree/v6.3.0" }, "funding": [ { @@ -4292,20 +4335,20 @@ "type": "tidelift" } ], - "time": "2023-01-10T18:53:53+00:00" + "time": "2023-05-29T12:49:39+00:00" }, { "name": "symfony/mime", - "version": "v6.2.5", + "version": "v6.3.0", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "4b7b349f67d15cd0639955c8179a76c89f6fd610" + "reference": "7b5d2121858cd6efbed778abce9cfdd7ab1f62ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/4b7b349f67d15cd0639955c8179a76c89f6fd610", - "reference": "4b7b349f67d15cd0639955c8179a76c89f6fd610", + "url": "https://api.github.com/repos/symfony/mime/zipball/7b5d2121858cd6efbed778abce9cfdd7ab1f62ad", + "reference": "7b5d2121858cd6efbed778abce9cfdd7ab1f62ad", "shasum": "" }, "require": { @@ -4359,7 +4402,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v6.2.5" + "source": "https://github.com/symfony/mime/tree/v6.3.0" }, "funding": [ { @@ -4375,7 +4418,7 @@ "type": "tidelift" } ], - "time": "2023-01-10T18:53:53+00:00" + "time": "2023-04-28T15:57:00+00:00" }, { "name": "symfony/polyfill-ctype", @@ -4953,6 +4996,83 @@ ], "time": "2022-11-03T14:55:06+00:00" }, + { + "name": "symfony/polyfill-php83", + "version": "v1.27.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php83.git", + "reference": "508c652ba3ccf69f8c97f251534f229791b52a57" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/508c652ba3ccf69f8c97f251534f229791b52a57", + "reference": "508c652ba3ccf69f8c97f251534f229791b52a57", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "symfony/polyfill-php80": "^1.14" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php83\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php83/tree/v1.27.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-11-03T14:55:06+00:00" + }, { "name": "symfony/polyfill-uuid", "version": "v1.27.0", @@ -5037,16 +5157,16 @@ }, { "name": "symfony/process", - "version": "v6.2.5", + "version": "v6.3.0", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "9ead139f63dfa38c4e4a9049cc64a8b2748c83b7" + "reference": "8741e3ed7fe2e91ec099e02446fb86667a0f1628" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/9ead139f63dfa38c4e4a9049cc64a8b2748c83b7", - "reference": "9ead139f63dfa38c4e4a9049cc64a8b2748c83b7", + "url": "https://api.github.com/repos/symfony/process/zipball/8741e3ed7fe2e91ec099e02446fb86667a0f1628", + "reference": "8741e3ed7fe2e91ec099e02446fb86667a0f1628", "shasum": "" }, "require": { @@ -5078,7 +5198,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.2.5" + "source": "https://github.com/symfony/process/tree/v6.3.0" }, "funding": [ { @@ -5094,20 +5214,20 @@ "type": "tidelift" } ], - "time": "2023-01-01T08:38:09+00:00" + "time": "2023-05-19T08:06:44+00:00" }, { "name": "symfony/routing", - "version": "v6.2.5", + "version": "v6.3.1", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "589bd742d5d03c192c8521911680fe88f61712fe" + "reference": "d37ad1779c38b8eb71996d17dc13030dcb7f9cf5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/589bd742d5d03c192c8521911680fe88f61712fe", - "reference": "589bd742d5d03c192c8521911680fe88f61712fe", + "url": "https://api.github.com/repos/symfony/routing/zipball/d37ad1779c38b8eb71996d17dc13030dcb7f9cf5", + "reference": "d37ad1779c38b8eb71996d17dc13030dcb7f9cf5", "shasum": "" }, "require": { @@ -5128,12 +5248,6 @@ "symfony/http-foundation": "^5.4|^6.0", "symfony/yaml": "^5.4|^6.0" }, - "suggest": { - "symfony/config": "For using the all-in-one router or any loader", - "symfony/expression-language": "For using expression matching", - "symfony/http-foundation": "For using a Symfony Request object", - "symfony/yaml": "For using the YAML loader" - }, "type": "library", "autoload": { "psr-4": { @@ -5166,7 +5280,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v6.2.5" + "source": "https://github.com/symfony/routing/tree/v6.3.1" }, "funding": [ { @@ -5182,20 +5296,20 @@ "type": "tidelift" } ], - "time": "2023-01-01T08:38:09+00:00" + "time": "2023-06-05T15:30:22+00:00" }, { "name": "symfony/service-contracts", - "version": "v3.2.0", + "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "aac98028c69df04ee77eb69b96b86ee51fbf4b75" + "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/aac98028c69df04ee77eb69b96b86ee51fbf4b75", - "reference": "aac98028c69df04ee77eb69b96b86ee51fbf4b75", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/40da9cc13ec349d9e4966ce18b5fbcd724ab10a4", + "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4", "shasum": "" }, "require": { @@ -5205,13 +5319,10 @@ "conflict": { "ext-psr": "<1.1|>=2" }, - "suggest": { - "symfony/service-implementation": "" - }, "type": "library", "extra": { "branch-alias": { - "dev-main": "3.3-dev" + "dev-main": "3.4-dev" }, "thanks": { "name": "symfony/contracts", @@ -5251,7 +5362,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v3.2.0" + "source": "https://github.com/symfony/service-contracts/tree/v3.3.0" }, "funding": [ { @@ -5267,20 +5378,20 @@ "type": "tidelift" } ], - "time": "2022-11-25T10:21:52+00:00" + "time": "2023-05-23T14:45:45+00:00" }, { "name": "symfony/string", - "version": "v6.2.5", + "version": "v6.3.0", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "b2dac0fa27b1ac0f9c0c0b23b43977f12308d0b0" + "reference": "f2e190ee75ff0f5eced645ec0be5c66fac81f51f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/b2dac0fa27b1ac0f9c0c0b23b43977f12308d0b0", - "reference": "b2dac0fa27b1ac0f9c0c0b23b43977f12308d0b0", + "url": "https://api.github.com/repos/symfony/string/zipball/f2e190ee75ff0f5eced645ec0be5c66fac81f51f", + "reference": "f2e190ee75ff0f5eced645ec0be5c66fac81f51f", "shasum": "" }, "require": { @@ -5291,13 +5402,13 @@ "symfony/polyfill-mbstring": "~1.0" }, "conflict": { - "symfony/translation-contracts": "<2.0" + "symfony/translation-contracts": "<2.5" }, "require-dev": { "symfony/error-handler": "^5.4|^6.0", "symfony/http-client": "^5.4|^6.0", "symfony/intl": "^6.2", - "symfony/translation-contracts": "^2.0|^3.0", + "symfony/translation-contracts": "^2.5|^3.0", "symfony/var-exporter": "^5.4|^6.0" }, "type": "library", @@ -5337,7 +5448,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.2.5" + "source": "https://github.com/symfony/string/tree/v6.3.0" }, "funding": [ { @@ -5353,32 +5464,34 @@ "type": "tidelift" } ], - "time": "2023-01-01T08:38:09+00:00" + "time": "2023-03-21T21:06:29+00:00" }, { "name": "symfony/translation", - "version": "v6.2.5", + "version": "v6.3.0", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "60556925a703cfbc1581cde3b3f35b0bb0ea904c" + "reference": "f72b2cba8f79dd9d536f534f76874b58ad37876f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/60556925a703cfbc1581cde3b3f35b0bb0ea904c", - "reference": "60556925a703cfbc1581cde3b3f35b0bb0ea904c", + "url": "https://api.github.com/repos/symfony/translation/zipball/f72b2cba8f79dd9d536f534f76874b58ad37876f", + "reference": "f72b2cba8f79dd9d536f534f76874b58ad37876f", "shasum": "" }, "require": { "php": ">=8.1", "symfony/polyfill-mbstring": "~1.0", - "symfony/translation-contracts": "^2.3|^3.0" + "symfony/translation-contracts": "^2.5|^3.0" }, "conflict": { "symfony/config": "<5.4", "symfony/console": "<5.4", "symfony/dependency-injection": "<5.4", + "symfony/http-client-contracts": "<2.5", "symfony/http-kernel": "<5.4", + "symfony/service-contracts": "<2.5", "symfony/twig-bundle": "<5.4", "symfony/yaml": "<5.4" }, @@ -5392,20 +5505,14 @@ "symfony/console": "^5.4|^6.0", "symfony/dependency-injection": "^5.4|^6.0", "symfony/finder": "^5.4|^6.0", - "symfony/http-client-contracts": "^1.1|^2.0|^3.0", + "symfony/http-client-contracts": "^2.5|^3.0", "symfony/http-kernel": "^5.4|^6.0", "symfony/intl": "^5.4|^6.0", "symfony/polyfill-intl-icu": "^1.21", "symfony/routing": "^5.4|^6.0", - "symfony/service-contracts": "^1.1.2|^2|^3", + "symfony/service-contracts": "^2.5|^3", "symfony/yaml": "^5.4|^6.0" }, - "suggest": { - "nikic/php-parser": "To use PhpAstExtractor", - "psr/log-implementation": "To use logging capability in translator", - "symfony/config": "", - "symfony/yaml": "" - }, "type": "library", "autoload": { "files": [ @@ -5435,7 +5542,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v6.2.5" + "source": "https://github.com/symfony/translation/tree/v6.3.0" }, "funding": [ { @@ -5451,32 +5558,29 @@ "type": "tidelift" } ], - "time": "2023-01-05T07:00:27+00:00" + "time": "2023-05-19T12:46:45+00:00" }, { "name": "symfony/translation-contracts", - "version": "v3.2.0", + "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "68cce71402305a015f8c1589bfada1280dc64fe7" + "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/68cce71402305a015f8c1589bfada1280dc64fe7", - "reference": "68cce71402305a015f8c1589bfada1280dc64fe7", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/02c24deb352fb0d79db5486c0c79905a85e37e86", + "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86", "shasum": "" }, "require": { "php": ">=8.1" }, - "suggest": { - "symfony/translation-implementation": "" - }, "type": "library", "extra": { "branch-alias": { - "dev-main": "3.3-dev" + "dev-main": "3.4-dev" }, "thanks": { "name": "symfony/contracts", @@ -5516,7 +5620,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v3.2.0" + "source": "https://github.com/symfony/translation-contracts/tree/v3.3.0" }, "funding": [ { @@ -5532,20 +5636,20 @@ "type": "tidelift" } ], - "time": "2022-11-25T10:21:52+00:00" + "time": "2023-05-30T17:17:10+00:00" }, { "name": "symfony/uid", - "version": "v6.2.5", + "version": "v6.3.0", "source": { "type": "git", "url": "https://github.com/symfony/uid.git", - "reference": "8ace895bded57d6496638c9b2d3b788e05b7395b" + "reference": "01b0f20b1351d997711c56f1638f7a8c3061e384" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/uid/zipball/8ace895bded57d6496638c9b2d3b788e05b7395b", - "reference": "8ace895bded57d6496638c9b2d3b788e05b7395b", + "url": "https://api.github.com/repos/symfony/uid/zipball/01b0f20b1351d997711c56f1638f7a8c3061e384", + "reference": "01b0f20b1351d997711c56f1638f7a8c3061e384", "shasum": "" }, "require": { @@ -5590,7 +5694,7 @@ "uuid" ], "support": { - "source": "https://github.com/symfony/uid/tree/v6.2.5" + "source": "https://github.com/symfony/uid/tree/v6.3.0" }, "funding": [ { @@ -5606,20 +5710,20 @@ "type": "tidelift" } ], - "time": "2023-01-01T08:38:09+00:00" + "time": "2023-04-08T07:25:02+00:00" }, { "name": "symfony/var-dumper", - "version": "v6.2.5", + "version": "v6.3.1", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "44b7b81749fd20c1bdf4946c041050e22bc8da27" + "reference": "c81268d6960ddb47af17391a27d222bd58cf0515" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/44b7b81749fd20c1bdf4946c041050e22bc8da27", - "reference": "44b7b81749fd20c1bdf4946c041050e22bc8da27", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/c81268d6960ddb47af17391a27d222bd58cf0515", + "reference": "c81268d6960ddb47af17391a27d222bd58cf0515", "shasum": "" }, "require": { @@ -5627,7 +5731,6 @@ "symfony/polyfill-mbstring": "~1.0" }, "conflict": { - "phpunit/phpunit": "<5.4.3", "symfony/console": "<5.4" }, "require-dev": { @@ -5637,11 +5740,6 @@ "symfony/uid": "^5.4|^6.0", "twig/twig": "^2.13|^3.0.4" }, - "suggest": { - "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", - "ext-intl": "To show region name in time zone dump", - "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" - }, "bin": [ "Resources/bin/var-dump-server" ], @@ -5678,7 +5776,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v6.2.5" + "source": "https://github.com/symfony/var-dumper/tree/v6.3.1" }, "funding": [ { @@ -5694,20 +5792,20 @@ "type": "tidelift" } ], - "time": "2023-01-20T17:45:48+00:00" + "time": "2023-06-21T12:08:28+00:00" }, { "name": "symfony/var-exporter", - "version": "v6.2.8", + "version": "v6.3.0", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "8302bb670204500d492c6b8c595ee9a27da62cd6" + "reference": "db5416d04269f2827d8c54331ba4cfa42620d350" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/8302bb670204500d492c6b8c595ee9a27da62cd6", - "reference": "8302bb670204500d492c6b8c595ee9a27da62cd6", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/db5416d04269f2827d8c54331ba4cfa42620d350", + "reference": "db5416d04269f2827d8c54331ba4cfa42620d350", "shasum": "" }, "require": { @@ -5752,7 +5850,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v6.2.8" + "source": "https://github.com/symfony/var-exporter/tree/v6.3.0" }, "funding": [ { @@ -5768,7 +5866,7 @@ "type": "tidelift" } ], - "time": "2023-03-14T15:48:45+00:00" + "time": "2023-04-21T08:48:44+00:00" }, { "name": "tijsverkoyen/css-to-inline-styles", @@ -6113,16 +6211,16 @@ }, { "name": "fakerphp/faker", - "version": "v1.21.0", + "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/FakerPHP/Faker.git", - "reference": "92efad6a967f0b79c499705c69b662f738cc9e4d" + "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/92efad6a967f0b79c499705c69b662f738cc9e4d", - "reference": "92efad6a967f0b79c499705c69b662f738cc9e4d", + "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e3daa170d00fde61ea7719ef47bb09bb8f1d9b01", + "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01", "shasum": "" }, "require": { @@ -6175,22 +6273,22 @@ ], "support": { "issues": "https://github.com/FakerPHP/Faker/issues", - "source": "https://github.com/FakerPHP/Faker/tree/v1.21.0" + "source": "https://github.com/FakerPHP/Faker/tree/v1.23.0" }, - "time": "2022-12-13T13:54:32+00:00" + "time": "2023-06-12T08:44:38+00:00" }, { "name": "filp/whoops", - "version": "2.14.6", + "version": "2.15.3", "source": { "type": "git", "url": "https://github.com/filp/whoops.git", - "reference": "f7948baaa0330277c729714910336383286305da" + "reference": "c83e88a30524f9360b11f585f71e6b17313b7187" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filp/whoops/zipball/f7948baaa0330277c729714910336383286305da", - "reference": "f7948baaa0330277c729714910336383286305da", + "url": "https://api.github.com/repos/filp/whoops/zipball/c83e88a30524f9360b11f585f71e6b17313b7187", + "reference": "c83e88a30524f9360b11f585f71e6b17313b7187", "shasum": "" }, "require": { @@ -6240,7 +6338,7 @@ ], "support": { "issues": "https://github.com/filp/whoops/issues", - "source": "https://github.com/filp/whoops/tree/2.14.6" + "source": "https://github.com/filp/whoops/tree/2.15.3" }, "funding": [ { @@ -6248,7 +6346,7 @@ "type": "github" } ], - "time": "2022-11-02T16:23:29+00:00" + "time": "2023-07-13T12:00:00+00:00" }, { "name": "hamcrest/hamcrest-php", @@ -6303,25 +6401,29 @@ }, { "name": "laravel/sail", - "version": "v1.20.2", + "version": "v1.23.1", "source": { "type": "git", "url": "https://github.com/laravel/sail.git", - "reference": "5ae072b182b1efbec927409e8a3ce3b1078cc42c" + "reference": "62582606f80466aa81fba40b193b289106902853" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/sail/zipball/5ae072b182b1efbec927409e8a3ce3b1078cc42c", - "reference": "5ae072b182b1efbec927409e8a3ce3b1078cc42c", + "url": "https://api.github.com/repos/laravel/sail/zipball/62582606f80466aa81fba40b193b289106902853", + "reference": "62582606f80466aa81fba40b193b289106902853", "shasum": "" }, "require": { "illuminate/console": "^8.0|^9.0|^10.0", "illuminate/contracts": "^8.0|^9.0|^10.0", "illuminate/support": "^8.0|^9.0|^10.0", - "php": "^7.3|^8.0", + "php": "^8.0", "symfony/yaml": "^6.0" }, + "require-dev": { + "orchestra/testbench": "^6.0|^7.0|^8.0", + "phpstan/phpstan": "^1.10" + }, "bin": [ "bin/sail" ], @@ -6360,42 +6462,44 @@ "issues": "https://github.com/laravel/sail/issues", "source": "https://github.com/laravel/sail" }, - "time": "2023-02-08T20:22:21+00:00" + "time": "2023-06-28T18:31:28+00:00" }, { "name": "mockery/mockery", - "version": "1.5.1", + "version": "1.6.4", "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", - "reference": "e92dcc83d5a51851baf5f5591d32cb2b16e3684e" + "reference": "d1413755e26fe56a63455f7753221c86cbb88f66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mockery/mockery/zipball/e92dcc83d5a51851baf5f5591d32cb2b16e3684e", - "reference": "e92dcc83d5a51851baf5f5591d32cb2b16e3684e", + "url": "https://api.github.com/repos/mockery/mockery/zipball/d1413755e26fe56a63455f7753221c86cbb88f66", + "reference": "d1413755e26fe56a63455f7753221c86cbb88f66", "shasum": "" }, "require": { "hamcrest/hamcrest-php": "^2.0.1", "lib-pcre": ">=7.0", - "php": "^7.3 || ^8.0" + "php": ">=7.4,<8.3" }, "conflict": { "phpunit/phpunit": "<8.0" }, "require-dev": { - "phpunit/phpunit": "^8.5 || ^9.3" + "phpunit/phpunit": "^8.5 || ^9.3", + "psalm/plugin-phpunit": "^0.18.4", + "symplify/easy-coding-standard": "^11.5.0", + "vimeo/psalm": "^5.13.1" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4.x-dev" - } - }, "autoload": { - "psr-0": { - "Mockery": "library/" + "files": [ + "library/helpers.php", + "library/Mockery.php" + ], + "psr-4": { + "Mockery\\": "library/Mockery" } }, "notification-url": "https://packagist.org/downloads/", @@ -6406,12 +6510,20 @@ { "name": "Pádraic Brady", "email": "padraic.brady@gmail.com", - "homepage": "http://blog.astrumfutura.com" + "homepage": "https://github.com/padraic", + "role": "Author" }, { "name": "Dave Marshall", "email": "dave.marshall@atstsolutions.co.uk", - "homepage": "http://davedevelopment.co.uk" + "homepage": "https://davedevelopment.co.uk", + "role": "Developer" + }, + { + "name": "Nathanael Esayeas", + "email": "nathanael.esayeas@protonmail.com", + "homepage": "https://github.com/ghostwriter", + "role": "Lead Developer" } ], "description": "Mockery is a simple yet flexible PHP mock object framework", @@ -6429,23 +6541,26 @@ "testing" ], "support": { + "docs": "https://docs.mockery.io/", "issues": "https://github.com/mockery/mockery/issues", - "source": "https://github.com/mockery/mockery/tree/1.5.1" + "rss": "https://github.com/mockery/mockery/releases.atom", + "security": "https://github.com/mockery/mockery/security/advisories", + "source": "https://github.com/mockery/mockery" }, - "time": "2022-09-07T15:32:08+00:00" + "time": "2023-07-19T15:51:02+00:00" }, { "name": "myclabs/deep-copy", - "version": "1.11.0", + "version": "1.11.1", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614" + "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614", - "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", + "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", "shasum": "" }, "require": { @@ -6483,7 +6598,7 @@ ], "support": { "issues": "https://github.com/myclabs/DeepCopy/issues", - "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0" + "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1" }, "funding": [ { @@ -6491,7 +6606,7 @@ "type": "tidelift" } ], - "time": "2022-03-03T13:19:32+00:00" + "time": "2023-03-08T13:26:56+00:00" }, { "name": "nunomaduro/collision", @@ -6694,23 +6809,23 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.24", + "version": "9.2.27", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "2cf940ebc6355a9d430462811b5aaa308b174bed" + "reference": "b0a88255cb70d52653d80c890bd7f38740ea50d1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2cf940ebc6355a9d430462811b5aaa308b174bed", - "reference": "2cf940ebc6355a9d430462811b5aaa308b174bed", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/b0a88255cb70d52653d80c890bd7f38740ea50d1", + "reference": "b0a88255cb70d52653d80c890bd7f38740ea50d1", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", - "nikic/php-parser": "^4.14", + "nikic/php-parser": "^4.15", "php": ">=7.3", "phpunit/php-file-iterator": "^3.0.3", "phpunit/php-text-template": "^2.0.2", @@ -6725,8 +6840,8 @@ "phpunit/phpunit": "^9.3" }, "suggest": { - "ext-pcov": "*", - "ext-xdebug": "*" + "ext-pcov": "PHP extension that provides line coverage", + "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" }, "type": "library", "extra": { @@ -6759,7 +6874,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.24" + "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.27" }, "funding": [ { @@ -6767,7 +6883,7 @@ "type": "github" } ], - "time": "2023-01-26T08:26:55+00:00" + "time": "2023-07-26T13:44:30+00:00" }, { "name": "phpunit/php-file-iterator", @@ -7012,16 +7128,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.6.3", + "version": "9.6.10", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "e7b1615e3e887d6c719121c6d4a44b0ab9645555" + "reference": "a6d351645c3fe5a30f5e86be6577d946af65a328" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e7b1615e3e887d6c719121c6d4a44b0ab9645555", - "reference": "e7b1615e3e887d6c719121c6d4a44b0ab9645555", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a6d351645c3fe5a30f5e86be6577d946af65a328", + "reference": "a6d351645c3fe5a30f5e86be6577d946af65a328", "shasum": "" }, "require": { @@ -7054,8 +7170,8 @@ "sebastian/version": "^3.0.2" }, "suggest": { - "ext-soap": "*", - "ext-xdebug": "*" + "ext-soap": "To be able to generate mocks based on WSDL files", + "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" }, "bin": [ "phpunit" @@ -7094,7 +7210,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.3" + "security": "https://github.com/sebastianbergmann/phpunit/security/policy", + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.10" }, "funding": [ { @@ -7110,7 +7227,7 @@ "type": "tidelift" } ], - "time": "2023-02-04T13:37:15+00:00" + "time": "2023-07-10T04:04:23+00:00" }, { "name": "sebastian/cli-parser", @@ -7412,16 +7529,16 @@ }, { "name": "sebastian/diff", - "version": "4.0.4", + "version": "4.0.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" + "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131", + "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131", "shasum": "" }, "require": { @@ -7466,7 +7583,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/diff/issues", - "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" + "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5" }, "funding": [ { @@ -7474,7 +7591,7 @@ "type": "github" } ], - "time": "2020-10-26T13:10:38+00:00" + "time": "2023-05-07T05:35:17+00:00" }, { "name": "sebastian/environment", @@ -8078,16 +8195,16 @@ }, { "name": "spatie/backtrace", - "version": "1.2.1", + "version": "1.5.3", "source": { "type": "git", "url": "https://github.com/spatie/backtrace.git", - "reference": "4ee7d41aa5268107906ea8a4d9ceccde136dbd5b" + "reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/backtrace/zipball/4ee7d41aa5268107906ea8a4d9ceccde136dbd5b", - "reference": "4ee7d41aa5268107906ea8a4d9ceccde136dbd5b", + "url": "https://api.github.com/repos/spatie/backtrace/zipball/483f76a82964a0431aa836b6ed0edde0c248e3ab", + "reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab", "shasum": "" }, "require": { @@ -8096,6 +8213,7 @@ "require-dev": { "ext-json": "*", "phpunit/phpunit": "^9.3", + "spatie/phpunit-snapshot-assertions": "^4.2", "symfony/var-dumper": "^5.1" }, "type": "library", @@ -8123,8 +8241,7 @@ "spatie" ], "support": { - "issues": "https://github.com/spatie/backtrace/issues", - "source": "https://github.com/spatie/backtrace/tree/1.2.1" + "source": "https://github.com/spatie/backtrace/tree/1.5.3" }, "funding": [ { @@ -8136,26 +8253,27 @@ "type": "other" } ], - "time": "2021-11-09T10:57:15+00:00" + "time": "2023-06-28T12:59:17+00:00" }, { "name": "spatie/flare-client-php", - "version": "1.3.5", + "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/spatie/flare-client-php.git", - "reference": "3e5dd5ac4928f3d2d036bd02de5eb83fd0ef1f42" + "reference": "5f2c6a7a0d2c1d90c12559dc7828fd942911a544" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/3e5dd5ac4928f3d2d036bd02de5eb83fd0ef1f42", - "reference": "3e5dd5ac4928f3d2d036bd02de5eb83fd0ef1f42", + "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/5f2c6a7a0d2c1d90c12559dc7828fd942911a544", + "reference": "5f2c6a7a0d2c1d90c12559dc7828fd942911a544", "shasum": "" }, "require": { "illuminate/pipeline": "^8.0|^9.0|^10.0", + "nesbot/carbon": "^2.62.1", "php": "^8.0", - "spatie/backtrace": "^1.2", + "spatie/backtrace": "^1.5.2", "symfony/http-foundation": "^5.0|^6.0", "symfony/mime": "^5.2|^6.0", "symfony/process": "^5.2|^6.0", @@ -8172,7 +8290,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.1.x-dev" + "dev-main": "1.3.x-dev" } }, "autoload": { @@ -8197,7 +8315,7 @@ ], "support": { "issues": "https://github.com/spatie/flare-client-php/issues", - "source": "https://github.com/spatie/flare-client-php/tree/1.3.5" + "source": "https://github.com/spatie/flare-client-php/tree/1.4.2" }, "funding": [ { @@ -8205,42 +8323,51 @@ "type": "github" } ], - "time": "2023-01-23T15:58:46+00:00" + "time": "2023-07-28T08:07:24+00:00" }, { "name": "spatie/ignition", - "version": "1.4.3", + "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/spatie/ignition.git", - "reference": "2cf3833220cfe8fcf639544f8d7067b6469a00b0" + "reference": "de24ff1e01814d5043bd6eb4ab36a5a852a04973" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/ignition/zipball/2cf3833220cfe8fcf639544f8d7067b6469a00b0", - "reference": "2cf3833220cfe8fcf639544f8d7067b6469a00b0", + "url": "https://api.github.com/repos/spatie/ignition/zipball/de24ff1e01814d5043bd6eb4ab36a5a852a04973", + "reference": "de24ff1e01814d5043bd6eb4ab36a5a852a04973", "shasum": "" }, "require": { "ext-json": "*", "ext-mbstring": "*", "php": "^8.0", - "spatie/flare-client-php": "^1.1", + "spatie/backtrace": "^1.5.3", + "spatie/flare-client-php": "^1.4.0", "symfony/console": "^5.4|^6.0", "symfony/var-dumper": "^5.4|^6.0" }, "require-dev": { + "illuminate/cache": "^9.52", "mockery/mockery": "^1.4", "pestphp/pest": "^1.20", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.0", - "symfony/process": "^5.4|^6.0" + "psr/simple-cache-implementation": "*", + "symfony/cache": "^6.0", + "symfony/process": "^5.4|^6.0", + "vlucas/phpdotenv": "^5.5" + }, + "suggest": { + "openai-php/client": "Require get solutions from OpenAI", + "simple-cache-implementation": "To cache solutions from OpenAI" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.2.x-dev" + "dev-main": "1.5.x-dev" } }, "autoload": { @@ -8279,7 +8406,7 @@ "type": "github" } ], - "time": "2023-01-23T15:28:32+00:00" + "time": "2023-06-28T13:24:59+00:00" }, { "name": "spatie/laravel-ignition", @@ -8373,16 +8500,16 @@ }, { "name": "symfony/yaml", - "version": "v6.2.5", + "version": "v6.3.0", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "2bbfbdacc8a15574f8440c4838ce0d7bb6c86b19" + "reference": "a9a8337aa641ef2aa39c3e028f9107ec391e5927" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/2bbfbdacc8a15574f8440c4838ce0d7bb6c86b19", - "reference": "2bbfbdacc8a15574f8440c4838ce0d7bb6c86b19", + "url": "https://api.github.com/repos/symfony/yaml/zipball/a9a8337aa641ef2aa39c3e028f9107ec391e5927", + "reference": "a9a8337aa641ef2aa39c3e028f9107ec391e5927", "shasum": "" }, "require": { @@ -8395,9 +8522,6 @@ "require-dev": { "symfony/console": "^5.4|^6.0" }, - "suggest": { - "symfony/console": "For validating YAML files using the lint command" - }, "bin": [ "Resources/bin/yaml-lint" ], @@ -8427,7 +8551,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.2.5" + "source": "https://github.com/symfony/yaml/tree/v6.3.0" }, "funding": [ { @@ -8443,7 +8567,7 @@ "type": "tidelift" } ], - "time": "2023-01-10T18:53:53+00:00" + "time": "2023-04-28T13:28:14+00:00" }, { "name": "theseer/tokenizer", From 9950f51f3429129674329acb17fac2bea8d85aee Mon Sep 17 00:00:00 2001 From: Olivier LEVILLAIN Date: Sun, 30 Jul 2023 20:12:36 +0200 Subject: [PATCH 2/5] new fr translation --- lang/fr/LC_MESSAGES/messages.mo | Bin 0 -> 14345 bytes lang/fr/LC_MESSAGES/messages.po | 1272 ++++++++++++++++++++++++++++ lang/messages.pot | 5 +- lang/xx_XX/LC_MESSAGES/messages.mo | Bin 16421 -> 15075 bytes lang/xx_XX/LC_MESSAGES/messages.po | 2 +- 5 files changed, 1275 insertions(+), 4 deletions(-) create mode 100644 lang/fr/LC_MESSAGES/messages.mo create mode 100644 lang/fr/LC_MESSAGES/messages.po diff --git a/lang/fr/LC_MESSAGES/messages.mo b/lang/fr/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..c304586291f613dbc0e40e1e6087535861b3b6f1 GIT binary patch literal 14345 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 Qy?H(P^P@f?6M3)jzju0N)&Kwi literal 0 HcmV?d00001 diff --git a/lang/fr/LC_MESSAGES/messages.po b/lang/fr/LC_MESSAGES/messages.po new file mode 100644 index 00000000..4f10dc2b --- /dev/null +++ b/lang/fr/LC_MESSAGES/messages.po @@ -0,0 +1,1272 @@ +# Translation for Family Connections +# Copyright (C) 2007 Haudenschilt LLC +# This file is distributed under the same license as the Family Connections +# package. +# +msgid "" +msgstr "" +"Project-Id-Version: 4.0.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-04-06 16:43+0000\n" +"PO-Revision-Date: 2023-07-29 19:27+0200\n" +"Last-Translator: Olivier LEVILLAIN \n" +"Language: fr_FR\n" +"Language-Team: fr \n" +"Plural-Forms: nplurals=2; plural=n != 1\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.6.0\n" + +#: app/Calendar.php:27 +msgid "Sunday" +msgstr "Dimanche" + +#: app/Calendar.php:28 +msgid "Monday" +msgstr "Lundi" + +#: app/Calendar.php:29 +msgid "Tuesday" +msgstr "Mardi" + +#: app/Calendar.php:30 +msgid "Wednesday" +msgstr "Mercredi" + +#: app/Calendar.php:31 +msgid "Thursday" +msgstr "Jeudi" + +#: app/Calendar.php:32 +msgid "Friday" +msgstr "Vendredi" + +#: app/Calendar.php:33 +msgid "Saturday" +msgstr "Samedi" + +#: app/Calendar.php:352 +#, php-format, python-format +msgid "Turns %d year old today." +msgid_plural "Turns %d years old today." +msgstr[0] "Va avoir %d an aujourd'hui" +msgstr[1] "Va avoir %d ans aujourd'hui" + +#: app/Calendar.php:355 +msgid "Was born today." +msgstr "Est né.e aujourd'hui" + +#: app/FamilyTree.php:273 +msgid "unknown parent" +msgstr "parent inconnu" + +#: app/FamilyTree.php:283 app/FamilyTree.php:291 +#, php-format, python-format +msgid "Add a parent for %s" +msgstr "Ajouter un parent à %s" + +#: app/FamilyTree.php:284 app/FamilyTree.php:292 +#, php-format, python-format +msgid "Add a spouse for %s" +msgstr "Ajouter une épouse à %s" + +#: app/FamilyTree.php:285 app/FamilyTree.php:293 +#, php-format, python-format +msgid "Add a sibling for %s" +msgstr "Ajouter une frère ou une soeur à %s" + +#: app/FamilyTree.php:286 app/FamilyTree.php:294 +#, php-format, python-format +msgid "Add a child for %s and %s" +msgstr "Ajouter un enfant à %s et %s" + +#: app/Http/Controllers/AdminMemberController.php:61 +#: resources/views/admin/members-index.blade.php:37 +msgid "Yes" +msgstr "Oui" + +#: app/Http/Controllers/AdminMemberController.php:61 +#: resources/views/admin/members-index.blade.php:39 +msgid "No" +msgstr "Non" + +#: app/Http/Controllers/FamilyTreeController.php:119 +#: resources/views/tree/empty.blade.php:46 +#: resources/views/tree/index.blade.php:72 +msgid "Unknown" +msgstr "Inconnu" + +#: app/Http/Controllers/InstallController.php:133 +#: app/Http/Controllers/InstallController.php:139 +#: resources/views/me/address.blade.php:56 +msgid "Home" +msgstr "Accueil" + +#: app/Http/Controllers/InstallController.php:145 +msgid "Calendar" +msgstr "Calendrier" + +#: app/Http/Controllers/InstallController.php:151 +#: app/Http/Controllers/InstallController.php:229 +#: resources/views/admin/members-index.blade.php:6 +#: resources/views/members/index.blade.php:6 +msgid "Members" +msgstr "Membres" + +#: app/Http/Controllers/InstallController.php:157 +msgid "Address Book" +msgstr "Carnet d'adresses" + +#: app/Http/Controllers/InstallController.php:163 +msgid "Communicate" +msgstr "Communiquer" + +#: app/Http/Controllers/InstallController.php:169 +#: resources/views/discussions/index.blade.php:7 +msgid "Discussions" +msgstr "Discussions" + +#: app/Http/Controllers/InstallController.php:175 +msgid "Share" +msgstr "Partager" + +#: app/Http/Controllers/InstallController.php:181 +#: resources/views/photos/album.blade.php:7 +#: resources/views/photos/create.blade.php:77 +#: resources/views/photos/index.blade.php:7 +msgid "Photos" +msgstr "Photos" + +#: app/Http/Controllers/InstallController.php:187 +#: resources/views/videos/index.blade.php:8 +msgid "Videos" +msgstr "Vidéos" + +#: app/Http/Controllers/InstallController.php:193 +msgid "Misc." +msgstr "Divers" + +#: app/Http/Controllers/InstallController.php:199 +#: resources/views/contact.blade.php:9 +msgid "Contact" +msgstr "Contact" + +#: app/Http/Controllers/InstallController.php:205 +msgid "Help" +msgstr "Aide" + +#: app/Http/Controllers/InstallController.php:211 +msgid "Admin" +msgstr "Admin" + +#: app/Http/Controllers/InstallController.php:217 +msgid "Upgrade" +msgstr "Mettre à niveau" + +#: app/Http/Controllers/InstallController.php:223 +msgid "Configuration" +msgstr "Configuration" + +#: app/Http/Controllers/InstallController.php:235 +msgid "Photo Gallery" +msgstr "Galerie Photo" + +#: app/Http/Controllers/InstallController.php:241 +#: resources/views/admin/polls-index.blade.php:6 +msgid "Polls" +msgstr "Sondages" + +#: app/Http/Controllers/InstallController.php:247 +msgid "Facebook" +msgstr "Facebook" + +#: app/Http/Controllers/InstallController.php:253 +msgid "Google" +msgstr "Google" + +#: app/Http/Controllers/InstallController.php:259 +msgid "Instagram" +msgstr "" + +#: app/Http/Controllers/InstallController.php:268 +#: resources/views/install/config.blade.php:21 +msgid "Family News" +msgstr "Nouvelles de la Famille" + +#: app/Http/Controllers/InstallController.php:273 +#: resources/views/install/config.blade.php:37 +msgid "Prayer Concerns" +msgstr "Hum" + +#: app/Http/Controllers/InstallController.php:280 +#: resources/views/install/config.blade.php:25 +#: resources/views/recipes/index.blade.php:7 +msgid "Recipes" +msgstr "Recettes" + +#: app/Http/Controllers/InstallController.php:285 +#: resources/views/install/config.blade.php:29 +msgid "Family Tree" +msgstr "Arbre généalogique" + +#: app/Http/Controllers/InstallController.php:290 +#: resources/views/documents/index.blade.php:16 +#: resources/views/install/config.blade.php:33 +msgid "Documents" +msgstr "Documents" + +#: app/Http/Controllers/LoginController.php:54 +#: app/Http/Controllers/RegisterController.php:46 +msgid "Email is required." +msgstr "L'email est obligatoire" + +#: app/Http/Controllers/LoginController.php:55 +#: app/Http/Controllers/RegisterController.php:47 +msgid "Password is required." +msgstr "Le mot de passe est obligatoire" + +#: app/Http/Controllers/LoginController.php:63 +msgid "Not so fast." +msgstr "Pas si vite" + +#: app/Http/Controllers/LoginController.php:64 +msgid "Your account isn't active yet. Your website administrator must activate " +"your account before you can login and begin using the website." +msgstr "Ton compte n'est pas encore activé. L'administrateur du site doit activer" +"ton compte avant que tu puisses te connecter et commencer à utiliser le site" + +#: app/Http/Controllers/LoginController.php:83 +msgid "Oops!" +msgstr "Oups!" + +#: app/Http/Controllers/LoginController.php:84 +msgid "That login information wasn't quite right. Be sure and check that you " +"typed your email/password correctly." +msgstr "Ces informations de connexion ne sont pas bonnes. Vérifie que tu as" +"tapé ton email et ton mot de passe correctement" + +#: app/Http/Controllers/MeController.php:97 +msgid "Uploaded avatar must be an image." +msgstr "L'avatar téléversé doit être une image" + +#: app/Http/Controllers/MeController.php:98 +msgid "You must upload an avatar or choose an existing avatar from the list." +msgstr "Tu dois téléverser un avater ou bien choisir un avatar existant dans la liste" + +#: app/Http/Controllers/MeController.php:311 +msgid "Arabic" +msgstr "Arabe" + +#: app/Http/Controllers/MeController.php:314 +msgid "Danish (Denmark)" +msgstr "Danois (Danemark)" + +#: app/Http/Controllers/MeController.php:317 +msgid "German (Germany)" +msgstr "Allemand (Allemagne)" + +#: app/Http/Controllers/MeController.php:320 +msgid "Spanish (Spain)" +msgstr "Espagnol (Espagne)" + +#: app/Http/Controllers/MeController.php:323 +msgid "English" +msgstr "Anglais" + +#: app/Http/Controllers/MeController.php:326 +msgid "French (France)" +msgstr "Français (France)" + +#: app/Http/Controllers/MeController.php:329 +msgid "Italian (Italy)" +msgstr "" + +#: app/Http/Controllers/MeController.php:332 +msgid "Dutch (Netherlands)" +msgstr "" + +#: app/Http/Controllers/MeController.php:335 +msgid "Portuguese (Brazil)" +msgstr "" + +#: app/Http/Controllers/MeController.php:338 +msgid "Russian (Russia)" +msgstr "" + +#: app/Http/Controllers/MeController.php:341 +msgid "Slovak (Slovakia)" +msgstr "" + +#: app/Http/Controllers/MeController.php:344 +msgid "Turkish (Turkey)" +msgstr "" + +#: app/Http/Controllers/MeController.php:347 +msgid "XX (Test)" +msgstr "" + +#: app/Http/Controllers/RegisterController.php:48 +msgid "The passwords do not match." +msgstr "" + +#: app/Http/Controllers/RegisterController.php:49 +msgid "Full Name is required." +msgstr "" + +#: app/Http/Controllers/RegisterController.php:50 +msgid "Birthday is required." +msgstr "" + +#: app/Mail/Registration.php:31 +#, php-format, python-format +msgid "%s Membership" +msgstr "Appartencance de %s" + +#: resources/views/addressbook/index.blade.php:23 +#: resources/views/me/address.blade.php:14 +#: resources/views/me/navigation.blade.php:10 +msgid "Address" +msgstr "Adresse" + +#: resources/views/addressbook/index.blade.php:33 +msgid "Cell Phone" +msgstr "Tel. Mobile" + +#: resources/views/addressbook/index.blade.php:42 +msgid "Home Phone" +msgstr "Tel. Fixe" + +#: resources/views/addressbook/index.blade.php:51 +msgid "Work Phone" +msgstr "Tel. Travail" + +#: resources/views/addressbook/index.blade.php:61 +msgid "A map view could not be created for this address." +msgstr "Il n'a pas été possible de créer une vue cartographique pour cette adresse." + +#: resources/views/admin/members-index.blade.php:11 +#: resources/views/admin/polls-index.blade.php:11 +msgid "Id" +msgstr "Id" + +#: resources/views/admin/members-index.blade.php:12 +#: resources/views/documents/create.blade.php:28 +#: resources/views/me/profile.blade.php:13 +#: resources/views/members/index.blade.php:11 +#: resources/views/photos/create.blade.php:33 +#: resources/views/recipes/category-create.blade.php:17 +#: resources/views/recipes/create.blade.php:17 +#: resources/views/tree/individual.blade.php:32 +msgid "Name" +msgstr "Nom" + +#: resources/views/admin/members-index.blade.php:13 +#: resources/views/members/index.blade.php:12 +msgid "Registered" +msgstr "Enregistré" + +#: resources/views/admin/members-index.blade.php:14 +#: resources/views/members/index.blade.php:13 +msgid "Last Seen" +msgstr "Vu la dernière fois" + +#: resources/views/admin/members-index.blade.php:15 +msgid "Can Login?" +msgstr "Peut se connecter?" + +#: resources/views/admin/members-index.blade.php:16 +msgid "Access" +msgstr "Accès" + +#: resources/views/admin/members-index.blade.php:30 +#: resources/views/members/index.blade.php:23 +msgid "Never" +msgstr "Jamais" + +#: resources/views/admin/members-index.blade.php:55 +msgid "Loading..." +msgstr "Chargement..." + +#: resources/views/admin/polls-index.blade.php:12 +msgid "Question" +msgstr "Question" + +#: resources/views/admin/polls-index.blade.php:13 +#: resources/views/calendar/create.blade.php:22 +msgid "Date" +msgstr "Date" + +#: resources/views/admin/polls-index.blade.php:14 +msgid "Votes" +msgstr "Votes" + +#: resources/views/auth/login.blade.php:27 +#: resources/views/auth/register.blade.php:29 +#: resources/views/install/admin.blade.php:24 +msgid "Email" +msgstr "Email" + +#: resources/views/auth/login.blade.php:32 +#: resources/views/auth/register.blade.php:33 +#: resources/views/install/admin.blade.php:28 +msgid "Password" +msgstr "Mot de passe" + +#: resources/views/auth/login.blade.php:37 +msgid "Remember Me" +msgstr "Se souvenir de moi" + +#: resources/views/auth/login.blade.php:41 +msgid "Sign In" +msgstr "Connexion" + +#: resources/views/auth/login.blade.php:44 +msgid "Forgot Password" +msgstr "Mot de passe oublié" + +#: resources/views/auth/login.blade.php:46 +msgid "Register" +msgstr "S'enregistrer" + +#: resources/views/auth/register.blade.php:10 +msgid "Request Access" +msgstr "Demander l'accès" + +#: resources/views/auth/register.blade.php:11 +msgid "In order to login and begin using the site, your administrator must " +"activate your account." +msgstr "Pour pouvoir se connecter et commencer à utiliser ce site, ton administrateur doit activer ton compte " + +#: resources/views/auth/register.blade.php:12 +msgid "Please fill out the form below to request access." +msgstr "Merci de remplir le formulaire ci-dessous pour demander accès" + +#: resources/views/auth/register.blade.php:21 +#: resources/views/calendar/create.blade.php:13 +#: resources/views/contact.blade.php:12 +#: resources/views/discussions/create.blade.php:13 +#: resources/views/documents/create.blade.php:13 +#: resources/views/install/admin.blade.php:19 +#: resources/views/me/address.blade.php:17 +#: resources/views/me/avatar.blade.php:17 +#: resources/views/me/profile.blade.php:16 +#: resources/views/me/settings.blade.php:15 +#: resources/views/news/create.blade.php:13 +#: resources/views/recipes/category-create.blade.php:12 +#: resources/views/recipes/create.blade.php:12 +#: resources/views/tree/empty.blade.php:22 +#: resources/views/tree/index.blade.php:9 +#: resources/views/videos/create.blade.php:13 +msgid "An error has occurred" +msgstr "Une erreur est survenue" + +#: resources/views/auth/register.blade.php:37 +#: resources/views/install/admin.blade.php:32 +msgid "Confirm Password" +msgstr "Confirmer le mote de passe" + +#: resources/views/auth/register.blade.php:41 +#: resources/views/install/admin.blade.php:36 +#: resources/views/me/profile.blade.php:23 +msgid "Full Name" +msgstr "Nom complet" + +#: resources/views/auth/register.blade.php:45 +#: resources/views/install/admin.blade.php:40 +#: resources/views/me/profile.blade.php:27 +msgid "Display Name" +msgstr "Nom affiché" + +#: resources/views/auth/register.blade.php:47 +#: resources/views/install/admin.blade.php:42 +#: resources/views/me/profile.blade.php:29 +msgid "What do you want to be called on the site? Leave blank if it is the same" +" as Full Name." +msgstr "Comment veux-tu être appelé sur le site? Laisse en blanc si c'est par ton nom complet" + +#: resources/views/auth/register.blade.php:50 +#: resources/views/install/admin.blade.php:45 +#: resources/views/me/profile.blade.php:35 +msgid "Birthday" +msgstr "Anniversaire" + +#: resources/views/calendar/create.blade.php:10 +msgid "Create New Event" +msgstr "Créer un nouvel évènement" + +#: resources/views/calendar/create.blade.php:14 +#: resources/views/contact.blade.php:13 +#: resources/views/discussions/create.blade.php:14 +#: resources/views/documents/create.blade.php:14 +#: resources/views/install/admin.blade.php:20 +#: resources/views/news/create.blade.php:14 +#: resources/views/recipes/category-create.blade.php:13 +#: resources/views/recipes/create.blade.php:13 +#: resources/views/tree/empty.blade.php:23 +#: resources/views/videos/create.blade.php:14 +msgid "Please fill out the required fields below." +msgstr "" + +#: resources/views/calendar/create.blade.php:18 +#: resources/views/discussions/create.blade.php:18 +#: resources/views/news/create.blade.php:18 +#: resources/views/videos/create.blade.php:29 +msgid "Title" +msgstr "" + +#: resources/views/calendar/create.blade.php:55 +msgid "Repeat Every Year" +msgstr "" + +#: resources/views/calendar/create.blade.php:62 +msgid "Private" +msgstr "" + +#: resources/views/calendar/create.blade.php:69 +msgid "Invite Guests" +msgstr "" + +#: resources/views/calendar/create.blade.php:77 +#: resources/views/me/address.blade.php:66 +#: resources/views/me/avatar.blade.php:61 +#: resources/views/me/profile.blade.php:42 +#: resources/views/me/settings.blade.php:44 +#: resources/views/tree/empty.blade.php:66 +#: resources/views/tree/index.blade.php:139 +msgid "Save" +msgstr "" + +#: resources/views/calendar/create.blade.php:79 +msgid "More Options" +msgstr "" + +#: resources/views/calendar/day.blade.php:10 +#: resources/views/calendar/index.blade.php:10 +#: resources/views/calendar/week.blade.php:10 +msgid "Day" +msgstr "" + +#: resources/views/calendar/day.blade.php:11 +#: resources/views/calendar/index.blade.php:11 +#: resources/views/calendar/week.blade.php:11 +msgid "Week" +msgstr "" + +#: resources/views/calendar/day.blade.php:12 +#: resources/views/calendar/index.blade.php:12 +#: resources/views/calendar/week.blade.php:12 +msgid "Month" +msgstr "" + +#: resources/views/calendar/day.blade.php:15 +#: resources/views/calendar/index.blade.php:15 +#: resources/views/calendar/week.blade.php:15 +msgid "Today" +msgstr "" + +#: resources/views/calendar/sidebar.blade.php:4 +msgid "Create Event" +msgstr "" + +#: resources/views/calendar/sidebar.blade.php:8 +msgid "Categories" +msgstr "" + +#: resources/views/components/empty-state.blade.php:3 +msgid "Nothing is here" +msgstr "" + +#: resources/views/components/empty-state.blade.php:4 +msgid "Looks like no one has added anything here yet." +msgstr "" + +#: resources/views/contact.blade.php:17 +msgid "Subject" +msgstr "" + +#: resources/views/contact.blade.php:21 +msgid "Message" +msgstr "" + +#: resources/views/contact.blade.php:26 +msgid "Send" +msgstr "" + +#: resources/views/discussions/create.blade.php:10 +msgid "Create New Discussion" +msgstr "" + +#: resources/views/discussions/index.blade.php:9 +msgid "New Discussion" +msgstr "" + +#: resources/views/discussions/index.blade.php:33 +#, python-format +msgid "%s view" +msgid_plural "%s views" +msgstr[0] "" +msgstr[1] "" + +#: resources/views/discussions/show.blade.php:14 +msgid "Reply" +msgstr "" + +#: resources/views/discussions/show.blade.php:16 +#: resources/views/news/show.blade.php:9 +msgid "Back" +msgstr "" + +#: resources/views/discussions/show.blade.php:20 +#: resources/views/news/show.blade.php:13 +#: resources/views/tree/individual.blade.php:61 +#: resources/views/tree/individual.blade.php:89 +#: resources/views/tree/individual.blade.php:121 +#: resources/views/tree/individual.blade.php:147 +msgid "Edit" +msgstr "" + +#: resources/views/discussions/show.blade.php:21 +#: resources/views/news/show.blade.php:14 +msgid "Delete" +msgstr "" + +#: resources/views/documents/create.blade.php:10 +msgid "Upload Document" +msgstr "" + +#: resources/views/documents/create.blade.php:21 +msgid "Select a document to upload" +msgstr "" + +#: resources/views/documents/create.blade.php:24 +#: resources/views/photos/create.blade.php:85 +#: resources/views/videos/create.blade.php:25 +msgid "or drag and drop it here" +msgstr "" + +#: resources/views/documents/create.blade.php:32 +#: resources/views/photos/album.blade.php:67 +#: resources/views/photos/create.blade.php:37 +#: resources/views/recipes/category-create.blade.php:21 +#: resources/views/tree/individual.blade.php:131 +#: resources/views/videos/create.blade.php:33 +msgid "Description" +msgstr "" + +#: resources/views/documents/create.blade.php:37 +#: resources/views/documents/index.blade.php:85 +#: resources/views/me/avatar.blade.php:32 +#: resources/views/photos/album.blade.php:9 +#: resources/views/photos/index.blade.php:9 +#: resources/views/videos/create.blade.php:38 +#: resources/views/videos/index.blade.php:10 +msgid "Upload" +msgstr "" + +#: resources/views/documents/index.blade.php:9 +msgid "Folders" +msgstr "" + +#: resources/views/documents/index.blade.php:17 +#: resources/views/documents/index.blade.php:26 +#: resources/views/documents/index.blade.php:35 +#: resources/views/documents/index.blade.php:44 +#: resources/views/documents/index.blade.php:53 +#, python-format +msgid "%d Files" +msgstr "" + +#: resources/views/documents/index.blade.php:25 +msgid "Presentation" +msgstr "" + +#: resources/views/documents/index.blade.php:34 +msgid "Archives" +msgstr "" + +#: resources/views/documents/index.blade.php:43 +msgid "Multimedia" +msgstr "" + +#: resources/views/documents/index.blade.php:52 +msgid "Other" +msgstr "" + +#: resources/views/documents/index.blade.php:58 +#: resources/views/news/index.blade.php:16 +msgid "Recent" +msgstr "" + +#: resources/views/emails/contact-text.blade.php:4 +msgid "Sent from Family Connections" +msgstr "" + +#: resources/views/emails/registration-text.blade.php:1 +#: resources/views/emails/registration.blade.php:1 +#, python-format +msgid "Dear %s," +msgstr "" + +#: resources/views/emails/registration-text.blade.php:3 +#: resources/views/emails/registration.blade.php:2 +#, python-format +msgid "Thank you for registering at %s." +msgstr "" + +#: resources/views/emails/registration-text.blade.php:5 +#: resources/views/emails/registration.blade.php:3 +msgid "" +"In order to login and begin using the site, your administrator must " +"activate your account. You will get an email when this has been done." +msgstr "" + +#: resources/views/emails/registration-text.blade.php:7 +#: resources/views/emails/registration.blade.php:5 +msgid "Thanks," +msgstr "" + +#: resources/views/emails/registration-text.blade.php:8 +#: resources/views/emails/registration.blade.php:6 +#, python-format +msgid "The %s Webmaster" +msgstr "" + +#: resources/views/emails/registration-text.blade.php:10 +#: resources/views/emails/registration.blade.php:9 +msgid "This is an automated response, please do not reply." +msgstr "" + +#: resources/views/home.blade.php:23 +#, python-format +msgid "%s has added a new address." +msgstr "" + +#: resources/views/home.blade.php:26 +#, python-format +msgid "%s has started a new discussion." +msgstr "" + +#: resources/views/home.blade.php:29 +#, python-format +msgid "%s has added some new photos." +msgstr "" + +#: resources/views/home.blade.php:32 +#, python-format +msgid "%s has joined the site." +msgstr "" + +#: resources/views/home.blade.php:78 +msgid "Latest Poll" +msgstr "" + +#: resources/views/home.blade.php:106 +msgid "Vote" +msgstr "" + +#: resources/views/install/admin.blade.php:11 +msgid "3. Create Admin User" +msgstr "" + +#: resources/views/install/admin.blade.php:12 +msgid "" +"Everyone will be required to have an account and be logged in at all " +"times to use this website. This will help protect your site." +msgstr "" + +#: resources/views/install/admin.blade.php:13 +msgid "" +"You must have at least one administrative account. Please fill out the " +"information below for the person who will be the administrator of this " +"site." +msgstr "" + +#: resources/views/install/config.blade.php:11 +msgid "2. Site Configuration" +msgstr "" + +#: resources/views/install/config.blade.php:12 +msgid "Please fill out the form below to configure your site." +msgstr "" + +#: resources/views/install/config.blade.php:17 +msgid "Optional Plugins" +msgstr "" + +#: resources/views/install/config.blade.php:18 +msgid "Which plugins would you like to use on your site?" +msgstr "" + +#: resources/views/install/database.blade.php:11 +msgid "This site hasn't been install yet" +msgstr "" + +#: resources/views/install/database.blade.php:12 +msgid "You must finish the installation before using the site." +msgstr "" + +#: resources/views/install/database.blade.php:15 +msgid "1. Database setup" +msgstr "" + +#: resources/views/install/database.blade.php:16 +msgid "Please run the following command to configure your database" +msgstr "" + +#: resources/views/install/database.blade.php:17 +msgid "php artisan migrate:fresh" +msgstr "" + +#: resources/views/install/database.blade.php:20 +#: resources/views/photos/create.blade.php:53 +#: resources/views/photos/create.blade.php:105 +#: resources/views/photos/create.blade.php:131 +msgid "Next" +msgstr "" + +#: resources/views/layouts/navigation.blade.php:35 +#: resources/views/me/navigation.blade.php:1 +msgid "Profile" +msgstr "" + +#: resources/views/layouts/navigation.blade.php:36 +msgid "Messages" +msgstr "" + +#: resources/views/layouts/navigation.blade.php:37 +msgid "Notifications" +msgstr "" + +#: resources/views/layouts/navigation.blade.php:38 +#: resources/views/me/navigation.blade.php:13 +#: resources/views/me/navigation.blade.php:16 +msgid "Settings" +msgstr "" + +#: resources/views/layouts/navigation.blade.php:40 +msgid "Logout" +msgstr "" + +#: resources/views/me/address.blade.php:24 +msgid "Country" +msgstr "" + +#: resources/views/me/address.blade.php:33 +msgid "Street Address" +msgstr "" + +#: resources/views/me/address.blade.php:37 +msgid "City" +msgstr "" + +#: resources/views/me/address.blade.php:42 +msgid "State" +msgstr "" + +#: resources/views/me/address.blade.php:46 +msgid "Zip Code" +msgstr "" + +#: resources/views/me/address.blade.php:50 +msgid "Contacts" +msgstr "" + +#: resources/views/me/address.blade.php:52 +msgid "Cell" +msgstr "" + +#: resources/views/me/address.blade.php:60 +msgid "Work" +msgstr "" + +#: resources/views/me/avatar.blade.php:14 +msgid "Current Picture" +msgstr "" + +#: resources/views/me/avatar.blade.php:28 +msgid "Change" +msgstr "" + +#: resources/views/me/navigation.blade.php:4 +msgid "General" +msgstr "" + +#: resources/views/me/navigation.blade.php:7 +msgid "Picture" +msgstr "" + +#: resources/views/me/navigation.blade.php:19 +msgid "Account" +msgstr "" + +#: resources/views/me/profile.blade.php:31 +msgid "Bio" +msgstr "" + +#: resources/views/me/settings.blade.php:21 +#: resources/views/me/settings.blade.php:23 +msgid "Language" +msgstr "" + +#: resources/views/me/settings.blade.php:31 +msgid "Timezone" +msgstr "" + +#: resources/views/news/create.blade.php:10 +msgid " Add new Family News" +msgstr "" + +#: resources/views/news/index.blade.php:9 +msgid "Add News" +msgstr "" + +#: resources/views/news/index.blade.php:35 +msgid "My News" +msgstr "" + +#: resources/views/news/index.blade.php:38 +msgid "Popular" +msgstr "" + +#: resources/views/news/index.blade.php:61 +msgid "Latest news from" +msgstr "" + +#: resources/views/photos/album.blade.php:16 +#: resources/views/photos/index.blade.php:16 +msgid "Dashboard" +msgstr "" + +#: resources/views/photos/album.blade.php:19 +#: resources/views/photos/index.blade.php:19 +msgid "Albums" +msgstr "" + +#: resources/views/photos/album.blade.php:22 +#: resources/views/photos/album.blade.php:71 +#: resources/views/photos/index.blade.php:22 +#: resources/views/photos/photo.blade.php:53 +msgid "People" +msgstr "" + +#: resources/views/photos/album.blade.php:25 +#: resources/views/photos/album.blade.php:74 +#: resources/views/photos/index.blade.php:25 +msgid "Places" +msgstr "" + +#: resources/views/photos/album.blade.php:33 +#: resources/views/photos/index.blade.php:33 +msgid "Top Rated" +msgstr "" + +#: resources/views/photos/album.blade.php:34 +#: resources/views/photos/index.blade.php:34 +msgid "Most Viewed" +msgstr "" + +#: resources/views/photos/album.blade.php:46 +#, python-format +msgid "Created %s" +msgstr "" + +#: resources/views/photos/album.blade.php:47 +#, python-format +msgid "%d photo" +msgid_plural "%d photos" +msgstr[0] "" +msgstr[1] "" + +#: resources/views/photos/album.blade.php:64 +#: resources/views/photos/photo.blade.php:21 +msgid "Details" +msgstr "" + +#: resources/views/photos/create.blade.php:25 +#: resources/views/photos/create.blade.php:31 +msgid "Album" +msgstr "" + +#: resources/views/photos/create.blade.php:26 +msgid "Upload your photos to a new or existing album" +msgstr "" + +#: resources/views/photos/create.blade.php:43 +msgid "Existing Album" +msgstr "" + +#: resources/views/photos/create.blade.php:71 +msgid "Upload Photos" +msgstr "" + +#: resources/views/photos/create.blade.php:72 +msgid "Choose 1 or more photos to upload" +msgstr "" + +#: resources/views/photos/create.blade.php:82 +msgid "Select photos to upload" +msgstr "" + +#: resources/views/photos/create.blade.php:104 +#: resources/views/photos/create.blade.php:130 +msgid "Previous" +msgstr "" + +#: resources/views/photos/create.blade.php:122 +msgid "Finishing Up" +msgstr "" + +#: resources/views/photos/create.blade.php:123 +msgid "" +"Your photos have been uploaded successfully. Feel free to tag people and" +" add comments." +msgstr "" + +#: resources/views/photos/create.blade.php:128 +msgid "Success" +msgstr "" + +#: resources/views/photos/index.blade.php:40 +msgid "Latest" +msgstr "" + +#: resources/views/photos/index.blade.php:92 +msgid "On This Day" +msgstr "" + +#: resources/views/photos/photo.blade.php:18 +#: resources/views/videos/show.blade.php:24 +msgid "Comments" +msgstr "" + +#: resources/views/recipes/category-create.blade.php:9 +msgid "Add Category" +msgstr "" + +#: resources/views/recipes/category-create.blade.php:27 +#: resources/views/recipes/create.blade.php:59 +msgid "Add" +msgstr "" + +#: resources/views/recipes/create.blade.php:9 +#: resources/views/recipes/index.blade.php:9 +msgid "Add Recipe" +msgstr "" + +#: resources/views/recipes/create.blade.php:21 +msgid "Thumbnail" +msgstr "" + +#: resources/views/recipes/create.blade.php:32 +msgid "Category" +msgstr "" + +#: resources/views/recipes/create.blade.php:43 +msgid "New Category" +msgstr "" + +#: resources/views/recipes/create.blade.php:48 +#: resources/views/recipes/show.blade.php:24 +msgid "Ingredients" +msgstr "" + +#: resources/views/recipes/create.blade.php:50 +msgid "Add ingredient" +msgstr "" + +#: resources/views/recipes/create.blade.php:53 +#: resources/views/recipes/show.blade.php:20 +msgid "Directions" +msgstr "" + +#: resources/views/tree/empty.blade.php:12 +msgid "Start Family Tree" +msgstr "" + +#: resources/views/tree/empty.blade.php:15 +msgid "You do not have a Family Tree record yet." +msgstr "" + +#: resources/views/tree/empty.blade.php:16 +msgid "" +"Please verify the information below and make any changes or additions as " +"needed." +msgstr "" + +#: resources/views/tree/empty.blade.php:17 +msgid "Notice that your Member record and Family Tree record are different." +msgstr "" + +#: resources/views/tree/empty.blade.php:29 +#: resources/views/tree/index.blade.php:51 +msgid "First and optional Middle Name" +msgstr "" + +#: resources/views/tree/empty.blade.php:33 +#: resources/views/tree/index.blade.php:55 +msgid "Surname" +msgstr "" + +#: resources/views/tree/empty.blade.php:37 +#: resources/views/tree/index.blade.php:63 +msgid "Suffix" +msgstr "" + +#: resources/views/tree/empty.blade.php:42 +#: resources/views/tree/index.blade.php:68 +msgid "Sex" +msgstr "" + +#: resources/views/tree/empty.blade.php:50 +#: resources/views/tree/index.blade.php:76 +msgid "Male" +msgstr "" + +#: resources/views/tree/empty.blade.php:54 +#: resources/views/tree/index.blade.php:80 +msgid "Female" +msgstr "" + +#: resources/views/tree/empty.blade.php:58 +#: resources/views/tree/index.blade.php:84 +msgid "Not Listed or Prefer not to share" +msgstr "" + +#: resources/views/tree/empty.blade.php:63 +#: resources/views/tree/index.blade.php:103 +msgid "Date of Birth" +msgstr "" + +#: resources/views/tree/index.blade.php:31 +msgid "Add Relationship" +msgstr "" + +#: resources/views/tree/index.blade.php:39 +msgid "Create New Person" +msgstr "" + +#: resources/views/tree/index.blade.php:43 +msgid "Choose Existing Person" +msgstr "" + +#: resources/views/tree/index.blade.php:59 +msgid "Maiden Name" +msgstr "" + +#: resources/views/tree/index.blade.php:89 +msgid "Status" +msgstr "" + +#: resources/views/tree/index.blade.php:93 +#: resources/views/tree/individual.blade.php:20 +#: resources/views/tree/person.blade.php:57 +#: resources/views/tree/person.blade.php:63 +msgid "Living" +msgstr "" + +#: resources/views/tree/index.blade.php:97 +#: resources/views/tree/individual.blade.php:22 +msgid "Deceased" +msgstr "" + +#: resources/views/tree/index.blade.php:107 +msgid "Date of Death" +msgstr "" + +#: resources/views/tree/index.blade.php:112 +msgid "Parents" +msgstr "" + +#: resources/views/tree/index.blade.php:122 +msgid "Existing Member?" +msgstr "" + +#: resources/views/tree/index.blade.php:125 +msgid "Create New" +msgstr "" + +#: resources/views/tree/index.blade.php:138 +msgid "Close" +msgstr "" + +#: resources/views/tree/individual.blade.php:26 +msgid "View Tree" +msgstr "" + +#: resources/views/tree/individual.blade.php:49 +msgid "Alias" +msgstr "" + +#: resources/views/tree/individual.blade.php:52 +msgid "Nickname" +msgstr "" + +#: resources/views/tree/individual.blade.php:56 +#: resources/views/tree/individual.blade.php:84 +#: resources/views/tree/individual.blade.php:116 +#: resources/views/tree/individual.blade.php:142 +msgid "Events, Media, More" +msgstr "" + +#: resources/views/tree/individual.blade.php:64 +#: resources/views/tree/individual.blade.php:92 +#: resources/views/tree/individual.blade.php:124 +#: resources/views/tree/individual.blade.php:150 +msgid "Add Event" +msgstr "" + +#: resources/views/tree/individual.blade.php:71 +msgid "Birth" +msgstr "" + +#: resources/views/tree/individual.blade.php:79 +#: resources/views/tree/individual.blade.php:108 +msgid "unknown" +msgstr "" + +#: resources/views/tree/individual.blade.php:99 +msgid "Death" +msgstr "" + +#: resources/views/tree/individual.blade.php:111 +#: resources/views/tree/individual.blade.php:137 +msgid "none" +msgstr "" + +#: resources/views/tree/person.blade.php:9 +msgid "Add Parent" +msgstr "" + +#: resources/views/tree/person.blade.php:15 +msgid "Add Spouse" +msgstr "" + +#: resources/views/tree/person.blade.php:21 +msgid "Add Sibling" +msgstr "" + +#: resources/views/tree/person.blade.php:27 +msgid "Add Child" +msgstr "" + +#: resources/views/tree/person.blade.php:61 +#, python-format +msgid "Died in %d" +msgstr "" + +#: resources/views/videos/create.blade.php:10 +msgid "Upload Video" +msgstr "" + +#: resources/views/videos/create.blade.php:22 +msgid "Select a video to upload" +msgstr "" + +#: resources/views/videos/show.blade.php:18 +#, python-format +msgid "" +"To view this video please enable JavaScript, and consider upgrading to a " +"web browser that %s supports HTML5 video %s" +msgstr "" + diff --git a/lang/messages.pot b/lang/messages.pot index 7b864867..24060261 100644 --- a/lang/messages.pot +++ b/lang/messages.pot @@ -11,11 +11,10 @@ msgstr "" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" -"Language: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" +"Content-Type: text/plain; charset=utf8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" #: app/Calendar.php:27 msgid "Sunday" diff --git a/lang/xx_XX/LC_MESSAGES/messages.mo b/lang/xx_XX/LC_MESSAGES/messages.mo index dfc29cb5bf131dcd8c5d716c230a72c5e542b91b..be33fc86eb9314f752637502a5cfac708e8fc6c5 100644 GIT binary patch delta 4373 zcmYk;eNfd^9>?)RtRkTD48mqy5)rJ6S47lXx?+}6HrZ(8W{Y!IZmbFz#x>SI{25MR zxmZRf!%jMFW;oe{;chvu79%rmTC2s5Tbi5OgAepv} z{$$}S)VzyuA~xVq+@9t7?j50^oxhKY=wno*1E>d;H?r%}Q2k>t1xr!=Gf+o$2P&XnqZY0) z>rok5gIahkD&RK1?zwgf+Tqiv$e%$)x(l`79`mo(e;5^TKWgDKNUUxE6~GnL0`csE zY`a9%d{?8!6=Ew+#gW`Ux1WM`as(CODO4bznct!Uyo_2np8Q{fsi=u3pfWPWoP!#F zH!8py$Txfy?>n)6!~^@2WscL@G9Jk_u%XJ7^d^i4Q2|pz%EqEdr*P& zqBioL^`Arq^cm{8FHiwoLQfsTM)?b-pz3*8iUp_#=A#0<7qx?kxeT>X6Ds9vP|vTk zdK)TZ?WlRWP#fEcnrF`_@~?^a(Vz(qq8{i&y`S%)`p=*i`W%&!uTgKqcc}3hyzJU} z0B2(em5~@~;q|EbA4lzci`94L+WWto1}(4`Ic9eNwUd6-L?^9&9u@gFR=cd3QF;}$j4pe4_S3-SNq@X<5B&ykdK?gA3a!$ zdaoN$3pAkueh{^=huYX?t3Qhx*Mr)?J|rN|y+uI}9y9-G13os-TKiWRVBAHkXY&iR zoccAW9X*QLKo?HJzo72O0O~Cn&O58Xv(0=QqW8a;LNgtugAJq(2VW~xU_Gb>_G1~o zW9>hg3HknxQcye2M%|er)RC5B5Gzputwd#DGbVZzIw>f{e?q0`1=K_@p#nKz{fF^x z>hGW~TVcR|t{Qdri&5k6LmkciSc1(s1-Ic-cmi+66-48;QP@L46HmL=Ptj&nKwYT2 zupPPJ?hRB%-bY=glNgC}?gDDuZH4}hYmp1@noxJ)4@k^z8!7__QAc&Ako;42m-(X! z3dZ`cUl_IEd{p~#oQ&&HJKcx6<$b7tj-!s~161lSn3qsTFr>&2INdBjekNR~$n#Tu zvvu5s+!t4iIoOH{pv&q#s2`Q1r~v+jT6h4J`X9|9-?P*qXL|c3glMv9!#RX9JO!^c~RUWn2ftH zgZtR0!5WO>ChS86xPWgX z&A${qrM!uP0$7j3aVw6%9jJv~Lp^u^b$0Js`zNRczq0ye)Hh^8sXso93h-9c1{Ro0 zQ0uHHCI3o!3k_PR6;*FXrEDu|;cgs>Z=fbRjGDL~HU1;i__L^^xn%uG6a0lTP#FoJ z-iC3g@wZPP|Jr#C4Rdi7DkJ+b1>Z$2a2mDqb5_5M3S?-=UmzWI`}0v7nTDEYw$-aq z<0DpYz%ca|kAlA0dXS*q1^g9`n#ik&i%G3a8$&I;5z}!CDg)i92@jx-;0WepKl01$en5SyIn<#|=mI z=b(OL##ntWHd0@RnR@>ZQP2)Pz$y4&)FlaVE+eoS6?v`MgbHXaw%`V<$MGLQjZa1` zoQs(_7IoHPYmb=^VG`@Rb_yBTiD|eSb*2ZAV|B++0mTuWGB6IcP#Nk7W}*VBLd~z9?TTva!tV_3=L_*nCO9WzVDjGhy1jILtZ+Tg6;hXb=Bzm3)h%1SFrLrJcsrQ_dO LnLW>yv}XSd0PDGa delta 5726 zcmYk;3w%%K9mnw}BAH7hk_Z|if8r97xK&z2;#T*%$AY-jeL>YCE-T$Jii#GMhSXYf zzpUui)MeFeR%{(rYBP1|Fr_Z5Zmv^p_4ECoU;5g4`R4sR=bZm}e$R8x`TJj*zG-gA z@@n4j5a%XWb;0dIoO9J^UBn7_4`c8VR>7F+&eg&ICSW_PfkQEX`KU`3VKi<;KI(R( zuKN+Tz>64;u{E6MencaltAt`bjKGFi5g#`*Q3Z9wO4!fLMGZI}E8|StKOY~XzZ7F} zE2@C^t^Wx|(!X58bHM`cutNiXgJD>)rf(Fg(m3naM$M?6?Qe}LtUZ>;?x>0MMqQ`B z9nV31?iuUPKuyH+tWjtOicuF@WBWIt3fPHtaTl_B?iA|0o2Y?qqY8O|T8VN@U$-n0 zwL-N~E1iZqFWvfH77fk3E2^S_s7gnmK3IUdmkaFpDvYAP-j2V6x>W~I1sz2Ve8Rkd zT9KQmfp4J-e(3i-7ZUH!uo9~BXjG*MsDc`p&Fy#ws^D&@fwNKfcm%3|eAEClQ4jA6 zsOv39omYbMa63lw{JCa4(wb=&s=~ggLI#^-QMX_!YT%hz2VX>8cmrxh-ZJ;0&Od@G z@C53XokN{}8#UfT3}<{7QQNOP)~tz|c>8Xy6+CZVSTb7*M5`KbOLIG4;(}-?Qzr$PMV*g2D*$|@|&p7-?9Ef z)QW|$T)IvqYMgk~bsE%R{dM6qcIW~vQ6FfHdOy3Mj%T9=8iHDp(Wtj!9P0c?iF&_sXc6;b{8MAl!G1lXYgl2K283)D=yp)SYHsFHo>!)f#CtZtgsVmz#`P=Uq?NR>pU8&d>3jahfsx_K%IEjyoB0+1A|L!`ybl= zP?keW8-bc}4b*F!gc>*R#CDi$04H$>kZ@ z>Uaj`U zOYk#seSsp#7fjX+l*SGy;vEKqRu;Q{VS-M-$D%-+SD&J2KBjA)UE7@k(h(} z#v6}1{ybLE`@f8aDtZ%x1DktMD{>e$@Cj7K=dFJYHN$(T!b6(*g+^l}{RA@=qv&U# z3hspr?1rI!f4Ye@RKPsc083E+Ul*fhz8&=}?8Sw69Q6$3H1}sR5mlgvQTVd?2CBgA zSQYmm-%;*E)OBxQtlt0oYG7qvYJDIPRbdmnvOzEWH#zL3$0&*I)8)p-^RA|-}7kj&)wxuQ%vF4M0*^H*|-{2z*ndXJU~5+ zVSJ&h@C4LMTA&K)ggURUnQQwepb9In{hsajmeA1BmY`<51>T@Ni*Lo9jeb4Qnp^EpQ20nnA*=g&4i7F(t zjX#4bsDf&uK9^!XX~#R8eQf^_)c-N#tY3&z=&!_TdjG??5sB=GM<(Ukq8^fb)N4|L zs(iCqiYjP7&cegi@0{VE-y2m}E^5UlAg8!FwttU#04p)RJ4Qn@K7)E_Zldm~Yv=zz zAB`%gGwL4Zp$aQNE%7{5K}%5ADYoO=?D!tcW&eKEvsOFP|J(rdbnkO%=z4g(~O+tc^!70k5J~B)o%v>tc|f4ekZqe{DO1 ze|g%?o2XlHkmwt19r+_^MSe{FK(x&xb%HH^#$hiq#`2=q?3*B z=F`a|9}&&85lJQ5PWZSD7^bq>v?|)PTC>R~PERfFwMu<+Lq?G)}_I-*W6gC6*k}t^5$V{@8XsbfXan65( zJ^xQ3c!O+*9-y-ASsH&MS4cnGc?yS+nq;!=(`)s*wco7dSH{S zAAJ7SSmza7M)a!vkLU@0K(w9lam~!P&4yT&bhUmByh!w#=|7yIz^v4z?kt`wFE|A}l&&WSWG10cl$Nds- zX#SBj{;8c@s0X}ADv%g5n7l)3k)`C%WFy&4v<)Kx@-AsdenOrg<;iF=o^&9;Cfb&h zfx(vlTk>Jq`k!TIYjTdHk#XebB#C@L7Lk$UHYwW{(1^9pN^@V?L41x3C$EuBB!Y}0 z!7b2n?AXARais-S7snKRS1+-sYf@g+;K6~M{83W_+2f`a\n" -"Language: XX Wrap Testing\n" +"Language: xx_XX\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" From c30e3f9669d137e5888079cbd2757668a02dbdfa Mon Sep 17 00:00:00 2001 From: Olivier LEVILLAIN Date: Sat, 5 Aug 2023 20:12:46 +0200 Subject: [PATCH 3/5] french version --- lang/fr/LC_MESSAGES/messages.mo | Bin 14345 -> 15059 bytes lang/fr/LC_MESSAGES/messages.po | 394 +++++++++++++++++--------------- 2 files changed, 213 insertions(+), 181 deletions(-) diff --git a/lang/fr/LC_MESSAGES/messages.mo b/lang/fr/LC_MESSAGES/messages.mo index c304586291f613dbc0e40e1e6087535861b3b6f1..cbe940a9a15aa2acd8f8440a1e2dc9859494eceb 100644 GIT binary patch delta 6154 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 Date: Sat, 5 Aug 2023 20:12:46 +0200 Subject: [PATCH 4/5] french version --- lang/fr/LC_MESSAGES/messages.po | 1304 ------------------------------- 1 file changed, 1304 deletions(-) diff --git a/lang/fr/LC_MESSAGES/messages.po b/lang/fr/LC_MESSAGES/messages.po index 9687ee69..e69de29b 100644 --- a/lang/fr/LC_MESSAGES/messages.po +++ b/lang/fr/LC_MESSAGES/messages.po @@ -1,1304 +0,0 @@ -# Translation for Family Connections -# Copyright (C) 2007 Haudenschilt LLC -# This file is distributed under the same license as the Family Connections -# package. -# -msgid "" -msgstr "" -"Project-Id-Version: 4.0.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-06 16:43+0000\n" -"PO-Revision-Date: 2023-07-29 19:27+0200\n" -"Last-Translator: Olivier LEVILLAIN \n" -"Language: fr_FR\n" -"Language-Team: fr \n" -"Plural-Forms: nplurals=2; plural=n != 1\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.6.0\n" - -#: app/Calendar.php:27 -msgid "Sunday" -msgstr "Dimanche" - -#: app/Calendar.php:28 -msgid "Monday" -msgstr "Lundi" - -#: app/Calendar.php:29 -msgid "Tuesday" -msgstr "Mardi" - -#: app/Calendar.php:30 -msgid "Wednesday" -msgstr "Mercredi" - -#: app/Calendar.php:31 -msgid "Thursday" -msgstr "Jeudi" - -#: app/Calendar.php:32 -msgid "Friday" -msgstr "Vendredi" - -#: app/Calendar.php:33 -msgid "Saturday" -msgstr "Samedi" - -#: app/Calendar.php:352 -#, php-format, python-format -msgid "Turns %d year old today." -msgid_plural "Turns %d years old today." -msgstr[0] "Va avoir %d an aujourd'hui" -msgstr[1] "Va avoir %d ans aujourd'hui" - -#: app/Calendar.php:355 -msgid "Was born today." -msgstr "Est né.e aujourd'hui" - -#: app/FamilyTree.php:273 -msgid "unknown parent" -msgstr "parent inconnu" - -#: app/FamilyTree.php:283 app/FamilyTree.php:291 -#, php-format, python-format -msgid "Add a parent for %s" -msgstr "Ajouter un parent à %s" - -#: app/FamilyTree.php:284 app/FamilyTree.php:292 -#, php-format, python-format -msgid "Add a spouse for %s" -msgstr "Ajouter une épouse à %s" - -#: app/FamilyTree.php:285 app/FamilyTree.php:293 -#, php-format, python-format -msgid "Add a sibling for %s" -msgstr "Ajouter une frère ou une soeur à %s" - -#: app/FamilyTree.php:286 app/FamilyTree.php:294 -#, php-format, python-format -msgid "Add a child for %s and %s" -msgstr "Ajouter un enfant à %s et %s" - -#: app/Http/Controllers/AdminMemberController.php:61 -#: resources/views/admin/members-index.blade.php:37 -msgid "Yes" -msgstr "Oui" - -#: app/Http/Controllers/AdminMemberController.php:61 -#: resources/views/admin/members-index.blade.php:39 -msgid "No" -msgstr "Non" - -#: app/Http/Controllers/FamilyTreeController.php:119 -#: resources/views/tree/empty.blade.php:46 -#: resources/views/tree/index.blade.php:72 -msgid "Unknown" -msgstr "Inconnu" - -#: app/Http/Controllers/InstallController.php:133 -#: app/Http/Controllers/InstallController.php:139 -msgid "Home" -msgstr "Accueil" - -#: resources/views/me/address.blade.php:56 -msgid "Home" -msgstr "Domicile" - -#: app/Http/Controllers/InstallController.php:145 -msgid "Calendar" -msgstr "Calendrier" - -#: app/Http/Controllers/InstallController.php:151 -#: app/Http/Controllers/InstallController.php:229 -#: resources/views/admin/members-index.blade.php:6 -#: resources/views/members/index.blade.php:6 -msgid "Members" -msgstr "Membres" - -#: app/Http/Controllers/InstallController.php:157 -msgid "Address Book" -msgstr "Carnet d'adresses" - -#: app/Http/Controllers/InstallController.php:163 -msgid "Communicate" -msgstr "Communiquer" - -#: app/Http/Controllers/InstallController.php:169 -#: resources/views/discussions/index.blade.php:7 -msgid "Discussions" -msgstr "Discussions" - -#: app/Http/Controllers/InstallController.php:175 -msgid "Share" -msgstr "Partager" - -#: app/Http/Controllers/InstallController.php:181 -#: resources/views/photos/album.blade.php:7 -#: resources/views/photos/create.blade.php:77 -#: resources/views/photos/index.blade.php:7 -msgid "Photos" -msgstr "Photos" - -#: app/Http/Controllers/InstallController.php:187 -#: resources/views/videos/index.blade.php:8 -msgid "Videos" -msgstr "Vidéos" - -#: app/Http/Controllers/InstallController.php:193 -msgid "Misc." -msgstr "Divers" - -#: app/Http/Controllers/InstallController.php:199 -#: resources/views/contact.blade.php:9 -msgid "Contact" -msgstr "Contact" - -#: app/Http/Controllers/InstallController.php:205 -msgid "Help" -msgstr "Aide" - -#: app/Http/Controllers/InstallController.php:211 -msgid "Admin" -msgstr "Admin" - -#: app/Http/Controllers/InstallController.php:217 -msgid "Upgrade" -msgstr "Mettre à niveau" - -#: app/Http/Controllers/InstallController.php:223 -msgid "Configuration" -msgstr "Configuration" - -#: app/Http/Controllers/InstallController.php:235 -msgid "Photo Gallery" -msgstr "Galerie Photo" - -#: app/Http/Controllers/InstallController.php:241 -#: resources/views/admin/polls-index.blade.php:6 -msgid "Polls" -msgstr "Sondages" - -#: app/Http/Controllers/InstallController.php:247 -msgid "Facebook" -msgstr "" - -#: app/Http/Controllers/InstallController.php:253 -msgid "Google" -msgstr "" - -#: app/Http/Controllers/InstallController.php:259 -msgid "Instagram" -msgstr "" - -#: app/Http/Controllers/InstallController.php:268 -#: resources/views/install/config.blade.php:21 -msgid "Family News" -msgstr "Nouvelles de la Famille" - -#: app/Http/Controllers/InstallController.php:273 -#: resources/views/install/config.blade.php:37 -msgid "Prayer Concerns" -msgstr "Prières" - -#: app/Http/Controllers/InstallController.php:280 -#: resources/views/install/config.blade.php:25 -#: resources/views/recipes/index.blade.php:7 -msgid "Recipes" -msgstr "Recettes" - -#: app/Http/Controllers/InstallController.php:285 -#: resources/views/install/config.blade.php:29 -msgid "Family Tree" -msgstr "Arbre généalogique" - -#: app/Http/Controllers/InstallController.php:290 -#: resources/views/documents/index.blade.php:16 -#: resources/views/install/config.blade.php:33 -msgid "Documents" -msgstr "Documents" - -#: app/Http/Controllers/LoginController.php:54 -#: app/Http/Controllers/RegisterController.php:46 -msgid "Email is required." -msgstr "L'email est obligatoire" - -#: app/Http/Controllers/LoginController.php:55 -#: app/Http/Controllers/RegisterController.php:47 -msgid "Password is required." -msgstr "Le mot de passe est obligatoire" - -#: app/Http/Controllers/LoginController.php:63 -msgid "Not so fast." -msgstr "Pas si vite" - -#: app/Http/Controllers/LoginController.php:64 -msgid "" -"Your account isn't active yet. Your website administrator must activate " -"your account before you can login and begin using the website." -msgstr "" -"Ton compte n'est pas encore activé. L'administrateur du site doit " -"activerton compte avant que tu puisses te connecter et commencer à " -"utiliser le site" - -#: app/Http/Controllers/LoginController.php:83 -msgid "Oops!" -msgstr "Oups!" - -#: app/Http/Controllers/LoginController.php:84 -msgid "" -"That login information wasn't quite right. Be sure and check that you " -"typed your email/password correctly." -msgstr "" -"Ces informations de connexion ne sont pas bonnes. Vérifie que tu as tapé " -"ton email et ton mot de passe correctement" - -#: app/Http/Controllers/MeController.php:97 -msgid "Uploaded avatar must be an image." -msgstr "L'avatar téléversé doit être une image" - -#: app/Http/Controllers/MeController.php:98 -msgid "You must upload an avatar or choose an existing avatar from the list." -msgstr " -"Tu dois téléverser un avater ou bien choisir un avatar existant dans la " -"liste" - -#: app/Http/Controllers/MeController.php:311 -msgid "Arabic" -msgstr "Arabe" - -#: app/Http/Controllers/MeController.php:314 -msgid "Danish (Denmark)" -msgstr "Danois" - -#: app/Http/Controllers/MeController.php:317 -msgid "German (Germany)" -msgstr "Allemand (Allemagne)" - -#: app/Http/Controllers/MeController.php:320 -msgid "Spanish (Spain)" -msgstr "Espagnol (Espagne)" - -#: app/Http/Controllers/MeController.php:323 -msgid "English" -msgstr "Anglais" - -#: app/Http/Controllers/MeController.php:326 -msgid "French (France)" -msgstr "Français (France)" - -#: app/Http/Controllers/MeController.php:329 -msgid "Italian (Italy)" -msgstr "Italien" - -#: app/Http/Controllers/MeController.php:332 -msgid "Dutch (Netherlands)" -msgstr "Néerlandais (Pays-Bas)" - -#: app/Http/Controllers/MeController.php:335 -msgid "Portuguese (Brazil)" -msgstr "Portugais (Brésil)" - -#: app/Http/Controllers/MeController.php:338 -msgid "Russian (Russia)" -msgstr "Russe" - -#: app/Http/Controllers/MeController.php:341 -msgid "Slovak (Slovakia)" -msgstr "Slovaque" - -#: app/Http/Controllers/MeController.php:344 -msgid "Turkish (Turkey)" -msgstr "Turc" - -#: app/Http/Controllers/MeController.php:347 -msgid "XX (Test)" -msgstr "XX (Test)" - -#: app/Http/Controllers/RegisterController.php:48 -msgid "The passwords do not match." -msgstr "Les mots de passe ne correspondent pas." - -#: app/Http/Controllers/RegisterController.php:49 -msgid "Full Name is required." -msgstr "Le nom complet est obligatoire" - -#: app/Http/Controllers/RegisterController.php:50 -msgid "Birthday is required." -msgstr "La date de naissance est obligatoire" - -#: app/Mail/Registration.php:31 -#, php-format, python-format -msgid "%s Membership" -msgstr "Appartencance à %s" - -#: resources/views/addressbook/index.blade.php:23 -#: resources/views/me/address.blade.php:14 -#: resources/views/me/navigation.blade.php:10 -msgid "Address" -msgstr "Adresse" - -#: resources/views/addressbook/index.blade.php:33 -msgid "Cell Phone" -msgstr "Tel. Mobile" - -#: resources/views/addressbook/index.blade.php:42 -msgid "Home Phone" -msgstr "Tel. Fixe" - -#: resources/views/addressbook/index.blade.php:51 -msgid "Work Phone" -msgstr "Tel. Travail" - -#: resources/views/addressbook/index.blade.php:61 -msgid "A map view could not be created for this address." -msgstr "" -"Il n'a pas été possible de créer une vue cartographique pour cette " -"adresse." - -#: resources/views/admin/members-index.blade.php:11 -#: resources/views/admin/polls-index.blade.php:11 -msgid "Id" -msgstr "Id" - -#: resources/views/admin/members-index.blade.php:12 -#: resources/views/documents/create.blade.php:28 -#: resources/views/me/profile.blade.php:13 -#: resources/views/members/index.blade.php:11 -#: resources/views/photos/create.blade.php:33 -#: resources/views/recipes/category-create.blade.php:17 -#: resources/views/recipes/create.blade.php:17 -#: resources/views/tree/individual.blade.php:32 -msgid "Name" -msgstr "Nom" - -#: resources/views/admin/members-index.blade.php:13 -#: resources/views/members/index.blade.php:12 -msgid "Registered" -msgstr "Enregistré.e le" - -#: resources/views/admin/members-index.blade.php:14 -#: resources/views/members/index.blade.php:13 -msgid "Last Seen" -msgstr "Vu.e la dernière fois" - -#: resources/views/admin/members-index.blade.php:15 -msgid "Can Login?" -msgstr "Peut se connecter?" - -#: resources/views/admin/members-index.blade.php:16 -msgid "Access" -msgstr "Accès" - -#: resources/views/admin/members-index.blade.php:30 -#: resources/views/members/index.blade.php:23 -msgid "Never" -msgstr "Jamais" - -#: resources/views/admin/members-index.blade.php:55 -msgid "Loading..." -msgstr "Chargement..." - -#: resources/views/admin/polls-index.blade.php:12 -msgid "Question" -msgstr "Question" - -#: resources/views/admin/polls-index.blade.php:13 -#: resources/views/calendar/create.blade.php:22 -msgid "Date" -msgstr "Date" - -#: resources/views/admin/polls-index.blade.php:14 -msgid "Votes" -msgstr "Votes" - -#: resources/views/auth/login.blade.php:27 -#: resources/views/auth/register.blade.php:29 -#: resources/views/install/admin.blade.php:24 -msgid "Email" -msgstr "Email" - -#: resources/views/auth/login.blade.php:32 -#: resources/views/auth/register.blade.php:33 -#: resources/views/install/admin.blade.php:28 -msgid "Password" -msgstr "Mot de passe" - -#: resources/views/auth/login.blade.php:37 -msgid "Remember Me" -msgstr "Se souvenir de moi" - -#: resources/views/auth/login.blade.php:41 -msgid "Sign In" -msgstr "Connexion" - -#: resources/views/auth/login.blade.php:44 -msgid "Forgot Password" -msgstr "Mot de passe oublié" - -#: resources/views/auth/login.blade.php:46 -msgid "Register" -msgstr "S'enregistrer" - -#: resources/views/auth/register.blade.php:10 -msgid "Request Access" -msgstr "Demander l'accès" - -#: resources/views/auth/register.blade.php:11 -msgid "" -"In order to login and begin using the site, your administrator must " -"activate your account." -msgstr "" -"Pour pouvoir se connecter et commencer à utiliser ce site, ton " -"administrateur doit activer ton compte " - -#: resources/views/auth/register.blade.php:12 -msgid "Please fill out the form below to request access." -msgstr "Merci de remplir le formulaire ci-dessous pour demander accès" - -#: resources/views/auth/register.blade.php:21 -#: resources/views/calendar/create.blade.php:13 -#: resources/views/contact.blade.php:12 -#: resources/views/discussions/create.blade.php:13 -#: resources/views/documents/create.blade.php:13 -#: resources/views/install/admin.blade.php:19 -#: resources/views/me/address.blade.php:17 -#: resources/views/me/avatar.blade.php:17 -#: resources/views/me/profile.blade.php:16 -#: resources/views/me/settings.blade.php:15 -#: resources/views/news/create.blade.php:13 -#: resources/views/recipes/category-create.blade.php:12 -#: resources/views/recipes/create.blade.php:12 -#: resources/views/tree/empty.blade.php:22 -#: resources/views/tree/index.blade.php:9 -#: resources/views/videos/create.blade.php:13 -msgid "An error has occurred" -msgstr "Une erreur est survenue" - -#: resources/views/auth/register.blade.php:37 -#: resources/views/install/admin.blade.php:32 -msgid "Confirm Password" -msgstr "Confirmer le mote de passe" - -#: resources/views/auth/register.blade.php:41 -#: resources/views/install/admin.blade.php:36 -#: resources/views/me/profile.blade.php:23 -msgid "Full Name" -msgstr "Nom complet" - -#: resources/views/auth/register.blade.php:45 -#: resources/views/install/admin.blade.php:40 -#: resources/views/me/profile.blade.php:27 -msgid "Display Name" -msgstr "Nom affiché" - -#: resources/views/auth/register.blade.php:47 -#: resources/views/install/admin.blade.php:42 -#: resources/views/me/profile.blade.php:29 -msgid "" -"What do you want to be called on the site? Leave blank if it is the same" -" as Full Name." -msgstr "" -"Comment veux-tu être appelé sur le site? Laisse en blanc si c'est par ton" -" nom complet" - -#: resources/views/auth/register.blade.php:50 -#: resources/views/install/admin.blade.php:45 -#: resources/views/me/profile.blade.php:35 -msgid "Birthday" -msgstr "Anniversaire" - -#: resources/views/calendar/create.blade.php:10 -msgid "Create New Event" -msgstr "Créer un nouvel évènement" - -#: resources/views/calendar/create.blade.php:14 -#: resources/views/contact.blade.php:13 -#: resources/views/discussions/create.blade.php:14 -#: resources/views/documents/create.blade.php:14 -#: resources/views/install/admin.blade.php:20 -#: resources/views/news/create.blade.php:14 -#: resources/views/recipes/category-create.blade.php:13 -#: resources/views/recipes/create.blade.php:13 -#: resources/views/tree/empty.blade.php:23 -#: resources/views/videos/create.blade.php:14 -msgid "Please fill out the required fields below." -msgstr "Merci de renseigner les champs obligatoires ci-dessous" - -#: resources/views/calendar/create.blade.php:18 -#: resources/views/discussions/create.blade.php:18 -#: resources/views/news/create.blade.php:18 -#: resources/views/videos/create.blade.php:29 -msgid "Title" -msgstr "Titre" - -#: resources/views/calendar/create.blade.php:55 -msgid "Repeat Every Year" -msgstr "Répéter tous les ans" - -#: resources/views/calendar/create.blade.php:62 -msgid "Private" -msgstr "Privé" - -#: resources/views/calendar/create.blade.php:69 -msgid "Invite Guests" -msgstr "Inviter des amis" - -#: resources/views/calendar/create.blade.php:77 -#: resources/views/me/address.blade.php:66 -#: resources/views/me/avatar.blade.php:61 -#: resources/views/me/profile.blade.php:42 -#: resources/views/me/settings.blade.php:44 -#: resources/views/tree/empty.blade.php:66 -#: resources/views/tree/index.blade.php:139 -msgid "Save" -msgstr "Enregistrer" - -#: resources/views/calendar/create.blade.php:79 -msgid "More Options" -msgstr "Plus d'options" - -#: resources/views/calendar/day.blade.php:10 -#: resources/views/calendar/index.blade.php:10 -#: resources/views/calendar/week.blade.php:10 -msgid "Day" -msgstr "Jour" - -#: resources/views/calendar/day.blade.php:11 -#: resources/views/calendar/index.blade.php:11 -#: resources/views/calendar/week.blade.php:11 -msgid "Week" -msgstr "Semaine" - -#: resources/views/calendar/day.blade.php:12 -#: resources/views/calendar/index.blade.php:12 -#: resources/views/calendar/week.blade.php:12 -msgid "Month" -msgstr "Mois" - -#: resources/views/calendar/day.blade.php:15 -#: resources/views/calendar/index.blade.php:15 -#: resources/views/calendar/week.blade.php:15 -msgid "Today" -msgstr "Aujourd'hui" - -#: resources/views/calendar/sidebar.blade.php:4 -msgid "Create Event" -msgstr "Créer un évènemenet" - -#: resources/views/calendar/sidebar.blade.php:8 -msgid "Categories" -msgstr "Catégories" - -#: resources/views/components/empty-state.blade.php:3 -msgid "Nothing is here" -msgstr "Il n'y a rien ici" - -#: resources/views/components/empty-state.blade.php:4 -msgid "Looks like no one has added anything here yet." -msgstr "Il semble que personne n'a encore rien ajouté ici" - -#: resources/views/contact.blade.php:17 -msgid "Subject" -msgstr "Sujet" - -#: resources/views/contact.blade.php:21 -msgid "Message" -msgstr "Message" - -#: resources/views/contact.blade.php:26 -msgid "Send" -msgstr "Envoyer" - -#: resources/views/discussions/create.blade.php:10 -msgid "Create New Discussion" -msgstr "Créer une discussion" - -#: resources/views/discussions/index.blade.php:9 -msgid "New Discussion" -msgstr "Nouvelle discussion" - -#: resources/views/discussions/index.blade.php:33 -#, python-format -msgid "%s view" -msgid_plural "%s views" -msgstr[0] "vu %s fois" -msgstr[1] "vu %s fois" - -#: resources/views/discussions/show.blade.php:14 -msgid "Reply" -msgstr "Répondre" - -#: resources/views/discussions/show.blade.php:16 -#: resources/views/news/show.blade.php:9 -msgid "Back" -msgstr "Retour" - -#: resources/views/discussions/show.blade.php:20 -#: resources/views/news/show.blade.php:13 -#: resources/views/tree/individual.blade.php:61 -#: resources/views/tree/individual.blade.php:89 -#: resources/views/tree/individual.blade.php:121 -#: resources/views/tree/individual.blade.php:147 -msgid "Edit" -msgstr "Editer" - -#: resources/views/discussions/show.blade.php:21 -#: resources/views/news/show.blade.php:14 -msgid "Delete" -msgstr "Supprimer" - -#: resources/views/documents/create.blade.php:10 -msgid "Upload Document" -msgstr "Téléverser un document" - -#: resources/views/documents/create.blade.php:21 -msgid "Select a document to upload" -msgstr "Sélectionner un document à téléverser" - -#: resources/views/documents/create.blade.php:24 -#: resources/views/photos/create.blade.php:85 -#: resources/views/videos/create.blade.php:25 -msgid "or drag and drop it here" -msgstr "ou le glisser-déposer ici" - -#: resources/views/documents/create.blade.php:32 -#: resources/views/photos/album.blade.php:67 -#: resources/views/photos/create.blade.php:37 -#: resources/views/recipes/category-create.blade.php:21 -#: resources/views/tree/individual.blade.php:131 -#: resources/views/videos/create.blade.php:33 -msgid "Description" -msgstr "Description" - -#: resources/views/documents/create.blade.php:37 -#: resources/views/documents/index.blade.php:85 -#: resources/views/me/avatar.blade.php:32 -#: resources/views/photos/album.blade.php:9 -#: resources/views/photos/index.blade.php:9 -#: resources/views/videos/create.blade.php:38 -#: resources/views/videos/index.blade.php:10 -msgid "Upload" -msgstr "Téléverser" - -#: resources/views/documents/index.blade.php:9 -msgid "Folders" -msgstr "Dossiers" - -#: resources/views/documents/index.blade.php:17 -#: resources/views/documents/index.blade.php:26 -#: resources/views/documents/index.blade.php:35 -#: resources/views/documents/index.blade.php:44 -#: resources/views/documents/index.blade.php:53 -#, python-format -msgid "%d Files" -msgstr "%d Fichiers" - -#: resources/views/documents/index.blade.php:25 -msgid "Presentation" -msgstr "Présentations" - -#: resources/views/documents/index.blade.php:34 -msgid "Archives" -msgstr "Archives" - -#: resources/views/documents/index.blade.php:43 -msgid "Multimedia" -msgstr "Multimédia" - -#: resources/views/documents/index.blade.php:52 -msgid "Other" -msgstr "Autres" - -#: resources/views/documents/index.blade.php:58 -#: resources/views/news/index.blade.php:16 -msgid "Recent" -msgstr "Récent" - -#: resources/views/emails/contact-text.blade.php:4 -msgid "Sent from Family Connections" -msgstr "Envoyé depuis Family Connections" - -#: resources/views/emails/registration-text.blade.php:1 -#: resources/views/emails/registration.blade.php:1 -#, python-format -msgid "Dear %s," -msgstr "Cher.e %s," - -#: resources/views/emails/registration-text.blade.php:3 -#: resources/views/emails/registration.blade.php:2 -#, python-format -msgid "Thank you for registering at %s." -msgstr "Merci de t'être enregistré.e sur %s" - -#: resources/views/emails/registration-text.blade.php:5 -#: resources/views/emails/registration.blade.php:3 -msgid "" -"In order to login and begin using the site, your administrator must " -"activate your account. You will get an email when this has been done." -msgstr "" -"Pour pouvoir te connecter et commencer à utiliser le site, " -"l'administrateur doitactiver ton compte. Tu recevras un email lorsque ce " -"sera fait." - -#: resources/views/emails/registration-text.blade.php:7 -#: resources/views/emails/registration.blade.php:5 -msgid "Thanks," -msgstr "Merci," - -#: resources/views/emails/registration-text.blade.php:8 -#: resources/views/emails/registration.blade.php:6 -#, python-format -msgid "The %s Webmaster" -msgstr "Le Webmaster de %s" - -#: resources/views/emails/registration-text.blade.php:10 -#: resources/views/emails/registration.blade.php:9 -msgid "This is an automated response, please do not reply." -msgstr "Ceci est une réponse automatique, merci de ne pas y répondre." - -#: resources/views/home.blade.php:23 -#, python-format -msgid "%s has added a new address." -msgstr "%s a ajouté une nouvelle adresse" - -#: resources/views/home.blade.php:26 -#, python-format -msgid "%s has started a new discussion." -msgstr "%s a démarré une nouvelle discussion." - -#: resources/views/home.blade.php:29 -#, python-format -msgid "%s has added some new photos." -msgstr "%s a ajouté de nouvelles photos." - -#: resources/views/home.blade.php:32 -#, python-format -msgid "%s has joined the site." -msgstr "%s a rejoint le site." - -#: resources/views/home.blade.php:78 -msgid "Latest Poll" -msgstr "Dernier Sondage" - -#: resources/views/home.blade.php:106 -msgid "Vote" -msgstr "Voter" - -#: resources/views/install/admin.blade.php:11 -msgid "3. Create Admin User" -msgstr "3. Créer un utilisateur d'admin" - -#: resources/views/install/admin.blade.php:12 -msgid "" -"Everyone will be required to have an account and be logged in at all " -"times to use this website. This will help protect your site." -msgstr "" -"Tout le monde devra avoir un compte et s'y connecter à chaque foispour " -"pouvoir utiliser ce site web. Cela aidera à protéger le site." - -#: resources/views/install/admin.blade.php:13 -msgid "" -"You must have at least one administrative account. Please fill out the " -"information below for the person who will be the administrator of this " -"site." -msgstr "" -"Il doit y avoir au moins un compte administrateur. Merci de remplir " -"lesinformations ci-dessous pour la personne qui va administrer ce site" - -#: resources/views/install/config.blade.php:11 -msgid "2. Site Configuration" -msgstr "2. Configuration du site" - -#: resources/views/install/config.blade.php:12 -msgid "Please fill out the form below to configure your site." -msgstr "Merci de remplir le formulaire ci-dessous pour configurer votre site." - -#: resources/views/install/config.blade.php:17 -msgid "Optional Plugins" -msgstr "Plugins optionnels" - -#: resources/views/install/config.blade.php:18 -msgid "Which plugins would you like to use on your site?" -msgstr "Quel plugins voudrais tu utiliser sur ton site?" - -#: resources/views/install/database.blade.php:11 -msgid "This site hasn't been install yet" -msgstr "Ce site n'a pas encore été installé" - -#: resources/views/install/database.blade.php:12 -msgid "You must finish the installation before using the site." -msgstr "Il faut finir l'installation avant d'utiliser le site." - -#: resources/views/install/database.blade.php:15 -msgid "1. Database setup" -msgstr "1. Paramétrage de la base de données" - -#: resources/views/install/database.blade.php:16 -msgid "Please run the following command to configure your database" -msgstr "Merci de lancer la commande suivante pour configurer ta database." - -#: resources/views/install/database.blade.php:17 -msgid "php artisan migrate:fresh" -msgstr "" - -#: resources/views/install/database.blade.php:20 -#: resources/views/photos/create.blade.php:53 -#: resources/views/photos/create.blade.php:105 -#: resources/views/photos/create.blade.php:131 -msgid "Next" -msgstr "Suite" - -#: resources/views/layouts/navigation.blade.php:35 -#: resources/views/me/navigation.blade.php:1 -msgid "Profile" -msgstr "Profil" - -#: resources/views/layouts/navigation.blade.php:36 -msgid "Messages" -msgstr "Messages" - -#: resources/views/layouts/navigation.blade.php:37 -msgid "Notifications" -msgstr "Notifications" - -#: resources/views/layouts/navigation.blade.php:38 -#: resources/views/me/navigation.blade.php:13 -#: resources/views/me/navigation.blade.php:16 -msgid "Settings" -msgstr "Paramètres" - -#: resources/views/layouts/navigation.blade.php:40 -msgid "Logout" -msgstr "Déconnexion" - -#: resources/views/me/address.blade.php:24 -msgid "Country" -msgstr "Pays" - -#: resources/views/me/address.blade.php:33 -msgid "Street Address" -msgstr "N° et nom de rue" - -#: resources/views/me/address.blade.php:37 -msgid "City" -msgstr "Ville" - -#: resources/views/me/address.blade.php:42 -msgid "State" -msgstr "Etat/Province" - -#: resources/views/me/address.blade.php:46 -msgid "Zip Code" -msgstr "Code postal" - -#: resources/views/me/address.blade.php:50 -msgid "Contacts" -msgstr "Contacts" - -#: resources/views/me/address.blade.php:52 -msgid "Cell" -msgstr "Tel. Mobile" - -#: resources/views/me/address.blade.php:60 -msgid "Work" -msgstr "Tel. Pro." - -#: resources/views/me/avatar.blade.php:14 -msgid "Current Picture" -msgstr "Photo actuelle" - -#: resources/views/me/avatar.blade.php:28 -msgid "Change" -msgstr "Changer" - -#: resources/views/me/navigation.blade.php:4 -msgid "General" -msgstr "Général" - -#: resources/views/me/navigation.blade.php:7 -msgid "Picture" -msgstr "Photo" - -#: resources/views/me/navigation.blade.php:19 -msgid "Account" -msgstr "Compte" - -#: resources/views/me/profile.blade.php:31 -msgid "Bio" -msgstr "Bio" - -#: resources/views/me/settings.blade.php:21 -#: resources/views/me/settings.blade.php:23 -msgid "Language" -msgstr "Langue" - -#: resources/views/me/settings.blade.php:31 -msgid "Timezone" -msgstr "Fuseau horaire" - -#: resources/views/news/create.blade.php:10 -msgid " Add new Family News" -msgstr "Ajouter des Nouvelles de la Famille" - -#: resources/views/news/index.blade.php:9 -msgid "Add News" -msgstr "Ajouter des Nouvelles" - -#: resources/views/news/index.blade.php:35 -msgid "My News" -msgstr "Mes Nouvelles" - -#: resources/views/news/index.blade.php:38 -msgid "Popular" -msgstr "Populaire" - -#: resources/views/news/index.blade.php:61 -msgid "Latest news from" -msgstr "Dernière Nouvelles de" - -#: resources/views/photos/album.blade.php:16 -#: resources/views/photos/index.blade.php:16 -msgid "Dashboard" -msgstr "Tableau de Bord" - -#: resources/views/photos/album.blade.php:19 -#: resources/views/photos/index.blade.php:19 -msgid "Albums" -msgstr "Albums" - -#: resources/views/photos/album.blade.php:22 -#: resources/views/photos/album.blade.php:71 -#: resources/views/photos/index.blade.php:22 -#: resources/views/photos/photo.blade.php:53 -msgid "People" -msgstr "Personnes" - -#: resources/views/photos/album.blade.php:25 -#: resources/views/photos/album.blade.php:74 -#: resources/views/photos/index.blade.php:25 -msgid "Places" -msgstr "Endroits" - -#: resources/views/photos/album.blade.php:33 -#: resources/views/photos/index.blade.php:33 -msgid "Top Rated" -msgstr "Mieux Notées" - -#: resources/views/photos/album.blade.php:34 -#: resources/views/photos/index.blade.php:34 -msgid "Most Viewed" -msgstr "Plus Vues" - -#: resources/views/photos/album.blade.php:46 -#, python-format -msgid "Created %s" -msgstr "Créé %s" - -#: resources/views/photos/album.blade.php:47 -#, python-format -msgid "%d photo" -msgid_plural "%d photos" -msgstr[0] "" -msgstr[1] "" - -#: resources/views/photos/album.blade.php:64 -#: resources/views/photos/photo.blade.php:21 -msgid "Details" -msgstr "Détails" - -#: resources/views/photos/create.blade.php:25 -#: resources/views/photos/create.blade.php:31 -msgid "Album" -msgstr "" - -#: resources/views/photos/create.blade.php:26 -msgid "Upload your photos to a new or existing album" -msgstr "Téléverser vos photos vers un album existant ou un nouveau" - -#: resources/views/photos/create.blade.php:43 -msgid "Existing Album" -msgstr "Album existant" - -#: resources/views/photos/create.blade.php:71 -msgid "Upload Photos" -msgstr "Télécharger des Photos" - -#: resources/views/photos/create.blade.php:72 -msgid "Choose 1 or more photos to upload" -msgstr "Choisr un ou plusieurs Photos à Télécharger" - -#: resources/views/photos/create.blade.php:82 -msgid "Select photos to upload" -msgstr "Sélectionner les Photos à Télécharger" - -#: resources/views/photos/create.blade.php:104 -#: resources/views/photos/create.blade.php:130 -msgid "Previous" -msgstr "Précédent" - -#: resources/views/photos/create.blade.php:122 -msgid "Finishing Up" -msgstr "En cours de finition" - -#: resources/views/photos/create.blade.php:123 -msgid "" -"Your photos have been uploaded successfully. Feel free to tag people and" -" add comments." -msgstr "" -"Tes photos ont été téléchargées avec succès. N'hésite pas à étiqueter les" -" gens et ajouter des commentaires." - -#: resources/views/photos/create.blade.php:128 -msgid "Success" -msgstr "Succès" - -#: resources/views/photos/index.blade.php:40 -msgid "Latest" -msgstr "Plus récentes" - -#: resources/views/photos/index.blade.php:92 -msgid "On This Day" -msgstr "Ce jour-là" - -#: resources/views/photos/photo.blade.php:18 -#: resources/views/videos/show.blade.php:24 -msgid "Comments" -msgstr "Commentaires" - -#: resources/views/recipes/category-create.blade.php:9 -msgid "Add Category" -msgstr "Ajouter une Catégorie" - -#: resources/views/recipes/category-create.blade.php:27 -#: resources/views/recipes/create.blade.php:59 -msgid "Add" -msgstr "Ajouter" - -#: resources/views/recipes/create.blade.php:9 -#: resources/views/recipes/index.blade.php:9 -msgid "Add Recipe" -msgstr "Ajouter une Recette" - -#: resources/views/recipes/create.blade.php:21 -msgid "Thumbnail" -msgstr "Vignette" - -#: resources/views/recipes/create.blade.php:32 -msgid "Category" -msgstr "Catégorie" - -#: resources/views/recipes/create.blade.php:43 -msgid "New Category" -msgstr "Nouvelle Catégorie" - -#: resources/views/recipes/create.blade.php:48 -#: resources/views/recipes/show.blade.php:24 -msgid "Ingredients" -msgstr "Ingrédients" - -#: resources/views/recipes/create.blade.php:50 -msgid "Add ingredient" -msgstr "Ajouter un Ingrédient" - -#: resources/views/recipes/create.blade.php:53 -#: resources/views/recipes/show.blade.php:20 -msgid "Directions" -msgstr "" - -#: resources/views/tree/empty.blade.php:12 -msgid "Start Family Tree" -msgstr "Démarrer l'arbre généalogique" - -#: resources/views/tree/empty.blade.php:15 -msgid "You do not have a Family Tree record yet." -msgstr "Il n'y pas encore d'arbre généalogique" - -#: resources/views/tree/empty.blade.php:16 -msgid "" -"Please verify the information below and make any changes or additions as " -"needed." -msgstr "" -"Mercide vérifier les informations ci-dessous et apporter les " -"modifications ou ajouts nécessaires." - -#: resources/views/tree/empty.blade.php:17 -msgid "Notice that your Member record and Family Tree record are different." -msgstr "" -"Attention: ton dossier de membre et ton dossier d'arbre généalogique sont" -" différents." - -#: resources/views/tree/empty.blade.php:29 -#: resources/views/tree/index.blade.php:51 -msgid "First and optional Middle Name" -msgstr "Prénom et second prénom (facultatif)" - -#: resources/views/tree/empty.blade.php:33 -#: resources/views/tree/index.blade.php:55 -msgid "Surname" -msgstr "Nom de famille" - -#: resources/views/tree/empty.blade.php:37 -#: resources/views/tree/index.blade.php:63 -msgid "Suffix" -msgstr "Suffixe" - -#: resources/views/tree/empty.blade.php:42 -#: resources/views/tree/index.blade.php:68 -msgid "Sex" -msgstr "Sexe" - -#: resources/views/tree/empty.blade.php:50 -#: resources/views/tree/index.blade.php:76 -msgid "Male" -msgstr "Homme" - -#: resources/views/tree/empty.blade.php:54 -#: resources/views/tree/index.blade.php:80 -msgid "Female" -msgstr "Femme" - -#: resources/views/tree/empty.blade.php:58 -#: resources/views/tree/index.blade.php:84 -msgid "Not Listed or Prefer not to share" -msgstr "Non listé ou préfère ne pas partager" - -#: resources/views/tree/empty.blade.php:63 -#: resources/views/tree/index.blade.php:103 -msgid "Date of Birth" -msgstr "Date de Naissance" - -#: resources/views/tree/index.blade.php:31 -msgid "Add Relationship" -msgstr "Ajouter une Relation" - -#: resources/views/tree/index.blade.php:39 -msgid "Create New Person" -msgstr "Créer une Nouvelle Personne" - -#: resources/views/tree/index.blade.php:43 -msgid "Choose Existing Person" -msgstr "Choisir une Personne Existante" - -#: resources/views/tree/index.blade.php:59 -msgid "Maiden Name" -msgstr "Nom de naissance" - -#: resources/views/tree/index.blade.php:89 -msgid "Status" -msgstr "Statut" - -#: resources/views/tree/index.blade.php:93 -#: resources/views/tree/individual.blade.php:20 -#: resources/views/tree/person.blade.php:57 -#: resources/views/tree/person.blade.php:63 -msgid "Living" -msgstr "Vivant" - -#: resources/views/tree/index.blade.php:97 -#: resources/views/tree/individual.blade.php:22 -msgid "Deceased" -msgstr "Décédé" - -#: resources/views/tree/index.blade.php:107 -msgid "Date of Death" -msgstr "Date de Décès" - -#: resources/views/tree/index.blade.php:112 -msgid "Parents" -msgstr "" - -#: resources/views/tree/index.blade.php:122 -msgid "Existing Member?" -msgstr "Membre existant?" - -#: resources/views/tree/index.blade.php:125 -msgid "Create New" -msgstr "Créer un Nouveau" - -#: resources/views/tree/index.blade.php:138 -msgid "Close" -msgstr "Fermer" - -#: resources/views/tree/individual.blade.php:26 -msgid "View Tree" -msgstr "Voir l'Arbre" - -#: resources/views/tree/individual.blade.php:49 -msgid "Alias" -msgstr "Pseudo" - -#: resources/views/tree/individual.blade.php:52 -msgid "Nickname" -msgstr "Surnom" - -#: resources/views/tree/individual.blade.php:56 -#: resources/views/tree/individual.blade.php:84 -#: resources/views/tree/individual.blade.php:116 -#: resources/views/tree/individual.blade.php:142 -msgid "Events, Media, More" -msgstr "Événements, médias, autres" - -#: resources/views/tree/individual.blade.php:64 -#: resources/views/tree/individual.blade.php:92 -#: resources/views/tree/individual.blade.php:124 -#: resources/views/tree/individual.blade.php:150 -msgid "Add Event" -msgstr "Ajouter un Evènement" - -#: resources/views/tree/individual.blade.php:71 -msgid "Birth" -msgstr "Naissance" - -#: resources/views/tree/individual.blade.php:79 -#: resources/views/tree/individual.blade.php:108 -msgid "unknown" -msgstr "inconnu" - -#: resources/views/tree/individual.blade.php:99 -msgid "Death" -msgstr "Décès" - -#: resources/views/tree/individual.blade.php:111 -#: resources/views/tree/individual.blade.php:137 -msgid "none" -msgstr "aucun" - -#: resources/views/tree/person.blade.php:9 -msgid "Add Parent" -msgstr "Ajouter un Parent" - -#: resources/views/tree/person.blade.php:15 -msgid "Add Spouse" -msgstr "Ajouter un Conjoint" - -#: resources/views/tree/person.blade.php:21 -msgid "Add Sibling" -msgstr "Ajouter un frère ou une sœur" - -#: resources/views/tree/person.blade.php:27 -msgid "Add Child" -msgstr "Ajouter un enfant" - -#: resources/views/tree/person.blade.php:61 -#, python-format -msgid "Died in %d" -msgstr "Décédé en %d" - -#: resources/views/videos/create.blade.php:10 -msgid "Upload Video" -msgstr "Téléverser une vidéo" - -#: resources/views/videos/create.blade.php:22 -msgid "Select a video to upload" -msgstr "Sélectionner une vidéo à télécharger" - -#: resources/views/videos/show.blade.php:18 -#, python-format -msgid "" -"To view this video please enable JavaScript, and consider upgrading to a " -"web browser that %s supports HTML5 video %s" -msgstr "" -"Pour visionner cette vidéo, merci d'activer JavaScript, et envisage de " -"passer à un navigateur web qui %s prend en charge la vidéo HTML5 %s" From 75c3999f6aa6bac8bf9212a0fa3c62f9cb0dc508 Mon Sep 17 00:00:00 2001 From: Olivier LEVILLAIN Date: Sat, 12 Aug 2023 19:06:38 +0200 Subject: [PATCH 5/5] compiled french --- lang/fr/LC_MESSAGES/messages.mo | Bin 15059 -> 442 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/lang/fr/LC_MESSAGES/messages.mo b/lang/fr/LC_MESSAGES/messages.mo index cbe940a9a15aa2acd8f8440a1e2dc9859494eceb..d0b0b9905a2d9725f45b6fd8c4ebdd58068f668e 100644 GIT binary patch delta 254 zcmcayx{JB~o)F7a1|VPrVi_P-0dbIk4v^ggl+*=@1r+6Hr6!l?dZy@xr4|)u=I2={ z1O)kexjKg^gt-OPIv1rTmSj#=Rp#fl&^0ttFtoHXFw-_Ln(U}7>Kp0m7^Lg#uj}Hd;NfrO>!}^( z@8`#AUbVu2k{XP|LRu>}CFWkJCJ literal 15059 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