diff --git a/composer.json b/composer.json index 6ec776dd..c0a3d517 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "tightenco/jigsaw": "^1.7", "gregwar/captcha": "^1.2", "libresign/espeak": "dev-main", - "elaborate-code/jigsaw-localization": "dev-fix/use-package-default-locale", + "elaborate-code/jigsaw-localization": "dev-main", "nesbot/carbon": "^3.3", "samdark/sitemap": "^2.4" }, diff --git a/composer.lock b/composer.lock index 23992bfc..a49ae7dc 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "74fc40313b12e89f2a98ff912ca4b7b8", + "content-hash": "13b0204aa5bbde1b9c0d698037ee13bd", "packages": [ { "name": "carbonphp/carbon-doctrine-types", @@ -77,16 +77,16 @@ }, { "name": "dflydev/dot-access-data", - "version": "v3.0.2", + "version": "v3.0.3", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-dot-access-data.git", - "reference": "f41715465d65213d644d3141a6a93081be5d3549" + "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549", - "reference": "f41715465d65213d644d3141a6a93081be5d3549", + "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f", + "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f", "shasum": "" }, "require": { @@ -146,9 +146,9 @@ ], "support": { "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues", - "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2" + "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3" }, - "time": "2022-10-27T11:44:00+00:00" + "time": "2024-07-08T12:26:09+00:00" }, { "name": "doctrine/inflector", @@ -243,16 +243,16 @@ }, { "name": "elaborate-code/jigsaw-localization", - "version": "dev-fix/use-package-default-locale", + "version": "dev-main", "source": { "type": "git", "url": "https://github.com/LibreSign/jigsaw-localization.git", - "reference": "047abccb52ea5e7ec3c1fb036390700a1e9af54d" + "reference": "62f3eaafcf12a407762bf2b6e70cd1154a22413c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/LibreSign/jigsaw-localization/zipball/047abccb52ea5e7ec3c1fb036390700a1e9af54d", - "reference": "047abccb52ea5e7ec3c1fb036390700a1e9af54d", + "url": "https://api.github.com/repos/LibreSign/jigsaw-localization/zipball/62f3eaafcf12a407762bf2b6e70cd1154a22413c", + "reference": "62f3eaafcf12a407762bf2b6e70cd1154a22413c", "shasum": "" }, "require": { @@ -260,14 +260,21 @@ "php": "^8.0" }, "require-dev": { + "bamarni/composer-bin-plugin": "^1.8", "laravel/pint": "^1.2", - "pestphp/pest": "^1.22", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.0", "tightenco/jigsaw": "^1.7" }, + "default-branch": true, "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": true + } + }, "autoload": { "files": [ "src/helpers.php" @@ -283,14 +290,14 @@ } }, "scripts": { + "bin": [ + "echo 'bin not installed'" + ], "analyse": [ "vendor/bin/phpstan analyse" ], "test": [ - "vendor/bin/pest" - ], - "test-coverage": [ - "vendor/bin/pest --coverage" + "vendor/bin/phpunit --colors=always" ], "format": [ "vendor/bin/pint" @@ -307,9 +314,9 @@ ], "description": "Brings localization feature to \"tightenco/jigsaw\" using JSON files", "support": { - "source": "https://github.com/LibreSign/jigsaw-localization/tree/fix/use-package-default-locale" + "source": "https://github.com/LibreSign/jigsaw-localization/tree/main" }, - "time": "2024-04-03T16:02:46+00:00" + "time": "2024-10-09T18:16:22+00:00" }, { "name": "elaborate-code/php-json-tongue", @@ -372,26 +379,26 @@ }, { "name": "filp/whoops", - "version": "2.15.4", + "version": "2.16.0", "source": { "type": "git", "url": "https://github.com/filp/whoops.git", - "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546" + "reference": "befcdc0e5dce67252aa6322d82424be928214fa2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filp/whoops/zipball/a139776fa3f5985a50b509f2a02ff0f709d2a546", - "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546", + "url": "https://api.github.com/repos/filp/whoops/zipball/befcdc0e5dce67252aa6322d82424be928214fa2", + "reference": "befcdc0e5dce67252aa6322d82424be928214fa2", "shasum": "" }, "require": { - "php": "^5.5.9 || ^7.0 || ^8.0", + "php": "^7.1 || ^8.0", "psr/log": "^1.0.1 || ^2.0 || ^3.0" }, "require-dev": { - "mockery/mockery": "^0.9 || ^1.0", - "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3", - "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0" + "mockery/mockery": "^1.0", + "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3", + "symfony/var-dumper": "^4.0 || ^5.0" }, "suggest": { "symfony/var-dumper": "Pretty print complex values better with var-dumper available", @@ -431,7 +438,7 @@ ], "support": { "issues": "https://github.com/filp/whoops/issues", - "source": "https://github.com/filp/whoops/tree/2.15.4" + "source": "https://github.com/filp/whoops/tree/2.16.0" }, "funding": [ { @@ -439,28 +446,28 @@ "type": "github" } ], - "time": "2023-11-03T12:00:00+00:00" + "time": "2024-09-25T12:00:00+00:00" }, { "name": "graham-campbell/result-type", - "version": "v1.1.2", + "version": "v1.1.3", "source": { "type": "git", "url": "https://github.com/GrahamCampbell/Result-Type.git", - "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862" + "reference": "3ba905c11371512af9d9bdd27d99b782216b6945" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/fbd48bce38f73f8a4ec8583362e732e4095e5862", - "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862", + "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945", + "reference": "3ba905c11371512af9d9bdd27d99b782216b6945", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", - "phpoption/phpoption": "^1.9.2" + "phpoption/phpoption": "^1.9.3" }, "require-dev": { - "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2" + "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28" }, "type": "library", "autoload": { @@ -489,7 +496,7 @@ ], "support": { "issues": "https://github.com/GrahamCampbell/Result-Type/issues", - "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.2" + "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3" }, "funding": [ { @@ -501,7 +508,7 @@ "type": "tidelift" } ], - "time": "2023-11-12T22:16:48+00:00" + "time": "2024-07-20T21:45:45+00:00" }, { "name": "gregwar/captcha", @@ -562,16 +569,16 @@ }, { "name": "illuminate/bus", - "version": "v11.2.0", + "version": "v11.27.2", "source": { "type": "git", "url": "https://github.com/illuminate/bus.git", - "reference": "74aebb52ffe366ebff0d47921e0c10b136ed843e" + "reference": "96d0fba7928cd0bc93198b9310065917340125ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/bus/zipball/74aebb52ffe366ebff0d47921e0c10b136ed843e", - "reference": "74aebb52ffe366ebff0d47921e0c10b136ed843e", + "url": "https://api.github.com/repos/illuminate/bus/zipball/96d0fba7928cd0bc93198b9310065917340125ed", + "reference": "96d0fba7928cd0bc93198b9310065917340125ed", "shasum": "" }, "require": { @@ -611,20 +618,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2024-04-01T20:47:36+00:00" + "time": "2024-08-31T23:42:47+00:00" }, { "name": "illuminate/collections", - "version": "v11.2.0", + "version": "v11.27.2", "source": { "type": "git", "url": "https://github.com/illuminate/collections.git", - "reference": "4cbbdae4ef3654378e28e7ebd43cad91adf4a658" + "reference": "4d333ea19a27230b424b9af56f34cd658b5bbce2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/collections/zipball/4cbbdae4ef3654378e28e7ebd43cad91adf4a658", - "reference": "4cbbdae4ef3654378e28e7ebd43cad91adf4a658", + "url": "https://api.github.com/repos/illuminate/collections/zipball/4d333ea19a27230b424b9af56f34cd658b5bbce2", + "reference": "4d333ea19a27230b424b9af56f34cd658b5bbce2", "shasum": "" }, "require": { @@ -666,20 +673,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2024-03-21T09:12:36+00:00" + "time": "2024-09-27T14:54:48+00:00" }, { "name": "illuminate/conditionable", - "version": "v11.2.0", + "version": "v11.27.2", "source": { "type": "git", "url": "https://github.com/illuminate/conditionable.git", - "reference": "e4c5c9b855c60c7bb16ce92ca9372684448cce47" + "reference": "362dd761b9920367bca1427a902158225e9e3a23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/conditionable/zipball/e4c5c9b855c60c7bb16ce92ca9372684448cce47", - "reference": "e4c5c9b855c60c7bb16ce92ca9372684448cce47", + "url": "https://api.github.com/repos/illuminate/conditionable/zipball/362dd761b9920367bca1427a902158225e9e3a23", + "reference": "362dd761b9920367bca1427a902158225e9e3a23", "shasum": "" }, "require": { @@ -712,20 +719,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-02-07T10:39:14+00:00" + "time": "2024-06-28T20:10:30+00:00" }, { "name": "illuminate/console", - "version": "v11.2.0", + "version": "v11.27.2", "source": { "type": "git", "url": "https://github.com/illuminate/console.git", - "reference": "69540ea6f2b3fe8253e2a1f8e5d27b20507b6b2c" + "reference": "c8b33e178aa4d9c939bf0549ac6dd3560d7298ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/console/zipball/69540ea6f2b3fe8253e2a1f8e5d27b20507b6b2c", - "reference": "69540ea6f2b3fe8253e2a1f8e5d27b20507b6b2c", + "url": "https://api.github.com/repos/illuminate/console/zipball/c8b33e178aa4d9c939bf0549ac6dd3560d7298ef", + "reference": "c8b33e178aa4d9c939bf0549ac6dd3560d7298ef", "shasum": "" }, "require": { @@ -735,7 +742,7 @@ "illuminate/macroable": "^11.0", "illuminate/support": "^11.0", "illuminate/view": "^11.0", - "laravel/prompts": "^0.1.12", + "laravel/prompts": "^0.1.18|^0.2.0", "nunomaduro/termwind": "^2.0", "php": "^8.2", "symfony/console": "^7.0", @@ -778,20 +785,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2024-03-29T08:56:39+00:00" + "time": "2024-09-19T11:14:40+00:00" }, { "name": "illuminate/container", - "version": "v11.2.0", + "version": "v11.27.2", "source": { "type": "git", "url": "https://github.com/illuminate/container.git", - "reference": "78cbe88cdc7300efd4cf90244abec2e3c42219bb" + "reference": "bc49d144a20b0d432e1ac812c9e056594b6c6480" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/container/zipball/78cbe88cdc7300efd4cf90244abec2e3c42219bb", - "reference": "78cbe88cdc7300efd4cf90244abec2e3c42219bb", + "url": "https://api.github.com/repos/illuminate/container/zipball/bc49d144a20b0d432e1ac812c9e056594b6c6480", + "reference": "bc49d144a20b0d432e1ac812c9e056594b6c6480", "shasum": "" }, "require": { @@ -829,20 +836,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-09-15T13:17:41+00:00" + "time": "2024-10-08T13:34:53+00:00" }, { "name": "illuminate/contracts", - "version": "v11.2.0", + "version": "v11.27.2", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", - "reference": "fae548ad43f569fc506f40385b2e0dcf1f4eb2c9" + "reference": "56312862af937bd6da8e6dc8bbd88188dfb478f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/contracts/zipball/fae548ad43f569fc506f40385b2e0dcf1f4eb2c9", - "reference": "fae548ad43f569fc506f40385b2e0dcf1f4eb2c9", + "url": "https://api.github.com/repos/illuminate/contracts/zipball/56312862af937bd6da8e6dc8bbd88188dfb478f8", + "reference": "56312862af937bd6da8e6dc8bbd88188dfb478f8", "shasum": "" }, "require": { @@ -877,20 +884,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2024-02-23T15:52:10+00:00" + "time": "2024-09-22T15:08:08+00:00" }, { "name": "illuminate/events", - "version": "v11.2.0", + "version": "v11.27.2", "source": { "type": "git", "url": "https://github.com/illuminate/events.git", - "reference": "e9a0c67fcdff75b902234dd34108d4961fa542fd" + "reference": "cfd8a636234cc5b5f736f2987f33b0d471d974b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/events/zipball/e9a0c67fcdff75b902234dd34108d4961fa542fd", - "reference": "e9a0c67fcdff75b902234dd34108d4961fa542fd", + "url": "https://api.github.com/repos/illuminate/events/zipball/cfd8a636234cc5b5f736f2987f33b0d471d974b3", + "reference": "cfd8a636234cc5b5f736f2987f33b0d471d974b3", "shasum": "" }, "require": { @@ -932,20 +939,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2024-03-05T17:20:18+00:00" + "time": "2024-08-07T14:43:54+00:00" }, { "name": "illuminate/filesystem", - "version": "v11.2.0", + "version": "v11.27.2", "source": { "type": "git", "url": "https://github.com/illuminate/filesystem.git", - "reference": "56d387455019a0b3c19b76dc7ccb70e337ee7c4b" + "reference": "ce7013a350fb06bc65e8a2cf15fd2015f49e476d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/filesystem/zipball/56d387455019a0b3c19b76dc7ccb70e337ee7c4b", - "reference": "56d387455019a0b3c19b76dc7ccb70e337ee7c4b", + "url": "https://api.github.com/repos/illuminate/filesystem/zipball/ce7013a350fb06bc65e8a2cf15fd2015f49e476d", + "reference": "ce7013a350fb06bc65e8a2cf15fd2015f49e476d", "shasum": "" }, "require": { @@ -999,20 +1006,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2024-03-29T08:58:54+00:00" + "time": "2024-09-22T15:10:50+00:00" }, { "name": "illuminate/macroable", - "version": "v11.2.0", + "version": "v11.27.2", "source": { "type": "git", "url": "https://github.com/illuminate/macroable.git", - "reference": "e1be58f9b2af73f242dc6a9add1f376b3ec89eef" + "reference": "e1cb9e51b9ed5d3c9bc1ab431d0a52fe42a990ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/macroable/zipball/e1be58f9b2af73f242dc6a9add1f376b3ec89eef", - "reference": "e1be58f9b2af73f242dc6a9add1f376b3ec89eef", + "url": "https://api.github.com/repos/illuminate/macroable/zipball/e1cb9e51b9ed5d3c9bc1ab431d0a52fe42a990ed", + "reference": "e1cb9e51b9ed5d3c9bc1ab431d0a52fe42a990ed", "shasum": "" }, "require": { @@ -1045,20 +1052,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-06-08T14:08:27+00:00" + "time": "2024-06-28T20:10:30+00:00" }, { "name": "illuminate/pipeline", - "version": "v11.2.0", + "version": "v11.27.2", "source": { "type": "git", "url": "https://github.com/illuminate/pipeline.git", - "reference": "cbb4a3d3e41e06ec506f14d0f270fe5cf7a9b437" + "reference": "ca9266eecf659f7e60c06758969b2ae3918ea3da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/pipeline/zipball/cbb4a3d3e41e06ec506f14d0f270fe5cf7a9b437", - "reference": "cbb4a3d3e41e06ec506f14d0f270fe5cf7a9b437", + "url": "https://api.github.com/repos/illuminate/pipeline/zipball/ca9266eecf659f7e60c06758969b2ae3918ea3da", + "reference": "ca9266eecf659f7e60c06758969b2ae3918ea3da", "shasum": "" }, "require": { @@ -1093,20 +1100,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-12-21T04:51:19+00:00" + "time": "2024-06-28T20:10:30+00:00" }, { "name": "illuminate/support", - "version": "v11.2.0", + "version": "v11.27.2", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", - "reference": "abedd71609c48606735754192c15e7eb7c9f1248" + "reference": "a567431e4820363d0bc28bdf14914ab16a2e63ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/support/zipball/abedd71609c48606735754192c15e7eb7c9f1248", - "reference": "abedd71609c48606735754192c15e7eb7c9f1248", + "url": "https://api.github.com/repos/illuminate/support/zipball/a567431e4820363d0bc28bdf14914ab16a2e63ef", + "reference": "a567431e4820363d0bc28bdf14914ab16a2e63ef", "shasum": "" }, "require": { @@ -1130,6 +1137,7 @@ }, "suggest": { "illuminate/filesystem": "Required to use the composer class (^11.0).", + "laravel/serializable-closure": "Required to use the once function (^1.3).", "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).", "ramsey/uuid": "Required to use Str::uuid() (^4.7).", "symfony/process": "Required to use the composer class (^7.0).", @@ -1145,6 +1153,7 @@ }, "autoload": { "files": [ + "functions.php", "helpers.php" ], "psr-4": { @@ -1167,20 +1176,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2024-04-01T15:22:25+00:00" + "time": "2024-10-08T18:54:07+00:00" }, { "name": "illuminate/view", - "version": "v11.2.0", + "version": "v11.27.2", "source": { "type": "git", "url": "https://github.com/illuminate/view.git", - "reference": "2a9125ef0bb54d7164d8cb28d5b4fd46df5f2633" + "reference": "50929aa4e28ae08135d74b949b9ed620a6ce3ad1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/view/zipball/2a9125ef0bb54d7164d8cb28d5b4fd46df5f2633", - "reference": "2a9125ef0bb54d7164d8cb28d5b4fd46df5f2633", + "url": "https://api.github.com/repos/illuminate/view/zipball/50929aa4e28ae08135d74b949b9ed620a6ce3ad1", + "reference": "50929aa4e28ae08135d74b949b9ed620a6ce3ad1", "shasum": "" }, "require": { @@ -1221,20 +1230,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2024-03-12T16:42:08+00:00" + "time": "2024-10-04T14:03:09+00:00" }, { "name": "laravel/prompts", - "version": "v0.1.17", + "version": "v0.2.1", "source": { "type": "git", "url": "https://github.com/laravel/prompts.git", - "reference": "8ee9f87f7f9eadcbe21e9e72cd4176b2f06cd5b5" + "reference": "a132ccf64d46da183b7cf3729df260e836cc7e15" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/prompts/zipball/8ee9f87f7f9eadcbe21e9e72cd4176b2f06cd5b5", - "reference": "8ee9f87f7f9eadcbe21e9e72cd4176b2f06cd5b5", + "url": "https://api.github.com/repos/laravel/prompts/zipball/a132ccf64d46da183b7cf3729df260e836cc7e15", + "reference": "a132ccf64d46da183b7cf3729df260e836cc7e15", "shasum": "" }, "require": { @@ -1259,7 +1268,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "0.1.x-dev" + "dev-main": "0.2.x-dev" } }, "autoload": { @@ -1274,24 +1283,25 @@ "license": [ "MIT" ], + "description": "Add beautiful and user-friendly forms to your command-line applications.", "support": { "issues": "https://github.com/laravel/prompts/issues", - "source": "https://github.com/laravel/prompts/tree/v0.1.17" + "source": "https://github.com/laravel/prompts/tree/v0.2.1" }, - "time": "2024-03-13T16:05:43+00:00" + "time": "2024-09-19T10:28:37+00:00" }, { "name": "league/commonmark", - "version": "2.4.2", + "version": "2.5.3", "source": { "type": "git", "url": "https://github.com/thephpleague/commonmark.git", - "reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf" + "reference": "b650144166dfa7703e62a22e493b853b58d874b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/91c24291965bd6d7c46c46a12ba7492f83b1cadf", - "reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf", + "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/b650144166dfa7703e62a22e493b853b58d874b0", + "reference": "b650144166dfa7703e62a22e493b853b58d874b0", "shasum": "" }, "require": { @@ -1304,8 +1314,8 @@ }, "require-dev": { "cebe/markdown": "^1.0", - "commonmark/cmark": "0.30.3", - "commonmark/commonmark.js": "0.30.0", + "commonmark/cmark": "0.31.1", + "commonmark/commonmark.js": "0.31.1", "composer/package-versions-deprecated": "^1.8", "embed/embed": "^4.4", "erusev/parsedown": "^1.0", @@ -1327,7 +1337,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.5-dev" + "dev-main": "2.6-dev" } }, "autoload": { @@ -1384,7 +1394,7 @@ "type": "tidelift" } ], - "time": "2024-02-02T11:59:32+00:00" + "time": "2024-08-16T11:46:16+00:00" }, { "name": "league/config", @@ -1608,16 +1618,16 @@ }, { "name": "nesbot/carbon", - "version": "3.3.1", + "version": "3.8.0", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "8ff64b92c1b1ec84fcde9f8bb9ff2ca34cb8a77a" + "reference": "bbd3eef89af8ba66a3aa7952b5439168fbcc529f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/8ff64b92c1b1ec84fcde9f8bb9ff2ca34cb8a77a", - "reference": "8ff64b92c1b1ec84fcde9f8bb9ff2ca34cb8a77a", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/bbd3eef89af8ba66a3aa7952b5439168fbcc529f", + "reference": "bbd3eef89af8ba66a3aa7952b5439168fbcc529f", "shasum": "" }, "require": { @@ -1635,13 +1645,13 @@ "require-dev": { "doctrine/dbal": "^3.6.3 || ^4.0", "doctrine/orm": "^2.15.2 || ^3.0", - "friendsofphp/php-cs-fixer": "^3.52.1", + "friendsofphp/php-cs-fixer": "^3.57.2", "kylekatarnls/multi-tester": "^2.5.3", "ondrejmirtes/better-reflection": "^6.25.0.4", "phpmd/phpmd": "^2.15.0", "phpstan/extension-installer": "^1.3.1", - "phpstan/phpstan": "^1.10.65", - "phpunit/phpunit": "^10.5.15", + "phpstan/phpstan": "^1.11.2", + "phpunit/phpunit": "^10.5.20", "squizlabs/php_codesniffer": "^3.9.0" }, "bin": [ @@ -1710,28 +1720,28 @@ "type": "tidelift" } ], - "time": "2024-05-01T06:54:22+00:00" + "time": "2024-08-19T06:22:39+00:00" }, { "name": "nette/schema", - "version": "v1.3.0", + "version": "v1.3.2", "source": { "type": "git", "url": "https://github.com/nette/schema.git", - "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188" + "reference": "da801d52f0354f70a638673c4a0f04e16529431d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/schema/zipball/a6d3a6d1f545f01ef38e60f375d1cf1f4de98188", - "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188", + "url": "https://api.github.com/repos/nette/schema/zipball/da801d52f0354f70a638673c4a0f04e16529431d", + "reference": "da801d52f0354f70a638673c4a0f04e16529431d", "shasum": "" }, "require": { "nette/utils": "^4.0", - "php": "8.1 - 8.3" + "php": "8.1 - 8.4" }, "require-dev": { - "nette/tester": "^2.4", + "nette/tester": "^2.5.2", "phpstan/phpstan-nette": "^1.0", "tracy/tracy": "^2.8" }, @@ -1770,26 +1780,26 @@ ], "support": { "issues": "https://github.com/nette/schema/issues", - "source": "https://github.com/nette/schema/tree/v1.3.0" + "source": "https://github.com/nette/schema/tree/v1.3.2" }, - "time": "2023-12-11T11:54:22+00:00" + "time": "2024-10-06T23:10:23+00:00" }, { "name": "nette/utils", - "version": "v4.0.4", + "version": "v4.0.5", "source": { "type": "git", "url": "https://github.com/nette/utils.git", - "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218" + "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/d3ad0aa3b9f934602cb3e3902ebccf10be34d218", - "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218", + "url": "https://api.github.com/repos/nette/utils/zipball/736c567e257dbe0fcf6ce81b4d6dbe05c6899f96", + "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96", "shasum": "" }, "require": { - "php": ">=8.0 <8.4" + "php": "8.0 - 8.4" }, "conflict": { "nette/finder": "<3", @@ -1856,44 +1866,44 @@ ], "support": { "issues": "https://github.com/nette/utils/issues", - "source": "https://github.com/nette/utils/tree/v4.0.4" + "source": "https://github.com/nette/utils/tree/v4.0.5" }, - "time": "2024-01-17T16:50:36+00:00" + "time": "2024-08-07T15:39:19+00:00" }, { "name": "nunomaduro/collision", - "version": "v8.1.1", + "version": "v8.4.0", "source": { "type": "git", "url": "https://github.com/nunomaduro/collision.git", - "reference": "13e5d538b95a744d85f447a321ce10adb28e9af9" + "reference": "e7d1aa8ed753f63fa816932bbc89678238843b4a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nunomaduro/collision/zipball/13e5d538b95a744d85f447a321ce10adb28e9af9", - "reference": "13e5d538b95a744d85f447a321ce10adb28e9af9", + "url": "https://api.github.com/repos/nunomaduro/collision/zipball/e7d1aa8ed753f63fa816932bbc89678238843b4a", + "reference": "e7d1aa8ed753f63fa816932bbc89678238843b4a", "shasum": "" }, "require": { "filp/whoops": "^2.15.4", "nunomaduro/termwind": "^2.0.1", "php": "^8.2.0", - "symfony/console": "^7.0.4" + "symfony/console": "^7.1.3" }, "conflict": { "laravel/framework": "<11.0.0 || >=12.0.0", "phpunit/phpunit": "<10.5.1 || >=12.0.0" }, "require-dev": { - "larastan/larastan": "^2.9.2", - "laravel/framework": "^11.0.0", - "laravel/pint": "^1.14.0", - "laravel/sail": "^1.28.2", - "laravel/sanctum": "^4.0.0", + "larastan/larastan": "^2.9.8", + "laravel/framework": "^11.19.0", + "laravel/pint": "^1.17.1", + "laravel/sail": "^1.31.0", + "laravel/sanctum": "^4.0.2", "laravel/tinker": "^2.9.0", - "orchestra/testbench-core": "^9.0.0", - "pestphp/pest": "^2.34.1 || ^3.0.0", - "sebastian/environment": "^6.0.1 || ^7.0.0" + "orchestra/testbench-core": "^9.2.3", + "pestphp/pest": "^2.35.0 || ^3.0.0", + "sebastian/environment": "^6.1.0 || ^7.0.0" }, "type": "library", "extra": { @@ -1955,20 +1965,20 @@ "type": "patreon" } ], - "time": "2024-03-06T16:20:09+00:00" + "time": "2024-08-03T15:32:23+00:00" }, { "name": "nunomaduro/termwind", - "version": "v2.0.1", + "version": "v2.1.0", "source": { "type": "git", "url": "https://github.com/nunomaduro/termwind.git", - "reference": "58c4c58cf23df7f498daeb97092e34f5259feb6a" + "reference": "e5f21eade88689536c0cdad4c3cd75f3ed26e01a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/58c4c58cf23df7f498daeb97092e34f5259feb6a", - "reference": "58c4c58cf23df7f498daeb97092e34f5259feb6a", + "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/e5f21eade88689536c0cdad4c3cd75f3ed26e01a", + "reference": "e5f21eade88689536c0cdad4c3cd75f3ed26e01a", "shasum": "" }, "require": { @@ -1978,11 +1988,11 @@ }, "require-dev": { "ergebnis/phpstan-rules": "^2.2.0", - "illuminate/console": "^11.0.0", - "laravel/pint": "^1.14.0", - "mockery/mockery": "^1.6.7", - "pestphp/pest": "^2.34.1", - "phpstan/phpstan": "^1.10.59", + "illuminate/console": "^11.1.1", + "laravel/pint": "^1.15.0", + "mockery/mockery": "^1.6.11", + "pestphp/pest": "^2.34.6", + "phpstan/phpstan": "^1.10.66", "phpstan/phpstan-strict-rules": "^1.5.2", "symfony/var-dumper": "^7.0.4", "thecodingmachine/phpstan-strict-rules": "^1.0.0" @@ -2027,7 +2037,7 @@ ], "support": { "issues": "https://github.com/nunomaduro/termwind/issues", - "source": "https://github.com/nunomaduro/termwind/tree/v2.0.1" + "source": "https://github.com/nunomaduro/termwind/tree/v2.1.0" }, "funding": [ { @@ -2043,20 +2053,20 @@ "type": "github" } ], - "time": "2024-03-06T16:17:14+00:00" + "time": "2024-09-05T15:25:50+00:00" }, { "name": "phpoption/phpoption", - "version": "1.9.2", + "version": "1.9.3", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", - "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820" + "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/80735db690fe4fc5c76dfa7f9b770634285fa820", - "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54", + "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54", "shasum": "" }, "require": { @@ -2064,13 +2074,13 @@ }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", - "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2" + "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28" }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, - "forward-command": true + "forward-command": false }, "branch-alias": { "dev-master": "1.9-dev" @@ -2106,7 +2116,7 @@ ], "support": { "issues": "https://github.com/schmittjoh/php-option/issues", - "source": "https://github.com/schmittjoh/php-option/tree/1.9.2" + "source": "https://github.com/schmittjoh/php-option/tree/1.9.3" }, "funding": [ { @@ -2118,7 +2128,7 @@ "type": "tidelift" } ], - "time": "2023-11-12T21:59:55+00:00" + "time": "2024-07-20T21:41:07+00:00" }, { "name": "psr/clock", @@ -2273,16 +2283,16 @@ }, { "name": "psr/log", - "version": "3.0.0", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", - "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", + "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", "shasum": "" }, "require": { @@ -2317,9 +2327,9 @@ "psr-3" ], "support": { - "source": "https://github.com/php-fig/log/tree/3.0.0" + "source": "https://github.com/php-fig/log/tree/3.0.2" }, - "time": "2021-07-14T16:46:02+00:00" + "time": "2024-09-11T13:17:53+00:00" }, { "name": "psr/simple-cache", @@ -2433,16 +2443,16 @@ }, { "name": "spatie/backtrace", - "version": "1.5.3", + "version": "1.6.2", "source": { "type": "git", "url": "https://github.com/spatie/backtrace.git", - "reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab" + "reference": "1a9a145b044677ae3424693f7b06479fc8c137a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/backtrace/zipball/483f76a82964a0431aa836b6ed0edde0c248e3ab", - "reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab", + "url": "https://api.github.com/repos/spatie/backtrace/zipball/1a9a145b044677ae3424693f7b06479fc8c137a9", + "reference": "1a9a145b044677ae3424693f7b06479fc8c137a9", "shasum": "" }, "require": { @@ -2450,6 +2460,7 @@ }, "require-dev": { "ext-json": "*", + "laravel/serializable-closure": "^1.3", "phpunit/phpunit": "^9.3", "spatie/phpunit-snapshot-assertions": "^4.2", "symfony/var-dumper": "^5.1" @@ -2479,7 +2490,7 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/backtrace/tree/1.5.3" + "source": "https://github.com/spatie/backtrace/tree/1.6.2" }, "funding": [ { @@ -2491,26 +2502,100 @@ "type": "other" } ], - "time": "2023-06-28T12:59:17+00:00" + "time": "2024-07-22T08:21:24+00:00" + }, + { + "name": "spatie/error-solutions", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://github.com/spatie/error-solutions.git", + "reference": "ae7393122eda72eed7cc4f176d1e96ea444f2d67" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spatie/error-solutions/zipball/ae7393122eda72eed7cc4f176d1e96ea444f2d67", + "reference": "ae7393122eda72eed7cc4f176d1e96ea444f2d67", + "shasum": "" + }, + "require": { + "php": "^8.0" + }, + "require-dev": { + "illuminate/broadcasting": "^10.0|^11.0", + "illuminate/cache": "^10.0|^11.0", + "illuminate/support": "^10.0|^11.0", + "livewire/livewire": "^2.11|^3.3.5", + "openai-php/client": "^0.10.1", + "orchestra/testbench": "^7.0|8.22.3|^9.0", + "pestphp/pest": "^2.20", + "phpstan/phpstan": "^1.11", + "psr/simple-cache": "^3.0", + "psr/simple-cache-implementation": "^3.0", + "spatie/ray": "^1.28", + "symfony/cache": "^5.4|^6.0|^7.0", + "symfony/process": "^5.4|^6.0|^7.0", + "vlucas/phpdotenv": "^5.5" + }, + "suggest": { + "openai-php/client": "Require get solutions from OpenAI", + "simple-cache-implementation": "To cache solutions from OpenAI" + }, + "type": "library", + "autoload": { + "psr-4": { + "Spatie\\Ignition\\": "legacy/ignition", + "Spatie\\ErrorSolutions\\": "src", + "Spatie\\LaravelIgnition\\": "legacy/laravel-ignition" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ruben Van Assche", + "email": "ruben@spatie.be", + "role": "Developer" + } + ], + "description": "This is my package error-solutions", + "homepage": "https://github.com/spatie/error-solutions", + "keywords": [ + "error-solutions", + "spatie" + ], + "support": { + "issues": "https://github.com/spatie/error-solutions/issues", + "source": "https://github.com/spatie/error-solutions/tree/1.1.1" + }, + "funding": [ + { + "url": "https://github.com/Spatie", + "type": "github" + } + ], + "time": "2024-07-25T11:06:04+00:00" }, { "name": "spatie/flare-client-php", - "version": "1.4.4", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/spatie/flare-client-php.git", - "reference": "17082e780752d346c2db12ef5d6bee8e835e399c" + "reference": "180f8ca4c0d0d6fc51477bd8c53ce37ab5a96122" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/17082e780752d346c2db12ef5d6bee8e835e399c", - "reference": "17082e780752d346c2db12ef5d6bee8e835e399c", + "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/180f8ca4c0d0d6fc51477bd8c53ce37ab5a96122", + "reference": "180f8ca4c0d0d6fc51477bd8c53ce37ab5a96122", "shasum": "" }, "require": { "illuminate/pipeline": "^8.0|^9.0|^10.0|^11.0", "php": "^8.0", - "spatie/backtrace": "^1.5.2", + "spatie/backtrace": "^1.6.1", "symfony/http-foundation": "^5.2|^6.0|^7.0", "symfony/mime": "^5.2|^6.0|^7.0", "symfony/process": "^5.2|^6.0|^7.0", @@ -2522,7 +2607,7 @@ "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.0", - "spatie/phpunit-snapshot-assertions": "^4.0|^5.0" + "spatie/pest-plugin-snapshots": "^1.0|^2.0" }, "type": "library", "extra": { @@ -2552,7 +2637,7 @@ ], "support": { "issues": "https://github.com/spatie/flare-client-php/issues", - "source": "https://github.com/spatie/flare-client-php/tree/1.4.4" + "source": "https://github.com/spatie/flare-client-php/tree/1.8.0" }, "funding": [ { @@ -2560,28 +2645,28 @@ "type": "github" } ], - "time": "2024-01-31T14:18:45+00:00" + "time": "2024-08-01T08:27:26+00:00" }, { "name": "spatie/ignition", - "version": "1.13.1", + "version": "1.15.0", "source": { "type": "git", "url": "https://github.com/spatie/ignition.git", - "reference": "889bf1dfa59e161590f677728b47bf4a6893983b" + "reference": "e3a68e137371e1eb9edc7f78ffa733f3b98991d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/ignition/zipball/889bf1dfa59e161590f677728b47bf4a6893983b", - "reference": "889bf1dfa59e161590f677728b47bf4a6893983b", + "url": "https://api.github.com/repos/spatie/ignition/zipball/e3a68e137371e1eb9edc7f78ffa733f3b98991d2", + "reference": "e3a68e137371e1eb9edc7f78ffa733f3b98991d2", "shasum": "" }, "require": { "ext-json": "*", "ext-mbstring": "*", "php": "^8.0", - "spatie/backtrace": "^1.5.3", - "spatie/flare-client-php": "^1.4.0", + "spatie/error-solutions": "^1.0", + "spatie/flare-client-php": "^1.7", "symfony/console": "^5.4|^6.0|^7.0", "symfony/var-dumper": "^5.4|^6.0|^7.0" }, @@ -2643,20 +2728,20 @@ "type": "github" } ], - "time": "2024-03-29T14:03:47+00:00" + "time": "2024-06-12T14:55:22+00:00" }, { "name": "spatie/laravel-ignition", - "version": "2.5.1", + "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-ignition.git", - "reference": "0c864b3cbd66ce67a2096c5f743e07ce8f1d6ab9" + "reference": "3c067b75bfb50574db8f7e2c3978c65eed71126c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/0c864b3cbd66ce67a2096c5f743e07ce8f1d6ab9", - "reference": "0c864b3cbd66ce67a2096c5f743e07ce8f1d6ab9", + "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/3c067b75bfb50574db8f7e2c3978c65eed71126c", + "reference": "3c067b75bfb50574db8f7e2c3978c65eed71126c", "shasum": "" }, "require": { @@ -2665,8 +2750,7 @@ "ext-mbstring": "*", "illuminate/support": "^10.0|^11.0", "php": "^8.1", - "spatie/flare-client-php": "^1.3.5", - "spatie/ignition": "^1.13", + "spatie/ignition": "^1.15", "symfony/console": "^6.2.3|^7.0", "symfony/var-dumper": "^6.2.3|^7.0" }, @@ -2674,11 +2758,11 @@ "livewire/livewire": "^2.11|^3.3.5", "mockery/mockery": "^1.5.1", "openai-php/client": "^0.8.1", - "orchestra/testbench": "^8.0|^9.0", - "pestphp/pest": "^2.30", - "phpstan/extension-installer": "^1.2", + "orchestra/testbench": "8.22.3|^9.0", + "pestphp/pest": "^2.34", + "phpstan/extension-installer": "^1.3.1", "phpstan/phpstan-deprecation-rules": "^1.1.1", - "phpstan/phpstan-phpunit": "^1.3.3", + "phpstan/phpstan-phpunit": "^1.3.16", "vlucas/phpdotenv": "^5.5" }, "suggest": { @@ -2735,20 +2819,20 @@ "type": "github" } ], - "time": "2024-04-02T06:30:22+00:00" + "time": "2024-06-12T15:01:18+00:00" }, { "name": "symfony/clock", - "version": "v7.0.5", + "version": "v7.1.1", "source": { "type": "git", "url": "https://github.com/symfony/clock.git", - "reference": "8b9d08887353d627d5f6c3bf3373b398b49051c2" + "reference": "3dfc8b084853586de51dd1441c6242c76a28cbe7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/clock/zipball/8b9d08887353d627d5f6c3bf3373b398b49051c2", - "reference": "8b9d08887353d627d5f6c3bf3373b398b49051c2", + "url": "https://api.github.com/repos/symfony/clock/zipball/3dfc8b084853586de51dd1441c6242c76a28cbe7", + "reference": "3dfc8b084853586de51dd1441c6242c76a28cbe7", "shasum": "" }, "require": { @@ -2793,7 +2877,7 @@ "time" ], "support": { - "source": "https://github.com/symfony/clock/tree/v7.0.5" + "source": "https://github.com/symfony/clock/tree/v7.1.1" }, "funding": [ { @@ -2809,20 +2893,20 @@ "type": "tidelift" } ], - "time": "2024-03-02T12:46:12+00:00" + "time": "2024-05-31T14:57:53+00:00" }, { "name": "symfony/console", - "version": "v7.0.6", + "version": "v7.1.5", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "fde915cd8e7eb99b3d531d3d5c09531429c3f9e5" + "reference": "0fa539d12b3ccf068a722bbbffa07ca7079af9ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/fde915cd8e7eb99b3d531d3d5c09531429c3f9e5", - "reference": "fde915cd8e7eb99b3d531d3d5c09531429c3f9e5", + "url": "https://api.github.com/repos/symfony/console/zipball/0fa539d12b3ccf068a722bbbffa07ca7079af9ee", + "reference": "0fa539d12b3ccf068a722bbbffa07ca7079af9ee", "shasum": "" }, "require": { @@ -2886,7 +2970,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v7.0.6" + "source": "https://github.com/symfony/console/tree/v7.1.5" }, "funding": [ { @@ -2902,20 +2986,20 @@ "type": "tidelift" } ], - "time": "2024-04-01T11:04:53+00:00" + "time": "2024-09-20T08:28:38+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v3.4.0", + "version": "v3.5.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf" + "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf", - "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", + "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", "shasum": "" }, "require": { @@ -2924,7 +3008,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.4-dev" + "dev-main": "3.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -2953,7 +3037,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.4.0" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0" }, "funding": [ { @@ -2969,20 +3053,20 @@ "type": "tidelift" } ], - "time": "2023-05-23T14:45:45+00:00" + "time": "2024-04-18T09:32:20+00:00" }, { "name": "symfony/error-handler", - "version": "v7.0.6", + "version": "v7.1.3", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "46a4cc138f799886d4bd70477c55c699d3e9dfc8" + "reference": "432bb369952795c61ca1def65e078c4a80dad13c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/46a4cc138f799886d4bd70477c55c699d3e9dfc8", - "reference": "46a4cc138f799886d4bd70477c55c699d3e9dfc8", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/432bb369952795c61ca1def65e078c4a80dad13c", + "reference": "432bb369952795c61ca1def65e078c4a80dad13c", "shasum": "" }, "require": { @@ -3028,7 +3112,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/v7.0.6" + "source": "https://github.com/symfony/error-handler/tree/v7.1.3" }, "funding": [ { @@ -3044,20 +3128,20 @@ "type": "tidelift" } ], - "time": "2024-03-19T11:57:22+00:00" + "time": "2024-07-26T13:02:51+00:00" }, { "name": "symfony/finder", - "version": "v7.0.0", + "version": "v7.1.4", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "6e5688d69f7cfc4ed4a511e96007e06c2d34ce56" + "reference": "d95bbf319f7d052082fb7af147e0f835a695e823" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/6e5688d69f7cfc4ed4a511e96007e06c2d34ce56", - "reference": "6e5688d69f7cfc4ed4a511e96007e06c2d34ce56", + "url": "https://api.github.com/repos/symfony/finder/zipball/d95bbf319f7d052082fb7af147e0f835a695e823", + "reference": "d95bbf319f7d052082fb7af147e0f835a695e823", "shasum": "" }, "require": { @@ -3092,7 +3176,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v7.0.0" + "source": "https://github.com/symfony/finder/tree/v7.1.4" }, "funding": [ { @@ -3108,20 +3192,20 @@ "type": "tidelift" } ], - "time": "2023-10-31T17:59:56+00:00" + "time": "2024-08-13T14:28:19+00:00" }, { "name": "symfony/http-foundation", - "version": "v7.0.6", + "version": "v7.1.5", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "8789625dcf36e5fbf753014678a1e090f1bc759c" + "reference": "e30ef73b1e44eea7eb37ba69600a354e553f694b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8789625dcf36e5fbf753014678a1e090f1bc759c", - "reference": "8789625dcf36e5fbf753014678a1e090f1bc759c", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e30ef73b1e44eea7eb37ba69600a354e553f694b", + "reference": "e30ef73b1e44eea7eb37ba69600a354e553f694b", "shasum": "" }, "require": { @@ -3169,7 +3253,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v7.0.6" + "source": "https://github.com/symfony/http-foundation/tree/v7.1.5" }, "funding": [ { @@ -3185,20 +3269,20 @@ "type": "tidelift" } ], - "time": "2024-03-19T11:46:48+00:00" + "time": "2024-09-20T08:28:38+00:00" }, { "name": "symfony/mime", - "version": "v7.0.6", + "version": "v7.1.5", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "99362408c9abdf8c7cadcf0529b6fc8b16f5ace2" + "reference": "711d2e167e8ce65b05aea6b258c449671cdd38ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/99362408c9abdf8c7cadcf0529b6fc8b16f5ace2", - "reference": "99362408c9abdf8c7cadcf0529b6fc8b16f5ace2", + "url": "https://api.github.com/repos/symfony/mime/zipball/711d2e167e8ce65b05aea6b258c449671cdd38ff", + "reference": "711d2e167e8ce65b05aea6b258c449671cdd38ff", "shasum": "" }, "require": { @@ -3211,7 +3295,7 @@ "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", "symfony/mailer": "<6.4", - "symfony/serializer": "<6.4" + "symfony/serializer": "<6.4.3|>7.0,<7.0.3" }, "require-dev": { "egulias/email-validator": "^2.1.10|^3.1|^4", @@ -3221,7 +3305,7 @@ "symfony/process": "^6.4|^7.0", "symfony/property-access": "^6.4|^7.0", "symfony/property-info": "^6.4|^7.0", - "symfony/serializer": "^6.4|^7.0" + "symfony/serializer": "^6.4.3|^7.0.3" }, "type": "library", "autoload": { @@ -3253,7 +3337,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v7.0.6" + "source": "https://github.com/symfony/mime/tree/v7.1.5" }, "funding": [ { @@ -3269,24 +3353,24 @@ "type": "tidelift" } ], - "time": "2024-03-21T19:37:36+00:00" + "time": "2024-09-20T08:28:38+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.29.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4" + "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4", - "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", + "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "provide": { "ext-ctype": "*" @@ -3332,7 +3416,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0" }, "funding": [ { @@ -3348,24 +3432,24 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.29.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f" + "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f", - "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", + "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "suggest": { "ext-intl": "For best performance" @@ -3410,7 +3494,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0" }, "funding": [ { @@ -3426,26 +3510,25 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.29.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "a287ed7475f85bf6f61890146edbc932c0fff919" + "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a287ed7475f85bf6f61890146edbc932c0fff919", - "reference": "a287ed7475f85bf6f61890146edbc932c0fff919", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773", + "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773", "shasum": "" }, "require": { - "php": ">=7.1", - "symfony/polyfill-intl-normalizer": "^1.10", - "symfony/polyfill-php72": "^1.10" + "php": ">=7.2", + "symfony/polyfill-intl-normalizer": "^1.10" }, "suggest": { "ext-intl": "For best performance" @@ -3494,7 +3577,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0" }, "funding": [ { @@ -3510,24 +3593,24 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.29.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "bc45c394692b948b4d383a08d7753968bed9a83d" + "reference": "3833d7255cc303546435cb650316bff708a1c75c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d", - "reference": "bc45c394692b948b4d383a08d7753968bed9a83d", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c", + "reference": "3833d7255cc303546435cb650316bff708a1c75c", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "suggest": { "ext-intl": "For best performance" @@ -3575,7 +3658,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0" }, "funding": [ { @@ -3591,24 +3674,24 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.29.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec" + "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec", - "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341", + "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "provide": { "ext-mbstring": "*" @@ -3655,80 +3738,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.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": "2024-01-29T20:11:03+00:00" - }, - { - "name": "symfony/polyfill-php72", - "version": "v1.29.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25", - "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "library", - "extra": { - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php72\\": "" - } - }, - "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 7.2+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0" }, "funding": [ { @@ -3744,24 +3754,24 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-php80", - "version": "v1.29.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b" + "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", - "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", + "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "type": "library", "extra": { @@ -3808,7 +3818,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0" }, "funding": [ { @@ -3824,25 +3834,24 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-php83", - "version": "v1.29.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php83.git", - "reference": "86fcae159633351e5fd145d1c47de6c528f8caff" + "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/86fcae159633351e5fd145d1c47de6c528f8caff", - "reference": "86fcae159633351e5fd145d1c47de6c528f8caff", + "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491", + "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491", "shasum": "" }, "require": { - "php": ">=7.1", - "symfony/polyfill-php80": "^1.14" + "php": ">=7.2" }, "type": "library", "extra": { @@ -3885,7 +3894,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php83/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-php83/tree/v1.31.0" }, "funding": [ { @@ -3901,20 +3910,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/process", - "version": "v7.0.4", + "version": "v7.1.5", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "0e7727191c3b71ebec6d529fa0e50a01ca5679e9" + "reference": "5c03ee6369281177f07f7c68252a280beccba847" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/0e7727191c3b71ebec6d529fa0e50a01ca5679e9", - "reference": "0e7727191c3b71ebec6d529fa0e50a01ca5679e9", + "url": "https://api.github.com/repos/symfony/process/zipball/5c03ee6369281177f07f7c68252a280beccba847", + "reference": "5c03ee6369281177f07f7c68252a280beccba847", "shasum": "" }, "require": { @@ -3946,7 +3955,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v7.0.4" + "source": "https://github.com/symfony/process/tree/v7.1.5" }, "funding": [ { @@ -3962,25 +3971,26 @@ "type": "tidelift" } ], - "time": "2024-02-22T20:27:20+00:00" + "time": "2024-09-19T21:48:23+00:00" }, { "name": "symfony/service-contracts", - "version": "v3.4.2", + "version": "v3.5.0", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "11bbf19a0fb7b36345861e85c5768844c552906e" + "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/11bbf19a0fb7b36345861e85c5768844c552906e", - "reference": "11bbf19a0fb7b36345861e85c5768844c552906e", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", + "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", "shasum": "" }, "require": { "php": ">=8.1", - "psr/container": "^1.1|^2.0" + "psr/container": "^1.1|^2.0", + "symfony/deprecation-contracts": "^2.5|^3" }, "conflict": { "ext-psr": "<1.1|>=2" @@ -3988,7 +3998,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.4-dev" + "dev-main": "3.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -4028,7 +4038,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v3.4.2" + "source": "https://github.com/symfony/service-contracts/tree/v3.5.0" }, "funding": [ { @@ -4044,20 +4054,20 @@ "type": "tidelift" } ], - "time": "2023-12-19T21:51:00+00:00" + "time": "2024-04-18T09:32:20+00:00" }, { "name": "symfony/string", - "version": "v7.0.4", + "version": "v7.1.5", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "f5832521b998b0bec40bee688ad5de98d4cf111b" + "reference": "d66f9c343fa894ec2037cc928381df90a7ad4306" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/f5832521b998b0bec40bee688ad5de98d4cf111b", - "reference": "f5832521b998b0bec40bee688ad5de98d4cf111b", + "url": "https://api.github.com/repos/symfony/string/zipball/d66f9c343fa894ec2037cc928381df90a7ad4306", + "reference": "d66f9c343fa894ec2037cc928381df90a7ad4306", "shasum": "" }, "require": { @@ -4071,6 +4081,7 @@ "symfony/translation-contracts": "<2.5" }, "require-dev": { + "symfony/emoji": "^7.1", "symfony/error-handler": "^6.4|^7.0", "symfony/http-client": "^6.4|^7.0", "symfony/intl": "^6.4|^7.0", @@ -4114,7 +4125,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v7.0.4" + "source": "https://github.com/symfony/string/tree/v7.1.5" }, "funding": [ { @@ -4130,20 +4141,20 @@ "type": "tidelift" } ], - "time": "2024-02-01T13:17:36+00:00" + "time": "2024-09-20T08:28:38+00:00" }, { "name": "symfony/translation", - "version": "v7.0.4", + "version": "v7.1.5", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "5b75e872f7d135d7abb4613809fadc8d9f3d30a0" + "reference": "235535e3f84f3dfbdbde0208ede6ca75c3a489ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/5b75e872f7d135d7abb4613809fadc8d9f3d30a0", - "reference": "5b75e872f7d135d7abb4613809fadc8d9f3d30a0", + "url": "https://api.github.com/repos/symfony/translation/zipball/235535e3f84f3dfbdbde0208ede6ca75c3a489ea", + "reference": "235535e3f84f3dfbdbde0208ede6ca75c3a489ea", "shasum": "" }, "require": { @@ -4208,7 +4219,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v7.0.4" + "source": "https://github.com/symfony/translation/tree/v7.1.5" }, "funding": [ { @@ -4224,20 +4235,20 @@ "type": "tidelift" } ], - "time": "2024-02-22T20:27:20+00:00" + "time": "2024-09-16T06:30:38+00:00" }, { "name": "symfony/translation-contracts", - "version": "v3.4.2", + "version": "v3.5.0", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "43810bdb2ddb5400e5c5e778e27b210a0ca83b6b" + "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/43810bdb2ddb5400e5c5e778e27b210a0ca83b6b", - "reference": "43810bdb2ddb5400e5c5e778e27b210a0ca83b6b", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/b9d2189887bb6b2e0367a9fc7136c5239ab9b05a", + "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a", "shasum": "" }, "require": { @@ -4246,7 +4257,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.4-dev" + "dev-main": "3.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -4286,7 +4297,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v3.4.2" + "source": "https://github.com/symfony/translation-contracts/tree/v3.5.0" }, "funding": [ { @@ -4302,20 +4313,20 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:51:35+00:00" + "time": "2024-04-18T09:32:20+00:00" }, { "name": "symfony/var-dumper", - "version": "v7.0.6", + "version": "v7.1.5", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "66d13dc207d5dab6b4f4c2b5460efe1bea29dbfb" + "reference": "e20e03889539fd4e4211e14d2179226c513c010d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/66d13dc207d5dab6b4f4c2b5460efe1bea29dbfb", - "reference": "66d13dc207d5dab6b4f4c2b5460efe1bea29dbfb", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e20e03889539fd4e4211e14d2179226c513c010d", + "reference": "e20e03889539fd4e4211e14d2179226c513c010d", "shasum": "" }, "require": { @@ -4369,7 +4380,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v7.0.6" + "source": "https://github.com/symfony/var-dumper/tree/v7.1.5" }, "funding": [ { @@ -4385,20 +4396,20 @@ "type": "tidelift" } ], - "time": "2024-03-19T11:57:22+00:00" + "time": "2024-09-16T10:07:02+00:00" }, { "name": "symfony/yaml", - "version": "v7.0.3", + "version": "v7.1.5", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "2d4fca631c00700597e9442a0b2451ce234513d3" + "reference": "4e561c316e135e053bd758bf3b3eb291d9919de4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/2d4fca631c00700597e9442a0b2451ce234513d3", - "reference": "2d4fca631c00700597e9442a0b2451ce234513d3", + "url": "https://api.github.com/repos/symfony/yaml/zipball/4e561c316e135e053bd758bf3b3eb291d9919de4", + "reference": "4e561c316e135e053bd758bf3b3eb291d9919de4", "shasum": "" }, "require": { @@ -4440,7 +4451,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v7.0.3" + "source": "https://github.com/symfony/yaml/tree/v7.1.5" }, "funding": [ { @@ -4456,20 +4467,20 @@ "type": "tidelift" } ], - "time": "2024-01-23T15:02:46+00:00" + "time": "2024-09-17T12:49:58+00:00" }, { "name": "tightenco/jigsaw", - "version": "v1.7.2", + "version": "v1.7.4", "source": { "type": "git", "url": "https://github.com/tighten/jigsaw.git", - "reference": "18c85b5c721ca808822148bf656f8fccb6dbf216" + "reference": "84de81ba7bc00f4e344bc2c6e3911a4a12320648" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tighten/jigsaw/zipball/18c85b5c721ca808822148bf656f8fccb6dbf216", - "reference": "18c85b5c721ca808822148bf656f8fccb6dbf216", + "url": "https://api.github.com/repos/tighten/jigsaw/zipball/84de81ba7bc00f4e344bc2c6e3911a4a12320648", + "reference": "84de81ba7bc00f4e344bc2c6e3911a4a12320648", "shasum": "" }, "require": { @@ -4494,7 +4505,7 @@ "vlucas/phpdotenv": "^5.6" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.51", + "laravel/pint": "^1.16", "mockery/mockery": "^1.6", "phpunit/phpunit": "^11.0.6" }, @@ -4538,29 +4549,29 @@ ], "support": { "issues": "https://github.com/tighten/jigsaw/issues", - "source": "https://github.com/tighten/jigsaw/tree/v1.7.2" + "source": "https://github.com/tighten/jigsaw/tree/v1.7.4" }, - "time": "2024-03-26T17:16:55+00:00" + "time": "2024-06-27T19:18:14+00:00" }, { "name": "vlucas/phpdotenv", - "version": "v5.6.0", + "version": "v5.6.1", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", - "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4" + "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4", - "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4", + "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/a59a13791077fe3d44f90e7133eb68e7d22eaff2", + "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2", "shasum": "" }, "require": { "ext-pcre": "*", - "graham-campbell/result-type": "^1.1.2", + "graham-campbell/result-type": "^1.1.3", "php": "^7.2.5 || ^8.0", - "phpoption/phpoption": "^1.9.2", + "phpoption/phpoption": "^1.9.3", "symfony/polyfill-ctype": "^1.24", "symfony/polyfill-mbstring": "^1.24", "symfony/polyfill-php80": "^1.24" @@ -4577,7 +4588,7 @@ "extra": { "bamarni-bin": { "bin-links": true, - "forward-command": true + "forward-command": false }, "branch-alias": { "dev-master": "5.6-dev" @@ -4612,7 +4623,7 @@ ], "support": { "issues": "https://github.com/vlucas/phpdotenv/issues", - "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.0" + "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.1" }, "funding": [ { @@ -4624,7 +4635,7 @@ "type": "tidelift" } ], - "time": "2023-11-12T22:43:29+00:00" + "time": "2024-07-20T21:52:34+00:00" }, { "name": "voku/portable-ascii", diff --git a/config.php b/config.php index d1f6f99e..8800f191 100644 --- a/config.php +++ b/config.php @@ -122,8 +122,84 @@ 'comment' => "A simple and complete solution. It speeds up processes and can eliminate the use of paper. We integrated it with our public management system or e-Cidade, it was absurdly good. Congratulations.", 'author' => 'Igor Afonso Oliveira Ruas' ], - - + ], + 'frequentlyQuestions' => [ + [ + 'question' => 'Why LibreSign?', + 'answer' => 'LibreSign allows documents to be signed securely and with legal validity, since the system generates hashing - an algorithm that ensures that the file has not been altered after being signed - as well as numbers and records the times of each signature carried out in the document. In this way, the system meets all the requirements of the GDPR - General Data Protection Law.' + ], + [ + 'question' => 'What are the key features of LibreCode signature pads?', + 'answer' => 'File Creation, Signature with Digital Certificate, Signature Management, Document Management, Validation, API' + ], + [ + 'question' => 'what are the payment methods?', + 'answer' => 'Credit card' + ], + [ + 'question' => 'Is a digital signature the same as a digitized signature?', + 'answer' => 'No. The digitized signature is the reproduction of the handwritten signature as an image using scanner-type. It does not guarantee the authorship and of the electronic document, as there is no association between the signer and the text, as it can be easily copied and inserted another document.' + ], + [ + 'question' => 'What is the name of the company that LibreSign was developed by?', + 'answer' => 'LibreCode, a Brazilian cooperative of free software developers.' + ], + [ + 'question' => 'Does the plan have any kind of loyalty?', + 'answer' => 'You are free to cancel your plan at any time. By canceling, Signater undertakes not to renew the billing for your plan.' + ], + [ + 'question' => 'What happens if I cancel my plan?', + 'answer' => 'Yes, at any time. After canceling, you will no longer be charged and there will be no automatic renewal.' + ], + [ + 'question' => 'Can I use my personal digital certificate to sign documents?', + 'answer' => 'Yes. You can store your digital certificate in LibreSign and when you sign a document you will be asked for your password.' + ], + [ + 'question' => 'Do I need a digital certificate to sign documents?', + 'answer' => 'No. LibreSign creates a digital certificate for each user who does not have a personal digital certificate.' + ], + [ + 'question' => 'What is Libresign?', + 'answer' => 'LibreSign is a platform that makes it easy to sign documents digitally and electronically, guaranteeing security and compliance with the law. With it, you can sign documents using digital certificates, such as e-CPF(Registration of Individuals) or e-CNPJ(National Register of Legal Entities), simply and securely.' + ], + [ + 'question' => 'What types of digital certificates does LibreSign accept?', + 'answer' => 'LibreSign accepts e-CPF(Registration of Individuals), e-CNPJ(National Register of Legal Entities), and also certificates issued by Certificate Authorities in the ICP-Brasil standard. In addition, if you prefer, you can use certificates generated by the system itself.' + ], + [ + 'question' => 'What is the difference between digital and electronic signatures?', + 'answer' => 'A digital signature uses a digital certificate, which provides greater security and legal validity. Electronic signatures, on the other hand, are made in other ways, such as by e-mail or cell phone, and also have legal validity, depending on the context.' + ], + [ + 'question' => 'Is LibreSign compatible with mobile devices?', + 'answer' => 'Yes, you can use LibreSign directly from your smartphone or tablet by simply accessing the browser. This allows you to sign your documents from anywhere.' + ], + [ + 'question' => 'Is it possible to integrate LibreSign with other systems?', + 'answer' => 'Absolutely! LibreSign has APIs that allow you to integrate the platform with other systems you already use, helping to automate processes and make everything more agile.' + ], + [ + 'question' => 'Can LibreSign be used by public bodies?', + 'answer' => 'Yes, LibreSign is perfect for town halls and public bodies that need a secure and legally valid solution for signing documents.' + ], + [ + 'question' => 'How can I buy LibreSign?', + 'answer' => 'You can purchase LibreSign directly on our website or talk to our sales team, who will help you find the ideal plan for your needs.' + ], + [ + 'question' => 'Does LibreSign offer technical support?', + 'answer' => 'Yes, our support team is ready to help you with the configuration and with any questions or problems you may have.' + ], + [ + 'question' => 'How are documents signed in LibreSign?', + 'answer' => 'It is very simple! All you have to do is upload the document to the platform, choose who is going to sign it and select the form of signature (digital or electronic). The system will record everything and ensure that the process is secure and traceable.' + ], + [ + 'question' => 'Does LibreSign time-stamp documents?', + 'answer' => 'Yes, LibreSign offers time stamping, which guarantees the exact date and time of the signature, which brings even more security and legal validity.' + ], ], 'getFromCategory' => function($page, $category) { $files = array_merge( diff --git a/lang/en/main.json b/lang/en/main.json index 6b633d24..b9156d5d 100644 --- a/lang/en/main.json +++ b/lang/en/main.json @@ -1,14 +1,17 @@ { "# LibreSign Privacy Notice\n\n## Introduction\n\nThe **LibreSign** is documents signer free developed by **LibreCode**, cooperative of professional of IT. The LibreSign was thinked having to base the security and the privacy of users.\n\nWe establish this Privacy Notice to inform how the personal data collected through of the our contact form on website of LibreSign is treaties, protected and utilized.\n\nThis Notice is governed for norms of General Data Protection Law (GDPL) by Brasil and General Data Protection Law (GDPL) by Europe Union, reflexeting our compromise in protect the privacy and the integration of users personal data.\n\n## Collect of Data\n\nThe LibreCode collect and treat the following personal data through of your website (www.libresign.coop):\n\n- **Name**\n- **E-mail**\n- **Phone**\n\nThese data is provided voluntarily by users when filling the contact form available on our website. The collect these data have how finality exclusive establish a communication channel efficient with the interested in our products and services.\n\n**When filling the registration form you agree with the treat of your data to publish of products of LibreCode. You can revoke your consent any time, just click on link available in communication or send an e-mail to:** contato@librecode.coop.\n\n## Use of Data\n\nThe personal data collected is used just to the following finalities:\n\n- Answer of requests, doubts or users of comments\n- Send communications that have been expressly requested by user ou that be pertinent to your manifested interest\n- Register of attendance history\n- For legal and/or regulatory purposes\n \nThe LibreCode is committed to not use the data collected to specific distincts finality above without the prev notification of the data holders.\n\n## Data Sharing\n\nThe LibreCode not share, sell, rent or another way provides collected personal data to third parties, except when necessary to fulfill with legal obligations or with user express authorization.\n\n## Data Security\n\nWe employ measures security technique and organizational to protected the personal data collected against accesses not authorized, undue changes, disclosure or destruction. Our commitment with security, include adoption of recommented pratics in terms of data protect. To know more about the security politic of LibreCode between in contact us.\n\n## Data Holders Rights\n\nAccording to art 18 of LGPD and the GDPR, users have the use to access, to correct, delete or to carry personal user data, beside can limit or if oppose to your treat when substantiated in the interest legitimate of the controller.\n\nTo exercise your rights, the holders of data and/or your responsible should **in to by way e-mail:** contato@librecode.coop\n\n## Changes of Privacy Politic\n\nLibreCode reserves the right to change this Privacy Policy any moment. The changes will be valid immediately after you publish on website. We recommend the periodic review this politic.\n\n## Contact\n\nTo relative questions to our Privacy Politic any moment contact us by e-mail: contato@librecode.coop\n\nThis Privacy Politic was updated by last once on 08 april 2024": "# LibreSign Privacy Notice\n\n## Introduction\n\nThe **LibreSign** is documents signer free developed by **LibreCode**, cooperative of professional of IT. The LibreSign was thinked having to base the security and the privacy of users.\n\nWe establish this Privacy Notice to inform how the personal data collected through of the our contact form on website of LibreSign is treaties, protected and utilized.\n\nThis Notice is governed for norms of General Data Protection Law (GDPL) by Brasil and General Data Protection Law (GDPL) by Europe Union, reflexeting our compromise in protect the privacy and the integration of users personal data.\n\n## Collect of Data\n\nThe LibreCode collect and treat the following personal data through of your website (www.libresign.coop):\n\n- **Name**\n- **E-mail**\n- **Phone**\n\nThese data is provided voluntarily by users when filling the contact form available on our website. The collect these data have how finality exclusive establish a communication channel efficient with the interested in our products and services.\n\n**When filling the registration form you agree with the treat of your data to publish of products of LibreCode. You can revoke your consent any time, just click on link available in communication or send an e-mail to:** contato@librecode.coop.\n\n## Use of Data\n\nThe personal data collected is used just to the following finalities:\n\n- Answer of requests, doubts or users of comments\n- Send communications that have been expressly requested by user ou that be pertinent to your manifested interest\n- Register of attendance history\n- For legal and/or regulatory purposes\n \nThe LibreCode is committed to not use the data collected to specific distincts finality above without the prev notification of the data holders.\n\n## Data Sharing\n\nThe LibreCode not share, sell, rent or another way provides collected personal data to third parties, except when necessary to fulfill with legal obligations or with user express authorization.\n\n## Data Security\n\nWe employ measures security technique and organizational to protected the personal data collected against accesses not authorized, undue changes, disclosure or destruction. Our commitment with security, include adoption of recommented pratics in terms of data protect. To know more about the security politic of LibreCode between in contact us.\n\n## Data Holders Rights\n\nAccording to art 18 of LGPD and the GDPR, users have the use to access, to correct, delete or to carry personal user data, beside can limit or if oppose to your treat when substantiated in the interest legitimate of the controller.\n\nTo exercise your rights, the holders of data and/or your responsible should **in to by way e-mail:** contato@librecode.coop\n\n## Changes of Privacy Politic\n\nLibreCode reserves the right to change this Privacy Policy any moment. The changes will be valid immediately after you publish on website. We recommend the periodic review this politic.\n\n## Contact\n\nTo relative questions to our Privacy Politic any moment contact us by e-mail: contato@librecode.coop\n\nThis Privacy Politic was updated by last once on 08 april 2024", "## Common problems in document management\n\nDocument management faces several common issues. Manual document signing can take days or even weeks, especially when multiple signatures are needed, delaying important processes and affecting the institution's operations. Moreover, manual handling of documents increases the chance of errors, leading to legal and administrative problems. The use of paper, printing, storage, and sending physical documents also generates significant costs for institutions. Finally, ensuring data security and compliance with laws, such as the LGPD (General Data Protection Law), is a constant challenge.\n\n### Real problem: Floods in Rio Grande do Sul\n\n![Image](../assets/images/floods-in-rio-grande-do-sul.png)\n\nA recent example that highlights the importance of document digitization is the floods in Rio Grande do Sul. Many schools and universities in the region suffered the loss of important physical documents due to the floods. These non-digitized documents resulted in enormous losses and difficulties in recovering essential information, affecting the administration and continuity of educational activities.\n\nA recent example that highlights the importance of document digitization is the floods in Rio Grande do Sul. Many schools and universities lost important physical documents due to the floods, resulting in enormous losses and difficulties in recovering essential information. The lack of digitization severely affected the administration and continuity of educational activities. This tragic event reinforces the urgent need to adopt digital solutions to protect important data and ensure the resilience of institutions against natural disasters.\n\n## LibreSign: The ideal solution\n\nLibreSign is a digital signature platform that allows educational institutions to digitize and automate document management, offering a secure, efficient, and cost-effective solution. With LibreSign, you reduce bureaucracy, save resources, and increase security.\n\nAmong its features, we highlight:\n\n1. Digital document signing using digital certificates (e-CPF, e-CNPJ, or system-generated certificates).\n2. Legal validity and compliance with Brazilian legislation, including the General Data Protection Law (LGPD), and the European Union's General Data Protection Regulation (GDPR).\n3. Centralizes the creation, storage, and signing of documents in a single system, facilitating access and management, reducing bureaucracy, and increasing the efficiency of academic offices.\n4. Uses advanced encryption to protect documents from unauthorized access, ensuring data integrity and confidentiality, which is essential for LGPD compliance.\n5. Eliminates the need for physical document sending, saving time and resources.\n\n### Examples of documents that can be signed\n\nLibreSign can be used to sign a wide variety of school and academic documents, including:\n\n1. Enrollment contracts\n2. Report cards and performance reports\n3. Certificates and diplomas\n4. Lesson plans\n5. Parental authorizations\n6. Statements and requests\n7. Various administrative forms\n\nUsing LibreSign for these documents increases practicality, security, efficiency, and legal compliance, benefiting both institutions and students.\n\n#### Discover the benefits of using LibreSign\n\n- Speed: Reduce the time needed to sign and process documents, increasing productivity.\n- Cost Reduction: Eliminate costs associated with paper, printing, and sending documents.\n- Security: Ensure the protection of sensitive data and compliance with the LGPD.\n- Sustainability: Contribute to environmental preservation by reducing paper usage.\n- Accessibility: Allow documents to be signed from anywhere, at any time, facilitating remote management.\n\nDigitizing signing processes is a crucial step towards modernizing educational institutions. LibreSign offers a complete solution that not only improves efficiency and reduces costs but also ensures data security and compliance. Transform your institution's document management with LibreSign and enjoy all the benefits of digital transformation.\n\n🌐 Contact us: [LibreSign Contact Us](https://libresign.coop/contact-us)\n": "## Common problems in document management\n\nDocument management faces several common issues. Manual document signing can take days or even weeks, especially when multiple signatures are needed, delaying important processes and affecting the institution's operations. Moreover, manual handling of documents increases the chance of errors, leading to legal and administrative problems. The use of paper, printing, storage, and sending physical documents also generates significant costs for institutions. Finally, ensuring data security and compliance with laws, such as the LGPD (General Data Protection Law), is a constant challenge.\n\n### Real problem: Floods in Rio Grande do Sul\n\n![Image](../assets/images/floods-in-rio-grande-do-sul.png)\n\nA recent example that highlights the importance of document digitization is the floods in Rio Grande do Sul. Many schools and universities in the region suffered the loss of important physical documents due to the floods. These non-digitized documents resulted in enormous losses and difficulties in recovering essential information, affecting the administration and continuity of educational activities.\n\nA recent example that highlights the importance of document digitization is the floods in Rio Grande do Sul. Many schools and universities lost important physical documents due to the floods, resulting in enormous losses and difficulties in recovering essential information. The lack of digitization severely affected the administration and continuity of educational activities. This tragic event reinforces the urgent need to adopt digital solutions to protect important data and ensure the resilience of institutions against natural disasters.\n\n## LibreSign: The ideal solution\n\nLibreSign is a digital signature platform that allows educational institutions to digitize and automate document management, offering a secure, efficient, and cost-effective solution. With LibreSign, you reduce bureaucracy, save resources, and increase security.\n\nAmong its features, we highlight:\n\n1. Digital document signing using digital certificates (e-CPF, e-CNPJ, or system-generated certificates).\n2. Legal validity and compliance with Brazilian legislation, including the General Data Protection Law (LGPD), and the European Union's General Data Protection Regulation (GDPR).\n3. Centralizes the creation, storage, and signing of documents in a single system, facilitating access and management, reducing bureaucracy, and increasing the efficiency of academic offices.\n4. Uses advanced encryption to protect documents from unauthorized access, ensuring data integrity and confidentiality, which is essential for LGPD compliance.\n5. Eliminates the need for physical document sending, saving time and resources.\n\n### Examples of documents that can be signed\n\nLibreSign can be used to sign a wide variety of school and academic documents, including:\n\n1. Enrollment contracts\n2. Report cards and performance reports\n3. Certificates and diplomas\n4. Lesson plans\n5. Parental authorizations\n6. Statements and requests\n7. Various administrative forms\n\nUsing LibreSign for these documents increases practicality, security, efficiency, and legal compliance, benefiting both institutions and students.\n\n#### Discover the benefits of using LibreSign\n\n- Speed: Reduce the time needed to sign and process documents, increasing productivity.\n- Cost Reduction: Eliminate costs associated with paper, printing, and sending documents.\n- Security: Ensure the protection of sensitive data and compliance with the LGPD.\n- Sustainability: Contribute to environmental preservation by reducing paper usage.\n- Accessibility: Allow documents to be signed from anywhere, at any time, facilitating remote management.\n\nDigitizing signing processes is a crucial step towards modernizing educational institutions. LibreSign offers a complete solution that not only improves efficiency and reduces costs but also ensures data security and compliance. Transform your institution's document management with LibreSign and enjoy all the benefits of digital transformation.\n\n🌐 Contact us: [LibreSign Contact Us](https://libresign.coop/contact-us)\n", + "### Advanced security for public companies\n\nIn a digital environment where information security is crucial, especially for public companies that deal with large volumes of sensitive documents, LibreSign stands out for offering advanced security. Using data encryption and multi-factor authentication, LibreSign ensures that your data is always protected.\n\n#### See some advantages:\n\nEnd-to-end encryption ensures that only authorized recipients can access and read document content. With LibreSign, each document is encrypted from submission to final signature, ensuring your information remains secure every step of the way.\n\nThis encryption protects against interception during the transmission and storage of documents, ensuring that even if the data is accessed by third parties, it will be indecipherable and useless. For public companies that frequently deal with confidential information, this additional security is essential to protect the integrity of their administrative processes.\n\n#### Secure authentication\n\nLibreSign implements multi-factor authentication (MFA), making unauthorized access difficult and ensuring that only verified people can sign documents. This method requires users to provide two or more forms of verification before accessing documents, making the signing process more secure and reliable.\n\nFor example, in addition to the password, a code sent to the user's cell phone or email may be required. This additional level of verification prevents unauthorized people from forging signatures or accessing important documents. For public organizations, where accuracy and accountability are paramount, MFA provides an indispensable extra layer of security.\n\n### The importance of digital security in public companies\n\nPublic companies deal daily with information that requires the highest level of security. From contracts and agreements to legislative documents and citizen records, protecting this data is crucial. Any security breach can result in serious consequences, including data loss, unauthorized access to sensitive information and damage to the organization's reputation.\n\nLibreSign was developed with a focus on security and efficiency. The platform ensures that each document goes through a secure process, from creation to final signature. This level of detail and care is especially important in a scenario where reliability and security are mandatory.\n\n### Additional Benefits of LibreSign\n\nIn addition to advanced security features, LibreSign offers other advantages that make document management more efficient and secure:\n\n- **Intuitive interface:** The platform is easy to use, allowing employees to focus on their main tasks without wasting time on complicated systems.\n- **Real-time monitoring:** Track the status of documents in real time, allowing quick actions such as sending reminders for pending signatures.\n- **Integration with other systems:** LibreSign can be integrated with other systems used by your organization, providing more cohesive and centralized document management.\n\n### Conclusion\n\nThe security of your documents cannot be compromised. With LibreSign, you are guaranteed maximum protection through end-to-end encryption and authentication with multiple identification factors. Our solution is developed to meet the stringent security requirements of public companies, ensuring that each document is treated with the highest level of integrity and reliability.\n\nDon't wait until a security breach affects your organization. Contact us today to learn more about how LibreSign can meet the needs of your public organization. Schedule a demonstration and discover how we can improve document management and administrative efficiency at your institution.\n\nProtect your documents, optimize your processes and ensure the security and efficiency that your public organization deserves with LibreSign.\n": "### Advanced security for public companies\n\nIn a digital environment where information security is crucial, especially for public companies that deal with large volumes of sensitive documents, LibreSign stands out for offering advanced security. Using data encryption and multi-factor authentication, LibreSign ensures that your data is always protected.\n\n#### See some advantages:\n\nEnd-to-end encryption ensures that only authorized recipients can access and read document content. With LibreSign, each document is encrypted from submission to final signature, ensuring your information remains secure every step of the way.\n\nThis encryption protects against interception during the transmission and storage of documents, ensuring that even if the data is accessed by third parties, it will be indecipherable and useless. For public companies that frequently deal with confidential information, this additional security is essential to protect the integrity of their administrative processes.\n\n#### Secure authentication\n\nLibreSign implements multi-factor authentication (MFA), making unauthorized access difficult and ensuring that only verified people can sign documents. This method requires users to provide two or more forms of verification before accessing documents, making the signing process more secure and reliable.\n\nFor example, in addition to the password, a code sent to the user's cell phone or email may be required. This additional level of verification prevents unauthorized people from forging signatures or accessing important documents. For public organizations, where accuracy and accountability are paramount, MFA provides an indispensable extra layer of security.\n\n### The importance of digital security in public companies\n\nPublic companies deal daily with information that requires the highest level of security. From contracts and agreements to legislative documents and citizen records, protecting this data is crucial. Any security breach can result in serious consequences, including data loss, unauthorized access to sensitive information and damage to the organization's reputation.\n\nLibreSign was developed with a focus on security and efficiency. The platform ensures that each document goes through a secure process, from creation to final signature. This level of detail and care is especially important in a scenario where reliability and security are mandatory.\n\n### Additional Benefits of LibreSign\n\nIn addition to advanced security features, LibreSign offers other advantages that make document management more efficient and secure:\n\n- **Intuitive interface:** The platform is easy to use, allowing employees to focus on their main tasks without wasting time on complicated systems.\n- **Real-time monitoring:** Track the status of documents in real time, allowing quick actions such as sending reminders for pending signatures.\n- **Integration with other systems:** LibreSign can be integrated with other systems used by your organization, providing more cohesive and centralized document management.\n\n### Conclusion\n\nThe security of your documents cannot be compromised. With LibreSign, you are guaranteed maximum protection through end-to-end encryption and authentication with multiple identification factors. Our solution is developed to meet the stringent security requirements of public companies, ensuring that each document is treated with the highest level of integrity and reliability.\n\nDon't wait until a security breach affects your organization. Contact us today to learn more about how LibreSign can meet the needs of your public organization. Schedule a demonstration and discover how we can improve document management and administrative efficiency at your institution.\n\nProtect your documents, optimize your processes and ensure the security and efficiency that your public organization deserves with LibreSign.\n", "### Real-time monitoring - Transform document management in public organizations with LibreSign\n\nManaging documents efficiently and transparently is a constant challenge for many organizations, especially those in the public sector, where signing large volumes of documents is routine. The lack of visibility and control over the status of subscriptions can result in delays and a considerable loss of productivity, negatively impacting daily services and operations.\n\nImagine not being sure whether an important document has been signed or, even worse, discovering that it needs urgent action when it is already too late. This scenario not only generates frustration, but can also compromise the organization's efficiency and credibility. It is in this context that LibreSign stands out, offering a solution that provides total transparency and control over the document signing process.\n\n### The main advantages of Real-time Monitoring with LibreSign\n\n#### 1. Detailed and immediate follow-up\n\nLibreSign's real-time monitoring allows you to track every step of the signing process. This means that at any time you can check whether a document has been signed or is still pending action. This immediate visibility is essential to ensure that documents do not stand still and that all parties involved meet their deadlines.\n\n#### 2. Sending automatic reminders\n\nWhen a document is pending signature, LibreSign allows you to send reminders to signatories. This functionality ensures that everyone is notified and can act quickly, avoiding unnecessary delays. In public organizations, where speed and precision are fundamental, this ability to automatically remember signatories is a very significant differentiator.\n\n#### 3. Quick problem resolution\n\nWith real-time monitoring, problems can be identified and resolved immediately. By tracking the progress of documents, you can detect any obstacles or delays and take the necessary steps to correct the situation. This rapid response capability improves workflow efficiency and ensures documents are signed within established deadlines.\n\n#### 4. Intuitive dashboard\n\nLibreSign's interactive dashboard gives you a clear, detailed view of the status of each document. This intuitive interface facilitates the management and monitoring of multiple simultaneous signatures, allowing the team to focus on more strategic tasks, knowing that the system is taking care of document control and monitoring.\n\n#### Why do public organizations need LibreSign?\n\nPublic organizations deal with large volumes of documents that need to be signed by different parties, often in different locations. Efficiency in managing these subscriptions is essential to keep administrative processes in order and ensure continuity of services. LibreSign not only speeds up the signing process, but also improves team organization and productivity by centralizing signature management in a single panel.\n\n### Examples of real-time monitoring applications\n\n1. **Government Departments:**\n\nIn government departments, where signing official documents is a daily activity, real-time monitoring ensures that all documents are signed in a timely manner and that no important details are overlooked.\n\n2. **Hospitals and Health Services:**\n\nIn hospitals and healthcare services, efficient document management can literally save lives. The ability to monitor prescription and authorization signatures, prescriptions and other critical documents in real time ensures that patients receive the care they need without delays.\n\n3. **Educational Sector:**\n\nSchools, universities and other educational institutions can benefit from LibreSign by managing teacher contracts, parental consents, student records and other important documents efficiently and transparently.\n\nImplementing real-time monitoring with LibreSign revolutionizes document management, providing a more transparent and efficient experience. Public organizations, in particular, can benefit from this technology, ensuring that their signature processes are agile and well controlled.\n\nDon't let a lack of visibility and control harm your organization's productivity. Try LibreSign and transform your digital signature processes. Schedule a demonstration and discover how we can improve document management and administrative efficiency at your institution.\n": "### Real-time monitoring - Transform document management in public organizations with LibreSign\n\nManaging documents efficiently and transparently is a constant challenge for many organizations, especially those in the public sector, where signing large volumes of documents is routine. The lack of visibility and control over the status of subscriptions can result in delays and a considerable loss of productivity, negatively impacting daily services and operations.\n\nImagine not being sure whether an important document has been signed or, even worse, discovering that it needs urgent action when it is already too late. This scenario not only generates frustration, but can also compromise the organization's efficiency and credibility. It is in this context that LibreSign stands out, offering a solution that provides total transparency and control over the document signing process.\n\n### The main advantages of Real-time Monitoring with LibreSign\n\n#### 1. Detailed and immediate follow-up\n\nLibreSign's real-time monitoring allows you to track every step of the signing process. This means that at any time you can check whether a document has been signed or is still pending action. This immediate visibility is essential to ensure that documents do not stand still and that all parties involved meet their deadlines.\n\n#### 2. Sending automatic reminders\n\nWhen a document is pending signature, LibreSign allows you to send reminders to signatories. This functionality ensures that everyone is notified and can act quickly, avoiding unnecessary delays. In public organizations, where speed and precision are fundamental, this ability to automatically remember signatories is a very significant differentiator.\n\n#### 3. Quick problem resolution\n\nWith real-time monitoring, problems can be identified and resolved immediately. By tracking the progress of documents, you can detect any obstacles or delays and take the necessary steps to correct the situation. This rapid response capability improves workflow efficiency and ensures documents are signed within established deadlines.\n\n#### 4. Intuitive dashboard\n\nLibreSign's interactive dashboard gives you a clear, detailed view of the status of each document. This intuitive interface facilitates the management and monitoring of multiple simultaneous signatures, allowing the team to focus on more strategic tasks, knowing that the system is taking care of document control and monitoring.\n\n#### Why do public organizations need LibreSign?\n\nPublic organizations deal with large volumes of documents that need to be signed by different parties, often in different locations. Efficiency in managing these subscriptions is essential to keep administrative processes in order and ensure continuity of services. LibreSign not only speeds up the signing process, but also improves team organization and productivity by centralizing signature management in a single panel.\n\n### Examples of real-time monitoring applications\n\n1. **Government Departments:**\n\nIn government departments, where signing official documents is a daily activity, real-time monitoring ensures that all documents are signed in a timely manner and that no important details are overlooked.\n\n2. **Hospitals and Health Services:**\n\nIn hospitals and healthcare services, efficient document management can literally save lives. The ability to monitor prescription and authorization signatures, prescriptions and other critical documents in real time ensures that patients receive the care they need without delays.\n\n3. **Educational Sector:**\n\nSchools, universities and other educational institutions can benefit from LibreSign by managing teacher contracts, parental consents, student records and other important documents efficiently and transparently.\n\nImplementing real-time monitoring with LibreSign revolutionizes document management, providing a more transparent and efficient experience. Public organizations, in particular, can benefit from this technology, ensuring that their signature processes are agile and well controlled.\n\nDon't let a lack of visibility and control harm your organization's productivity. Try LibreSign and transform your digital signature processes. Schedule a demonstration and discover how we can improve document management and administrative efficiency at your institution.\n", "### Validity of Legal Signatures in Brazil and Around the World\n\nWith the increasing digitalization of administrative and legal processes, the validity of electronic signatures has become a topic of great relevance. Digital signatures offer security, agility, and convenience, but it is essential to understand their legal basis both in Brazil and in other countries. In this article, we explore the legal validity of digital signatures in a global context.\n\n#### Legal Signatures in Brazil\n\nIn Brazil, the validity of electronic signatures is provided for by [Provisional Measure No. 2,200-2/2001](https://www.planalto.gov.br/ccivil_03/MPV/Antigas_2001/2200-2.htm), which established the Brazilian Public Key Infrastructure (ICP-Brasil). This measure establishes that digitally signed documents using certificates issued by accredited authorities have the same legal validity as physically signed documents.\n\n**Article 10 of MP 2,200-2/2001:**\n\"Electronic documents referred to in this Provisional Measure, whose signatures were made using a digital certificate issued by an accredited Certification Authority, are considered public or private documents.\"\n\nAdditionally, [Law No. 14,063/2020](https://www.planalto.gov.br/ccivil_03/_Ato2019-2022/2020/Lei/L14063.htm) brought important updates on the use of electronic signatures in the public sector, classifying them into three types: simple, advanced, and qualified, with the latter having the highest level of security and legal validity.\n\n#### Legal Signatures Around the World\n\nThe regulation of electronic signatures varies from country to country, but there is a global movement towards their acceptance and validation.\n\n##### European Union\n\nIn the European Union, the [eIDAS Regulation](https://s.librecode.coop/e-idas-regulation) (Electronic Identification, Authentication and Trust Services), in effect since 2016, standardizes the use of electronic signatures among Member States. The eIDAS recognizes three types of electronic signatures: simple, advanced, and qualified, with the latter being the only one that has legal equivalence to handwritten signatures.\n\n**Article 25 of the eIDAS Regulation:**\n\"A qualified electronic signature shall have the equivalent legal effect of a handwritten signature.\"\n\n##### United States\n\nIn the United States, the Electronic Signatures in Global and National Commerce Act ([E-SIGN Act](https://www.congress.gov/bill/106th-congress/house-bill/1714)) and the Uniform Electronic Transactions Act (UETA) establish that electronic signatures are legally valid and enforceable, provided that all parties involved in the contract opt to use electronic means.\n\n**Section 101(a) of the E-SIGN Act:**\n\"A signature, contract, or other record relating to such transaction may not be denied legal effect, validity, or enforceability solely because it is in electronic form.\"\n\n#### Benefits of Digital Signatures\n\nThe adoption of digital signatures offers several benefits for businesses and institutions:\n\n1. **Security:** They use encryption to ensure the authenticity and integrity of documents.\n2. **Efficiency:** They reduce the time required to sign and process documents.\n3. **Sustainability:** They decrease paper usage, contributing to more sustainable practices.\n\nDigital signatures represent a significant advancement in the way documents are managed and authenticated. Their legal validity is supported by specific laws both in Brazil and in other countries, providing security and efficiency for businesses and individuals.\n\nFor more information on the validity of digital signatures in Brazil, visit [ICP-Brasil](http://www.iti.gov.br/icp-brasil) and [Law No. 14,063/2020](https://www.planalto.gov.br/ccivil_03/_Ato2019-2022/2020/Lei/L14063.htm).\n": "### Validity of Legal Signatures in Brazil and Around the World\n\nWith the increasing digitalization of administrative and legal processes, the validity of electronic signatures has become a topic of great relevance. Digital signatures offer security, agility, and convenience, but it is essential to understand their legal basis both in Brazil and in other countries. In this article, we explore the legal validity of digital signatures in a global context.\n\n#### Legal Signatures in Brazil\n\nIn Brazil, the validity of electronic signatures is provided for by [Provisional Measure No. 2,200-2/2001](https://www.planalto.gov.br/ccivil_03/MPV/Antigas_2001/2200-2.htm), which established the Brazilian Public Key Infrastructure (ICP-Brasil). This measure establishes that digitally signed documents using certificates issued by accredited authorities have the same legal validity as physically signed documents.\n\n**Article 10 of MP 2,200-2/2001:**\n\"Electronic documents referred to in this Provisional Measure, whose signatures were made using a digital certificate issued by an accredited Certification Authority, are considered public or private documents.\"\n\nAdditionally, [Law No. 14,063/2020](https://www.planalto.gov.br/ccivil_03/_Ato2019-2022/2020/Lei/L14063.htm) brought important updates on the use of electronic signatures in the public sector, classifying them into three types: simple, advanced, and qualified, with the latter having the highest level of security and legal validity.\n\n#### Legal Signatures Around the World\n\nThe regulation of electronic signatures varies from country to country, but there is a global movement towards their acceptance and validation.\n\n##### European Union\n\nIn the European Union, the [eIDAS Regulation](https://s.librecode.coop/e-idas-regulation) (Electronic Identification, Authentication and Trust Services), in effect since 2016, standardizes the use of electronic signatures among Member States. The eIDAS recognizes three types of electronic signatures: simple, advanced, and qualified, with the latter being the only one that has legal equivalence to handwritten signatures.\n\n**Article 25 of the eIDAS Regulation:**\n\"A qualified electronic signature shall have the equivalent legal effect of a handwritten signature.\"\n\n##### United States\n\nIn the United States, the Electronic Signatures in Global and National Commerce Act ([E-SIGN Act](https://www.congress.gov/bill/106th-congress/house-bill/1714)) and the Uniform Electronic Transactions Act (UETA) establish that electronic signatures are legally valid and enforceable, provided that all parties involved in the contract opt to use electronic means.\n\n**Section 101(a) of the E-SIGN Act:**\n\"A signature, contract, or other record relating to such transaction may not be denied legal effect, validity, or enforceability solely because it is in electronic form.\"\n\n#### Benefits of Digital Signatures\n\nThe adoption of digital signatures offers several benefits for businesses and institutions:\n\n1. **Security:** They use encryption to ensure the authenticity and integrity of documents.\n2. **Efficiency:** They reduce the time required to sign and process documents.\n3. **Sustainability:** They decrease paper usage, contributing to more sustainable practices.\n\nDigital signatures represent a significant advancement in the way documents are managed and authenticated. Their legal validity is supported by specific laws both in Brazil and in other countries, providing security and efficiency for businesses and individuals.\n\nFor more information on the validity of digital signatures in Brazil, visit [ICP-Brasil](http://www.iti.gov.br/icp-brasil) and [Law No. 14,063/2020](https://www.planalto.gov.br/ccivil_03/_Ato2019-2022/2020/Lei/L14063.htm).\n", "$ 600/mo": "$ 600/mo", "- Unlimited accounts\n- Storage customized": "- Unlimited accounts\n- Customized storage", "- Until 5 accounts\n- Storage until 1Gb": "- Up to 5 accounts\n- Up to 1Gb storage", + "A digital signature uses a digital certificate, which provides greater security and legal validity. Electronic signatures, on the other hand, are made in other ways, such as by e-mail or cell phone, and also have legal validity, depending on the context.": "A digital signature uses a digital certificate, which provides greater security and legal validity. Electronic signatures, on the other hand, are made in other ways, such as by e-mail or cell phone, and also have legal validity, depending on the context.", "A simple and complete solution. It speeds up processes and can eliminate the use of paper. We integrated it with our public management system or e-Cidade, it was absurdly good. Congratulations.": "A simple and complete solution. It speeds up processes and can eliminate the use of paper. We integrated it with our public management system or e-Cidade, it was absurdly good. Congratulations.", "About": "About", "About Us": "About Us", + "Absolutely! LibreSign has APIs that allow you to integrate the platform with other systems you already use, helping to automate processes and make everything more agile.": "Absolutely! LibreSign has APIs that allow you to integrate the platform with other systems you already use, helping to automate processes and make everything more agile.", "Access management by users or departments": "Access management by users or departments", "Advanced security": "Advanced security", "Agility and security are paramount in business transactions, and LibreSign emerges as the intelligent choice for diverse sectors. Developed by LibreCode, a cooperative of IT professionals, LibreSign embodies the Free and Open-Source Software (FOSS) philosophy. With robust security standards, it ensures the inviolability of electronic signatures, making it ideal for government, education, and corporate enterprises": "Agility and security are paramount in business transactions, and LibreSign emerges as the intelligent choice for diverse sectors. Developed by LibreCode, a cooperative of IT professionals, LibreSign embodies the Free and Open-Source Software (FOSS) philosophy. With robust security standards, it ensures the inviolability of electronic signatures, making it ideal for government, education, and corporate enterprises", @@ -23,6 +26,8 @@ "By %s": "By %s", "By using digital certificates issued by a Certification Authority, it is possible to ensure the signer's identity and the document's integrity. Physical signatures can be forged, compromising the validity of your documents. However, digital signatures, regulated by Provisional Measure No. 2.200-2/2001, provide the necessary security to protect the authenticity and legal validity of your documents.": "By using digital certificates issued by a Certification Authority, it is possible to ensure the signer's identity and the document's integrity. Physical signatures can be forged, compromising the validity of your documents. However, digital signatures, regulated by Provisional Measure No. 2.200-2/2001, provide the necessary security to protect the authenticity and legal validity of your documents.", "CONTACT US": "CONTACT US", + "Can I use my personal digital certificate to sign documents?": "Can I use my personal digital certificate to sign documents?", + "Can LibreSign be used by public bodies?": "Can LibreSign be used by public bodies?", "Choose the perfect plan for your needs - Flexibility and security for companies of all sizes!": "Choose the perfect plan for your needs - Flexibility and security for companies of all sizes!", "Cloud Storage": "Cloud Storage", "Compare plans": "Compare plans", @@ -30,18 +35,22 @@ "Contact": "Contact", "Contact us to more informations": "Contact us for more information", "Contribute to a greener world by eliminating the use of paper.": "Contribute to a greener world by eliminating the use of paper.", + "Credit card": "Credit card", "Customization of visual identity (colors, logo and domain)": "Customization of visual identity (colors, logo and domain)", "Developed by": "Developed by", "Did you know that digital signature is the safest and most efficient way to validate electronic documents?": "Did you know that digital signature is the safest and most efficient way to validate electronic documents?", "Discover the main benefits of integrating e-Cidade with LibreSign and see how this partnership is transforming the digitalization of municipalities, promoting agility, security, and sustainability.": "Discover the main benefits of integrating e-Cidade with LibreSign and see how this partnership is transforming the digitalization of municipalities, promoting agility, security, and sustainability.", "Discover the validity of digital signatures in Brazil and around the world. This article explores the legal basis of electronic signatures, citing specific laws and highlighting the benefits of this technology for businesses and institutions.": "Discover the validity of digital signatures in Brazil and around the world. This article explores the legal basis of electronic signatures, citing specific laws and highlighting the benefits of this technology for businesses and institutions.", + "Do I need a digital certificate to sign documents?": "Do I need a digital certificate to sign documents?", "Document management in education - Challenges and solutions with LibreSign": "Document management in education - Challenges and solutions with LibreSign", "Document management in the educational field is complex and inefficient when done manually. With LibreSign, educational institutions can optimize document management, making it faster, more accurate, and efficient.": "Document management in the educational field is complex and inefficient when done manually. With LibreSign, educational institutions can optimize document management, making it faster, more accurate, and efficient.", "Document validation by QR Code": "Document validation by QR Code", + "Does LibreSign offer technical support?": "Does LibreSign offer technical support?", + "Does LibreSign time-stamp documents?": "Does LibreSign time-stamp documents?", + "Does the plan have any kind of loyalty?": "Does the plan have any kind of loyalty?", "Easily create, send, sign and track all your contracts in one place": "Easily create, send, sign and track all your contracts in one place", "Education": "Education", "Electronic document management": "Electronic document management", - "Electronic signature capture is a technology for signing electronic document files with a handwritten signature. The use of this technology allows for the elimination of the mailing, storage, filing, copying, and retrieval of paper documents. This will save your business time and money.": "Electronic signature capture is a technology for signing electronic document files with a handwritten signature. The use of this technology allows for the elimination of the mailing, storage, filing, copying, and retrieval of paper documents. This will save your business time and money.", "Encrypted signatures that guarantee the integrity of your documents.": "Encrypted signatures that guarantee the integrity of your documents.", "Features": "Features", "File Creation, Signature with Digital Certificate, Signature Management, Document Management, Validation, API": "File Creation, Signature with Digital Certificate, Signature Management, Document Management, Validation, API", @@ -50,12 +59,18 @@ "Free and open source software for electronic signatures": "Free and open source software for electronic signatures", "Full Name": "Full Name", "Home": "Home", + "How are documents signed in LibreSign?": "How are documents signed in LibreSign?", + "How can I buy LibreSign?": "How can I buy LibreSign?", "Hybrid signatures": "Hybrid signatures", "Hybrid signatures streamline negotiation processes, offering flexibility in choosing between personal or system-generated digital certificates for signing documents digitally with LibreSign": "Hybrid signatures streamline negotiation processes, offering flexibility in choosing between personal or system-generated digital certificates for signing documents digitally with LibreSign", "Image with captcha text": "Image with captcha text", + "In the digital era, ensuring security and efficiency in document validation is crucial. LibreSign, a leader in digital signature innovation, redefines the experience by introducing document validation through QR Code. This article will discuss how this functionality not only reinforces security but also provides greater agility in verifying digitally signed documents.\n\nThe validation of digital signature authenticity is quick and easy with the scanning of the code on the document. This eliminates time-consuming and complicated processes, providing a straightforward verification experience.\n\nUsing QR Code for validation not only adds a layer of security but also promotes transparency by providing instant access to essential details such as date, time, and signer identification. This transparency builds trust among the involved parties and makes the process clearer and more effective.\n\nMoreover, LibreSign is compatible with various platforms, making document validation even more accessible. With the use of QR Code, it's possible to validate documents anywhere, whether on mobile devices or computers.\n\nAnother advantage of QR Code usage in LibreSign is the reduction of paper consumption. Since validation is done digitally, there's no need to print documents to validate signatures, contributing to environmental preservation.\n\nWith all these advantages, QR Code validation in LibreSign becomes an efficient solution for companies and individuals seeking a secure and swift way to validate digital documents. Don't waste time on bureaucratic processes; try LibreSign now to explore new paths in document verification.\n": "In the digital era, ensuring security and efficiency in document validation is crucial. LibreSign, a leader in digital signature innovation, redefines the experience by introducing document validation through QR Code. This article will discuss how this functionality not only reinforces security but also provides greater agility in verifying digitally signed documents.\n\nThe validation of digital signature authenticity is quick and easy with the scanning of the code on the document. This eliminates time-consuming and complicated processes, providing a straightforward verification experience.\n\nUsing QR Code for validation not only adds a layer of security but also promotes transparency by providing instant access to essential details such as date, time, and signer identification. This transparency builds trust among the involved parties and makes the process clearer and more effective.\n\nMoreover, LibreSign is compatible with various platforms, making document validation even more accessible. With the use of QR Code, it's possible to validate documents anywhere, whether on mobile devices or computers.\n\nAnother advantage of QR Code usage in LibreSign is the reduction of paper consumption. Since validation is done digitally, there's no need to print documents to validate signatures, contributing to environmental preservation.\n\nWith all these advantages, QR Code validation in LibreSign becomes an efficient solution for companies and individuals seeking a secure and swift way to validate digital documents. Don't waste time on bureaucratic processes; try LibreSign now to explore new paths in document verification.\n", "In the face of common challenges in digital signature processes, hybrid signatures present an effective solution. As a pioneer in this innovation, LibreSign provides its users with the flexibility to choose between using their personal digital certificate (e-CPF or e-CNPJ) or the system-generated certificate to sign documents from anywhere in the world.\nThe digital certificate, whether e-CPF or e-CNPJ, plays a fundamental role in electronic signatures. Acquired through a Certification Authority, it serves as an electronic identity that validates documents and the identity of the holder. Stored on devices like tokens, smart cards, or in the cloud, the certificate is essential for ensuring legitimacy in digital signatures.\nA unique feature of LibreSign is its ability to generate its own Certification Authority. By opting for this feature, users receive a certificate generated internally by the system, streamlining the process and adding innovation and efficiency. The Certification Authority self-generated by LibreSign provides a secure and efficient solution, aligned with the standards of ICP-Brasil.\nSecurity and legal validity are paramount in each signature carried out by LibreSign, ensuring compliance with the rigorous standards established by ICP-Brasil. This guarantees the authenticity and legality of each signed document, meeting and exceeding the expectations of businesses in various sectors, including government, education, and corporate enterprises.\n\nLibreSign is redefining the future of digital signatures, inviting you to be part of this revolution. Join us to explore a new level of experience in electronic signatures.\n": "In the face of common challenges in digital signature processes, hybrid signatures present an effective solution. As a pioneer in this innovation, LibreSign provides its users with the flexibility to choose between using their personal digital certificate (e-CPF or e-CNPJ) or the system-generated certificate to sign documents from anywhere in the world.\nThe digital certificate, whether e-CPF or e-CNPJ, plays a fundamental role in electronic signatures. Acquired through a Certification Authority, it serves as an electronic identity that validates documents and the identity of the holder. Stored on devices like tokens, smart cards, or in the cloud, the certificate is essential for ensuring legitimacy in digital signatures.\nA unique feature of LibreSign is its ability to generate its own Certification Authority. By opting for this feature, users receive a certificate generated internally by the system, streamlining the process and adding innovation and efficiency. The Certification Authority self-generated by LibreSign provides a secure and efficient solution, aligned with the standards of ICP-Brasil.\nSecurity and legal validity are paramount in each signature carried out by LibreSign, ensuring compliance with the rigorous standards established by ICP-Brasil. This guarantees the authenticity and legality of each signed document, meeting and exceeding the expectations of businesses in various sectors, including government, education, and corporate enterprises.\n\nLibreSign is redefining the future of digital signatures, inviting you to be part of this revolution. Join us to explore a new level of experience in electronic signatures.\n", "Invalid Captcha": "Invalid Captcha", + "Is LibreSign compatible with mobile devices?": "Is LibreSign compatible with mobile devices?", "Is a digital signature the same as a digitized signature?": "Is a digital signature the same as a digitized signature?", + "Is it possible to integrate LibreSign with other systems?": "Is it possible to integrate LibreSign with other systems?", + "It is very simple! All you have to do is upload the document to the platform, choose who is going to sign it and select the form of signature (digital or electronic). The system will record everything and ensure that the process is secure and traceable.": "It is very simple! All you have to do is upload the document to the platform, choose who is going to sign it and select the form of signature (digital or electronic). The system will record everything and ensure that the process is secure and traceable.", "It works perfectly with the electronic certificate issued by the Spanish Government. Installation has become very simple and affordable for anyone with minimal knowledge of Nextcloud. Developer support is fantastic. It works on all devices, including mobile devices. It has different options for creating, requesting and signing signatures. Version 9 is a great leap in quality and has a lot of future. It's incredible that this application works so well and is free.": "It works perfectly with the electronic certificate issued by the Spanish Government. Installation has become very simple and affordable for anyone with minimal knowledge of Nextcloud. Developer support is fantastic. It works on all devices, including mobile devices. It has different options for creating, requesting and signing signatures. Version 9 is a great leap in quality and has a lot of future. It's incredible that this application works so well and is free.", "Keep your documents secure with end-to-end encryption and multi-factor authentication, ensuring protection throughout the electronic document signing process.": "Keep your documents secure with end-to-end encryption and multi-factor authentication, ensuring protection throughout the electronic document signing process.", "Language": "Language", @@ -68,9 +83,11 @@ "LibreSign Instagram profile": "LibreSign Instagram profile", "LibreSign LinkedIn page": "LibreSign LinkedIn page", "LibreSign Telegram group": "LibreSign Telegram group", + "LibreSign accepts e-CPF(Registration of Individuals), e-CNPJ(National Register of Legal Entities), and also certificates issued by Certificate Authorities in the ICP-Brasil standard. In addition, if you prefer, you can use certificates generated by the system itself.": "LibreSign accepts e-CPF(Registration of Individuals), e-CNPJ(National Register of Legal Entities), and also certificates issued by Certificate Authorities in the ICP-Brasil standard. In addition, if you prefer, you can use certificates generated by the system itself.", "LibreSign allows documents to be signed securely and with legal validity, since the system generates hashing - an algorithm that ensures that the file has not been altered after being signed - as well as numbers and records the times of each signature carried out in the document. In this way, the system meets all the requirements of the GDPR - General Data Protection Law.": "LibreSign allows documents to be signed securely and with legal validity, since the system generates hashing - an algorithm that ensures that the file has not been altered after being signed - as well as numbers and records the times of each signature carried out in the document. In this way, the system meets all the requirements of the GDPR - General Data Protection Law.", "LibreSign frequently asked questions": "LibreSign frequently asked questions", "LibreSign has come a long way and it is great replacement to most commercial e-signature solutions and it is open source.": "LibreSign has come a long way and it is great replacement to most commercial e-signature solutions and it is open source.", + "LibreSign is a platform that makes it easy to sign documents digitally and electronically, guaranteeing security and compliance with the law. With it, you can sign documents using digital certificates, such as e-CPF(Registration of Individuals) or e-CNPJ(National Register of Legal Entities), simply and securely.": "LibreSign is a platform that makes it easy to sign documents digitally and electronically, guaranteeing security and compliance with the law. With it, you can sign documents using digital certificates, such as e-CPF(Registration of Individuals) or e-CNPJ(National Register of Legal Entities), simply and securely.", "LibreSign is a web application for electronic signatures (e-Sign) developed by the LibreCode cooperative (Brazilian cooperative specialized in free software development). Its development began at the beginning of 2020, in the midst of the pandemic, when people and companies were migrating their physical documentation to digital, and then there was a need to develop a web solution that could offer the possibility of signing documents, contracts and proposals online with security and agility.": "LibreSign is a web application for electronic signatures (e-Sign) developed by the LibreCode cooperative (Brazilian cooperative specialized in free software development). Its development began at the beginning of 2020, in the midst of the pandemic, when people and companies were migrating their physical documentation to digital, and then there was a need to develop a web solution that could offer the possibility of signing documents, contracts and proposals online with security and agility.", "LibreSign is the ideal choice for educational institutions looking to enhance their document processes with legal validity. Simplify the signing of contracts, authorizations, and other essential documents for academic administration. Promote effective document management, providing a streamlined and modern experience for students, teachers, and administrative staff.": "LibreSign is the ideal choice for educational institutions looking to enhance their document processes with legal validity. Simplify the signing of contracts, authorizations, and other essential documents for academic administration. Promote effective document management, providing a streamlined and modern experience for students, teachers, and administrative staff.", "LibreSign revolutionizes document authenticity verification with QR Code, ensuring security, efficiency, and practicality. Its instantaneous validation, agility, transparency, and compatibility with various platforms make it perfect for sustainable businesses. Try this solution now!": "LibreSign revolutionizes document authenticity verification with QR Code, ensuring security, efficiency, and practicality. Its instantaneous validation, agility, transparency, and compatibility with various platforms make it perfect for sustainable businesses. Try this solution now!", @@ -81,6 +98,7 @@ "Message": "Message", "Multiple signers": "Multiple signers", "Need more features?": "Need more features?", + "No. LibreSign creates a digital certificate for each user who does not have a personal digital certificate.": "No. LibreSign creates a digital certificate for each user who does not have a personal digital certificate.", "No. The digitized signature is the reproduction of the handwritten signature as an image using scanner-type. It does not guarantee the authorship and of the electronic document, as there is no association between the signer and the text, as it can be easily copied and inserted another document.": "No. The digitized signature is the reproduction of the handwritten signature as an image using scanner-type. It does not guarantee the authorship and of the electronic document, as there is no association between the signer and the text, as it can be easily copied and inserted another document.", "Online document creation and editing": "Online document creation and editing", "Optimize document management in the public sector with LibreSign. Our solution provides effective administration to handle specific government documentation, ensuring security, speed, and strict compliance with the General Data Protection Law (GDPR). Simplify bureaucratic processes, expedite document signing, and promote more efficient management with LibreSign for the public sector.": "Optimize document management in the public sector with LibreSign. Our solution provides effective administration to handle specific government documentation, ensuring security, speed, and strict compliance with the General Data Protection Law (GDPR). Simplify bureaucratic processes, expedite document signing, and promote more efficient management with LibreSign for the public sector.", @@ -125,12 +143,22 @@ "We offer flexible plans to meet your secure digital storage needs. Easily rent more space and ensure all your important documents are always accessible and protected in our high-security cloud.": "We offer flexible plans to meet your secure digital storage needs. Easily rent more space and ensure all your important documents are always accessible and protected in our high-security cloud.", "We use PKI technology to generate digital certificate keys. LibreSign is open source (and always will be), which allows it to be audited and customized for various needs and integrated with any system and, of course, maintained by the community.": "We use PKI technology to generate digital certificate keys. LibreSign is open source (and always will be), which allows it to be audited and customized for various needs and integrated with any system and, of course, maintained by the community.", "What are the key features of LibreCode signature pads?": "What are the key features of LibreCode signature pads?", - "What is electronic signature capture?": "What is electronic signature capture?", + "What happens if I cancel my plan?": "What happens if I cancel my plan?", + "What is Libresign?": "What is Libresign?", + "What is the difference between digital and electronic signatures?": "What is the difference between digital and electronic signatures?", "What is the name of the company that LibreSign was developed by?": "What is the name of the company that LibreSign was developed by?", "What our customers says": "What our customers says", + "What types of digital certificates does LibreSign accept?": "What types of digital certificates does LibreSign accept?", "Why LibreSign?": "Why LibreSign?", "With the evolution of commercial and legal demands, the need to allow a digital document to be signed by multiple individuals stands out. This capability not only speeds up workflow, ensures legal validity, and fosters collaboration among various stakeholders but also enables all involved parties to view and sign as needed, regardless of location or time zone.\n\nEach digital signature is unique and linked to the signatory, ensuring the security, legal validity, and transparency of the document. Imagine, for example, a complex contract involving representatives from different departments of a company. With LibreSign, each stakeholder can review and sign the document simultaneously, eliminating the need for time-consuming in-person meetings and expediting the approval process.\n\nBy adopting the functionality of multiple signers in digital documents with LibreSign, companies can gain a competitive advantage, significantly reducing the time to complete contracts and agreements, ensuring legal validity, and promoting collaboration.\n\nIn the midst of digital transformation, LibreSign is not just a technological solution; it is a revolution in document management. Allow LibreSign to lead your organization toward an era of efficiency, security, and collaboration. We are ready to be part of your journey towards digital transformation!\n": "With the evolution of commercial and legal demands, the need to allow a digital document to be signed by multiple individuals stands out. This capability not only speeds up workflow, ensures legal validity, and fosters collaboration among various stakeholders but also enables all involved parties to view and sign as needed, regardless of location or time zone.\n\nEach digital signature is unique and linked to the signatory, ensuring the security, legal validity, and transparency of the document. Imagine, for example, a complex contract involving representatives from different departments of a company. With LibreSign, each stakeholder can review and sign the document simultaneously, eliminating the need for time-consuming in-person meetings and expediting the approval process.\n\nBy adopting the functionality of multiple signers in digital documents with LibreSign, companies can gain a competitive advantage, significantly reducing the time to complete contracts and agreements, ensuring legal validity, and promoting collaboration.\n\nIn the midst of digital transformation, LibreSign is not just a technological solution; it is a revolution in document management. Allow LibreSign to lead your organization toward an era of efficiency, security, and collaboration. We are ready to be part of your journey towards digital transformation!\n", + "Yes, LibreSign is perfect for town halls and public bodies that need a secure and legally valid solution for signing documents.": "Yes, LibreSign is perfect for town halls and public bodies that need a secure and legally valid solution for signing documents.", + "Yes, LibreSign offers time stamping, which guarantees the exact date and time of the signature, which brings even more security and legal validity.": "Yes, LibreSign offers time stamping, which guarantees the exact date and time of the signature, which brings even more security and legal validity.", + "Yes, at any time. After canceling, you will no longer be charged and there will be no automatic renewal.": "Yes, at any time. After canceling, you will no longer be charged and there will be no automatic renewal.", + "Yes, our support team is ready to help you with the configuration and with any questions or problems you may have.": "Yes, our support team is ready to help you with the configuration and with any questions or problems you may have.", + "Yes, you can use LibreSign directly from your smartphone or tablet by simply accessing the browser. This allows you to sign your documents from anywhere.": "Yes, you can use LibreSign directly from your smartphone or tablet by simply accessing the browser. This allows you to sign your documents from anywhere.", + "Yes. You can store your digital certificate in LibreSign and when you sign a document you will be asked for your password.": "Yes. You can store your digital certificate in LibreSign and when you sign a document you will be asked for your password.", + "You are free to cancel your plan at any time. By canceling, Signater undertakes not to renew the billing for your plan.": "You are free to cancel your plan at any time. By canceling, Signater undertakes not to renew the billing for your plan.", + "You can purchase LibreSign directly on our website or talk to our sales team, who will help you find the ideal plan for your needs.": "You can purchase LibreSign directly on our website or talk to our sales team, who will help you find the ideal plan for your needs.", "e-Cidade is a system that modernizes and streamlines the administrative processes of Brazilian municipalities, promoting the digitalization of public administration. Used in several municipalities, it encompasses everything from financial and human resources management to school administration.\n\nTo expand its functionalities, there was a need to integrate e-Cidade with a legally valid electronic signature system, aiming to expedite online transactions. LibreSign was selected for its reliability, security, and compliance with Brazilian legal requirements. Here are some advantages:\n\n**Process automation:** \nLibreSign speeds up manual document processes such as appropriations, contracts, agreements, and authorizations, reducing the time to complete transactions and allowing public employees to focus on higher-impact activities.\n\n**Security:** \nBy using e-CPF, e-CNPJ, or certificates generated by the system itself, LibreSign ensures the integrity and authenticity of documents.\n\n**ICP-Brazil compliance:** \nEnsures that all electronic signatures comply with ICP-Brazil standards, guaranteeing the legality of the processes.\n\n**Sustainability:** \nReduces paper usage, contributing to environmental sustainability and minimizing the waste of natural resources.\n\n## Impact on public administration\n\n
\n\nThe union of LibreSign with e-Cidade transforms public administration, making it more secure and sustainable. Municipalities can offer high-quality services to citizens, minimizing delays and bureaucracy, and contributing to environmental preservation.\n\nWant to learn more about this integration?\n\nJoin the e-Cidade community event on 07/31 at 7:00 PM and discover how the integration of LibreSign can revolutionize public administration.\n\nThe event is free and will be held in the community's Telegram group: [eCidadeCE](https://t.me/eCidadeCE)\n\nTransform public administration with technology and innovation. Join us on this journey towards digital security and sustainability!": "e-Cidade is a system that modernizes and streamlines the administrative processes of Brazilian municipalities, promoting the digitalization of public administration. Used in several municipalities, it encompasses everything from financial and human resources management to school administration.\n\nTo expand its functionalities, there was a need to integrate e-Cidade with a legally valid electronic signature system, aiming to expedite online transactions. LibreSign was selected for its reliability, security, and compliance with Brazilian legal requirements. Here are some advantages:\n\n**Process automation:** \nLibreSign speeds up manual document processes such as appropriations, contracts, agreements, and authorizations, reducing the time to complete transactions and allowing public employees to focus on higher-impact activities.\n\n**Security:** \nBy using e-CPF, e-CNPJ, or certificates generated by the system itself, LibreSign ensures the integrity and authenticity of documents.\n\n**ICP-Brazil compliance:** \nEnsures that all electronic signatures comply with ICP-Brazil standards, guaranteeing the legality of the processes.\n\n**Sustainability:** \nReduces paper usage, contributing to environmental sustainability and minimizing the waste of natural resources.\n\n## Impact on public administration\n\n
\n\nThe union of LibreSign with e-Cidade transforms public administration, making it more secure and sustainable. Municipalities can offer high-quality services to citizens, minimizing delays and bureaucracy, and contributing to environmental preservation.\n\nWant to learn more about this integration?\n\nJoin the e-Cidade community event on 07/31 at 7:00 PM and discover how the integration of LibreSign can revolutionize public administration.\n\nThe event is free and will be held in the community's Telegram group: [eCidadeCE](https://t.me/eCidadeCE)\n\nTransform public administration with technology and innovation. Join us on this journey towards digital security and sustainability!", - "### Advanced security for public companies\n\nIn a digital environment where information security is crucial, especially for public companies that deal with large volumes of sensitive documents, LibreSign stands out for offering advanced security. Using data encryption and multi-factor authentication, LibreSign ensures that your data is always protected.\n\n#### See some advantages:\n\nEnd-to-end encryption ensures that only authorized recipients can access and read document content. With LibreSign, each document is encrypted from submission to final signature, ensuring your information remains secure every step of the way.\n\nThis encryption protects against interception during the transmission and storage of documents, ensuring that even if the data is accessed by third parties, it will be indecipherable and useless. For public companies that frequently deal with confidential information, this additional security is essential to protect the integrity of their administrative processes.\n\n#### Secure authentication\n\nLibreSign implements multi-factor authentication (MFA), making unauthorized access difficult and ensuring that only verified people can sign documents. This method requires users to provide two or more forms of verification before accessing documents, making the signing process more secure and reliable.\n\nFor example, in addition to the password, a code sent to the user's cell phone or email may be required. This additional level of verification prevents unauthorized people from forging signatures or accessing important documents. For public organizations, where accuracy and accountability are paramount, MFA provides an indispensable extra layer of security.\n\n### The importance of digital security in public companies\n\nPublic companies deal daily with information that requires the highest level of security. From contracts and agreements to legislative documents and citizen records, protecting this data is crucial. Any security breach can result in serious consequences, including data loss, unauthorized access to sensitive information and damage to the organization's reputation.\n\nLibreSign was developed with a focus on security and efficiency. The platform ensures that each document goes through a secure process, from creation to final signature. This level of detail and care is especially important in a scenario where reliability and security are mandatory.\n\n### Additional Benefits of LibreSign\n\nIn addition to advanced security features, LibreSign offers other advantages that make document management more efficient and secure:\n\n- **Intuitive interface:** The platform is easy to use, allowing employees to focus on their main tasks without wasting time on complicated systems.\n- **Real-time monitoring:** Track the status of documents in real time, allowing quick actions such as sending reminders for pending signatures.\n- **Integration with other systems:** LibreSign can be integrated with other systems used by your organization, providing more cohesive and centralized document management.\n\n### Conclusion\n\nThe security of your documents cannot be compromised. With LibreSign, you are guaranteed maximum protection through end-to-end encryption and authentication with multiple identification factors. Our solution is developed to meet the stringent security requirements of public companies, ensuring that each document is treated with the highest level of integrity and reliability.\n\nDon't wait until a security breach affects your organization. Contact us today to learn more about how LibreSign can meet the needs of your public organization. Schedule a demonstration and discover how we can improve document management and administrative efficiency at your institution.\n\nProtect your documents, optimize your processes and ensure the security and efficiency that your public organization deserves with LibreSign.\n": "### Advanced security for public companies\n\nIn a digital environment where information security is crucial, especially for public companies that deal with large volumes of sensitive documents, LibreSign stands out for offering advanced security. Using data encryption and multi-factor authentication, LibreSign ensures that your data is always protected.\n\n#### See some advantages:\n\nEnd-to-end encryption ensures that only authorized recipients can access and read document content. With LibreSign, each document is encrypted from submission to final signature, ensuring your information remains secure every step of the way.\n\nThis encryption protects against interception during the transmission and storage of documents, ensuring that even if the data is accessed by third parties, it will be indecipherable and useless. For public companies that frequently deal with confidential information, this additional security is essential to protect the integrity of their administrative processes.\n\n#### Secure authentication\n\nLibreSign implements multi-factor authentication (MFA), making unauthorized access difficult and ensuring that only verified people can sign documents. This method requires users to provide two or more forms of verification before accessing documents, making the signing process more secure and reliable.\n\nFor example, in addition to the password, a code sent to the user's cell phone or email may be required. This additional level of verification prevents unauthorized people from forging signatures or accessing important documents. For public organizations, where accuracy and accountability are paramount, MFA provides an indispensable extra layer of security.\n\n### The importance of digital security in public companies\n\nPublic companies deal daily with information that requires the highest level of security. From contracts and agreements to legislative documents and citizen records, protecting this data is crucial. Any security breach can result in serious consequences, including data loss, unauthorized access to sensitive information and damage to the organization's reputation.\n\nLibreSign was developed with a focus on security and efficiency. The platform ensures that each document goes through a secure process, from creation to final signature. This level of detail and care is especially important in a scenario where reliability and security are mandatory.\n\n### Additional Benefits of LibreSign\n\nIn addition to advanced security features, LibreSign offers other advantages that make document management more efficient and secure:\n\n- **Intuitive interface:** The platform is easy to use, allowing employees to focus on their main tasks without wasting time on complicated systems.\n- **Real-time monitoring:** Track the status of documents in real time, allowing quick actions such as sending reminders for pending signatures.\n- **Integration with other systems:** LibreSign can be integrated with other systems used by your organization, providing more cohesive and centralized document management.\n\n### Conclusion\n\nThe security of your documents cannot be compromised. With LibreSign, you are guaranteed maximum protection through end-to-end encryption and authentication with multiple identification factors. Our solution is developed to meet the stringent security requirements of public companies, ensuring that each document is treated with the highest level of integrity and reliability.\n\nDon't wait until a security breach affects your organization. Contact us today to learn more about how LibreSign can meet the needs of your public organization. Schedule a demonstration and discover how we can improve document management and administrative efficiency at your institution.\n\nProtect your documents, optimize your processes and ensure the security and efficiency that your public organization deserves with LibreSign.\n", - "In the digital era, ensuring security and efficiency in document validation is crucial. LibreSign, a leader in digital signature innovation, redefines the experience by introducing document validation through QR Code. This article will discuss how this functionality not only reinforces security but also provides greater agility in verifying digitally signed documents.\n\nThe validation of digital signature authenticity is quick and easy with the scanning of the code on the document. This eliminates time-consuming and complicated processes, providing a straightforward verification experience.\n\nUsing QR Code for validation not only adds a layer of security but also promotes transparency by providing instant access to essential details such as date, time, and signer identification. This transparency builds trust among the involved parties and makes the process clearer and more effective.\n\nMoreover, LibreSign is compatible with various platforms, making document validation even more accessible. With the use of QR Code, it's possible to validate documents anywhere, whether on mobile devices or computers.\n\nAnother advantage of QR Code usage in LibreSign is the reduction of paper consumption. Since validation is done digitally, there's no need to print documents to validate signatures, contributing to environmental preservation.\n\nWith all these advantages, QR Code validation in LibreSign becomes an efficient solution for companies and individuals seeking a secure and swift way to validate digital documents. Don't waste time on bureaucratic processes; try LibreSign now to explore new paths in document verification.\n": "In the digital era, ensuring security and efficiency in document validation is crucial. LibreSign, a leader in digital signature innovation, redefines the experience by introducing document validation through QR Code. This article will discuss how this functionality not only reinforces security but also provides greater agility in verifying digitally signed documents.\n\nThe validation of digital signature authenticity is quick and easy with the scanning of the code on the document. This eliminates time-consuming and complicated processes, providing a straightforward verification experience.\n\nUsing QR Code for validation not only adds a layer of security but also promotes transparency by providing instant access to essential details such as date, time, and signer identification. This transparency builds trust among the involved parties and makes the process clearer and more effective.\n\nMoreover, LibreSign is compatible with various platforms, making document validation even more accessible. With the use of QR Code, it's possible to validate documents anywhere, whether on mobile devices or computers.\n\nAnother advantage of QR Code usage in LibreSign is the reduction of paper consumption. Since validation is done digitally, there's no need to print documents to validate signatures, contributing to environmental preservation.\n\nWith all these advantages, QR Code validation in LibreSign becomes an efficient solution for companies and individuals seeking a secure and swift way to validate digital documents. Don't waste time on bureaucratic processes; try LibreSign now to explore new paths in document verification.\n" + "what are the payment methods?": "what are the payment methods?" } diff --git a/lang/fr/main.json b/lang/fr/main.json index 9d5dc5dd..f50a6ad1 100644 --- a/lang/fr/main.json +++ b/lang/fr/main.json @@ -7,9 +7,11 @@ "$ 600/mo": "$ 600/mo", "- Unlimited accounts\n- Storage customized": "- Unlimited accounts\n- Storage customized", "- Until 5 accounts\n- Storage until 1Gb": "- Until 5 accounts\n- Storage until 1Gb", + "A digital signature uses a digital certificate, which provides greater security and legal validity. Electronic signatures, on the other hand, are made in other ways, such as by e-mail or cell phone, and also have legal validity, depending on the context.": "A digital signature uses a digital certificate, which provides greater security and legal validity. Electronic signatures, on the other hand, are made in other ways, such as by e-mail or cell phone, and also have legal validity, depending on the context.", "A simple and complete solution. It speeds up processes and can eliminate the use of paper. We integrated it with our public management system or e-Cidade, it was absurdly good. Congratulations.": "A simple and complete solution. It speeds up processes and can eliminate the use of paper. We integrated it with our public management system or e-Cidade, it was absurdly good. Congratulations.", "About": "À propos", "About Us": "À propos de nous", + "Absolutely! LibreSign has APIs that allow you to integrate the platform with other systems you already use, helping to automate processes and make everything more agile.": "Absolutely! LibreSign has APIs that allow you to integrate the platform with other systems you already use, helping to automate processes and make everything more agile.", "Access management by users or departments": "Access management by users or departments", "Advanced security": "Advanced security", "Agility and security are paramount in business transactions, and LibreSign emerges as the intelligent choice for diverse sectors. Developed by LibreCode, a cooperative of IT professionals, LibreSign embodies the Free and Open-Source Software (FOSS) philosophy. With robust security standards, it ensures the inviolability of electronic signatures, making it ideal for government, education, and corporate enterprises": "L'agilité et la sécurité sont primordiales dans les transactions commerciales, et LibreSign se présente comme le choix intelligent pour divers secteurs. Développé par LibreCode, une coopérative de professionnels de l'informatique, LibreSign incarne la philosophie du logiciel libre et open source (FOSS). Avec des normes de sécurité robustes, il garantit l'inviolabilité des signatures électroniques, ce qui le rend idéal pour les gouvernements, le secteur éducatif et les entreprises", @@ -24,6 +26,8 @@ "By %s": "By %s", "By using digital certificates issued by a Certification Authority, it is possible to ensure the signer's identity and the document's integrity. Physical signatures can be forged, compromising the validity of your documents. However, digital signatures, regulated by Provisional Measure No. 2.200-2/2001, provide the necessary security to protect the authenticity and legal validity of your documents.": "By using digital certificates issued by a Certification Authority, it is possible to ensure the signer's identity and the document's integrity. Physical signatures can be forged, compromising the validity of your documents. However, digital signatures, regulated by Provisional Measure No. 2.200-2/2001, provide the necessary security to protect the authenticity and legal validity of your documents.", "CONTACT US": "Nous contacter", + "Can I use my personal digital certificate to sign documents?": "Can I use my personal digital certificate to sign documents?", + "Can LibreSign be used by public bodies?": "Can LibreSign be used by public bodies?", "Choose the perfect plan for your needs - Flexibility and security for companies of all sizes!": "Choose the perfect plan for your needs - Flexibility and security for companies of all sizes!", "Cloud Storage": "Cloud Storage", "Compare plans": "Compare plans", @@ -31,33 +35,42 @@ "Contact": "Contact", "Contact us to more informations": "Contact us to more informations", "Contribute to a greener world by eliminating the use of paper.": "Contribute to a greener world by eliminating the use of paper.", + "Credit card": "Credit card", "Customization of visual identity (colors, logo and domain)": "Customization of visual identity (colors, logo and domain)", "Developed by": "Developpé par", "Did you know that digital signature is the safest and most efficient way to validate electronic documents?": "Did you know that digital signature is the safest and most efficient way to validate electronic documents?", "Discover the main benefits of integrating e-Cidade with LibreSign and see how this partnership is transforming the digitalization of municipalities, promoting agility, security, and sustainability.": "Discover the main benefits of integrating e-Cidade with LibreSign and see how this partnership is transforming the digitalization of municipalities, promoting agility, security, and sustainability.", "Discover the validity of digital signatures in Brazil and around the world. This article explores the legal basis of electronic signatures, citing specific laws and highlighting the benefits of this technology for businesses and institutions.": "Discover the validity of digital signatures in Brazil and around the world. This article explores the legal basis of electronic signatures, citing specific laws and highlighting the benefits of this technology for businesses and institutions.", + "Do I need a digital certificate to sign documents?": "Do I need a digital certificate to sign documents?", "Document management in education - Challenges and solutions with LibreSign": "Document management in education - Challenges and solutions with LibreSign", "Document management in the educational field is complex and inefficient when done manually. With LibreSign, educational institutions can optimize document management, making it faster, more accurate, and efficient.": "Document management in the educational field is complex and inefficient when done manually. With LibreSign, educational institutions can optimize document management, making it faster, more accurate, and efficient.", "Document validation by QR Code": "Validation de documents par code QR", + "Does LibreSign offer technical support?": "Does LibreSign offer technical support?", + "Does LibreSign time-stamp documents?": "Does LibreSign time-stamp documents?", + "Does the plan have any kind of loyalty?": "Does the plan have any kind of loyalty?", "Easily create, send, sign and track all your contracts in one place": "Easily create, send, sign and track all your contracts in one place", "Education": "Éducation", "Electronic document management": "Electronic document management", - "Electronic signature capture is a technology for signing electronic document files with a handwritten signature. The use of this technology allows for the elimination of the mailing, storage, filing, copying, and retrieval of paper documents. This will save your business time and money.": "La signature électronique est une technologie permettant de signer des documents électroniques avec une signature manuscrite. L'utilisation de cette technologie permet d'éliminer l'envoi, le stockage, le classement, la copie et la récupération de documents papier. Cela permettra à votre entreprise de gagner du temps et de l'argent.", "Encrypted signatures that guarantee the integrity of your documents.": "Encrypted signatures that guarantee the integrity of your documents.", "Features": "Fonctionnalités", - "File Creation, Signature with Digital Certificate, Signature Management, Document Management, Validation, API": "Création de fichiers, Signature avec certificat numérique, Gestion des signatures, Gestion des documents, Validation, API", + "File Creation, Signature with Digital Certificate, Signature Management, Document Management, Validation, API": "File Creation, Signature with Digital Certificate, Signature Management, Document Management, Validation, API", "Fill in the fields below with your data": "Fill in the fields below with your data", "Finally an excellent app for signing documents. Very good!": "Finally an excellent app for signing documents. Very good!", "Free and open source software for electronic signatures": "Logiciel libre et ouvert pour les signatures électroniques", "Full Name": "Nom complet", "Home": "Accueil", + "How are documents signed in LibreSign?": "How are documents signed in LibreSign?", + "How can I buy LibreSign?": "How can I buy LibreSign?", "Hybrid signatures": "Signatures hybrides", "Hybrid signatures streamline negotiation processes, offering flexibility in choosing between personal or system-generated digital certificates for signing documents digitally with LibreSign": "Les signatures hybrides simplifient les processus de négociation, offrant la flexibilité de choisir entre des certificats numériques personnels ou générés par le système pour signer des documents numériquement avec LibreSign", "Image with captcha text": "Image avec texte de captcha", "In the digital era, ensuring security and efficiency in document validation is crucial. LibreSign, a leader in digital signature innovation, redefines the experience by introducing document validation through QR Code. This article will discuss how this functionality not only reinforces security but also provides greater agility in verifying digitally signed documents.\n\nThe validation of digital signature authenticity is quick and easy with the scanning of the code on the document. This eliminates time-consuming and complicated processes, providing a straightforward verification experience.\n\nUsing QR Code for validation not only adds a layer of security but also promotes transparency by providing instant access to essential details such as date, time, and signer identification. This transparency builds trust among the involved parties and makes the process clearer and more effective.\n\nMoreover, LibreSign is compatible with various platforms, making document validation even more accessible. With the use of QR Code, it's possible to validate documents anywhere, whether on mobile devices or computers.\n\nAnother advantage of QR Code usage in LibreSign is the reduction of paper consumption. Since validation is done digitally, there's no need to print documents to validate signatures, contributing to environmental preservation.\n\nWith all these advantages, QR Code validation in LibreSign becomes an efficient solution for companies and individuals seeking a secure and swift way to validate digital documents. Don't waste time on bureaucratic processes; try LibreSign now to explore new paths in document verification.\n": "In the digital era, ensuring security and efficiency in document validation is crucial. LibreSign, a leader in digital signature innovation, redefines the experience by introducing document validation through QR Code. This article will discuss how this functionality not only reinforces security but also provides greater agility in verifying digitally signed documents.\n\nThe validation of digital signature authenticity is quick and easy with the scanning of the code on the document. This eliminates time-consuming and complicated processes, providing a straightforward verification experience.\n\nUsing QR Code for validation not only adds a layer of security but also promotes transparency by providing instant access to essential details such as date, time, and signer identification. This transparency builds trust among the involved parties and makes the process clearer and more effective.\n\nMoreover, LibreSign is compatible with various platforms, making document validation even more accessible. With the use of QR Code, it's possible to validate documents anywhere, whether on mobile devices or computers.\n\nAnother advantage of QR Code usage in LibreSign is the reduction of paper consumption. Since validation is done digitally, there's no need to print documents to validate signatures, contributing to environmental preservation.\n\nWith all these advantages, QR Code validation in LibreSign becomes an efficient solution for companies and individuals seeking a secure and swift way to validate digital documents. Don't waste time on bureaucratic processes; try LibreSign now to explore new paths in document verification.\n", "In the face of common challenges in digital signature processes, hybrid signatures present an effective solution. As a pioneer in this innovation, LibreSign provides its users with the flexibility to choose between using their personal digital certificate (e-CPF or e-CNPJ) or the system-generated certificate to sign documents from anywhere in the world.\nThe digital certificate, whether e-CPF or e-CNPJ, plays a fundamental role in electronic signatures. Acquired through a Certification Authority, it serves as an electronic identity that validates documents and the identity of the holder. Stored on devices like tokens, smart cards, or in the cloud, the certificate is essential for ensuring legitimacy in digital signatures.\nA unique feature of LibreSign is its ability to generate its own Certification Authority. By opting for this feature, users receive a certificate generated internally by the system, streamlining the process and adding innovation and efficiency. The Certification Authority self-generated by LibreSign provides a secure and efficient solution, aligned with the standards of ICP-Brasil.\nSecurity and legal validity are paramount in each signature carried out by LibreSign, ensuring compliance with the rigorous standards established by ICP-Brasil. This guarantees the authenticity and legality of each signed document, meeting and exceeding the expectations of businesses in various sectors, including government, education, and corporate enterprises.\n\nLibreSign is redefining the future of digital signatures, inviting you to be part of this revolution. Join us to explore a new level of experience in electronic signatures.\n": "In the face of common challenges in digital signature processes, hybrid signatures present an effective solution. As a pioneer in this innovation, LibreSign provides its users with the flexibility to choose between using their personal digital certificate (e-CPF or e-CNPJ) or the system-generated certificate to sign documents from anywhere in the world.\nThe digital certificate, whether e-CPF or e-CNPJ, plays a fundamental role in electronic signatures. Acquired through a Certification Authority, it serves as an electronic identity that validates documents and the identity of the holder. Stored on devices like tokens, smart cards, or in the cloud, the certificate is essential for ensuring legitimacy in digital signatures.\nA unique feature of LibreSign is its ability to generate its own Certification Authority. By opting for this feature, users receive a certificate generated internally by the system, streamlining the process and adding innovation and efficiency. The Certification Authority self-generated by LibreSign provides a secure and efficient solution, aligned with the standards of ICP-Brasil.\nSecurity and legal validity are paramount in each signature carried out by LibreSign, ensuring compliance with the rigorous standards established by ICP-Brasil. This guarantees the authenticity and legality of each signed document, meeting and exceeding the expectations of businesses in various sectors, including government, education, and corporate enterprises.\n\nLibreSign is redefining the future of digital signatures, inviting you to be part of this revolution. Join us to explore a new level of experience in electronic signatures.\n", "Invalid Captcha": "Captcha invalide", - "Is a digital signature the same as a digitized signature?": "Une signature numérique est-elle identique à une signature numérisée ?", + "Is LibreSign compatible with mobile devices?": "Is LibreSign compatible with mobile devices?", + "Is a digital signature the same as a digitized signature?": "Is a digital signature the same as a digitized signature?", + "Is it possible to integrate LibreSign with other systems?": "Is it possible to integrate LibreSign with other systems?", + "It is very simple! All you have to do is upload the document to the platform, choose who is going to sign it and select the form of signature (digital or electronic). The system will record everything and ensure that the process is secure and traceable.": "It is very simple! All you have to do is upload the document to the platform, choose who is going to sign it and select the form of signature (digital or electronic). The system will record everything and ensure that the process is secure and traceable.", "It works perfectly with the electronic certificate issued by the Spanish Government. Installation has become very simple and affordable for anyone with minimal knowledge of Nextcloud. Developer support is fantastic. It works on all devices, including mobile devices. It has different options for creating, requesting and signing signatures. Version 9 is a great leap in quality and has a lot of future. It's incredible that this application works so well and is free.": "It works perfectly with the electronic certificate issued by the Spanish Government. Installation has become very simple and affordable for anyone with minimal knowledge of Nextcloud. Developer support is fantastic. It works on all devices, including mobile devices. It has different options for creating, requesting and signing signatures. Version 9 is a great leap in quality and has a lot of future. It's incredible that this application works so well and is free.", "Keep your documents secure with end-to-end encryption and multi-factor authentication, ensuring protection throughout the electronic document signing process.": "Keep your documents secure with end-to-end encryption and multi-factor authentication, ensuring protection throughout the electronic document signing process.", "Language": "Langue", @@ -65,14 +78,16 @@ "Learn more": "En savoir plus", "Legal validity of electronic signatures in Brazil and around the world": "Legal validity of electronic signatures in Brazil and around the world", "Let’s talk about digitally signing your documents!": "Parlons de la signature numérique de vos documents !", - "LibreCode, a Brazilian cooperative of free software developers.": "LibreCode, une coopérative brésilienne de développeurs de logiciels libres.", + "LibreCode, a Brazilian cooperative of free software developers.": "LibreCode, a Brazilian cooperative of free software developers.", "LibreSign GitHub repository": "LibreSign GitHub repository", "LibreSign Instagram profile": "LibreSign Instagram profile", "LibreSign LinkedIn page": "LibreSign LinkedIn page", "LibreSign Telegram group": "LibreSign Telegram group", + "LibreSign accepts e-CPF(Registration of Individuals), e-CNPJ(National Register of Legal Entities), and also certificates issued by Certificate Authorities in the ICP-Brasil standard. In addition, if you prefer, you can use certificates generated by the system itself.": "LibreSign accepts e-CPF(Registration of Individuals), e-CNPJ(National Register of Legal Entities), and also certificates issued by Certificate Authorities in the ICP-Brasil standard. In addition, if you prefer, you can use certificates generated by the system itself.", "LibreSign allows documents to be signed securely and with legal validity, since the system generates hashing - an algorithm that ensures that the file has not been altered after being signed - as well as numbers and records the times of each signature carried out in the document. In this way, the system meets all the requirements of the GDPR - General Data Protection Law.": "LibreSign allows documents to be signed securely and with legal validity, since the system generates hashing - an algorithm that ensures that the file has not been altered after being signed - as well as numbers and records the times of each signature carried out in the document. In this way, the system meets all the requirements of the GDPR - General Data Protection Law.", "LibreSign frequently asked questions": "Questions fréquemment posées sur LibreSign", "LibreSign has come a long way and it is great replacement to most commercial e-signature solutions and it is open source.": "LibreSign has come a long way and it is great replacement to most commercial e-signature solutions and it is open source.", + "LibreSign is a platform that makes it easy to sign documents digitally and electronically, guaranteeing security and compliance with the law. With it, you can sign documents using digital certificates, such as e-CPF(Registration of Individuals) or e-CNPJ(National Register of Legal Entities), simply and securely.": "LibreSign is a platform that makes it easy to sign documents digitally and electronically, guaranteeing security and compliance with the law. With it, you can sign documents using digital certificates, such as e-CPF(Registration of Individuals) or e-CNPJ(National Register of Legal Entities), simply and securely.", "LibreSign is a web application for electronic signatures (e-Sign) developed by the LibreCode cooperative (Brazilian cooperative specialized in free software development). Its development began at the beginning of 2020, in the midst of the pandemic, when people and companies were migrating their physical documentation to digital, and then there was a need to develop a web solution that could offer the possibility of signing documents, contracts and proposals online with security and agility.": "LibreSign est une application web pour les signatures électroniques (e-Sign) développée par la coopérative LibreCode (coopérative brésilienne spécialisée dans le développement de logiciels libres). Son développement a commencé au début de l'année 2020, en pleine pandémie, lorsque les particuliers et les entreprises ont commencé à migrer leur documentation physique vers le numérique. Il est alors devenu nécessaire de développer une solution web qui pourrait offrir la possibilité de signer des documents, des contrats et des propositions en ligne avec sécurité et agilité.", "LibreSign is the ideal choice for educational institutions looking to enhance their document processes with legal validity. Simplify the signing of contracts, authorizations, and other essential documents for academic administration. Promote effective document management, providing a streamlined and modern experience for students, teachers, and administrative staff.": "LibreSign est le choix idéal pour les institutions éducatives souhaitant améliorer leurs processus documentaires avec une validité légale. Simplifiez la signature de contrats, d'autorisations et d'autres documents essentiels pour l'administration académique. Favorisez une gestion efficace des documents, offrant une expérience simplifiée et moderne pour les étudiants, les enseignants et le personnel administratif.", "LibreSign revolutionizes document authenticity verification with QR Code, ensuring security, efficiency, and practicality. Its instantaneous validation, agility, transparency, and compatibility with various platforms make it perfect for sustainable businesses. Try this solution now!": "LibreSign révolutionne la vérification de l'authenticité des documents avec le QR code, garantissant sécurité, efficacité et facilité d'utilisation. Sa validation instantanée, son agilité, sa transparence et sa compatibilité avec diverses plateformes en font la solution idéale pour les entreprises durables. Essayez cette solution dès maintenant !", @@ -83,7 +98,8 @@ "Message": "Message", "Multiple signers": "Plusieurs signataires", "Need more features?": "Need more features?", - "No. The digitized signature is the reproduction of the handwritten signature as an image using scanner-type. It does not guarantee the authorship and of the electronic document, as there is no association between the signer and the text, as it can be easily copied and inserted another document.": "Non. La signature numérisée est la reproduction de la signature manuscrite sous forme d'image, obtenue avec un scanner. Elle ne garantit pas l'authenticité de l'auteur du document électronique, car il n'y a pas d'association entre le signataire et le texte, celle-ci pouvant être facilement copiée et insérée dans un autre document.", + "No. LibreSign creates a digital certificate for each user who does not have a personal digital certificate.": "No. LibreSign creates a digital certificate for each user who does not have a personal digital certificate.", + "No. The digitized signature is the reproduction of the handwritten signature as an image using scanner-type. It does not guarantee the authorship and of the electronic document, as there is no association between the signer and the text, as it can be easily copied and inserted another document.": "No. The digitized signature is the reproduction of the handwritten signature as an image using scanner-type. It does not guarantee the authorship and of the electronic document, as there is no association between the signer and the text, as it can be easily copied and inserted another document.", "Online document creation and editing": "Online document creation and editing", "Optimize document management in the public sector with LibreSign. Our solution provides effective administration to handle specific government documentation, ensuring security, speed, and strict compliance with the General Data Protection Law (GDPR). Simplify bureaucratic processes, expedite document signing, and promote more efficient management with LibreSign for the public sector.": "Optimisez la gestion documentaire dans le secteur public avec LibreSign. Notre solution offre une administration efficace pour gérer spécifiquement les documents gouvernementaux, garantissant sécurité, rapidité et conformité stricte avec le Règlement Général sur la Protection des Données (RGPD). Simplifiez les processus bureaucratiques, accélérez la signature des documents et favorisez une gestion plus efficace avec LibreSign pour le secteur public.", "Our Pricing Plans": "Our Pricing Plans", @@ -126,11 +142,23 @@ "We create digital experiences for brands and companies by using technology.": "We create digital experiences for brands and companies by using technology.", "We offer flexible plans to meet your secure digital storage needs. Easily rent more space and ensure all your important documents are always accessible and protected in our high-security cloud.": "We offer flexible plans to meet your secure digital storage needs. Easily rent more space and ensure all your important documents are always accessible and protected in our high-security cloud.", "We use PKI technology to generate digital certificate keys. LibreSign is open source (and always will be), which allows it to be audited and customized for various needs and integrated with any system and, of course, maintained by the community.": "Nous utilisons la technologie PKI pour générer les clés de certificats numériques. LibreSign est open source (et le restera toujours), ce qui permet de l'auditer et de le personnaliser selon divers besoins, de l'intégrer à tout système et, bien sûr, de le maintenir grâce à la communauté.", - "What are the key features of LibreCode signature pads?": "Quelles sont les caractéristiques principales des blocs de signature LibreCode ?", - "What is electronic signature capture?": "Qu'est-ce que la capture de signature électronique ?", - "What is the name of the company that LibreSign was developed by?": "Quel est le nom de la société ayant développé LibreSign ?", + "What are the key features of LibreCode signature pads?": "What are the key features of LibreCode signature pads?", + "What happens if I cancel my plan?": "What happens if I cancel my plan?", + "What is Libresign?": "What is Libresign?", + "What is the difference between digital and electronic signatures?": "What is the difference between digital and electronic signatures?", + "What is the name of the company that LibreSign was developed by?": "What is the name of the company that LibreSign was developed by?", "What our customers says": "What our customers says", + "What types of digital certificates does LibreSign accept?": "What types of digital certificates does LibreSign accept?", "Why LibreSign?": "Pourquoi LibreSign ?", "With the evolution of commercial and legal demands, the need to allow a digital document to be signed by multiple individuals stands out. This capability not only speeds up workflow, ensures legal validity, and fosters collaboration among various stakeholders but also enables all involved parties to view and sign as needed, regardless of location or time zone.\n\nEach digital signature is unique and linked to the signatory, ensuring the security, legal validity, and transparency of the document. Imagine, for example, a complex contract involving representatives from different departments of a company. With LibreSign, each stakeholder can review and sign the document simultaneously, eliminating the need for time-consuming in-person meetings and expediting the approval process.\n\nBy adopting the functionality of multiple signers in digital documents with LibreSign, companies can gain a competitive advantage, significantly reducing the time to complete contracts and agreements, ensuring legal validity, and promoting collaboration.\n\nIn the midst of digital transformation, LibreSign is not just a technological solution; it is a revolution in document management. Allow LibreSign to lead your organization toward an era of efficiency, security, and collaboration. We are ready to be part of your journey towards digital transformation!\n": "With the evolution of commercial and legal demands, the need to allow a digital document to be signed by multiple individuals stands out. This capability not only speeds up workflow, ensures legal validity, and fosters collaboration among various stakeholders but also enables all involved parties to view and sign as needed, regardless of location or time zone.\n\nEach digital signature is unique and linked to the signatory, ensuring the security, legal validity, and transparency of the document. Imagine, for example, a complex contract involving representatives from different departments of a company. With LibreSign, each stakeholder can review and sign the document simultaneously, eliminating the need for time-consuming in-person meetings and expediting the approval process.\n\nBy adopting the functionality of multiple signers in digital documents with LibreSign, companies can gain a competitive advantage, significantly reducing the time to complete contracts and agreements, ensuring legal validity, and promoting collaboration.\n\nIn the midst of digital transformation, LibreSign is not just a technological solution; it is a revolution in document management. Allow LibreSign to lead your organization toward an era of efficiency, security, and collaboration. We are ready to be part of your journey towards digital transformation!\n", - "e-Cidade is a system that modernizes and streamlines the administrative processes of Brazilian municipalities, promoting the digitalization of public administration. Used in several municipalities, it encompasses everything from financial and human resources management to school administration.\n\nTo expand its functionalities, there was a need to integrate e-Cidade with a legally valid electronic signature system, aiming to expedite online transactions. LibreSign was selected for its reliability, security, and compliance with Brazilian legal requirements. Here are some advantages:\n\n**Process automation:** \nLibreSign speeds up manual document processes such as appropriations, contracts, agreements, and authorizations, reducing the time to complete transactions and allowing public employees to focus on higher-impact activities.\n\n**Security:** \nBy using e-CPF, e-CNPJ, or certificates generated by the system itself, LibreSign ensures the integrity and authenticity of documents.\n\n**ICP-Brazil compliance:** \nEnsures that all electronic signatures comply with ICP-Brazil standards, guaranteeing the legality of the processes.\n\n**Sustainability:** \nReduces paper usage, contributing to environmental sustainability and minimizing the waste of natural resources.\n\n## Impact on public administration\n\n
\n\nThe union of LibreSign with e-Cidade transforms public administration, making it more secure and sustainable. Municipalities can offer high-quality services to citizens, minimizing delays and bureaucracy, and contributing to environmental preservation.\n\nWant to learn more about this integration?\n\nJoin the e-Cidade community event on 07/31 at 7:00 PM and discover how the integration of LibreSign can revolutionize public administration.\n\nThe event is free and will be held in the community's Telegram group: [eCidadeCE](https://t.me/eCidadeCE)\n\nTransform public administration with technology and innovation. Join us on this journey towards digital security and sustainability!": "e-Cidade is a system that modernizes and streamlines the administrative processes of Brazilian municipalities, promoting the digitalization of public administration. Used in several municipalities, it encompasses everything from financial and human resources management to school administration.\n\nTo expand its functionalities, there was a need to integrate e-Cidade with a legally valid electronic signature system, aiming to expedite online transactions. LibreSign was selected for its reliability, security, and compliance with Brazilian legal requirements. Here are some advantages:\n\n**Process automation:** \nLibreSign speeds up manual document processes such as appropriations, contracts, agreements, and authorizations, reducing the time to complete transactions and allowing public employees to focus on higher-impact activities.\n\n**Security:** \nBy using e-CPF, e-CNPJ, or certificates generated by the system itself, LibreSign ensures the integrity and authenticity of documents.\n\n**ICP-Brazil compliance:** \nEnsures that all electronic signatures comply with ICP-Brazil standards, guaranteeing the legality of the processes.\n\n**Sustainability:** \nReduces paper usage, contributing to environmental sustainability and minimizing the waste of natural resources.\n\n## Impact on public administration\n\n
\n\nThe union of LibreSign with e-Cidade transforms public administration, making it more secure and sustainable. Municipalities can offer high-quality services to citizens, minimizing delays and bureaucracy, and contributing to environmental preservation.\n\nWant to learn more about this integration?\n\nJoin the e-Cidade community event on 07/31 at 7:00 PM and discover how the integration of LibreSign can revolutionize public administration.\n\nThe event is free and will be held in the community's Telegram group: [eCidadeCE](https://t.me/eCidadeCE)\n\nTransform public administration with technology and innovation. Join us on this journey towards digital security and sustainability!" + "Yes, LibreSign is perfect for town halls and public bodies that need a secure and legally valid solution for signing documents.": "Yes, LibreSign is perfect for town halls and public bodies that need a secure and legally valid solution for signing documents.", + "Yes, LibreSign offers time stamping, which guarantees the exact date and time of the signature, which brings even more security and legal validity.": "Yes, LibreSign offers time stamping, which guarantees the exact date and time of the signature, which brings even more security and legal validity.", + "Yes, at any time. After canceling, you will no longer be charged and there will be no automatic renewal.": "Yes, at any time. After canceling, you will no longer be charged and there will be no automatic renewal.", + "Yes, our support team is ready to help you with the configuration and with any questions or problems you may have.": "Yes, our support team is ready to help you with the configuration and with any questions or problems you may have.", + "Yes, you can use LibreSign directly from your smartphone or tablet by simply accessing the browser. This allows you to sign your documents from anywhere.": "Yes, you can use LibreSign directly from your smartphone or tablet by simply accessing the browser. This allows you to sign your documents from anywhere.", + "Yes. You can store your digital certificate in LibreSign and when you sign a document you will be asked for your password.": "Yes. You can store your digital certificate in LibreSign and when you sign a document you will be asked for your password.", + "You are free to cancel your plan at any time. By canceling, Signater undertakes not to renew the billing for your plan.": "You are free to cancel your plan at any time. By canceling, Signater undertakes not to renew the billing for your plan.", + "You can purchase LibreSign directly on our website or talk to our sales team, who will help you find the ideal plan for your needs.": "You can purchase LibreSign directly on our website or talk to our sales team, who will help you find the ideal plan for your needs.", + "e-Cidade is a system that modernizes and streamlines the administrative processes of Brazilian municipalities, promoting the digitalization of public administration. Used in several municipalities, it encompasses everything from financial and human resources management to school administration.\n\nTo expand its functionalities, there was a need to integrate e-Cidade with a legally valid electronic signature system, aiming to expedite online transactions. LibreSign was selected for its reliability, security, and compliance with Brazilian legal requirements. Here are some advantages:\n\n**Process automation:** \nLibreSign speeds up manual document processes such as appropriations, contracts, agreements, and authorizations, reducing the time to complete transactions and allowing public employees to focus on higher-impact activities.\n\n**Security:** \nBy using e-CPF, e-CNPJ, or certificates generated by the system itself, LibreSign ensures the integrity and authenticity of documents.\n\n**ICP-Brazil compliance:** \nEnsures that all electronic signatures comply with ICP-Brazil standards, guaranteeing the legality of the processes.\n\n**Sustainability:** \nReduces paper usage, contributing to environmental sustainability and minimizing the waste of natural resources.\n\n## Impact on public administration\n\n
\n\nThe union of LibreSign with e-Cidade transforms public administration, making it more secure and sustainable. Municipalities can offer high-quality services to citizens, minimizing delays and bureaucracy, and contributing to environmental preservation.\n\nWant to learn more about this integration?\n\nJoin the e-Cidade community event on 07/31 at 7:00 PM and discover how the integration of LibreSign can revolutionize public administration.\n\nThe event is free and will be held in the community's Telegram group: [eCidadeCE](https://t.me/eCidadeCE)\n\nTransform public administration with technology and innovation. Join us on this journey towards digital security and sustainability!": "e-Cidade is a system that modernizes and streamlines the administrative processes of Brazilian municipalities, promoting the digitalization of public administration. Used in several municipalities, it encompasses everything from financial and human resources management to school administration.\n\nTo expand its functionalities, there was a need to integrate e-Cidade with a legally valid electronic signature system, aiming to expedite online transactions. LibreSign was selected for its reliability, security, and compliance with Brazilian legal requirements. Here are some advantages:\n\n**Process automation:** \nLibreSign speeds up manual document processes such as appropriations, contracts, agreements, and authorizations, reducing the time to complete transactions and allowing public employees to focus on higher-impact activities.\n\n**Security:** \nBy using e-CPF, e-CNPJ, or certificates generated by the system itself, LibreSign ensures the integrity and authenticity of documents.\n\n**ICP-Brazil compliance:** \nEnsures that all electronic signatures comply with ICP-Brazil standards, guaranteeing the legality of the processes.\n\n**Sustainability:** \nReduces paper usage, contributing to environmental sustainability and minimizing the waste of natural resources.\n\n## Impact on public administration\n\n
\n\nThe union of LibreSign with e-Cidade transforms public administration, making it more secure and sustainable. Municipalities can offer high-quality services to citizens, minimizing delays and bureaucracy, and contributing to environmental preservation.\n\nWant to learn more about this integration?\n\nJoin the e-Cidade community event on 07/31 at 7:00 PM and discover how the integration of LibreSign can revolutionize public administration.\n\nThe event is free and will be held in the community's Telegram group: [eCidadeCE](https://t.me/eCidadeCE)\n\nTransform public administration with technology and innovation. Join us on this journey towards digital security and sustainability!", + "what are the payment methods?": "what are the payment methods?" } diff --git a/lang/nb-NO/main.json b/lang/nb-NO/main.json index e850d57c..0ef29f7c 100644 --- a/lang/nb-NO/main.json +++ b/lang/nb-NO/main.json @@ -7,9 +7,11 @@ "$ 600/mo": "$ 600/mo", "- Unlimited accounts\n- Storage customized": "- Ubegrensede kontoer\n- Lagring tilpasset", "- Until 5 accounts\n- Storage until 1Gb": "- Inntil 5 kontoer\n- Lagring til 1 Gb", + "A digital signature uses a digital certificate, which provides greater security and legal validity. Electronic signatures, on the other hand, are made in other ways, such as by e-mail or cell phone, and also have legal validity, depending on the context.": "A digital signature uses a digital certificate, which provides greater security and legal validity. Electronic signatures, on the other hand, are made in other ways, such as by e-mail or cell phone, and also have legal validity, depending on the context.", "A simple and complete solution. It speeds up processes and can eliminate the use of paper. We integrated it with our public management system or e-Cidade, it was absurdly good. Congratulations.": "A simple and complete solution. It speeds up processes and can eliminate the use of paper. We integrated it with our public management system or e-Cidade, it was absurdly good. Congratulations.", "About": "Om", "About Us": "Om oss", + "Absolutely! LibreSign has APIs that allow you to integrate the platform with other systems you already use, helping to automate processes and make everything more agile.": "Absolutely! LibreSign has APIs that allow you to integrate the platform with other systems you already use, helping to automate processes and make everything more agile.", "Access management by users or departments": "Access management by users or departments", "Advanced security": "Advanced security", "Agility and security are paramount in business transactions, and LibreSign emerges as the intelligent choice for diverse sectors. Developed by LibreCode, a cooperative of IT professionals, LibreSign embodies the Free and Open-Source Software (FOSS) philosophy. With robust security standards, it ensures the inviolability of electronic signatures, making it ideal for government, education, and corporate enterprises": "Smidighet og sikkerhet er avgjørende i forretningstransaksjoner, og LibreSign fremstår som det intelligente valget for ulike sektorer. LibreSign er utviklet av LibreCode, et kooperativ av IT-fagfolk, og legemliggjør filosofien om fri og åpen kildekode (FOSS). Med robuste sikkerhetsstandarder sikrer den ukrenkeligheten til elektroniske signaturer, noe som gjør den ideell for myndigheter, utdanning og bedrifter.", @@ -24,6 +26,8 @@ "By %s": "By %s", "By using digital certificates issued by a Certification Authority, it is possible to ensure the signer's identity and the document's integrity. Physical signatures can be forged, compromising the validity of your documents. However, digital signatures, regulated by Provisional Measure No. 2.200-2/2001, provide the necessary security to protect the authenticity and legal validity of your documents.": "By using digital certificates issued by a Certification Authority, it is possible to ensure the signer's identity and the document's integrity. Physical signatures can be forged, compromising the validity of your documents. However, digital signatures, regulated by Provisional Measure No. 2.200-2/2001, provide the necessary security to protect the authenticity and legal validity of your documents.", "CONTACT US": "Kontakt oss", + "Can I use my personal digital certificate to sign documents?": "Can I use my personal digital certificate to sign documents?", + "Can LibreSign be used by public bodies?": "Can LibreSign be used by public bodies?", "Choose the perfect plan for your needs - Flexibility and security for companies of all sizes!": "Velg den perfekte planen for dine behov - Fleksibilitet og sikkerhet for bedrifter i alle størrelser!", "Cloud Storage": "Skylagring", "Compare plans": "Sammenlign planer", @@ -31,33 +35,42 @@ "Contact": "Kontakt", "Contact us to more informations": "Kontakt oss for mer informasjon", "Contribute to a greener world by eliminating the use of paper.": "Bidra til en grønnere verden ved å eliminere bruken av papir.", + "Credit card": "Credit card", "Customization of visual identity (colors, logo and domain)": "Customization of visual identity (colors, logo and domain)", "Developed by": "Utviklet av", "Did you know that digital signature is the safest and most efficient way to validate electronic documents?": "Visste du at digital signatur er den sikreste og mest effektive måten å validere elektroniske dokumenter på?", "Discover the main benefits of integrating e-Cidade with LibreSign and see how this partnership is transforming the digitalization of municipalities, promoting agility, security, and sustainability.": "Discover the main benefits of integrating e-Cidade with LibreSign and see how this partnership is transforming the digitalization of municipalities, promoting agility, security, and sustainability.", "Discover the validity of digital signatures in Brazil and around the world. This article explores the legal basis of electronic signatures, citing specific laws and highlighting the benefits of this technology for businesses and institutions.": "Oppdag gyldigheten til digitale signaturer i Brasil og rundt om i verden. Denne artikkelen utforsker det juridiske grunnlaget for elektroniske signaturer, siterer spesifikke lover og fremhever fordelene med denne teknologien for bedrifter og institusjoner.", + "Do I need a digital certificate to sign documents?": "Do I need a digital certificate to sign documents?", "Document management in education - Challenges and solutions with LibreSign": "Document management in education - Challenges and solutions with LibreSign", "Document management in the educational field is complex and inefficient when done manually. With LibreSign, educational institutions can optimize document management, making it faster, more accurate, and efficient.": "Document management in the educational field is complex and inefficient when done manually. With LibreSign, educational institutions can optimize document management, making it faster, more accurate, and efficient.", "Document validation by QR Code": "Dokumentbekreftelse med QR-kode", + "Does LibreSign offer technical support?": "Does LibreSign offer technical support?", + "Does LibreSign time-stamp documents?": "Does LibreSign time-stamp documents?", + "Does the plan have any kind of loyalty?": "Does the plan have any kind of loyalty?", "Easily create, send, sign and track all your contracts in one place": "Opprett, send, signer og spor enkelt alle kontraktene dine på ett sted", "Education": "utdanning", "Electronic document management": "Electronic document management", - "Electronic signature capture is a technology for signing electronic document files with a handwritten signature. The use of this technology allows for the elimination of the mailing, storage, filing, copying, and retrieval of paper documents. This will save your business time and money.": "Elektronisk signaturfangst er en teknologi for å signere elektroniske dokumentfiler med en håndskrevet signatur. Bruken av denne teknologien gjør det mulig å eliminere utsendelse, lagring, arkivering, kopiering og henting av papirdokumenter. Dette vil spare virksomheten din for tid og penger.", "Encrypted signatures that guarantee the integrity of your documents.": "Krypterte signaturer som garanterer integriteten til dokumentene dine.", "Features": "Funksjoner", - "File Creation, Signature with Digital Certificate, Signature Management, Document Management, Validation, API": "Filoppretting, signatur med digitalt sertifikat, signaturbehandling, dokumenthåndtering, validering, API", + "File Creation, Signature with Digital Certificate, Signature Management, Document Management, Validation, API": "File Creation, Signature with Digital Certificate, Signature Management, Document Management, Validation, API", "Fill in the fields below with your data": "Fyll ut feltene nedenfor med dine data", "Finally an excellent app for signing documents. Very good!": "Finally an excellent app for signing documents. Very good!", "Free and open source software for electronic signatures": "Gratis og åpen kildekode-programvare for elektroniske signaturer", "Full Name": "Fullt navn", "Home": "Hjem", + "How are documents signed in LibreSign?": "How are documents signed in LibreSign?", + "How can I buy LibreSign?": "How can I buy LibreSign?", "Hybrid signatures": "Hybridsignaturer", "Hybrid signatures streamline negotiation processes, offering flexibility in choosing between personal or system-generated digital certificates for signing documents digitally with LibreSign": "Hybridsignaturer strømlinjeformer forhandlingsprosesser, og tilbyr fleksibilitet i valg mellom personlige eller systemgenererte digitale sertifikater for digital signering av dokumenter med LibreSign", "Image with captcha text": "Bilde med CAPTCHA-tekst", "In the digital era, ensuring security and efficiency in document validation is crucial. LibreSign, a leader in digital signature innovation, redefines the experience by introducing document validation through QR Code. This article will discuss how this functionality not only reinforces security but also provides greater agility in verifying digitally signed documents.\n\nThe validation of digital signature authenticity is quick and easy with the scanning of the code on the document. This eliminates time-consuming and complicated processes, providing a straightforward verification experience.\n\nUsing QR Code for validation not only adds a layer of security but also promotes transparency by providing instant access to essential details such as date, time, and signer identification. This transparency builds trust among the involved parties and makes the process clearer and more effective.\n\nMoreover, LibreSign is compatible with various platforms, making document validation even more accessible. With the use of QR Code, it's possible to validate documents anywhere, whether on mobile devices or computers.\n\nAnother advantage of QR Code usage in LibreSign is the reduction of paper consumption. Since validation is done digitally, there's no need to print documents to validate signatures, contributing to environmental preservation.\n\nWith all these advantages, QR Code validation in LibreSign becomes an efficient solution for companies and individuals seeking a secure and swift way to validate digital documents. Don't waste time on bureaucratic processes; try LibreSign now to explore new paths in document verification.\n": "In the digital era, ensuring security and efficiency in document validation is crucial. LibreSign, a leader in digital signature innovation, redefines the experience by introducing document validation through QR Code. This article will discuss how this functionality not only reinforces security but also provides greater agility in verifying digitally signed documents.\n\nThe validation of digital signature authenticity is quick and easy with the scanning of the code on the document. This eliminates time-consuming and complicated processes, providing a straightforward verification experience.\n\nUsing QR Code for validation not only adds a layer of security but also promotes transparency by providing instant access to essential details such as date, time, and signer identification. This transparency builds trust among the involved parties and makes the process clearer and more effective.\n\nMoreover, LibreSign is compatible with various platforms, making document validation even more accessible. With the use of QR Code, it's possible to validate documents anywhere, whether on mobile devices or computers.\n\nAnother advantage of QR Code usage in LibreSign is the reduction of paper consumption. Since validation is done digitally, there's no need to print documents to validate signatures, contributing to environmental preservation.\n\nWith all these advantages, QR Code validation in LibreSign becomes an efficient solution for companies and individuals seeking a secure and swift way to validate digital documents. Don't waste time on bureaucratic processes; try LibreSign now to explore new paths in document verification.\n", "In the face of common challenges in digital signature processes, hybrid signatures present an effective solution. As a pioneer in this innovation, LibreSign provides its users with the flexibility to choose between using their personal digital certificate (e-CPF or e-CNPJ) or the system-generated certificate to sign documents from anywhere in the world.\nThe digital certificate, whether e-CPF or e-CNPJ, plays a fundamental role in electronic signatures. Acquired through a Certification Authority, it serves as an electronic identity that validates documents and the identity of the holder. Stored on devices like tokens, smart cards, or in the cloud, the certificate is essential for ensuring legitimacy in digital signatures.\nA unique feature of LibreSign is its ability to generate its own Certification Authority. By opting for this feature, users receive a certificate generated internally by the system, streamlining the process and adding innovation and efficiency. The Certification Authority self-generated by LibreSign provides a secure and efficient solution, aligned with the standards of ICP-Brasil.\nSecurity and legal validity are paramount in each signature carried out by LibreSign, ensuring compliance with the rigorous standards established by ICP-Brasil. This guarantees the authenticity and legality of each signed document, meeting and exceeding the expectations of businesses in various sectors, including government, education, and corporate enterprises.\n\nLibreSign is redefining the future of digital signatures, inviting you to be part of this revolution. Join us to explore a new level of experience in electronic signatures.\n": "In the face of common challenges in digital signature processes, hybrid signatures present an effective solution. As a pioneer in this innovation, LibreSign provides its users with the flexibility to choose between using their personal digital certificate (e-CPF or e-CNPJ) or the system-generated certificate to sign documents from anywhere in the world.\nThe digital certificate, whether e-CPF or e-CNPJ, plays a fundamental role in electronic signatures. Acquired through a Certification Authority, it serves as an electronic identity that validates documents and the identity of the holder. Stored on devices like tokens, smart cards, or in the cloud, the certificate is essential for ensuring legitimacy in digital signatures.\nA unique feature of LibreSign is its ability to generate its own Certification Authority. By opting for this feature, users receive a certificate generated internally by the system, streamlining the process and adding innovation and efficiency. The Certification Authority self-generated by LibreSign provides a secure and efficient solution, aligned with the standards of ICP-Brasil.\nSecurity and legal validity are paramount in each signature carried out by LibreSign, ensuring compliance with the rigorous standards established by ICP-Brasil. This guarantees the authenticity and legality of each signed document, meeting and exceeding the expectations of businesses in various sectors, including government, education, and corporate enterprises.\n\nLibreSign is redefining the future of digital signatures, inviting you to be part of this revolution. Join us to explore a new level of experience in electronic signatures.\n", "Invalid Captcha": "Ugyldig captcha", - "Is a digital signature the same as a digitized signature?": "Er en digital signatur det samme som en digitalisert signatur?", + "Is LibreSign compatible with mobile devices?": "Is LibreSign compatible with mobile devices?", + "Is a digital signature the same as a digitized signature?": "Is a digital signature the same as a digitized signature?", + "Is it possible to integrate LibreSign with other systems?": "Is it possible to integrate LibreSign with other systems?", + "It is very simple! All you have to do is upload the document to the platform, choose who is going to sign it and select the form of signature (digital or electronic). The system will record everything and ensure that the process is secure and traceable.": "It is very simple! All you have to do is upload the document to the platform, choose who is going to sign it and select the form of signature (digital or electronic). The system will record everything and ensure that the process is secure and traceable.", "It works perfectly with the electronic certificate issued by the Spanish Government. Installation has become very simple and affordable for anyone with minimal knowledge of Nextcloud. Developer support is fantastic. It works on all devices, including mobile devices. It has different options for creating, requesting and signing signatures. Version 9 is a great leap in quality and has a lot of future. It's incredible that this application works so well and is free.": "It works perfectly with the electronic certificate issued by the Spanish Government. Installation has become very simple and affordable for anyone with minimal knowledge of Nextcloud. Developer support is fantastic. It works on all devices, including mobile devices. It has different options for creating, requesting and signing signatures. Version 9 is a great leap in quality and has a lot of future. It's incredible that this application works so well and is free.", "Keep your documents secure with end-to-end encryption and multi-factor authentication, ensuring protection throughout the electronic document signing process.": "Keep your documents secure with end-to-end encryption and multi-factor authentication, ensuring protection throughout the electronic document signing process.", "Language": "Språk", @@ -65,14 +78,16 @@ "Learn more": "Lær mer", "Legal validity of electronic signatures in Brazil and around the world": "Legal validity of electronic signatures in Brazil and around the world", "Let’s talk about digitally signing your documents!": "La oss snakke om digital signering av dokumentene dine!", - "LibreCode, a Brazilian cooperative of free software developers.": "LibreCode, et brasiliansk kooperativ av fri programvareutviklere.", + "LibreCode, a Brazilian cooperative of free software developers.": "LibreCode, a Brazilian cooperative of free software developers.", "LibreSign GitHub repository": "LibreSign GitHub repository", "LibreSign Instagram profile": "LibreSign Instagram profile", "LibreSign LinkedIn page": "LibreSign LinkedIn page", "LibreSign Telegram group": "LibreSign Telegram group", + "LibreSign accepts e-CPF(Registration of Individuals), e-CNPJ(National Register of Legal Entities), and also certificates issued by Certificate Authorities in the ICP-Brasil standard. In addition, if you prefer, you can use certificates generated by the system itself.": "LibreSign accepts e-CPF(Registration of Individuals), e-CNPJ(National Register of Legal Entities), and also certificates issued by Certificate Authorities in the ICP-Brasil standard. In addition, if you prefer, you can use certificates generated by the system itself.", "LibreSign allows documents to be signed securely and with legal validity, since the system generates hashing - an algorithm that ensures that the file has not been altered after being signed - as well as numbers and records the times of each signature carried out in the document. In this way, the system meets all the requirements of the GDPR - General Data Protection Law.": "LibreSign lar dokumenter signeres sikkert og med juridisk gyldighet, siden systemet genererer hashing – en algoritme som sikrer at filen ikke har blitt endret etter signering – samt nummererer og registrerer tidspunktene for hver signatur som utføres i dokumentet. På denne måten oppfyller systemet alle kravene i GDPR – General Data Protection Law.", "LibreSign frequently asked questions": "LibreSign vanlige spørsmål", "LibreSign has come a long way and it is great replacement to most commercial e-signature solutions and it is open source.": "LibreSign has come a long way and it is great replacement to most commercial e-signature solutions and it is open source.", + "LibreSign is a platform that makes it easy to sign documents digitally and electronically, guaranteeing security and compliance with the law. With it, you can sign documents using digital certificates, such as e-CPF(Registration of Individuals) or e-CNPJ(National Register of Legal Entities), simply and securely.": "LibreSign is a platform that makes it easy to sign documents digitally and electronically, guaranteeing security and compliance with the law. With it, you can sign documents using digital certificates, such as e-CPF(Registration of Individuals) or e-CNPJ(National Register of Legal Entities), simply and securely.", "LibreSign is a web application for electronic signatures (e-Sign) developed by the LibreCode cooperative (Brazilian cooperative specialized in free software development). Its development began at the beginning of 2020, in the midst of the pandemic, when people and companies were migrating their physical documentation to digital, and then there was a need to develop a web solution that could offer the possibility of signing documents, contracts and proposals online with security and agility.": "LibreSign er en nettapplikasjon for elektroniske signaturer (e-Sign) utviklet av LibreCode-kooperativet (brasiliansk kooperativ spesialisert på fri programvareutvikling). Utviklingen startet i begynnelsen av 2020, midt i pandemien, da folk og bedrifter migrerte sin fysiske dokumentasjon til digital, og da var det behov for å utvikle en nettløsning som kunne tilby muligheten til å signere dokumenter, kontrakter og forslag online med sikkerhet og smidighet.", "LibreSign is the ideal choice for educational institutions looking to enhance their document processes with legal validity. Simplify the signing of contracts, authorizations, and other essential documents for academic administration. Promote effective document management, providing a streamlined and modern experience for students, teachers, and administrative staff.": "LibreSign er det ideelle valget for utdanningsinstitusjoner som ønsker å forbedre sine dokumentprosesser med juridisk gyldighet. Forenkle signering av kontrakter, autorisasjoner og andre viktige dokumenter for akademisk administrasjon. Fremme effektiv dokumenthåndtering, og gi en strømlinjeformet og moderne opplevelse for studenter, lærere og administrativt ansatte.", "LibreSign revolutionizes document authenticity verification with QR Code, ensuring security, efficiency, and practicality. Its instantaneous validation, agility, transparency, and compatibility with various platforms make it perfect for sustainable businesses. Try this solution now!": "LibreSign revolusjonerer dokumentets autentisitetsverifisering med QR-kode, noe som sikrer sikkerhet, effektivitet og praktisk. Dens umiddelbare validering, smidighet, åpenhet og kompatibilitet med ulike plattformer gjør den perfekt for bærekraftige virksomheter. Prøv denne løsningen nå!", @@ -83,7 +98,8 @@ "Message": "Melding", "Multiple signers": "Flere underskrivere", "Need more features?": "Trenger du flere funksjoner?", - "No. The digitized signature is the reproduction of the handwritten signature as an image using scanner-type. It does not guarantee the authorship and of the electronic document, as there is no association between the signer and the text, as it can be easily copied and inserted another document.": "Nei. Den digitaliserte signaturen er reproduksjonen av den håndskrevne signaturen som et bilde ved bruk av skanner-type. Det garanterer ikke forfatterskapet og det elektroniske dokumentet, siden det ikke er noen assosiasjon mellom underskriveren og teksten, da det enkelt kan kopieres og settes inn i et annet dokument.", + "No. LibreSign creates a digital certificate for each user who does not have a personal digital certificate.": "No. LibreSign creates a digital certificate for each user who does not have a personal digital certificate.", + "No. The digitized signature is the reproduction of the handwritten signature as an image using scanner-type. It does not guarantee the authorship and of the electronic document, as there is no association between the signer and the text, as it can be easily copied and inserted another document.": "No. The digitized signature is the reproduction of the handwritten signature as an image using scanner-type. It does not guarantee the authorship and of the electronic document, as there is no association between the signer and the text, as it can be easily copied and inserted another document.", "Online document creation and editing": "Online document creation and editing", "Optimize document management in the public sector with LibreSign. Our solution provides effective administration to handle specific government documentation, ensuring security, speed, and strict compliance with the General Data Protection Law (GDPR). Simplify bureaucratic processes, expedite document signing, and promote more efficient management with LibreSign for the public sector.": "Optimaliser dokumenthåndtering i offentlig sektor med LibreSign. Vår løsning gir effektiv administrasjon for å håndtere spesifikk myndighetsdokumentasjon, og sikrer sikkerhet, hastighet og streng overholdelse av den generelle databeskyttelsesloven (GDPR). Forenkle byråkratiske prosesser, fremskynd dokumentsignering og fremme mer effektiv administrasjon med LibreSign for offentlig sektor.", "Our Pricing Plans": "Våre prisplaner", @@ -126,11 +142,23 @@ "We create digital experiences for brands and companies by using technology.": "Digitale opplevelser for merkevarer og selskap ved bruk av teknologi.", "We offer flexible plans to meet your secure digital storage needs. Easily rent more space and ensure all your important documents are always accessible and protected in our high-security cloud.": "Vi tilbyr fleksible planer for å møte dine behov for sikker digital lagring. Lei enkelt mer plass og sørg for at alle viktige dokumenter alltid er tilgjengelige og beskyttet i vår høysikkerhetssky.", "We use PKI technology to generate digital certificate keys. LibreSign is open source (and always will be), which allows it to be audited and customized for various needs and integrated with any system and, of course, maintained by the community.": "Vi bruker PKI-teknologi for å generere digitale sertifikatnøkler. LibreSign er åpen kildekode (og vil alltid være det), noe som gjør at det kan revideres og tilpasses for ulike behov og integreres med ethvert system og selvfølgelig vedlikeholdes av fellesskapet.", - "What are the key features of LibreCode signature pads?": "Hva er hovedfunksjonene til LibreCode-signaturputer?", - "What is electronic signature capture?": "Hva er elektronisk signaturfangst?", - "What is the name of the company that LibreSign was developed by?": "Hva heter selskapet som LibreSign ble utviklet av?", + "What are the key features of LibreCode signature pads?": "What are the key features of LibreCode signature pads?", + "What happens if I cancel my plan?": "What happens if I cancel my plan?", + "What is Libresign?": "What is Libresign?", + "What is the difference between digital and electronic signatures?": "What is the difference between digital and electronic signatures?", + "What is the name of the company that LibreSign was developed by?": "What is the name of the company that LibreSign was developed by?", "What our customers says": "What our customers says", + "What types of digital certificates does LibreSign accept?": "What types of digital certificates does LibreSign accept?", "Why LibreSign?": "Hvorfor LibreSign?", "With the evolution of commercial and legal demands, the need to allow a digital document to be signed by multiple individuals stands out. This capability not only speeds up workflow, ensures legal validity, and fosters collaboration among various stakeholders but also enables all involved parties to view and sign as needed, regardless of location or time zone.\n\nEach digital signature is unique and linked to the signatory, ensuring the security, legal validity, and transparency of the document. Imagine, for example, a complex contract involving representatives from different departments of a company. With LibreSign, each stakeholder can review and sign the document simultaneously, eliminating the need for time-consuming in-person meetings and expediting the approval process.\n\nBy adopting the functionality of multiple signers in digital documents with LibreSign, companies can gain a competitive advantage, significantly reducing the time to complete contracts and agreements, ensuring legal validity, and promoting collaboration.\n\nIn the midst of digital transformation, LibreSign is not just a technological solution; it is a revolution in document management. Allow LibreSign to lead your organization toward an era of efficiency, security, and collaboration. We are ready to be part of your journey towards digital transformation!\n": "Med utviklingen av kommersielle og juridiske krav skiller behovet for å la et digitalt dokument signeres av flere personer seg ut. Denne muligheten øker ikke bare arbeidsflyten, sikrer juridisk gyldighet og fremmer samarbeid mellom ulike interessenter, men gjør det også mulig for alle involverte parter å se og signere etter behov, uavhengig av sted eller tidssone.\n\nHver digital signatur er unik og knyttet til underskriveren, noe som sikrer dokumentets sikkerhet, juridiske gyldighet og åpenhet. Tenk deg for eksempel en kompleks kontrakt som involverer representanter fra ulike avdelinger i et selskap. Med LibreSign kan hver interessent gjennomgå og signere dokumentet samtidig, noe som eliminerer behovet for tidkrevende personlige møter og fremskynder godkjenningsprosessen.\n\nVed å ta i bruk funksjonaliteten til flere signere i digitale dokumenter med LibreSign, kan bedrifter få et konkurransefortrinn, redusere tiden det tar å fullføre kontrakter og avtaler betydelig, sikre juridisk gyldighet og fremme samarbeid.\n\nMidt i digital transformasjon er LibreSign ikke bare en teknologisk løsning; det er en revolusjon innen dokumenthåndtering. La LibreSign lede organisasjonen din mot en æra av effektivitet, sikkerhet og samarbeid. Vi er klare til å være en del av reisen din mot digital transformasjon!\n", - "e-Cidade is a system that modernizes and streamlines the administrative processes of Brazilian municipalities, promoting the digitalization of public administration. Used in several municipalities, it encompasses everything from financial and human resources management to school administration.\n\nTo expand its functionalities, there was a need to integrate e-Cidade with a legally valid electronic signature system, aiming to expedite online transactions. LibreSign was selected for its reliability, security, and compliance with Brazilian legal requirements. Here are some advantages:\n\n**Process automation:** \nLibreSign speeds up manual document processes such as appropriations, contracts, agreements, and authorizations, reducing the time to complete transactions and allowing public employees to focus on higher-impact activities.\n\n**Security:** \nBy using e-CPF, e-CNPJ, or certificates generated by the system itself, LibreSign ensures the integrity and authenticity of documents.\n\n**ICP-Brazil compliance:** \nEnsures that all electronic signatures comply with ICP-Brazil standards, guaranteeing the legality of the processes.\n\n**Sustainability:** \nReduces paper usage, contributing to environmental sustainability and minimizing the waste of natural resources.\n\n## Impact on public administration\n\n
\n\nThe union of LibreSign with e-Cidade transforms public administration, making it more secure and sustainable. Municipalities can offer high-quality services to citizens, minimizing delays and bureaucracy, and contributing to environmental preservation.\n\nWant to learn more about this integration?\n\nJoin the e-Cidade community event on 07/31 at 7:00 PM and discover how the integration of LibreSign can revolutionize public administration.\n\nThe event is free and will be held in the community's Telegram group: [eCidadeCE](https://t.me/eCidadeCE)\n\nTransform public administration with technology and innovation. Join us on this journey towards digital security and sustainability!": "e-Cidade is a system that modernizes and streamlines the administrative processes of Brazilian municipalities, promoting the digitalization of public administration. Used in several municipalities, it encompasses everything from financial and human resources management to school administration.\n\nTo expand its functionalities, there was a need to integrate e-Cidade with a legally valid electronic signature system, aiming to expedite online transactions. LibreSign was selected for its reliability, security, and compliance with Brazilian legal requirements. Here are some advantages:\n\n**Process automation:** \nLibreSign speeds up manual document processes such as appropriations, contracts, agreements, and authorizations, reducing the time to complete transactions and allowing public employees to focus on higher-impact activities.\n\n**Security:** \nBy using e-CPF, e-CNPJ, or certificates generated by the system itself, LibreSign ensures the integrity and authenticity of documents.\n\n**ICP-Brazil compliance:** \nEnsures that all electronic signatures comply with ICP-Brazil standards, guaranteeing the legality of the processes.\n\n**Sustainability:** \nReduces paper usage, contributing to environmental sustainability and minimizing the waste of natural resources.\n\n## Impact on public administration\n\n
\n\nThe union of LibreSign with e-Cidade transforms public administration, making it more secure and sustainable. Municipalities can offer high-quality services to citizens, minimizing delays and bureaucracy, and contributing to environmental preservation.\n\nWant to learn more about this integration?\n\nJoin the e-Cidade community event on 07/31 at 7:00 PM and discover how the integration of LibreSign can revolutionize public administration.\n\nThe event is free and will be held in the community's Telegram group: [eCidadeCE](https://t.me/eCidadeCE)\n\nTransform public administration with technology and innovation. Join us on this journey towards digital security and sustainability!" + "Yes, LibreSign is perfect for town halls and public bodies that need a secure and legally valid solution for signing documents.": "Yes, LibreSign is perfect for town halls and public bodies that need a secure and legally valid solution for signing documents.", + "Yes, LibreSign offers time stamping, which guarantees the exact date and time of the signature, which brings even more security and legal validity.": "Yes, LibreSign offers time stamping, which guarantees the exact date and time of the signature, which brings even more security and legal validity.", + "Yes, at any time. After canceling, you will no longer be charged and there will be no automatic renewal.": "Yes, at any time. After canceling, you will no longer be charged and there will be no automatic renewal.", + "Yes, our support team is ready to help you with the configuration and with any questions or problems you may have.": "Yes, our support team is ready to help you with the configuration and with any questions or problems you may have.", + "Yes, you can use LibreSign directly from your smartphone or tablet by simply accessing the browser. This allows you to sign your documents from anywhere.": "Yes, you can use LibreSign directly from your smartphone or tablet by simply accessing the browser. This allows you to sign your documents from anywhere.", + "Yes. You can store your digital certificate in LibreSign and when you sign a document you will be asked for your password.": "Yes. You can store your digital certificate in LibreSign and when you sign a document you will be asked for your password.", + "You are free to cancel your plan at any time. By canceling, Signater undertakes not to renew the billing for your plan.": "You are free to cancel your plan at any time. By canceling, Signater undertakes not to renew the billing for your plan.", + "You can purchase LibreSign directly on our website or talk to our sales team, who will help you find the ideal plan for your needs.": "You can purchase LibreSign directly on our website or talk to our sales team, who will help you find the ideal plan for your needs.", + "e-Cidade is a system that modernizes and streamlines the administrative processes of Brazilian municipalities, promoting the digitalization of public administration. Used in several municipalities, it encompasses everything from financial and human resources management to school administration.\n\nTo expand its functionalities, there was a need to integrate e-Cidade with a legally valid electronic signature system, aiming to expedite online transactions. LibreSign was selected for its reliability, security, and compliance with Brazilian legal requirements. Here are some advantages:\n\n**Process automation:** \nLibreSign speeds up manual document processes such as appropriations, contracts, agreements, and authorizations, reducing the time to complete transactions and allowing public employees to focus on higher-impact activities.\n\n**Security:** \nBy using e-CPF, e-CNPJ, or certificates generated by the system itself, LibreSign ensures the integrity and authenticity of documents.\n\n**ICP-Brazil compliance:** \nEnsures that all electronic signatures comply with ICP-Brazil standards, guaranteeing the legality of the processes.\n\n**Sustainability:** \nReduces paper usage, contributing to environmental sustainability and minimizing the waste of natural resources.\n\n## Impact on public administration\n\n
\n\nThe union of LibreSign with e-Cidade transforms public administration, making it more secure and sustainable. Municipalities can offer high-quality services to citizens, minimizing delays and bureaucracy, and contributing to environmental preservation.\n\nWant to learn more about this integration?\n\nJoin the e-Cidade community event on 07/31 at 7:00 PM and discover how the integration of LibreSign can revolutionize public administration.\n\nThe event is free and will be held in the community's Telegram group: [eCidadeCE](https://t.me/eCidadeCE)\n\nTransform public administration with technology and innovation. Join us on this journey towards digital security and sustainability!": "e-Cidade is a system that modernizes and streamlines the administrative processes of Brazilian municipalities, promoting the digitalization of public administration. Used in several municipalities, it encompasses everything from financial and human resources management to school administration.\n\nTo expand its functionalities, there was a need to integrate e-Cidade with a legally valid electronic signature system, aiming to expedite online transactions. LibreSign was selected for its reliability, security, and compliance with Brazilian legal requirements. Here are some advantages:\n\n**Process automation:** \nLibreSign speeds up manual document processes such as appropriations, contracts, agreements, and authorizations, reducing the time to complete transactions and allowing public employees to focus on higher-impact activities.\n\n**Security:** \nBy using e-CPF, e-CNPJ, or certificates generated by the system itself, LibreSign ensures the integrity and authenticity of documents.\n\n**ICP-Brazil compliance:** \nEnsures that all electronic signatures comply with ICP-Brazil standards, guaranteeing the legality of the processes.\n\n**Sustainability:** \nReduces paper usage, contributing to environmental sustainability and minimizing the waste of natural resources.\n\n## Impact on public administration\n\n
\n\nThe union of LibreSign with e-Cidade transforms public administration, making it more secure and sustainable. Municipalities can offer high-quality services to citizens, minimizing delays and bureaucracy, and contributing to environmental preservation.\n\nWant to learn more about this integration?\n\nJoin the e-Cidade community event on 07/31 at 7:00 PM and discover how the integration of LibreSign can revolutionize public administration.\n\nThe event is free and will be held in the community's Telegram group: [eCidadeCE](https://t.me/eCidadeCE)\n\nTransform public administration with technology and innovation. Join us on this journey towards digital security and sustainability!", + "what are the payment methods?": "what are the payment methods?" } diff --git a/lang/pt-BR/main.json b/lang/pt-BR/main.json index 44876d8a..9883cd8f 100644 --- a/lang/pt-BR/main.json +++ b/lang/pt-BR/main.json @@ -7,9 +7,11 @@ "$ 600/mo": "$ 600/mo", "- Unlimited accounts\n- Storage customized": "- Contas ilimitadas\n- Armazenamento customizado", "- Until 5 accounts\n- Storage until 1Gb": "- Até 5 contas\n- Armazenamento até 1Gb", + "A digital signature uses a digital certificate, which provides greater security and legal validity. Electronic signatures, on the other hand, are made in other ways, such as by e-mail or cell phone, and also have legal validity, depending on the context.": "A digital signature uses a digital certificate, which provides greater security and legal validity. Electronic signatures, on the other hand, are made in other ways, such as by e-mail or cell phone, and also have legal validity, depending on the context.", "A simple and complete solution. It speeds up processes and can eliminate the use of paper. We integrated it with our public management system or e-Cidade, it was absurdly good. Congratulations.": "Uma solução simples e completa. Agiliza os processos e pode eliminar o uso de papel. Integramos com o nosso sistema de gestão pública ou e-Cidade, ficou absurdamente bom. Parabéns.", "About": "Sobre", "About Us": "Sobre nós", + "Absolutely! LibreSign has APIs that allow you to integrate the platform with other systems you already use, helping to automate processes and make everything more agile.": "Absolutely! LibreSign has APIs that allow you to integrate the platform with other systems you already use, helping to automate processes and make everything more agile.", "Access management by users or departments": "Gestão de acessos por usuários ou departamentos", "Advanced security": "Segurança avançada", "Agility and security are paramount in business transactions, and LibreSign emerges as the intelligent choice for diverse sectors. Developed by LibreCode, a cooperative of IT professionals, LibreSign embodies the Free and Open-Source Software (FOSS) philosophy. With robust security standards, it ensures the inviolability of electronic signatures, making it ideal for government, education, and corporate enterprises": "Agilidade e segurança são fundamentais nas transações comerciais, e o LibreSign surge como a escolha inteligente para diversos setores. Desenvolvido pela LibreCode, uma cooperativa de profissionais de TI, o LibreSign incorpora a filosofia do Software Livre e de Código Aberto (FOSS). Com padrões de segurança robustos, garante a inviolabilidade das assinaturas eletrônicas, tornando-o ideal para governos, educação e empresas corporativas", @@ -24,6 +26,8 @@ "By %s": "Por %s", "By using digital certificates issued by a Certification Authority, it is possible to ensure the signer's identity and the document's integrity. Physical signatures can be forged, compromising the validity of your documents. However, digital signatures, regulated by Provisional Measure No. 2.200-2/2001, provide the necessary security to protect the authenticity and legal validity of your documents.": "Ao utilizar certificados digitais emitidos por uma Autoridade Certificadora, é possível garantir a identidade do signatário e a integridade do documento. Assinaturas físicas podem ser falsificadas, comprometendo a validade dos seus documentos. Porém, as assinaturas digitais, regulamentadas pela Medida Provisória nº 2.200-2/2001, proporcionam a segurança necessária para proteger a autenticidade e a validade jurídica dos seus documentos.", "CONTACT US": "CONTACTE-NOS", + "Can I use my personal digital certificate to sign documents?": "Can I use my personal digital certificate to sign documents?", + "Can LibreSign be used by public bodies?": "Can LibreSign be used by public bodies?", "Choose the perfect plan for your needs - Flexibility and security for companies of all sizes!": "Escolha o plano perfeito para suas necessidades - Flexibilidade e segurança para empresas de todos os tamanhos!", "Cloud Storage": "Armazenamento em Nuvem", "Compare plans": "Comparar planos", @@ -31,33 +35,42 @@ "Contact": "Contato", "Contact us to more informations": "Contacte-nos para mais informações", "Contribute to a greener world by eliminating the use of paper.": "Contribua para um mundo mais verde eliminando o uso de papel.", + "Credit card": "Credit card", "Customization of visual identity (colors, logo and domain)": "Personalização de identidade visual (cores, logotipo e domínio)", "Developed by": "Desenvolvido por", "Did you know that digital signature is the safest and most efficient way to validate electronic documents?": "Você sabia que a assinatura digital é a forma mais segura e eficiente de validar documentos eletrônicos?", "Discover the main benefits of integrating e-Cidade with LibreSign and see how this partnership is transforming the digitalization of municipalities, promoting agility, security, and sustainability.": "Conheça os principais benefícios da integração do e-Cidade com o LibreSign e veja como essa parceria está transformando a digitalização das prefeituras, promovendo a agilidade, segurança e sustentabilidade.", "Discover the validity of digital signatures in Brazil and around the world. This article explores the legal basis of electronic signatures, citing specific laws and highlighting the benefits of this technology for businesses and institutions.": "Descubra a validade das assinaturas digitais no Brasil e em todo o mundo. Este artigo explora a base jurídica de assinaturas eletrônicas, citando leis específicas e destacando os benefícios desta tecnologia para empresas e instituições.", + "Do I need a digital certificate to sign documents?": "Do I need a digital certificate to sign documents?", "Document management in education - Challenges and solutions with LibreSign": "Gestão documental na educação – Desafios e soluções com LibreSign", "Document management in the educational field is complex and inefficient when done manually. With LibreSign, educational institutions can optimize document management, making it faster, more accurate, and efficient.": "Document management in the educational field is complex and inefficient when done manually. With LibreSign, educational institutions can optimize document management, making it faster, more accurate, and efficient.", "Document validation by QR Code": "Validação de documentos por QR Code", + "Does LibreSign offer technical support?": "Does LibreSign offer technical support?", + "Does LibreSign time-stamp documents?": "Does LibreSign time-stamp documents?", + "Does the plan have any kind of loyalty?": "Does the plan have any kind of loyalty?", "Easily create, send, sign and track all your contracts in one place": "Crie, envie, assine e acompanhe facilmente todos os seus contratos em um só lugar", "Education": "Educação", "Electronic document management": "Gerenciamento eletrônico de documentos", - "Electronic signature capture is a technology for signing electronic document files with a handwritten signature. The use of this technology allows for the elimination of the mailing, storage, filing, copying, and retrieval of paper documents. This will save your business time and money.": "A assinatura eletrônica é uma tecnologia para assinar arquivos de documentos eletrônicos com assinatura manuscrita. A utilização desta tecnologia permite eliminar o envio, armazenamento, arquivamento, cópia e recuperação de documentos em papel. Isso economizará tempo e dinheiro para sua empresa.", "Encrypted signatures that guarantee the integrity of your documents.": "Assinaturas criptografadas que garantem a integridade dos seus documentos.", "Features": "Recursos", - "File Creation, Signature with Digital Certificate, Signature Management, Document Management, Validation, API": "Criação de Arquivos, Assinatura com Certificado Digital, Gestão de Assinaturas, Gestão de Documentos, Validação, API", + "File Creation, Signature with Digital Certificate, Signature Management, Document Management, Validation, API": "File Creation, Signature with Digital Certificate, Signature Management, Document Management, Validation, API", "Fill in the fields below with your data": "Preencha os campos abaixo com seus dados", "Finally an excellent app for signing documents. Very good!": "Finalmente um excelente aplicativo para assinar documentos. Muito bom!", "Free and open source software for electronic signatures": "Software livre e código aberto para assinaturas eletrônicas", "Full Name": "Nome completo", "Home": "Início", + "How are documents signed in LibreSign?": "How are documents signed in LibreSign?", + "How can I buy LibreSign?": "How can I buy LibreSign?", "Hybrid signatures": "Assinaturas híbridas", "Hybrid signatures streamline negotiation processes, offering flexibility in choosing between personal or system-generated digital certificates for signing documents digitally with LibreSign": "As assinaturas híbridas agilizam os processos de negociação, oferecendo flexibilidade na escolha entre certificados digitais pessoais ou gerados pelo sistema para assinar documentos digitalmente com o LibreSign", "Image with captcha text": "Imagem com texto de captcha", "In the digital era, ensuring security and efficiency in document validation is crucial. LibreSign, a leader in digital signature innovation, redefines the experience by introducing document validation through QR Code. This article will discuss how this functionality not only reinforces security but also provides greater agility in verifying digitally signed documents.\n\nThe validation of digital signature authenticity is quick and easy with the scanning of the code on the document. This eliminates time-consuming and complicated processes, providing a straightforward verification experience.\n\nUsing QR Code for validation not only adds a layer of security but also promotes transparency by providing instant access to essential details such as date, time, and signer identification. This transparency builds trust among the involved parties and makes the process clearer and more effective.\n\nMoreover, LibreSign is compatible with various platforms, making document validation even more accessible. With the use of QR Code, it's possible to validate documents anywhere, whether on mobile devices or computers.\n\nAnother advantage of QR Code usage in LibreSign is the reduction of paper consumption. Since validation is done digitally, there's no need to print documents to validate signatures, contributing to environmental preservation.\n\nWith all these advantages, QR Code validation in LibreSign becomes an efficient solution for companies and individuals seeking a secure and swift way to validate digital documents. Don't waste time on bureaucratic processes; try LibreSign now to explore new paths in document verification.\n": "Na era digital, garantir a segurança e a eficiência na validação de documentos é crucial. O LibreSign, líder em inovação de assinaturas digitais, redefine a experiência ao introduzir a validação de documentos através de QR Code. Este artigo abordará a forma como esta funcionalidade não só reforça a segurança como também proporciona maior agilidade na verificação de documentos assinados digitalmente.\n\nA validação da autenticidade da assinatura digital é rápida e fácil com a digitalização do código no documento. Isto elimina processos demorados e complicados, proporcionando uma experiência de verificação direta.\n\nA utilização do código QR para validação não só acrescenta uma camada de segurança, como também promove a transparência, fornecendo acesso instantâneo a pormenores essenciais como a data, a hora e a identificação do signatário. Esta transparência cria confiança entre as partes envolvidas e torna o processo mais claro e eficaz.\n\nAlém disso, o LibreSign é compatível com várias plataformas, tornando a validação de documentos ainda mais acessível. Com o uso do QR Code, é possível validar documentos em qualquer lugar, seja em dispositivos móveis ou computadores.\n\nOutra vantagem da utilização do QR Code no LibreSign é a redução do consumo de papel. Como a validação é feita digitalmente, não há necessidade de imprimir documentos para validar as assinaturas, contribuindo para a preservação do meio ambiente.\n\nCom todas essas vantagens, a validação de QR Code no LibreSign se torna uma solução eficiente para empresas e pessoas que buscam uma forma segura e rápida de validar documentos digitais. Não perca tempo com processos burocráticos, experimente agora o LibreSign para explorar novos caminhos na verificação de documentos.\n", "In the face of common challenges in digital signature processes, hybrid signatures present an effective solution. As a pioneer in this innovation, LibreSign provides its users with the flexibility to choose between using their personal digital certificate (e-CPF or e-CNPJ) or the system-generated certificate to sign documents from anywhere in the world.\nThe digital certificate, whether e-CPF or e-CNPJ, plays a fundamental role in electronic signatures. Acquired through a Certification Authority, it serves as an electronic identity that validates documents and the identity of the holder. Stored on devices like tokens, smart cards, or in the cloud, the certificate is essential for ensuring legitimacy in digital signatures.\nA unique feature of LibreSign is its ability to generate its own Certification Authority. By opting for this feature, users receive a certificate generated internally by the system, streamlining the process and adding innovation and efficiency. The Certification Authority self-generated by LibreSign provides a secure and efficient solution, aligned with the standards of ICP-Brasil.\nSecurity and legal validity are paramount in each signature carried out by LibreSign, ensuring compliance with the rigorous standards established by ICP-Brasil. This guarantees the authenticity and legality of each signed document, meeting and exceeding the expectations of businesses in various sectors, including government, education, and corporate enterprises.\n\nLibreSign is redefining the future of digital signatures, inviting you to be part of this revolution. Join us to explore a new level of experience in electronic signatures.\n": "Diante dos desafios comuns nos processos de assinatura digital, a assinatura híbrida apresenta uma solução eficaz. Pioneiro nessa inovação, o LibreSign oferece aos seus usuários a flexibilidade de escolher entre usar seu certificado digital pessoal (e-CPF ou e-CNPJ) ou o certificado gerado pelo sistema para assinar documentos de qualquer lugar do mundo. \nO certificado digital, seja ele e-CPF ou e-CNPJ, desempenha um papel fundamental nas assinaturas electrónicas. Adquirido através de uma Autoridade Certificadora, funciona como uma identidade eletrónica que valida os documentos e a identidade do titular. Armazenado em dispositivos como tokens, smart cards ou na nuvem, o certificado é essencial para garantir a legitimidade das assinaturas digitais. \nUma caraterística única do LibreSign é a sua capacidade de gerar sua própria Autoridade Certificadora. Ao optar por esta funcionalidade, os utilizadores recebem um certificado gerado internamente pelo sistema, agilizando o processo e acrescentando inovação e eficiência. A Autoridade Certificadora autogerada pelo LibreSign proporciona uma solução segura e eficiente, alinhada com as normas da ICP-Brasil. A segurança e a validade jurídica são primordiais em cada assinatura realizada pela LibreSign, garantindo o cumprimento dos rigorosos padrões estabelecidos pela ICP-Brasil. \nIsso garante a autenticidade e a legalidade de cada documento assinado, atendendo e superando as expectativas de negócios de diversos setores, como governo, educação e empresas corporativas.\n\nO LibreSign está a redefinir o futuro das assinaturas digitais, convidando-o a fazer parte desta revolução. Junte-se a nós para explorar um novo nível de experiência em assinaturas electrónicas.\n", "Invalid Captcha": "Captcha inválido", - "Is a digital signature the same as a digitized signature?": "Uma assinatura digital é o mesmo que uma assinatura digitalizada?", + "Is LibreSign compatible with mobile devices?": "Is LibreSign compatible with mobile devices?", + "Is a digital signature the same as a digitized signature?": "Is a digital signature the same as a digitized signature?", + "Is it possible to integrate LibreSign with other systems?": "Is it possible to integrate LibreSign with other systems?", + "It is very simple! All you have to do is upload the document to the platform, choose who is going to sign it and select the form of signature (digital or electronic). The system will record everything and ensure that the process is secure and traceable.": "It is very simple! All you have to do is upload the document to the platform, choose who is going to sign it and select the form of signature (digital or electronic). The system will record everything and ensure that the process is secure and traceable.", "It works perfectly with the electronic certificate issued by the Spanish Government. Installation has become very simple and affordable for anyone with minimal knowledge of Nextcloud. Developer support is fantastic. It works on all devices, including mobile devices. It has different options for creating, requesting and signing signatures. Version 9 is a great leap in quality and has a lot of future. It's incredible that this application works so well and is free.": "Funciona perfeitamente com o certificado eletrónico emitido pelo Governo espanhol. A instalação tornou-se muito simples e acessível para qualquer pessoa com conhecimentos mínimos de Nextcloud. O apoio aos programadores é fantástico. Funciona em todos os dispositivos, incluindo os móveis. Dispõe de diferentes opções para criar, solicitar e assinar assinaturas. A versão 9 é um grande salto de qualidade e tem muito futuro. É incrível que esta aplicação funcione tão bem e seja gratuita.", "Keep your documents secure with end-to-end encryption and multi-factor authentication, ensuring protection throughout the electronic document signing process.": "Mantenha seus documentos seguros com criptografia ponta a ponta e autenticação multifator, garantindo proteção durante todo o processo de assinatura eletrônica de documentos.", "Language": "Idioma", @@ -65,14 +78,16 @@ "Learn more": "Saiba mais", "Legal validity of electronic signatures in Brazil and around the world": "Validade jurídica das assinaturas eletrônicas no Brasil e no mundo", "Let’s talk about digitally signing your documents!": "Vamos falar sobre assinar digitalmente seus documentos!", - "LibreCode, a Brazilian cooperative of free software developers.": "LibreCode, uma cooperativa brasileira de desenvolvedores de software livre.", + "LibreCode, a Brazilian cooperative of free software developers.": "LibreCode, a Brazilian cooperative of free software developers.", "LibreSign GitHub repository": "Repositório GitHub do LibreSign", "LibreSign Instagram profile": "Perfil do Instagram da LibreSign", "LibreSign LinkedIn page": "Página do LibreSign no LinkedIn", "LibreSign Telegram group": "Grupo LibreSign no Telegram", + "LibreSign accepts e-CPF(Registration of Individuals), e-CNPJ(National Register of Legal Entities), and also certificates issued by Certificate Authorities in the ICP-Brasil standard. In addition, if you prefer, you can use certificates generated by the system itself.": "LibreSign accepts e-CPF(Registration of Individuals), e-CNPJ(National Register of Legal Entities), and also certificates issued by Certificate Authorities in the ICP-Brasil standard. In addition, if you prefer, you can use certificates generated by the system itself.", "LibreSign allows documents to be signed securely and with legal validity, since the system generates hashing - an algorithm that ensures that the file has not been altered after being signed - as well as numbers and records the times of each signature carried out in the document. In this way, the system meets all the requirements of the GDPR - General Data Protection Law.": "O LibreSign permite que documentos sejam assinados de forma segura e com validade jurídica, já que o sistema gera hashing – algoritmo que garante que o arquivo não foi alterado após ser assinado – além de números e registra os horários de cada assinatura realizada no documento. Desta forma, o sistema atende a todas as exigências da LGPD – Lei Geral de Proteção de Dados.", "LibreSign frequently asked questions": "Perguntas frequentes sobre o LibreSign", "LibreSign has come a long way and it is great replacement to most commercial e-signature solutions and it is open source.": "O LibreSign já percorreu um longo caminho e é um excelente substituto para a maioria das soluções comerciais de assinatura eletrónica e é de código aberto.", + "LibreSign is a platform that makes it easy to sign documents digitally and electronically, guaranteeing security and compliance with the law. With it, you can sign documents using digital certificates, such as e-CPF(Registration of Individuals) or e-CNPJ(National Register of Legal Entities), simply and securely.": "LibreSign is a platform that makes it easy to sign documents digitally and electronically, guaranteeing security and compliance with the law. With it, you can sign documents using digital certificates, such as e-CPF(Registration of Individuals) or e-CNPJ(National Register of Legal Entities), simply and securely.", "LibreSign is a web application for electronic signatures (e-Sign) developed by the LibreCode cooperative (Brazilian cooperative specialized in free software development). Its development began at the beginning of 2020, in the midst of the pandemic, when people and companies were migrating their physical documentation to digital, and then there was a need to develop a web solution that could offer the possibility of signing documents, contracts and proposals online with security and agility.": "LibreSign é uma aplicação web para assinaturas eletrônicas (e-Sign) desenvolvida pela cooperativa LibreCode (cooperativa brasileira especializada em desenvolvimento de software livre). Seu desenvolvimento começou no início de 2020, em plena pandemia, quando pessoas e empresas migravam sua documentação física para digital, e então surgiu a necessidade de desenvolver uma solução web que pudesse oferecer a possibilidade de assinatura de documentos, contratos e propostas online com segurança e agilidade.", "LibreSign is the ideal choice for educational institutions looking to enhance their document processes with legal validity. Simplify the signing of contracts, authorizations, and other essential documents for academic administration. Promote effective document management, providing a streamlined and modern experience for students, teachers, and administrative staff.": "LibreSign é a escolha ideal para instituições de ensino que buscam aprimorar seus processos documentais com validade jurídica. Simplifique a assinatura de contratos, autorizações e outros documentos essenciais à administração acadêmica. Promova uma gestão documental eficaz, proporcionando uma experiência simplificada e moderna para alunos, professores e funcionários administrativos.", "LibreSign revolutionizes document authenticity verification with QR Code, ensuring security, efficiency, and practicality. Its instantaneous validation, agility, transparency, and compatibility with various platforms make it perfect for sustainable businesses. Try this solution now!": "A LibreSign revoluciona a verificação da autenticidade de documentos com Código QR, garantindo segurança, eficiência e praticidade. Sua validação instantânea, agilidade, transparência e compatibilidade com várias plataformas a tornam perfeita para negócios sustentáveis. Experimente esta solução agora!", @@ -83,7 +98,8 @@ "Message": "Mensagem", "Multiple signers": "Vários signatários", "Need more features?": "Precisa de mais recursos?", - "No. The digitized signature is the reproduction of the handwritten signature as an image using scanner-type. It does not guarantee the authorship and of the electronic document, as there is no association between the signer and the text, as it can be easily copied and inserted another document.": "Não. A assinatura digitalizada é a reprodução da assinatura manuscrita em forma de imagem por meio de scanner. Não garante a autoria e do documento eletrônico, pois não há associação entre o signatário e o texto, pois pode ser facilmente copiado e inserido em outro documento.", + "No. LibreSign creates a digital certificate for each user who does not have a personal digital certificate.": "No. LibreSign creates a digital certificate for each user who does not have a personal digital certificate.", + "No. The digitized signature is the reproduction of the handwritten signature as an image using scanner-type. It does not guarantee the authorship and of the electronic document, as there is no association between the signer and the text, as it can be easily copied and inserted another document.": "No. The digitized signature is the reproduction of the handwritten signature as an image using scanner-type. It does not guarantee the authorship and of the electronic document, as there is no association between the signer and the text, as it can be easily copied and inserted another document.", "Online document creation and editing": "Criação e edição de documentos online", "Optimize document management in the public sector with LibreSign. Our solution provides effective administration to handle specific government documentation, ensuring security, speed, and strict compliance with the General Data Protection Law (GDPR). Simplify bureaucratic processes, expedite document signing, and promote more efficient management with LibreSign for the public sector.": "Otimize a gestão documental no setor público com LibreSign. Nossa solução proporciona uma administração eficaz para lidar com documentações governamentais específicas, garantindo segurança, agilidade e estrito cumprimento da Lei Geral de Proteção de Dados (LGPD). Simplifique processos burocráticos, agilize a assinatura de documentos e promova uma gestão mais eficiente com o LibreSign para o setor público.", "Our Pricing Plans": "Nossos preços e planos", @@ -126,11 +142,23 @@ "We create digital experiences for brands and companies by using technology.": "Criamos experiências digitais para marcas e empresas usando tecnologia.", "We offer flexible plans to meet your secure digital storage needs. Easily rent more space and ensure all your important documents are always accessible and protected in our high-security cloud.": "Oferecemos planos flexíveis para atender às suas necessidades de armazenamento digital seguro. Alugue mais espaço facilmente e garanta que todos os seus documentos importantes estejam sempre acessíveis e protegidos em nossa nuvem de alta segurança.", "We use PKI technology to generate digital certificate keys. LibreSign is open source (and always will be), which allows it to be audited and customized for various needs and integrated with any system and, of course, maintained by the community.": "Usamos tecnologia PKI para gerar chaves de certificados digitais. O LibreSign é open source (e sempre será), o que permite que seja auditado e customizado para diversas necessidades e integrado a qualquer sistema e, claro, mantido pela comunidade.", - "What are the key features of LibreCode signature pads?": "Quais são os principais recursos dos blocos de assinatura LibreCode?", - "What is electronic signature capture?": "O que é captura de assinatura eletrônica?", - "What is the name of the company that LibreSign was developed by?": "Qual é o nome da empresa pela qual o LibreSign foi desenvolvido?", + "What are the key features of LibreCode signature pads?": "What are the key features of LibreCode signature pads?", + "What happens if I cancel my plan?": "What happens if I cancel my plan?", + "What is Libresign?": "What is Libresign?", + "What is the difference between digital and electronic signatures?": "What is the difference between digital and electronic signatures?", + "What is the name of the company that LibreSign was developed by?": "What is the name of the company that LibreSign was developed by?", "What our customers says": "O que os nossos clientes dizem", + "What types of digital certificates does LibreSign accept?": "What types of digital certificates does LibreSign accept?", "Why LibreSign?": "Por que LibreSign?", "With the evolution of commercial and legal demands, the need to allow a digital document to be signed by multiple individuals stands out. This capability not only speeds up workflow, ensures legal validity, and fosters collaboration among various stakeholders but also enables all involved parties to view and sign as needed, regardless of location or time zone.\n\nEach digital signature is unique and linked to the signatory, ensuring the security, legal validity, and transparency of the document. Imagine, for example, a complex contract involving representatives from different departments of a company. With LibreSign, each stakeholder can review and sign the document simultaneously, eliminating the need for time-consuming in-person meetings and expediting the approval process.\n\nBy adopting the functionality of multiple signers in digital documents with LibreSign, companies can gain a competitive advantage, significantly reducing the time to complete contracts and agreements, ensuring legal validity, and promoting collaboration.\n\nIn the midst of digital transformation, LibreSign is not just a technological solution; it is a revolution in document management. Allow LibreSign to lead your organization toward an era of efficiency, security, and collaboration. We are ready to be part of your journey towards digital transformation!\n": "Com a evolução das demandas comerciais e legais, destaca-se a necessidade de permitir que um documento digital seja assinado por múltiplos indivíduos. Essa capacidade não apenas acelera o fluxo de trabalho, garante a validade legal e fomenta a colaboração entre diversos stakeholders, mas também possibilita que todas as partes envolvidas visualizem e assinem conforme necessário, independentemente de localização ou fuso horário.\n\nCada assinatura digital é única e vinculada ao signatário, garantindo a segurança, a validade legal e a transparência do documento. Imagine, por exemplo, um contrato complexo envolvendo representantes de diferentes departamentos de uma empresa. Com a LibreSign, cada stakeholder pode revisar e assinar o documento simultaneamente, eliminando a necessidade de reuniões presenciais demoradas e acelerando o processo de aprovação.\n\nAo adotar a funcionalidade de múltiplos signatários em documentos digitais com a LibreSign, as empresas podem obter uma vantagem competitiva, reduzindo significativamente o tempo para completar contratos e acordos, garantindo a validade legal e promovendo a colaboração.\n\nEm meio à transformação digital, a LibreSign não é apenas uma solução tecnológica; é uma revolução na gestão de documentos. Permita que a LibreSign lidere sua organização em direção a uma era de eficiência, segurança e colaboração. Estamos prontos para fazer parte da sua jornada em direção à transformação digital!\n", - "e-Cidade is a system that modernizes and streamlines the administrative processes of Brazilian municipalities, promoting the digitalization of public administration. Used in several municipalities, it encompasses everything from financial and human resources management to school administration.\n\nTo expand its functionalities, there was a need to integrate e-Cidade with a legally valid electronic signature system, aiming to expedite online transactions. LibreSign was selected for its reliability, security, and compliance with Brazilian legal requirements. Here are some advantages:\n\n**Process automation:** \nLibreSign speeds up manual document processes such as appropriations, contracts, agreements, and authorizations, reducing the time to complete transactions and allowing public employees to focus on higher-impact activities.\n\n**Security:** \nBy using e-CPF, e-CNPJ, or certificates generated by the system itself, LibreSign ensures the integrity and authenticity of documents.\n\n**ICP-Brazil compliance:** \nEnsures that all electronic signatures comply with ICP-Brazil standards, guaranteeing the legality of the processes.\n\n**Sustainability:** \nReduces paper usage, contributing to environmental sustainability and minimizing the waste of natural resources.\n\n## Impact on public administration\n\n
\n\nThe union of LibreSign with e-Cidade transforms public administration, making it more secure and sustainable. Municipalities can offer high-quality services to citizens, minimizing delays and bureaucracy, and contributing to environmental preservation.\n\nWant to learn more about this integration?\n\nJoin the e-Cidade community event on 07/31 at 7:00 PM and discover how the integration of LibreSign can revolutionize public administration.\n\nThe event is free and will be held in the community's Telegram group: [eCidadeCE](https://t.me/eCidadeCE)\n\nTransform public administration with technology and innovation. Join us on this journey towards digital security and sustainability!": "O e-Cidade é um sistema que moderniza e agiliza os processos administrativos das prefeituras brasileiras, promovendo a digitalização da administração pública. Utilizado em várias prefeituras, ele abrange desde a gestão financeira e de recursos humanos até a administração escolar.\n\nPara expandir suas funcionalidades, surgiu a necessidade de integrar o e-Cidade com um sistema de assinaturas eletrônicas juridicamente válido, visando agilizar as transações online. O LibreSign foi selecionado por sua confiabilidade, segurança e conformidade com as exigências legais brasileiras. Veja algumas vantagens:\n\n**Automatização de processos:**\nO LibreSign agiliza processos manuais de documentos como empenhos, contratos, convênios e autorizações, reduzindo o tempo para completar transações e permitindo que os funcionários públicos se concentrem em atividades de maior impacto.\n\n**Segurança:**\nUtilizando e-CPF, e-CNPJ ou certificados gerados pelo próprio sistema, o LibreSign garante a integridade e autenticidade dos documentos.\n\n**Conformidade com o ICP-Brasil:**\nAssegura que todas as assinaturas eletrônicas estejam em conformidade com os padrões do ICP-Brasil, garantindo a legalidade dos processos.\n\n**Sustentabilidade:**\nReduz o uso de papel, contribuindo para a sustentabilidade ambiental e diminuindo o desperdício de recursos naturais.\n\n## Impacto na Administração Pública\n\n
\n\nA união do LibreSign com o e-Cidade transforma a gestão pública, tornando-a mais segura e sustentável. As prefeituras podem oferecer serviços de alta qualidade aos cidadãos, minimizando atrasos e burocracias e contribuindo para a preservação do meio ambiente.\n\nQuer saber mais sobre essa integração?\n\nParticipe do evento da comunidade e-Cidade no dia 31/07 às 19h e descubra como a integração do LibreSign pode revolucionar a gestão pública.\n\nO evento é gratuito e ocorrerá no grupo do Telegram da comunidade: [eCidadeCE](https://t.me/eCidadeCE)\n\nTransforme a gestão pública com tecnologia e inovação. Junte-se a nós nessa jornada rumo à segurança e sustentabilidade digital!" + "Yes, LibreSign is perfect for town halls and public bodies that need a secure and legally valid solution for signing documents.": "Yes, LibreSign is perfect for town halls and public bodies that need a secure and legally valid solution for signing documents.", + "Yes, LibreSign offers time stamping, which guarantees the exact date and time of the signature, which brings even more security and legal validity.": "Yes, LibreSign offers time stamping, which guarantees the exact date and time of the signature, which brings even more security and legal validity.", + "Yes, at any time. After canceling, you will no longer be charged and there will be no automatic renewal.": "Yes, at any time. After canceling, you will no longer be charged and there will be no automatic renewal.", + "Yes, our support team is ready to help you with the configuration and with any questions or problems you may have.": "Yes, our support team is ready to help you with the configuration and with any questions or problems you may have.", + "Yes, you can use LibreSign directly from your smartphone or tablet by simply accessing the browser. This allows you to sign your documents from anywhere.": "Yes, you can use LibreSign directly from your smartphone or tablet by simply accessing the browser. This allows you to sign your documents from anywhere.", + "Yes. You can store your digital certificate in LibreSign and when you sign a document you will be asked for your password.": "Yes. You can store your digital certificate in LibreSign and when you sign a document you will be asked for your password.", + "You are free to cancel your plan at any time. By canceling, Signater undertakes not to renew the billing for your plan.": "You are free to cancel your plan at any time. By canceling, Signater undertakes not to renew the billing for your plan.", + "You can purchase LibreSign directly on our website or talk to our sales team, who will help you find the ideal plan for your needs.": "You can purchase LibreSign directly on our website or talk to our sales team, who will help you find the ideal plan for your needs.", + "e-Cidade is a system that modernizes and streamlines the administrative processes of Brazilian municipalities, promoting the digitalization of public administration. Used in several municipalities, it encompasses everything from financial and human resources management to school administration.\n\nTo expand its functionalities, there was a need to integrate e-Cidade with a legally valid electronic signature system, aiming to expedite online transactions. LibreSign was selected for its reliability, security, and compliance with Brazilian legal requirements. Here are some advantages:\n\n**Process automation:** \nLibreSign speeds up manual document processes such as appropriations, contracts, agreements, and authorizations, reducing the time to complete transactions and allowing public employees to focus on higher-impact activities.\n\n**Security:** \nBy using e-CPF, e-CNPJ, or certificates generated by the system itself, LibreSign ensures the integrity and authenticity of documents.\n\n**ICP-Brazil compliance:** \nEnsures that all electronic signatures comply with ICP-Brazil standards, guaranteeing the legality of the processes.\n\n**Sustainability:** \nReduces paper usage, contributing to environmental sustainability and minimizing the waste of natural resources.\n\n## Impact on public administration\n\n
\n\nThe union of LibreSign with e-Cidade transforms public administration, making it more secure and sustainable. Municipalities can offer high-quality services to citizens, minimizing delays and bureaucracy, and contributing to environmental preservation.\n\nWant to learn more about this integration?\n\nJoin the e-Cidade community event on 07/31 at 7:00 PM and discover how the integration of LibreSign can revolutionize public administration.\n\nThe event is free and will be held in the community's Telegram group: [eCidadeCE](https://t.me/eCidadeCE)\n\nTransform public administration with technology and innovation. Join us on this journey towards digital security and sustainability!": "O e-Cidade é um sistema que moderniza e agiliza os processos administrativos das prefeituras brasileiras, promovendo a digitalização da administração pública. Utilizado em várias prefeituras, ele abrange desde a gestão financeira e de recursos humanos até a administração escolar.\n\nPara expandir suas funcionalidades, surgiu a necessidade de integrar o e-Cidade com um sistema de assinaturas eletrônicas juridicamente válido, visando agilizar as transações online. O LibreSign foi selecionado por sua confiabilidade, segurança e conformidade com as exigências legais brasileiras. Veja algumas vantagens:\n\n**Automatização de processos:**\nO LibreSign agiliza processos manuais de documentos como empenhos, contratos, convênios e autorizações, reduzindo o tempo para completar transações e permitindo que os funcionários públicos se concentrem em atividades de maior impacto.\n\n**Segurança:**\nUtilizando e-CPF, e-CNPJ ou certificados gerados pelo próprio sistema, o LibreSign garante a integridade e autenticidade dos documentos.\n\n**Conformidade com o ICP-Brasil:**\nAssegura que todas as assinaturas eletrônicas estejam em conformidade com os padrões do ICP-Brasil, garantindo a legalidade dos processos.\n\n**Sustentabilidade:**\nReduz o uso de papel, contribuindo para a sustentabilidade ambiental e diminuindo o desperdício de recursos naturais.\n\n## Impacto na Administração Pública\n\n
\n\nA união do LibreSign com o e-Cidade transforma a gestão pública, tornando-a mais segura e sustentável. As prefeituras podem oferecer serviços de alta qualidade aos cidadãos, minimizando atrasos e burocracias e contribuindo para a preservação do meio ambiente.\n\nQuer saber mais sobre essa integração?\n\nParticipe do evento da comunidade e-Cidade no dia 31/07 às 19h e descubra como a integração do LibreSign pode revolucionar a gestão pública.\n\nO evento é gratuito e ocorrerá no grupo do Telegram da comunidade: [eCidadeCE](https://t.me/eCidadeCE)\n\nTransforme a gestão pública com tecnologia e inovação. Junte-se a nós nessa jornada rumo à segurança e sustentabilidade digital!", + "what are the payment methods?": "what are the payment methods?" } diff --git a/source/_layouts/footer.blade.php b/source/_layouts/footer.blade.php index fddb0ab1..ce578f5a 100644 --- a/source/_layouts/footer.blade.php +++ b/source/_layouts/footer.blade.php @@ -65,6 +65,9 @@
  • {{ $page->t("About")}}
  • +
  • + FAQ +
  • diff --git a/source/faq.blade.php b/source/faq.blade.php new file mode 100644 index 00000000..89231f9a --- /dev/null +++ b/source/faq.blade.php @@ -0,0 +1,57 @@ +@extends('_layouts.main') + +@section('body') +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + shape +
    +
    +
    +
    +
    + FAQ +

    {{ $page->t("Any Questions? Answered")}}

    +

    + {{ $page->t("LibreSign frequently asked questions")}} +

    +
    +
    +
    + +
    + @foreach($page->frequentlyQuestions as $item => $frequentlyQuestion) +
    +
    +
    + +
    +
    + {{ $page->t($frequentlyQuestion->answer)}} +
    +
    +
    +
    +
    + @endforeach +
    +
    +
    +@endsection \ No newline at end of file diff --git a/source/index.blade.php b/source/index.blade.php index 3576f546..d032535d 100644 --- a/source/index.blade.php +++ b/source/index.blade.php @@ -202,156 +202,5 @@ class="shape shape-2" - -
    -
    - shape -
    -
    -
    -
    -
    - FAQ -

    {{ $page->t("Any Questions? Answered")}}

    -

    - {{ $page->t("LibreSign frequently asked questions")}} -

    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    - {{ $page->t("LibreSign allows documents to be signed securely and with legal validity, since the system generates hashing - an algorithm that ensures that the file has not been altered after being signed - as well as numbers and records the times of each signature carried out in the document. In this way, the system meets all the requirements of the GDPR - General Data Protection Law.")}} -
    -
    -
    -
    -
    -
    - -
    -
    - {{ $page->t("Electronic signature capture is a technology for signing electronic document files with a handwritten signature. The use of this technology allows for the elimination of the mailing, storage, filing, copying, and retrieval of paper documents. This will save your business time and money.")}} -
    -
    -
    -
    -
    -
    - -
    -
    - {{ $page->t("File Creation, Signature with Digital Certificate, Signature Management, Document Management, Validation, API")}} -
    -
    -
    -
    -
    -
    -
    -
    - -
    -
    - {{ $page->t("No. The digitized signature is the reproduction of the handwritten signature as an image using scanner-type. It does not guarantee the authorship and of the electronic document, as there is no association between the signer and the text, as it can be easily copied and inserted another document.")}} -
    -
    -
    -
    -
    -
    - -
    -
    - {{ $page->t("LibreCode, a Brazilian cooperative of free software developers.")}} -
    -
    -
    -
    - {{--
    -
    - -
    -
    - Lorem Ipsum is simply dummy text of the printing and - typesetting industry. Lorem Ipsum has been the industry's - standard dummy text ever since the 1500s, when an unknown - printer took a galley of type and scrambled it to make a - type specimen book. -
    -
    -
    -
    --}} -
    -
    -
    -
    - @include('_partials/contact_form') @endsection