mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Update metadata for new release.
This commit is contained in:
@@ -14,17 +14,17 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- dist: xenial
|
- dist: xenial
|
||||||
arch: amd64
|
arch: amd64
|
||||||
env: ARCH=amd64 VERSION=4.8.1.8
|
env: ARCH=amd64 VERSION=4.8.2
|
||||||
stage: build
|
stage: build
|
||||||
script: ./.deploy/docker/travis.sh
|
script: ./.deploy/docker/travis.sh
|
||||||
- dist: xenial
|
- dist: xenial
|
||||||
arch: amd64
|
arch: amd64
|
||||||
env: ARCH=arm VERSION=4.8.1.8
|
env: ARCH=arm VERSION=4.8.2
|
||||||
stage: build
|
stage: build
|
||||||
script: ./.deploy/docker/travis.sh
|
script: ./.deploy/docker/travis.sh
|
||||||
- dist: xenial
|
- dist: xenial
|
||||||
arch: arm64
|
arch: arm64
|
||||||
env: ARCH=arm64 VERSION=4.8.1.8
|
env: ARCH=arm64 VERSION=4.8.2
|
||||||
stage: build
|
stage: build
|
||||||
script: ./.deploy/docker/travis.sh
|
script: ./.deploy/docker/travis.sh
|
||||||
- dist: xenial
|
- dist: xenial
|
||||||
|
|||||||
19
changelog.md
19
changelog.md
@@ -2,6 +2,25 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## [4.8.2 (API 0.10.5)] - 2019-11-03
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Firefly III now comes in three channels: stable, beta and alpha. You can
|
||||||
|
find the latest version for each channel on [this website](https://version.firefly-iii.org/).
|
||||||
|
- To make sure your Docker instance logs everything to `stdout`, make sure
|
||||||
|
you set the environment variable `LOG_CHANNEL` to `docker_out`. This is
|
||||||
|
now default behavior for new installations that use the `.env` file to
|
||||||
|
launch Firefly III (using Docker compose), but if you use environment
|
||||||
|
variables you may have to set this yourself. This is not a mandatory
|
||||||
|
change but will make debugging easier.
|
||||||
|
- The Docker image is now also available in AArch64.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- [Issue 2771](https://github.com/firefly-iii/firefly-iii/issues/2771) Recurring transactions would not hit their piggy bank.
|
||||||
|
- [Issue 2774](https://github.com/firefly-iii/firefly-iii/issues/2774) Fixed redirect issues for exotic URL's.
|
||||||
|
- [Issue 2780](https://github.com/firefly-iii/firefly-iii/issues/2780) Deleted bugs would still count in the budget overview.
|
||||||
|
- [Issue 2783](https://github.com/firefly-iii/firefly-iii/issues/2783) Fixed issue with SQLite and integers.
|
||||||
|
- [Issue 2786](https://github.com/firefly-iii/firefly-iii/issues/2786) Fix links to documentation.
|
||||||
|
|
||||||
## [4.8.1.8 (API 0.10.5)] - 2019-10-26
|
## [4.8.1.8 (API 0.10.5)] - 2019-10-26
|
||||||
|
|
||||||
|
|||||||
203
composer.lock
generated
203
composer.lock
generated
@@ -525,16 +525,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/cache",
|
"name": "doctrine/cache",
|
||||||
"version": "v1.8.0",
|
"version": "v1.8.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/doctrine/cache.git",
|
"url": "https://github.com/doctrine/cache.git",
|
||||||
"reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
|
"reference": "d4374ae95b36062d02ef310100ed33d78738d76c"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
|
"url": "https://api.github.com/repos/doctrine/cache/zipball/d4374ae95b36062d02ef310100ed33d78738d76c",
|
||||||
"reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
|
"reference": "d4374ae95b36062d02ef310100ed33d78738d76c",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -569,6 +569,10 @@
|
|||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Guilherme Blanco",
|
||||||
|
"email": "guilhermeblanco@gmail.com"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Roman Borschel",
|
"name": "Roman Borschel",
|
||||||
"email": "roman@code-factory.org"
|
"email": "roman@code-factory.org"
|
||||||
@@ -577,10 +581,6 @@
|
|||||||
"name": "Benjamin Eberlei",
|
"name": "Benjamin Eberlei",
|
||||||
"email": "kontakt@beberlei.de"
|
"email": "kontakt@beberlei.de"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Guilherme Blanco",
|
|
||||||
"email": "guilhermeblanco@gmail.com"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Jonathan Wage",
|
"name": "Jonathan Wage",
|
||||||
"email": "jonwage@gmail.com"
|
"email": "jonwage@gmail.com"
|
||||||
@@ -596,20 +596,20 @@
|
|||||||
"cache",
|
"cache",
|
||||||
"caching"
|
"caching"
|
||||||
],
|
],
|
||||||
"time": "2018-08-21T18:01:43+00:00"
|
"time": "2019-10-28T09:31:32+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/dbal",
|
"name": "doctrine/dbal",
|
||||||
"version": "v2.9.2",
|
"version": "v2.9.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/doctrine/dbal.git",
|
"url": "https://github.com/doctrine/dbal.git",
|
||||||
"reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
|
"reference": "7345cd59edfa2036eb0fa4264b77ae2576842035"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/7345cd59edfa2036eb0fa4264b77ae2576842035",
|
||||||
"reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
|
"reference": "7345cd59edfa2036eb0fa4264b77ae2576842035",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -649,6 +649,10 @@
|
|||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Guilherme Blanco",
|
||||||
|
"email": "guilhermeblanco@gmail.com"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Roman Borschel",
|
"name": "Roman Borschel",
|
||||||
"email": "roman@code-factory.org"
|
"email": "roman@code-factory.org"
|
||||||
@@ -657,10 +661,6 @@
|
|||||||
"name": "Benjamin Eberlei",
|
"name": "Benjamin Eberlei",
|
||||||
"email": "kontakt@beberlei.de"
|
"email": "kontakt@beberlei.de"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Guilherme Blanco",
|
|
||||||
"email": "guilhermeblanco@gmail.com"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Jonathan Wage",
|
"name": "Jonathan Wage",
|
||||||
"email": "jonwage@gmail.com"
|
"email": "jonwage@gmail.com"
|
||||||
@@ -678,7 +678,7 @@
|
|||||||
"php",
|
"php",
|
||||||
"queryobject"
|
"queryobject"
|
||||||
],
|
],
|
||||||
"time": "2018-12-31T03:27:51+00:00"
|
"time": "2019-11-02T22:19:34+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/event-manager",
|
"name": "doctrine/event-manager",
|
||||||
@@ -1717,16 +1717,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "league/commonmark",
|
"name": "league/commonmark",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/thephpleague/commonmark.git",
|
"url": "https://github.com/thephpleague/commonmark.git",
|
||||||
"reference": "7a40f2b0931602c504c2a9692d9f1e33635fd5ef"
|
"reference": "d927c05e9a391688b1e59a606c97465a90531789"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/7a40f2b0931602c504c2a9692d9f1e33635fd5ef",
|
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/d927c05e9a391688b1e59a606c97465a90531789",
|
||||||
"reference": "7a40f2b0931602c504c2a9692d9f1e33635fd5ef",
|
"reference": "d927c05e9a391688b1e59a606c97465a90531789",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -1740,6 +1740,7 @@
|
|||||||
"cebe/markdown": "~1.0",
|
"cebe/markdown": "~1.0",
|
||||||
"commonmark/commonmark.js": "0.29.0",
|
"commonmark/commonmark.js": "0.29.0",
|
||||||
"erusev/parsedown": "~1.0",
|
"erusev/parsedown": "~1.0",
|
||||||
|
"ext-json": "*",
|
||||||
"michelf/php-markdown": "~1.4",
|
"michelf/php-markdown": "~1.4",
|
||||||
"mikehaertl/php-shellcommand": "^1.4",
|
"mikehaertl/php-shellcommand": "^1.4",
|
||||||
"phpstan/phpstan-shim": "^0.11.5",
|
"phpstan/phpstan-shim": "^0.11.5",
|
||||||
@@ -1756,7 +1757,7 @@
|
|||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "1.1-dev"
|
"dev-master": "1.2-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@@ -1783,7 +1784,7 @@
|
|||||||
"markdown",
|
"markdown",
|
||||||
"parser"
|
"parser"
|
||||||
],
|
],
|
||||||
"time": "2019-06-29T11:19:01+00:00"
|
"time": "2019-10-31T13:30:15+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "league/csv",
|
"name": "league/csv",
|
||||||
@@ -3213,16 +3214,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "psr/log",
|
"name": "psr/log",
|
||||||
"version": "1.1.1",
|
"version": "1.1.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/php-fig/log.git",
|
"url": "https://github.com/php-fig/log.git",
|
||||||
"reference": "bf73deb2b3b896a9d9c75f3f0d88185d2faa27e2"
|
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/php-fig/log/zipball/bf73deb2b3b896a9d9c75f3f0d88185d2faa27e2",
|
"url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
|
||||||
"reference": "bf73deb2b3b896a9d9c75f3f0d88185d2faa27e2",
|
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -3256,7 +3257,7 @@
|
|||||||
"psr",
|
"psr",
|
||||||
"psr-3"
|
"psr-3"
|
||||||
],
|
],
|
||||||
"time": "2019-10-25T08:06:51+00:00"
|
"time": "2019-11-01T11:05:21+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "psr/simple-cache",
|
"name": "psr/simple-cache",
|
||||||
@@ -3564,16 +3565,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/console",
|
"name": "symfony/console",
|
||||||
"version": "v4.3.5",
|
"version": "v4.3.6",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/console.git",
|
"url": "https://github.com/symfony/console.git",
|
||||||
"reference": "929ddf360d401b958f611d44e726094ab46a7369"
|
"reference": "136c4bd62ea871d00843d1bc0316de4c4a84bb78"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/console/zipball/929ddf360d401b958f611d44e726094ab46a7369",
|
"url": "https://api.github.com/repos/symfony/console/zipball/136c4bd62ea871d00843d1bc0316de4c4a84bb78",
|
||||||
"reference": "929ddf360d401b958f611d44e726094ab46a7369",
|
"reference": "136c4bd62ea871d00843d1bc0316de4c4a84bb78",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -3635,11 +3636,11 @@
|
|||||||
],
|
],
|
||||||
"description": "Symfony Console Component",
|
"description": "Symfony Console Component",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"time": "2019-10-07T12:36:49+00:00"
|
"time": "2019-10-30T12:58:49+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/css-selector",
|
"name": "symfony/css-selector",
|
||||||
"version": "v4.3.5",
|
"version": "v4.3.6",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/css-selector.git",
|
"url": "https://github.com/symfony/css-selector.git",
|
||||||
@@ -3692,16 +3693,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/debug",
|
"name": "symfony/debug",
|
||||||
"version": "v4.3.5",
|
"version": "v4.3.6",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/debug.git",
|
"url": "https://github.com/symfony/debug.git",
|
||||||
"reference": "cc5c1efd0edfcfd10b354750594a46b3dd2afbbe"
|
"reference": "5ea9c3e01989a86ceaa0283f21234b12deadf5e2"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/debug/zipball/cc5c1efd0edfcfd10b354750594a46b3dd2afbbe",
|
"url": "https://api.github.com/repos/symfony/debug/zipball/5ea9c3e01989a86ceaa0283f21234b12deadf5e2",
|
||||||
"reference": "cc5c1efd0edfcfd10b354750594a46b3dd2afbbe",
|
"reference": "5ea9c3e01989a86ceaa0283f21234b12deadf5e2",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -3744,11 +3745,11 @@
|
|||||||
],
|
],
|
||||||
"description": "Symfony Debug Component",
|
"description": "Symfony Debug Component",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"time": "2019-09-19T15:51:53+00:00"
|
"time": "2019-10-28T17:07:32+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/event-dispatcher",
|
"name": "symfony/event-dispatcher",
|
||||||
"version": "v4.3.5",
|
"version": "v4.3.6",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/event-dispatcher.git",
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
||||||
@@ -3876,16 +3877,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/finder",
|
"name": "symfony/finder",
|
||||||
"version": "v4.3.5",
|
"version": "v4.3.6",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/finder.git",
|
"url": "https://github.com/symfony/finder.git",
|
||||||
"reference": "5e575faa95548d0586f6bedaeabec259714e44d1"
|
"reference": "72a068f77e317ae77c0a0495236ad292cfb5ce6f"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/finder/zipball/5e575faa95548d0586f6bedaeabec259714e44d1",
|
"url": "https://api.github.com/repos/symfony/finder/zipball/72a068f77e317ae77c0a0495236ad292cfb5ce6f",
|
||||||
"reference": "5e575faa95548d0586f6bedaeabec259714e44d1",
|
"reference": "72a068f77e317ae77c0a0495236ad292cfb5ce6f",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -3921,20 +3922,20 @@
|
|||||||
],
|
],
|
||||||
"description": "Symfony Finder Component",
|
"description": "Symfony Finder Component",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"time": "2019-09-16T11:29:48+00:00"
|
"time": "2019-10-30T12:53:54+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/http-foundation",
|
"name": "symfony/http-foundation",
|
||||||
"version": "v4.3.5",
|
"version": "v4.3.6",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/http-foundation.git",
|
"url": "https://github.com/symfony/http-foundation.git",
|
||||||
"reference": "76590ced16d4674780863471bae10452b79210a5"
|
"reference": "38f63e471cda9d37ac06e76d14c5ea2ec5887051"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/76590ced16d4674780863471bae10452b79210a5",
|
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/38f63e471cda9d37ac06e76d14c5ea2ec5887051",
|
||||||
"reference": "76590ced16d4674780863471bae10452b79210a5",
|
"reference": "38f63e471cda9d37ac06e76d14c5ea2ec5887051",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -3976,20 +3977,20 @@
|
|||||||
],
|
],
|
||||||
"description": "Symfony HttpFoundation Component",
|
"description": "Symfony HttpFoundation Component",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"time": "2019-10-04T19:48:13+00:00"
|
"time": "2019-10-30T12:58:49+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/http-kernel",
|
"name": "symfony/http-kernel",
|
||||||
"version": "v4.3.5",
|
"version": "v4.3.6",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/http-kernel.git",
|
"url": "https://github.com/symfony/http-kernel.git",
|
||||||
"reference": "5f08141850932e8019c01d8988bf3ed6367d2991"
|
"reference": "56acfda9e734e8715b3b0e6859cdb4f5b28757bf"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/5f08141850932e8019c01d8988bf3ed6367d2991",
|
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/56acfda9e734e8715b3b0e6859cdb4f5b28757bf",
|
||||||
"reference": "5f08141850932e8019c01d8988bf3ed6367d2991",
|
"reference": "56acfda9e734e8715b3b0e6859cdb4f5b28757bf",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -4068,20 +4069,20 @@
|
|||||||
],
|
],
|
||||||
"description": "Symfony HttpKernel Component",
|
"description": "Symfony HttpKernel Component",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"time": "2019-10-07T15:06:41+00:00"
|
"time": "2019-11-01T10:00:03+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/mime",
|
"name": "symfony/mime",
|
||||||
"version": "v4.3.5",
|
"version": "v4.3.6",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/mime.git",
|
"url": "https://github.com/symfony/mime.git",
|
||||||
"reference": "32f71570547b91879fdbd9cf50317d556ae86916"
|
"reference": "3c0e197529da6e59b217615ba8ee7604df88b551"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/mime/zipball/32f71570547b91879fdbd9cf50317d556ae86916",
|
"url": "https://api.github.com/repos/symfony/mime/zipball/3c0e197529da6e59b217615ba8ee7604df88b551",
|
||||||
"reference": "32f71570547b91879fdbd9cf50317d556ae86916",
|
"reference": "3c0e197529da6e59b217615ba8ee7604df88b551",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -4127,7 +4128,7 @@
|
|||||||
"mime",
|
"mime",
|
||||||
"mime-type"
|
"mime-type"
|
||||||
],
|
],
|
||||||
"time": "2019-09-19T17:00:15+00:00"
|
"time": "2019-10-30T12:58:49+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/polyfill-ctype",
|
"name": "symfony/polyfill-ctype",
|
||||||
@@ -4590,16 +4591,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/process",
|
"name": "symfony/process",
|
||||||
"version": "v4.3.5",
|
"version": "v4.3.6",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/process.git",
|
"url": "https://github.com/symfony/process.git",
|
||||||
"reference": "50556892f3cc47d4200bfd1075314139c4c9ff4b"
|
"reference": "3b2e0cb029afbb0395034509291f21191d1a4db0"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/process/zipball/50556892f3cc47d4200bfd1075314139c4c9ff4b",
|
"url": "https://api.github.com/repos/symfony/process/zipball/3b2e0cb029afbb0395034509291f21191d1a4db0",
|
||||||
"reference": "50556892f3cc47d4200bfd1075314139c4c9ff4b",
|
"reference": "3b2e0cb029afbb0395034509291f21191d1a4db0",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -4635,7 +4636,7 @@
|
|||||||
],
|
],
|
||||||
"description": "Symfony Process Component",
|
"description": "Symfony Process Component",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"time": "2019-09-26T21:17:10+00:00"
|
"time": "2019-10-28T17:07:32+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/psr-http-message-bridge",
|
"name": "symfony/psr-http-message-bridge",
|
||||||
@@ -4704,16 +4705,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/routing",
|
"name": "symfony/routing",
|
||||||
"version": "v4.3.5",
|
"version": "v4.3.6",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/routing.git",
|
"url": "https://github.com/symfony/routing.git",
|
||||||
"reference": "3b174ef04fe66696524efad1e5f7a6c663d822ea"
|
"reference": "63a9920cc86fcc745e5ea254e362f02b615290b9"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/routing/zipball/3b174ef04fe66696524efad1e5f7a6c663d822ea",
|
"url": "https://api.github.com/repos/symfony/routing/zipball/63a9920cc86fcc745e5ea254e362f02b615290b9",
|
||||||
"reference": "3b174ef04fe66696524efad1e5f7a6c663d822ea",
|
"reference": "63a9920cc86fcc745e5ea254e362f02b615290b9",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -4776,7 +4777,7 @@
|
|||||||
"uri",
|
"uri",
|
||||||
"url"
|
"url"
|
||||||
],
|
],
|
||||||
"time": "2019-10-04T20:57:10+00:00"
|
"time": "2019-10-30T12:58:49+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/service-contracts",
|
"name": "symfony/service-contracts",
|
||||||
@@ -4838,16 +4839,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/translation",
|
"name": "symfony/translation",
|
||||||
"version": "v4.3.5",
|
"version": "v4.3.6",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/translation.git",
|
"url": "https://github.com/symfony/translation.git",
|
||||||
"reference": "fe6193b066c457c144333c06aaa869a2d42a167f"
|
"reference": "a3aa590ce944afb3434d7a55f81b00927144d5ec"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/translation/zipball/fe6193b066c457c144333c06aaa869a2d42a167f",
|
"url": "https://api.github.com/repos/symfony/translation/zipball/a3aa590ce944afb3434d7a55f81b00927144d5ec",
|
||||||
"reference": "fe6193b066c457c144333c06aaa869a2d42a167f",
|
"reference": "a3aa590ce944afb3434d7a55f81b00927144d5ec",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -4910,7 +4911,7 @@
|
|||||||
],
|
],
|
||||||
"description": "Symfony Translation Component",
|
"description": "Symfony Translation Component",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"time": "2019-09-27T14:37:39+00:00"
|
"time": "2019-10-30T12:53:54+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/translation-contracts",
|
"name": "symfony/translation-contracts",
|
||||||
@@ -4971,16 +4972,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/var-dumper",
|
"name": "symfony/var-dumper",
|
||||||
"version": "v4.3.5",
|
"version": "v4.3.6",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/var-dumper.git",
|
"url": "https://github.com/symfony/var-dumper.git",
|
||||||
"reference": "bde8957fc415fdc6964f33916a3755737744ff05"
|
"reference": "ea4940845535c85ff5c505e13b3205b0076d07bf"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/bde8957fc415fdc6964f33916a3755737744ff05",
|
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/ea4940845535c85ff5c505e13b3205b0076d07bf",
|
||||||
"reference": "bde8957fc415fdc6964f33916a3755737744ff05",
|
"reference": "ea4940845535c85ff5c505e13b3205b0076d07bf",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -5043,20 +5044,20 @@
|
|||||||
"debug",
|
"debug",
|
||||||
"dump"
|
"dump"
|
||||||
],
|
],
|
||||||
"time": "2019-10-04T19:48:13+00:00"
|
"time": "2019-10-13T12:02:04+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "tightenco/collect",
|
"name": "tightenco/collect",
|
||||||
"version": "v6.4.0",
|
"version": "v6.4.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/tightenco/collect.git",
|
"url": "https://github.com/tightenco/collect.git",
|
||||||
"reference": "48b88a0e488fba617f077e0f89bae286b35d9eef"
|
"reference": "9796fcd7ad3286dda60d0cf5120afbff8e3b9db6"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/tightenco/collect/zipball/48b88a0e488fba617f077e0f89bae286b35d9eef",
|
"url": "https://api.github.com/repos/tightenco/collect/zipball/9796fcd7ad3286dda60d0cf5120afbff8e3b9db6",
|
||||||
"reference": "48b88a0e488fba617f077e0f89bae286b35d9eef",
|
"reference": "9796fcd7ad3286dda60d0cf5120afbff8e3b9db6",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -5093,7 +5094,7 @@
|
|||||||
"collection",
|
"collection",
|
||||||
"laravel"
|
"laravel"
|
||||||
],
|
],
|
||||||
"time": "2019-10-23T14:47:45+00:00"
|
"time": "2019-10-23T21:04:40+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "tijsverkoyen/css-to-inline-styles",
|
"name": "tijsverkoyen/css-to-inline-styles",
|
||||||
@@ -5514,16 +5515,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "composer/composer",
|
"name": "composer/composer",
|
||||||
"version": "1.9.0",
|
"version": "1.9.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/composer/composer.git",
|
"url": "https://github.com/composer/composer.git",
|
||||||
"reference": "314aa57fdcfc942065996f59fb73a8b3f74f3fa5"
|
"reference": "bb01f2180df87ce7992b8331a68904f80439dd2f"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/composer/composer/zipball/314aa57fdcfc942065996f59fb73a8b3f74f3fa5",
|
"url": "https://api.github.com/repos/composer/composer/zipball/bb01f2180df87ce7992b8331a68904f80439dd2f",
|
||||||
"reference": "314aa57fdcfc942065996f59fb73a8b3f74f3fa5",
|
"reference": "bb01f2180df87ce7992b8331a68904f80439dd2f",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -5590,7 +5591,7 @@
|
|||||||
"dependency",
|
"dependency",
|
||||||
"package"
|
"package"
|
||||||
],
|
],
|
||||||
"time": "2019-08-02T18:55:33+00:00"
|
"time": "2019-11-01T16:20:17+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "composer/semver",
|
"name": "composer/semver",
|
||||||
@@ -6769,16 +6770,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/phpunit",
|
"name": "phpunit/phpunit",
|
||||||
"version": "8.4.1",
|
"version": "8.4.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||||
"reference": "366a4a0f2b971fd43b7c351d621e8dd7d7131869"
|
"reference": "a142a7e66c0ea7b5b6c04ee27f08d10d1137cd9b"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/366a4a0f2b971fd43b7c351d621e8dd7d7131869",
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a142a7e66c0ea7b5b6c04ee27f08d10d1137cd9b",
|
||||||
"reference": "366a4a0f2b971fd43b7c351d621e8dd7d7131869",
|
"reference": "a142a7e66c0ea7b5b6c04ee27f08d10d1137cd9b",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -6848,7 +6849,7 @@
|
|||||||
"testing",
|
"testing",
|
||||||
"xunit"
|
"xunit"
|
||||||
],
|
],
|
||||||
"time": "2019-10-07T12:57:41+00:00"
|
"time": "2019-10-28T10:39:51+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "roave/security-advisories",
|
"name": "roave/security-advisories",
|
||||||
@@ -6856,12 +6857,12 @@
|
|||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
||||||
"reference": "eb59d9f35a47f567ae15e7179d7c666489cd4b85"
|
"reference": "f8c8349a4b12a26edfa8b21d07d3dbeb6dcedcfa"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/eb59d9f35a47f567ae15e7179d7c666489cd4b85",
|
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/f8c8349a4b12a26edfa8b21d07d3dbeb6dcedcfa",
|
||||||
"reference": "eb59d9f35a47f567ae15e7179d7c666489cd4b85",
|
"reference": "f8c8349a4b12a26edfa8b21d07d3dbeb6dcedcfa",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
@@ -7064,7 +7065,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
|
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
|
||||||
"time": "2019-10-09T14:04:58+00:00"
|
"time": "2019-10-29T22:11:03+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/code-unit-reverse-lookup",
|
"name": "sebastian/code-unit-reverse-lookup",
|
||||||
@@ -7776,7 +7777,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/filesystem",
|
"name": "symfony/filesystem",
|
||||||
"version": "v4.3.5",
|
"version": "v4.3.6",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/filesystem.git",
|
"url": "https://github.com/symfony/filesystem.git",
|
||||||
|
|||||||
@@ -125,7 +125,7 @@ return [
|
|||||||
'is_demo_site' => false,
|
'is_demo_site' => false,
|
||||||
],
|
],
|
||||||
'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true,
|
'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true,
|
||||||
'version' => '4.8.1.8',
|
'version' => '4.8.2',
|
||||||
'api_version' => '0.10.5',
|
'api_version' => '0.10.5',
|
||||||
'db_version' => 11,
|
'db_version' => 11,
|
||||||
'maxUploadSize' => 15242880,
|
'maxUploadSize' => 15242880,
|
||||||
|
|||||||
@@ -224,11 +224,11 @@ return [
|
|||||||
'admin_update_check_now_title' => 'Zjistit dostupno případných aktualizací nyní',
|
'admin_update_check_now_title' => 'Zjistit dostupno případných aktualizací nyní',
|
||||||
'admin_update_check_now_explain' => 'Stisknutím tohoto tlačítka Firefly III ověří, zda používáte nejnovější verzi.',
|
'admin_update_check_now_explain' => 'Stisknutím tohoto tlačítka Firefly III ověří, zda používáte nejnovější verzi.',
|
||||||
'check_for_updates_button' => 'Zkontrolovat nyní!',
|
'check_for_updates_button' => 'Zkontrolovat nyní!',
|
||||||
'update_new_version_alert' => 'Je k dispozici nová verze Firefly III. Nyní provozujete verzi :your_version, nejnovější verze je :new_version, která byla vydaná :date.',
|
'update_new_version_alert' => 'A new version of Firefly III is available. You are running :your_version, the latest version is :new_version which was released on :date.',
|
||||||
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
||||||
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
||||||
'update_current_version_alert' => 'Provozujete verzi :version, která je nejnovější dostupnou verzí.',
|
'update_current_version_alert' => 'You are running :version, which is the latest available release.',
|
||||||
'update_newer_version_alert' => 'Provozujete verzi :your_version, zatímco nejnovější vydání je verze :new_version.',
|
'update_newer_version_alert' => 'You are running :your_version, which is newer than the latest release, :new_version.',
|
||||||
'update_check_error' => 'Došlo k chybě při zjišťování případných aktualizací. Podívejte se do souborů se záznamem událostí.',
|
'update_check_error' => 'Došlo k chybě při zjišťování případných aktualizací. Podívejte se do souborů se záznamem událostí.',
|
||||||
'admin_update_channel_title' => 'Update channel',
|
'admin_update_channel_title' => 'Update channel',
|
||||||
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
|
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
|
||||||
|
|||||||
@@ -224,11 +224,11 @@ return [
|
|||||||
'admin_update_check_now_title' => 'Auf Update überprüfen',
|
'admin_update_check_now_title' => 'Auf Update überprüfen',
|
||||||
'admin_update_check_now_explain' => 'Wenn Sie den Knopf drücken, wird Firefly III überprüfen, ob Ihre Version die aktuellste ist.',
|
'admin_update_check_now_explain' => 'Wenn Sie den Knopf drücken, wird Firefly III überprüfen, ob Ihre Version die aktuellste ist.',
|
||||||
'check_for_updates_button' => 'Jetzt prüfen!',
|
'check_for_updates_button' => 'Jetzt prüfen!',
|
||||||
'update_new_version_alert' => 'Eine neue Version von Firefly III ist verfügbar. Sie verwenden v:your_version, die neueste Version ist v:new_version und wurde am :date veröffentlicht.',
|
'update_new_version_alert' => 'A new version of Firefly III is available. You are running :your_version, the latest version is :new_version which was released on :date.',
|
||||||
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
'update_version_beta' => 'Seien Sie vorsichtig bei der Verwendung dieser BETA-Version. Sie könnte noch Fehler enthaltern.',
|
||||||
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
'update_version_alpha' => 'Seien Sie vorsichtig bei der Verwendung dieser APLPHA-Version. Sie kann Fehler enthaltern.',
|
||||||
'update_current_version_alert' => 'Sie verwenden Version v:version. Dies ist die neueste verfügbare Version.',
|
'update_current_version_alert' => 'You are running :version, which is the latest available release.',
|
||||||
'update_newer_version_alert' => 'Sie verwenden v:your_version. Ihre Version ist neuer als die neueste Version (v:new_version).',
|
'update_newer_version_alert' => 'You are running :your_version, which is newer than the latest release, :new_version.',
|
||||||
'update_check_error' => 'Beim Suchen nach Updates ist ein Fehler aufgetreten. Bitte sehen Sie sich die Log-Dateien an.',
|
'update_check_error' => 'Beim Suchen nach Updates ist ein Fehler aufgetreten. Bitte sehen Sie sich die Log-Dateien an.',
|
||||||
'admin_update_channel_title' => 'Aktualisierungskanal',
|
'admin_update_channel_title' => 'Aktualisierungskanal',
|
||||||
'admin_update_channel_explain' => 'Firefly III verfügt über drei Aktualisierungskanäle, welche bestimmen, wie weit Sie in Bezug auf Funktionen, Verbesserungen und Fehler experimentierfreudig sind. Nutzen Sie den „Beta”-Kanal, wenn Sie abenteuerlustig sind, und den „Alpha”-Kanal, wenn Sie ein gefährliches Leben führen möchten.',
|
'admin_update_channel_explain' => 'Firefly III verfügt über drei Aktualisierungskanäle, welche bestimmen, wie weit Sie in Bezug auf Funktionen, Verbesserungen und Fehler experimentierfreudig sind. Nutzen Sie den „Beta”-Kanal, wenn Sie abenteuerlustig sind, und den „Alpha”-Kanal, wenn Sie ein gefährliches Leben führen möchten.',
|
||||||
|
|||||||
@@ -224,11 +224,11 @@ return [
|
|||||||
'admin_update_check_now_title' => 'Έλεγχος για ενημερώσεις τώρα',
|
'admin_update_check_now_title' => 'Έλεγχος για ενημερώσεις τώρα',
|
||||||
'admin_update_check_now_explain' => 'Εάν πατήσετε αυτό του κουμπί, το Firefly III θα ελέγξει εάν έχετε την τελευταία έκδοση.',
|
'admin_update_check_now_explain' => 'Εάν πατήσετε αυτό του κουμπί, το Firefly III θα ελέγξει εάν έχετε την τελευταία έκδοση.',
|
||||||
'check_for_updates_button' => 'Έλεγχος τώρα!',
|
'check_for_updates_button' => 'Έλεγχος τώρα!',
|
||||||
'update_new_version_alert' => 'Μία νέα έκδοση του Firefly III είναι διαθέσιμη. Έχετε την v:your_version, ενώ η τελευταία έκδοση είναι η v:new_version που κυκλοφόρησε στις :date.',
|
'update_new_version_alert' => 'A new version of Firefly III is available. You are running :your_version, the latest version is :new_version which was released on :date.',
|
||||||
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
||||||
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
||||||
'update_current_version_alert' => 'Έχετε την έκδοση v:version, που είναι η τελευταία διαθέσιμη.',
|
'update_current_version_alert' => 'You are running :version, which is the latest available release.',
|
||||||
'update_newer_version_alert' => 'Έχετε την έκδοση v:your_version, που είναι νεότερη από την τελευταία έκδοση, v:new_version.',
|
'update_newer_version_alert' => 'You are running :your_version, which is newer than the latest release, :new_version.',
|
||||||
'update_check_error' => 'Ένα σφάλμα παρουσιάστηκε κατά τον έλεγχο ενημερώσεων. Παρακαλώ δείτε τα αρχεία καταγραφής.',
|
'update_check_error' => 'Ένα σφάλμα παρουσιάστηκε κατά τον έλεγχο ενημερώσεων. Παρακαλώ δείτε τα αρχεία καταγραφής.',
|
||||||
'admin_update_channel_title' => 'Update channel',
|
'admin_update_channel_title' => 'Update channel',
|
||||||
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
|
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
|
||||||
|
|||||||
@@ -224,11 +224,11 @@ return [
|
|||||||
'admin_update_check_now_title' => 'Ver actualizaciones ahora',
|
'admin_update_check_now_title' => 'Ver actualizaciones ahora',
|
||||||
'admin_update_check_now_explain' => 'SI usted presiona el botón, Firefly III vera si su actual versión es la última.',
|
'admin_update_check_now_explain' => 'SI usted presiona el botón, Firefly III vera si su actual versión es la última.',
|
||||||
'check_for_updates_button' => '¡Ver ahora!',
|
'check_for_updates_button' => '¡Ver ahora!',
|
||||||
'update_new_version_alert' => 'Una nueva versión de Firefly III esta disponible. Usted esta ejecutando v:your_version, la ultima versión es v:new_version que se lanzo en :date.',
|
'update_new_version_alert' => 'A new version of Firefly III is available. You are running :your_version, the latest version is :new_version which was released on :date.',
|
||||||
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
'update_version_beta' => 'Esta versión es una versión BETA. Puede tener problemas.',
|
||||||
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
'update_version_alpha' => 'Esta versión es una versión de ALPHA. Puede tener problemas.',
|
||||||
'update_current_version_alert' => 'Usted esta ejecutando v:version, que es la ultima versión disponible.',
|
'update_current_version_alert' => 'You are running :version, which is the latest available release.',
|
||||||
'update_newer_version_alert' => 'Usted esta ejecutando v:your_version, que es mas nueva que la versión anterior, v:new_version.',
|
'update_newer_version_alert' => 'You are running :your_version, which is newer than the latest release, :new_version.',
|
||||||
'update_check_error' => 'Un error ha ocurrido mientras se verificaban las actualizaciones. Por favor ver los archivos de registro.',
|
'update_check_error' => 'Un error ha ocurrido mientras se verificaban las actualizaciones. Por favor ver los archivos de registro.',
|
||||||
'admin_update_channel_title' => 'Update channel',
|
'admin_update_channel_title' => 'Update channel',
|
||||||
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
|
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
|
||||||
|
|||||||
@@ -224,11 +224,11 @@ return [
|
|||||||
'admin_update_check_now_title' => 'Vérifier les mises à jour maintenant',
|
'admin_update_check_now_title' => 'Vérifier les mises à jour maintenant',
|
||||||
'admin_update_check_now_explain' => 'Si vous appuyez sur le bouton, Firefly III verra si votre version actuelle est la dernière.',
|
'admin_update_check_now_explain' => 'Si vous appuyez sur le bouton, Firefly III verra si votre version actuelle est la dernière.',
|
||||||
'check_for_updates_button' => 'Vérifier maintenant !',
|
'check_for_updates_button' => 'Vérifier maintenant !',
|
||||||
'update_new_version_alert' => 'Une nouvelle version de Firefly III est disponible. Vous utilisez v:your_version, la dernière version est v:new_version qui a été publiée le :date.',
|
'update_new_version_alert' => 'A new version of Firefly III is available. You are running :your_version, the latest version is :new_version which was released on :date.',
|
||||||
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
'update_version_beta' => 'Cette version est une version BETA. Vous pouvez rencontrer des problèmes.',
|
||||||
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
||||||
'update_current_version_alert' => 'Vous utilisez v:version, qui est la dernière version disponible.',
|
'update_current_version_alert' => 'You are running :version, which is the latest available release.',
|
||||||
'update_newer_version_alert' => 'Vous utilisez v:your_version, qui est plus récente que la dernière version, v:new_version.',
|
'update_newer_version_alert' => 'You are running :your_version, which is newer than the latest release, :new_version.',
|
||||||
'update_check_error' => 'Une erreur s\'est produite lors de la recherche des mises à jour. S\'il vous plaît allez voir les fichiers journaux.',
|
'update_check_error' => 'Une erreur s\'est produite lors de la recherche des mises à jour. S\'il vous plaît allez voir les fichiers journaux.',
|
||||||
'admin_update_channel_title' => 'Update channel',
|
'admin_update_channel_title' => 'Update channel',
|
||||||
'admin_update_channel_explain' => 'Firefly III dispose de trois canaux de mise à jour qui déterminent ce que vous êtes prêt à accepter en termes de fonctionnalités, d\'améliorations et de bogues. Utilisez le canal « bêta » si vous êtes aventurier et le « alpha » lorsque vous aimez vivre dangereusement.',
|
'admin_update_channel_explain' => 'Firefly III dispose de trois canaux de mise à jour qui déterminent ce que vous êtes prêt à accepter en termes de fonctionnalités, d\'améliorations et de bogues. Utilisez le canal « bêta » si vous êtes aventurier et le « alpha » lorsque vous aimez vivre dangereusement.',
|
||||||
@@ -798,7 +798,7 @@ return [
|
|||||||
'asset_accounts' => 'Comptes d’actif',
|
'asset_accounts' => 'Comptes d’actif',
|
||||||
'asset_accounts_inactive' => 'Comptes d\'actifs (inactif)',
|
'asset_accounts_inactive' => 'Comptes d\'actifs (inactif)',
|
||||||
'expense_accounts' => 'Comptes de dépenses',
|
'expense_accounts' => 'Comptes de dépenses',
|
||||||
'expense_accounts_inactive' => 'Expense accounts (inactive)',
|
'expense_accounts_inactive' => 'Comptes de dépenses (inactif)',
|
||||||
'revenue_accounts' => 'Comptes de recettes',
|
'revenue_accounts' => 'Comptes de recettes',
|
||||||
'cash_accounts' => 'Comptes de trésorerie',
|
'cash_accounts' => 'Comptes de trésorerie',
|
||||||
'Cash account' => 'Compte de trésorerie',
|
'Cash account' => 'Compte de trésorerie',
|
||||||
@@ -942,7 +942,7 @@ return [
|
|||||||
'tag_report_chart_single_tag' => 'Ce graphique s\'applique à un seul mots-clé. Si une transaction a plusieurs mots-clés, ce que vous voyez ici peut être reflété dans les graphiques d\'autres mots-clés également.',
|
'tag_report_chart_single_tag' => 'Ce graphique s\'applique à un seul mots-clé. Si une transaction a plusieurs mots-clés, ce que vous voyez ici peut être reflété dans les graphiques d\'autres mots-clés également.',
|
||||||
'tag' => 'Mot-clé',
|
'tag' => 'Mot-clé',
|
||||||
'no_budget_squared' => '(pas de budget)',
|
'no_budget_squared' => '(pas de budget)',
|
||||||
'perm-delete-many' => 'Supprimer beaucoup d\'éléments d\'un coup peut être très turbulent. Soyez prudent. Vous pouvez supprimer une partie d\'une opération scindée de cette page, alors faites attention.',
|
'perm-delete-many' => 'Supprimer beaucoup d\'éléments d\'un coup peut être très perturbateur. Soyez prudent. Vous pouvez supprimer une partie d\'une opération scindée à partir de cette page, alors faites attention.',
|
||||||
'mass_deleted_transactions_success' => 'Montant des opérations supprimées : :amount.',
|
'mass_deleted_transactions_success' => 'Montant des opérations supprimées : :amount.',
|
||||||
'mass_edited_transactions_success' => 'Montant des opérations mises à jour : :amount',
|
'mass_edited_transactions_success' => 'Montant des opérations mises à jour : :amount',
|
||||||
'opt_group_' => '(aucun type de compte)',
|
'opt_group_' => '(aucun type de compte)',
|
||||||
@@ -1362,8 +1362,8 @@ return [
|
|||||||
'create_another' => 'After storing, return here to create another one.',
|
'create_another' => 'After storing, return here to create another one.',
|
||||||
'after_update_create_another' => 'After updating, return here to continue editing.',
|
'after_update_create_another' => 'After updating, return here to continue editing.',
|
||||||
'store_as_new' => 'Store as a new transaction instead of updating.',
|
'store_as_new' => 'Store as a new transaction instead of updating.',
|
||||||
'reset_after' => 'Reset form after submission',
|
'reset_after' => 'Réinitialiser le formulaire après soumission',
|
||||||
'errors_submission' => 'There was something wrong with your submission. Please check out the errors below.',
|
'errors_submission' => 'Certaines informations ne sont pas correctes dans votre formulaire. Veuillez vérifier les erreurs ci-dessous.',
|
||||||
|
|
||||||
// Import page (general strings only)
|
// Import page (general strings only)
|
||||||
'import_index_title' => 'Importer des opérations dans Firefly III',
|
'import_index_title' => 'Importer des opérations dans Firefly III',
|
||||||
@@ -1391,11 +1391,11 @@ return [
|
|||||||
'no_accounts_imperative_liabilities' => 'Vous n’êtes pas obligé d\'utiliser cette fonctionnalité, mais elle peut être utile si vous souhaitez garder une trace de ces éléments.',
|
'no_accounts_imperative_liabilities' => 'Vous n’êtes pas obligé d\'utiliser cette fonctionnalité, mais elle peut être utile si vous souhaitez garder une trace de ces éléments.',
|
||||||
'no_accounts_create_liabilities' => 'Créer un passif',
|
'no_accounts_create_liabilities' => 'Créer un passif',
|
||||||
'no_budgets_title_default' => 'Nous allons créer un budget',
|
'no_budgets_title_default' => 'Nous allons créer un budget',
|
||||||
'no_budgets_intro_default' => 'You have no budgets yet. Budgets are used to organize your expenses into logical groups, which you can give a soft-cap to limit your expenses.',
|
'no_budgets_intro_default' => 'Vous n\'avez pas encore de budget. Les budgets sont utilisés pour organiser vos dépenses en groupes logiques, ce que vous permet d\'établir des seuils pour limiter ces dépenses.',
|
||||||
'no_budgets_imperative_default' => 'Les budgets sont les outils de base de la gestion financière. Nous allons en créer un maintenant :',
|
'no_budgets_imperative_default' => 'Les budgets sont les outils de base de la gestion financière. Nous allons en créer un maintenant :',
|
||||||
'no_budgets_create_default' => 'Créer un budget',
|
'no_budgets_create_default' => 'Créer un budget',
|
||||||
'no_categories_title_default' => 'Nous allons créer une catégorie !',
|
'no_categories_title_default' => 'Nous allons créer une catégorie !',
|
||||||
'no_categories_intro_default' => 'Vous n\'avez pas encore de catégorie. Les catégories sont utilisées pour affiner vos transactions en associant avec.',
|
'no_categories_intro_default' => 'Vous n\'avez pas encore de catégories. Les catégories sont utilisées pour affiner vos transactions et les étiqueter avec leur catégorie désignée.',
|
||||||
'no_categories_imperative_default' => 'Les catégories sont créées automatiquement lorsque vous créez des transactions, mais vous pouvez en créer manuellement. Nous allons en créer une maintenant :',
|
'no_categories_imperative_default' => 'Les catégories sont créées automatiquement lorsque vous créez des transactions, mais vous pouvez en créer manuellement. Nous allons en créer une maintenant :',
|
||||||
'no_categories_create_default' => 'Créer une catégorie',
|
'no_categories_create_default' => 'Créer une catégorie',
|
||||||
'no_tags_title_default' => 'Nous allons créer un tag !',
|
'no_tags_title_default' => 'Nous allons créer un tag !',
|
||||||
@@ -1484,7 +1484,7 @@ return [
|
|||||||
'new_recurring_transaction' => 'Nouvelle opération périodique',
|
'new_recurring_transaction' => 'Nouvelle opération périodique',
|
||||||
'help_weekend' => 'Que doit faire Firefly III lorsque l’opération périodique tombe un samedi ou un dimanche ?',
|
'help_weekend' => 'Que doit faire Firefly III lorsque l’opération périodique tombe un samedi ou un dimanche ?',
|
||||||
'do_nothing' => 'Créer l\'opération tout de même',
|
'do_nothing' => 'Créer l\'opération tout de même',
|
||||||
'skip_transaction' => 'Skip the occurrence',
|
'skip_transaction' => 'Ignorer l\'occurrence',
|
||||||
'jump_to_friday' => 'Créer l\'opération le vendredi précédent',
|
'jump_to_friday' => 'Créer l\'opération le vendredi précédent',
|
||||||
'jump_to_monday' => 'Créer l\'opération le lundi suivant',
|
'jump_to_monday' => 'Créer l\'opération le lundi suivant',
|
||||||
'will_jump_friday' => 'Sera créé le vendredi plutôt que les week-ends.',
|
'will_jump_friday' => 'Sera créé le vendredi plutôt que les week-ends.',
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ return [
|
|||||||
'at_least_one_repetition' => 'Besoin d\'au moins une répétition.',
|
'at_least_one_repetition' => 'Besoin d\'au moins une répétition.',
|
||||||
'require_repeat_until' => 'Besoin d’un certain nombre de répétitions ou d\'une date de fin (repeat_until). Pas les deux.',
|
'require_repeat_until' => 'Besoin d’un certain nombre de répétitions ou d\'une date de fin (repeat_until). Pas les deux.',
|
||||||
'require_currency_info' => 'Le contenu de ce champ n\'est pas valide sans informations sur la devise.',
|
'require_currency_info' => 'Le contenu de ce champ n\'est pas valide sans informations sur la devise.',
|
||||||
'not_transfer_account' => 'This account is not an account that can be used for transfers.',
|
'not_transfer_account' => 'Ce compte n\'est pas un compte qui peut être utilisé pour les transferts.',
|
||||||
'require_currency_amount' => 'Le contenu de ce champ est invalide sans informations sur le montant étranger.',
|
'require_currency_amount' => 'Le contenu de ce champ est invalide sans informations sur le montant étranger.',
|
||||||
'equal_description' => 'La description de la transaction ne doit pas être identique à la description globale.',
|
'equal_description' => 'La description de la transaction ne doit pas être identique à la description globale.',
|
||||||
'file_invalid_mime' => 'Le fichier ":name" est du type ":mime" ce qui n\'est pas accepté pour un nouvel envoi.',
|
'file_invalid_mime' => 'Le fichier ":name" est du type ":mime" ce qui n\'est pas accepté pour un nouvel envoi.',
|
||||||
|
|||||||
@@ -224,11 +224,11 @@ return [
|
|||||||
'admin_update_check_now_title' => 'Frissítések keresése most',
|
'admin_update_check_now_title' => 'Frissítések keresése most',
|
||||||
'admin_update_check_now_explain' => 'Ha megnyomja a gombot, a Firefly III ellenőrinzi fogja, hogy a legfrissebb változatot használja -e.',
|
'admin_update_check_now_explain' => 'Ha megnyomja a gombot, a Firefly III ellenőrinzi fogja, hogy a legfrissebb változatot használja -e.',
|
||||||
'check_for_updates_button' => 'Ellenőrzés most!',
|
'check_for_updates_button' => 'Ellenőrzés most!',
|
||||||
'update_new_version_alert' => 'A Firefly III új verziója elérhető. A jelenleg használt verzió v:your_version, a legújabb verzió pedig v:new_version, amely megjelent: :date.',
|
'update_new_version_alert' => 'A new version of Firefly III is available. You are running :your_version, the latest version is :new_version which was released on :date.',
|
||||||
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
||||||
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
||||||
'update_current_version_alert' => 'A jelenlegi verzió v:version, ez egyben a legfrissebb elérhető verzió is.',
|
'update_current_version_alert' => 'You are running :version, which is the latest available release.',
|
||||||
'update_newer_version_alert' => 'A jelenlegi verzió v:your_version, amely újabb, mint a legfrissebb kiadott verzió, ami a v:new_version.',
|
'update_newer_version_alert' => 'You are running :your_version, which is newer than the latest release, :new_version.',
|
||||||
'update_check_error' => 'Hiba történt a frissítések ellenőrzése során. További információ a naplófájlokban található.',
|
'update_check_error' => 'Hiba történt a frissítések ellenőrzése során. További információ a naplófájlokban található.',
|
||||||
'admin_update_channel_title' => 'Update channel',
|
'admin_update_channel_title' => 'Update channel',
|
||||||
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
|
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
|
||||||
|
|||||||
@@ -224,11 +224,11 @@ return [
|
|||||||
'admin_update_check_now_title' => 'Check for updates now',
|
'admin_update_check_now_title' => 'Check for updates now',
|
||||||
'admin_update_check_now_explain' => 'If you press the button, Firefly III will see if your current version is the latest.',
|
'admin_update_check_now_explain' => 'If you press the button, Firefly III will see if your current version is the latest.',
|
||||||
'check_for_updates_button' => 'Check now!',
|
'check_for_updates_button' => 'Check now!',
|
||||||
'update_new_version_alert' => 'A new version of Firefly III is available. You are running v:your_version, the latest version is v:new_version which was released on :date.',
|
'update_new_version_alert' => 'A new version of Firefly III is available. You are running :your_version, the latest version is :new_version which was released on :date.',
|
||||||
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
||||||
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
||||||
'update_current_version_alert' => 'You are running v:version, which is the latest available release.',
|
'update_current_version_alert' => 'You are running :version, which is the latest available release.',
|
||||||
'update_newer_version_alert' => 'You are running v:your_version, which is newer than the latest release, v:new_version.',
|
'update_newer_version_alert' => 'You are running :your_version, which is newer than the latest release, :new_version.',
|
||||||
'update_check_error' => 'An error occurred while checking for updates. Please view the log files.',
|
'update_check_error' => 'An error occurred while checking for updates. Please view the log files.',
|
||||||
'admin_update_channel_title' => 'Update channel',
|
'admin_update_channel_title' => 'Update channel',
|
||||||
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
|
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
|
||||||
|
|||||||
@@ -224,11 +224,11 @@ return [
|
|||||||
'admin_update_check_now_title' => 'Controlla gli aggiornamenti ora',
|
'admin_update_check_now_title' => 'Controlla gli aggiornamenti ora',
|
||||||
'admin_update_check_now_explain' => 'Se si preme il pulsante, Firefly III controllerà se la versione corrente è la più recente.',
|
'admin_update_check_now_explain' => 'Se si preme il pulsante, Firefly III controllerà se la versione corrente è la più recente.',
|
||||||
'check_for_updates_button' => 'Controlla ora!',
|
'check_for_updates_button' => 'Controlla ora!',
|
||||||
'update_new_version_alert' => 'È disponibile una nuova versione di Firefly III. Stai eseguendo v:your_version, l\'ultima versione è v:new_version che è stata rilasciata il :date.',
|
'update_new_version_alert' => 'A new version of Firefly III is available. You are running :your_version, the latest version is :new_version which was released on :date.',
|
||||||
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
'update_version_beta' => 'Questa versione è una versione BETA. Puoi avere problemi.',
|
||||||
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
'update_version_alpha' => 'Questa versione è una versione ALPHA. Puoi avere problemi.',
|
||||||
'update_current_version_alert' => 'Stai eseguendo v:version, che è l\'ultima versione disponibile.',
|
'update_current_version_alert' => 'You are running :version, which is the latest available release.',
|
||||||
'update_newer_version_alert' => 'Stai eseguendo v:your_version, che è più recente rispetto all\'ultima versione, v:new_version.',
|
'update_newer_version_alert' => 'You are running :your_version, which is newer than the latest release, :new_version.',
|
||||||
'update_check_error' => 'Si è verificato un errore durante il controllo degli aggiornamenti. Si prega di visualizzare i file di log.',
|
'update_check_error' => 'Si è verificato un errore durante il controllo degli aggiornamenti. Si prega di visualizzare i file di log.',
|
||||||
'admin_update_channel_title' => 'Canale di aggiornamento',
|
'admin_update_channel_title' => 'Canale di aggiornamento',
|
||||||
'admin_update_channel_explain' => 'Firefly III dispone di tre "canali" di aggiornamento che indicano quanto avanti ti trovi in termini di funzionalità, miglioramenti e bug. Usa il canale "beta" se sei avventuroso e quello "alpha" se vuoi vivere pericolosamente.',
|
'admin_update_channel_explain' => 'Firefly III dispone di tre "canali" di aggiornamento che indicano quanto avanti ti trovi in termini di funzionalità, miglioramenti e bug. Usa il canale "beta" se sei avventuroso e quello "alpha" se vuoi vivere pericolosamente.',
|
||||||
|
|||||||
@@ -224,11 +224,11 @@ return [
|
|||||||
'admin_update_check_now_title' => 'Se etter oppdateringer nå',
|
'admin_update_check_now_title' => 'Se etter oppdateringer nå',
|
||||||
'admin_update_check_now_explain' => 'Hvis du trykker på knappen, vil Firefly III se om din nåværende versjon er den nyeste.',
|
'admin_update_check_now_explain' => 'Hvis du trykker på knappen, vil Firefly III se om din nåværende versjon er den nyeste.',
|
||||||
'check_for_updates_button' => 'Sjekk nå!',
|
'check_for_updates_button' => 'Sjekk nå!',
|
||||||
'update_new_version_alert' => 'En ny versjon av Firefly III er tilgjengelig. Du kjører v:your_version, den nyeste versjonen er v:new_version som ble utgitt den :date.',
|
'update_new_version_alert' => 'A new version of Firefly III is available. You are running :your_version, the latest version is :new_version which was released on :date.',
|
||||||
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
||||||
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
||||||
'update_current_version_alert' => 'Du kjører v:version, som er den nyeste tilgjengelige utgivelsen.',
|
'update_current_version_alert' => 'You are running :version, which is the latest available release.',
|
||||||
'update_newer_version_alert' => 'Du kjører v:your_version, som er nyere enn den nyeste versjonen, v:new_version.',
|
'update_newer_version_alert' => 'You are running :your_version, which is newer than the latest release, :new_version.',
|
||||||
'update_check_error' => 'Det oppsto en feil under sjekk av oppdateringer. Vennligst se loggfilene for mer informasjon.',
|
'update_check_error' => 'Det oppsto en feil under sjekk av oppdateringer. Vennligst se loggfilene for mer informasjon.',
|
||||||
'admin_update_channel_title' => 'Update channel',
|
'admin_update_channel_title' => 'Update channel',
|
||||||
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
|
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
|
||||||
|
|||||||
@@ -224,17 +224,17 @@ return [
|
|||||||
'admin_update_check_now_title' => 'Op updates controleren',
|
'admin_update_check_now_title' => 'Op updates controleren',
|
||||||
'admin_update_check_now_explain' => 'Als je op de knop drukt, kijkt Firefly III of je huidige versie de nieuwste is.',
|
'admin_update_check_now_explain' => 'Als je op de knop drukt, kijkt Firefly III of je huidige versie de nieuwste is.',
|
||||||
'check_for_updates_button' => 'Controleer nu!',
|
'check_for_updates_button' => 'Controleer nu!',
|
||||||
'update_new_version_alert' => 'Er is een nieuwe versie van Firefly III beschikbaar. Je gebruikt v:your_version, de nieuwste versie is v:new_version die werd uitgebracht op :date.',
|
'update_new_version_alert' => 'Er is een nieuwe versie van Firefly III beschikbaar. Je gebruikt :your_version, de nieuwste versie is :new_version die werd uitgebracht op :date.',
|
||||||
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
'update_version_beta' => 'Dit is een BETA versie. Er kunnen bugs in zitten.',
|
||||||
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
'update_version_alpha' => 'Dit is een ALPHA versie. Er kunnen bugs in zitten.',
|
||||||
'update_current_version_alert' => 'Je gebruikt v:version, de nieuwste beschikbare versie.',
|
'update_current_version_alert' => 'Je gebruikt :version, de nieuwste beschikbare versie.',
|
||||||
'update_newer_version_alert' => 'Je gebruikt v:your_version, wat nieuwer is dan de nieuwste versie, v:new_version.',
|
'update_newer_version_alert' => 'Je gebruikt :your_version, wat nieuwer is dan de nieuwste versie, :new_version.',
|
||||||
'update_check_error' => 'Er is een fout opgetreden bij het controleren op updates. Bekijk de logbestanden.',
|
'update_check_error' => 'Er is een fout opgetreden bij het controleren op updates. Bekijk de logbestanden.',
|
||||||
'admin_update_channel_title' => 'Update channel',
|
'admin_update_channel_title' => 'Updatekanaal',
|
||||||
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
|
'admin_update_channel_explain' => 'Firefly III heeft drie "kanalen" die bepalen of en hoever je voorloopt als het gaat om features, wijzigingen en bugs. Gebruik het "beta"-kanaal als je een avontuurlijke bui hebt en gebruik het "alpha" kanaal als je ook graag met krokodillen zwemt.',
|
||||||
'update_channel_stable' => 'Stable. Everything should work as expected.',
|
'update_channel_stable' => 'Stabiel. Zou allemaal goed moeten gaan.',
|
||||||
'update_channel_beta' => 'Beta. New features but things may be broken.',
|
'update_channel_beta' => 'Beta. Nieuwe dingen, maar die kunnen stuk zijn.',
|
||||||
'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.',
|
'update_channel_alpha' => 'Alpha. We doen maar wat en jij mag testen.',
|
||||||
|
|
||||||
// search
|
// search
|
||||||
'search' => 'Zoeken',
|
'search' => 'Zoeken',
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ return [
|
|||||||
'match' => 'Reageert op',
|
'match' => 'Reageert op',
|
||||||
'strict' => 'Strikte modus',
|
'strict' => 'Strikte modus',
|
||||||
'repeat_freq' => 'Herhaling',
|
'repeat_freq' => 'Herhaling',
|
||||||
'update_channel' => 'Update channel',
|
'update_channel' => 'Updatekanaal',
|
||||||
'journal_currency_id' => 'Valuta',
|
'journal_currency_id' => 'Valuta',
|
||||||
'currency_id' => 'Valuta',
|
'currency_id' => 'Valuta',
|
||||||
'transaction_currency_id' => 'Valuta',
|
'transaction_currency_id' => 'Valuta',
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ return [
|
|||||||
'at_least_one_repetition' => 'Er is op zijn minst één herhaling nodig.',
|
'at_least_one_repetition' => 'Er is op zijn minst één herhaling nodig.',
|
||||||
'require_repeat_until' => 'Je moet een aantal herhalingen opgeven, of een einddatum (repeat_until). Niet beide.',
|
'require_repeat_until' => 'Je moet een aantal herhalingen opgeven, of een einddatum (repeat_until). Niet beide.',
|
||||||
'require_currency_info' => 'De inhoud van dit veld is ongeldig zonder valutagegevens.',
|
'require_currency_info' => 'De inhoud van dit veld is ongeldig zonder valutagegevens.',
|
||||||
'not_transfer_account' => 'This account is not an account that can be used for transfers.',
|
'not_transfer_account' => 'Deze account kan je niet gebruiken voor overschrijvingen.',
|
||||||
'require_currency_amount' => 'De inhoud van dit veld is ongeldig zonder bedrag in vreemde valuta.',
|
'require_currency_amount' => 'De inhoud van dit veld is ongeldig zonder bedrag in vreemde valuta.',
|
||||||
'equal_description' => 'Transactiebeschrijving mag niet gelijk zijn aan globale beschrijving.',
|
'equal_description' => 'Transactiebeschrijving mag niet gelijk zijn aan globale beschrijving.',
|
||||||
'file_invalid_mime' => 'Bestand ":name" is van het type ":mime", en die kan je niet uploaden.',
|
'file_invalid_mime' => 'Bestand ":name" is van het type ":mime", en die kan je niet uploaden.',
|
||||||
|
|||||||
@@ -224,11 +224,11 @@ return [
|
|||||||
'admin_update_check_now_title' => 'Sprawdź dostępność aktualizacji',
|
'admin_update_check_now_title' => 'Sprawdź dostępność aktualizacji',
|
||||||
'admin_update_check_now_explain' => 'Jeśli naciśniesz przycisk, Firefly III sprawdzi, czy używasz najnowszej wersji.',
|
'admin_update_check_now_explain' => 'Jeśli naciśniesz przycisk, Firefly III sprawdzi, czy używasz najnowszej wersji.',
|
||||||
'check_for_updates_button' => 'Sprawdź teraz!',
|
'check_for_updates_button' => 'Sprawdź teraz!',
|
||||||
'update_new_version_alert' => 'Dostępna jest nowa wersja Firefly III. Używasz wersji :your_version, najnowsza wersja to :new_version wydana :date.',
|
'update_new_version_alert' => 'A new version of Firefly III is available. You are running :your_version, the latest version is :new_version which was released on :date.',
|
||||||
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
||||||
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
||||||
'update_current_version_alert' => 'Używasz wersji :version, która jest najnowszą dostępną wersją.',
|
'update_current_version_alert' => 'You are running :version, which is the latest available release.',
|
||||||
'update_newer_version_alert' => 'Używasz wersji :your_version, która jest nowsza niż najnowsza wersja, :new_version.',
|
'update_newer_version_alert' => 'You are running :your_version, which is newer than the latest release, :new_version.',
|
||||||
'update_check_error' => 'Wystąpił błąd podczas sprawdzania aktualizacji. Przejrzyj pliki dziennika.',
|
'update_check_error' => 'Wystąpił błąd podczas sprawdzania aktualizacji. Przejrzyj pliki dziennika.',
|
||||||
'admin_update_channel_title' => 'Kanał aktualizacji',
|
'admin_update_channel_title' => 'Kanał aktualizacji',
|
||||||
'admin_update_channel_explain' => 'Firefly III posiada trzy "kanały", które decydują jak wczesnej pod względem funkcji, ulepszeń i błędów wersji używasz. Użyj kanału "beta", jeśli lubisz przygody i "alfa", gdy lubisz żyć niebezpiecznie.',
|
'admin_update_channel_explain' => 'Firefly III posiada trzy "kanały", które decydują jak wczesnej pod względem funkcji, ulepszeń i błędów wersji używasz. Użyj kanału "beta", jeśli lubisz przygody i "alfa", gdy lubisz żyć niebezpiecznie.',
|
||||||
|
|||||||
@@ -224,11 +224,11 @@ return [
|
|||||||
'admin_update_check_now_title' => 'Verifique se há atualizações agora',
|
'admin_update_check_now_title' => 'Verifique se há atualizações agora',
|
||||||
'admin_update_check_now_explain' => 'Se você pressionar o botão, o Firefly III verá se sua versão atual é a mais recente.',
|
'admin_update_check_now_explain' => 'Se você pressionar o botão, o Firefly III verá se sua versão atual é a mais recente.',
|
||||||
'check_for_updates_button' => 'Verifique agora!',
|
'check_for_updates_button' => 'Verifique agora!',
|
||||||
'update_new_version_alert' => 'Uma nova versão do Firefly III está disponível. Você está executando v:your_version, a versão mais recente é v:new_version que foi lançada em :date.',
|
'update_new_version_alert' => 'A new version of Firefly III is available. You are running :your_version, the latest version is :new_version which was released on :date.',
|
||||||
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
||||||
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
||||||
'update_current_version_alert' => 'Você está executando v:version, que é a última versão disponível.',
|
'update_current_version_alert' => 'You are running :version, which is the latest available release.',
|
||||||
'update_newer_version_alert' => 'Você está executando v:your_version, que é mais recente que a versão mais recente, v:new_version.',
|
'update_newer_version_alert' => 'You are running :your_version, which is newer than the latest release, :new_version.',
|
||||||
'update_check_error' => 'Ocorreu um erro durante a verificação de atualizações. Por favor veja os arquivos de log.',
|
'update_check_error' => 'Ocorreu um erro durante a verificação de atualizações. Por favor veja os arquivos de log.',
|
||||||
'admin_update_channel_title' => 'Update channel',
|
'admin_update_channel_title' => 'Update channel',
|
||||||
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
|
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
|
||||||
|
|||||||
@@ -224,11 +224,11 @@ return [
|
|||||||
'admin_update_check_now_title' => 'Verificați actualizările acum',
|
'admin_update_check_now_title' => 'Verificați actualizările acum',
|
||||||
'admin_update_check_now_explain' => 'Dacă apăsați butonul, Firefly III va vedea dacă versiunea curentă este cea mai recentă.',
|
'admin_update_check_now_explain' => 'Dacă apăsați butonul, Firefly III va vedea dacă versiunea curentă este cea mai recentă.',
|
||||||
'check_for_updates_button' => 'Verifică acum!',
|
'check_for_updates_button' => 'Verifică acum!',
|
||||||
'update_new_version_alert' => 'O nouă versiune de Firefly III este disponibilă. Dvs. aveți v:your_version, ultima versiune este v:new_version lansată în data de :date.',
|
'update_new_version_alert' => 'A new version of Firefly III is available. You are running :your_version, the latest version is :new_version which was released on :date.',
|
||||||
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
||||||
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
||||||
'update_current_version_alert' => 'Aveți versiunea v:version, care este ultima disponibilă.',
|
'update_current_version_alert' => 'You are running :version, which is the latest available release.',
|
||||||
'update_newer_version_alert' => 'Aveți versiunea v:your_version, care este mai nouă decât cea mai recentă versiune, v:new_version.',
|
'update_newer_version_alert' => 'You are running :your_version, which is newer than the latest release, :new_version.',
|
||||||
'update_check_error' => 'A apărut o eroare la verificarea actualizărilor. Consultați log-urile.',
|
'update_check_error' => 'A apărut o eroare la verificarea actualizărilor. Consultați log-urile.',
|
||||||
'admin_update_channel_title' => 'Update channel',
|
'admin_update_channel_title' => 'Update channel',
|
||||||
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
|
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
|
||||||
|
|||||||
@@ -224,11 +224,11 @@ return [
|
|||||||
'admin_update_check_now_title' => 'Проверить наличие обновлений',
|
'admin_update_check_now_title' => 'Проверить наличие обновлений',
|
||||||
'admin_update_check_now_explain' => 'Если вы нажмете кнопку, Firefly III посмотрит, является ли ваша текущая версия последней.',
|
'admin_update_check_now_explain' => 'Если вы нажмете кнопку, Firefly III посмотрит, является ли ваша текущая версия последней.',
|
||||||
'check_for_updates_button' => 'Проверить сейчас!',
|
'check_for_updates_button' => 'Проверить сейчас!',
|
||||||
'update_new_version_alert' => 'Доступна новая версия Firefly III. Вы используете версию v:your_version, самая свежая версия - v:new_version (выпущена :date).',
|
'update_new_version_alert' => 'A new version of Firefly III is available. You are running :your_version, the latest version is :new_version which was released on :date.',
|
||||||
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
||||||
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
||||||
'update_current_version_alert' => 'Вы используете v:version, которая является последним доступным релизом.',
|
'update_current_version_alert' => 'You are running :version, which is the latest available release.',
|
||||||
'update_newer_version_alert' => 'Вы используете версию v:your_version, которая новее последнего релиза (v:new_version).',
|
'update_newer_version_alert' => 'You are running :your_version, which is newer than the latest release, :new_version.',
|
||||||
'update_check_error' => 'При проверке обновлений произошла ошибка. Просмотрите файлы логов.',
|
'update_check_error' => 'При проверке обновлений произошла ошибка. Просмотрите файлы логов.',
|
||||||
'admin_update_channel_title' => 'Канал обновлений',
|
'admin_update_channel_title' => 'Канал обновлений',
|
||||||
'admin_update_channel_explain' => 'Firefly III может использовать три "канала" обновлений, которые различаются наборами новых функций и ошибок. Используйте "бета"-канал, если вы любите приключения и "альфа", если вам нравится жить с чувством постоянной опасности.',
|
'admin_update_channel_explain' => 'Firefly III может использовать три "канала" обновлений, которые различаются наборами новых функций и ошибок. Используйте "бета"-канал, если вы любите приключения и "альфа", если вам нравится жить с чувством постоянной опасности.',
|
||||||
|
|||||||
@@ -225,12 +225,11 @@ return [
|
|||||||
'admin_update_check_now_title' => 'Güncellemeleri kontrol et',
|
'admin_update_check_now_title' => 'Güncellemeleri kontrol et',
|
||||||
'admin_update_check_now_explain' => 'Düğmeye basarsanız, Firefly III geçerli sürümünüzün en son olup olmadığını görür.',
|
'admin_update_check_now_explain' => 'Düğmeye basarsanız, Firefly III geçerli sürümünüzün en son olup olmadığını görür.',
|
||||||
'check_for_updates_button' => 'Kontrol Et!',
|
'check_for_updates_button' => 'Kontrol Et!',
|
||||||
'update_new_version_alert' => 'Firefly III\'ün yeni bir sürümü mevcut. v:your_version çalıştırıyorsunuz, en son sürüm v:new_version :date. tarihinde yayınlandı.',
|
'update_new_version_alert' => 'A new version of Firefly III is available. You are running :your_version, the latest version is :new_version which was released on :date.',
|
||||||
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
||||||
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
||||||
'update_current_version_alert' => 'Mevcut en yeni sürümü v:version, kullanıyorsunuz.',
|
'update_current_version_alert' => 'You are running :version, which is the latest available release.',
|
||||||
'update_newer_version_alert' => 'En son sürüm olan v:new_version\'dan daha yeni olan v:your_version kullanıyorsunuz.
|
'update_newer_version_alert' => 'You are running :your_version, which is newer than the latest release, :new_version.',
|
||||||
',
|
|
||||||
'update_check_error' => 'Güncelleştirmeleri denetlerken bir hata oluştu. Lütfen günlük dosyalarını inceleyin.',
|
'update_check_error' => 'Güncelleştirmeleri denetlerken bir hata oluştu. Lütfen günlük dosyalarını inceleyin.',
|
||||||
'admin_update_channel_title' => 'Update channel',
|
'admin_update_channel_title' => 'Update channel',
|
||||||
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
|
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
|
||||||
|
|||||||
@@ -224,11 +224,11 @@ return [
|
|||||||
'admin_update_check_now_title' => '立刻检查更新',
|
'admin_update_check_now_title' => '立刻检查更新',
|
||||||
'admin_update_check_now_explain' => '如果您按下此按钮,Firefly III 将会检查您现在的版本是否为最新版。',
|
'admin_update_check_now_explain' => '如果您按下此按钮,Firefly III 将会检查您现在的版本是否为最新版。',
|
||||||
'check_for_updates_button' => '马上检查!',
|
'check_for_updates_button' => '马上检查!',
|
||||||
'update_new_version_alert' => '较新版本的 Firefly III 已可使用,您目前为 :your_version 版,最新版本为 :new_version 版,于 :date 释出。',
|
'update_new_version_alert' => 'A new version of Firefly III is available. You are running :your_version, the latest version is :new_version which was released on :date.',
|
||||||
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
||||||
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
||||||
'update_current_version_alert' => '您现正运行 :version 版,系最新可用的版本。',
|
'update_current_version_alert' => 'You are running :version, which is the latest available release.',
|
||||||
'update_newer_version_alert' => '您目前运行 :your_version 版,比最新释出 :new_version 版还新。',
|
'update_newer_version_alert' => 'You are running :your_version, which is newer than the latest release, :new_version.',
|
||||||
'update_check_error' => '检查更新时发生一个错误,请检阅日志档。',
|
'update_check_error' => '检查更新时发生一个错误,请检阅日志档。',
|
||||||
'admin_update_channel_title' => 'Update channel',
|
'admin_update_channel_title' => 'Update channel',
|
||||||
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
|
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
|
||||||
|
|||||||
@@ -224,11 +224,11 @@ return [
|
|||||||
'admin_update_check_now_title' => '立刻檢查更新',
|
'admin_update_check_now_title' => '立刻檢查更新',
|
||||||
'admin_update_check_now_explain' => '如果您按下此按鈕,Firefly III 將會檢查您現在的版本是否為最新版。',
|
'admin_update_check_now_explain' => '如果您按下此按鈕,Firefly III 將會檢查您現在的版本是否為最新版。',
|
||||||
'check_for_updates_button' => '馬上檢查!',
|
'check_for_updates_button' => '馬上檢查!',
|
||||||
'update_new_version_alert' => '較新版本的 Firefly III 已可使用,您目前為 :your_version 版,最新版本為 :new_version 版,於 :date 釋出。',
|
'update_new_version_alert' => 'A new version of Firefly III is available. You are running :your_version, the latest version is :new_version which was released on :date.',
|
||||||
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
||||||
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
||||||
'update_current_version_alert' => '您現正運行 :version 版,係最新可用的版本。',
|
'update_current_version_alert' => 'You are running :version, which is the latest available release.',
|
||||||
'update_newer_version_alert' => '您目前運行 :your_version 版,比最新釋出 :new_version 版還新。',
|
'update_newer_version_alert' => 'You are running :your_version, which is newer than the latest release, :new_version.',
|
||||||
'update_check_error' => '檢查更新時發生一個錯誤,請檢閱日誌檔。',
|
'update_check_error' => '檢查更新時發生一個錯誤,請檢閱日誌檔。',
|
||||||
'admin_update_channel_title' => 'Update channel',
|
'admin_update_channel_title' => 'Update channel',
|
||||||
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
|
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
|
||||||
|
|||||||
Reference in New Issue
Block a user