mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
Reachability of update serversg
This commit is contained in:
parent
3e05100167
commit
93de61d75d
@ -64,6 +64,9 @@ class SelfUpdateController extends BaseController
|
||||
|
||||
$file_headers = @get_headers($this->getDownloadUrl());
|
||||
|
||||
if(!is_array($file_headers))
|
||||
return response()->json(['message' => 'There was a problem reaching the update server, please try again in a little while.'], 410);
|
||||
|
||||
if (stripos($file_headers[0], "404 Not Found") > 0 || (stripos($file_headers[0], "302 Found") > 0 && stripos($file_headers[7], "404 Not Found") > 0)) {
|
||||
return response()->json(['message' => 'Download not yet available. Please try again shortly.'], 410);
|
||||
}
|
||||
|
259
composer.lock
generated
259
composer.lock
generated
@ -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": "853c952c9b8cc2c562748aaaa293c3ea",
|
||||
"content-hash": "c3572d1d9feb7c78007521d6c07b8f42",
|
||||
"packages": [
|
||||
{
|
||||
"name": "adrienrn/php-mimetyper",
|
||||
@ -1330,16 +1330,16 @@
|
||||
},
|
||||
{
|
||||
"name": "aws/aws-crt-php",
|
||||
"version": "v1.2.4",
|
||||
"version": "v1.2.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/awslabs/aws-crt-php.git",
|
||||
"reference": "eb0c6e4e142224a10b08f49ebf87f32611d162b2"
|
||||
"reference": "0ea1f04ec5aa9f049f97e012d1ed63b76834a31b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/eb0c6e4e142224a10b08f49ebf87f32611d162b2",
|
||||
"reference": "eb0c6e4e142224a10b08f49ebf87f32611d162b2",
|
||||
"url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/0ea1f04ec5aa9f049f97e012d1ed63b76834a31b",
|
||||
"reference": "0ea1f04ec5aa9f049f97e012d1ed63b76834a31b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1378,22 +1378,22 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/awslabs/aws-crt-php/issues",
|
||||
"source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.4"
|
||||
"source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.5"
|
||||
},
|
||||
"time": "2023-11-08T00:42:13+00:00"
|
||||
"time": "2024-04-19T21:30:56+00:00"
|
||||
},
|
||||
{
|
||||
"name": "aws/aws-sdk-php",
|
||||
"version": "3.304.8",
|
||||
"version": "3.305.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/aws/aws-sdk-php.git",
|
||||
"reference": "0079eaa0a0eaef2d73d0a4a11389cdfce1d33189"
|
||||
"reference": "fc26a2ebf720e0b75a353d7e8fe206796671e00b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/0079eaa0a0eaef2d73d0a4a11389cdfce1d33189",
|
||||
"reference": "0079eaa0a0eaef2d73d0a4a11389cdfce1d33189",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/fc26a2ebf720e0b75a353d7e8fe206796671e00b",
|
||||
"reference": "fc26a2ebf720e0b75a353d7e8fe206796671e00b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1473,9 +1473,9 @@
|
||||
"support": {
|
||||
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
|
||||
"issues": "https://github.com/aws/aws-sdk-php/issues",
|
||||
"source": "https://github.com/aws/aws-sdk-php/tree/3.304.8"
|
||||
"source": "https://github.com/aws/aws-sdk-php/tree/3.305.4"
|
||||
},
|
||||
"time": "2024-04-19T18:13:09+00:00"
|
||||
"time": "2024-04-26T18:06:31+00:00"
|
||||
},
|
||||
{
|
||||
"name": "bacon/bacon-qr-code",
|
||||
@ -2289,16 +2289,16 @@
|
||||
},
|
||||
{
|
||||
"name": "doctrine/dbal",
|
||||
"version": "3.8.3",
|
||||
"version": "3.8.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/dbal.git",
|
||||
"reference": "db922ba9436b7b18a23d1653a0b41ff2369ca41c"
|
||||
"reference": "b05e48a745f722801f55408d0dbd8003b403dbbd"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/db922ba9436b7b18a23d1653a0b41ff2369ca41c",
|
||||
"reference": "db922ba9436b7b18a23d1653a0b41ff2369ca41c",
|
||||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/b05e48a745f722801f55408d0dbd8003b403dbbd",
|
||||
"reference": "b05e48a745f722801f55408d0dbd8003b403dbbd",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2382,7 +2382,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/doctrine/dbal/issues",
|
||||
"source": "https://github.com/doctrine/dbal/tree/3.8.3"
|
||||
"source": "https://github.com/doctrine/dbal/tree/3.8.4"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -2398,7 +2398,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-03-03T15:55:06+00:00"
|
||||
"time": "2024-04-25T07:04:44+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/deprecations",
|
||||
@ -3473,31 +3473,31 @@
|
||||
},
|
||||
{
|
||||
"name": "google/apiclient",
|
||||
"version": "v2.15.3",
|
||||
"version": "v2.16.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/googleapis/google-api-php-client.git",
|
||||
"reference": "e70273c06d18824de77e114247ae3102f8aec64d"
|
||||
"reference": "017400f609c1fb71ab5ad824c50eabd4c3eaf779"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/e70273c06d18824de77e114247ae3102f8aec64d",
|
||||
"reference": "e70273c06d18824de77e114247ae3102f8aec64d",
|
||||
"url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/017400f609c1fb71ab5ad824c50eabd4c3eaf779",
|
||||
"reference": "017400f609c1fb71ab5ad824c50eabd4c3eaf779",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"firebase/php-jwt": "~6.0",
|
||||
"google/apiclient-services": "~0.200",
|
||||
"google/auth": "^1.33",
|
||||
"google/apiclient-services": "~0.350",
|
||||
"google/auth": "^1.37",
|
||||
"guzzlehttp/guzzle": "^6.5.8||^7.4.5",
|
||||
"guzzlehttp/psr7": "^1.8.4||^2.2.1",
|
||||
"guzzlehttp/psr7": "^1.9.1||^2.2.1",
|
||||
"monolog/monolog": "^2.9||^3.0",
|
||||
"php": "^7.4|^8.0",
|
||||
"phpseclib/phpseclib": "^3.0.34"
|
||||
"phpseclib/phpseclib": "^3.0.36"
|
||||
},
|
||||
"require-dev": {
|
||||
"cache/filesystem-adapter": "^1.1",
|
||||
"composer/composer": "^1.10.22",
|
||||
"composer/composer": "^1.10.23",
|
||||
"phpcompatibility/php-compatibility": "^9.2",
|
||||
"phpspec/prophecy-phpunit": "^2.0",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
@ -3536,22 +3536,22 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/googleapis/google-api-php-client/issues",
|
||||
"source": "https://github.com/googleapis/google-api-php-client/tree/v2.15.3"
|
||||
"source": "https://github.com/googleapis/google-api-php-client/tree/v2.16.0"
|
||||
},
|
||||
"time": "2024-01-04T19:15:22+00:00"
|
||||
"time": "2024-04-24T00:59:47+00:00"
|
||||
},
|
||||
{
|
||||
"name": "google/apiclient-services",
|
||||
"version": "v0.345.0",
|
||||
"version": "v0.350.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/googleapis/google-api-php-client-services.git",
|
||||
"reference": "a975dae4c06d304b020eda3f53e7c3402b32132d"
|
||||
"reference": "a053f7dd118e46845fcefa9036c5b97b1050dfaa"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/a975dae4c06d304b020eda3f53e7c3402b32132d",
|
||||
"reference": "a975dae4c06d304b020eda3f53e7c3402b32132d",
|
||||
"url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/a053f7dd118e46845fcefa9036c5b97b1050dfaa",
|
||||
"reference": "a053f7dd118e46845fcefa9036c5b97b1050dfaa",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -3580,40 +3580,42 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/googleapis/google-api-php-client-services/issues",
|
||||
"source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.345.0"
|
||||
"source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.350.0"
|
||||
},
|
||||
"time": "2024-04-21T01:02:15+00:00"
|
||||
"time": "2024-04-23T21:58:18+00:00"
|
||||
},
|
||||
{
|
||||
"name": "google/auth",
|
||||
"version": "v1.37.1",
|
||||
"version": "v1.38.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/googleapis/google-auth-library-php.git",
|
||||
"reference": "1a7de77b72e6ac60dccf0e6478c4c1005bb0ff46"
|
||||
"reference": "5d0c47368fc644d98d0a6299362d4ce03a0ef250"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/1a7de77b72e6ac60dccf0e6478c4c1005bb0ff46",
|
||||
"reference": "1a7de77b72e6ac60dccf0e6478c4c1005bb0ff46",
|
||||
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/5d0c47368fc644d98d0a6299362d4ce03a0ef250",
|
||||
"reference": "5d0c47368fc644d98d0a6299362d4ce03a0ef250",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"firebase/php-jwt": "^6.0",
|
||||
"guzzlehttp/guzzle": "^6.5.8||^7.4.5",
|
||||
"guzzlehttp/guzzle": "^7.4.5",
|
||||
"guzzlehttp/psr7": "^2.4.5",
|
||||
"php": "^7.4||^8.0",
|
||||
"psr/cache": "^1.0||^2.0||^3.0",
|
||||
"php": "^8.0",
|
||||
"psr/cache": "^2.0||^3.0",
|
||||
"psr/http-message": "^1.1||^2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"guzzlehttp/promises": "^2.0",
|
||||
"kelvinmo/simplejwt": "0.7.1",
|
||||
"phpseclib/phpseclib": "^3.0",
|
||||
"phpspec/prophecy-phpunit": "^2.0",
|
||||
"phpunit/phpunit": "^9.0.0",
|
||||
"phpseclib/phpseclib": "^3.0.35",
|
||||
"phpspec/prophecy-phpunit": "^2.1",
|
||||
"phpunit/phpunit": "^9.6",
|
||||
"sebastian/comparator": ">=1.2.3",
|
||||
"squizlabs/php_codesniffer": "^3.5"
|
||||
"squizlabs/php_codesniffer": "^3.5",
|
||||
"symfony/process": "^6.0||^7.0",
|
||||
"webmozart/assert": "^1.11"
|
||||
},
|
||||
"suggest": {
|
||||
"phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
|
||||
@ -3638,9 +3640,9 @@
|
||||
"support": {
|
||||
"docs": "https://googleapis.github.io/google-auth-library-php/main/",
|
||||
"issues": "https://github.com/googleapis/google-auth-library-php/issues",
|
||||
"source": "https://github.com/googleapis/google-auth-library-php/tree/v1.37.1"
|
||||
"source": "https://github.com/googleapis/google-auth-library-php/tree/v1.38.0"
|
||||
},
|
||||
"time": "2024-04-03T18:41:12+00:00"
|
||||
"time": "2024-04-24T18:36:53+00:00"
|
||||
},
|
||||
{
|
||||
"name": "graham-campbell/result-type",
|
||||
@ -5527,16 +5529,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v10.48.8",
|
||||
"version": "v10.48.9",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/framework.git",
|
||||
"reference": "8e9ab6da362f268170fe815127aed5ec7d303697"
|
||||
"reference": "ad758500b47964d022addf119600a1b1b0230733"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/8e9ab6da362f268170fe815127aed5ec7d303697",
|
||||
"reference": "8e9ab6da362f268170fe815127aed5ec7d303697",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/ad758500b47964d022addf119600a1b1b0230733",
|
||||
"reference": "ad758500b47964d022addf119600a1b1b0230733",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -5730,20 +5732,20 @@
|
||||
"issues": "https://github.com/laravel/framework/issues",
|
||||
"source": "https://github.com/laravel/framework"
|
||||
},
|
||||
"time": "2024-04-16T14:26:04+00:00"
|
||||
"time": "2024-04-23T15:01:33+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/prompts",
|
||||
"version": "v0.1.19",
|
||||
"version": "v0.1.20",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/prompts.git",
|
||||
"reference": "0ab75ac3434d9f610c5691758a6146a3d1940c18"
|
||||
"reference": "bf9a360c484976692de0f3792f30066f4f4b34a2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/prompts/zipball/0ab75ac3434d9f610c5691758a6146a3d1940c18",
|
||||
"reference": "0ab75ac3434d9f610c5691758a6146a3d1940c18",
|
||||
"url": "https://api.github.com/repos/laravel/prompts/zipball/bf9a360c484976692de0f3792f30066f4f4b34a2",
|
||||
"reference": "bf9a360c484976692de0f3792f30066f4f4b34a2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -5785,9 +5787,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/laravel/prompts/issues",
|
||||
"source": "https://github.com/laravel/prompts/tree/v0.1.19"
|
||||
"source": "https://github.com/laravel/prompts/tree/v0.1.20"
|
||||
},
|
||||
"time": "2024-04-16T14:20:35+00:00"
|
||||
"time": "2024-04-18T00:45:25+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/serializable-closure",
|
||||
@ -5912,16 +5914,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/socialite",
|
||||
"version": "v5.13.0",
|
||||
"version": "v5.13.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/socialite.git",
|
||||
"reference": "a03e9b2f63d8125f61952fe4f5b75d70fd7c8286"
|
||||
"reference": "feed1c1ccfd991bc12af59de4aa24f657d9c5cbe"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/socialite/zipball/a03e9b2f63d8125f61952fe4f5b75d70fd7c8286",
|
||||
"reference": "a03e9b2f63d8125f61952fe4f5b75d70fd7c8286",
|
||||
"url": "https://api.github.com/repos/laravel/socialite/zipball/feed1c1ccfd991bc12af59de4aa24f657d9c5cbe",
|
||||
"reference": "feed1c1ccfd991bc12af59de4aa24f657d9c5cbe",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -5980,7 +5982,7 @@
|
||||
"issues": "https://github.com/laravel/socialite/issues",
|
||||
"source": "https://github.com/laravel/socialite"
|
||||
},
|
||||
"time": "2024-04-15T18:09:46+00:00"
|
||||
"time": "2024-04-24T20:36:50+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/tinker",
|
||||
@ -7181,16 +7183,16 @@
|
||||
},
|
||||
{
|
||||
"name": "livewire/livewire",
|
||||
"version": "v3.4.10",
|
||||
"version": "v3.4.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/livewire/livewire.git",
|
||||
"reference": "6f90e2d7f8e80a97a7406c22a0fbc61ca1256ed9"
|
||||
"reference": "8a78d0c3ae9b4c96a2d8932ea4ac0dc782325de0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/livewire/livewire/zipball/6f90e2d7f8e80a97a7406c22a0fbc61ca1256ed9",
|
||||
"reference": "6f90e2d7f8e80a97a7406c22a0fbc61ca1256ed9",
|
||||
"url": "https://api.github.com/repos/livewire/livewire/zipball/8a78d0c3ae9b4c96a2d8932ea4ac0dc782325de0",
|
||||
"reference": "8a78d0c3ae9b4c96a2d8932ea4ac0dc782325de0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -7245,7 +7247,7 @@
|
||||
"description": "A front-end framework for Laravel.",
|
||||
"support": {
|
||||
"issues": "https://github.com/livewire/livewire/issues",
|
||||
"source": "https://github.com/livewire/livewire/tree/v3.4.10"
|
||||
"source": "https://github.com/livewire/livewire/tree/v3.4.11"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -7253,7 +7255,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2024-04-02T14:22:50+00:00"
|
||||
"time": "2024-04-24T12:14:15+00:00"
|
||||
},
|
||||
{
|
||||
"name": "maennchen/zipstream-php",
|
||||
@ -8809,16 +8811,16 @@
|
||||
},
|
||||
{
|
||||
"name": "paragonie/sodium_compat",
|
||||
"version": "v1.21.0",
|
||||
"version": "v1.21.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/paragonie/sodium_compat.git",
|
||||
"reference": "102bcf2312dc21c16c7c93fd44a6d2a2e1343e26"
|
||||
"reference": "bb312875dcdd20680419564fe42ba1d9564b9e37"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/102bcf2312dc21c16c7c93fd44a6d2a2e1343e26",
|
||||
"reference": "102bcf2312dc21c16c7c93fd44a6d2a2e1343e26",
|
||||
"url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/bb312875dcdd20680419564fe42ba1d9564b9e37",
|
||||
"reference": "bb312875dcdd20680419564fe42ba1d9564b9e37",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -8889,63 +8891,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/paragonie/sodium_compat/issues",
|
||||
"source": "https://github.com/paragonie/sodium_compat/tree/v1.21.0"
|
||||
"source": "https://github.com/paragonie/sodium_compat/tree/v1.21.1"
|
||||
},
|
||||
"time": "2024-04-19T09:18:28+00:00"
|
||||
},
|
||||
{
|
||||
"name": "payfast/payfast-php-sdk",
|
||||
"version": "v1.1.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Payfast/payfast-php-sdk.git",
|
||||
"reference": "015efcd2df3e580e023dae6e16c943328d38bb78"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Payfast/payfast-php-sdk/zipball/015efcd2df3e580e023dae6e16c943328d38bb78",
|
||||
"reference": "015efcd2df3e580e023dae6e16c943328d38bb78",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
"guzzlehttp/guzzle": ">=6.0.0",
|
||||
"php": ">=8.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpstan/phpstan": "^1.10",
|
||||
"phpunit/phpunit": "^9",
|
||||
"squizlabs/php_codesniffer": "^3.8"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"PayFast\\": "lib/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Payfast",
|
||||
"email": "support@payfast.help"
|
||||
}
|
||||
],
|
||||
"description": "Payfast PHP Library",
|
||||
"keywords": [
|
||||
"api",
|
||||
"onsite",
|
||||
"payfast",
|
||||
"php"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/Payfast/payfast-php-sdk/issues",
|
||||
"source": "https://github.com/Payfast/payfast-php-sdk/tree/v1.1.6"
|
||||
},
|
||||
"abandoned": true,
|
||||
"time": "2024-02-28T09:54:10+00:00"
|
||||
"time": "2024-04-22T22:05:04+00:00"
|
||||
},
|
||||
{
|
||||
"name": "php-http/client-common",
|
||||
@ -11868,20 +11816,20 @@
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-data",
|
||||
"version": "3.11.2",
|
||||
"version": "3.12.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/laravel-data.git",
|
||||
"reference": "21b4d115a502dfd96ab2b11c62746325e9a28924"
|
||||
"reference": "d44e04839407bc32b029be59ba80090a5f720e91"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-data/zipball/21b4d115a502dfd96ab2b11c62746325e9a28924",
|
||||
"reference": "21b4d115a502dfd96ab2b11c62746325e9a28924",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-data/zipball/d44e04839407bc32b029be59ba80090a5f720e91",
|
||||
"reference": "d44e04839407bc32b029be59ba80090a5f720e91",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/contracts": "^9.30|^10.0",
|
||||
"illuminate/contracts": "^9.30|^10.0|^11.0",
|
||||
"php": "^8.1",
|
||||
"phpdocumentor/type-resolver": "^1.5",
|
||||
"spatie/laravel-package-tools": "^1.9.0",
|
||||
@ -11941,7 +11889,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/spatie/laravel-data/issues",
|
||||
"source": "https://github.com/spatie/laravel-data/tree/3.11.2"
|
||||
"source": "https://github.com/spatie/laravel-data/tree/3.12.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -11949,7 +11897,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2024-02-22T08:34:10+00:00"
|
||||
"time": "2024-04-24T09:27:45+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-package-tools",
|
||||
@ -18129,16 +18077,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpunit/phpunit",
|
||||
"version": "10.5.19",
|
||||
"version": "10.5.20",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||
"reference": "c726f0de022368f6ed103e452a765d3304a996a4"
|
||||
"reference": "547d314dc24ec1e177720d45c6263fb226cc2ae3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c726f0de022368f6ed103e452a765d3304a996a4",
|
||||
"reference": "c726f0de022368f6ed103e452a765d3304a996a4",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/547d314dc24ec1e177720d45c6263fb226cc2ae3",
|
||||
"reference": "547d314dc24ec1e177720d45c6263fb226cc2ae3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -18210,7 +18158,7 @@
|
||||
"support": {
|
||||
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
||||
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.19"
|
||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.20"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -18226,7 +18174,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-04-17T14:06:18+00:00"
|
||||
"time": "2024-04-24T06:32:35+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/cli-parser",
|
||||
@ -19146,16 +19094,16 @@
|
||||
},
|
||||
{
|
||||
"name": "spatie/backtrace",
|
||||
"version": "1.5.3",
|
||||
"version": "1.6.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/backtrace.git",
|
||||
"reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab"
|
||||
"reference": "8373b9d51638292e3bfd736a9c19a654111b4a23"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/backtrace/zipball/483f76a82964a0431aa836b6ed0edde0c248e3ab",
|
||||
"reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab",
|
||||
"url": "https://api.github.com/repos/spatie/backtrace/zipball/8373b9d51638292e3bfd736a9c19a654111b4a23",
|
||||
"reference": "8373b9d51638292e3bfd736a9c19a654111b4a23",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -19163,6 +19111,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"
|
||||
@ -19192,7 +19141,7 @@
|
||||
"spatie"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/spatie/backtrace/tree/1.5.3"
|
||||
"source": "https://github.com/spatie/backtrace/tree/1.6.1"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -19204,7 +19153,7 @@
|
||||
"type": "other"
|
||||
}
|
||||
],
|
||||
"time": "2023-06-28T12:59:17+00:00"
|
||||
"time": "2024-04-24T13:22:11+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/flare-client-php",
|
||||
@ -19277,16 +19226,16 @@
|
||||
},
|
||||
{
|
||||
"name": "spatie/ignition",
|
||||
"version": "1.13.2",
|
||||
"version": "1.14.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/ignition.git",
|
||||
"reference": "952798e239d9969e4e694b124c2cc222798dbb28"
|
||||
"reference": "80385994caed328f6f9c9952926932e65b9b774c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/ignition/zipball/952798e239d9969e4e694b124c2cc222798dbb28",
|
||||
"reference": "952798e239d9969e4e694b124c2cc222798dbb28",
|
||||
"url": "https://api.github.com/repos/spatie/ignition/zipball/80385994caed328f6f9c9952926932e65b9b774c",
|
||||
"reference": "80385994caed328f6f9c9952926932e65b9b774c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -19356,7 +19305,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2024-04-16T08:49:17+00:00"
|
||||
"time": "2024-04-26T08:45:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-ignition",
|
||||
|
@ -2178,7 +2178,7 @@ $lang = array(
|
||||
'mailgun_private_key' => 'مفتاح Mailgun الخاص',
|
||||
'brevo_domain' => 'مجال بريفو',
|
||||
'brevo_private_key' => 'مفتاح بريفو الخاص',
|
||||
'send_test_email' => 'إرسال بريد إلكتروني تجريبي',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'حدد تسمية',
|
||||
'label' => 'ملصق',
|
||||
'service' => 'خدمة',
|
||||
@ -4151,7 +4151,7 @@ $lang = array(
|
||||
'one_time_purchases' => 'عملية شراء لمرة واحدة',
|
||||
'recurring_purchases' => 'مشتريات متكررة',
|
||||
'you_might_be_interested_in_following' => 'قد ترغب في الاطلاع على التالي',
|
||||
'quotes_with_status_sent_can_be_approved' => 'فقط عروض الاسعار المرسلة يمكن التاكيد عليها',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'لاتوجد عروض اسعار للتنزيل',
|
||||
'copyright' => 'حقوق النشر',
|
||||
'user_created_user' => ':user انشاء حساب للمستخدم :created_user في :time',
|
||||
@ -5277,6 +5277,7 @@ $lang = array(
|
||||
'rappen_rounding' => 'تقريب رابين',
|
||||
'rappen_rounding_help' => 'جولة المبلغ إلى 5 سنتات',
|
||||
'assign_group' => 'تعيين المجموعة',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -2197,7 +2197,7 @@ $lang = array(
|
||||
'mailgun_private_key' => 'Mailgun Private Key',
|
||||
'brevo_domain' => 'Domini Brevo',
|
||||
'brevo_private_key' => 'Clau privada Brevo',
|
||||
'send_test_email' => 'Send test email',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'Select Label',
|
||||
'label' => 'Label',
|
||||
'service' => 'Service',
|
||||
@ -4170,7 +4170,7 @@ $lang = array(
|
||||
'one_time_purchases' => 'One time purchases',
|
||||
'recurring_purchases' => 'Recurring purchases',
|
||||
'you_might_be_interested_in_following' => 'You might be interested in the following',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved.',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'No quotes available for download.',
|
||||
'copyright' => 'Copyright',
|
||||
'user_created_user' => ':user created :created_user at :time',
|
||||
@ -5296,6 +5296,7 @@ $lang = array(
|
||||
'rappen_rounding' => 'Arrodoniment de Rappen',
|
||||
'rappen_rounding_help' => 'Import rodó a 5 cèntims',
|
||||
'assign_group' => 'Assigna un grup',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -2198,7 +2198,7 @@ $lang = array(
|
||||
'mailgun_private_key' => 'Mailgun Private Key',
|
||||
'brevo_domain' => 'Brevo Domain',
|
||||
'brevo_private_key' => 'Brevo Private Key',
|
||||
'send_test_email' => 'Odeslat zkušební e-mail',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'Vybrat štítek',
|
||||
'label' => 'Štítek',
|
||||
'service' => 'Služba',
|
||||
@ -4171,7 +4171,7 @@ $lang = array(
|
||||
'one_time_purchases' => 'Jednorázové nákupy',
|
||||
'recurring_purchases' => 'Pravidelné nákupy',
|
||||
'you_might_be_interested_in_following' => 'Mohlo by vás zajímat',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved.',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'No quotes available for download.',
|
||||
'copyright' => 'Copyright',
|
||||
'user_created_user' => ':user vytvořil uživatgele :created_user v :time',
|
||||
@ -5296,6 +5296,8 @@ $lang = array(
|
||||
'flutter_web_warning' => 'We recommend using the new web app or the desktop app for the best performance',
|
||||
'rappen_rounding' => 'Rappen Rounding',
|
||||
'rappen_rounding_help' => 'Round amount to 5 cents',
|
||||
'assign_group' => 'Assign group',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -2196,7 +2196,7 @@ $lang = array(
|
||||
'mailgun_private_key' => 'Mailgun privat nøgle',
|
||||
'brevo_domain' => 'Brevo domæne',
|
||||
'brevo_private_key' => 'Brevo privat nøgle',
|
||||
'send_test_email' => 'Send test e-mail',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'Vælg Label',
|
||||
'label' => 'Etiket',
|
||||
'service' => 'Service',
|
||||
@ -4169,7 +4169,7 @@ $lang = array(
|
||||
'one_time_purchases' => 'Engangskøb',
|
||||
'recurring_purchases' => 'Gentagen indkøb',
|
||||
'you_might_be_interested_in_following' => 'Du kan være interesseret i følgende',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Kun citater med "Sendt"-status kan være Godkendt .',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'Ingen tilbud tilgængelige for download.',
|
||||
'copyright' => 'ophavsret',
|
||||
'user_created_user' => ':user oprettet :created_user på :time',
|
||||
@ -5295,6 +5295,7 @@ $lang = array(
|
||||
'rappen_rounding' => 'Rappen afrunding',
|
||||
'rappen_rounding_help' => 'Rund Beløb til 5 øre',
|
||||
'assign_group' => 'Tildel gruppe',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -2198,7 +2198,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
|
||||
'mailgun_private_key' => 'Mailgun privater Schlüssel',
|
||||
'brevo_domain' => 'Brevo-Domäne',
|
||||
'brevo_private_key' => 'Privater Brevo-Schlüssel',
|
||||
'send_test_email' => 'Test-E-Mail verschicken',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'Bezeichnung wählen',
|
||||
'label' => 'Label',
|
||||
'service' => 'Leistung',
|
||||
@ -4172,7 +4172,7 @@ https://invoiceninja.github.io/docs/migration/#troubleshooting',
|
||||
'one_time_purchases' => 'Einmalzahlungen',
|
||||
'recurring_purchases' => 'Wiederkehrende Käufe',
|
||||
'you_might_be_interested_in_following' => 'Das könnte Sie interessieren',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Nur Angebote mit dem Status "Gesendet" können genehmigt werden.',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'Keine Angebote zum Herunterladen verfügbar.',
|
||||
'copyright' => 'Copyright',
|
||||
'user_created_user' => ':user erstellt :created_user zu :time',
|
||||
@ -5300,6 +5300,7 @@ Leistungsempfängers',
|
||||
'rappen_rounding' => 'Rappenrundung',
|
||||
'rappen_rounding_help' => 'Betrag auf 5 Cent aufrunden',
|
||||
'assign_group' => 'Gruppe zuweisen',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -199,7 +199,7 @@ $lang = array(
|
||||
'removed_logo' => 'Επιτυχής διαγραφή λογότυπου',
|
||||
'sent_message' => 'Επιτυχής αποστολή μηνύματος',
|
||||
'invoice_error' => 'Παρακαλώ σιγουρευτείτε ότι επιλέξατε ένα πελάτη και διορθώσατε τυχόν σφάλματα',
|
||||
'limit_clients' => 'Sorry, this will exceed the limit of :count clients. Please upgrade to a paid plan.',
|
||||
'limit_clients' => 'You\'ve hit the :count client limit on Free accounts. Congrats on your success!.',
|
||||
'payment_error' => 'Προέκυψε ένα σφάλμα κατά τη διαδικασία της πληρωμής. Παρακαλώ, δοκιμάστε ξανά σε λίγο.',
|
||||
'registration_required' => 'Registration Required',
|
||||
'confirmation_required' => 'Παρακαλώ επιβεβαιώστε τη διεύθυνση email, :link για να ξαναστείλετε το email επιβεβαίωσης.',
|
||||
@ -2197,7 +2197,7 @@ $lang = array(
|
||||
'mailgun_private_key' => 'Ιδιωτικό Κλειδί Mailgun',
|
||||
'brevo_domain' => 'Brevo Domain',
|
||||
'brevo_private_key' => 'Brevo Private Key',
|
||||
'send_test_email' => 'Αποστολή δοκιμαστικού email',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'Επιλογή Ετικέτας',
|
||||
'label' => 'Ετικέτα',
|
||||
'service' => 'Υπηρεσία',
|
||||
@ -4170,7 +4170,7 @@ $lang = array(
|
||||
'one_time_purchases' => 'One time purchases',
|
||||
'recurring_purchases' => 'Recurring purchases',
|
||||
'you_might_be_interested_in_following' => 'You might be interested in the following',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved.',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'No quotes available for download.',
|
||||
'copyright' => 'Copyright',
|
||||
'user_created_user' => ':user created :created_user at :time',
|
||||
@ -5277,8 +5277,6 @@ $lang = array(
|
||||
'accept_payments_online' => 'Accept Payments Online',
|
||||
'all_payment_gateways' => 'View all payment gateways',
|
||||
'product_cost' => 'Product cost',
|
||||
'enable_rappen_roudning' => 'Enable Rappen Rounding',
|
||||
'enable_rappen_rounding_help' => 'Rounds totals to nearest 5',
|
||||
'duration_words' => 'Duration in words',
|
||||
'upcoming_recurring_invoices' => 'Upcoming Recurring Invoices',
|
||||
'shipping_country_id' => 'Shipping Country',
|
||||
@ -5292,6 +5290,13 @@ $lang = array(
|
||||
'e_credit' => 'E-Credit',
|
||||
'e_purchase_order' => 'E-Purchase Order',
|
||||
'e_quote_type' => 'E-Quote Type',
|
||||
'unlock_unlimited_clients' => 'Please upgrade to unlock unlimited clients!',
|
||||
'download_e_purchase_order' => 'Download E-Purchase Order',
|
||||
'flutter_web_warning' => 'We recommend using the new web app or the desktop app for the best performance',
|
||||
'rappen_rounding' => 'Rappen Rounding',
|
||||
'rappen_rounding_help' => 'Round amount to 5 cents',
|
||||
'assign_group' => 'Assign group',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -2196,7 +2196,7 @@ $lang = array(
|
||||
'mailgun_private_key' => 'Llave Privada de Mailgun',
|
||||
'brevo_domain' => 'Dominio Brevo',
|
||||
'brevo_private_key' => 'Clave privada de Brevo',
|
||||
'send_test_email' => 'Enviar correo de prueba',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'Seleccionar Etiqueta',
|
||||
'label' => 'Etiqueta',
|
||||
'service' => 'Servicio',
|
||||
@ -4169,7 +4169,7 @@ $lang = array(
|
||||
'one_time_purchases' => 'Compras únicas',
|
||||
'recurring_purchases' => 'compras recurrentes',
|
||||
'you_might_be_interested_in_following' => 'Usted podría estar interesado en lo siguiente',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Solo se pueden aprobar cotizaciones con estado "Enviado".',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'No hay cotizaciones disponibles para descargar.',
|
||||
'copyright' => 'Derechos de autor',
|
||||
'user_created_user' => ':user creó :created_user en :time',
|
||||
@ -5295,6 +5295,7 @@ $lang = array(
|
||||
'rappen_rounding' => 'Redondeo de rappen',
|
||||
'rappen_rounding_help' => 'Monto redondo a 5 centavos',
|
||||
'assign_group' => 'Asignar grupo',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -2193,7 +2193,7 @@ Una vez que tenga los montos, vuelva a esta página de métodos de pago y haga c
|
||||
'mailgun_private_key' => 'Mailgun Private Key',
|
||||
'brevo_domain' => 'Dominio Brevo',
|
||||
'brevo_private_key' => 'Clave privada de Brevo',
|
||||
'send_test_email' => 'Enviar email de prueba',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'Seleccionar etiqueta',
|
||||
'label' => 'Etiqueta',
|
||||
'service' => 'Servicio',
|
||||
@ -4166,7 +4166,7 @@ Una vez que tenga los montos, vuelva a esta página de métodos de pago y haga c
|
||||
'one_time_purchases' => 'Compras únicas',
|
||||
'recurring_purchases' => 'Pagos recurrentes',
|
||||
'you_might_be_interested_in_following' => 'Puede que te interese lo siguiente',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Solo se pueden aprobar presupuestos con el estado "Enviado".',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'No hay presupuestos disponibles para descargar.',
|
||||
'copyright' => 'Derechos de autor',
|
||||
'user_created_user' => ':user creó :created_user a las :time',
|
||||
@ -5292,6 +5292,8 @@ De lo contrario, este campo deberá dejarse en blanco.',
|
||||
'flutter_web_warning' => 'Recomendamos utilizar la nueva aplicación web o la aplicación de escritorio para obtener el mejor rendimiento.',
|
||||
'rappen_rounding' => 'Redondeo de rappen',
|
||||
'rappen_rounding_help' => 'Cantidad redonda a 5 centimos',
|
||||
'assign_group' => 'Assign group',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -200,7 +200,7 @@ $lang = array(
|
||||
'removed_logo' => 'Logo edukalt eemaldatud',
|
||||
'sent_message' => 'Sõnum edukalt saadetud',
|
||||
'invoice_error' => 'Valige kindlasti klient ja parandage kõik vead',
|
||||
'limit_clients' => 'Sorry, this will exceed the limit of :count clients. Please upgrade to a paid plan.',
|
||||
'limit_clients' => 'You\'ve hit the :count client limit on Free accounts. Congrats on your success!.',
|
||||
'payment_error' => 'Teie makse töötlemisel ilmnes viga. Palun proovi hiljem uuesti.',
|
||||
'registration_required' => 'Registration Required',
|
||||
'confirmation_required' => 'Palun kinnitage oma meiliaadress, :link kinnitusmeili uuesti saatmiseks.',
|
||||
@ -2197,7 +2197,7 @@ $lang = array(
|
||||
'mailgun_private_key' => 'Mailgun Privaatvõti',
|
||||
'brevo_domain' => 'Brevo Domain',
|
||||
'brevo_private_key' => 'Brevo Private Key',
|
||||
'send_test_email' => 'Saada test e-kiri',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'Vali Silt',
|
||||
'label' => 'Silt',
|
||||
'service' => 'Teenus',
|
||||
@ -4170,7 +4170,7 @@ $lang = array(
|
||||
'one_time_purchases' => 'Ühekordsed ostud',
|
||||
'recurring_purchases' => 'Korduvad ostud',
|
||||
'you_might_be_interested_in_following' => 'Teid võib huvitada järgmine',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Kinnitada saab ainult hinnapakkumisi, mille olek on "Saadetud".',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'Hinapakkumist pole võimalik alla laadida',
|
||||
'copyright' => 'Autoriõigus',
|
||||
'user_created_user' => ':user lõi kasutaja :created_user kell :time',
|
||||
@ -5277,8 +5277,6 @@ $lang = array(
|
||||
'accept_payments_online' => 'Accept Payments Online',
|
||||
'all_payment_gateways' => 'View all payment gateways',
|
||||
'product_cost' => 'Product cost',
|
||||
'enable_rappen_roudning' => 'Enable Rappen Rounding',
|
||||
'enable_rappen_rounding_help' => 'Rounds totals to nearest 5',
|
||||
'duration_words' => 'Duration in words',
|
||||
'upcoming_recurring_invoices' => 'Upcoming Recurring Invoices',
|
||||
'shipping_country_id' => 'Shipping Country',
|
||||
@ -5292,6 +5290,13 @@ $lang = array(
|
||||
'e_credit' => 'E-Credit',
|
||||
'e_purchase_order' => 'E-Purchase Order',
|
||||
'e_quote_type' => 'E-Quote Type',
|
||||
'unlock_unlimited_clients' => 'Please upgrade to unlock unlimited clients!',
|
||||
'download_e_purchase_order' => 'Download E-Purchase Order',
|
||||
'flutter_web_warning' => 'We recommend using the new web app or the desktop app for the best performance',
|
||||
'rappen_rounding' => 'Rappen Rounding',
|
||||
'rappen_rounding_help' => 'Round amount to 5 cents',
|
||||
'assign_group' => 'Assign group',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -199,7 +199,7 @@ $lang = array(
|
||||
'removed_logo' => 'Successfully removed logo',
|
||||
'sent_message' => 'Successfully sent message',
|
||||
'invoice_error' => 'Please make sure to select a client and correct any errors',
|
||||
'limit_clients' => 'Sorry, this will exceed the limit of :count clients. Please upgrade to a paid plan.',
|
||||
'limit_clients' => 'You\'ve hit the :count client limit on Free accounts. Congrats on your success!.',
|
||||
'payment_error' => 'There was an error processing your payment. Please try again later.',
|
||||
'registration_required' => 'Registration Required',
|
||||
'confirmation_required' => 'Please confirm your email address, :link to resend the confirmation email.',
|
||||
@ -2197,7 +2197,7 @@ $lang = array(
|
||||
'mailgun_private_key' => 'Mailgun Private Key',
|
||||
'brevo_domain' => 'Brevo Domain',
|
||||
'brevo_private_key' => 'Brevo Private Key',
|
||||
'send_test_email' => 'Send test email',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'Select Label',
|
||||
'label' => 'Label',
|
||||
'service' => 'Service',
|
||||
@ -4170,7 +4170,7 @@ $lang = array(
|
||||
'one_time_purchases' => 'One time purchases',
|
||||
'recurring_purchases' => 'Recurring purchases',
|
||||
'you_might_be_interested_in_following' => 'You might be interested in the following',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved.',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'No quotes available for download.',
|
||||
'copyright' => 'Copyright',
|
||||
'user_created_user' => ':user created :created_user at :time',
|
||||
@ -5277,8 +5277,6 @@ $lang = array(
|
||||
'accept_payments_online' => 'Accept Payments Online',
|
||||
'all_payment_gateways' => 'View all payment gateways',
|
||||
'product_cost' => 'Product cost',
|
||||
'enable_rappen_roudning' => 'Enable Rappen Rounding',
|
||||
'enable_rappen_rounding_help' => 'Rounds totals to nearest 5',
|
||||
'duration_words' => 'Duration in words',
|
||||
'upcoming_recurring_invoices' => 'Upcoming Recurring Invoices',
|
||||
'shipping_country_id' => 'Shipping Country',
|
||||
@ -5292,6 +5290,13 @@ $lang = array(
|
||||
'e_credit' => 'E-Credit',
|
||||
'e_purchase_order' => 'E-Purchase Order',
|
||||
'e_quote_type' => 'E-Quote Type',
|
||||
'unlock_unlimited_clients' => 'Please upgrade to unlock unlimited clients!',
|
||||
'download_e_purchase_order' => 'Download E-Purchase Order',
|
||||
'flutter_web_warning' => 'We recommend using the new web app or the desktop app for the best performance',
|
||||
'rappen_rounding' => 'Rappen Rounding',
|
||||
'rappen_rounding_help' => 'Round amount to 5 cents',
|
||||
'assign_group' => 'Assign group',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -2197,7 +2197,7 @@ Kun saat summat, palaa tälle maksutapasivulle ja klikkaa "Saata loppuun todenta
|
||||
'mailgun_private_key' => 'Mailgun Private Key',
|
||||
'brevo_domain' => 'Brevo Domain',
|
||||
'brevo_private_key' => 'Brevo Private Key',
|
||||
'send_test_email' => 'lähetä testisähköposti',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'Valitse kenttä',
|
||||
'label' => 'Label',
|
||||
'service' => 'Service',
|
||||
@ -4170,7 +4170,7 @@ Kun saat summat, palaa tälle maksutapasivulle ja klikkaa "Saata loppuun todenta
|
||||
'one_time_purchases' => 'One time purchases',
|
||||
'recurring_purchases' => 'Recurring purchases',
|
||||
'you_might_be_interested_in_following' => 'You might be interested in the following',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved.',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'No quotes available for download.',
|
||||
'copyright' => 'Copyright',
|
||||
'user_created_user' => ':user created :created_user at :time',
|
||||
@ -5295,6 +5295,8 @@ Kun saat summat, palaa tälle maksutapasivulle ja klikkaa "Saata loppuun todenta
|
||||
'flutter_web_warning' => 'We recommend using the new web app or the desktop app for the best performance',
|
||||
'rappen_rounding' => 'Rappen Rounding',
|
||||
'rappen_rounding_help' => 'Round amount to 5 cents',
|
||||
'assign_group' => 'Assign group',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -2197,7 +2197,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
|
||||
'mailgun_private_key' => 'Mailgun Private Key',
|
||||
'brevo_domain' => 'Domaine de Brevo',
|
||||
'brevo_private_key' => 'Clé privée Brevo',
|
||||
'send_test_email' => 'Envoyer un courriel de test',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'Sélectionnez le label',
|
||||
'label' => 'Intitulé',
|
||||
'service' => 'Service',
|
||||
@ -4170,7 +4170,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
|
||||
'one_time_purchases' => 'Achat une fois seulement',
|
||||
'recurring_purchases' => 'Achat récurrent',
|
||||
'you_might_be_interested_in_following' => 'Ceci pourrait vous intéresser',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Seuls les devis avec le statut "Envoyé" peuvent être approuvés.',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'Aucun devis disponible au téléchargement.',
|
||||
'copyright' => 'droits d\'auteur',
|
||||
'user_created_user' => ':user a créé :created_user à :time',
|
||||
@ -5296,6 +5296,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
|
||||
'rappen_rounding' => 'Arrondi de Rappen',
|
||||
'rappen_rounding_help' => 'Montant rond à 5 centimes',
|
||||
'assign_group' => 'Attribuer un groupe',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -4167,7 +4167,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
|
||||
'one_time_purchases' => 'Achat définitif',
|
||||
'recurring_purchases' => 'Achat récurrent',
|
||||
'you_might_be_interested_in_following' => 'Ceci pourrait vous intéresser',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Seules les soumissions avec l\'état "Envoyée" peuvent être approuvées',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Seules les soumission avec l\'état "Envoyée" peuvent être approuvées. Les soumission expires ne peuvent pas être approuvées.',
|
||||
'no_quotes_available_for_download' => 'Aucune soumission disponible pour le téléchargement.',
|
||||
'copyright' => 'Droits d\'auteur',
|
||||
'user_created_user' => ':user a créé :created_user à :time',
|
||||
@ -5293,6 +5293,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
|
||||
'rappen_rounding' => 'Arrondir au cents',
|
||||
'rappen_rounding_help' => 'Arrondir au 5 cents',
|
||||
'assign_group' => 'Assigner un groupe',
|
||||
'paypal_advanced_cards' => 'Paiements avancés pour carte',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -2194,7 +2194,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
|
||||
'mailgun_private_key' => 'Clé privée Mailgun',
|
||||
'brevo_domain' => 'Domaine de Brevo',
|
||||
'brevo_private_key' => 'Clé privée Brevo',
|
||||
'send_test_email' => 'Envoyer un courriel test',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'Sélectionnez le libellé',
|
||||
'label' => 'Libellé',
|
||||
'service' => 'Service',
|
||||
@ -4167,7 +4167,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
|
||||
'one_time_purchases' => 'Achat définitif',
|
||||
'recurring_purchases' => 'Achat récurrent',
|
||||
'you_might_be_interested_in_following' => 'Ceci pourrait vous intéresser',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Seulement les soumissions avant la mention envoyé peuvent être approuvé.',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'Aucune offre disponible pour le téléchargement.',
|
||||
'copyright' => 'Droits d\'auteur',
|
||||
'user_created_user' => ':user a créé :created_user à :time',
|
||||
@ -5293,6 +5293,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
|
||||
'rappen_rounding' => 'Arrondi de Rappen',
|
||||
'rappen_rounding_help' => 'Montant rond à 5 centimes',
|
||||
'assign_group' => 'Attribuer un groupe',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -2195,7 +2195,7 @@ $lang = array(
|
||||
'mailgun_private_key' => 'Mailgun Private Key',
|
||||
'brevo_domain' => 'Brevo Domain',
|
||||
'brevo_private_key' => 'מפתח פרטי Brevo',
|
||||
'send_test_email' => 'Send test email',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'Select Label',
|
||||
'label' => 'Label',
|
||||
'service' => 'Service',
|
||||
@ -4168,7 +4168,7 @@ $lang = array(
|
||||
'one_time_purchases' => 'רכישות חד פעמיות',
|
||||
'recurring_purchases' => 'רכישות חוזרות',
|
||||
'you_might_be_interested_in_following' => 'אולי יעניין אותך בדברים הבאים',
|
||||
'quotes_with_status_sent_can_be_approved' => 'ניתן לאשר רק ציטוטים בסטטוס "נשלח".',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'אין הצעות מחיר זמינות להורדה.',
|
||||
'copyright' => 'זכויות יוצרים',
|
||||
'user_created_user' => ':user נוצר :created_user ב-:time',
|
||||
@ -5294,6 +5294,7 @@ $lang = array(
|
||||
'rappen_rounding' => 'עיגול רפן',
|
||||
'rappen_rounding_help' => 'סכום עגול עד 5 סנט',
|
||||
'assign_group' => 'הקצה קבוצה',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -199,7 +199,7 @@ $lang = array(
|
||||
'removed_logo' => 'Logo je uspješno uklonjen',
|
||||
'sent_message' => 'Poruka je uspješno poslana',
|
||||
'invoice_error' => 'Molimo provjerite da odaberete klijenta i korigirate greške',
|
||||
'limit_clients' => 'Sorry, this will exceed the limit of :count clients. Please upgrade to a paid plan.',
|
||||
'limit_clients' => 'You\'ve hit the :count client limit on Free accounts. Congrats on your success!.',
|
||||
'payment_error' => 'Došlo je do greške pri procesuiranju vaše uplate. Molimo pokušajte kasnije.',
|
||||
'registration_required' => 'Registration Required',
|
||||
'confirmation_required' => 'Please confirm your email address, :link to resend the confirmation email.',
|
||||
@ -2198,7 +2198,7 @@ Nevažeći kontakt email',
|
||||
'mailgun_private_key' => 'Mailgun Private Key',
|
||||
'brevo_domain' => 'Brevo Domain',
|
||||
'brevo_private_key' => 'Brevo Private Key',
|
||||
'send_test_email' => 'Send test email',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'Select Label',
|
||||
'label' => 'Label',
|
||||
'service' => 'Service',
|
||||
@ -4171,7 +4171,7 @@ Nevažeći kontakt email',
|
||||
'one_time_purchases' => 'One time purchases',
|
||||
'recurring_purchases' => 'Recurring purchases',
|
||||
'you_might_be_interested_in_following' => 'You might be interested in the following',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved.',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'No quotes available for download.',
|
||||
'copyright' => 'Copyright',
|
||||
'user_created_user' => ':user created :created_user at :time',
|
||||
@ -5278,8 +5278,6 @@ Nevažeći kontakt email',
|
||||
'accept_payments_online' => 'Accept Payments Online',
|
||||
'all_payment_gateways' => 'View all payment gateways',
|
||||
'product_cost' => 'Product cost',
|
||||
'enable_rappen_roudning' => 'Enable Rappen Rounding',
|
||||
'enable_rappen_rounding_help' => 'Rounds totals to nearest 5',
|
||||
'duration_words' => 'Duration in words',
|
||||
'upcoming_recurring_invoices' => 'Upcoming Recurring Invoices',
|
||||
'shipping_country_id' => 'Shipping Country',
|
||||
@ -5293,6 +5291,13 @@ Nevažeći kontakt email',
|
||||
'e_credit' => 'E-Credit',
|
||||
'e_purchase_order' => 'E-Purchase Order',
|
||||
'e_quote_type' => 'E-Quote Type',
|
||||
'unlock_unlimited_clients' => 'Please upgrade to unlock unlimited clients!',
|
||||
'download_e_purchase_order' => 'Download E-Purchase Order',
|
||||
'flutter_web_warning' => 'We recommend using the new web app or the desktop app for the best performance',
|
||||
'rappen_rounding' => 'Rappen Rounding',
|
||||
'rappen_rounding_help' => 'Round amount to 5 cents',
|
||||
'assign_group' => 'Assign group',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -2181,7 +2181,7 @@ adva :date',
|
||||
'mailgun_private_key' => 'Mailgun privát kulcs',
|
||||
'brevo_domain' => 'Brevo Domain',
|
||||
'brevo_private_key' => 'Brevo privát kulcs',
|
||||
'send_test_email' => 'Teszt e-mail küldése',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'Címke kiválasztása',
|
||||
'label' => 'Címke',
|
||||
'service' => 'Szolgáltatás',
|
||||
@ -4154,7 +4154,7 @@ adva :date',
|
||||
'one_time_purchases' => 'Egyszeri vásárlások',
|
||||
'recurring_purchases' => 'Ismétlődő vásárlások',
|
||||
'you_might_be_interested_in_following' => 'Lehet, hogy érdekli a következő',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Az elküldött státuszú idézetek jóváhagyhatók',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'Nincs letölthető idézet',
|
||||
'copyright' => 'Szerzői jog',
|
||||
'user_created_user' => 'Felhasználó létrehozott felhasználót',
|
||||
@ -5280,6 +5280,7 @@ adva :date',
|
||||
'rappen_rounding' => 'Rappen kerekítés',
|
||||
'rappen_rounding_help' => 'Kerek összeg 5 cent',
|
||||
'assign_group' => 'Csoport hozzárendelése',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -2188,7 +2188,7 @@ $lang = array(
|
||||
'mailgun_private_key' => 'Chiave privata Mailgun',
|
||||
'brevo_domain' => 'Dominio Brevo',
|
||||
'brevo_private_key' => 'Chiave privata Brevo',
|
||||
'send_test_email' => 'Invia email di test',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'Seleziona etichetta',
|
||||
'label' => 'Etichetta',
|
||||
'service' => 'Servizio',
|
||||
@ -4161,7 +4161,7 @@ $lang = array(
|
||||
'one_time_purchases' => 'Acquisti singoli',
|
||||
'recurring_purchases' => 'Acquisti ricorrenti',
|
||||
'you_might_be_interested_in_following' => 'Potresti essere interessato a quanto segue',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Solo i preventivi in stato "inviato" possono essere approvati.',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'Nessuna citazione disponibile per il download.',
|
||||
'copyright' => 'Copyright',
|
||||
'user_created_user' => ':user creato :created_user a :time',
|
||||
@ -5287,6 +5287,7 @@ $lang = array(
|
||||
'rappen_rounding' => 'Arrotondamento rapido',
|
||||
'rappen_rounding_help' => 'Ammontare tondo a 5 centesimi',
|
||||
'assign_group' => 'Assegna gruppo',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -2177,7 +2177,7 @@ $lang = array(
|
||||
'mailgun_private_key' => 'សោឯកជន Mailgun',
|
||||
'brevo_domain' => 'ដែន Brevo',
|
||||
'brevo_private_key' => 'សោឯកជន Brevo',
|
||||
'send_test_email' => 'ផ្ញើអ៊ីមែលសាកល្បង',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'ជ្រើសរើសស្លាក',
|
||||
'label' => 'ស្លាកសញ្ញា',
|
||||
'service' => 'សេវាកម្ម',
|
||||
@ -4150,7 +4150,7 @@ $lang = array(
|
||||
'one_time_purchases' => 'ការទិញតែម្តង',
|
||||
'recurring_purchases' => 'ការទិញដដែលៗ',
|
||||
'you_might_be_interested_in_following' => 'អ្នកប្រហែលជាចាប់អារម្មណ៍នឹងចំណុចខាងក្រោម',
|
||||
'quotes_with_status_sent_can_be_approved' => 'មានតែសម្រង់ដែលមានស្ថានភាព "បានផ្ញើ" ប៉ុណ្ណោះដែលអាចយល់ព្រមបាន។',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'មិនមានសម្រង់សម្រាប់ទាញយកទេ។',
|
||||
'copyright' => 'រក្សាសិទ្ធិ',
|
||||
'user_created_user' => ':user បានបង្កើត :created_user នៅ :time',
|
||||
@ -5276,6 +5276,7 @@ $lang = array(
|
||||
'rappen_rounding' => 'Rappen Rounding',
|
||||
'rappen_rounding_help' => 'ចំនួនទឹកប្រាក់ជុំដល់ 5 សេន',
|
||||
'assign_group' => 'ចាត់តាំងក្រុម',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -2197,7 +2197,7 @@ $lang = array(
|
||||
'mailgun_private_key' => 'ກະແຈສ່ວນຕົວຂອງ Mailgun',
|
||||
'brevo_domain' => 'ໂດເມນ Brevo',
|
||||
'brevo_private_key' => 'ກະແຈສ່ວນຕົວ Brevo',
|
||||
'send_test_email' => 'ສົ່ງອີເມວທົດສອບ',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'ເລືອກປ້າຍກຳກັບ',
|
||||
'label' => 'ປ້າຍກຳກັບ',
|
||||
'service' => 'ບໍລິການ',
|
||||
@ -4170,7 +4170,7 @@ $lang = array(
|
||||
'one_time_purchases' => 'ຊື້ຄັ້ງດຽວ',
|
||||
'recurring_purchases' => 'ການຊື້ຊໍ້າ',
|
||||
'you_might_be_interested_in_following' => 'ເຈົ້າອາດຈະສົນໃຈສິ່ງຕໍ່ໄປນີ້',
|
||||
'quotes_with_status_sent_can_be_approved' => 'ພຽງແຕ່ວົງຢືມທີ່ມີສະຖານະ "ສົ່ງ" ສາມາດອະນຸມັດໄດ້.',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'ບໍ່ມີວົງຢືມທີ່ສາມາດດາວໂຫລດໄດ້.',
|
||||
'copyright' => 'ລິຂະສິດ',
|
||||
'user_created_user' => ':ຜູ້ໃຊ້ສ້າງ :created_user at :time',
|
||||
@ -5296,6 +5296,7 @@ $lang = array(
|
||||
'rappen_rounding' => 'Rappen Rounding',
|
||||
'rappen_rounding_help' => 'ຈໍານວນຮອບເປັນ 5 ເຊັນ',
|
||||
'assign_group' => 'ກຳນົດກຸ່ມ',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -199,7 +199,7 @@ $lang = array(
|
||||
'removed_logo' => 'Veiksmīgi noņemts logotips',
|
||||
'sent_message' => 'Veiksmīgi nosūtīts ziņojums',
|
||||
'invoice_error' => 'Please make sure to select a client and correct any errors',
|
||||
'limit_clients' => 'Sorry, this will exceed the limit of :count clients. Please upgrade to a paid plan.',
|
||||
'limit_clients' => 'You\'ve hit the :count client limit on Free accounts. Congrats on your success!.',
|
||||
'payment_error' => 'There was an error processing your payment. Please try again later.',
|
||||
'registration_required' => 'Registration Required',
|
||||
'confirmation_required' => 'Please confirm your email address, :link to resend the confirmation email.',
|
||||
@ -2197,7 +2197,7 @@ $lang = array(
|
||||
'mailgun_private_key' => 'Mailgun Private Key',
|
||||
'brevo_domain' => 'Brevo Domain',
|
||||
'brevo_private_key' => 'Brevo Private Key',
|
||||
'send_test_email' => 'Send test email',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'Select Label',
|
||||
'label' => 'Label',
|
||||
'service' => 'Serviss',
|
||||
@ -4170,7 +4170,7 @@ $lang = array(
|
||||
'one_time_purchases' => 'One time purchases',
|
||||
'recurring_purchases' => 'Recurring purchases',
|
||||
'you_might_be_interested_in_following' => 'You might be interested in the following',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved.',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'No quotes available for download.',
|
||||
'copyright' => 'Copyright',
|
||||
'user_created_user' => ':user created :created_user at :time',
|
||||
@ -5277,8 +5277,6 @@ $lang = array(
|
||||
'accept_payments_online' => 'Accept Payments Online',
|
||||
'all_payment_gateways' => 'View all payment gateways',
|
||||
'product_cost' => 'Product cost',
|
||||
'enable_rappen_roudning' => 'Enable Rappen Rounding',
|
||||
'enable_rappen_rounding_help' => 'Rounds totals to nearest 5',
|
||||
'duration_words' => 'Duration in words',
|
||||
'upcoming_recurring_invoices' => 'Upcoming Recurring Invoices',
|
||||
'shipping_country_id' => 'Shipping Country',
|
||||
@ -5292,6 +5290,13 @@ $lang = array(
|
||||
'e_credit' => 'E-Credit',
|
||||
'e_purchase_order' => 'E-Purchase Order',
|
||||
'e_quote_type' => 'E-Quote Type',
|
||||
'unlock_unlimited_clients' => 'Please upgrade to unlock unlimited clients!',
|
||||
'download_e_purchase_order' => 'Download E-Purchase Order',
|
||||
'flutter_web_warning' => 'We recommend using the new web app or the desktop app for the best performance',
|
||||
'rappen_rounding' => 'Rappen Rounding',
|
||||
'rappen_rounding_help' => 'Round amount to 5 cents',
|
||||
'assign_group' => 'Assign group',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -200,7 +200,7 @@ $lang = array(
|
||||
'removed_logo' => 'Успешно отстранување на лого',
|
||||
'sent_message' => 'Успешно пратена порака',
|
||||
'invoice_error' => 'Ве молиме одберете клиент и поправете можни грешки',
|
||||
'limit_clients' => 'Sorry, this will exceed the limit of :count clients. Please upgrade to a paid plan.',
|
||||
'limit_clients' => 'You\'ve hit the :count client limit on Free accounts. Congrats on your success!.',
|
||||
'payment_error' => 'Има грешка при процесирањето на плаќањето. Ве молиме обидете се повторно подоцна.',
|
||||
'registration_required' => 'Registration Required',
|
||||
'confirmation_required' => 'Ве молиме потврдете ја Вашата адреса за е-пошта, :link за повторно испраќање на е-пошта за потврда.',
|
||||
@ -2198,7 +2198,7 @@ $lang = array(
|
||||
'mailgun_private_key' => 'Mailgun приватен клуч',
|
||||
'brevo_domain' => 'Brevo Domain',
|
||||
'brevo_private_key' => 'Brevo Private Key',
|
||||
'send_test_email' => 'Прати тест е-пошта',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'Избери назнака',
|
||||
'label' => 'Назнака',
|
||||
'service' => 'Услуга',
|
||||
@ -4171,7 +4171,7 @@ $lang = array(
|
||||
'one_time_purchases' => 'One time purchases',
|
||||
'recurring_purchases' => 'Recurring purchases',
|
||||
'you_might_be_interested_in_following' => 'You might be interested in the following',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved.',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'No quotes available for download.',
|
||||
'copyright' => 'Copyright',
|
||||
'user_created_user' => ':user created :created_user at :time',
|
||||
@ -5278,8 +5278,6 @@ $lang = array(
|
||||
'accept_payments_online' => 'Accept Payments Online',
|
||||
'all_payment_gateways' => 'View all payment gateways',
|
||||
'product_cost' => 'Product cost',
|
||||
'enable_rappen_roudning' => 'Enable Rappen Rounding',
|
||||
'enable_rappen_rounding_help' => 'Rounds totals to nearest 5',
|
||||
'duration_words' => 'Duration in words',
|
||||
'upcoming_recurring_invoices' => 'Upcoming Recurring Invoices',
|
||||
'shipping_country_id' => 'Shipping Country',
|
||||
@ -5293,6 +5291,13 @@ $lang = array(
|
||||
'e_credit' => 'E-Credit',
|
||||
'e_purchase_order' => 'E-Purchase Order',
|
||||
'e_quote_type' => 'E-Quote Type',
|
||||
'unlock_unlimited_clients' => 'Please upgrade to unlock unlimited clients!',
|
||||
'download_e_purchase_order' => 'Download E-Purchase Order',
|
||||
'flutter_web_warning' => 'We recommend using the new web app or the desktop app for the best performance',
|
||||
'rappen_rounding' => 'Rappen Rounding',
|
||||
'rappen_rounding_help' => 'Round amount to 5 cents',
|
||||
'assign_group' => 'Assign group',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -199,7 +199,7 @@ $lang = array(
|
||||
'removed_logo' => 'Logoen ble fjernet',
|
||||
'sent_message' => 'Melding ble sendt',
|
||||
'invoice_error' => 'Vennligst sørg for å velge en kunde og rette eventuelle feil',
|
||||
'limit_clients' => 'Sorry, this will exceed the limit of :count clients. Please upgrade to a paid plan.',
|
||||
'limit_clients' => 'You\'ve hit the :count client limit on Free accounts. Congrats on your success!.',
|
||||
'payment_error' => 'Det oppstod en feil under din betaling. Vennligst prøv igjen senere.',
|
||||
'registration_required' => 'Registration Required',
|
||||
'confirmation_required' => 'Vennligst bekreft e-postadressen din, :link for å sende bekreftelses-e-posten på nytt.',
|
||||
@ -2197,7 +2197,7 @@ $lang = array(
|
||||
'mailgun_private_key' => 'Mailgun Privat Nøkkel',
|
||||
'brevo_domain' => 'Brevo Domain',
|
||||
'brevo_private_key' => 'Brevo Private Key',
|
||||
'send_test_email' => 'Send test-e-post',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'Select Label',
|
||||
'label' => 'Label',
|
||||
'service' => 'Service',
|
||||
@ -4170,7 +4170,7 @@ $lang = array(
|
||||
'one_time_purchases' => 'One time purchases',
|
||||
'recurring_purchases' => 'Recurring purchases',
|
||||
'you_might_be_interested_in_following' => 'You might be interested in the following',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved.',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'No quotes available for download.',
|
||||
'copyright' => 'Copyright',
|
||||
'user_created_user' => ':user created :created_user at :time',
|
||||
@ -5277,8 +5277,6 @@ $lang = array(
|
||||
'accept_payments_online' => 'Accept Payments Online',
|
||||
'all_payment_gateways' => 'View all payment gateways',
|
||||
'product_cost' => 'Product cost',
|
||||
'enable_rappen_roudning' => 'Enable Rappen Rounding',
|
||||
'enable_rappen_rounding_help' => 'Rounds totals to nearest 5',
|
||||
'duration_words' => 'Duration in words',
|
||||
'upcoming_recurring_invoices' => 'Upcoming Recurring Invoices',
|
||||
'shipping_country_id' => 'Shipping Country',
|
||||
@ -5292,6 +5290,13 @@ $lang = array(
|
||||
'e_credit' => 'E-Credit',
|
||||
'e_purchase_order' => 'E-Purchase Order',
|
||||
'e_quote_type' => 'E-Quote Type',
|
||||
'unlock_unlimited_clients' => 'Please upgrade to unlock unlimited clients!',
|
||||
'download_e_purchase_order' => 'Download E-Purchase Order',
|
||||
'flutter_web_warning' => 'We recommend using the new web app or the desktop app for the best performance',
|
||||
'rappen_rounding' => 'Rappen Rounding',
|
||||
'rappen_rounding_help' => 'Round amount to 5 cents',
|
||||
'assign_group' => 'Assign group',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -2194,7 +2194,7 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen
|
||||
'mailgun_private_key' => 'Mailgun privésleutel',
|
||||
'brevo_domain' => 'Brevo-domein',
|
||||
'brevo_private_key' => 'Brevo-privésleutel',
|
||||
'send_test_email' => 'Verstuur test-e-mail',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'Selecteer label',
|
||||
'label' => 'Label',
|
||||
'service' => 'Service',
|
||||
@ -4170,7 +4170,7 @@ Email: :email<b><br><b>',
|
||||
'one_time_purchases' => 'Eenmalige aankopen',
|
||||
'recurring_purchases' => 'Terugkerende aankopen',
|
||||
'you_might_be_interested_in_following' => 'Misschien bent u geïnteresseerd in het volgende',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Alleen offertes met de status "Verzonden" kunnen worden goedgekeurd.',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'Geen offertes beschikbaar om te downloaden.',
|
||||
'copyright' => 'Copyright',
|
||||
'user_created_user' => ':user heeft :created_user aangemaakt om :time',
|
||||
@ -5296,6 +5296,7 @@ Email: :email<b><br><b>',
|
||||
'rappen_rounding' => 'Rappenafronding',
|
||||
'rappen_rounding_help' => 'Rond het bedrag af op 5 cent',
|
||||
'assign_group' => 'Groep toewijzen',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -2195,7 +2195,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik
|
||||
'mailgun_private_key' => 'Klucz prywatny Mailgun',
|
||||
'brevo_domain' => 'Brevo Domain',
|
||||
'brevo_private_key' => 'Brevo Private Key',
|
||||
'send_test_email' => 'Wyślij wiadomość testową',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'Wybierz etykietę',
|
||||
'label' => 'Etykieta',
|
||||
'service' => 'Usługa',
|
||||
@ -4168,7 +4168,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik
|
||||
'one_time_purchases' => 'One time purchases',
|
||||
'recurring_purchases' => 'Recurring purchases',
|
||||
'you_might_be_interested_in_following' => 'You might be interested in the following',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved.',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'Brak ofert do pobrania.',
|
||||
'copyright' => 'Copyright',
|
||||
'user_created_user' => ':user created :created_user at :time',
|
||||
@ -5293,6 +5293,8 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik
|
||||
'flutter_web_warning' => 'We recommend using the new web app or the desktop app for the best performance',
|
||||
'rappen_rounding' => 'Rappen Rounding',
|
||||
'rappen_rounding_help' => 'Round amount to 5 cents',
|
||||
'assign_group' => 'Assign group',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -2194,7 +2194,7 @@ Quando tiver as quantias, volte a esta página de formas de pagamento e clique "
|
||||
'mailgun_private_key' => 'Chave Privada do Mailgun',
|
||||
'brevo_domain' => 'Domínio Brevo',
|
||||
'brevo_private_key' => 'Chave privada Brevo',
|
||||
'send_test_email' => 'Enviar email de teste',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'Selecione o Rótulo',
|
||||
'label' => 'Rótulo',
|
||||
'service' => 'Serviço',
|
||||
@ -4167,7 +4167,7 @@ Quando tiver as quantias, volte a esta página de formas de pagamento e clique "
|
||||
'one_time_purchases' => 'Compras únicas',
|
||||
'recurring_purchases' => 'Compras recorrentes',
|
||||
'you_might_be_interested_in_following' => 'Você pode estar interessado no seguinte',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Somente cotações com status "Enviado" poderão ser aprovadas.',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'Não há cotações disponíveis para download.',
|
||||
'copyright' => 'direito autoral',
|
||||
'user_created_user' => ':user criou :created_user em :time',
|
||||
@ -5293,6 +5293,7 @@ Quando tiver as quantias, volte a esta página de formas de pagamento e clique "
|
||||
'rappen_rounding' => 'Arredondamento de Rappen',
|
||||
'rappen_rounding_help' => 'Montante redondo para 5 centavos',
|
||||
'assign_group' => 'Atribuir grupo',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -2195,7 +2195,7 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific
|
||||
'mailgun_private_key' => 'Chave Privada do Mailgun',
|
||||
'brevo_domain' => 'Domínio Brevo',
|
||||
'brevo_private_key' => 'Chave privada Brevo',
|
||||
'send_test_email' => 'Enviar e-mail de teste',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'Selecione a Legenda',
|
||||
'label' => 'Legenda',
|
||||
'service' => 'Serviço',
|
||||
@ -4169,7 +4169,7 @@ debitar da sua conta de acordo com essas instruções. Está elegível a um reem
|
||||
'one_time_purchases' => 'Compras únicas',
|
||||
'recurring_purchases' => 'Compras recorrentes',
|
||||
'you_might_be_interested_in_following' => 'Pode estar interessado no seguinte',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Apenas os orçamentos com o estado "Enviado" podem ser aprovados.',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'Nenhum orçamento disponível para transferência',
|
||||
'copyright' => 'Copyright',
|
||||
'user_created_user' => ':user criado :created_user em :time',
|
||||
@ -5296,6 +5296,7 @@ O envio de E-mails foi suspenso. Será retomado às 23:00 UTC.',
|
||||
'rappen_rounding' => 'Arredondamento de Rappen',
|
||||
'rappen_rounding_help' => 'Montante redondo para 5 centavos',
|
||||
'assign_group' => 'Atribuir grupo',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -2197,7 +2197,7 @@ Odată ce sumele au ajuns la dumneavoastră, reveniți la pagina cu metode de pl
|
||||
'mailgun_private_key' => 'Cheie privată Mailgun',
|
||||
'brevo_domain' => 'Domeniul Brevo',
|
||||
'brevo_private_key' => 'Cheie privată Brevo',
|
||||
'send_test_email' => 'Trimiteți un email de test',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'Selectați eticheta',
|
||||
'label' => 'Etichetă',
|
||||
'service' => 'Serviciu',
|
||||
@ -4171,7 +4171,7 @@ Odată ce sumele au ajuns la dumneavoastră, reveniți la pagina cu metode de pl
|
||||
'one_time_purchases' => 'Achiziții unice',
|
||||
'recurring_purchases' => 'Achiziții recurente',
|
||||
'you_might_be_interested_in_following' => 'S-ar putea să vă intereseze și',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Doar ofertele marcate ca „Trimise” pot fi aprovate.',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'Nu există oferte pregătite pentru descărcare.',
|
||||
'copyright' => 'Copyright',
|
||||
'user_created_user' => ':user a creat :created_user la :time',
|
||||
@ -5297,6 +5297,7 @@ Odată ce sumele au ajuns la dumneavoastră, reveniți la pagina cu metode de pl
|
||||
'rappen_rounding' => 'Rappen rotunjire',
|
||||
'rappen_rounding_help' => 'Suma rotundă la 5 cenți',
|
||||
'assign_group' => 'Atribuiți grup',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -199,7 +199,7 @@ $lang = array(
|
||||
'removed_logo' => 'Логотип успешно удалён',
|
||||
'sent_message' => 'Сообщение успешно отправлено',
|
||||
'invoice_error' => 'Обязательно выберите клиента и исправьте ошибки.',
|
||||
'limit_clients' => 'Sorry, this will exceed the limit of :count clients. Please upgrade to a paid plan.',
|
||||
'limit_clients' => 'You\'ve hit the :count client limit on Free accounts. Congrats on your success!.',
|
||||
'payment_error' => 'Произошла ошибка при обработке вашего платежа. Пожалуйста, повторите попытку позже.',
|
||||
'registration_required' => 'Registration Required',
|
||||
'confirmation_required' => 'Пожалуйста, подтвердите свой адрес электронной почты, :link, чтобы отправить письмо с подтверждением ещё раз.',
|
||||
@ -2198,7 +2198,7 @@ $lang = array(
|
||||
'mailgun_private_key' => 'Ключ почтовой рассылки',
|
||||
'brevo_domain' => 'Brevo Domain',
|
||||
'brevo_private_key' => 'Brevo Private Key',
|
||||
'send_test_email' => 'Отправить тестовое сообщение',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'Выбрать ярлык',
|
||||
'label' => 'Label',
|
||||
'service' => 'Услуга',
|
||||
@ -4171,7 +4171,7 @@ $lang = array(
|
||||
'one_time_purchases' => 'One time purchases',
|
||||
'recurring_purchases' => 'Recurring purchases',
|
||||
'you_might_be_interested_in_following' => 'You might be interested in the following',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved.',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'No quotes available for download.',
|
||||
'copyright' => 'Copyright',
|
||||
'user_created_user' => ':user created :created_user at :time',
|
||||
@ -5278,8 +5278,6 @@ $lang = array(
|
||||
'accept_payments_online' => 'Accept Payments Online',
|
||||
'all_payment_gateways' => 'View all payment gateways',
|
||||
'product_cost' => 'Product cost',
|
||||
'enable_rappen_roudning' => 'Enable Rappen Rounding',
|
||||
'enable_rappen_rounding_help' => 'Rounds totals to nearest 5',
|
||||
'duration_words' => 'Duration in words',
|
||||
'upcoming_recurring_invoices' => 'Upcoming Recurring Invoices',
|
||||
'shipping_country_id' => 'Shipping Country',
|
||||
@ -5293,6 +5291,13 @@ $lang = array(
|
||||
'e_credit' => 'E-Credit',
|
||||
'e_purchase_order' => 'E-Purchase Order',
|
||||
'e_quote_type' => 'E-Quote Type',
|
||||
'unlock_unlimited_clients' => 'Please upgrade to unlock unlimited clients!',
|
||||
'download_e_purchase_order' => 'Download E-Purchase Order',
|
||||
'flutter_web_warning' => 'We recommend using the new web app or the desktop app for the best performance',
|
||||
'rappen_rounding' => 'Rappen Rounding',
|
||||
'rappen_rounding_help' => 'Round amount to 5 cents',
|
||||
'assign_group' => 'Assign group',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -2184,7 +2184,7 @@ $lang = array(
|
||||
'mailgun_private_key' => 'Privátny kľúč Mailgun',
|
||||
'brevo_domain' => 'Doména Brevo',
|
||||
'brevo_private_key' => 'Súkromný kľúč Brevo',
|
||||
'send_test_email' => 'Odoslať skúšobný email',
|
||||
'send_test_email' => 'Odoslať testovací email',
|
||||
'select_label' => 'Vybrať štítok',
|
||||
'label' => 'Štítok',
|
||||
'service' => 'Služba',
|
||||
@ -4157,7 +4157,7 @@ $lang = array(
|
||||
'one_time_purchases' => 'Jednorázové nákupy',
|
||||
'recurring_purchases' => 'Opakované nákupy',
|
||||
'you_might_be_interested_in_following' => 'Mohlo by vás zaujímať nasledovné',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Schválené môžu byť iba ponuky so stavom „Odoslané“.',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'Žiadne ponuky na stiahnutie.',
|
||||
'copyright' => 'Autorské práva',
|
||||
'user_created_user' => ':user vytvoril :created_user o :time',
|
||||
@ -5283,6 +5283,7 @@ $lang = array(
|
||||
'rappen_rounding' => 'Rappen zaokrúhľovanie',
|
||||
'rappen_rounding_help' => 'Okrúhla suma do 5 centov',
|
||||
'assign_group' => 'Priradiť skupinu',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -199,7 +199,7 @@ $lang = array(
|
||||
'removed_logo' => 'Uspešno odstranjen logotip',
|
||||
'sent_message' => 'Sporočilo uspešno poslano',
|
||||
'invoice_error' => 'Prosim izberite stranko in popravite napake',
|
||||
'limit_clients' => 'Sorry, this will exceed the limit of :count clients. Please upgrade to a paid plan.',
|
||||
'limit_clients' => 'You\'ve hit the :count client limit on Free accounts. Congrats on your success!.',
|
||||
'payment_error' => 'Pri izvedbi plačila je prišlo do napake. Prosim poizkusite ponovno.',
|
||||
'registration_required' => 'Registration Required',
|
||||
'confirmation_required' => 'Prosim potrdite vaš elektronski naslov, :link za ponovno pošiljanje potrditvenega sporočila.',
|
||||
@ -2198,7 +2198,7 @@ Ko imate zneske, se vrnite na to stran plačilnega sredstva in kliknite na "Comp
|
||||
'mailgun_private_key' => 'Mailgun zasebni ključ',
|
||||
'brevo_domain' => 'Brevo Domain',
|
||||
'brevo_private_key' => 'Brevo Private Key',
|
||||
'send_test_email' => 'Pošlji testno sporočilo',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'Izberi oznako',
|
||||
'label' => 'Oznaka',
|
||||
'service' => 'Storitev',
|
||||
@ -4171,7 +4171,7 @@ Ko imate zneske, se vrnite na to stran plačilnega sredstva in kliknite na "Comp
|
||||
'one_time_purchases' => 'One time purchases',
|
||||
'recurring_purchases' => 'Recurring purchases',
|
||||
'you_might_be_interested_in_following' => 'You might be interested in the following',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved.',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'No quotes available for download.',
|
||||
'copyright' => 'Copyright',
|
||||
'user_created_user' => ':user created :created_user at :time',
|
||||
@ -5278,8 +5278,6 @@ Ko imate zneske, se vrnite na to stran plačilnega sredstva in kliknite na "Comp
|
||||
'accept_payments_online' => 'Accept Payments Online',
|
||||
'all_payment_gateways' => 'View all payment gateways',
|
||||
'product_cost' => 'Product cost',
|
||||
'enable_rappen_roudning' => 'Enable Rappen Rounding',
|
||||
'enable_rappen_rounding_help' => 'Rounds totals to nearest 5',
|
||||
'duration_words' => 'Duration in words',
|
||||
'upcoming_recurring_invoices' => 'Upcoming Recurring Invoices',
|
||||
'shipping_country_id' => 'Shipping Country',
|
||||
@ -5293,6 +5291,13 @@ Ko imate zneske, se vrnite na to stran plačilnega sredstva in kliknite na "Comp
|
||||
'e_credit' => 'E-Credit',
|
||||
'e_purchase_order' => 'E-Purchase Order',
|
||||
'e_quote_type' => 'E-Quote Type',
|
||||
'unlock_unlimited_clients' => 'Please upgrade to unlock unlimited clients!',
|
||||
'download_e_purchase_order' => 'Download E-Purchase Order',
|
||||
'flutter_web_warning' => 'We recommend using the new web app or the desktop app for the best performance',
|
||||
'rappen_rounding' => 'Rappen Rounding',
|
||||
'rappen_rounding_help' => 'Round amount to 5 cents',
|
||||
'assign_group' => 'Assign group',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -199,7 +199,7 @@ $lang = array(
|
||||
'removed_logo' => 'Logo je uspešno uklonjen',
|
||||
'sent_message' => 'Poruka je uspešno poslata',
|
||||
'invoice_error' => 'Molimo proverite da li ste odaberali klijenta i korigujte greške',
|
||||
'limit_clients' => 'Sorry, this will exceed the limit of :count clients. Please upgrade to a paid plan.',
|
||||
'limit_clients' => 'You\'ve hit the :count client limit on Free accounts. Congrats on your success!.',
|
||||
'payment_error' => 'Došlo je do greške pri procesiranju vaše uplate. Molimo pokušajte kasnije.',
|
||||
'registration_required' => 'Registration Required',
|
||||
'confirmation_required' => 'Molimo Vas da potvrdite adresu vaše e-pošte, :link za ponovno slanje konfirmacione e-poruke.',
|
||||
@ -2197,7 +2197,7 @@ Kada budete imali iznose, vratite se na ovu stranicu sa načinima plaćanja i k
|
||||
'mailgun_private_key' => 'Mailgun privatni ključ',
|
||||
'brevo_domain' => 'Brevo Domain',
|
||||
'brevo_private_key' => 'Brevo Private Key',
|
||||
'send_test_email' => 'Pošalji probnu e-poštu',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'Izaberi oznaku',
|
||||
'label' => 'Oznaka',
|
||||
'service' => 'Usluga',
|
||||
@ -4170,7 +4170,7 @@ Kada budete imali iznose, vratite se na ovu stranicu sa načinima plaćanja i k
|
||||
'one_time_purchases' => 'Jednokratne kupovine',
|
||||
'recurring_purchases' => 'Redovne kupovine',
|
||||
'you_might_be_interested_in_following' => 'Možda će vas zanimati sledeće',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Mogu se odobriti samo ponude sa statusom „Poslato“.',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'Nema dostupnih ponuda za preuzimanje.',
|
||||
'copyright' => 'Autorsko pravo',
|
||||
'user_created_user' => ':user kreirao :created_user u :time',
|
||||
@ -5277,8 +5277,6 @@ Kada budete imali iznose, vratite se na ovu stranicu sa načinima plaćanja i k
|
||||
'accept_payments_online' => 'Accept Payments Online',
|
||||
'all_payment_gateways' => 'View all payment gateways',
|
||||
'product_cost' => 'Product cost',
|
||||
'enable_rappen_roudning' => 'Enable Rappen Rounding',
|
||||
'enable_rappen_rounding_help' => 'Rounds totals to nearest 5',
|
||||
'duration_words' => 'Duration in words',
|
||||
'upcoming_recurring_invoices' => 'Upcoming Recurring Invoices',
|
||||
'shipping_country_id' => 'Shipping Country',
|
||||
@ -5292,6 +5290,13 @@ Kada budete imali iznose, vratite se na ovu stranicu sa načinima plaćanja i k
|
||||
'e_credit' => 'E-Credit',
|
||||
'e_purchase_order' => 'E-Purchase Order',
|
||||
'e_quote_type' => 'E-Quote Type',
|
||||
'unlock_unlimited_clients' => 'Please upgrade to unlock unlimited clients!',
|
||||
'download_e_purchase_order' => 'Download E-Purchase Order',
|
||||
'flutter_web_warning' => 'We recommend using the new web app or the desktop app for the best performance',
|
||||
'rappen_rounding' => 'Rappen Rounding',
|
||||
'rappen_rounding_help' => 'Round amount to 5 cents',
|
||||
'assign_group' => 'Assign group',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -2205,7 +2205,7 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k
|
||||
'mailgun_private_key' => 'Mailgun Private Key',
|
||||
'brevo_domain' => 'Brevo-domän',
|
||||
'brevo_private_key' => 'Brevo privat nyckel',
|
||||
'send_test_email' => 'Skicka test meddelande',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'Välj rubrik',
|
||||
'label' => 'Rubrik',
|
||||
'service' => 'Service',
|
||||
@ -4178,7 +4178,7 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k
|
||||
'one_time_purchases' => 'Engångsköp',
|
||||
'recurring_purchases' => 'Återkommande köp',
|
||||
'you_might_be_interested_in_following' => 'Du kanske är intresserad av följande',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Endast offerter med status "Skickat" kan godkännas.',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'Inga offerter tillgängliga för nedladdning.',
|
||||
'copyright' => 'Copyright',
|
||||
'user_created_user' => ':user skapade :created_user klockan :time',
|
||||
@ -5303,6 +5303,8 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k
|
||||
'flutter_web_warning' => 'We recommend using the new web app or the desktop app for the best performance',
|
||||
'rappen_rounding' => 'Rappen Rounding',
|
||||
'rappen_rounding_help' => 'Round amount to 5 cents',
|
||||
'assign_group' => 'Assign group',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -199,7 +199,7 @@ $lang = array(
|
||||
'removed_logo' => 'ลบโลโก้เรียบร้อยแล้ว',
|
||||
'sent_message' => 'ส่งข้อความเรียบร้อยแล้ว',
|
||||
'invoice_error' => 'โปรดเลือกลูกค้าและแก้ไขข้อผิดพลาด',
|
||||
'limit_clients' => 'Sorry, this will exceed the limit of :count clients. Please upgrade to a paid plan.',
|
||||
'limit_clients' => 'You\'ve hit the :count client limit on Free accounts. Congrats on your success!.',
|
||||
'payment_error' => 'มีข้อผิดพลาดในการประมวลผลการชำระเงินของคุณ กรุณาลองใหม่อีกครั้งในภายหลัง.',
|
||||
'registration_required' => 'Registration Required',
|
||||
'confirmation_required' => 'โปรดยืนยันที่อยู่อีเมลของคุณ คลิกที่นี่ เพื่อส่งอีเมลยืนยันอีกครั้ง',
|
||||
@ -2198,7 +2198,7 @@ $lang = array(
|
||||
'mailgun_private_key' => 'Mailgun Private Key',
|
||||
'brevo_domain' => 'Brevo Domain',
|
||||
'brevo_private_key' => 'Brevo Private Key',
|
||||
'send_test_email' => 'ส่งอีเมล์ทดสอบ',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => 'เลือกป้ายกำกับ',
|
||||
'label' => 'ป้ายกำกับ',
|
||||
'service' => 'การบริการ',
|
||||
@ -4171,7 +4171,7 @@ $lang = array(
|
||||
'one_time_purchases' => 'One time purchases',
|
||||
'recurring_purchases' => 'Recurring purchases',
|
||||
'you_might_be_interested_in_following' => 'You might be interested in the following',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved.',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => 'No quotes available for download.',
|
||||
'copyright' => 'Copyright',
|
||||
'user_created_user' => ':user created :created_user at :time',
|
||||
@ -5278,8 +5278,6 @@ $lang = array(
|
||||
'accept_payments_online' => 'Accept Payments Online',
|
||||
'all_payment_gateways' => 'View all payment gateways',
|
||||
'product_cost' => 'Product cost',
|
||||
'enable_rappen_roudning' => 'Enable Rappen Rounding',
|
||||
'enable_rappen_rounding_help' => 'Rounds totals to nearest 5',
|
||||
'duration_words' => 'Duration in words',
|
||||
'upcoming_recurring_invoices' => 'Upcoming Recurring Invoices',
|
||||
'shipping_country_id' => 'Shipping Country',
|
||||
@ -5293,6 +5291,13 @@ $lang = array(
|
||||
'e_credit' => 'E-Credit',
|
||||
'e_purchase_order' => 'E-Purchase Order',
|
||||
'e_quote_type' => 'E-Quote Type',
|
||||
'unlock_unlimited_clients' => 'Please upgrade to unlock unlimited clients!',
|
||||
'download_e_purchase_order' => 'Download E-Purchase Order',
|
||||
'flutter_web_warning' => 'We recommend using the new web app or the desktop app for the best performance',
|
||||
'rappen_rounding' => 'Rappen Rounding',
|
||||
'rappen_rounding_help' => 'Round amount to 5 cents',
|
||||
'assign_group' => 'Assign group',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
@ -2197,7 +2197,7 @@ $lang = array(
|
||||
'mailgun_private_key' => 'Mailgun 私密金鑰',
|
||||
'brevo_domain' => '布雷沃域',
|
||||
'brevo_private_key' => '布雷沃私鑰',
|
||||
'send_test_email' => '寄送測試郵件',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'select_label' => '選擇標籤',
|
||||
'label' => '標籤',
|
||||
'service' => '服務',
|
||||
@ -4170,7 +4170,7 @@ $lang = array(
|
||||
'one_time_purchases' => '一次性購買',
|
||||
'recurring_purchases' => '經常性購買',
|
||||
'you_might_be_interested_in_following' => '您可能對以下內容感興趣',
|
||||
'quotes_with_status_sent_can_be_approved' => '只有狀態為「已發送」的報價才能獲得批准。',
|
||||
'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved. Expired quotes cannot be approved.',
|
||||
'no_quotes_available_for_download' => '沒有可供下載的報價。',
|
||||
'copyright' => '版權',
|
||||
'user_created_user' => ':user在:time創建了:created_user',
|
||||
@ -5296,6 +5296,7 @@ $lang = array(
|
||||
'rappen_rounding' => '拉彭舍入',
|
||||
'rappen_rounding_help' => '金額為 5 美分',
|
||||
'assign_group' => '分配群組',
|
||||
'paypal_advanced_cards' => 'Advanced Card Payments',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
Loading…
Reference in New Issue
Block a user