diff --git a/.env.example b/.env.example
index 5f0b4cdca..04f5a7531 100644
--- a/.env.example
+++ b/.env.example
@@ -25,10 +25,10 @@ CACHE_LIFETIME=60
LOGIN_ATTEMPTS_PER_MINUTE=5
PASSWORD_LIFETIME=0
-PASSWORD_LENGTH=6
-PASSWORD_UPPER_CASE_CHARACTERS=0
-PASSWORD_NUMERIC_CHARACTERS=0
-PASSWORD_SPECIAL_CHARACTERS=0
+PASSWORD_MIN_LENGTH=6
+PASSWORD_MIXED_CASE=0
+PASSWORD_NUMERIC=0
+PASSWORD_SPECIAL=0
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
diff --git a/.env.testing b/.env.testing
index 507d27787..e47e9037b 100644
--- a/.env.testing
+++ b/.env.testing
@@ -25,10 +25,10 @@ CACHE_LIFETIME=60
LOGIN_ATTEMPTS_PER_MINUTE=5
PASSWORD_LIFETIME=0
-PASSWORD_LENGTH=6
-PASSWORD_UPPER_CASE_CHARACTERS=0
-PASSWORD_NUMERIC_CHARACTERS=0
-PASSWORD_SPECIAL_CHARACTERS=0
+PASSWORD_MIN_LENGTH=6
+PASSWORD_MIXED_CASE=0
+PASSWORD_NUMERIC=0
+PASSWORD_SPECIAL=0
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b23262930..b594cfc58 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
- uses: borales/actions-yarn@v2.0.0
- uses: shivammathur/setup-php@v2
with:
- php-version: '7.4'
+ php-version: '8.0'
- name: 'install & build'
run: |
sudo composer install
@@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
- php-version: '7.4'
+ php-version: '8.0'
- name: 'PhpUnit'
run: |
sudo composer install
@@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
- php-version: '7.4'
+ php-version: '8.0'
- name: 'Run Phpcpd'
run: |
sudo composer install
@@ -78,7 +78,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
- php-version: '7.4'
+ php-version: '8.0'
- name: 'Run php-insight'
run: |
sudo composer install
@@ -90,7 +90,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
- php-version: '7.4'
+ php-version: '8.0'
- name: 'Run php-insight'
run: |
PHP_SC_VERSION=$(curl -s "https://api.github.com/repos/fabpot/local-php-security-checker/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/;s/^v//')
@@ -109,7 +109,7 @@ jobs:
mysql password: ${{env.DB_PASSWORD}}
- uses: shivammathur/setup-php@v2
with:
- php-version: '7.4'
+ php-version: '8.0'
- name: 'Run migration'
run: |
sudo composer install
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 75fb58abd..a2986183a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,245 @@
# Laravel Enso's Changelog
+## 4.8.0
+
+This new release adds the possibility for back-end packages to publish their own state to the front-end as well migrates the framework & packages to PHP 8.0. Where applicable, updated packages to take advantage of the new language features.
+
+### Front-end
+
+Most of the packages received a dependency list cleanup.
+
+#### bulma
+- added enhanced progress indicator
+- added `ProgressIndicator` component export
+
+#### charts
+- fixed labels update on structure change
+- added `display` function prop
+
+#### enums
+- renamed the internal `i18n` attribute to `_i18n`, to avoid potention conflicts with enum keys
+
+#### financials
+- fixed supplier invoice index layout
+
+#### localisation
+- improved store module
+
+#### products
+- improved the product form to update slug dynamically
+- improved product picture styling/layout in table & form
+- added newly computed supplier discounted price to the form
+
+#### progress-indicator
+- implemented enhanced indicator; various progress indicator improvements
+
+#### rating
+- updated mobile bottom position
+
+#### scroll-to-top
+- updated mobile bottom position
+
+#### strings
+- fixed the slug helper
+
+#### tables
+- removed the already deprecated `money` support; templates should now use `number ` - more details are found in the upgrade steps
+- added customizable total label via the template's `totalLabel` property
+- fixed page toggling
+
+#### ui
+- improved store module to allow for automatic package store registration
+- small refactor and various fixes
+- added sentry spike protection
+
+#### user-groups
+- removed unneeded file
+
+### Back-end
+
+- all packages have had the route `require` syntax updated to `reqire __DIR__./xxx.php`
+- all packages that were using `money` configuration for numeric formatting have been updated to use the already available `number` configuration
+- all packages that were including data imports, have been updated so that importers respect the new methods' signatures
+- all `get_class($instance)` usages refactored to `$instance::class`
+- seeders and factories have been updated, and where it made sense, helper methods (such as `test()`) were added which create a different factory state (such as for testing)
+
+#### action-logger
+- code cleanup
+
+#### activity-log
+- route refactor
+
+#### api (new)
+- new package that provides boileplate for implementing APIs
+
+#### categories
+- fixed stacked bar chart
+
+#### charts
+- added `contains` nested scope
+
+#### companies
+- extracted user state to the users package
+
+#### core
+- extracted user state to the users package
+
+#### currencies
+- removed `FixesCurrencyApi` exception
+- refactored to use the new `api` package
+
+#### data-export
+- added `data_exports.name` index upgrade
+
+#### data-import
+- improved error logging for local environments
+- updated interfaces to pass the import model instead of params/user
+- added avoids deletion conflicts and updated delete method
+- added `notifies` boolean flag in json template and `notifiableIds` config option
+- added `params` to optional attributes
+
+#### files
+- improved the file resource
+
+#### helpers
+- disabled algolia syncing when not in production
+- fixed searchable
+- added price computor
+- added new custom cast for `Object`
+
+#### localisation
+- added & updated various keys & translations
+
+#### measurement-units
+- added the name attribute to the rememberable keys config array
+- added `MeasurementUnits` enum
+
+#### products
+- updated price computor use
+- updated product visibility in the supplier resource
+- added newly computed supplier discounted price
+- added `generateSlug` helper
+- added `part_number` index on `product_supplier` pivot
+- updated `package_quantity` type to int
+
+#### roles
+- added config options for restricting user groups
+- improved visible scope
+
+#### sentry
+- extracted sentry functionality from the Core package
+
+#### services
+- made measurement unit not nullable in the table
+- improved upgrade
+
+#### upgrade
+- renamed `nullable` Column method to `isNullable`
+- added `isSigned`, `isUnsigned` helpers, `getPrecision` and `getScale` for decimals
+
+#### users (new)
+- extracted user functionality from the Core package
+- removed title from profile builder
+- added state provider
+- improved `changeGroup` policy
+
+#### user-groups (new)
+- extracted user groups functionality from the Core package
+- added config options for restricting user groups
+- improved visible scope
+
+#### tables
+- added customizable total label
+- removed the already deprecated `money` support; templates should now use `number ` - more details are found in the upgrade steps
+
+### Upgrade steps
+* run `composer update` in the project's root
+* run the upgrade commands (both regular and `before-migration`) to ensure
+ database & strucure is up to date, since this release cleans up a lot of package upgrades
+* upgrade your machine to php8
+* in `composer.json` update the following dependencies to the given versions:
+ - `"laravel-enso/core": "^7.0",`
+ - `"sentry/sentry-laravel": "^2.0.0"`
+ - `"laravel-enso/phpunit-pretty-print": "^1.0",`
+ - `"nunomaduro/phpinsights": "^2.0",`
+* search & replace in your local project (including the database folder) the following namespaces:
+ - `Core\Models\UserGroup` -> `UserGroups\Models\UserGroup`
+ - `Core\Enums\UserGroups` -> `UserGroups\Enums\UserGroups`
+ - `Core\\Enums\\UserGroups` -> `UserGroups\\Enums\\UserGroups`
+ - `Core\Models\User` -> `Users\Models\User`
+ - `Core\Policies\User` -> `Users\Policies\User`
+ - `Core\Models\Session` -> `Users\Models\Session`
+ - `Core\Http\Controllers\Administration\Users` -> `Users\Http\Controllers`
+ - `Core\Http\Controllers\Administration\UserGroups` -> `UserGroups\Http\Controllers`
+ - `Core\Tables\Administration\Users` -> `Users\Tabels`
+ - `Core\Forms\Administration\Users` -> `Users\Forms`
+ - `Core\Http\Resources\User` -> `Users\Http\Resources\User`
+ - `Core\\Http\\Resources\\User` -> `Users\\Http\\Resources\\User`
+ - `Core\Http\Requests\ValidateUserRequest` -> `Users\Http\Requests\ValidateUserRequest`
+ - `Core\Database\Factories\UserFactory` -> `Users\Database\Factories\UserFactory`
+ - `Core\Database\Seeders\UserGroupSeeder` -> `UserGroups\Database\Seeders\UserGroupSeeder`
+ - `Core\Database\Seeders\UserSeeder` -> `Users\Database\Seeders\UserSeeder`
+- remove from `config/insights.php` the deprecated:
+```
+use ObjectCalisthenics\Sniffs\Files\FunctionLengthSniff;
+use ObjectCalisthenics\Sniffs\Metrics\MethodPerClassLimitSniff;
+use ObjectCalisthenics\Sniffs\NamingConventions\ElementNameMinimalLengthSniff;
+```
+* run `composer update` in the project's root
+- update any local person/people factories and seeders and remove the `title` attribute as it has been dropped
+- for your local imports, for the importer & validator classes, update the following method signatures (& logic where necessary):
+ - run: `public function run(Obj $row, DataImport $import);`
+ - after: `public function after(DataImport $import);`
+ - authorizes: `public function authorizes(DataImport $import): bool;`
+ - before: `public function before(DataImport $import);`
+* for your local table JSON templates, change any `money` keys to `number`, and remove any "thousand" & "decimal" attributes. Number supports `precision`, `symbol` and `template` (e.g. "%v %s" - `%v` for value, `%s` for symbol)
+* local `storage/app/.gitignore` should be updated to ignore all and look like this
+ ```
+ *
+ !.gitignore
+ ```
+ You may also remove `.gitignore` files from individual enso created, app sub-folders (except `public`)
+* check the local `config/enso/tables.php` file and if the `export.path` key is present, update it to `export.folder`
+* local state:
+ - remove the local state binding from `App\Providers\AppServiceProvider`: `CoreLocalState::class => LocalState::class,`
+ - remove the `App\Services\LocalState` class after moving any logic to one or more state builder services
+ - from `client/src/js/enso.js`, remove the import: `import './localState';`
+ - remove the file `client/src/js/localState.js`
+ - if you moved logic from the old `LocalState` class, update the file `client/src/js/store/local.js` as required, otherwise you may delete it. Note that the `client/src/js/store` folder MUST be present.
+* compare `config/enso/config.php` with `vendor/laravel-enso/core/config/config.php`
+ and remove any extra, deprecated keys
+* still in `config/enso/config.php` update the Enso version to 4.8.0
+* compare `config/enso/addresses.php` with `vendor/laravel-enso/addresses/config/addresses.php` and remove any extra, deprecated keys
+* update the `password` `config/enso/auth.php` key as follows:
+ ```
+ 'password' => [
+ 'lifetime' => env('PASSWORD_LIFETIME', 0),
+ 'minLength' => env('PASSWORD_MIN_LENGTH', 6),
+ 'mixedCase' => (bool) env('PASSWORD_MIXED_CASE', 0),
+ 'numeric' => (bool) env('PASSWORD_NUMERIC', 0),
+ 'special' => (bool) env('PASSWORD_SPECIAL', 0),
+ ],
+ ```
+* from `Database\Seeders\DatabaseSeeder`, from the `run()` method's unit tests running branch, you may delete the following seeders, as the respective factories have been updated to no longer require this:
+ ```
+ CountrySeeder::class,
+ RegionSeeder::class,
+ TownshipSeeder::class,
+ LocalitySeeder::class,
+ ```
+* update/rename the following `.env` variables:
+ - `PASSWORD_LENGTH` -> `PASSWORD_MIN_LENGTH`
+ - `PASSWORD_NUMERIC_CHARACTERS` -> `PASSWORD_NUMERIC`
+ - `PASSWORD_SPECIAL_CHARACTERS` -> `PASSWORD_SPECIAL`
+ - `PASSWORD_UPPER_CASE_CHARACTERS` -> `PASSWORD_MIXED_CASE`
+* replace `LaravelEnso\Core\Exceptions\Sentry` usage and import with `LaravelEnso\Sentry\Exceptions\Handler` in `App\Exceptions\Handler.php`
+* remove `bulma-rtl` patch from `client\patches`, as is no longer needed
+* run `yarn`, `yarn upgrade && yarn` in `/client` to ensure you have the latest versions and patches are applied. If necessary, update your patches
+* `php artisan migrate`
+* `php artisan enso:upgrade`
+* as per every release, delete any local, deprecated upgrades
+* it recommended to also run the all the enso tests to make everything is working properly; therefore, compare your local `phpunit.xml` with Enso's and make sure that you're not missing any package tests.
+
## 4.7.1
This is a patch release whose main purpose is to update localisation files.
diff --git a/app/Models/User.php b/app/Models/User.php
index a53bcc63a..c6e485bef 100644
--- a/app/Models/User.php
+++ b/app/Models/User.php
@@ -2,7 +2,7 @@
namespace App\Models;
-use LaravelEnso\Core\Models\User as CoreUser;
+use LaravelEnso\Users\Models\User as CoreUser;
class User extends CoreUser
{
diff --git a/app/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php
index 6a53308d9..4be36510d 100644
--- a/app/Providers/AppServiceProvider.php
+++ b/app/Providers/AppServiceProvider.php
@@ -8,8 +8,8 @@
use App\Models\User;
use Illuminate\Support\ServiceProvider;
use LaravelEnso\Companies\Models\Company;
-use LaravelEnso\Core\Models\User as BaseUser;
use LaravelEnso\DynamicMethods\Services\Methods;
+use LaravelEnso\Users\Models\User as BaseUser;
class AppServiceProvider extends ServiceProvider
{
diff --git a/app/Providers/HorizonServiceProvider.php b/app/Providers/HorizonServiceProvider.php
index e1d721b74..0355bae0e 100644
--- a/app/Providers/HorizonServiceProvider.php
+++ b/app/Providers/HorizonServiceProvider.php
@@ -21,6 +21,6 @@ public function boot()
protected function gate()
{
- Gate::define('viewHorizon', fn ($user) => optional($user)->isAdmin());
+ Gate::define('viewHorizon', fn ($user) => $user?->isAdmin());
}
}
diff --git a/app/Providers/LoggerServiceProvider.php b/app/Providers/LoggerServiceProvider.php
deleted file mode 100644
index 4f27ffeb2..000000000
--- a/app/Providers/LoggerServiceProvider.php
+++ /dev/null
@@ -1,36 +0,0 @@
- [
- 'label' => 'name',
- 'attributes' => ['name'],
- 'events' => [Events::Created, Events::Updated, Events::Deleted],
- ],
- User::class => [
- 'label' => 'person.name',
- 'attributes' => ['role_id' => [Role::class => 'name']],
- 'events' => [Events::UpdatedActiveState],
- ],
- ];
-
- public function boot()
- {
- parent::boot();
-
- if (! App::runningUnitTests()) {
- Logger::observe();
- }
- }
-}
diff --git a/app/Providers/TelescopeServiceProvider.php b/app/Providers/TelescopeServiceProvider.php
index cee5d0d21..17ff3cc00 100644
--- a/app/Providers/TelescopeServiceProvider.php
+++ b/app/Providers/TelescopeServiceProvider.php
@@ -24,7 +24,7 @@ public function register()
protected function hideSensitiveRequestDetails()
{
- if (! $this->app->isLocal()) {
+ if (!$this->app->isLocal()) {
Telescope::hideRequestParameters(['_token']);
Telescope::hideRequestHeaders(['cookie', 'x-csrf-token', 'x-xsrf-token']);
}
@@ -32,6 +32,6 @@ protected function hideSensitiveRequestDetails()
protected function gate()
{
- Gate::define('viewTelescope', fn ($user) => optional($user)->isAdmin());
+ Gate::define('viewTelescope', fn ($user) => $user?->isAdmin());
}
}
diff --git a/app/Upgrades/DumpActivityLog.php b/app/Upgrades/DumpActivityLog.php
new file mode 100644
index 000000000..d60ba781b
--- /dev/null
+++ b/app/Upgrades/DumpActivityLog.php
@@ -0,0 +1,41 @@
+menu()->doesntExist();
+ }
+
+ public function migrateData(): void
+ {
+ DB::table('migrations')->whereIn('migration', [
+ '2018_08_09_100000_create_activity_logs_table',
+ '2018_08_09_101000_create_structure_for_activity_logs',
+ ])->delete();
+
+ $this->menu()->delete();
+
+ Permission::whereName('core.activityLogs.index')->delete();
+ }
+
+ public function migratePostDataMigration(): void
+ {
+ Schema::dropIfExists('activity_logs');
+ }
+
+ private function menu(): Builder
+ {
+ return Menu::whereName('Activity Log');
+ }
+}
diff --git a/client/patches/@enso-ui+companies+3.0.4.patch b/client/patches/@enso-ui+companies+3.0.5.patch
similarity index 100%
rename from client/patches/@enso-ui+companies+3.0.4.patch
rename to client/patches/@enso-ui+companies+3.0.5.patch
diff --git a/client/patches/bulma-rtl+0.7.1.patch b/client/patches/bulma-rtl+0.7.1.patch
deleted file mode 100644
index 823a94169..000000000
--- a/client/patches/bulma-rtl+0.7.1.patch
+++ /dev/null
@@ -1,130 +0,0 @@
-diff --git a/node_modules/bulma-rtl/sass/base/helpers.sass b/node_modules/bulma-rtl/sass/base/helpers.sass
-index 32cafa4..4d9a938 100644
---- a/node_modules/bulma-rtl/sass/base/helpers.sass
-+++ b/node_modules/bulma-rtl/sass/base/helpers.sass
-@@ -4,10 +4,10 @@
- +clearfix
-
- .is-pulled-left
-- float: left !important
-+ float: right !important
-
- .is-pulled-right
-- float: right !important
-+ float: left !important
-
- // Overflow
-
-@@ -47,7 +47,7 @@
- +fullhd
- +typography-size('fullhd')
-
--$alignments: ('centered': 'center', 'justified': 'justify', 'left': 'left', 'right': 'right')
-+$alignments: ('centered': 'center', 'justified': 'justify', 'left': 'right', 'right': 'left')
-
- @each $alignment, $text-align in $alignments
- .has-text-#{$alignment}
-diff --git a/node_modules/bulma-rtl/sass/components/level.sass b/node_modules/bulma-rtl/sass/components/level.sass
-index 7872a05..ff29d74 100644
---- a/node_modules/bulma-rtl/sass/components/level.sass
-+++ b/node_modules/bulma-rtl/sass/components/level.sass
-@@ -2,8 +2,6 @@
- +block
- align-items: center
- justify-content: space-between
-- @if ($right == 'left')
-- flex-direction: row-reverse
- code
- border-radius: $radius
- img
-diff --git a/node_modules/bulma-rtl/sass/components/navbar.sass b/node_modules/bulma-rtl/sass/components/navbar.sass
-index cb477f0..2093791 100644
---- a/node_modules/bulma-rtl/sass/components/navbar.sass
-+++ b/node_modules/bulma-rtl/sass/components/navbar.sass
-@@ -368,10 +368,10 @@ a.navbar-item,
- transform: translateY(-5px)
- transition-duration: $speed
- transition-property: opacity, transform
-- &.is-right
-+ &.is-left
- left: auto
- right: 0
-- &.is-left
-+ &.is-right
- right: auto
- left: 0
- .navbar-divider
-diff --git a/node_modules/bulma-rtl/sass/elements/tag.sass b/node_modules/bulma-rtl/sass/elements/tag.sass
-index b07363c..74d8043 100644
---- a/node_modules/bulma-rtl/sass/elements/tag.sass
-+++ b/node_modules/bulma-rtl/sass/elements/tag.sass
-@@ -18,32 +18,33 @@ $tag-delete-margin: 1px !default
- margin-bottom: 1rem
- &.has-addons
- .tag
-- margin-right: 0
-+ margin-#{$right}: 0
- &:not(:first-child)
-- border-bottom-left-radius: 0
-- border-top-left-radius: 0
-+ margin-#{$left}: 0
-+ border-bottom-#{$left}-radius: 0
-+ border-top-#{$left}-radius: 0
- &:not(:last-child)
-- border-bottom-right-radius: 0
-- border-top-right-radius: 0
-+ border-bottom-#{$right}-radius: 0
-+ border-top-#{$right}-radius: 0
- &.is-centered
- justify-content: center
- .tag
-- margin-right: 0.25rem
-- margin-left: 0.25rem
-+ margin-#{$right}: 0.25rem
-+ margin-#{$left}: 0.25rem
- &.is-right
- justify-content: flex-end
- .tag
- &:not(:first-child)
-- margin-left: 0.5rem
-+ margin-#{$left}: 0.5rem
- &:not(:last-child)
-- margin-right: 0
-+ margin-#{$right}: 0
- &.is-left
- justify-content: flex-start
- .tag
- &:not(:first-child)
-- margin-left: 0
-+ margin-#{$left}: 0
- &:not(:last-child)
-- margin-right: 0.5rem
-+ margin-#{$right}: 0.5rem
-
- .tag:not(body)
- align-items: center
-@@ -75,17 +76,17 @@ $tag-delete-margin: 1px !default
- font-size: $size-medium
- .icon
- &:first-child:not(:last-child)
-- margin-left: -0.375em
-- margin-right: 0.1875em
-+ margin-#{$left}: -0.375em
-+ margin-#{$right}: 0.1875em
- &:last-child:not(:first-child)
-- margin-left: 0.1875em
-- margin-right: -0.375em
-+ margin-#{$left}: 0.1875em
-+ margin-#{$right}: -0.375em
- &:first-child:last-child
-- margin-left: -0.375em
-- margin-right: -0.375em
-+ margin-#{$left}: -0.375em
-+ margin-#{$right}: -0.375em
- // Modifiers
- &.is-delete
-- margin-left: $tag-delete-margin
-+ margin-#{$left}: $tag-delete-margin
- padding: 0
- position: relative
- width: 2em
diff --git a/client/src/js/enso.js b/client/src/js/enso.js
index ccf2bc9e8..b8a492fbf 100644
--- a/client/src/js/enso.js
+++ b/client/src/js/enso.js
@@ -7,7 +7,6 @@ import store from '@enso-ui/ui/src/core/services/store';
import '@enso-ui/ui/src/modules';
import './app';
import '../sass/enso.scss';
-import './localState';
Vue.config.productionTip = false;
diff --git a/client/src/js/localState.js b/client/src/js/localState.js
deleted file mode 100644
index 0459e9e4f..000000000
--- a/client/src/js/localState.js
+++ /dev/null
@@ -1,4 +0,0 @@
-// eslint-disable-next-line
-window.addEventListener('local-state-fetched', ({ detail }) => {
- // setup state here
-});
diff --git a/client/yarn.lock b/client/yarn.lock
index 4864791a8..31f7e4911 100644
--- a/client/yarn.lock
+++ b/client/yarn.lock
@@ -9,10 +9,10 @@
dependencies:
"@babel/highlight" "^7.14.5"
-"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5":
- version "7.14.5"
- resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.5.tgz#8ef4c18e58e801c5c95d3c1c0f2874a2680fadea"
- integrity sha512-kixrYn4JwfAVPa0f2yfzc2AWti6WRRyO3XjWW5PJAvtE11qhSayrrcrEnee05KAtNaPC+EwehE8Qt1UedEVB8w==
+"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5", "@babel/compat-data@^7.14.7":
+ version "7.14.7"
+ resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
+ integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
"@babel/core@^7.11.0":
version "7.14.6"
@@ -134,9 +134,9 @@
"@babel/types" "^7.14.5"
"@babel/helper-member-expression-to-functions@^7.14.5":
- version "7.14.5"
- resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.5.tgz#d5c70e4ad13b402c95156c7a53568f504e2fb7b8"
- integrity sha512-UxUeEYPrqH1Q/k0yRku1JE7dyfyehNwT6SVkMHvYvPDv4+uu627VXBckVj891BO8ruKBkiDoGnZf4qPDD8abDQ==
+ version "7.14.7"
+ resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.7.tgz#97e56244beb94211fe277bd818e3a329c66f7970"
+ integrity sha512-TMUt4xKxJn6ccjcOW7c4hlwyJArizskAhoSTOCkA0uZ+KghIaci0Qg9R043kUMWI9mtQfgny+NQ5QATnZ+paaA==
dependencies:
"@babel/types" "^7.14.5"
@@ -251,10 +251,10 @@
chalk "^2.0.0"
js-tokens "^4.0.0"
-"@babel/parser@^7.14.5", "@babel/parser@^7.14.6", "@babel/parser@^7.7.0":
- version "7.14.6"
- resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2"
- integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ==
+"@babel/parser@^7.14.5", "@babel/parser@^7.14.6", "@babel/parser@^7.14.7", "@babel/parser@^7.7.0":
+ version "7.14.7"
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
+ integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
version "7.14.5"
@@ -265,10 +265,10 @@
"@babel/helper-skip-transparent-expression-wrappers" "^7.14.5"
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
-"@babel/plugin-proposal-async-generator-functions@^7.14.5":
- version "7.14.5"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.5.tgz#4024990e3dd74181f4f426ea657769ff49a2df39"
- integrity sha512-tbD/CG3l43FIXxmu4a7RBe4zH7MLJ+S/lFowPFO7HetS2hyOZ/0nnnznegDuzFzfkyQYTxqdTH/hKmuBngaDAA==
+"@babel/plugin-proposal-async-generator-functions@^7.14.7":
+ version "7.14.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.7.tgz#784a48c3d8ed073f65adcf30b57bcbf6c8119ace"
+ integrity sha512-RK8Wj7lXLY3bqei69/cc25gwS5puEc3dknoFPFbqfy3XxYQBQFvu4ioWpafMBAB+L9NyptQK4nMOa5Xz16og8Q==
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/helper-remap-async-to-generator" "^7.14.5"
@@ -348,12 +348,12 @@
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
-"@babel/plugin-proposal-object-rest-spread@^7.14.5":
- version "7.14.5"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.5.tgz#e581d5ccdfa187ea6ed73f56c6a21c1580b90fbf"
- integrity sha512-VzMyY6PWNPPT3pxc5hi9LloKNr4SSrVCg7Yr6aZpW4Ym07r7KqSU/QXYwjXLVxqwSv0t/XSXkFoKBPUkZ8vb2A==
+"@babel/plugin-proposal-object-rest-spread@^7.14.7":
+ version "7.14.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.7.tgz#5920a2b3df7f7901df0205974c0641b13fd9d363"
+ integrity sha512-082hsZz+sVabfmDWo1Oct1u1AgbKbUAyVgmX4otIc7bdsRgHBXwTwb3DpDmD4Eyyx6DNiuz5UAATT655k+kL5g==
dependencies:
- "@babel/compat-data" "^7.14.5"
+ "@babel/compat-data" "^7.14.7"
"@babel/helper-compilation-targets" "^7.14.5"
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
@@ -564,10 +564,10 @@
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
-"@babel/plugin-transform-destructuring@^7.14.5":
- version "7.14.5"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.5.tgz#d32ad19ff1a6da1e861dc62720d80d9776e3bf35"
- integrity sha512-wU9tYisEbRMxqDezKUqC9GleLycCRoUsai9ddlsq54r8QRLaeEhc+d+9DqCG+kV9W2GgQjTZESPTpn5bAFMDww==
+"@babel/plugin-transform-destructuring@^7.14.7":
+ version "7.14.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.7.tgz#0ad58ed37e23e22084d109f185260835e5557576"
+ integrity sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw==
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
@@ -661,10 +661,10 @@
"@babel/helper-module-transforms" "^7.14.5"
"@babel/helper-plugin-utils" "^7.14.5"
-"@babel/plugin-transform-named-capturing-groups-regex@^7.14.5":
- version "7.14.5"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.5.tgz#d537e8ee083ee6f6aa4f4eef9d2081d555746e4c"
- integrity sha512-+Xe5+6MWFo311U8SchgeX5c1+lJM+eZDBZgD+tvXu9VVQPXwwVzeManMMjYX6xw2HczngfOSZjoFYKwdeB/Jvw==
+"@babel/plugin-transform-named-capturing-groups-regex@^7.14.7":
+ version "7.14.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.7.tgz#60c06892acf9df231e256c24464bfecb0908fd4e"
+ integrity sha512-DTNOTaS7TkW97xsDMrp7nycUVh6sn/eq22VaxWfEdzuEbRsiaOU0pqU7DlyUGHVsbQbSghvjKRpEl+nUCKGQSg==
dependencies:
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
@@ -730,7 +730,7 @@
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
-"@babel/plugin-transform-spread@^7.14.5":
+"@babel/plugin-transform-spread@^7.14.6":
version "7.14.6"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.6.tgz#6bd40e57fe7de94aa904851963b5616652f73144"
integrity sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag==
@@ -775,16 +775,16 @@
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/preset-env@^7.11.0":
- version "7.14.5"
- resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.5.tgz#c0c84e763661fd0e74292c3d511cb33b0c668997"
- integrity sha512-ci6TsS0bjrdPpWGnQ+m4f+JSSzDKlckqKIJJt9UZ/+g7Zz9k0N8lYU8IeLg/01o2h8LyNZDMLGgRLDTxpudLsA==
+ version "7.14.7"
+ resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.7.tgz#5c70b22d4c2d893b03d8c886a5c17422502b932a"
+ integrity sha512-itOGqCKLsSUl0Y+1nSfhbuuOlTs0MJk2Iv7iSH+XT/mR8U1zRLO7NjWlYXB47yhK4J/7j+HYty/EhFZDYKa/VA==
dependencies:
- "@babel/compat-data" "^7.14.5"
+ "@babel/compat-data" "^7.14.7"
"@babel/helper-compilation-targets" "^7.14.5"
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/helper-validator-option" "^7.14.5"
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
- "@babel/plugin-proposal-async-generator-functions" "^7.14.5"
+ "@babel/plugin-proposal-async-generator-functions" "^7.14.7"
"@babel/plugin-proposal-class-properties" "^7.14.5"
"@babel/plugin-proposal-class-static-block" "^7.14.5"
"@babel/plugin-proposal-dynamic-import" "^7.14.5"
@@ -793,7 +793,7 @@
"@babel/plugin-proposal-logical-assignment-operators" "^7.14.5"
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
"@babel/plugin-proposal-numeric-separator" "^7.14.5"
- "@babel/plugin-proposal-object-rest-spread" "^7.14.5"
+ "@babel/plugin-proposal-object-rest-spread" "^7.14.7"
"@babel/plugin-proposal-optional-catch-binding" "^7.14.5"
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
"@babel/plugin-proposal-private-methods" "^7.14.5"
@@ -819,7 +819,7 @@
"@babel/plugin-transform-block-scoping" "^7.14.5"
"@babel/plugin-transform-classes" "^7.14.5"
"@babel/plugin-transform-computed-properties" "^7.14.5"
- "@babel/plugin-transform-destructuring" "^7.14.5"
+ "@babel/plugin-transform-destructuring" "^7.14.7"
"@babel/plugin-transform-dotall-regex" "^7.14.5"
"@babel/plugin-transform-duplicate-keys" "^7.14.5"
"@babel/plugin-transform-exponentiation-operator" "^7.14.5"
@@ -831,7 +831,7 @@
"@babel/plugin-transform-modules-commonjs" "^7.14.5"
"@babel/plugin-transform-modules-systemjs" "^7.14.5"
"@babel/plugin-transform-modules-umd" "^7.14.5"
- "@babel/plugin-transform-named-capturing-groups-regex" "^7.14.5"
+ "@babel/plugin-transform-named-capturing-groups-regex" "^7.14.7"
"@babel/plugin-transform-new-target" "^7.14.5"
"@babel/plugin-transform-object-super" "^7.14.5"
"@babel/plugin-transform-parameters" "^7.14.5"
@@ -839,7 +839,7 @@
"@babel/plugin-transform-regenerator" "^7.14.5"
"@babel/plugin-transform-reserved-words" "^7.14.5"
"@babel/plugin-transform-shorthand-properties" "^7.14.5"
- "@babel/plugin-transform-spread" "^7.14.5"
+ "@babel/plugin-transform-spread" "^7.14.6"
"@babel/plugin-transform-sticky-regex" "^7.14.5"
"@babel/plugin-transform-template-literals" "^7.14.5"
"@babel/plugin-transform-typeof-symbol" "^7.14.5"
@@ -850,7 +850,7 @@
babel-plugin-polyfill-corejs2 "^0.2.2"
babel-plugin-polyfill-corejs3 "^0.2.2"
babel-plugin-polyfill-regenerator "^0.2.2"
- core-js-compat "^3.14.0"
+ core-js-compat "^3.15.0"
semver "^6.3.0"
"@babel/preset-modules@^0.1.4":
@@ -881,16 +881,16 @@
"@babel/types" "^7.14.5"
"@babel/traverse@^7.0.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.7.0":
- version "7.14.5"
- resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.5.tgz#c111b0f58afab4fea3d3385a406f692748c59870"
- integrity sha512-G3BiS15vevepdmFqmUc9X+64y0viZYygubAMO8SvBmKARuF6CPSZtH4Ng9vi/lrWlZFGe3FWdXNy835akH8Glg==
+ version "7.14.7"
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.7.tgz#64007c9774cfdc3abd23b0780bc18a3ce3631753"
+ integrity sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ==
dependencies:
"@babel/code-frame" "^7.14.5"
"@babel/generator" "^7.14.5"
"@babel/helper-function-name" "^7.14.5"
"@babel/helper-hoist-variables" "^7.14.5"
"@babel/helper-split-export-declaration" "^7.14.5"
- "@babel/parser" "^7.14.5"
+ "@babel/parser" "^7.14.7"
"@babel/types" "^7.14.5"
debug "^4.1.0"
globals "^11.1.0"
@@ -922,9 +922,9 @@
vuex "^3.0.0"
"@enso-ui/activity-log@^3.0":
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/@enso-ui/activity-log/-/activity-log-3.0.1.tgz#dfae4bc88829325ffdc3184223380d78a659975b"
- integrity sha512-/9mnC56r7Y8shXX0SlGii2QlenKkPTYidjnhtBbij2eff2J5fiG4WTZduq6BxTRjMmGuL3XzynYPyW2Zd1UQNw==
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/@enso-ui/activity-log/-/activity-log-3.0.2.tgz#aa7cc33ecf65c15be72e6502c357608beca370e8"
+ integrity sha512-xw9L+iWBeb39kb0km7fgWPjgj6l7Lt0XMpu4r/VDNoZnMSZ4sBSw1jHizNk+UWSzvGg6GSq3wz6ZOXYERpWfyw==
dependencies:
"@enso-ui/filters" "^2.0"
"@enso-ui/ui" "^4.0"
@@ -935,9 +935,9 @@
vuex "^3.0.0"
"@enso-ui/addresses@^1.0", "@enso-ui/addresses@^1.3.3":
- version "1.3.4"
- resolved "https://registry.yarnpkg.com/@enso-ui/addresses/-/addresses-1.3.4.tgz#d6f2850bce5e2dd97279ce3d5b24c467bd35e91d"
- integrity sha512-lJVFBwQPfVgMrkE5OPQ6xMg8V61WQ1/qOO6QMFAQxXASS8o9OkNkLFiyyWQ7KK5JHijKqaIHCxo53iJOZrlx2g==
+ version "1.3.5"
+ resolved "https://registry.yarnpkg.com/@enso-ui/addresses/-/addresses-1.3.5.tgz#7198420b8f1da24b6494425300efcdf43f27e079"
+ integrity sha512-lzwMbwNuwevDvoZhk5mV/+eiTAutb+GjRbXFgZkPvyrC7Sivz5kLY9oPhCPpE6muKdqk33VqnvCx/va0zFpdYA==
dependencies:
"@enso-ui/card" "^2.0"
"@enso-ui/confirmation" "^1.0"
@@ -972,9 +972,9 @@
zxcvbn "^4.4.2"
"@enso-ui/bookmarks@^1.0":
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/@enso-ui/bookmarks/-/bookmarks-1.0.2.tgz#beeb55e71c6fbea0c0452fc5fba4ae3e64be482f"
- integrity sha512-xMH8jFGntGgKjkSEwHpl+GCkcMHrhcLHLqZvEWjl5JjDIEYxl9uOK2nKk4PkS+E29Q0dX7eMn6TIQecxPvX48A==
+ version "1.0.4"
+ resolved "https://registry.yarnpkg.com/@enso-ui/bookmarks/-/bookmarks-1.0.4.tgz#a24acbc18b067e156daa698d7ad70498014bff33"
+ integrity sha512-k5B95exkI5QXUh2/ASKFRx14r221skpxFN7F/96IWOAMBMbwZTt5hvsEeUavSsr8SCOwGBs3/56+diXPHfqahw==
dependencies:
"@enso-ui/switch" "^1.0"
"@enso-ui/themes" "^2.0"
@@ -1025,9 +1025,9 @@
bulma "^0.9.0"
"@enso-ui/calendar@^3.0":
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/@enso-ui/calendar/-/calendar-3.1.0.tgz#1dd8ef0779da21ae052afcf734d5c7c9a806e04c"
- integrity sha512-9Q0nZm9vxGSJTCJ0/jKMqLDWhTp/m2s4ws/CrJ/2XKOeEaZqP9b5eVxA54Whs/Ka30Qpxj2S+5C8+Magmbr4OA==
+ version "3.1.2"
+ resolved "https://registry.yarnpkg.com/@enso-ui/calendar/-/calendar-3.1.2.tgz#23ce047095d3db0b9c0bdafcf3d9496725526dfe"
+ integrity sha512-1mx9DoTQ/rs+8ubEv2t76RAcPIhAg4ePOkCZQSOH/NH9STBfmS0MzDa9f4WTSwdW/5aB2IcgU86YtMSr+Q9kzA==
dependencies:
"@enso-ui/datepicker" "^1.1"
"@enso-ui/forms" "^2.0"
@@ -1055,9 +1055,9 @@
vue "^2.5.16"
"@enso-ui/charts@^2.0":
- version "2.0.16"
- resolved "https://registry.yarnpkg.com/@enso-ui/charts/-/charts-2.0.16.tgz#0aa478c9e4da7c7cbd4d64323f748e1a29f684a2"
- integrity sha512-q6frRvv7dXPRFOx4fgz9uZ8SV52uCaKEnn4osSNxfWOrW3CKHawV40b4r3ezKL2l7Id6Ijegpy3qo2QcXe4NJg==
+ version "2.0.17"
+ resolved "https://registry.yarnpkg.com/@enso-ui/charts/-/charts-2.0.17.tgz#86d0b698d3dea4d2c5f3555fdc8080018e8daa1f"
+ integrity sha512-3m6Sk5tUSxsSiZt/gZrtNYBFuN01/QPFq5O6ziytahFtVSXZQXbrt88Xhrv6GbccQohheUinmWU0NFOrKPH7Zw==
dependencies:
"@enso-ui/card" "^2.0"
"@enso-ui/directives" "^1.0"
@@ -1073,9 +1073,9 @@
vue "^2.5.16"
"@enso-ui/checkbox@^2.0":
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/@enso-ui/checkbox/-/checkbox-2.0.1.tgz#a9a7cff4c67b01ba91169d2bf9cd5cdf132ad9b5"
- integrity sha512-kFrAlKHGSEZ4MdBurbsoA/IXZ9h3y+evZW52kc/goDqDDH7Ut2lh4vqMLd0ev3tjOsntAy5xY+3wcITLI0Dh1A==
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/@enso-ui/checkbox/-/checkbox-2.0.2.tgz#3d2ece73f6dbc4e6759eb1a3971bd092e021a656"
+ integrity sha512-Kq5Nyyc+3qCX0SjbAqGdM8Q/+VdBLybkfM4fMZ3eiCBZCZ/7V5itEjDfh4YG3FbuQDXAF1Sf4EUaPLoI2X483A==
dependencies:
"@enso-ui/card" "^2.0"
bulma "^0.9.0"
@@ -1089,9 +1089,9 @@
vue "^2.6.8"
"@enso-ui/comments@^2.0":
- version "2.0.2"
- resolved "https://registry.yarnpkg.com/@enso-ui/comments/-/comments-2.0.2.tgz#ec0bde430a80ec7817c54d7e379a4db68eae00e7"
- integrity sha512-1qjXy1AjXMTv2buhnf/CYNjBeUbMBao4z1i3Qc7DDUbuQ+tRNUYsO7Swdnz8ZV3HuUdD5/1xwydvhbV3UhR+bg==
+ version "2.0.3"
+ resolved "https://registry.yarnpkg.com/@enso-ui/comments/-/comments-2.0.3.tgz#64c4146bd10cc00b6d841511b02c5472e72160b4"
+ integrity sha512-6P98V8sVd8kw6NEkmJXhmrz7LqpKkCQfYVKFZ8gGYKD3zK4DyPT0ByN11HM1dCRWYTVoHAlSHqCHqb6uJxqKGw==
dependencies:
"@enso-ui/card" "^2.0"
"@enso-ui/confirmation" "^1.0"
@@ -1110,9 +1110,9 @@
vuex "^3.0.0"
"@enso-ui/companies@^3.0":
- version "3.0.4"
- resolved "https://registry.yarnpkg.com/@enso-ui/companies/-/companies-3.0.4.tgz#e61258148a66c79fdb1f8033bc7631b319e01229"
- integrity sha512-vQJU91IDzuHoR+uAAM8yrcfJn16VvKeZEN1zPlIFvMlSb99I+cw2+9yfHXzUTRtcIasHywF9bc2a2PLOkx8zJg==
+ version "3.0.5"
+ resolved "https://registry.yarnpkg.com/@enso-ui/companies/-/companies-3.0.5.tgz#6afcf1e05bb88bf823f2a88c59f9b8694cdb3228"
+ integrity sha512-9V2/k6WeKCT06lAeeTSsi2I52lfRAn0buKWtpsGODYstmRh6fe4BgV1dCC9aQGsbC+pbuXH2APWczPjNfyUjfg==
dependencies:
"@enso-ui/accessories" "^3.0.2"
"@enso-ui/addresses" "^1.3.3"
@@ -1131,9 +1131,9 @@
vuex "^3.0.0"
"@enso-ui/confirmation@^1.0":
- version "1.0.18"
- resolved "https://registry.yarnpkg.com/@enso-ui/confirmation/-/confirmation-1.0.18.tgz#39930e0d7582d1224c55aba3d94b8beda6e116de"
- integrity sha512-+KJxQbzZ4WZu46WX6rVtvoXXMaGXiEHXRT7UmkpXP2ffdzeiojKmsv0sndciVlNHr7+Wut6T+il+zvySX6+H4A==
+ version "1.0.19"
+ resolved "https://registry.yarnpkg.com/@enso-ui/confirmation/-/confirmation-1.0.19.tgz#80ac01ef5c581d348ecacf5da951e6ac31b52ffd"
+ integrity sha512-m1qw6X6TPvu28ljuSJpqe0TRYw4mTdZ4akYUrXUXR2lWB7xP+ydLrJqTJo/ikAkMR5BfK0MAqS1WNAh4BA35UQ==
dependencies:
"@fortawesome/fontawesome-svg-core" "^1.2.2"
"@fortawesome/free-solid-svg-icons" "^5.2.0"
@@ -1143,9 +1143,9 @@
vue "^2.5.16"
"@enso-ui/data-import@^3.0":
- version "3.1.7"
- resolved "https://registry.yarnpkg.com/@enso-ui/data-import/-/data-import-3.1.7.tgz#6d436a8e78295a7248f935538dee1aa6c64aa6c7"
- integrity sha512-V9KtnWlPB9r1v7WcpMbrCbVVf9BU7jTDO0VcMcWN2WfrhqPdm0c615Ji6QKyZpDTESR6C/zL8IcEExjjg4Amtw==
+ version "3.1.10"
+ resolved "https://registry.yarnpkg.com/@enso-ui/data-import/-/data-import-3.1.10.tgz#0fb16436f507cbe587794151b62594e635649a1d"
+ integrity sha512-gu8o6xtgljhpwfTLglV4GhFqBijxD8js9djukertCrdjjL9I7QVmN/erlnaahrymxuitm4rPUr0uoHT+1SxMzg==
dependencies:
"@enso-ui/datepicker" "^1.0"
"@enso-ui/directives" "^1.0"
@@ -1155,6 +1155,7 @@
"@enso-ui/switch" "^1.0"
"@enso-ui/tables" "^2.0"
"@enso-ui/uploader" "^1.0"
+ "@enso-ui/users" "^1.0"
"@fortawesome/fontawesome-svg-core" "^1.2.2"
"@fortawesome/free-solid-svg-icons" "^5.2.0"
v-tooltip "^2.0.0-rc.32"
@@ -1191,9 +1192,9 @@
vue "^2.5.16"
"@enso-ui/discussions@^2.0":
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/@enso-ui/discussions/-/discussions-2.0.1.tgz#7abe169d3b7d6f21305038bd7305bd33339da5ab"
- integrity sha512-mT4apDXE4Xk5nqiTFfTIkVZJU5rsPTXUMC+AFS/GyC8sMue1xfJ7c6gmFdR7jzqkk4va+mK4s8fxjQS+RW/c2w==
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/@enso-ui/discussions/-/discussions-2.0.2.tgz#555d3e7415a20e126cf513c16e8e66d7778c4f55"
+ integrity sha512-Wz6k3jmtZ98mXlh47w44xVJtyM48ZfD6armWWwvXlW39RaNVCfNQoEy+DLxUIT1lMahs/FJgCsC8d3aHCeKumg==
dependencies:
"@enso-ui/confirmation" "^1.0"
"@enso-ui/ui" "^4.0"
@@ -1217,9 +1218,9 @@
vue "^2.5.16"
"@enso-ui/documents@^2.0":
- version "2.0.2"
- resolved "https://registry.yarnpkg.com/@enso-ui/documents/-/documents-2.0.2.tgz#a6e6bc48aba8bac446d10274b36fd7cba1fcf28c"
- integrity sha512-4AzkZTiJGLImagdg3cbJATo9cZoJGcrZXhX77J67ncUBbW6TXvotr/cRep9OWRbPIBx9Yo2NCtbDioKBjx/JLA==
+ version "2.0.3"
+ resolved "https://registry.yarnpkg.com/@enso-ui/documents/-/documents-2.0.3.tgz#0a4b0df9f331021a735aa168ce9eace940b7fbfa"
+ integrity sha512-Zs8Cw9jxKH+ARGnMR1Y+4KSGhuVcmRst3bFzsqGhTH6FVPFplF4rLjI3CN9ck7mv0SpUjX/p7Qb6lufHOt2LbA==
dependencies:
"@enso-ui/card" "^2.0"
"@enso-ui/confirmation" "^1.0"
@@ -1266,9 +1267,9 @@
integrity sha512-48NTFa1yain1d8p6ssLxqJJEV5vWz8qg5Hn4U+ZWLEBpOVH4BUU4uB2dN1chCAJwHf0vP7F1g1/wOv1ijtwLqA==
"@enso-ui/files@^3.0":
- version "3.0.2"
- resolved "https://registry.yarnpkg.com/@enso-ui/files/-/files-3.0.2.tgz#8c9c332888a3e78a10db309893c6c2495b47763a"
- integrity sha512-KHuspwLdeRyIOxbpjz9C3Yao1ayofMXaqiSbj/qVd7almslA1wEL/mYTWmn7YpkBZ1nSDdfrJA2cfncSn8DV0Q==
+ version "3.0.4"
+ resolved "https://registry.yarnpkg.com/@enso-ui/files/-/files-3.0.4.tgz#c31771d17ec9bfa353cd372e378388ed1f6649f4"
+ integrity sha512-FJOAQv8ObCidRRjj9PxZjkka3TcHsuSUl+CESjcoQMVmEdUcfFwANFu4HCAvvA8BJsHG4UcWADYmXGXL6IjTBA==
dependencies:
"@enso-ui/charts" "^2.0"
"@enso-ui/clipboard" "^1.0"
@@ -1288,9 +1289,9 @@
vuex "^3.0.0"
"@enso-ui/filters@^2.0":
- version "2.0.2"
- resolved "https://registry.yarnpkg.com/@enso-ui/filters/-/filters-2.0.2.tgz#f957e2f55294d4aa95f1792ff9edee6b4ffe34d2"
- integrity sha512-CpfpLOQo/fcQCN0IUyDWujJu79SIhRK+jz/2yUR8iHijEH0NChdWuLFq4f/xNRGikmosNARfWG6vycF99nB8TQ==
+ version "2.0.3"
+ resolved "https://registry.yarnpkg.com/@enso-ui/filters/-/filters-2.0.3.tgz#0ddc733c43f2eb5c07c264bd09a45f598bd2ea58"
+ integrity sha512-HsqPgWL4Sm8CQqgRxMqv6F0h15vIkNLsLpe2jdLcVd3Fh2bUNqam1wz2CM3aDf4GWxckYAuUYsUI1h6QYxzXog==
dependencies:
"@enso-ui/datepicker" "^1.1"
"@enso-ui/select" "^2.0"
@@ -1307,9 +1308,9 @@
vuex "^3.0.0"
"@enso-ui/forms@^2.0":
- version "2.3.11"
- resolved "https://registry.yarnpkg.com/@enso-ui/forms/-/forms-2.3.11.tgz#144164202c2365bd3bd79b0b4d9bd05a314902a7"
- integrity sha512-OSd0T53CwFqlUxO36DxPj7wxkbN0JiAXEY/ztQhx2hUehNXFzyqEM+OPB6lLQWhvecG5akayS8/iZw2WDfk9NQ==
+ version "2.3.12"
+ resolved "https://registry.yarnpkg.com/@enso-ui/forms/-/forms-2.3.12.tgz#23d0f45c8e1551a29aeeed73f6e30a05bf9f50fc"
+ integrity sha512-g8tfYB9D8mZLsxhUlguS2h2kOIJ6KGtCXcTDyJCoGqSc3hUakRAX7iCPn3LE1lQgeUCQPs8NaNQgcv1u1HSgyw==
dependencies:
"@enso-ui/datepicker" "^1.1"
"@enso-ui/directives" "^1.0"
@@ -1334,9 +1335,9 @@
vuex "^3.1.0"
"@enso-ui/how-to@^3.0":
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/@enso-ui/how-to/-/how-to-3.0.1.tgz#9bffd6bde3e02515c675aa129d89cf33466a5290"
- integrity sha512-L4/TUp1kT2W22IBXbCj5QhXiAOvonBKNZ4PZCHmbvPWoC/5+ReBjKTJP/qztgk/oAGiWZgg47fgd9hsu/LV4Vw==
+ version "3.0.3"
+ resolved "https://registry.yarnpkg.com/@enso-ui/how-to/-/how-to-3.0.3.tgz#611884967997dedd1ab7e6c01d72d2cabfdf70ae"
+ integrity sha512-XaBCvffkarsYgd2kZOQtgLuudAinrc0g5crwG6Pci6Bcb49dQauxgSHofznRA/7GkYyEFC+pj9l2K+BSxAS+2g==
dependencies:
"@enso-ui/card" "^2.0"
"@enso-ui/confirmation" "^1.0"
@@ -1351,9 +1352,9 @@
vue-video-player "^5.0"
"@enso-ui/io@^1.0":
- version "1.0.13"
- resolved "https://registry.yarnpkg.com/@enso-ui/io/-/io-1.0.13.tgz#624d7b2c767ef6dd4f4cd2610c3e5f682ef3bad6"
- integrity sha512-kRyMOZXQ1NY8p66WPTHQAiIdfwdyUrAYEt1YzzqjnwPEuRc3Lx8PkRIr1O8i4X8ppPfXZDeSIGYOIPIq7BaEMA==
+ version "1.0.14"
+ resolved "https://registry.yarnpkg.com/@enso-ui/io/-/io-1.0.14.tgz#ea89ce50828e092573526dd4bfc4db219b40d25d"
+ integrity sha512-4ouC8TF04TXeJT9poIcQ70Z8bR+5M2kPnTat3L9JG4bB1MPdlUJV8IX15an9+uryA39nvVVU8175n/1DUJ/Lxg==
dependencies:
"@enso-ui/directives" "^1.0"
"@enso-ui/ui" "^4.0"
@@ -1378,9 +1379,9 @@
vue "^2.5.16"
"@enso-ui/localisation@^3.0":
- version "3.0.4"
- resolved "https://registry.yarnpkg.com/@enso-ui/localisation/-/localisation-3.0.4.tgz#120f35acaafea08d904952f7cfe107cffd351ad4"
- integrity sha512-SFWRKwAI9p/N5+ci1Ifs3hiS1rJ/gnTjctU+Wq8qBLxBIVju19+SAReANYtFCYCKU15ZHz34McetBCltgAPvhg==
+ version "3.0.5"
+ resolved "https://registry.yarnpkg.com/@enso-ui/localisation/-/localisation-3.0.5.tgz#9463cf4768ddc79af4231c02d1c0e07d8201ccad"
+ integrity sha512-sR4TG7o8YX8fZAfEsVKq23Q+nyLainSif89jBHhdAkciDBKa8wzc0K3XAuwU/P4tHGea255bd59NivMD3teNOQ==
dependencies:
"@enso-ui/directives" "^1.0"
"@enso-ui/dropdown" "^2.0"
@@ -1396,9 +1397,9 @@
vuex "^3.0.0"
"@enso-ui/logs@^3.0":
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/@enso-ui/logs/-/logs-3.0.0.tgz#6afaee5ad3dcdeb6d16f652e973366c29f930375"
- integrity sha512-86E1E/PNS+lX575FVHz3ud9mgXP4Nrq7SL16kbafkaykdFdtWAgZKp8UmUjiRKAtNkA9YjRqFi326+qM2C0eAg==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/@enso-ui/logs/-/logs-3.0.1.tgz#eb0adb5fd41284a1dbf90725e875da8e22cfd9d2"
+ integrity sha512-YcLgDhZX0OGzFl89Jz/8iajMqQwgEhOMR7UxYM6ltfgDnmaUsLOsc1613wXsssL2CGpaqaL/lU7dU3QA2uO1PQ==
dependencies:
"@enso-ui/card" "^2.0"
"@enso-ui/confirmation" "^1.0"
@@ -1409,9 +1410,9 @@
vue "^2.5.16"
"@enso-ui/menus@^3.0":
- version "3.0.3"
- resolved "https://registry.yarnpkg.com/@enso-ui/menus/-/menus-3.0.3.tgz#a5a38b37f4ecdc1a795d912f714eda205e006b2a"
- integrity sha512-SgcO/ghfYE1xx6a6Sgtru1mLgmhjVc7Tss0M1gQbP9rCnqWnArtsjOWWRm2LeA88KttV48g1R+e0EEXhe8dqdA==
+ version "3.0.4"
+ resolved "https://registry.yarnpkg.com/@enso-ui/menus/-/menus-3.0.4.tgz#b27002786599a3fb0e2503b6ecd0a91121987e60"
+ integrity sha512-R8DeveOUK0hniW2VCDS5JUU5LPAQYcxwzPQw50xwzsDh7oqyeqaHBaOr1Y2dWhYAIaqlgfHVSyE1T7G0Tm5Z/A==
dependencies:
"@enso-ui/dropdown-indicator" "^1.0"
"@enso-ui/forms" "^2.0"
@@ -1454,9 +1455,9 @@
vue "^2.5.16"
"@enso-ui/notifications@^1.0":
- version "1.0.5"
- resolved "https://registry.yarnpkg.com/@enso-ui/notifications/-/notifications-1.0.5.tgz#454c02e2aba8d3640910d6632a2523d8544098ed"
- integrity sha512-48hw6mWRqSpydQixTBmidV/Vr/2xvM6jM+ybcS5hbyWBmrT8nVmj+XTa5mc5zJOQwzv74WUkDa80TkY5LSGSFA==
+ version "1.0.6"
+ resolved "https://registry.yarnpkg.com/@enso-ui/notifications/-/notifications-1.0.6.tgz#41a163078b72f2772481fc166373b900523a0db8"
+ integrity sha512-q67feszkNsHOLTiUqRw7t7wgoe6TvlLFnOdWJSrdRxEnt3JIOAORZIWE+DOGm0wCk/BURACpsbkjCovdW454eA==
dependencies:
"@enso-ui/directives" "^1.0"
"@enso-ui/dropdown" "^2.0"
@@ -1472,9 +1473,9 @@
ya "^0.2.2"
"@enso-ui/orderable-trees@^1.0.2":
- version "1.0.6"
- resolved "https://registry.yarnpkg.com/@enso-ui/orderable-trees/-/orderable-trees-1.0.6.tgz#1cdfeb418089672f11896c39c5bd913ab108e397"
- integrity sha512-CGFPYDC3M2gPf6UQNFoRm26DObUDzLtEDH/XkLB3eNT3YoL8Ixy6DWr97s0r0QIctiEzPyIK42dYFNVE2tIJog==
+ version "1.0.7"
+ resolved "https://registry.yarnpkg.com/@enso-ui/orderable-trees/-/orderable-trees-1.0.7.tgz#9e17a9d84248715092ef4307eecf97522d8b652f"
+ integrity sha512-ugWKnzKZ/2nG4215xtdlrGS2n0GLcm5wJkvmMt/WPoC4/PtiFE/myFK/UF9dXYD5cR9BLEw87bg6N2/lUygKEg==
dependencies:
"@enso-ui/confirmation" "^1.0"
"@enso-ui/directives" "^1.0"
@@ -1550,9 +1551,9 @@
bulma "^0.9.0"
"@enso-ui/roles@^3.0":
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/@enso-ui/roles/-/roles-3.0.1.tgz#0d56a872bfca3017e83446e9ff538cff56457d26"
- integrity sha512-BfcRaAWPneMLWNfzXvhjJnblK06U5hIMF5vEL0Dl1+hkbw8hT36q5edVKzyGlWcP9PuOKvdIhy6Z7Ishqx8JTQ==
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/@enso-ui/roles/-/roles-3.0.2.tgz#f0826603d26d2803004bbf872cc13fd8ac121873"
+ integrity sha512-H5OBeJk3OysYT5NPcjPJekK22SNF/9Rxbch6c0m21s6JiV4kUbauD2VLnr7lDj2VK3pFa9HzA/oJ8BKl4/IYlg==
dependencies:
"@enso-ui/checkbox" "^2.0"
"@enso-ui/forms" "^2.0"
@@ -1593,9 +1594,9 @@
vue "^2.5.16"
"@enso-ui/select@^2.0", "@enso-ui/select@^2.1":
- version "2.1.5"
- resolved "https://registry.yarnpkg.com/@enso-ui/select/-/select-2.1.5.tgz#9225151fddbfed3d1fbbbdcba95921f26ea42dfb"
- integrity sha512-Uug7BvMTdg+bUaii6Ry/t3oSJ603XyV9ULUkVep7p3D0qhan/o6vtH7jNNtSE8A+bN67rEo3qf/AnQLriItHew==
+ version "2.1.6"
+ resolved "https://registry.yarnpkg.com/@enso-ui/select/-/select-2.1.6.tgz#88f6829208c39d832385ea9a77acc5f614ec74b1"
+ integrity sha512-q6Z2KSKglD6WIxDmyUGLHYSn5s5+k2unAEUBp5aQ8Fe5Z8dMVvUx1gNZWLMkMDRjiFuD44V6+Yan/wF+Mm34fQ==
dependencies:
"@enso-ui/directives" "^1.0"
"@enso-ui/dropdown" "^2.0"
@@ -1609,6 +1610,11 @@
lodash "^4.17.10"
vue "^2.5.16"
+"@enso-ui/sentry@^1.0":
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/@enso-ui/sentry/-/sentry-1.0.1.tgz#77d0823c427816da00e62c7351d29fb53aaea0fc"
+ integrity sha512-cUJHL2O2EvDyhbelvZFaXvooLIhehBB2VOGQsvL6NvqkRpBKifcVSoKUZIvo8ncgAIg34Q2tVA/kNRdtBns28w==
+
"@enso-ui/strings@^1.0":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@enso-ui/strings/-/strings-1.0.6.tgz#298a791ba9710be110c49de4de0496f2c24ff3a2"
@@ -1623,9 +1629,9 @@
vue "^2.5.16"
"@enso-ui/tables@^2.0":
- version "2.6.1"
- resolved "https://registry.yarnpkg.com/@enso-ui/tables/-/tables-2.6.1.tgz#67fc1522c3c7579fa0b56d26340a08afe332cac0"
- integrity sha512-t+PXqQVloYxVf/KC4RsXaK0SwSlshLvqWFhZBm5ewkKZAkWFYDzuoL+aZN7hUmpDmJbXlCmvs75yELYZqRQ/cw==
+ version "2.6.5"
+ resolved "https://registry.yarnpkg.com/@enso-ui/tables/-/tables-2.6.5.tgz#11167b62e74b15c4585b48bd3dbd129266468f16"
+ integrity sha512-k42QQ7LW8eOtQDQ2xu+Z3MhGhA8I09BPQHuohCcjacxnlKQNNJDMDE1/jb72IybkXesGKOoQPYECXyLwdSSzKg==
dependencies:
"@enso-ui/date" "^1.0"
"@enso-ui/datepicker" "^1.1"
@@ -1680,9 +1686,9 @@
vuex "^3.1.0"
"@enso-ui/teams@^3.0":
- version "3.0.2"
- resolved "https://registry.yarnpkg.com/@enso-ui/teams/-/teams-3.0.2.tgz#61d2b8dc79794c6788a73f32c3992bda87b9ab2b"
- integrity sha512-+iDXrrkltRlyEnDncNDrpfGGdXbZpQEEDK8v0PgHzir2pbcsa6VjpAc6UWdUTUxtCUHZudBmOVauIV7Xn1KNtw==
+ version "3.0.3"
+ resolved "https://registry.yarnpkg.com/@enso-ui/teams/-/teams-3.0.3.tgz#3e1aa66aa6c3adfe684d064224b562fffdf2af6d"
+ integrity sha512-0t2ADMW7sXoqemevwDtjhhP2WRPbedY8S0I/BCGPovF/wSlgVprdJPeL+z60e3I+dakEbA0QSlF5Lv5j6EvAUw==
dependencies:
"@enso-ui/directives" "^1.0"
"@enso-ui/select" "^2.0"
@@ -1694,14 +1700,13 @@
vue "^2.5.16"
"@enso-ui/themes@^2.0":
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/@enso-ui/themes/-/themes-2.0.1.tgz#eaa7e4ac9292476d52e9cb85a242547eddbb1b24"
- integrity sha512-vDohuoxmy92qJWDMdcUYbUEoSI3bPNOjXElOCWDFdUl6TMEKiVxaDc+CtscAl4eF1XmDPhaIZvMcQxWRvsMJMQ==
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/@enso-ui/themes/-/themes-2.0.2.tgz#56613f9f19154a7bab9642c55779f342e8fbeced"
+ integrity sha512-kPOoIjJ/Pe7UaMAfcDfFWdKTf/w4g7ST0x+z11JoW0n0orKb7AtUTE7XTg3Vh1CbgAzZzEo6SvTp+muNccxF/A==
dependencies:
"@enso-ui/ui" "^4.0"
bulma "^0.9.0"
bulma-extensions "^2.2.1"
- bulma-rtl "^0.7.1"
flatpickr "^4.5.0"
"@enso-ui/toastr@^2.0":
@@ -1727,9 +1732,9 @@
vue "^2.5.16"
"@enso-ui/tree-view@^1.0":
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/@enso-ui/tree-view/-/tree-view-1.0.1.tgz#ad45c77e2cd68e4acc096a9ff5b8fe3f8317d175"
- integrity sha512-ettCKIHEGYlHdxD7M/cMVI65deJiqQntNJTU6VQI0SzVBbcyQ4vd978rF1LvkPbzYIqNJ8t7MBrxIjfTImCEOw==
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/@enso-ui/tree-view/-/tree-view-1.0.2.tgz#ba9540d7ab52c67336623bc48da8eb9ce407e9a2"
+ integrity sha512-SyOA6ZEDaF2ldNYulw/S5ezhunoU436G1MyGbR5si9qGsM+yPDZGrni4ND5C1OIEXW5+/d307NVakoSmKVBXzw==
dependencies:
"@enso-ui/dropdown-indicator" "^1.0"
"@fortawesome/fontawesome-svg-core" "^1.2.2"
@@ -1761,9 +1766,9 @@
vue "^2.5.16"
"@enso-ui/ui@^4.0", "@enso-ui/ui@^4.0.6":
- version "4.1.13"
- resolved "https://registry.yarnpkg.com/@enso-ui/ui/-/ui-4.1.13.tgz#544af51c2b0d87381312e5942be41b7d9a8756b2"
- integrity sha512-khbM3Nd0pSemATcWTSywOkrG6bhxPxjKkIb5ugEvuGPnnCuAysEWvyEHEAitALzU74wfkLUkwa8IWNIzoITFgQ==
+ version "4.1.15"
+ resolved "https://registry.yarnpkg.com/@enso-ui/ui/-/ui-4.1.15.tgz#e7013e41e21f73dfeb3f6aceec14a244b4591571"
+ integrity sha512-goefrf1xxRcXk0NUwLsztIf71dXMuLdcTZsnrDnFPmmZNzwTEVojZgEplUydomKyXEWNEC9xamxJYHQGG4Bd3A==
dependencies:
"@enso-ui/accessories" "^3.0"
"@enso-ui/auth" "^1.0"
@@ -1795,6 +1800,7 @@
"@enso-ui/roles" "^3.0"
"@enso-ui/route-mapper" "^1.0"
"@enso-ui/scroll-to-top" "^2.0"
+ "@enso-ui/sentry" "^1.0"
"@enso-ui/switch" "^1.0"
"@enso-ui/tables" "^2.0"
"@enso-ui/tabs" "^1.1"
@@ -1854,9 +1860,9 @@
vuex "^3.1.0"
"@enso-ui/users@^1.0":
- version "1.0.10"
- resolved "https://registry.yarnpkg.com/@enso-ui/users/-/users-1.0.10.tgz#e97f916d1ef1db0a073438b6f044b8f41b7c633a"
- integrity sha512-cE+eAhbr7njwFYHwUAJO/ovnwRZJwUT7x08xDXt2iCjEERupWirWQMflqtic2oL0Wyn/XPkX/70C7VdO50i9Gg==
+ version "1.0.11"
+ resolved "https://registry.yarnpkg.com/@enso-ui/users/-/users-1.0.11.tgz#470a5446632f5e03a27a1ebc18835a1baf5ec839"
+ integrity sha512-sPH8vsVeP5sGkeQF/oBlYTjcr++ZMs+Rd0YMUAHJwjwkG6Tk4A2z/LwsGGbeFiFEPIdCfZFNxAGXnAmYPPfG9Q==
dependencies:
"@enso-ui/auth" "^1.0"
"@enso-ui/bulma" "^4.0"
@@ -2169,9 +2175,9 @@
integrity sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==
"@types/node@*":
- version "15.12.2"
- resolved "https://registry.yarnpkg.com/@types/node/-/node-15.12.2.tgz#1f2b42c4be7156ff4a6f914b2fb03d05fa84e38d"
- integrity sha512-zjQ69G564OCIWIOHSXyQEEDpdpGl+G348RAKY0XXy9Z5kU9Vzv1GMNnkar/ZJ8dzXB3COzD9Mo9NtRZ4xfgUww==
+ version "15.12.4"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-15.12.4.tgz#e1cf817d70a1e118e81922c4ff6683ce9d422e26"
+ integrity sha512-zrNj1+yqYF4WskCMOHwN+w9iuD12+dGm0rQ35HLl9/Ouuq52cEtd0CH9qMgrdNmi5ejC1/V7vKEXYubB+65DkA==
"@types/normalize-package-data@^2.4.0":
version "2.4.0"
@@ -3493,20 +3499,15 @@ bulma-extensions@^2.2.1:
resolved "https://registry.yarnpkg.com/bulma-extensions/-/bulma-extensions-2.2.2.tgz#d46f11d1242a3fdc60a983afaea0b5e6c137362d"
integrity sha512-6hV6SiRT7RZD5+scn/462Dz8RURRgxuvlCy+R5LH9U6FLn7Q/sInAA5VdK8c4DKpxZjfsipp72EAKM7yzgzRig==
-bulma-rtl@^0.7.1:
- version "0.7.1"
- resolved "https://registry.yarnpkg.com/bulma-rtl/-/bulma-rtl-0.7.1.tgz#7e589f3cd8ffcdf8fb507996279a812ebf79f91f"
- integrity sha512-Gjsmzc3ZAzIAqfCguFxlkFn4OKFhNZ5G67GdQScxhJHyOPYEYWdsKbPG9N+mau4BjkV6pNrNxzDonxiXyGHT5A==
-
bulma@^0.8.0:
version "0.8.2"
resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.8.2.tgz#5d928f16ed4a84549c2873f95c92c38c69c631a7"
integrity sha512-vMM/ijYSxX+Sm+nD7Lmc1UgWDy2JcL2nTKqwgEqXuOMU+IGALbXd5MLt/BcjBAPLIx36TtzhzBcSnOP974gcqA==
bulma@^0.9.0:
- version "0.9.2"
- resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.9.2.tgz#340011e119c605f19b8ca886bfea595f1deaf23c"
- integrity sha512-e14EF+3VSZ488yL/lJH0tR8mFWiEQVCMi/BQUMi2TGMBOk+zrDg4wryuwm/+dRSHJw0gMawp2tsW7X1JYUCE3A==
+ version "0.9.3"
+ resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.9.3.tgz#ddccb7436ebe3e21bf47afe01d3c43a296b70243"
+ integrity sha512-0d7GNW1PY4ud8TWxdNcP6Cc8Bu7MxcntD/RRLGWuiw/s0a9P+XlH/6QoOIrmbj6o8WWJzJYhytiu9nFjTszk1g==
bytes@3.0.0:
version "3.0.0"
@@ -3655,9 +3656,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000792, caniuse-lite@^1.0.30000805, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001219:
- version "1.0.30001237"
- resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001237.tgz#4b7783661515b8e7151fc6376cfd97f0e427b9e5"
- integrity sha512-pDHgRndit6p1NR2GhzMbQ6CkRrp4VKuSsqbcLeOQppYPKOYkKT/6ZvZDvKJUqcmtyWIAHuZq3SVS2vc1egCZzw==
+ version "1.0.30001239"
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001239.tgz#66e8669985bb2cb84ccb10f68c25ce6dd3e4d2b8"
+ integrity sha512-cyBkXJDMeI4wthy8xJ2FvDU6+0dtcZSJW3voUF8+e9f1bBeuvyZfc3PNbkOETyhbR+dGCPzn9E7MA3iwzusOhQ==
case-sensitive-paths-webpack-plugin@^2.3.0:
version "2.4.0"
@@ -4136,9 +4137,9 @@ content-type@~1.0.4:
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
convert-source-map@^1.7.0:
- version "1.7.0"
- resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
- integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
+ version "1.8.0"
+ resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369"
+ integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==
dependencies:
safe-buffer "~5.1.1"
@@ -4187,10 +4188,10 @@ copy-webpack-plugin@^5.0.5, copy-webpack-plugin@^5.1.1:
serialize-javascript "^4.0.0"
webpack-log "^2.0.0"
-core-js-compat@^3.14.0, core-js-compat@^3.6.5:
- version "3.14.0"
- resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.14.0.tgz#b574dabf29184681d5b16357bd33d104df3d29a5"
- integrity sha512-R4NS2eupxtiJU+VwgkF9WTpnSfZW4pogwKHd8bclWU2sp93Pr5S1uYJI84cMOubJRou7bcfL0vmwtLslWN5p3A==
+core-js-compat@^3.14.0, core-js-compat@^3.15.0, core-js-compat@^3.6.5:
+ version "3.15.1"
+ resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.15.1.tgz#1afe233716d37ee021956ef097594071b2b585a7"
+ integrity sha512-xGhzYMX6y7oEGQGAJmP2TmtBLvR4nZmRGEcFa3ubHOq5YEp51gGN9AovVa0AoujGZIq+Wm6dISiYyGNfdflYww==
dependencies:
browserslist "^4.16.6"
semver "7.0.0"
@@ -4201,9 +4202,9 @@ core-js@^2.4.0:
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
core-js@^3.3.2, core-js@^3.6.5:
- version "3.14.0"
- resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.14.0.tgz#62322b98c71cc2018b027971a69419e2425c2a6c"
- integrity sha512-3s+ed8er9ahK+zJpp9ZtuVcDoFzHNiZsPbNAAE4KXgrRHbjSqqNN6xGSXq6bq7TZIbKj4NLrLb6bJ5i+vSVjHA==
+ version "3.15.1"
+ resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.15.1.tgz#6c08ab88abdf56545045ccf5fd81f47f407e7f1a"
+ integrity sha512-h8VbZYnc9pDzueiS2610IULDkpFFPunHwIpl8yRwFahAEEdSpHlTy3h3z3rKq5h11CaUdBEeRViu9AYvbxiMeg==
core-util-is@1.0.2, core-util-is@~1.0.0:
version "1.0.2"
@@ -4874,9 +4875,9 @@ ejs@^2.6.1:
integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==
electron-to-chromium@^1.3.30, electron-to-chromium@^1.3.723:
- version "1.3.752"
- resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.752.tgz#0728587f1b9b970ec9ffad932496429aef750d09"
- integrity sha512-2Tg+7jSl3oPxgsBsWKh5H83QazTkmWG/cnNwJplmyZc7KcN61+I10oUgaXSVk/NwfvN3BdkKDR4FYuRBQQ2v0A==
+ version "1.3.755"
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.755.tgz#4b6101f13de910cf3f0a1789ddc57328133b9332"
+ integrity sha512-BJ1s/kuUuOeo1bF/EM2E4yqW9te0Hpof3wgwBx40AWJE18zsD1Tqo0kr7ijnOc+lRsrlrqKPauJAHqaxOItoUA==
elliptic@^6.5.3:
version "6.5.4"
@@ -7093,9 +7094,9 @@ klaw-sync@^6.0.0:
graceful-fs "^4.1.11"
laravel-echo@^1.5.3:
- version "1.10.0"
- resolved "https://registry.yarnpkg.com/laravel-echo/-/laravel-echo-1.10.0.tgz#b7a3615baf563fadfe242589ad1e302acc931dad"
- integrity sha512-qshJkrzl34on1VYd8KqZhLxUdWJFPTL6cGSZ4lVQ4OZMN7FvI9Pt24PrOFL169I8IEDHjHX16jaIAIwCkdnDNA==
+ version "1.11.0"
+ resolved "https://registry.yarnpkg.com/laravel-echo/-/laravel-echo-1.11.0.tgz#3ca5160317cd7b1417256fdfb9ae9210d27369f4"
+ integrity sha512-0IThWqI+UNjrwIu/JI3/MGYXLT15LPrwNymP80cgZckYDyY57+Pf2WXKXa+ViX9qh+1WU34vBjMsJAj8wA5iVQ==
launch-editor-middleware@^2.2.1:
version "2.2.1"
@@ -11379,9 +11380,9 @@ vue-resize@^1.0.1:
"@babel/runtime" "^7.13.10"
vue-router@^3.0.1, vue-router@^3.0.2:
- version "3.5.1"
- resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.5.1.tgz#edf3cf4907952d1e0583e079237220c5ff6eb6c9"
- integrity sha512-RRQNLT8Mzr8z7eL4p7BtKvRaTSGdCbTy2+Mm5HTJvLGYSSeG9gDzNasJPP/yOYKLy+/cLG/ftrqq5fvkFwBJEw==
+ version "3.5.2"
+ resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.5.2.tgz#5f55e3f251970e36c3e8d88a7cd2d67a350ade5c"
+ integrity sha512-807gn82hTnjCYGrnF3eNmIw/dk7/GE4B5h69BlyCK9KHASwSloD1Sjcn06zg9fVG4fYH2DrsNBZkpLtb25WtaQ==
vue-style-loader@^4.1.0, vue-style-loader@^4.1.2:
version "4.1.3"
@@ -11773,9 +11774,9 @@ yargs-parser@^13.1.2:
decamelize "^1.2.0"
yargs-parser@^20.2.2:
- version "20.2.7"
- resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.7.tgz#61df85c113edfb5a7a4e36eb8aa60ef423cbc90a"
- integrity sha512-FiNkvbeHzB/syOjIUxFDCnhSfzAL8R5vs40MgLFBorXACCOAEaWu0gRZl14vG8MR9AOJIZbmkjhusqBYZ3HTHw==
+ version "20.2.9"
+ resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
+ integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
yargs@^13.3.2:
version "13.3.2"
diff --git a/composer.json b/composer.json
index 65c646e77..0565f24fa 100644
--- a/composer.json
+++ b/composer.json
@@ -8,19 +8,18 @@
"fideloper/proxy": "^4.2",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^7.0.1",
- "laravel-enso/activity-log": "^4.0",
"laravel-enso/calendar": "^2.0",
"laravel-enso/cli": "^4.0",
"laravel-enso/comments": "^4.0",
"laravel-enso/control-panel-api": "^3.0",
- "laravel-enso/core": "^6.1",
+ "laravel-enso/core": "^7.0",
"laravel-enso/data-import": "^5.0",
"laravel-enso/discussions": "^3.0",
"laravel-enso/documents": "^4.0",
"laravel-enso/excel": "^3.0",
"laravel-enso/how-to": "^4.0",
"laravel-enso/pdf": "^2.0",
- "laravel-enso/tasks": "^1.1",
+ "laravel-enso/tasks": "^1.0",
"laravel-enso/teams": "^3.0",
"laravel-enso/tutorials": "^4.0",
"laravel/horizon": "^5.0",
@@ -28,16 +27,16 @@
"laravel/tinker": "^2.0",
"laravel/ui": "^3.0",
"php": ">=7.4.0",
- "sentry/sentry-laravel": "^1.0.0"
+ "sentry/sentry-laravel": "^2.0.0"
},
"require-dev": {
"facade/ignition": "^2.3.6",
"filp/whoops": "^2.1.0",
"fzaninotto/faker": "^1.9.1",
- "laravel-enso/phpunit-pretty-print": "^0.9.2",
+ "laravel-enso/phpunit-pretty-print": "^1.0",
"mockery/mockery": "^1.3.1",
"nunomaduro/collision": "^5.0",
- "nunomaduro/phpinsights": "^1.14",
+ "nunomaduro/phpinsights": "^2.0",
"phpunit/phpunit": "^9.3"
},
"config": {
@@ -85,4 +84,4 @@
"php artisan enso:upgrade:status"
]
}
-}
+}
\ No newline at end of file
diff --git a/composer.lock b/composer.lock
index b48b4cc51..cccad1597 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "23c94b2bfd151923ae566d900805a48b",
+ "content-hash": "b10ac7fcf60a23d572c50f5e483c4d24",
"packages": [
{
"name": "asm89/stack-cors",
@@ -325,16 +325,16 @@
},
{
"name": "doctrine/cache",
- "version": "1.11.3",
+ "version": "2.0.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
- "reference": "3bb5588cec00a0268829cc4a518490df6741af9d"
+ "reference": "c9622c6820d3ede1e2315a6a377ea1076e421d88"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/cache/zipball/3bb5588cec00a0268829cc4a518490df6741af9d",
- "reference": "3bb5588cec00a0268829cc4a518490df6741af9d",
+ "url": "https://api.github.com/repos/doctrine/cache/zipball/c9622c6820d3ede1e2315a6a377ea1076e421d88",
+ "reference": "c9622c6820d3ede1e2315a6a377ea1076e421d88",
"shasum": ""
},
"require": {
@@ -404,7 +404,7 @@
],
"support": {
"issues": "https://github.com/doctrine/cache/issues",
- "source": "https://github.com/doctrine/cache/tree/1.11.3"
+ "source": "https://github.com/doctrine/cache/tree/2.0.3"
},
"funding": [
{
@@ -420,35 +420,36 @@
"type": "tidelift"
}
],
- "time": "2021-05-25T09:01:55+00:00"
+ "time": "2021-05-25T09:43:04+00:00"
},
{
"name": "doctrine/dbal",
- "version": "2.13.1",
+ "version": "2.13.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
- "reference": "c800380457948e65bbd30ba92cc17cda108bf8c9"
+ "reference": "8dd39d2ead4409ce652fd4f02621060f009ea5e4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/dbal/zipball/c800380457948e65bbd30ba92cc17cda108bf8c9",
- "reference": "c800380457948e65bbd30ba92cc17cda108bf8c9",
+ "url": "https://api.github.com/repos/doctrine/dbal/zipball/8dd39d2ead4409ce652fd4f02621060f009ea5e4",
+ "reference": "8dd39d2ead4409ce652fd4f02621060f009ea5e4",
"shasum": ""
},
"require": {
- "doctrine/cache": "^1.0",
+ "doctrine/cache": "^1.0|^2.0",
"doctrine/deprecations": "^0.5.3",
"doctrine/event-manager": "^1.0",
"ext-pdo": "*",
"php": "^7.1 || ^8"
},
"require-dev": {
- "doctrine/coding-standard": "8.2.0",
+ "doctrine/coding-standard": "9.0.0",
"jetbrains/phpstorm-stubs": "2020.2",
"phpstan/phpstan": "0.12.81",
- "phpunit/phpunit": "^7.5.20|^8.5|9.5.0",
+ "phpunit/phpunit": "^7.5.20|^8.5|9.5.5",
"squizlabs/php_codesniffer": "3.6.0",
+ "symfony/cache": "^4.4",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"vimeo/psalm": "4.6.4"
},
@@ -511,7 +512,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
- "source": "https://github.com/doctrine/dbal/tree/2.13.1"
+ "source": "https://github.com/doctrine/dbal/tree/2.13.2"
},
"funding": [
{
@@ -527,7 +528,7 @@
"type": "tidelift"
}
],
- "time": "2021-04-17T17:30:19+00:00"
+ "time": "2021-06-18T21:48:39+00:00"
},
{
"name": "doctrine/deprecations",
@@ -1798,20 +1799,20 @@
},
{
"name": "laravel-enso/action-logger",
- "version": "3.0.5",
+ "version": "3.0.6",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/action-logger.git",
- "reference": "2756a89272e19e0c4e70a936578b6de7e778990b"
+ "reference": "806c4fc1d9d72edf1b0b876d60ca18cf2c0ac7e5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/action-logger/zipball/2756a89272e19e0c4e70a936578b6de7e778990b",
- "reference": "2756a89272e19e0c4e70a936578b6de7e778990b",
+ "url": "https://api.github.com/repos/laravel-enso/action-logger/zipball/806c4fc1d9d72edf1b0b876d60ca18cf2c0ac7e5",
+ "reference": "806c4fc1d9d72edf1b0b876d60ca18cf2c0ac7e5",
"shasum": ""
},
"require": {
- "laravel-enso/core": "^5.0|^6.0|^7.0",
+ "laravel-enso/core": "^7.0",
"laravel-enso/dynamic-methods": "^2.0",
"laravel-enso/permissions": "^4.0"
},
@@ -1850,89 +1851,26 @@
],
"support": {
"issues": "https://github.com/laravel-enso/action-logger/issues",
- "source": "https://github.com/laravel-enso/action-logger/tree/3.0.5"
- },
- "time": "2021-05-27T10:49:58+00:00"
- },
- {
- "name": "laravel-enso/activity-log",
- "version": "4.0.7",
- "source": {
- "type": "git",
- "url": "https://github.com/laravel-enso/activity-log.git",
- "reference": "16be83c50c8147fe8dd7230f964e9b84e9d0b08a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/activity-log/zipball/16be83c50c8147fe8dd7230f964e9b84e9d0b08a",
- "reference": "16be83c50c8147fe8dd7230f964e9b84e9d0b08a",
- "shasum": ""
- },
- "require": {
- "laravel-enso/core": "^6.0",
- "laravel-enso/enums": "^2.0",
- "laravel-enso/helpers": "^2.0",
- "laravel-enso/migrator": "^2.0",
- "laravel-enso/select": "^4.0",
- "laravel-enso/track-who": "^2.0"
- },
- "type": "library",
- "extra": {
- "laravel": {
- "providers": [
- "LaravelEnso\\ActivityLog\\AppServiceProvider",
- "LaravelEnso\\ActivityLog\\EnumServiceProvider",
- "LaravelEnso\\ActivityLog\\LoggerServiceProvider"
- ],
- "aliases": []
- }
- },
- "autoload": {
- "psr-4": {
- "LaravelEnso\\ActivityLog\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Ocneanu",
- "email": "aocneanu@gmail.com",
- "homepage": "https://laravel-enso.com",
- "role": "Developer"
- }
- ],
- "description": "User activity log dependency for Laravel Enso",
- "homepage": "https://github.com/laravel-enso/activity-log",
- "keywords": [
- "activity-log",
- "laravel",
- "laravel-enso"
- ],
- "support": {
- "issues": "https://github.com/laravel-enso/activity-log/issues",
- "source": "https://github.com/laravel-enso/activity-log/tree/4.0.7"
+ "source": "https://github.com/laravel-enso/action-logger/tree/3.0.6"
},
- "time": "2021-05-27T10:53:47+00:00"
+ "time": "2021-06-09T09:29:07+00:00"
},
{
"name": "laravel-enso/addresses",
- "version": "4.6.8",
+ "version": "4.6.13",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/addresses.git",
- "reference": "ea69bb5cc06f1617ef2b7833ff3cae56e99d63dd"
+ "reference": "46d19c9ca2fa72173baf1346ff15e657b77f3d95"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/addresses/zipball/ea69bb5cc06f1617ef2b7833ff3cae56e99d63dd",
- "reference": "ea69bb5cc06f1617ef2b7833ff3cae56e99d63dd",
+ "url": "https://api.github.com/repos/laravel-enso/addresses/zipball/46d19c9ca2fa72173baf1346ff15e657b77f3d95",
+ "reference": "46d19c9ca2fa72173baf1346ff15e657b77f3d95",
"shasum": ""
},
"require": {
- "laravel-enso/core": "^6.0",
+ "laravel-enso/core": "^7.0",
"laravel-enso/countries": "^2.0",
"laravel-enso/enums": "^2.0",
"laravel-enso/forms": "^4.0",
@@ -1983,26 +1921,26 @@
],
"support": {
"issues": "https://github.com/laravel-enso/addresses/issues",
- "source": "https://github.com/laravel-enso/addresses/tree/4.6.8"
+ "source": "https://github.com/laravel-enso/addresses/tree/4.6.13"
},
- "time": "2021-05-06T11:34:08+00:00"
+ "time": "2021-06-23T10:03:36+00:00"
},
{
"name": "laravel-enso/avatars",
- "version": "3.2.4",
+ "version": "3.2.5",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/avatars.git",
- "reference": "2e15977e0ad8accf4b800c9d7acd8687dbcee5d8"
+ "reference": "2aece73859094d7e41f3f3e2cec80118b2542879"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/avatars/zipball/2e15977e0ad8accf4b800c9d7acd8687dbcee5d8",
- "reference": "2e15977e0ad8accf4b800c9d7acd8687dbcee5d8",
+ "url": "https://api.github.com/repos/laravel-enso/avatars/zipball/2aece73859094d7e41f3f3e2cec80118b2542879",
+ "reference": "2aece73859094d7e41f3f3e2cec80118b2542879",
"shasum": ""
},
"require": {
- "laravel-enso/core": "^5.0|^6.0",
+ "laravel-enso/core": "^7.0",
"laravel-enso/files": "^4.0",
"laravel-enso/image-transformer": "^2.0",
"laravel-enso/migrator": "^2.0",
@@ -2045,26 +1983,26 @@
],
"support": {
"issues": "https://github.com/laravel-enso/avatars/issues",
- "source": "https://github.com/laravel-enso/avatars/tree/3.2.4"
+ "source": "https://github.com/laravel-enso/avatars/tree/3.2.5"
},
- "time": "2021-03-05T13:54:32+00:00"
+ "time": "2021-06-09T09:32:55+00:00"
},
{
"name": "laravel-enso/calendar",
- "version": "2.2.5",
+ "version": "2.2.6",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/calendar.git",
- "reference": "8b3ea9c4fa3bb4c544c659ab4274fd3abf04d92c"
+ "reference": "63195186950febf5be33aa90be0ebb3e56042ec0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/calendar/zipball/8b3ea9c4fa3bb4c544c659ab4274fd3abf04d92c",
- "reference": "8b3ea9c4fa3bb4c544c659ab4274fd3abf04d92c",
+ "url": "https://api.github.com/repos/laravel-enso/calendar/zipball/63195186950febf5be33aa90be0ebb3e56042ec0",
+ "reference": "63195186950febf5be33aa90be0ebb3e56042ec0",
"shasum": ""
},
"require": {
- "laravel-enso/core": "^6.0",
+ "laravel-enso/core": "^7.0",
"laravel-enso/enums": "^2.0",
"laravel-enso/forms": "^4.0",
"laravel-enso/helpers": "^2.0",
@@ -2125,9 +2063,9 @@
],
"support": {
"issues": "https://github.com/laravel-enso/calendar/issues",
- "source": "https://github.com/laravel-enso/calendar/tree/2.2.5"
+ "source": "https://github.com/laravel-enso/calendar/tree/2.2.6"
},
- "time": "2021-04-12T12:47:40+00:00"
+ "time": "2021-06-09T09:34:00+00:00"
},
{
"name": "laravel-enso/charts",
@@ -2190,26 +2128,25 @@
},
{
"name": "laravel-enso/cli",
- "version": "4.0.9",
+ "version": "4.0.10",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/cli.git",
- "reference": "1b092bcb1e67cc3130ebf6593d8b9c8ec81a22db"
+ "reference": "28beec1ce6ecfc5760a9449c1b0aa0f905dc8185"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/cli/zipball/1b092bcb1e67cc3130ebf6593d8b9c8ec81a22db",
- "reference": "1b092bcb1e67cc3130ebf6593d8b9c8ec81a22db",
+ "url": "https://api.github.com/repos/laravel-enso/cli/zipball/28beec1ce6ecfc5760a9449c1b0aa0f905dc8185",
+ "reference": "28beec1ce6ecfc5760a9449c1b0aa0f905dc8185",
"shasum": ""
},
"require": {
- "laravel-enso/core": "^5.0|^6.0",
+ "laravel-enso/core": "^7.0",
"laravel-enso/enums": "^2.0",
"laravel-enso/helpers": "^2.0",
"laravel-enso/menus": "^4.0",
"laravel-enso/permissions": "^4.0",
- "laravel-enso/roles": "^4.0",
- "php": ">=7.4.0"
+ "laravel-enso/roles": "^4.0"
},
"type": "library",
"extra": {
@@ -2246,26 +2183,26 @@
],
"support": {
"issues": "https://github.com/laravel-enso/cli/issues",
- "source": "https://github.com/laravel-enso/cli/tree/4.0.9"
+ "source": "https://github.com/laravel-enso/cli/tree/4.0.10"
},
- "time": "2021-04-06T10:01:37+00:00"
+ "time": "2021-06-09T09:35:29+00:00"
},
{
"name": "laravel-enso/comments",
- "version": "4.1.5",
+ "version": "4.1.8",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/comments.git",
- "reference": "088b676f4c4da1abbd0102aaa039f5b31cc88439"
+ "reference": "068b163abbdcd51e279cd80e14af3ead79663490"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/comments/zipball/088b676f4c4da1abbd0102aaa039f5b31cc88439",
- "reference": "088b676f4c4da1abbd0102aaa039f5b31cc88439",
+ "url": "https://api.github.com/repos/laravel-enso/comments/zipball/068b163abbdcd51e279cd80e14af3ead79663490",
+ "reference": "068b163abbdcd51e279cd80e14af3ead79663490",
"shasum": ""
},
"require": {
- "laravel-enso/core": "^6.0",
+ "laravel-enso/core": "^7.0",
"laravel-enso/dynamic-methods": "^2.0",
"laravel-enso/helpers": "^2.0",
"laravel-enso/migrator": "^2.0",
@@ -2309,27 +2246,27 @@
],
"support": {
"issues": "https://github.com/laravel-enso/comments/issues",
- "source": "https://github.com/laravel-enso/comments/tree/4.1.5"
+ "source": "https://github.com/laravel-enso/comments/tree/4.1.8"
},
- "time": "2021-04-12T12:47:20+00:00"
+ "time": "2021-06-09T11:43:16+00:00"
},
{
"name": "laravel-enso/companies",
- "version": "3.1.10",
+ "version": "3.1.12",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/companies.git",
- "reference": "5a0d787eddfbad80484f32e265f91255bbca368b"
+ "reference": "c829403b50568fdfb6a710bf9504aba85db25eca"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/companies/zipball/5a0d787eddfbad80484f32e265f91255bbca368b",
- "reference": "5a0d787eddfbad80484f32e265f91255bbca368b",
+ "url": "https://api.github.com/repos/laravel-enso/companies/zipball/c829403b50568fdfb6a710bf9504aba85db25eca",
+ "reference": "c829403b50568fdfb6a710bf9504aba85db25eca",
"shasum": ""
},
"require": {
"laravel-enso/addresses": "^4.0",
- "laravel-enso/core": "^6.0",
+ "laravel-enso/core": "^7.0",
"laravel-enso/dynamic-methods": "^2.0",
"laravel-enso/enums": "^2.0",
"laravel-enso/forms": "^4.0",
@@ -2337,6 +2274,7 @@
"laravel-enso/migrator": "^2.0",
"laravel-enso/people": "^3.0",
"laravel-enso/rememberable": "^3.0",
+ "laravel-enso/searchable": "^2.1",
"laravel-enso/tables": "^4.0",
"laravel-enso/track-who": "^2.0"
},
@@ -2381,28 +2319,28 @@
],
"support": {
"issues": "https://github.com/laravel-enso/companies/issues",
- "source": "https://github.com/laravel-enso/companies/tree/3.1.10"
+ "source": "https://github.com/laravel-enso/companies/tree/3.1.12"
},
- "time": "2021-04-26T15:18:50+00:00"
+ "time": "2021-06-09T11:11:40+00:00"
},
{
"name": "laravel-enso/control-panel-api",
- "version": "3.1.1",
+ "version": "3.1.3",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/control-panel-api.git",
- "reference": "334050f1ff81e7af06076051ab40ab76f29d1aae"
+ "reference": "45f956084ac2786cc6e387780603e559f2f80f3d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/control-panel-api/zipball/334050f1ff81e7af06076051ab40ab76f29d1aae",
- "reference": "334050f1ff81e7af06076051ab40ab76f29d1aae",
+ "url": "https://api.github.com/repos/laravel-enso/control-panel-api/zipball/45f956084ac2786cc6e387780603e559f2f80f3d",
+ "reference": "45f956084ac2786cc6e387780603e559f2f80f3d",
"shasum": ""
},
"require": {
"laravel-enso/action-logger": "^3.0",
"laravel-enso/control-panel-common": "^2.0",
- "laravel-enso/core": "^6.0",
+ "laravel-enso/core": "^7.0",
"laravel-enso/enums": "^2.0",
"laravel-enso/helpers": "^2.0",
"laravel-enso/logs": "^4.0"
@@ -2449,9 +2387,9 @@
],
"support": {
"issues": "https://github.com/laravel-enso/control-panel-api/issues",
- "source": "https://github.com/laravel-enso/control-panel-api/tree/3.1.1"
+ "source": "https://github.com/laravel-enso/control-panel-api/tree/3.1.3"
},
- "time": "2020-10-08T12:59:59+00:00"
+ "time": "2021-06-09T11:31:33+00:00"
},
{
"name": "laravel-enso/control-panel-common",
@@ -2508,16 +2446,16 @@
},
{
"name": "laravel-enso/core",
- "version": "6.3.18",
+ "version": "7.0.5",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/core.git",
- "reference": "dce7f47d7c81cc98591ed15a0bf2faf60b964f38"
+ "reference": "9743ce591bda6d83daf31ce813eccd6179d88384"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/core/zipball/dce7f47d7c81cc98591ed15a0bf2faf60b964f38",
- "reference": "dce7f47d7c81cc98591ed15a0bf2faf60b964f38",
+ "url": "https://api.github.com/repos/laravel-enso/core/zipball/9743ce591bda6d83daf31ce813eccd6179d88384",
+ "reference": "9743ce591bda6d83daf31ce813eccd6179d88384",
"shasum": ""
},
"require": {
@@ -2546,12 +2484,14 @@
"laravel-enso/roles": "^4.0",
"laravel-enso/searchable": "^2.0",
"laravel-enso/select": "^4.0",
+ "laravel-enso/sentry": "^1.0",
"laravel-enso/tables": "^4.0",
"laravel-enso/track-who": "^2.0",
"laravel-enso/upgrade": "^2.0",
+ "laravel-enso/users": "^1.0",
"laravel/framework": "^8.0",
"laravel/sanctum": "^2.3",
- "php": ">=7.4.0",
+ "php": ">=8.0",
"voku/anti-xss": "^4.1"
},
"type": "library",
@@ -2559,10 +2499,10 @@
"laravel": {
"providers": [
"LaravelEnso\\Core\\AppServiceProvider",
- "LaravelEnso\\Core\\AuthServiceProvider",
"LaravelEnso\\Core\\BroadcastServiceProvider",
- "LaravelEnso\\Core\\WebsocketServiceProvider",
- "LaravelEnso\\Core\\EventServiceProvider"
+ "LaravelEnso\\Core\\EventServiceProvider",
+ "LaravelEnso\\Core\\PasswordServiceProvider",
+ "LaravelEnso\\Core\\WebsocketServiceProvider"
]
}
},
@@ -2609,26 +2549,26 @@
],
"support": {
"issues": "https://github.com/laravel-enso/core/issues",
- "source": "https://github.com/laravel-enso/core/tree/6.3.18"
+ "source": "https://github.com/laravel-enso/core/tree/7.0.5"
},
- "time": "2021-05-19T10:23:57+00:00"
+ "time": "2021-06-23T12:22:39+00:00"
},
{
"name": "laravel-enso/countries",
- "version": "2.2.4",
+ "version": "2.2.5",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/countries.git",
- "reference": "7a3a0ae3b0a855ac0d42a55b698e359d1728ef7f"
+ "reference": "03f8f3f1c09540e9240d82eb4d0b01d8fff16ee7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/countries/zipball/7a3a0ae3b0a855ac0d42a55b698e359d1728ef7f",
- "reference": "7a3a0ae3b0a855ac0d42a55b698e359d1728ef7f",
+ "url": "https://api.github.com/repos/laravel-enso/countries/zipball/03f8f3f1c09540e9240d82eb4d0b01d8fff16ee7",
+ "reference": "03f8f3f1c09540e9240d82eb4d0b01d8fff16ee7",
"shasum": ""
},
"require": {
- "laravel-enso/core": "^6.0",
+ "laravel-enso/core": "^7.0",
"laravel-enso/dynamic-methods": "^2.0",
"laravel-enso/enums": "^2.0",
"laravel-enso/helpers": "^2.0",
@@ -2678,27 +2618,27 @@
],
"support": {
"issues": "https://github.com/laravel-enso/countries/issues",
- "source": "https://github.com/laravel-enso/countries/tree/2.2.4"
+ "source": "https://github.com/laravel-enso/countries/tree/2.2.5"
},
- "time": "2021-04-26T15:16:04+00:00"
+ "time": "2021-06-09T09:47:00+00:00"
},
{
"name": "laravel-enso/data-export",
- "version": "2.3.25",
+ "version": "2.3.27",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/data-export.git",
- "reference": "8d0f98f2345f0c339193a1e2212d34f980692419"
+ "reference": "a0452c8238fdb604bd4f104b3f354db8a95f0ea3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/data-export/zipball/8d0f98f2345f0c339193a1e2212d34f980692419",
- "reference": "8d0f98f2345f0c339193a1e2212d34f980692419",
+ "url": "https://api.github.com/repos/laravel-enso/data-export/zipball/a0452c8238fdb604bd4f104b3f354db8a95f0ea3",
+ "reference": "a0452c8238fdb604bd4f104b3f354db8a95f0ea3",
"shasum": ""
},
"require": {
"box/spout": "^3.0",
- "laravel-enso/core": "^5.0|^6.0",
+ "laravel-enso/core": "^7.0",
"laravel-enso/enums": "^2.0",
"laravel-enso/files": "^4.0",
"laravel-enso/helpers": "^2.0",
@@ -2743,27 +2683,27 @@
],
"support": {
"issues": "https://github.com/laravel-enso/data-export/issues",
- "source": "https://github.com/laravel-enso/data-export/tree/2.3.25"
+ "source": "https://github.com/laravel-enso/data-export/tree/2.3.27"
},
- "time": "2021-06-08T07:21:21+00:00"
+ "time": "2021-06-16T14:49:55+00:00"
},
{
"name": "laravel-enso/data-import",
- "version": "5.6.18",
+ "version": "5.8.7",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/data-import.git",
- "reference": "5a19c5de8e78eb00a4676c8eafd3c18d8f523684"
+ "reference": "51238687238ad671da3f87c6d417bbb0cf2de9da"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/data-import/zipball/5a19c5de8e78eb00a4676c8eafd3c18d8f523684",
- "reference": "5a19c5de8e78eb00a4676c8eafd3c18d8f523684",
+ "url": "https://api.github.com/repos/laravel-enso/data-import/zipball/51238687238ad671da3f87c6d417bbb0cf2de9da",
+ "reference": "51238687238ad671da3f87c6d417bbb0cf2de9da",
"shasum": ""
},
"require": {
"box/spout": "^3.0",
- "laravel-enso/core": "^6.0",
+ "laravel-enso/core": "^7.0",
"laravel-enso/dynamic-methods": "^2.0",
"laravel-enso/enums": "^2.0",
"laravel-enso/excel": "^3.0",
@@ -2819,26 +2759,26 @@
],
"support": {
"issues": "https://github.com/laravel-enso/data-import/issues",
- "source": "https://github.com/laravel-enso/data-import/tree/5.6.18"
+ "source": "https://github.com/laravel-enso/data-import/tree/5.8.7"
},
- "time": "2021-05-21T09:58:40+00:00"
+ "time": "2021-06-22T15:07:26+00:00"
},
{
"name": "laravel-enso/discussions",
- "version": "3.1.5",
+ "version": "3.1.8",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/discussions.git",
- "reference": "cd6e93d0845d176fa92586d3257108fb2b4bf196"
+ "reference": "ba5b0c1a00766463c77eb42ef36c2f3022bbeb47"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/discussions/zipball/cd6e93d0845d176fa92586d3257108fb2b4bf196",
- "reference": "cd6e93d0845d176fa92586d3257108fb2b4bf196",
+ "url": "https://api.github.com/repos/laravel-enso/discussions/zipball/ba5b0c1a00766463c77eb42ef36c2f3022bbeb47",
+ "reference": "ba5b0c1a00766463c77eb42ef36c2f3022bbeb47",
"shasum": ""
},
"require": {
- "laravel-enso/core": "^6.0",
+ "laravel-enso/core": "^7.0",
"laravel-enso/enums": "^2.0",
"laravel-enso/helpers": "^2.0",
"laravel-enso/migrator": "^2.0",
@@ -2880,26 +2820,26 @@
],
"support": {
"issues": "https://github.com/laravel-enso/discussions/issues",
- "source": "https://github.com/laravel-enso/discussions/tree/3.1.5"
+ "source": "https://github.com/laravel-enso/discussions/tree/3.1.8"
},
- "time": "2020-11-12T16:28:42+00:00"
+ "time": "2021-06-18T06:24:42+00:00"
},
{
"name": "laravel-enso/documents",
- "version": "4.1.2",
+ "version": "4.1.3",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/documents.git",
- "reference": "9d231e589be05e2d1239558d5b55c51596c24cb5"
+ "reference": "16314762b4b0647b05e1ad33210d016b88ca1ee0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/documents/zipball/9d231e589be05e2d1239558d5b55c51596c24cb5",
- "reference": "9d231e589be05e2d1239558d5b55c51596c24cb5",
+ "url": "https://api.github.com/repos/laravel-enso/documents/zipball/16314762b4b0647b05e1ad33210d016b88ca1ee0",
+ "reference": "16314762b4b0647b05e1ad33210d016b88ca1ee0",
"shasum": ""
},
"require": {
- "laravel-enso/core": "^5.0|^6.0",
+ "laravel-enso/core": "^7.0",
"laravel-enso/files": "^4.0",
"laravel-enso/helpers": "^2.0",
"laravel-enso/image-transformer": "^2.0",
@@ -2945,26 +2885,27 @@
],
"support": {
"issues": "https://github.com/laravel-enso/documents/issues",
- "source": "https://github.com/laravel-enso/documents/tree/4.1.2"
+ "source": "https://github.com/laravel-enso/documents/tree/4.1.3"
},
- "time": "2020-12-11T12:01:49+00:00"
+ "time": "2021-06-09T10:01:43+00:00"
},
{
"name": "laravel-enso/dynamic-methods",
- "version": "2.0.2",
+ "version": "2.0.3",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/dynamic-methods.git",
- "reference": "cbdbbe00c00640aa1500ffc93ec7bce2a7ceeabf"
+ "reference": "ba4603a12e74401576da822e88aa8c11af907f70"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/dynamic-methods/zipball/cbdbbe00c00640aa1500ffc93ec7bce2a7ceeabf",
- "reference": "cbdbbe00c00640aa1500ffc93ec7bce2a7ceeabf",
+ "url": "https://api.github.com/repos/laravel-enso/dynamic-methods/zipball/ba4603a12e74401576da822e88aa8c11af907f70",
+ "reference": "ba4603a12e74401576da822e88aa8c11af907f70",
"shasum": ""
},
"require": {
- "laravel/framework": "^7.0|^8.0"
+ "laravel/framework": "^8.0",
+ "php": ">=8.0"
},
"type": "library",
"autoload": {
@@ -2992,9 +2933,9 @@
],
"support": {
"issues": "https://github.com/laravel-enso/dynamic-methods/issues",
- "source": "https://github.com/laravel-enso/dynamic-methods/tree/2.0.2"
+ "source": "https://github.com/laravel-enso/dynamic-methods/tree/2.0.3"
},
- "time": "2020-10-08T07:37:23+00:00"
+ "time": "2021-06-09T10:02:46+00:00"
},
{
"name": "laravel-enso/enums",
@@ -3063,21 +3004,21 @@
},
{
"name": "laravel-enso/excel",
- "version": "3.1.3",
+ "version": "3.1.5",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/excel.git",
- "reference": "c3654471e87493953ec2a454b23dd478e4ebfe39"
+ "reference": "6f2e04973a74e9b2bf7bf331c5aa40ea82fca4f5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/excel/zipball/c3654471e87493953ec2a454b23dd478e4ebfe39",
- "reference": "c3654471e87493953ec2a454b23dd478e4ebfe39",
+ "url": "https://api.github.com/repos/laravel-enso/excel/zipball/6f2e04973a74e9b2bf7bf331c5aa40ea82fca4f5",
+ "reference": "6f2e04973a74e9b2bf7bf331c5aa40ea82fca4f5",
"shasum": ""
},
"require": {
"box/spout": "^3.0",
- "php": ">=7.4"
+ "php": ">=8.0"
},
"type": "library",
"autoload": {
@@ -3118,31 +3059,30 @@
],
"support": {
"issues": "https://github.com/laravel-enso/excel/issues",
- "source": "https://github.com/laravel-enso/excel/tree/3.1.3"
+ "source": "https://github.com/laravel-enso/excel/tree/3.1.5"
},
- "time": "2021-04-18T09:55:55+00:00"
+ "time": "2021-06-09T10:17:33+00:00"
},
{
"name": "laravel-enso/files",
- "version": "4.1.10",
+ "version": "4.2.1",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/files.git",
- "reference": "c4a27cd7ac7486fa7918916fbb3f0634e4594085"
+ "reference": "9f1bbb2d16a0a3eefe5dc2bec4540df88391751d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/files/zipball/c4a27cd7ac7486fa7918916fbb3f0634e4594085",
- "reference": "c4a27cd7ac7486fa7918916fbb3f0634e4594085",
+ "url": "https://api.github.com/repos/laravel-enso/files/zipball/9f1bbb2d16a0a3eefe5dc2bec4540df88391751d",
+ "reference": "9f1bbb2d16a0a3eefe5dc2bec4540df88391751d",
"shasum": ""
},
"require": {
- "laravel-enso/core": "^5.0|^6.0",
+ "laravel-enso/core": "^7.0",
"laravel-enso/helpers": "^2.0",
"laravel-enso/image-transformer": "^2.0",
"laravel-enso/migrator": "^2.0",
- "laravel-enso/track-who": "^2.0",
- "php": ">=7.4.0"
+ "laravel-enso/track-who": "^2.0"
},
"type": "library",
"extra": {
@@ -3185,28 +3125,28 @@
],
"support": {
"issues": "https://github.com/laravel-enso/files/issues",
- "source": "https://github.com/laravel-enso/files/tree/4.1.10"
+ "source": "https://github.com/laravel-enso/files/tree/4.2.1"
},
- "time": "2021-06-02T11:16:51+00:00"
+ "time": "2021-06-09T11:44:30+00:00"
},
{
"name": "laravel-enso/filters",
- "version": "2.0.3",
+ "version": "2.0.6",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/filters.git",
- "reference": "cc7fa62476d12e105797100809a53c2783f8839b"
+ "reference": "6c28d7afed23b698cc1456f4352421615d451f34"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/filters/zipball/cc7fa62476d12e105797100809a53c2783f8839b",
- "reference": "cc7fa62476d12e105797100809a53c2783f8839b",
+ "url": "https://api.github.com/repos/laravel-enso/filters/zipball/6c28d7afed23b698cc1456f4352421615d451f34",
+ "reference": "6c28d7afed23b698cc1456f4352421615d451f34",
"shasum": ""
},
"require": {
"laravel-enso/helpers": "^2.0",
- "laravel/framework": "^7.0|^8.0",
- "php": ">=7.4.0"
+ "laravel/framework": "^8.0",
+ "php": ">=8.0"
},
"type": "library",
"autoload": {
@@ -3235,29 +3175,29 @@
],
"support": {
"issues": "https://github.com/laravel-enso/filters/issues",
- "source": "https://github.com/laravel-enso/filters/tree/2.0.3"
+ "source": "https://github.com/laravel-enso/filters/tree/2.0.6"
},
- "time": "2020-12-24T11:08:57+00:00"
+ "time": "2021-06-16T07:43:35+00:00"
},
{
"name": "laravel-enso/forms",
- "version": "4.3.7",
+ "version": "4.3.9",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/forms.git",
- "reference": "f165fe220ba65a2c0e254ac55801d9a34a166404"
+ "reference": "58bda9c7b4e84503a0eb1d9dfa600a56ac2b8812"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/forms/zipball/f165fe220ba65a2c0e254ac55801d9a34a166404",
- "reference": "f165fe220ba65a2c0e254ac55801d9a34a166404",
+ "url": "https://api.github.com/repos/laravel-enso/forms/zipball/58bda9c7b4e84503a0eb1d9dfa600a56ac2b8812",
+ "reference": "58bda9c7b4e84503a0eb1d9dfa600a56ac2b8812",
"shasum": ""
},
"require": {
"laravel-enso/enums": "^2.0",
"laravel-enso/helpers": "^2.0",
- "laravel/framework": "^7.0|^8.0",
- "php": ">=7.4.0"
+ "laravel/framework": "^8.0",
+ "php": ">=8.0"
},
"type": "library",
"extra": {
@@ -3295,27 +3235,27 @@
],
"support": {
"issues": "https://github.com/laravel-enso/forms/issues",
- "source": "https://github.com/laravel-enso/forms/tree/4.3.7"
+ "source": "https://github.com/laravel-enso/forms/tree/4.3.9"
},
- "time": "2021-04-06T09:59:12+00:00"
+ "time": "2021-06-16T15:06:23+00:00"
},
{
"name": "laravel-enso/helpers",
- "version": "2.4.0",
+ "version": "2.5.3",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/helpers.git",
- "reference": "a7b3d0e559cb30bad3dcc5efb7312735259f1e33"
+ "reference": "0faad9fc2bb324d097d4f099e87b19fd5c0eeded"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/helpers/zipball/a7b3d0e559cb30bad3dcc5efb7312735259f1e33",
- "reference": "a7b3d0e559cb30bad3dcc5efb7312735259f1e33",
+ "url": "https://api.github.com/repos/laravel-enso/helpers/zipball/0faad9fc2bb324d097d4f099e87b19fd5c0eeded",
+ "reference": "0faad9fc2bb324d097d4f099e87b19fd5c0eeded",
"shasum": ""
},
"require": {
"laravel/framework": "^8.0",
- "php": ">=7.4.0"
+ "php": ">=8.0"
},
"type": "library",
"extra": {
@@ -3350,9 +3290,9 @@
],
"support": {
"issues": "https://github.com/laravel-enso/helpers/issues",
- "source": "https://github.com/laravel-enso/helpers/tree/2.4.0"
+ "source": "https://github.com/laravel-enso/helpers/tree/2.5.3"
},
- "time": "2021-05-26T05:46:00+00:00"
+ "time": "2021-06-21T16:45:58+00:00"
},
{
"name": "laravel-enso/history-tracker",
@@ -3404,20 +3344,20 @@
},
{
"name": "laravel-enso/how-to",
- "version": "4.0.6",
+ "version": "4.0.7",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/how-to.git",
- "reference": "e7e62fd100b0a96c5a2cfdb6996087e5fe31347c"
+ "reference": "24169fd34bb2272a8a4f93ed112bf6df4e24fa11"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/how-to/zipball/e7e62fd100b0a96c5a2cfdb6996087e5fe31347c",
- "reference": "e7e62fd100b0a96c5a2cfdb6996087e5fe31347c",
+ "url": "https://api.github.com/repos/laravel-enso/how-to/zipball/24169fd34bb2272a8a4f93ed112bf6df4e24fa11",
+ "reference": "24169fd34bb2272a8a4f93ed112bf6df4e24fa11",
"shasum": ""
},
"require": {
- "laravel-enso/core": "^5.0|^6.0",
+ "laravel-enso/core": "^7.0",
"laravel-enso/files": "^4.0",
"laravel-enso/helpers": "^2.0",
"laravel-enso/migrator": "^2.0"
@@ -3458,29 +3398,29 @@
],
"support": {
"issues": "https://github.com/laravel-enso/how-to/issues",
- "source": "https://github.com/laravel-enso/how-to/tree/4.0.6"
+ "source": "https://github.com/laravel-enso/how-to/tree/4.0.7"
},
- "time": "2021-05-11T12:32:50+00:00"
+ "time": "2021-06-09T10:21:37+00:00"
},
{
"name": "laravel-enso/image-transformer",
- "version": "2.0.2",
+ "version": "2.0.3",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/image-transformer.git",
- "reference": "4ecdf0e8da3731c06710ad2bf0d0de21e45a4956"
+ "reference": "a79ac6eaf7fc20f83c4ad2d068ca685f5f0a8f0b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/image-transformer/zipball/4ecdf0e8da3731c06710ad2bf0d0de21e45a4956",
- "reference": "4ecdf0e8da3731c06710ad2bf0d0de21e45a4956",
+ "url": "https://api.github.com/repos/laravel-enso/image-transformer/zipball/a79ac6eaf7fc20f83c4ad2d068ca685f5f0a8f0b",
+ "reference": "a79ac6eaf7fc20f83c4ad2d068ca685f5f0a8f0b",
"shasum": ""
},
"require": {
"intervention/image": "^2.5",
"laravel-enso/helpers": "^2.0",
- "laravel/framework": "^7.0|^8.0",
- "php": ">=7.4.0",
+ "laravel/framework": "^8.0",
+ "php": ">=8.0",
"spatie/laravel-image-optimizer": "^1.6"
},
"type": "library",
@@ -3517,26 +3457,26 @@
],
"support": {
"issues": "https://github.com/laravel-enso/image-transformer/issues",
- "source": "https://github.com/laravel-enso/image-transformer/tree/2.0.2"
+ "source": "https://github.com/laravel-enso/image-transformer/tree/2.0.3"
},
- "time": "2020-10-08T07:34:56+00:00"
+ "time": "2021-06-09T10:21:59+00:00"
},
{
"name": "laravel-enso/impersonate",
- "version": "3.1.3",
+ "version": "3.1.4",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/impersonate.git",
- "reference": "6c023159e1b87ba12fba18b5cbe1e4c16cf94297"
+ "reference": "786e50cc9f2f0f0fd830d2157585bf7461a643f0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/impersonate/zipball/6c023159e1b87ba12fba18b5cbe1e4c16cf94297",
- "reference": "6c023159e1b87ba12fba18b5cbe1e4c16cf94297",
+ "url": "https://api.github.com/repos/laravel-enso/impersonate/zipball/786e50cc9f2f0f0fd830d2157585bf7461a643f0",
+ "reference": "786e50cc9f2f0f0fd830d2157585bf7461a643f0",
"shasum": ""
},
"require": {
- "laravel-enso/core": "^6.0",
+ "laravel-enso/core": "^7.0",
"laravel-enso/dynamic-methods": "^2.0",
"laravel-enso/migrator": "^2.0"
},
@@ -3576,26 +3516,26 @@
],
"support": {
"issues": "https://github.com/laravel-enso/impersonate/issues",
- "source": "https://github.com/laravel-enso/impersonate/tree/3.1.3"
+ "source": "https://github.com/laravel-enso/impersonate/tree/3.1.4"
},
- "time": "2021-02-11T07:25:35+00:00"
+ "time": "2021-06-09T10:24:12+00:00"
},
{
"name": "laravel-enso/io",
- "version": "2.2.3",
+ "version": "2.2.5",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/io.git",
- "reference": "65020b4f4680319c17bc86de1c1ac69cf176f8af"
+ "reference": "863356091d4d29efb2c1ee06dcdb1fdaa1a7e9a7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/io/zipball/65020b4f4680319c17bc86de1c1ac69cf176f8af",
- "reference": "65020b4f4680319c17bc86de1c1ac69cf176f8af",
+ "url": "https://api.github.com/repos/laravel-enso/io/zipball/863356091d4d29efb2c1ee06dcdb1fdaa1a7e9a7",
+ "reference": "863356091d4d29efb2c1ee06dcdb1fdaa1a7e9a7",
"shasum": ""
},
"require": {
- "laravel-enso/core": "^5.0|^6.0",
+ "laravel-enso/core": "^7.0",
"laravel-enso/enums": "^2.0"
},
"type": "library",
@@ -3635,26 +3575,26 @@
],
"support": {
"issues": "https://github.com/laravel-enso/io/issues",
- "source": "https://github.com/laravel-enso/io/tree/2.2.3"
+ "source": "https://github.com/laravel-enso/io/tree/2.2.5"
},
- "time": "2021-04-02T06:38:58+00:00"
+ "time": "2021-06-09T11:43:30+00:00"
},
{
"name": "laravel-enso/localisation",
- "version": "4.3.79",
+ "version": "4.3.80",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/localisation.git",
- "reference": "e0833ec4b9f22029c905c280d34b9a81eab2db0c"
+ "reference": "2ba99944d1f44a9516288750cb7968fc6bd93bd7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/localisation/zipball/e0833ec4b9f22029c905c280d34b9a81eab2db0c",
- "reference": "e0833ec4b9f22029c905c280d34b9a81eab2db0c",
+ "url": "https://api.github.com/repos/laravel-enso/localisation/zipball/2ba99944d1f44a9516288750cb7968fc6bd93bd7",
+ "reference": "2ba99944d1f44a9516288750cb7968fc6bd93bd7",
"shasum": ""
},
"require": {
- "laravel-enso/core": "^6.0",
+ "laravel-enso/core": "^7.0",
"laravel-enso/forms": "^4.0",
"laravel-enso/helpers": "^2.0",
"laravel-enso/migrator": "^2.0",
@@ -3698,26 +3638,26 @@
],
"support": {
"issues": "https://github.com/laravel-enso/localisation/issues",
- "source": "https://github.com/laravel-enso/localisation/tree/4.3.79"
+ "source": "https://github.com/laravel-enso/localisation/tree/4.3.80"
},
- "time": "2021-05-26T12:23:46+00:00"
+ "time": "2021-06-09T10:25:21+00:00"
},
{
"name": "laravel-enso/logs",
- "version": "4.0.2",
+ "version": "4.0.3",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/logs.git",
- "reference": "2910e6292857944bde7986969fc7ed25f5343bcc"
+ "reference": "2446cfa910949589da26bf5239881cf5b81b34b1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/logs/zipball/2910e6292857944bde7986969fc7ed25f5343bcc",
- "reference": "2910e6292857944bde7986969fc7ed25f5343bcc",
+ "url": "https://api.github.com/repos/laravel-enso/logs/zipball/2446cfa910949589da26bf5239881cf5b81b34b1",
+ "reference": "2446cfa910949589da26bf5239881cf5b81b34b1",
"shasum": ""
},
"require": {
- "laravel-enso/core": "^5.0|^6.0",
+ "laravel-enso/core": "^7.0",
"laravel-enso/helpers": "^2.0",
"laravel-enso/migrator": "^2.0"
},
@@ -3757,26 +3697,26 @@
],
"support": {
"issues": "https://github.com/laravel-enso/logs/issues",
- "source": "https://github.com/laravel-enso/logs/tree/4.0.2"
+ "source": "https://github.com/laravel-enso/logs/tree/4.0.3"
},
- "time": "2020-10-14T12:43:36+00:00"
+ "time": "2021-06-09T10:25:43+00:00"
},
{
"name": "laravel-enso/menus",
- "version": "4.1.2",
+ "version": "4.1.3",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/menus.git",
- "reference": "4b081bbb3c43105cf749acf598ff0120788cf950"
+ "reference": "bef61cab387b5f79f700452d29d58311ba88640d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/menus/zipball/4b081bbb3c43105cf749acf598ff0120788cf950",
- "reference": "4b081bbb3c43105cf749acf598ff0120788cf950",
+ "url": "https://api.github.com/repos/laravel-enso/menus/zipball/bef61cab387b5f79f700452d29d58311ba88640d",
+ "reference": "bef61cab387b5f79f700452d29d58311ba88640d",
"shasum": ""
},
"require": {
- "laravel-enso/core": "^6.0",
+ "laravel-enso/core": "^7.0",
"laravel-enso/forms": "^4.0",
"laravel-enso/migrator": "^2.0",
"laravel-enso/permissions": "^4.0",
@@ -3821,26 +3761,26 @@
],
"support": {
"issues": "https://github.com/laravel-enso/menus/issues",
- "source": "https://github.com/laravel-enso/menus/tree/4.1.2"
+ "source": "https://github.com/laravel-enso/menus/tree/4.1.3"
},
- "time": "2020-12-07T08:05:44+00:00"
+ "time": "2021-06-09T10:26:23+00:00"
},
{
"name": "laravel-enso/migrator",
- "version": "2.0.2",
+ "version": "2.0.3",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/migrator.git",
- "reference": "055a67c931732d274872abca2b8d87afee430913"
+ "reference": "7e22e056dcb6e14dc684e2af6cad13e4dc8555fe"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/migrator/zipball/055a67c931732d274872abca2b8d87afee430913",
- "reference": "055a67c931732d274872abca2b8d87afee430913",
+ "url": "https://api.github.com/repos/laravel-enso/migrator/zipball/7e22e056dcb6e14dc684e2af6cad13e4dc8555fe",
+ "reference": "7e22e056dcb6e14dc684e2af6cad13e4dc8555fe",
"shasum": ""
},
"require": {
- "laravel-enso/core": "^5.0|^6.0",
+ "laravel-enso/core": "^7.0",
"laravel-enso/menus": "^4.0",
"laravel-enso/permissions": "^4.0",
"laravel-enso/roles": "^4.0"
@@ -3873,28 +3813,27 @@
],
"support": {
"issues": "https://github.com/laravel-enso/migrator/issues",
- "source": "https://github.com/laravel-enso/migrator/tree/2.0.2"
+ "source": "https://github.com/laravel-enso/migrator/tree/2.0.3"
},
- "time": "2020-10-08T07:32:12+00:00"
+ "time": "2021-06-09T10:26:42+00:00"
},
{
"name": "laravel-enso/notifications",
- "version": "4.0.3",
+ "version": "4.0.4",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/notifications.git",
- "reference": "8dd5fe1f04330ea7cfb6245ec71ac7236c6c2f48"
+ "reference": "9078021445e69518a45f2966f40fcd1e172a3125"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/notifications/zipball/8dd5fe1f04330ea7cfb6245ec71ac7236c6c2f48",
- "reference": "8dd5fe1f04330ea7cfb6245ec71ac7236c6c2f48",
+ "url": "https://api.github.com/repos/laravel-enso/notifications/zipball/9078021445e69518a45f2966f40fcd1e172a3125",
+ "reference": "9078021445e69518a45f2966f40fcd1e172a3125",
"shasum": ""
},
"require": {
- "laravel-enso/core": "^5.0|^6.0",
+ "laravel-enso/core": "^7.0",
"laravel-enso/migrator": "^2.0",
- "php": ">=7.4.0",
"pusher/pusher-php-server": "^4.0"
},
"type": "library",
@@ -3934,26 +3873,26 @@
],
"support": {
"issues": "https://github.com/laravel-enso/notifications/issues",
- "source": "https://github.com/laravel-enso/notifications/tree/4.0.3"
+ "source": "https://github.com/laravel-enso/notifications/tree/4.0.4"
},
- "time": "2021-02-11T07:29:46+00:00"
+ "time": "2021-06-09T10:27:02+00:00"
},
{
"name": "laravel-enso/ocr",
- "version": "1.0.0",
+ "version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/ocr.git",
- "reference": "165c289323777507483d1db049212b815b3425d9"
+ "reference": "8603861e970025a9266fe08ed70bc4687bc1fddf"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/ocr/zipball/165c289323777507483d1db049212b815b3425d9",
- "reference": "165c289323777507483d1db049212b815b3425d9",
+ "url": "https://api.github.com/repos/laravel-enso/ocr/zipball/8603861e970025a9266fe08ed70bc4687bc1fddf",
+ "reference": "8603861e970025a9266fe08ed70bc4687bc1fddf",
"shasum": ""
},
"require": {
- "php": ">=7.4"
+ "php": "^8.0"
},
"type": "library",
"autoload": {
@@ -3989,9 +3928,9 @@
],
"support": {
"issues": "https://github.com/laravel-enso/ocr/issues",
- "source": "https://github.com/laravel-enso/ocr/tree/master"
+ "source": "https://github.com/laravel-enso/ocr/tree/1.0.1"
},
- "time": "2020-01-08T07:43:04+00:00"
+ "time": "2021-06-09T10:27:24+00:00"
},
{
"name": "laravel-enso/pdf",
@@ -4062,27 +4001,28 @@
},
{
"name": "laravel-enso/people",
- "version": "3.2.1",
+ "version": "3.2.3",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/people.git",
- "reference": "8a4a201d653785cb1efa90da2606f8d82773f567"
+ "reference": "8a23c01e7ed09853fd0755600692e2ff4054fe6d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/people/zipball/8a4a201d653785cb1efa90da2606f8d82773f567",
- "reference": "8a4a201d653785cb1efa90da2606f8d82773f567",
+ "url": "https://api.github.com/repos/laravel-enso/people/zipball/8a23c01e7ed09853fd0755600692e2ff4054fe6d",
+ "reference": "8a23c01e7ed09853fd0755600692e2ff4054fe6d",
"shasum": ""
},
"require": {
"laravel-enso/addresses": "^4.0",
- "laravel-enso/core": "^6.0",
+ "laravel-enso/core": "^7.0",
"laravel-enso/dynamic-methods": "^2.0",
"laravel-enso/enums": "^2.0",
"laravel-enso/forms": "^4.0",
"laravel-enso/helpers": "^2.0",
"laravel-enso/migrator": "^2.0",
"laravel-enso/rememberable": "^3.0",
+ "laravel-enso/searchable": "^2.1",
"laravel-enso/tables": "^4.0",
"laravel-enso/track-who": "^2.0"
},
@@ -4092,8 +4032,7 @@
"providers": [
"LaravelEnso\\People\\AppServiceProvider",
"LaravelEnso\\People\\AuthServiceProvider",
- "LaravelEnso\\People\\SearchServiceProvider",
- "LaravelEnso\\People\\EnumServiceProvider"
+ "LaravelEnso\\People\\SearchServiceProvider"
]
}
},
@@ -4124,26 +4063,26 @@
],
"support": {
"issues": "https://github.com/laravel-enso/people/issues",
- "source": "https://github.com/laravel-enso/people/tree/3.2.1"
+ "source": "https://github.com/laravel-enso/people/tree/3.2.3"
},
- "time": "2021-03-27T09:28:30+00:00"
+ "time": "2021-06-09T11:11:26+00:00"
},
{
"name": "laravel-enso/permissions",
- "version": "4.1.1",
+ "version": "4.1.2",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/permissions.git",
- "reference": "6384695f97738e347166fb094ae2f33225a80021"
+ "reference": "4b20390123b5076b624f6078666dab42f14391f8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/permissions/zipball/6384695f97738e347166fb094ae2f33225a80021",
- "reference": "6384695f97738e347166fb094ae2f33225a80021",
+ "url": "https://api.github.com/repos/laravel-enso/permissions/zipball/4b20390123b5076b624f6078666dab42f14391f8",
+ "reference": "4b20390123b5076b624f6078666dab42f14391f8",
"shasum": ""
},
"require": {
- "laravel-enso/core": "^6.0",
+ "laravel-enso/core": "^7.0",
"laravel-enso/dynamic-methods": "^2.0",
"laravel-enso/enums": "^2.0",
"laravel-enso/forms": "^4.0",
@@ -4190,27 +4129,27 @@
],
"support": {
"issues": "https://github.com/laravel-enso/permissions/issues",
- "source": "https://github.com/laravel-enso/permissions/tree/4.1.1"
+ "source": "https://github.com/laravel-enso/permissions/tree/4.1.2"
},
- "time": "2020-10-09T06:10:26+00:00"
+ "time": "2021-06-09T10:28:33+00:00"
},
{
"name": "laravel-enso/rememberable",
- "version": "3.2.5",
+ "version": "3.2.6",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/rememberable.git",
- "reference": "89480d483e2daf100db6ee73d066c24edaf80fb1"
+ "reference": "1ad420b7be0621d50a04f287a415ab89906a3f4b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/rememberable/zipball/89480d483e2daf100db6ee73d066c24edaf80fb1",
- "reference": "89480d483e2daf100db6ee73d066c24edaf80fb1",
+ "url": "https://api.github.com/repos/laravel-enso/rememberable/zipball/1ad420b7be0621d50a04f287a415ab89906a3f4b",
+ "reference": "1ad420b7be0621d50a04f287a415ab89906a3f4b",
"shasum": ""
},
"require": {
- "laravel/framework": "^7.0|^8.0",
- "php": ">=7.4.0"
+ "laravel/framework": "^8.0",
+ "php": ">=8.0"
},
"type": "library",
"extra": {
@@ -4248,26 +4187,26 @@
],
"support": {
"issues": "https://github.com/laravel-enso/rememberable/issues",
- "source": "https://github.com/laravel-enso/rememberable/tree/3.2.5"
+ "source": "https://github.com/laravel-enso/rememberable/tree/3.2.6"
},
- "time": "2021-04-06T09:57:27+00:00"
+ "time": "2021-06-09T10:30:55+00:00"
},
{
"name": "laravel-enso/roles",
- "version": "4.1.4",
+ "version": "4.2.0",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/roles.git",
- "reference": "c51a9ba9d63f17be1c9ad41e1997612153544742"
+ "reference": "400f4e8eb5fd3b102812b35e68e42bdb7ae8b33a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/roles/zipball/c51a9ba9d63f17be1c9ad41e1997612153544742",
- "reference": "c51a9ba9d63f17be1c9ad41e1997612153544742",
+ "url": "https://api.github.com/repos/laravel-enso/roles/zipball/400f4e8eb5fd3b102812b35e68e42bdb7ae8b33a",
+ "reference": "400f4e8eb5fd3b102812b35e68e42bdb7ae8b33a",
"shasum": ""
},
"require": {
- "laravel-enso/core": "^6.0",
+ "laravel-enso/core": "^7.0",
"laravel-enso/enums": "^2.0",
"laravel-enso/forms": "^4.0",
"laravel-enso/helpers": "^2.0",
@@ -4316,26 +4255,26 @@
],
"support": {
"issues": "https://github.com/laravel-enso/roles/issues",
- "source": "https://github.com/laravel-enso/roles/tree/4.1.4"
+ "source": "https://github.com/laravel-enso/roles/tree/4.2.0"
},
- "time": "2021-03-28T06:12:08+00:00"
+ "time": "2021-06-21T08:04:59+00:00"
},
{
"name": "laravel-enso/searchable",
- "version": "2.1.1",
+ "version": "2.1.2",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/searchable.git",
- "reference": "2afb0de2d8b2e29e5c6fcc1014fbb23eba3f66d8"
+ "reference": "d737d775f3cd665907bee5ec4dd3e6301b10c652"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/searchable/zipball/2afb0de2d8b2e29e5c6fcc1014fbb23eba3f66d8",
- "reference": "2afb0de2d8b2e29e5c6fcc1014fbb23eba3f66d8",
+ "url": "https://api.github.com/repos/laravel-enso/searchable/zipball/d737d775f3cd665907bee5ec4dd3e6301b10c652",
+ "reference": "d737d775f3cd665907bee5ec4dd3e6301b10c652",
"shasum": ""
},
"require": {
- "laravel-enso/core": "^6.0",
+ "laravel-enso/core": "^7.0",
"laravel-enso/filters": "^2.0",
"laravel-enso/migrator": "^2.0",
"laravel-enso/permissions": "^4.1"
@@ -4377,29 +4316,29 @@
],
"support": {
"issues": "https://github.com/laravel-enso/searchable/issues",
- "source": "https://github.com/laravel-enso/searchable/tree/2.1.1"
+ "source": "https://github.com/laravel-enso/searchable/tree/2.1.2"
},
- "time": "2020-12-07T08:08:19+00:00"
+ "time": "2021-06-09T10:32:35+00:00"
},
{
"name": "laravel-enso/select",
- "version": "4.0.4",
+ "version": "4.0.7",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/select.git",
- "reference": "3f9bc95d6cb52a43b0303fd21b209d0b62edd1e8"
+ "reference": "b06aa7d82ef391eb1ff3e7cbdf56d478eb88976a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/select/zipball/3f9bc95d6cb52a43b0303fd21b209d0b62edd1e8",
- "reference": "3f9bc95d6cb52a43b0303fd21b209d0b62edd1e8",
+ "url": "https://api.github.com/repos/laravel-enso/select/zipball/b06aa7d82ef391eb1ff3e7cbdf56d478eb88976a",
+ "reference": "b06aa7d82ef391eb1ff3e7cbdf56d478eb88976a",
"shasum": ""
},
"require": {
"laravel-enso/filters": "^2.0",
"laravel-enso/helpers": "^2.0",
- "laravel/framework": "^7.0|^8.0",
- "php": ">=7.4.0"
+ "laravel/framework": "^8.0",
+ "php": ">=8.0"
},
"type": "library",
"extra": {
@@ -4437,22 +4376,85 @@
],
"support": {
"issues": "https://github.com/laravel-enso/select/issues",
- "source": "https://github.com/laravel-enso/select/tree/4.0.4"
+ "source": "https://github.com/laravel-enso/select/tree/4.0.7"
+ },
+ "time": "2021-06-16T07:44:17+00:00"
+ },
+ {
+ "name": "laravel-enso/sentry",
+ "version": "1.0.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel-enso/sentry.git",
+ "reference": "2362e5487a1966001643b2b6a914867fa859a6c9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel-enso/sentry/zipball/2362e5487a1966001643b2b6a914867fa859a6c9",
+ "reference": "2362e5487a1966001643b2b6a914867fa859a6c9",
+ "shasum": ""
+ },
+ "require": {
+ "laravel/framework": "^8.0",
+ "php": ">=8.0"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "LaravelEnso\\Sentry\\AppServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "LaravelEnso\\Sentry\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Adrian Ocneanu",
+ "email": "aocneanu@gmail.com",
+ "homepage": "https://laravel-enso.com",
+ "role": "Developer"
+ },
+ {
+ "name": "Vlad Chiovianu",
+ "email": "vlad.chiovianu@earthlink.ro",
+ "homepage": "https://laravel-enso.com",
+ "role": "Developer"
+ }
+ ],
+ "description": "Main requirement & dependency aggregator for Laravel Enso",
+ "homepage": "https://github.com/laravel-enso/Sentry",
+ "keywords": [
+ "laravel-enso",
+ "sentry",
+ "vue-bulma",
+ "vue-spa"
+ ],
+ "support": {
+ "issues": "https://github.com/laravel-enso/sentry/issues",
+ "source": "https://github.com/laravel-enso/sentry/tree/1.0.3"
},
- "time": "2020-10-31T07:42:39+00:00"
+ "time": "2021-06-23T12:28:03+00:00"
},
{
"name": "laravel-enso/tables",
- "version": "4.8.0",
+ "version": "4.8.8",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/tables.git",
- "reference": "63fd84d6624973a0599c6e70b4aa7285c90cdcce"
+ "reference": "b6c565151fbfc8a853fb470e193f5a46d80f15fa"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/tables/zipball/63fd84d6624973a0599c6e70b4aa7285c90cdcce",
- "reference": "63fd84d6624973a0599c6e70b4aa7285c90cdcce",
+ "url": "https://api.github.com/repos/laravel-enso/tables/zipball/b6c565151fbfc8a853fb470e193f5a46d80f15fa",
+ "reference": "b6c565151fbfc8a853fb470e193f5a46d80f15fa",
"shasum": ""
},
"require": {
@@ -4460,8 +4462,8 @@
"laravel-enso/enums": "^2.0",
"laravel-enso/filters": "^2.0",
"laravel-enso/helpers": "^2.0",
- "laravel/framework": "^7.0|^8.0",
- "php": ">=7.4.0"
+ "laravel/framework": "^8.0",
+ "php": ">=8.0"
},
"type": "library",
"extra": {
@@ -4499,24 +4501,31 @@
],
"support": {
"issues": "https://github.com/laravel-enso/tables/issues",
- "source": "https://github.com/laravel-enso/tables/tree/4.8.0"
+ "source": "https://github.com/laravel-enso/tables/tree/4.8.8"
},
- "time": "2021-05-26T09:53:20+00:00"
+ "time": "2021-06-17T07:40:37+00:00"
},
{
"name": "laravel-enso/tasks",
- "version": "1.3.7",
+ "version": "1.3.9",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/tasks.git",
- "reference": "4e2f5ad14f56711a4752186b0a7eeb3c3eedeb3a"
+ "reference": "0be9b577fff1546538d8c4efd6c992f307d5aba3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/tasks/zipball/4e2f5ad14f56711a4752186b0a7eeb3c3eedeb3a",
- "reference": "4e2f5ad14f56711a4752186b0a7eeb3c3eedeb3a",
+ "url": "https://api.github.com/repos/laravel-enso/tasks/zipball/0be9b577fff1546538d8c4efd6c992f307d5aba3",
+ "reference": "0be9b577fff1546538d8c4efd6c992f307d5aba3",
"shasum": ""
},
+ "require": {
+ "laravel-enso/core": "^7.0",
+ "laravel-enso/dynamic-methods": "^2.0",
+ "laravel-enso/forms": "^4.0",
+ "laravel-enso/helpers": "^2.0",
+ "laravel-enso/tables": "^4.0"
+ },
"type": "library",
"extra": {
"laravel": {
@@ -4562,31 +4571,30 @@
],
"support": {
"issues": "https://github.com/laravel-enso/tasks/issues",
- "source": "https://github.com/laravel-enso/tasks/tree/1.3.7"
+ "source": "https://github.com/laravel-enso/tasks/tree/1.3.9"
},
- "time": "2021-04-12T12:46:57+00:00"
+ "time": "2021-06-09T11:26:53+00:00"
},
{
"name": "laravel-enso/teams",
- "version": "3.0.2",
+ "version": "3.0.4",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/teams.git",
- "reference": "ec5cb82449c8630d0b203feefde4d35a0ca69c1f"
+ "reference": "d1d3ea6bd0761aef9af783581ad16ba537da32ce"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/teams/zipball/ec5cb82449c8630d0b203feefde4d35a0ca69c1f",
- "reference": "ec5cb82449c8630d0b203feefde4d35a0ca69c1f",
+ "url": "https://api.github.com/repos/laravel-enso/teams/zipball/d1d3ea6bd0761aef9af783581ad16ba537da32ce",
+ "reference": "d1d3ea6bd0761aef9af783581ad16ba537da32ce",
"shasum": ""
},
"require": {
- "laravel-enso/core": "^5.0|^6.0",
+ "laravel-enso/core": "^7.0",
"laravel-enso/dynamic-methods": "^2.0",
"laravel-enso/migrator": "^2.0",
"laravel-enso/rememberable": "^3.0",
- "laravel-enso/select": "^4.0",
- "php": ">=7.4.0"
+ "laravel-enso/select": "^4.0"
},
"type": "library",
"extra": {
@@ -4624,9 +4632,9 @@
],
"support": {
"issues": "https://github.com/laravel-enso/teams/issues",
- "source": "https://github.com/laravel-enso/teams/tree/3.0.2"
+ "source": "https://github.com/laravel-enso/teams/tree/3.0.4"
},
- "time": "2020-10-07T14:44:21+00:00"
+ "time": "2021-06-17T14:31:17+00:00"
},
{
"name": "laravel-enso/track-who",
@@ -4678,28 +4686,27 @@
},
{
"name": "laravel-enso/tutorials",
- "version": "4.1.1",
+ "version": "4.1.2",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/tutorials.git",
- "reference": "5b98a2f4b196e88813d32268b115680612fd2a83"
+ "reference": "026a5a2780acb803bb8718993bd43b13e4d0f95d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/tutorials/zipball/5b98a2f4b196e88813d32268b115680612fd2a83",
- "reference": "5b98a2f4b196e88813d32268b115680612fd2a83",
+ "url": "https://api.github.com/repos/laravel-enso/tutorials/zipball/026a5a2780acb803bb8718993bd43b13e4d0f95d",
+ "reference": "026a5a2780acb803bb8718993bd43b13e4d0f95d",
"shasum": ""
},
"require": {
- "laravel-enso/core": "^6.0",
+ "laravel-enso/core": "^7.0",
"laravel-enso/dynamic-methods": "^2.0",
"laravel-enso/enums": "^2.0",
"laravel-enso/forms": "^4.0",
"laravel-enso/helpers": "^2.0",
"laravel-enso/migrator": "^2.0",
"laravel-enso/permissions": "^4.0",
- "laravel-enso/tables": "^4.0",
- "php": ">=7.4.0"
+ "laravel-enso/tables": "^4.0"
},
"type": "library",
"extra": {
@@ -4738,30 +4745,30 @@
],
"support": {
"issues": "https://github.com/laravel-enso/tutorials/issues",
- "source": "https://github.com/laravel-enso/tutorials/tree/4.1.1"
+ "source": "https://github.com/laravel-enso/tutorials/tree/4.1.2"
},
- "time": "2020-10-09T06:25:48+00:00"
+ "time": "2021-06-09T10:38:58+00:00"
},
{
"name": "laravel-enso/upgrade",
- "version": "2.3.10",
+ "version": "2.3.13",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/upgrade.git",
- "reference": "7238c9aa90bd7c7497f7f138e7b1fc6da410ad4d"
+ "reference": "fd5254dd4bafed717ad86080472c9e7c29c91074"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/upgrade/zipball/7238c9aa90bd7c7497f7f138e7b1fc6da410ad4d",
- "reference": "7238c9aa90bd7c7497f7f138e7b1fc6da410ad4d",
+ "url": "https://api.github.com/repos/laravel-enso/upgrade/zipball/fd5254dd4bafed717ad86080472c9e7c29c91074",
+ "reference": "fd5254dd4bafed717ad86080472c9e7c29c91074",
"shasum": ""
},
"require": {
+ "laravel-enso/core": "^7.0",
"laravel-enso/helpers": "^2.0",
"laravel-enso/permissions": "^4.0",
"laravel-enso/roles": "^4.1",
- "laravel/framework": "^8.0",
- "php": ">=7.4.0"
+ "laravel/framework": "^8.0"
},
"type": "library",
"extra": {
@@ -4797,90 +4804,251 @@
],
"support": {
"issues": "https://github.com/laravel-enso/upgrade/issues",
- "source": "https://github.com/laravel-enso/upgrade/tree/2.3.10"
+ "source": "https://github.com/laravel-enso/upgrade/tree/2.3.13"
},
- "time": "2021-04-29T13:44:28+00:00"
+ "time": "2021-06-20T11:49:31+00:00"
},
{
- "name": "laravel/framework",
- "version": "v8.47.0",
+ "name": "laravel-enso/user-groups",
+ "version": "1.1.1",
"source": {
"type": "git",
- "url": "https://github.com/laravel/framework.git",
- "reference": "93db226946453f4285558b7c3166ddb6e7ea5400"
+ "url": "https://github.com/laravel-enso/user-groups.git",
+ "reference": "36f2726619f631a45f051cc0e7a24af6381b2dd6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel/framework/zipball/93db226946453f4285558b7c3166ddb6e7ea5400",
- "reference": "93db226946453f4285558b7c3166ddb6e7ea5400",
+ "url": "https://api.github.com/repos/laravel-enso/user-groups/zipball/36f2726619f631a45f051cc0e7a24af6381b2dd6",
+ "reference": "36f2726619f631a45f051cc0e7a24af6381b2dd6",
"shasum": ""
},
"require": {
- "doctrine/inflector": "^1.4|^2.0",
- "dragonmantank/cron-expression": "^3.0.2",
- "egulias/email-validator": "^2.1.10",
- "ext-json": "*",
- "ext-mbstring": "*",
- "ext-openssl": "*",
- "league/commonmark": "^1.3",
- "league/flysystem": "^1.1",
- "monolog/monolog": "^2.0",
- "nesbot/carbon": "^2.31",
- "opis/closure": "^3.6",
- "php": "^7.3|^8.0",
- "psr/container": "^1.0",
- "psr/simple-cache": "^1.0",
- "ramsey/uuid": "^4.0",
- "swiftmailer/swiftmailer": "^6.0",
- "symfony/console": "^5.1.4",
- "symfony/error-handler": "^5.1.4",
- "symfony/finder": "^5.1.4",
- "symfony/http-foundation": "^5.1.4",
- "symfony/http-kernel": "^5.1.4",
- "symfony/mime": "^5.1.4",
- "symfony/process": "^5.1.4",
- "symfony/routing": "^5.1.4",
- "symfony/var-dumper": "^5.1.4",
- "tijsverkoyen/css-to-inline-styles": "^2.2.2",
- "vlucas/phpdotenv": "^5.2",
- "voku/portable-ascii": "^1.4.8"
+ "laravel-enso/core": "^7.0",
+ "laravel-enso/enums": "^2.0",
+ "laravel-enso/forms": "^4.0",
+ "laravel-enso/helpers": "^2.0",
+ "laravel-enso/migrator": "^2.0",
+ "laravel-enso/rememberable": "^3.0",
+ "laravel-enso/roles": "^4.0",
+ "laravel-enso/select": "^4.0",
+ "laravel-enso/tables": "^4.0"
},
- "conflict": {
- "tightenco/collect": "<5.5.33"
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "LaravelEnso\\UserGroups\\AppServiceProvider"
+ ]
+ }
},
- "provide": {
- "psr/container-implementation": "1.0"
+ "autoload": {
+ "psr-4": {
+ "LaravelEnso\\UserGroups\\": "src/",
+ "LaravelEnso\\UserGroups\\Database\\Factories\\": "database/factories/",
+ "LaravelEnso\\UserGroups\\Database\\Seeders\\": "database/seeders/"
+ }
},
- "replace": {
- "illuminate/auth": "self.version",
- "illuminate/broadcasting": "self.version",
- "illuminate/bus": "self.version",
- "illuminate/cache": "self.version",
- "illuminate/collections": "self.version",
- "illuminate/config": "self.version",
- "illuminate/console": "self.version",
- "illuminate/container": "self.version",
- "illuminate/contracts": "self.version",
- "illuminate/cookie": "self.version",
- "illuminate/database": "self.version",
- "illuminate/encryption": "self.version",
- "illuminate/events": "self.version",
- "illuminate/filesystem": "self.version",
- "illuminate/hashing": "self.version",
- "illuminate/http": "self.version",
- "illuminate/log": "self.version",
- "illuminate/macroable": "self.version",
- "illuminate/mail": "self.version",
- "illuminate/notifications": "self.version",
- "illuminate/pagination": "self.version",
- "illuminate/pipeline": "self.version",
- "illuminate/queue": "self.version",
- "illuminate/redis": "self.version",
- "illuminate/routing": "self.version",
- "illuminate/session": "self.version",
- "illuminate/support": "self.version",
- "illuminate/testing": "self.version",
- "illuminate/translation": "self.version",
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Adrian Ocneanu",
+ "email": "aocneanu@gmail.com",
+ "homepage": "https://laravel-enso.com",
+ "role": "Developer"
+ },
+ {
+ "name": "Mihai Ocneanu",
+ "email": "mihai.ocneanu@gmail.com",
+ "homepage": "https://laravel-enso.com",
+ "role": "Developer"
+ },
+ {
+ "name": "Vlad Chiovianu",
+ "email": "vlad.chiovianu@gmail.com",
+ "homepage": "https://laravel-enso.com",
+ "role": "Developer"
+ }
+ ],
+ "description": "User groups dependency for Laravel Enso",
+ "homepage": "https://www.laravel-enso.com",
+ "keywords": [
+ "laravel-enso",
+ "user-groups",
+ "vue-bulma",
+ "vue-spa"
+ ],
+ "support": {
+ "issues": "https://github.com/laravel-enso/user-groups/issues",
+ "source": "https://github.com/laravel-enso/user-groups/tree/1.1.1"
+ },
+ "time": "2021-06-21T07:21:22+00:00"
+ },
+ {
+ "name": "laravel-enso/users",
+ "version": "1.0.9",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel-enso/users.git",
+ "reference": "6e2b100090a72a7f943677e5ef4df12bce17c602"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel-enso/users/zipball/6e2b100090a72a7f943677e5ef4df12bce17c602",
+ "reference": "6e2b100090a72a7f943677e5ef4df12bce17c602",
+ "shasum": ""
+ },
+ "require": {
+ "laravel-enso/avatars": "^3.0",
+ "laravel-enso/companies": "^3.0",
+ "laravel-enso/core": "^7.0",
+ "laravel-enso/dynamic-methods": "^2.0",
+ "laravel-enso/files": "^4.0",
+ "laravel-enso/forms": "^4.0",
+ "laravel-enso/helpers": "^2.0",
+ "laravel-enso/people": "^3.0",
+ "laravel-enso/rememberable": "^3.0",
+ "laravel-enso/roles": "^4.0",
+ "laravel-enso/select": "^4.0",
+ "laravel-enso/tables": "^4.0",
+ "laravel-enso/user-groups": "^1.0"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "LaravelEnso\\Users\\AppServiceProvider",
+ "LaravelEnso\\Users\\AuthServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "LaravelEnso\\Users\\": "src/",
+ "LaravelEnso\\Users\\Database\\Factories\\": "database/factories/",
+ "LaravelEnso\\Users\\Database\\Seeders\\": "database/seeders/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Adrian Ocneanu",
+ "email": "aocneanu@gmail.com",
+ "homepage": "https://laravel-enso.com",
+ "role": "Developer"
+ },
+ {
+ "name": "Mihai Ocneanu",
+ "email": "mihai.ocneanu@gmail.com",
+ "homepage": "https://laravel-enso.com",
+ "role": "Developer"
+ },
+ {
+ "name": "Vlad Chiovianu",
+ "email": "vlad.chioivanu@earthlink.ro",
+ "homepage": "https://laravel-enso.com",
+ "role": "Developer"
+ }
+ ],
+ "description": "Users dependency for Laravel Enso",
+ "homepage": "https://www.laravel-enso.com",
+ "keywords": [
+ "enso-users",
+ "laravel-enso",
+ "vue-bulma",
+ "vue-spa"
+ ],
+ "support": {
+ "issues": "https://github.com/laravel-enso/users/issues",
+ "source": "https://github.com/laravel-enso/users/tree/1.0.9"
+ },
+ "time": "2021-06-22T12:30:51+00:00"
+ },
+ {
+ "name": "laravel/framework",
+ "version": "v8.48.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/framework.git",
+ "reference": "014443366257e4fa34071882e2b04217274a3ec9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/framework/zipball/014443366257e4fa34071882e2b04217274a3ec9",
+ "reference": "014443366257e4fa34071882e2b04217274a3ec9",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/inflector": "^1.4|^2.0",
+ "dragonmantank/cron-expression": "^3.0.2",
+ "egulias/email-validator": "^2.1.10",
+ "ext-json": "*",
+ "ext-mbstring": "*",
+ "ext-openssl": "*",
+ "league/commonmark": "^1.3",
+ "league/flysystem": "^1.1",
+ "monolog/monolog": "^2.0",
+ "nesbot/carbon": "^2.31",
+ "opis/closure": "^3.6",
+ "php": "^7.3|^8.0",
+ "psr/container": "^1.0",
+ "psr/simple-cache": "^1.0",
+ "ramsey/uuid": "^4.0",
+ "swiftmailer/swiftmailer": "^6.0",
+ "symfony/console": "^5.1.4",
+ "symfony/error-handler": "^5.1.4",
+ "symfony/finder": "^5.1.4",
+ "symfony/http-foundation": "^5.1.4",
+ "symfony/http-kernel": "^5.1.4",
+ "symfony/mime": "^5.1.4",
+ "symfony/process": "^5.1.4",
+ "symfony/routing": "^5.1.4",
+ "symfony/var-dumper": "^5.1.4",
+ "tijsverkoyen/css-to-inline-styles": "^2.2.2",
+ "vlucas/phpdotenv": "^5.2",
+ "voku/portable-ascii": "^1.4.8"
+ },
+ "conflict": {
+ "tightenco/collect": "<5.5.33"
+ },
+ "provide": {
+ "psr/container-implementation": "1.0"
+ },
+ "replace": {
+ "illuminate/auth": "self.version",
+ "illuminate/broadcasting": "self.version",
+ "illuminate/bus": "self.version",
+ "illuminate/cache": "self.version",
+ "illuminate/collections": "self.version",
+ "illuminate/config": "self.version",
+ "illuminate/console": "self.version",
+ "illuminate/container": "self.version",
+ "illuminate/contracts": "self.version",
+ "illuminate/cookie": "self.version",
+ "illuminate/database": "self.version",
+ "illuminate/encryption": "self.version",
+ "illuminate/events": "self.version",
+ "illuminate/filesystem": "self.version",
+ "illuminate/hashing": "self.version",
+ "illuminate/http": "self.version",
+ "illuminate/log": "self.version",
+ "illuminate/macroable": "self.version",
+ "illuminate/mail": "self.version",
+ "illuminate/notifications": "self.version",
+ "illuminate/pagination": "self.version",
+ "illuminate/pipeline": "self.version",
+ "illuminate/queue": "self.version",
+ "illuminate/redis": "self.version",
+ "illuminate/routing": "self.version",
+ "illuminate/session": "self.version",
+ "illuminate/support": "self.version",
+ "illuminate/testing": "self.version",
+ "illuminate/translation": "self.version",
"illuminate/validation": "self.version",
"illuminate/view": "self.version"
},
@@ -4891,7 +5059,7 @@
"guzzlehttp/guzzle": "^6.5.5|^7.0.1",
"league/flysystem-cached-adapter": "^1.0",
"mockery/mockery": "^1.4.2",
- "orchestra/testbench-core": "^6.8",
+ "orchestra/testbench-core": "^6.23",
"pda/pheanstalk": "^4.0",
"phpunit/phpunit": "^8.5.8|^9.3.3",
"predis/predis": "^1.1.2",
@@ -4967,7 +5135,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
- "time": "2021-06-15T14:00:32+00:00"
+ "time": "2021-06-22T13:41:32+00:00"
},
{
"name": "laravel/horizon",
@@ -5112,16 +5280,16 @@
},
{
"name": "laravel/telescope",
- "version": "v4.5.0",
+ "version": "v4.5.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/telescope.git",
- "reference": "b61cf696a339301fb71439c54f6ec88a8ac78fa4"
+ "reference": "77373b6dccfc0c4372f1a09c9064cbe7b6d1bf76"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel/telescope/zipball/b61cf696a339301fb71439c54f6ec88a8ac78fa4",
- "reference": "b61cf696a339301fb71439c54f6ec88a8ac78fa4",
+ "url": "https://api.github.com/repos/laravel/telescope/zipball/77373b6dccfc0c4372f1a09c9064cbe7b6d1bf76",
+ "reference": "77373b6dccfc0c4372f1a09c9064cbe7b6d1bf76",
"shasum": ""
},
"require": {
@@ -5170,9 +5338,9 @@
],
"support": {
"issues": "https://github.com/laravel/telescope/issues",
- "source": "https://github.com/laravel/telescope/tree/v4.5.0"
+ "source": "https://github.com/laravel/telescope/tree/v4.5.1"
},
- "time": "2021-06-15T16:03:35+00:00"
+ "time": "2021-06-22T15:36:07+00:00"
},
{
"name": "laravel/tinker",
@@ -5372,16 +5540,16 @@
},
{
"name": "league/commonmark",
- "version": "1.6.2",
+ "version": "1.6.4",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark.git",
- "reference": "7d70d2f19c84bcc16275ea47edabee24747352eb"
+ "reference": "c3c8b7217c52572fb42aaf84211abccf75a151b2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/7d70d2f19c84bcc16275ea47edabee24747352eb",
- "reference": "7d70d2f19c84bcc16275ea47edabee24747352eb",
+ "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/c3c8b7217c52572fb42aaf84211abccf75a151b2",
+ "reference": "c3c8b7217c52572fb42aaf84211abccf75a151b2",
"shasum": ""
},
"require": {
@@ -5399,7 +5567,7 @@
"github/gfm": "0.29.0",
"michelf/php-markdown": "~1.4",
"mikehaertl/php-shellcommand": "^1.4",
- "phpstan/phpstan": "^0.12",
+ "phpstan/phpstan": "^0.12.90",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.2",
"scrutinizer/ocular": "^1.5",
"symfony/finder": "^4.2"
@@ -5469,7 +5637,7 @@
"type": "tidelift"
}
],
- "time": "2021-05-12T11:39:41+00:00"
+ "time": "2021-06-19T20:08:14+00:00"
},
{
"name": "league/flysystem",
@@ -5929,6 +6097,83 @@
},
"time": "2021-05-03T19:11:20+00:00"
},
+ {
+ "name": "nyholm/psr7",
+ "version": "1.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/Nyholm/psr7.git",
+ "reference": "23ae1f00fbc6a886cbe3062ca682391b9cc7c37b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/Nyholm/psr7/zipball/23ae1f00fbc6a886cbe3062ca682391b9cc7c37b",
+ "reference": "23ae1f00fbc6a886cbe3062ca682391b9cc7c37b",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1",
+ "php-http/message-factory": "^1.0",
+ "psr/http-factory": "^1.0",
+ "psr/http-message": "^1.0"
+ },
+ "provide": {
+ "psr/http-factory-implementation": "1.0",
+ "psr/http-message-implementation": "1.0"
+ },
+ "require-dev": {
+ "http-interop/http-factory-tests": "^0.8",
+ "php-http/psr7-integration-tests": "^1.0",
+ "phpunit/phpunit": "^7.5 || 8.5 || 9.4",
+ "symfony/error-handler": "^4.4"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.4-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Nyholm\\Psr7\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Tobias Nyholm",
+ "email": "tobias.nyholm@gmail.com"
+ },
+ {
+ "name": "Martijn van der Ven",
+ "email": "martijn@vanderven.se"
+ }
+ ],
+ "description": "A fast PHP7 implementation of PSR-7",
+ "homepage": "https://tnyholm.se",
+ "keywords": [
+ "psr-17",
+ "psr-7"
+ ],
+ "support": {
+ "issues": "https://github.com/Nyholm/psr7/issues",
+ "source": "https://github.com/Nyholm/psr7/tree/1.4.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/Zegnat",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nyholm",
+ "type": "github"
+ }
+ ],
+ "time": "2021-02-18T15:41:32+00:00"
+ },
{
"name": "opis/closure",
"version": "3.6.2",
@@ -7296,21 +7541,21 @@
},
{
"name": "sentry/sdk",
- "version": "2.2.0",
+ "version": "3.1.0",
"source": {
"type": "git",
"url": "https://github.com/getsentry/sentry-php-sdk.git",
- "reference": "089858b1b27d3705a5fd1c32d8d10beb55980190"
+ "reference": "f03133b067fdf03fed09ff03daf3f1d68f5f3673"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/089858b1b27d3705a5fd1c32d8d10beb55980190",
- "reference": "089858b1b27d3705a5fd1c32d8d10beb55980190",
+ "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/f03133b067fdf03fed09ff03daf3f1d68f5f3673",
+ "reference": "f03133b067fdf03fed09ff03daf3f1d68f5f3673",
"shasum": ""
},
"require": {
"http-interop/http-factory-guzzle": "^1.0",
- "sentry/sentry": "^2.5",
+ "sentry/sentry": "^3.1",
"symfony/http-client": "^4.3|^5.0"
},
"type": "metapackage",
@@ -7336,7 +7581,7 @@
"sentry"
],
"support": {
- "source": "https://github.com/getsentry/sentry-php-sdk/tree/2.2.0"
+ "source": "https://github.com/getsentry/sentry-php-sdk/tree/3.1.0"
},
"funding": [
{
@@ -7348,29 +7593,29 @@
"type": "custom"
}
],
- "time": "2020-09-14T09:30:55+00:00"
+ "time": "2020-12-01T10:31:45+00:00"
},
{
"name": "sentry/sentry",
- "version": "2.5.2",
+ "version": "3.3.1",
"source": {
"type": "git",
"url": "https://github.com/getsentry/sentry-php.git",
- "reference": "ce63f13e2cf9f72ec169413545a3f7312b2e45e3"
+ "reference": "fafef24c1bc242e614a1afd9533d5dcb7e9c42fe"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/ce63f13e2cf9f72ec169413545a3f7312b2e45e3",
- "reference": "ce63f13e2cf9f72ec169413545a3f7312b2e45e3",
+ "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/fafef24c1bc242e614a1afd9533d5dcb7e9c42fe",
+ "reference": "fafef24c1bc242e614a1afd9533d5dcb7e9c42fe",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
- "guzzlehttp/promises": "^1.3",
+ "guzzlehttp/promises": "^1.4",
"guzzlehttp/psr7": "^1.7",
"jean85/pretty-package-versions": "^1.5|^2.0.1",
- "php": "^7.1",
+ "php": "^7.2|^8.0",
"php-http/async-client-implementation": "^1.0",
"php-http/client-common": "^1.5|^2.0",
"php-http/discovery": "^1.6.1",
@@ -7379,7 +7624,8 @@
"psr/http-factory": "^1.0",
"psr/http-message-implementation": "^1.0",
"psr/log": "^1.0",
- "symfony/options-resolver": "^2.7|^3.0|^4.0|^5.0",
+ "symfony/options-resolver": "^3.4.43|^4.4.11|^5.0.11",
+ "symfony/polyfill-php80": "^1.17",
"symfony/polyfill-uuid": "^1.13.1"
},
"conflict": {
@@ -7387,13 +7633,15 @@
"raven/raven": "*"
},
"require-dev": {
- "friendsofphp/php-cs-fixer": "^2.16",
+ "friendsofphp/php-cs-fixer": "^2.17",
+ "http-interop/http-factory-guzzle": "^1.0",
"monolog/monolog": "^1.3|^2.0",
- "php-http/mock-client": "^1.4",
+ "nikic/php-parser": "^4.10.3",
+ "php-http/mock-client": "^1.3",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
- "phpunit/phpunit": "^7.5.20",
+ "phpunit/phpunit": "^8.5.13|^9.4",
"symfony/phpunit-bridge": "^5.2",
"vimeo/psalm": "^4.2"
},
@@ -7403,7 +7651,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.5.x-dev"
+ "dev-master": "3.3.x-dev"
}
},
"autoload": {
@@ -7437,7 +7685,7 @@
],
"support": {
"issues": "https://github.com/getsentry/sentry-php/issues",
- "source": "https://github.com/getsentry/sentry-php/tree/2.5.2"
+ "source": "https://github.com/getsentry/sentry-php/tree/3.3.1"
},
"funding": [
{
@@ -7449,42 +7697,50 @@
"type": "custom"
}
],
- "time": "2021-02-02T08:58:09+00:00"
+ "time": "2021-06-19T11:37:25+00:00"
},
{
"name": "sentry/sentry-laravel",
- "version": "1.9.0",
+ "version": "2.7.0",
"source": {
"type": "git",
"url": "https://github.com/getsentry/sentry-laravel.git",
- "reference": "8567e70d03081cbc04e35eb3fa7389d06816196e"
+ "reference": "91d6644fee3ba447769dc73eda2487a93218c04e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/getsentry/sentry-laravel/zipball/8567e70d03081cbc04e35eb3fa7389d06816196e",
- "reference": "8567e70d03081cbc04e35eb3fa7389d06816196e",
+ "url": "https://api.github.com/repos/getsentry/sentry-laravel/zipball/91d6644fee3ba447769dc73eda2487a93218c04e",
+ "reference": "91d6644fee3ba447769dc73eda2487a93218c04e",
"shasum": ""
},
"require": {
"illuminate/support": "5.0 - 5.8 | ^6.0 | ^7.0 | ^8.0",
- "php": "^7.1",
- "sentry/sdk": "^2.1"
+ "nyholm/psr7": "^1.0",
+ "php": "^7.2 | ^8.0",
+ "sentry/sdk": "^3.1",
+ "sentry/sentry": "^3.3",
+ "symfony/psr-http-message-bridge": "^1.0 | ^2.0"
},
"require-dev": {
- "friendsofphp/php-cs-fixer": "2.16.*",
- "laravel/framework": "^7.0",
- "orchestra/testbench": "^5.0",
- "phpunit/phpunit": "^8.0"
+ "friendsofphp/php-cs-fixer": "2.18.*",
+ "laravel/framework": "5.0 - 5.8 | ^6.0 | ^7.0 | ^8.0",
+ "mockery/mockery": "1.3.*",
+ "orchestra/testbench": "3.1 - 3.8 | ^4.7 | ^5.1 | ^6.0",
+ "phpunit/phpunit": "^5.7 | ^6.5 | ^7.5 | ^8.4 | ^9.3"
+ },
+ "suggest": {
+ "zendframework/zend-diactoros": "When using Laravel >=5.1 - <=6.9 this package can help get more accurate request info, not used on Laravel >=6.10 anymore (https://laravel.com/docs/5.8/requests#psr7-requests)"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.x-dev",
+ "dev-master": "2.x-dev",
"dev-0.x": "0.x-dev"
},
"laravel": {
"providers": [
- "Sentry\\Laravel\\ServiceProvider"
+ "Sentry\\Laravel\\ServiceProvider",
+ "Sentry\\Laravel\\Tracing\\ServiceProvider"
],
"aliases": {
"Sentry": "Sentry\\Laravel\\Facade"
@@ -7520,7 +7776,7 @@
],
"support": {
"issues": "https://github.com/getsentry/sentry-laravel/issues",
- "source": "https://github.com/getsentry/sentry-laravel/tree/release/1.9.0"
+ "source": "https://github.com/getsentry/sentry-laravel/tree/2.7.0"
},
"funding": [
{
@@ -7532,7 +7788,7 @@
"type": "custom"
}
],
- "time": "2020-09-07T07:16:41+00:00"
+ "time": "2021-06-16T09:26:40+00:00"
},
{
"name": "spatie/image-optimizer",
@@ -7734,16 +7990,16 @@
},
{
"name": "symfony/console",
- "version": "v5.3.0",
+ "version": "v5.3.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
- "reference": "058553870f7809087fa80fa734704a21b9bcaeb2"
+ "reference": "649730483885ff2ca99ca0560ef0e5f6b03f2ac1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/058553870f7809087fa80fa734704a21b9bcaeb2",
- "reference": "058553870f7809087fa80fa734704a21b9bcaeb2",
+ "url": "https://api.github.com/repos/symfony/console/zipball/649730483885ff2ca99ca0560ef0e5f6b03f2ac1",
+ "reference": "649730483885ff2ca99ca0560ef0e5f6b03f2ac1",
"shasum": ""
},
"require": {
@@ -7812,7 +8068,7 @@
"terminal"
],
"support": {
- "source": "https://github.com/symfony/console/tree/v5.3.0"
+ "source": "https://github.com/symfony/console/tree/v5.3.2"
},
"funding": [
{
@@ -7828,7 +8084,7 @@
"type": "tidelift"
}
],
- "time": "2021-05-26T17:43:10+00:00"
+ "time": "2021-06-12T09:42:48+00:00"
},
{
"name": "symfony/css-selector",
@@ -8258,16 +8514,16 @@
},
{
"name": "symfony/http-client",
- "version": "v5.3.0",
+ "version": "v5.3.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
- "reference": "ef85ca5fa7a4f9c57592fab49faeccdf22b13136"
+ "reference": "d2464f48482223c7c6826cd8c6ed7929d1ce6093"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-client/zipball/ef85ca5fa7a4f9c57592fab49faeccdf22b13136",
- "reference": "ef85ca5fa7a4f9c57592fab49faeccdf22b13136",
+ "url": "https://api.github.com/repos/symfony/http-client/zipball/d2464f48482223c7c6826cd8c6ed7929d1ce6093",
+ "reference": "d2464f48482223c7c6826cd8c6ed7929d1ce6093",
"shasum": ""
},
"require": {
@@ -8325,7 +8581,7 @@
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-client/tree/v5.3.0"
+ "source": "https://github.com/symfony/http-client/tree/v5.3.2"
},
"funding": [
{
@@ -8341,7 +8597,7 @@
"type": "tidelift"
}
],
- "time": "2021-05-26T17:43:10+00:00"
+ "time": "2021-06-12T10:15:17+00:00"
},
{
"name": "symfony/http-client-contracts",
@@ -8423,16 +8679,16 @@
},
{
"name": "symfony/http-foundation",
- "version": "v5.3.1",
+ "version": "v5.3.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
- "reference": "8827b90cf8806e467124ad476acd15216c2fceb6"
+ "reference": "7b6dd714d95106b831aaa7f3c9c612ab886516bd"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8827b90cf8806e467124ad476acd15216c2fceb6",
- "reference": "8827b90cf8806e467124ad476acd15216c2fceb6",
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/7b6dd714d95106b831aaa7f3c9c612ab886516bd",
+ "reference": "7b6dd714d95106b831aaa7f3c9c612ab886516bd",
"shasum": ""
},
"require": {
@@ -8476,7 +8732,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-foundation/tree/v5.3.1"
+ "source": "https://github.com/symfony/http-foundation/tree/v5.3.2"
},
"funding": [
{
@@ -8492,20 +8748,20 @@
"type": "tidelift"
}
],
- "time": "2021-06-02T09:32:00+00:00"
+ "time": "2021-06-12T10:15:17+00:00"
},
{
"name": "symfony/http-kernel",
- "version": "v5.3.1",
+ "version": "v5.3.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
- "reference": "74eb022e3bac36b3d3a897951a98759f2b32b864"
+ "reference": "e7021165d9dbfb4051296b8de827e92c8a7b5c87"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-kernel/zipball/74eb022e3bac36b3d3a897951a98759f2b32b864",
- "reference": "74eb022e3bac36b3d3a897951a98759f2b32b864",
+ "url": "https://api.github.com/repos/symfony/http-kernel/zipball/e7021165d9dbfb4051296b8de827e92c8a7b5c87",
+ "reference": "e7021165d9dbfb4051296b8de827e92c8a7b5c87",
"shasum": ""
},
"require": {
@@ -8588,7 +8844,7 @@
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-kernel/tree/v5.3.1"
+ "source": "https://github.com/symfony/http-kernel/tree/v5.3.2"
},
"funding": [
{
@@ -8604,20 +8860,20 @@
"type": "tidelift"
}
],
- "time": "2021-06-02T10:07:12+00:00"
+ "time": "2021-06-17T14:18:27+00:00"
},
{
"name": "symfony/mime",
- "version": "v5.3.0",
+ "version": "v5.3.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
- "reference": "ed710d297b181f6a7194d8172c9c2423d58e4852"
+ "reference": "47dd7912152b82d0d4c8d9040dbc93d6232d472a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/mime/zipball/ed710d297b181f6a7194d8172c9c2423d58e4852",
- "reference": "ed710d297b181f6a7194d8172c9c2423d58e4852",
+ "url": "https://api.github.com/repos/symfony/mime/zipball/47dd7912152b82d0d4c8d9040dbc93d6232d472a",
+ "reference": "47dd7912152b82d0d4c8d9040dbc93d6232d472a",
"shasum": ""
},
"require": {
@@ -8671,7 +8927,7 @@
"mime-type"
],
"support": {
- "source": "https://github.com/symfony/mime/tree/v5.3.0"
+ "source": "https://github.com/symfony/mime/tree/v5.3.2"
},
"funding": [
{
@@ -8687,7 +8943,7 @@
"type": "tidelift"
}
],
- "time": "2021-05-26T17:43:10+00:00"
+ "time": "2021-06-09T10:58:01+00:00"
},
{
"name": "symfony/options-resolver",
@@ -9568,16 +9824,16 @@
},
{
"name": "symfony/process",
- "version": "v5.3.0",
+ "version": "v5.3.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
- "reference": "53e36cb1c160505cdaf1ef201501669c4c317191"
+ "reference": "714b47f9196de61a196d86c4bad5f09201b307df"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/process/zipball/53e36cb1c160505cdaf1ef201501669c4c317191",
- "reference": "53e36cb1c160505cdaf1ef201501669c4c317191",
+ "url": "https://api.github.com/repos/symfony/process/zipball/714b47f9196de61a196d86c4bad5f09201b307df",
+ "reference": "714b47f9196de61a196d86c4bad5f09201b307df",
"shasum": ""
},
"require": {
@@ -9610,7 +9866,7 @@
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/process/tree/v5.3.0"
+ "source": "https://github.com/symfony/process/tree/v5.3.2"
},
"funding": [
{
@@ -9626,28 +9882,116 @@
"type": "tidelift"
}
],
- "time": "2021-05-26T12:52:38+00:00"
+ "time": "2021-06-12T10:15:01+00:00"
},
{
- "name": "symfony/routing",
- "version": "v5.3.0",
+ "name": "symfony/psr-http-message-bridge",
+ "version": "v2.1.0",
"source": {
"type": "git",
- "url": "https://github.com/symfony/routing.git",
- "reference": "368e81376a8e049c37cb80ae87dbfbf411279199"
+ "url": "https://github.com/symfony/psr-http-message-bridge.git",
+ "reference": "81db2d4ae86e9f0049828d9343a72b9523884e5d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/routing/zipball/368e81376a8e049c37cb80ae87dbfbf411279199",
- "reference": "368e81376a8e049c37cb80ae87dbfbf411279199",
+ "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/81db2d4ae86e9f0049828d9343a72b9523884e5d",
+ "reference": "81db2d4ae86e9f0049828d9343a72b9523884e5d",
"shasum": ""
},
"require": {
- "php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/polyfill-php80": "^1.15"
+ "php": ">=7.1",
+ "psr/http-message": "^1.0",
+ "symfony/http-foundation": "^4.4 || ^5.0"
},
- "conflict": {
+ "require-dev": {
+ "nyholm/psr7": "^1.1",
+ "psr/log": "^1.1",
+ "symfony/browser-kit": "^4.4 || ^5.0",
+ "symfony/config": "^4.4 || ^5.0",
+ "symfony/event-dispatcher": "^4.4 || ^5.0",
+ "symfony/framework-bundle": "^4.4 || ^5.0",
+ "symfony/http-kernel": "^4.4 || ^5.0",
+ "symfony/phpunit-bridge": "^4.4.19 || ^5.2"
+ },
+ "suggest": {
+ "nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
+ },
+ "type": "symfony-bridge",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "2.1-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Bridge\\PsrHttpMessage\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "http://symfony.com/contributors"
+ }
+ ],
+ "description": "PSR HTTP message bridge",
+ "homepage": "http://symfony.com",
+ "keywords": [
+ "http",
+ "http-message",
+ "psr-17",
+ "psr-7"
+ ],
+ "support": {
+ "issues": "https://github.com/symfony/psr-http-message-bridge/issues",
+ "source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2021-02-17T10:35:25+00:00"
+ },
+ {
+ "name": "symfony/routing",
+ "version": "v5.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/routing.git",
+ "reference": "368e81376a8e049c37cb80ae87dbfbf411279199"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/routing/zipball/368e81376a8e049c37cb80ae87dbfbf411279199",
+ "reference": "368e81376a8e049c37cb80ae87dbfbf411279199",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.2.5",
+ "symfony/deprecation-contracts": "^2.1",
+ "symfony/polyfill-php80": "^1.15"
+ },
+ "conflict": {
"doctrine/annotations": "<1.12",
"symfony/config": "<5.3",
"symfony/dependency-injection": "<4.4",
@@ -9799,16 +10143,16 @@
},
{
"name": "symfony/string",
- "version": "v5.3.0",
+ "version": "v5.3.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
- "reference": "a9a0f8b6aafc5d2d1c116dcccd1573a95153515b"
+ "reference": "0732e97e41c0a590f77e231afc16a327375d50b0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/string/zipball/a9a0f8b6aafc5d2d1c116dcccd1573a95153515b",
- "reference": "a9a0f8b6aafc5d2d1c116dcccd1573a95153515b",
+ "url": "https://api.github.com/repos/symfony/string/zipball/0732e97e41c0a590f77e231afc16a327375d50b0",
+ "reference": "0732e97e41c0a590f77e231afc16a327375d50b0",
"shasum": ""
},
"require": {
@@ -9862,7 +10206,7 @@
"utf8"
],
"support": {
- "source": "https://github.com/symfony/string/tree/v5.3.0"
+ "source": "https://github.com/symfony/string/tree/v5.3.2"
},
"funding": [
{
@@ -9878,20 +10222,20 @@
"type": "tidelift"
}
],
- "time": "2021-05-26T17:43:10+00:00"
+ "time": "2021-06-06T09:51:56+00:00"
},
{
"name": "symfony/translation",
- "version": "v5.3.0",
+ "version": "v5.3.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
- "reference": "251de0d921c42ef0a81494d8f37405421deefdf6"
+ "reference": "7e2603bcc598e14804c4d2359d8dc4ee3c40391b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/translation/zipball/251de0d921c42ef0a81494d8f37405421deefdf6",
- "reference": "251de0d921c42ef0a81494d8f37405421deefdf6",
+ "url": "https://api.github.com/repos/symfony/translation/zipball/7e2603bcc598e14804c4d2359d8dc4ee3c40391b",
+ "reference": "7e2603bcc598e14804c4d2359d8dc4ee3c40391b",
"shasum": ""
},
"require": {
@@ -9957,7 +10301,7 @@
"description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/translation/tree/v5.3.0"
+ "source": "https://github.com/symfony/translation/tree/v5.3.2"
},
"funding": [
{
@@ -9973,7 +10317,7 @@
"type": "tidelift"
}
],
- "time": "2021-05-29T22:28:28+00:00"
+ "time": "2021-06-06T09:51:56+00:00"
},
{
"name": "symfony/translation-contracts",
@@ -10055,16 +10399,16 @@
},
{
"name": "symfony/var-dumper",
- "version": "v5.3.0",
+ "version": "v5.3.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
- "reference": "1d3953e627fe4b5f6df503f356b6545ada6351f3"
+ "reference": "905a22c68b292ffb6f20d7636c36b220d1fba5ae"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1d3953e627fe4b5f6df503f356b6545ada6351f3",
- "reference": "1d3953e627fe4b5f6df503f356b6545ada6351f3",
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/905a22c68b292ffb6f20d7636c36b220d1fba5ae",
+ "reference": "905a22c68b292ffb6f20d7636c36b220d1fba5ae",
"shasum": ""
},
"require": {
@@ -10123,7 +10467,7 @@
"dump"
],
"support": {
- "source": "https://github.com/symfony/var-dumper/tree/v5.3.0"
+ "source": "https://github.com/symfony/var-dumper/tree/v5.3.2"
},
"funding": [
{
@@ -10139,7 +10483,7 @@
"type": "tidelift"
}
],
- "time": "2021-05-27T12:28:50+00:00"
+ "time": "2021-06-06T09:51:56+00:00"
},
{
"name": "tijsverkoyen/css-to-inline-styles",
@@ -10668,39 +11012,38 @@
},
{
"name": "composer/composer",
- "version": "1.10.22",
+ "version": "2.1.3",
"source": {
"type": "git",
"url": "https://github.com/composer/composer.git",
- "reference": "28c9dfbe2351635961f670773e8d7b17bc5eda25"
+ "reference": "fc5c4573aafce3a018eb7f1f8f91cea423970f2e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/composer/zipball/28c9dfbe2351635961f670773e8d7b17bc5eda25",
- "reference": "28c9dfbe2351635961f670773e8d7b17bc5eda25",
+ "url": "https://api.github.com/repos/composer/composer/zipball/fc5c4573aafce3a018eb7f1f8f91cea423970f2e",
+ "reference": "fc5c4573aafce3a018eb7f1f8f91cea423970f2e",
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.0",
- "composer/semver": "^1.0",
+ "composer/metadata-minifier": "^1.0",
+ "composer/semver": "^3.0",
"composer/spdx-licenses": "^1.2",
- "composer/xdebug-handler": "^1.1",
+ "composer/xdebug-handler": "^2.0",
"justinrainbow/json-schema": "^5.2.10",
"php": "^5.3.2 || ^7.0 || ^8.0",
"psr/log": "^1.0",
+ "react/promise": "^1.2 || ^2.7",
"seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.0",
- "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0",
- "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0",
- "symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0",
- "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
- },
- "conflict": {
- "symfony/console": "2.8.38"
+ "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
+ "symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
+ "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
+ "symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0"
},
"require-dev": {
"phpspec/prophecy": "^1.10",
- "symfony/phpunit-bridge": "^4.2"
+ "symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0"
},
"suggest": {
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
@@ -10713,7 +11056,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.10-dev"
+ "dev-master": "2.1-dev"
}
},
"autoload": {
@@ -10729,12 +11072,12 @@
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
- "homepage": "http://www.naderman.de"
+ "homepage": "https://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
- "homepage": "http://seld.be"
+ "homepage": "https://seld.be"
}
],
"description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
@@ -10747,7 +11090,76 @@
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/composer/issues",
- "source": "https://github.com/composer/composer/tree/1.10.22"
+ "source": "https://github.com/composer/composer/tree/2.1.3"
+ },
+ "funding": [
+ {
+ "url": "https://packagist.com",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/composer",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/composer/composer",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2021-06-09T14:31:20+00:00"
+ },
+ {
+ "name": "composer/metadata-minifier",
+ "version": "1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/composer/metadata-minifier.git",
+ "reference": "c549d23829536f0d0e984aaabbf02af91f443207"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207",
+ "reference": "c549d23829536f0d0e984aaabbf02af91f443207",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^5.3.2 || ^7.0 || ^8.0"
+ },
+ "require-dev": {
+ "composer/composer": "^2",
+ "phpstan/phpstan": "^0.12.55",
+ "symfony/phpunit-bridge": "^4.2 || ^5"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "1.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Composer\\MetadataMinifier\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jordi Boggiano",
+ "email": "j.boggiano@seld.be",
+ "homepage": "http://seld.be"
+ }
+ ],
+ "description": "Small utility library that handles metadata minification and expansion.",
+ "keywords": [
+ "composer",
+ "compression"
+ ],
+ "support": {
+ "issues": "https://github.com/composer/metadata-minifier/issues",
+ "source": "https://github.com/composer/metadata-minifier/tree/1.0.0"
},
"funding": [
{
@@ -10763,32 +11175,33 @@
"type": "tidelift"
}
],
- "time": "2021-04-27T11:10:45+00:00"
+ "time": "2021-04-07T13:37:33+00:00"
},
{
"name": "composer/semver",
- "version": "1.7.2",
+ "version": "3.2.5",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
- "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a"
+ "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/semver/zipball/647490bbcaf7fc4891c58f47b825eb99d19c377a",
- "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a",
+ "url": "https://api.github.com/repos/composer/semver/zipball/31f3ea725711245195f62e54ffa402d8ef2fdba9",
+ "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
- "phpunit/phpunit": "^4.5 || ^5.0.5"
+ "phpstan/phpstan": "^0.12.54",
+ "symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.x-dev"
+ "dev-main": "3.x-dev"
}
},
"autoload": {
@@ -10827,7 +11240,7 @@
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/semver/issues",
- "source": "https://github.com/composer/semver/tree/1.7.2"
+ "source": "https://github.com/composer/semver/tree/3.2.5"
},
"funding": [
{
@@ -10843,7 +11256,7 @@
"type": "tidelift"
}
],
- "time": "2020-12-03T15:47:16+00:00"
+ "time": "2021-05-24T12:41:47+00:00"
},
{
"name": "composer/spdx-licenses",
@@ -10926,16 +11339,16 @@
},
{
"name": "composer/xdebug-handler",
- "version": "1.4.6",
+ "version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
- "reference": "f27e06cd9675801df441b3656569b328e04aa37c"
+ "reference": "964adcdd3a28bf9ed5d9ac6450064e0d71ed7496"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f27e06cd9675801df441b3656569b328e04aa37c",
- "reference": "f27e06cd9675801df441b3656569b328e04aa37c",
+ "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/964adcdd3a28bf9ed5d9ac6450064e0d71ed7496",
+ "reference": "964adcdd3a28bf9ed5d9ac6450064e0d71ed7496",
"shasum": ""
},
"require": {
@@ -10970,7 +11383,7 @@
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/xdebug-handler/issues",
- "source": "https://github.com/composer/xdebug-handler/tree/1.4.6"
+ "source": "https://github.com/composer/xdebug-handler/tree/2.0.1"
},
"funding": [
{
@@ -10986,7 +11399,7 @@
"type": "tidelift"
}
],
- "time": "2021-03-25T17:01:18+00:00"
+ "time": "2021-05-05T19:37:51+00:00"
},
{
"name": "dealerdirect/phpcodesniffer-composer-installer",
@@ -11467,85 +11880,64 @@
},
{
"name": "friendsofphp/php-cs-fixer",
- "version": "v2.19.0",
+ "version": "v3.0.0",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
- "reference": "d5b8a9d852b292c2f8a035200fa6844b1f82300b"
+ "reference": "c15377bdfa8d1ecf186f1deadec39c89984e1167"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/d5b8a9d852b292c2f8a035200fa6844b1f82300b",
- "reference": "d5b8a9d852b292c2f8a035200fa6844b1f82300b",
+ "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c15377bdfa8d1ecf186f1deadec39c89984e1167",
+ "reference": "c15377bdfa8d1ecf186f1deadec39c89984e1167",
"shasum": ""
},
"require": {
- "composer/semver": "^1.4 || ^2.0 || ^3.0",
- "composer/xdebug-handler": "^1.2 || ^2.0",
- "doctrine/annotations": "^1.2",
+ "composer/semver": "^3.2",
+ "composer/xdebug-handler": "^2.0",
+ "doctrine/annotations": "^1.12",
"ext-json": "*",
"ext-tokenizer": "*",
- "php": "^5.6 || ^7.0 || ^8.0",
- "php-cs-fixer/diff": "^1.3",
- "symfony/console": "^3.4.43 || ^4.1.6 || ^5.0",
- "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
- "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
- "symfony/finder": "^3.0 || ^4.0 || ^5.0",
- "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
- "symfony/polyfill-php70": "^1.0",
- "symfony/polyfill-php72": "^1.4",
- "symfony/process": "^3.0 || ^4.0 || ^5.0",
- "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
- },
- "require-dev": {
- "justinrainbow/json-schema": "^5.0",
+ "php": "^7.1.3 || ^8.0",
+ "php-cs-fixer/diff": "^2.0",
+ "symfony/console": "^4.4.20 || ^5.1.3",
+ "symfony/event-dispatcher": "^4.4.20 || ^5.0",
+ "symfony/filesystem": "^4.4.20 || ^5.0",
+ "symfony/finder": "^4.4.20 || ^5.0",
+ "symfony/options-resolver": "^4.4.20 || ^5.0",
+ "symfony/polyfill-php72": "^1.22",
+ "symfony/process": "^4.4.20 || ^5.0",
+ "symfony/stopwatch": "^4.4.20 || ^5.0"
+ },
+ "require-dev": {
+ "justinrainbow/json-schema": "^5.2",
"keradus/cli-executor": "^1.4",
- "mikey179/vfsstream": "^1.6",
- "php-coveralls/php-coveralls": "^2.4.2",
- "php-cs-fixer/accessible-object": "^1.0",
+ "mikey179/vfsstream": "^1.6.8",
+ "php-coveralls/php-coveralls": "^2.4.3",
+ "php-cs-fixer/accessible-object": "^1.1",
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
+ "phpspec/prophecy": "^1.10.3",
"phpspec/prophecy-phpunit": "^1.1 || ^2.0",
- "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.13 || ^9.5",
+ "phpunit/phpunit": "^7.5.20 || ^8.5.14 || ^9.5",
"phpunitgoodpractices/polyfill": "^1.5",
"phpunitgoodpractices/traits": "^1.9.1",
- "sanmai/phpunit-legacy-adapter": "^6.4 || ^8.2.1",
- "symfony/phpunit-bridge": "^5.2.1",
- "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
+ "symfony/phpunit-bridge": "^5.2.4",
+ "symfony/yaml": "^4.4.20 || ^5.0"
},
"suggest": {
"ext-dom": "For handling output formats in XML",
"ext-mbstring": "For handling non-UTF8 characters.",
- "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
- "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
"symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
},
"bin": [
"php-cs-fixer"
],
"type": "application",
- "extra": {
- "branch-alias": {
- "dev-master": "2.19-dev"
- }
- },
"autoload": {
"psr-4": {
"PhpCsFixer\\": "src/"
- },
- "classmap": [
- "tests/Test/AbstractFixerTestCase.php",
- "tests/Test/AbstractIntegrationCaseFactory.php",
- "tests/Test/AbstractIntegrationTestCase.php",
- "tests/Test/Assert/AssertTokensTrait.php",
- "tests/Test/IntegrationCase.php",
- "tests/Test/IntegrationCaseFactory.php",
- "tests/Test/IntegrationCaseFactoryInterface.php",
- "tests/Test/InternalIntegrationCaseFactory.php",
- "tests/Test/IsIdenticalConstraint.php",
- "tests/Test/TokensWithObservedTransformers.php",
- "tests/TestCase.php"
- ]
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -11564,7 +11956,7 @@
"description": "A tool to automatically fix PHP code style",
"support": {
"issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues",
- "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.19.0"
+ "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.0.0"
},
"funding": [
{
@@ -11572,30 +11964,31 @@
"type": "github"
}
],
- "time": "2021-05-03T21:43:24+00:00"
+ "time": "2021-05-03T21:51:58+00:00"
},
{
"name": "fzaninotto/faker",
- "version": "v1.9.2",
+ "version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/fzaninotto/Faker.git",
- "reference": "848d8125239d7dbf8ab25cb7f054f1a630e68c2e"
+ "reference": "5ffe7db6c80f441f150fc88008d64e64af66634b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/848d8125239d7dbf8ab25cb7f054f1a630e68c2e",
- "reference": "848d8125239d7dbf8ab25cb7f054f1a630e68c2e",
+ "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/5ffe7db6c80f441f150fc88008d64e64af66634b",
+ "reference": "5ffe7db6c80f441f150fc88008d64e64af66634b",
"shasum": ""
},
"require": {
- "php": "^5.3.3 || ^7.0"
+ "php": "^5.3.3 || ^7.0 || ^8.0"
},
"require-dev": {
"ext-intl": "*",
"phpunit/phpunit": "^4.8.35 || ^5.7",
"squizlabs/php_codesniffer": "^2.9.2"
},
+ "default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
@@ -11624,10 +12017,10 @@
],
"support": {
"issues": "https://github.com/fzaninotto/Faker/issues",
- "source": "https://github.com/fzaninotto/Faker/tree/v1.9.2"
+ "source": "https://github.com/fzaninotto/Faker/tree/master"
},
"abandoned": true,
- "time": "2020-12-11T09:56:16+00:00"
+ "time": "2020-12-11T09:59:14+00:00"
},
{
"name": "hamcrest/hamcrest-php",
@@ -11752,21 +12145,21 @@
},
{
"name": "laravel-enso/phpunit-pretty-print",
- "version": "0.9.4",
+ "version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/laravel-enso/phpunit-pretty-print.git",
- "reference": "929ca212c9d60d337370899583e7299108bd8d2e"
+ "reference": "d76bcd2b7181b7115b5e83ed630514e0cd2a1c70"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-enso/phpunit-pretty-print/zipball/929ca212c9d60d337370899583e7299108bd8d2e",
- "reference": "929ca212c9d60d337370899583e7299108bd8d2e",
+ "url": "https://api.github.com/repos/laravel-enso/phpunit-pretty-print/zipball/d76bcd2b7181b7115b5e83ed630514e0cd2a1c70",
+ "reference": "d76bcd2b7181b7115b5e83ed630514e0cd2a1c70",
"shasum": ""
},
"require": {
- "laravel/framework": "^7.0|^8.0",
- "php": ">=7.4.0",
+ "laravel/framework": "^8.0",
+ "php": ">=8.0",
"phpunit/phpunit": "^9.0"
},
"type": "library",
@@ -11799,9 +12192,9 @@
],
"support": {
"issues": "https://github.com/laravel-enso/phpunit-pretty-print/issues",
- "source": "https://github.com/laravel-enso/phpunit-pretty-print/tree/0.9.4"
+ "source": "https://github.com/laravel-enso/phpunit-pretty-print/tree/1.0.0"
},
- "time": "2020-10-08T07:28:42+00:00"
+ "time": "2021-06-09T10:29:00+00:00"
},
{
"name": "league/container",
@@ -12012,103 +12405,18 @@
],
"time": "2020-11-13T09:40:50+00:00"
},
- {
- "name": "nette/utils",
- "version": "v3.2.2",
- "source": {
- "type": "git",
- "url": "https://github.com/nette/utils.git",
- "reference": "967cfc4f9a1acd5f1058d76715a424c53343c20c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/nette/utils/zipball/967cfc4f9a1acd5f1058d76715a424c53343c20c",
- "reference": "967cfc4f9a1acd5f1058d76715a424c53343c20c",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2 <8.1"
- },
- "conflict": {
- "nette/di": "<3.0.6"
- },
- "require-dev": {
- "nette/tester": "~2.0",
- "phpstan/phpstan": "^0.12",
- "tracy/tracy": "^2.3"
- },
- "suggest": {
- "ext-gd": "to use Image",
- "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
- "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
- "ext-json": "to use Nette\\Utils\\Json",
- "ext-mbstring": "to use Strings::lower() etc...",
- "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
- "ext-xml": "to use Strings::length() etc. when mbstring is not available"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.2-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause",
- "GPL-2.0-only",
- "GPL-3.0-only"
- ],
- "authors": [
- {
- "name": "David Grudl",
- "homepage": "https://davidgrudl.com"
- },
- {
- "name": "Nette Community",
- "homepage": "https://nette.org/contributors"
- }
- ],
- "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
- "homepage": "https://nette.org",
- "keywords": [
- "array",
- "core",
- "datetime",
- "images",
- "json",
- "nette",
- "paginator",
- "password",
- "slugify",
- "string",
- "unicode",
- "utf-8",
- "utility",
- "validation"
- ],
- "support": {
- "issues": "https://github.com/nette/utils/issues",
- "source": "https://github.com/nette/utils/tree/v3.2.2"
- },
- "time": "2021-03-03T22:53:25+00:00"
- },
{
"name": "nunomaduro/collision",
- "version": "v5.4.0",
+ "version": "v5.5.0",
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/collision.git",
- "reference": "41b7e9999133d5082700d31a1d0977161df8322a"
+ "reference": "b5cb36122f1c142c3c3ee20a0ae778439ef0244b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nunomaduro/collision/zipball/41b7e9999133d5082700d31a1d0977161df8322a",
- "reference": "41b7e9999133d5082700d31a1d0977161df8322a",
+ "url": "https://api.github.com/repos/nunomaduro/collision/zipball/b5cb36122f1c142c3c3ee20a0ae778439ef0244b",
+ "reference": "b5cb36122f1c142c3c3ee20a0ae778439ef0244b",
"shasum": ""
},
"require": {
@@ -12183,50 +12491,52 @@
"type": "patreon"
}
],
- "time": "2021-04-09T13:38:32+00:00"
+ "time": "2021-06-22T20:47:22+00:00"
},
{
"name": "nunomaduro/phpinsights",
- "version": "v1.14.1",
+ "version": "v2.0.0",
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/phpinsights.git",
- "reference": "d8204dc1c30e5f0fe725b29eac1b5ea2202a7fcf"
+ "reference": "d4f789e8a66c256b53492b8987906e99fe34130a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nunomaduro/phpinsights/zipball/d8204dc1c30e5f0fe725b29eac1b5ea2202a7fcf",
- "reference": "d8204dc1c30e5f0fe725b29eac1b5ea2202a7fcf",
+ "url": "https://api.github.com/repos/nunomaduro/phpinsights/zipball/d4f789e8a66c256b53492b8987906e99fe34130a",
+ "reference": "d4f789e8a66c256b53492b8987906e99fe34130a",
"shasum": ""
},
"require": {
- "composer/composer": "^1.7",
+ "composer/composer": "^2.0",
"ext-iconv": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-tokenizer": "*",
- "friendsofphp/php-cs-fixer": "^2.15",
+ "friendsofphp/php-cs-fixer": "^3.0.0",
"justinrainbow/json-schema": "^5.1",
"league/container": "^3.2",
- "object-calisthenics/phpcs-calisthenics-rules": "^3.7",
- "php": "^7.2",
- "phploc/phploc": "^5.0|^6.0",
+ "php": "^7.4 || ^8.0",
+ "php-parallel-lint/php-parallel-lint": "^1.3",
+ "phploc/phploc": "^5.0|^6.0|^7.0",
"psr/container": "^1.0",
- "slevomat/coding-standard": "^6.0",
- "squizlabs/php_codesniffer": "^3.4",
+ "psr/simple-cache": "^1.0",
+ "slevomat/coding-standard": "^7.0.8",
+ "squizlabs/php_codesniffer": "^3.5",
+ "symfony/cache": "^4.4|^5.0",
"symfony/console": "^4.2|^5.0",
"symfony/finder": "^4.2|^5.0",
"symfony/http-client": "^4.3|^5.0"
},
"require-dev": {
- "ergebnis/phpstan-rules": "^0.14.0",
- "illuminate/console": "^5.8|^6.0|^7.0",
- "illuminate/support": "^5.8|^6.0|^7.0",
+ "ergebnis/phpstan-rules": "^0.15.0",
+ "illuminate/console": "^5.8|^6.0|^7.0|^8.0",
+ "illuminate/support": "^5.8|^6.0|^7.0|^8.0",
"mockery/mockery": "^1.0",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^8.0|^9.0",
+ "rector/rector": "^0.11.2",
"symfony/var-dumper": "^4.2|^5.0",
- "symplify/easy-coding-standard": "^7.1",
"thecodingmachine/phpstan-strict-rules": "^0.12.0"
},
"suggest": {
@@ -12269,7 +12579,7 @@
],
"support": {
"issues": "https://github.com/nunomaduro/phpinsights/issues",
- "source": "https://github.com/nunomaduro/phpinsights/tree/v1.14.1"
+ "source": "https://github.com/nunomaduro/phpinsights/tree/v2.0.0"
},
"funding": [
{
@@ -12289,57 +12599,7 @@
"type": "patreon"
}
],
- "time": "2021-01-27T19:08:59+00:00"
- },
- {
- "name": "object-calisthenics/phpcs-calisthenics-rules",
- "version": "v3.9.1",
- "source": {
- "type": "git",
- "url": "https://github.com/object-calisthenics/phpcs-calisthenics-rules.git",
- "reference": "6a4e66767138763839370273b47f1f9da6e0ee5a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/object-calisthenics/phpcs-calisthenics-rules/zipball/6a4e66767138763839370273b47f1f9da6e0ee5a",
- "reference": "6a4e66767138763839370273b47f1f9da6e0ee5a",
- "shasum": ""
- },
- "require": {
- "nette/utils": "^3.1",
- "php": "^7.4|^8.0",
- "slevomat/coding-standard": "^6.3",
- "squizlabs/php_codesniffer": "^3.5"
- },
- "require-dev": {
- "migrify/config-transformer": "^0.3.35",
- "phpstan/phpdoc-parser": "^0.4.9",
- "phpstan/phpstan": "^0.12.38",
- "phpunit/phpunit": "^9.3",
- "rector/rector": "^0.8.6",
- "symplify/changelog-linker": "^8.2",
- "symplify/coding-standard": "^8.2",
- "symplify/easy-coding-standard-tester": "^8.2",
- "symplify/phpstan-extensions": "^8.2",
- "tracy/tracy": "^2.7"
- },
- "type": "phpcodesniffer-standard",
- "autoload": {
- "psr-4": {
- "ObjectCalisthenics\\": "src/ObjectCalisthenics"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "PHP CodeSniffer Object Calisthenics rules/sniffs",
- "support": {
- "issues": "https://github.com/object-calisthenics/phpcs-calisthenics-rules/issues",
- "source": "https://github.com/object-calisthenics/phpcs-calisthenics-rules/tree/master"
- },
- "abandoned": "symplify/phpstan-rules",
- "time": "2020-09-08T10:18:44+00:00"
+ "time": "2021-06-21T11:16:19+00:00"
},
{
"name": "phar-io/manifest",
@@ -12454,16 +12714,16 @@
},
{
"name": "php-cs-fixer/diff",
- "version": "v1.3.1",
+ "version": "v2.0.2",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/diff.git",
- "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759"
+ "reference": "29dc0d507e838c4580d018bd8b5cb412474f7ec3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/dbd31aeb251639ac0b9e7e29405c1441907f5759",
- "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759",
+ "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/29dc0d507e838c4580d018bd8b5cb412474f7ec3",
+ "reference": "29dc0d507e838c4580d018bd8b5cb412474f7ec3",
"shasum": ""
},
"require": {
@@ -12491,47 +12751,101 @@
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
- },
- {
- "name": "SpacePossum"
}
],
- "description": "sebastian/diff v2 backport support for PHP5.6",
+ "description": "sebastian/diff v3 backport support for PHP 5.6+",
"homepage": "https://github.com/PHP-CS-Fixer",
"keywords": [
"diff"
],
"support": {
"issues": "https://github.com/PHP-CS-Fixer/diff/issues",
- "source": "https://github.com/PHP-CS-Fixer/diff/tree/v1.3.1"
+ "source": "https://github.com/PHP-CS-Fixer/diff/tree/v2.0.2"
},
- "time": "2020-10-14T08:39:05+00:00"
+ "time": "2020-10-14T08:32:19+00:00"
},
{
- "name": "phpdocumentor/reflection-common",
- "version": "2.2.0",
+ "name": "php-parallel-lint/php-parallel-lint",
+ "version": "v1.3.0",
"source": {
"type": "git",
- "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
- "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
+ "url": "https://github.com/php-parallel-lint/PHP-Parallel-Lint.git",
+ "reference": "772a954e5f119f6f5871d015b23eabed8cbdadfb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
- "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
+ "url": "https://api.github.com/repos/php-parallel-lint/PHP-Parallel-Lint/zipball/772a954e5f119f6f5871d015b23eabed8cbdadfb",
+ "reference": "772a954e5f119f6f5871d015b23eabed8cbdadfb",
"shasum": ""
},
"require": {
- "php": "^7.2 || ^8.0"
+ "ext-json": "*",
+ "php": ">=5.3.0"
},
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-2.x": "2.x-dev"
- }
+ "replace": {
+ "grogy/php-parallel-lint": "*",
+ "jakub-onderka/php-parallel-lint": "*"
},
- "autoload": {
- "psr-4": {
+ "require-dev": {
+ "nette/tester": "^1.3 || ^2.0",
+ "php-parallel-lint/php-console-highlighter": "~0.3",
+ "squizlabs/php_codesniffer": "^3.5"
+ },
+ "suggest": {
+ "php-parallel-lint/php-console-highlighter": "Highlight syntax in code snippet"
+ },
+ "bin": [
+ "parallel-lint"
+ ],
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "./"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-2-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Jakub Onderka",
+ "email": "ahoj@jakubonderka.cz"
+ }
+ ],
+ "description": "This tool check syntax of PHP files about 20x faster than serial check.",
+ "homepage": "https://github.com/php-parallel-lint/PHP-Parallel-Lint",
+ "support": {
+ "issues": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/issues",
+ "source": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/tree/v1.3.0"
+ },
+ "time": "2021-04-07T14:42:48+00:00"
+ },
+ {
+ "name": "phpdocumentor/reflection-common",
+ "version": "2.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
+ "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
+ "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2 || ^8.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-2.x": "2.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
"phpDocumentor\\Reflection\\": "src/"
}
},
@@ -12667,25 +12981,25 @@
},
{
"name": "phploc/phploc",
- "version": "6.0.2",
+ "version": "7.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phploc.git",
- "reference": "00e3bade7b22a6f23b17c3bf2fa4dba24ead8a29"
+ "reference": "af0d5fc84f3f7725513ba59cdcbe670ac2a4532a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phploc/zipball/00e3bade7b22a6f23b17c3bf2fa4dba24ead8a29",
- "reference": "00e3bade7b22a6f23b17c3bf2fa4dba24ead8a29",
+ "url": "https://api.github.com/repos/sebastianbergmann/phploc/zipball/af0d5fc84f3f7725513ba59cdcbe670ac2a4532a",
+ "reference": "af0d5fc84f3f7725513ba59cdcbe670ac2a4532a",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-json": "*",
- "php": "^7.3",
- "sebastian/finder-facade": "^2.0",
- "sebastian/version": "^3.0",
- "symfony/console": "^4.0 || ^5.0"
+ "php": ">=7.3",
+ "phpunit/php-file-iterator": "^3.0",
+ "sebastian/cli-parser": "^1.0",
+ "sebastian/version": "^3.0"
},
"bin": [
"phploc"
@@ -12693,7 +13007,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "6.0-dev"
+ "dev-master": "7.0-dev"
}
},
"autoload": {
@@ -12716,9 +13030,15 @@
"homepage": "https://github.com/sebastianbergmann/phploc",
"support": {
"issues": "https://github.com/sebastianbergmann/phploc/issues",
- "source": "https://github.com/sebastianbergmann/phploc/tree/6.0.2"
+ "source": "https://github.com/sebastianbergmann/phploc/tree/7.0.2"
},
- "time": "2020-02-28T05:42:22+00:00"
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-12-07T05:51:20+00:00"
},
{
"name": "phpspec/prophecy",
@@ -12789,37 +13109,34 @@
},
{
"name": "phpstan/phpdoc-parser",
- "version": "0.4.9",
+ "version": "0.5.4",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
- "reference": "98a088b17966bdf6ee25c8a4b634df313d8aa531"
+ "reference": "e352d065af1ae9b41c12d1dfd309e90f7b1f55c9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/98a088b17966bdf6ee25c8a4b634df313d8aa531",
- "reference": "98a088b17966bdf6ee25c8a4b634df313d8aa531",
+ "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/e352d065af1ae9b41c12d1dfd309e90f7b1f55c9",
+ "reference": "e352d065af1ae9b41c12d1dfd309e90f7b1f55c9",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
- "consistence/coding-standard": "^3.5",
- "ergebnis/composer-normalize": "^2.0.2",
- "jakub-onderka/php-parallel-lint": "^0.9.2",
- "phing/phing": "^2.16.0",
+ "phing/phing": "^2.16.3",
+ "php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/extension-installer": "^1.0",
- "phpstan/phpstan": "^0.12.26",
- "phpstan/phpstan-strict-rules": "^0.12",
- "phpunit/phpunit": "^6.3",
- "slevomat/coding-standard": "^4.7.2",
- "symfony/process": "^4.0"
+ "phpstan/phpstan": "^0.12.60",
+ "phpstan/phpstan-strict-rules": "^0.12.5",
+ "phpunit/phpunit": "^7.5.20",
+ "symfony/process": "^5.2"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "0.4-dev"
+ "dev-master": "0.5-dev"
}
},
"autoload": {
@@ -12836,9 +13153,9 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
- "source": "https://github.com/phpstan/phpdoc-parser/tree/master"
+ "source": "https://github.com/phpstan/phpdoc-parser/tree/0.5.4"
},
- "time": "2020-08-03T20:32:43+00:00"
+ "time": "2021-04-03T14:46:19+00:00"
},
{
"name": "phpunit/php-code-coverage",
@@ -13160,16 +13477,16 @@
},
{
"name": "phpunit/phpunit",
- "version": "9.5.5",
+ "version": "9.5.6",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "89ff45ea9d70e35522fb6654a2ebc221158de276"
+ "reference": "fb9b8333f14e3dce976a60ef6a7e05c7c7ed8bfb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/89ff45ea9d70e35522fb6654a2ebc221158de276",
- "reference": "89ff45ea9d70e35522fb6654a2ebc221158de276",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fb9b8333f14e3dce976a60ef6a7e05c7c7ed8bfb",
+ "reference": "fb9b8333f14e3dce976a60ef6a7e05c7c7ed8bfb",
"shasum": ""
},
"require": {
@@ -13199,7 +13516,7 @@
"sebastian/global-state": "^5.0.1",
"sebastian/object-enumerator": "^4.0.3",
"sebastian/resource-operations": "^3.0.3",
- "sebastian/type": "^2.3.2",
+ "sebastian/type": "^2.3.4",
"sebastian/version": "^3.0.2"
},
"require-dev": {
@@ -13247,7 +13564,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
- "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.5"
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.6"
},
"funding": [
{
@@ -13259,24 +13576,24 @@
"type": "github"
}
],
- "time": "2021-06-05T04:49:07+00:00"
+ "time": "2021-06-23T05:14:38+00:00"
},
{
"name": "psr/cache",
- "version": "1.0.1",
+ "version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
- "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
+ "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
- "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
+ "url": "https://api.github.com/repos/php-fig/cache/zipball/213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
+ "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
"shasum": ""
},
"require": {
- "php": ">=5.3.0"
+ "php": ">=8.0.0"
},
"type": "library",
"extra": {
@@ -13296,7 +13613,7 @@
"authors": [
{
"name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
+ "homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for caching libraries",
@@ -13306,9 +13623,59 @@
"psr-6"
],
"support": {
- "source": "https://github.com/php-fig/cache/tree/master"
+ "source": "https://github.com/php-fig/cache/tree/2.0.0"
+ },
+ "time": "2021-02-03T23:23:37+00:00"
+ },
+ {
+ "name": "react/promise",
+ "version": "v2.8.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/reactphp/promise.git",
+ "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
+ "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.4.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "React\\Promise\\": "src/"
+ },
+ "files": [
+ "src/functions_include.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jan Sorgalla",
+ "email": "jsorgalla@gmail.com"
+ }
+ ],
+ "description": "A lightweight implementation of CommonJS Promises/A for PHP",
+ "keywords": [
+ "promise",
+ "promises"
+ ],
+ "support": {
+ "issues": "https://github.com/reactphp/promise/issues",
+ "source": "https://github.com/reactphp/promise/tree/v2.8.0"
},
- "time": "2016-08-06T20:24:11+00:00"
+ "time": "2020-05-12T15:16:56+00:00"
},
{
"name": "sebastian/cli-parser",
@@ -13814,57 +14181,6 @@
],
"time": "2020-09-28T05:24:23+00:00"
},
- {
- "name": "sebastian/finder-facade",
- "version": "2.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/finder-facade.git",
- "reference": "9d3e74b845a2ce50e19b25b5f0c2718e153bee6c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/9d3e74b845a2ce50e19b25b5f0c2718e153bee6c",
- "reference": "9d3e74b845a2ce50e19b25b5f0c2718e153bee6c",
- "shasum": ""
- },
- "require": {
- "ext-ctype": "*",
- "php": "^7.3",
- "symfony/finder": "^4.1|^5.0",
- "theseer/fdomdocument": "^1.6"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de",
- "role": "lead"
- }
- ],
- "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
- "homepage": "https://github.com/sebastianbergmann/finder-facade",
- "support": {
- "issues": "https://github.com/sebastianbergmann/finder-facade/issues",
- "source": "https://github.com/sebastianbergmann/finder-facade/tree/2.0.0"
- },
- "abandoned": true,
- "time": "2020-02-08T06:07:58+00:00"
- },
{
"name": "sebastian/global-state",
"version": "5.0.3",
@@ -14438,37 +14754,37 @@
},
{
"name": "slevomat/coding-standard",
- "version": "6.4.1",
+ "version": "7.0.9",
"source": {
"type": "git",
"url": "https://github.com/slevomat/coding-standard.git",
- "reference": "696dcca217d0c9da2c40d02731526c1e25b65346"
+ "reference": "d59652e000bcde019459dcba677de030867d0232"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/696dcca217d0c9da2c40d02731526c1e25b65346",
- "reference": "696dcca217d0c9da2c40d02731526c1e25b65346",
+ "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/d59652e000bcde019459dcba677de030867d0232",
+ "reference": "d59652e000bcde019459dcba677de030867d0232",
"shasum": ""
},
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7",
"php": "^7.1 || ^8.0",
- "phpstan/phpdoc-parser": "0.4.5 - 0.4.9",
- "squizlabs/php_codesniffer": "^3.5.6"
+ "phpstan/phpdoc-parser": "0.5.1 - 0.5.4",
+ "squizlabs/php_codesniffer": "^3.6.0"
},
"require-dev": {
- "phing/phing": "2.16.3",
- "php-parallel-lint/php-parallel-lint": "1.2.0",
- "phpstan/phpstan": "0.12.48",
- "phpstan/phpstan-deprecation-rules": "0.12.5",
- "phpstan/phpstan-phpunit": "0.12.16",
- "phpstan/phpstan-strict-rules": "0.12.5",
- "phpunit/phpunit": "7.5.20|8.5.5|9.4.0"
+ "phing/phing": "2.16.4",
+ "php-parallel-lint/php-parallel-lint": "1.3.0",
+ "phpstan/phpstan": "0.12.88",
+ "phpstan/phpstan-deprecation-rules": "0.12.6",
+ "phpstan/phpstan-phpunit": "0.12.19",
+ "phpstan/phpstan-strict-rules": "0.12.9",
+ "phpunit/phpunit": "7.5.20|8.5.5|9.5.5"
},
"type": "phpcodesniffer-standard",
"extra": {
"branch-alias": {
- "dev-master": "6.x-dev"
+ "dev-master": "7.x-dev"
}
},
"autoload": {
@@ -14483,7 +14799,7 @@
"description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.",
"support": {
"issues": "https://github.com/slevomat/coding-standard/issues",
- "source": "https://github.com/slevomat/coding-standard/tree/6.4.1"
+ "source": "https://github.com/slevomat/coding-standard/tree/7.0.9"
},
"funding": [
{
@@ -14495,7 +14811,7 @@
"type": "tidelift"
}
],
- "time": "2020-10-05T12:39:37+00:00"
+ "time": "2021-06-07T10:08:42+00:00"
},
{
"name": "squizlabs/php_codesniffer",
@@ -14554,27 +14870,57 @@
"time": "2021-04-09T00:54:41+00:00"
},
{
- "name": "symfony/filesystem",
+ "name": "symfony/cache",
"version": "v5.3.0",
"source": {
"type": "git",
- "url": "https://github.com/symfony/filesystem.git",
- "reference": "348116319d7fb7d1faa781d26a48922428013eb2"
+ "url": "https://github.com/symfony/cache.git",
+ "reference": "44fd0f97d1fb198d344f22379dfc56af2221e608"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/348116319d7fb7d1faa781d26a48922428013eb2",
- "reference": "348116319d7fb7d1faa781d26a48922428013eb2",
+ "url": "https://api.github.com/repos/symfony/cache/zipball/44fd0f97d1fb198d344f22379dfc56af2221e608",
+ "reference": "44fd0f97d1fb198d344f22379dfc56af2221e608",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/polyfill-ctype": "~1.8"
+ "psr/cache": "^1.0|^2.0",
+ "psr/log": "^1.1",
+ "symfony/cache-contracts": "^1.1.7|^2",
+ "symfony/deprecation-contracts": "^2.1",
+ "symfony/polyfill-php80": "^1.15",
+ "symfony/service-contracts": "^1.1|^2",
+ "symfony/var-exporter": "^4.4|^5.0"
+ },
+ "conflict": {
+ "doctrine/dbal": "<2.10",
+ "symfony/dependency-injection": "<4.4",
+ "symfony/http-kernel": "<4.4",
+ "symfony/var-dumper": "<4.4"
+ },
+ "provide": {
+ "psr/cache-implementation": "1.0|2.0",
+ "psr/simple-cache-implementation": "1.0",
+ "symfony/cache-implementation": "1.0|2.0"
+ },
+ "require-dev": {
+ "cache/integration-tests": "dev-master",
+ "doctrine/cache": "^1.6|^2.0",
+ "doctrine/dbal": "^2.10|^3.0",
+ "predis/predis": "^1.1",
+ "psr/simple-cache": "^1.0",
+ "symfony/config": "^4.4|^5.0",
+ "symfony/dependency-injection": "^4.4|^5.0",
+ "symfony/filesystem": "^4.4|^5.0",
+ "symfony/http-kernel": "^4.4|^5.0",
+ "symfony/messenger": "^4.4|^5.0",
+ "symfony/var-dumper": "^4.4|^5.0"
},
"type": "library",
"autoload": {
"psr-4": {
- "Symfony\\Component\\Filesystem\\": ""
+ "Symfony\\Component\\Cache\\": ""
},
"exclude-from-classmap": [
"/Tests/"
@@ -14586,18 +14932,22 @@
],
"authors": [
{
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Provides basic utilities for the filesystem",
+ "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
"homepage": "https://symfony.com",
+ "keywords": [
+ "caching",
+ "psr6"
+ ],
"support": {
- "source": "https://github.com/symfony/filesystem/tree/v5.3.0"
+ "source": "https://github.com/symfony/cache/tree/v5.3.0"
},
"funding": [
{
@@ -14616,30 +14966,39 @@
"time": "2021-05-26T17:43:10+00:00"
},
{
- "name": "symfony/polyfill-php70",
- "version": "v1.20.0",
+ "name": "symfony/cache-contracts",
+ "version": "v2.4.0",
"source": {
"type": "git",
- "url": "https://github.com/symfony/polyfill-php70.git",
- "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644"
+ "url": "https://github.com/symfony/cache-contracts.git",
+ "reference": "c0446463729b89dd4fa62e9aeecc80287323615d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644",
- "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644",
+ "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/c0446463729b89dd4fa62e9aeecc80287323615d",
+ "reference": "c0446463729b89dd4fa62e9aeecc80287323615d",
"shasum": ""
},
"require": {
- "php": ">=7.1"
+ "php": ">=7.2.5",
+ "psr/cache": "^1.0|^2.0|^3.0"
},
- "type": "metapackage",
+ "suggest": {
+ "symfony/cache-implementation": ""
+ },
+ "type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.20-dev"
+ "dev-main": "2.4-dev"
},
"thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
+ "name": "symfony/contracts",
+ "url": "https://github.com/symfony/contracts"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Contracts\\Cache\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -14656,16 +15015,18 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
+ "description": "Generic abstractions related to caching",
"homepage": "https://symfony.com",
"keywords": [
- "compatibility",
- "polyfill",
- "portable",
- "shim"
+ "abstractions",
+ "contracts",
+ "decoupling",
+ "interfaces",
+ "interoperability",
+ "standards"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php70/tree/v1.20.0"
+ "source": "https://github.com/symfony/cache-contracts/tree/v2.4.0"
},
"funding": [
{
@@ -14681,7 +15042,69 @@
"type": "tidelift"
}
],
- "time": "2020-10-23T14:02:19+00:00"
+ "time": "2021-03-23T23:28:01+00:00"
+ },
+ {
+ "name": "symfony/filesystem",
+ "version": "v5.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/filesystem.git",
+ "reference": "348116319d7fb7d1faa781d26a48922428013eb2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/348116319d7fb7d1faa781d26a48922428013eb2",
+ "reference": "348116319d7fb7d1faa781d26a48922428013eb2",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.2.5",
+ "symfony/polyfill-ctype": "~1.8"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Filesystem\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides basic utilities for the filesystem",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/filesystem/tree/v5.3.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2021-05-26T17:43:10+00:00"
},
{
"name": "symfony/stopwatch",
@@ -14746,48 +15169,77 @@
"time": "2021-05-26T17:43:10+00:00"
},
{
- "name": "theseer/fdomdocument",
- "version": "1.6.6",
+ "name": "symfony/var-exporter",
+ "version": "v5.3.2",
"source": {
"type": "git",
- "url": "https://github.com/theseer/fDOMDocument.git",
- "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca"
+ "url": "https://github.com/symfony/var-exporter.git",
+ "reference": "df663fb63bdcd7298373cbd431165ab031706cb2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca",
- "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca",
+ "url": "https://api.github.com/repos/symfony/var-exporter/zipball/df663fb63bdcd7298373cbd431165ab031706cb2",
+ "reference": "df663fb63bdcd7298373cbd431165ab031706cb2",
"shasum": ""
},
"require": {
- "ext-dom": "*",
- "lib-libxml": "*",
- "php": ">=5.3.3"
+ "php": ">=7.2.5",
+ "symfony/polyfill-php80": "^1.15"
+ },
+ "require-dev": {
+ "symfony/var-dumper": "^4.4.9|^5.0.9"
},
"type": "library",
"autoload": {
- "classmap": [
- "src/"
+ "psr-4": {
+ "Symfony\\Component\\VarExporter\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "BSD-3-Clause"
+ "MIT"
],
"authors": [
{
- "name": "Arne Blankerts",
- "email": "arne@blankerts.de",
- "role": "lead"
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
}
],
- "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.",
- "homepage": "https://github.com/theseer/fDOMDocument",
+ "description": "Allows exporting any serializable PHP data structure to plain PHP code",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "clone",
+ "construct",
+ "export",
+ "hydrate",
+ "instantiate",
+ "serialize"
+ ],
"support": {
- "issues": "https://github.com/theseer/fDOMDocument/issues",
- "source": "https://github.com/theseer/fDOMDocument/tree/master"
+ "source": "https://github.com/symfony/var-exporter/tree/v5.3.2"
},
- "time": "2017-06-30T11:53:12+00:00"
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2021-06-09T10:57:10+00:00"
},
{
"name": "theseer/tokenizer",
diff --git a/config/app.php b/config/app.php
index 2fc1cb40d..574869ca7 100644
--- a/config/app.php
+++ b/config/app.php
@@ -176,7 +176,6 @@
App\Providers\HorizonServiceProvider::class,
App\Providers\TelescopeServiceProvider::class,
App\Providers\RouteServiceProvider::class,
- App\Providers\LoggerServiceProvider::class,
App\Providers\CalendarServiceProvider::class,
],
diff --git a/config/enso/addresses.php b/config/enso/addresses.php
index e7fb45b6d..479f0ef3e 100644
--- a/config/enso/addresses.php
+++ b/config/enso/addresses.php
@@ -2,9 +2,6 @@
return [
'onDelete' => 'cascade',
- 'loggableMorph' => [
- 'addressable' => [],
- ],
'defaultCountryId' => 184,
'googleMaps' => [
'key' => env('GOOGLE_MAPS_KEY'),
diff --git a/config/enso/auth.php b/config/enso/auth.php
index 2e0de746f..5e6504f1b 100644
--- a/config/enso/auth.php
+++ b/config/enso/auth.php
@@ -3,10 +3,10 @@
return [
'maxLoginAttempts' => (int) env('LOGIN_ATTEMPTS_PER_MINUTE', 5),
'password' => [
- 'lifetime' => (int) env('PASSWORD_LIFETIME', 0),
- 'minLength' => (int) env('PASSWORD_LENGTH', 6),
- 'minUpperCase' => (int) env('PASSWORD_UPPER_CASE_CHARACTERS', 0),
- 'minNumeric' => (int) env('PASSWORD_NUMERIC_CHARACTERS', 0),
- 'minSpecial' => (int) env('PASSWORD_SPECIAL_CHARACTERS', 0),
+ 'lifetime' => env('PASSWORD_LIFETIME', 0),
+ 'minLength' => env('PASSWORD_MIN_LENGTH', 6),
+ 'mixedCase' => (bool) env('PASSWORD_MIXED_CASE', 0),
+ 'numeric' => (bool) env('PASSWORD_NUMERIC', 0),
+ 'special' => (bool) env('PASSWORD_SPECIAL', 0),
],
];
diff --git a/config/enso/config.php b/config/enso/config.php
index 417e78727..8e576c538 100644
--- a/config/enso/config.php
+++ b/config/enso/config.php
@@ -1,17 +1,14 @@
'4.7.1',
+ 'version' => '4.8.0',
'ownerCompanyId' => (int) env('OWNER_COMPANY_ID', 1),
'showQuote' => (bool) env('SHOW_QUOTE', true),
'defaultRole' => 'admin',
'dateFormat' => 'd-m-Y',
'dateTimeFormat' => 'd-m-Y H:i:s',
'facebook' => 'https://facebook.com',
- 'googleplus' => 'https://plus.google.com',
+ 'instagram' => 'https://www.instagram.com',
'twitter' => 'https://twitter.com',
- 'ravenKey' => env('RAVEN_DSN', null),
- 'cacheLifetime' => (int) env('CACHE_LIFETIME', 60),
- 'ensoApiToken' => env('ENSO_API_TOKEN', null),
'extendedDocumentTitle' => (bool) env('EXTENDED_DOCUMENT_TITLE', false),
];
diff --git a/config/enso/tables.php b/config/enso/tables.php
index 6225227dd..e787de833 100644
--- a/config/enso/tables.php
+++ b/config/enso/tables.php
@@ -200,7 +200,7 @@
*/
'export' => [
- 'path' => 'exports',
+ 'folder' => 'exports',
'timeout' => 60 * 60,
'sheetLimit' => 1000000,
'notifications' => ['mail', 'broadcast', 'database'],
diff --git a/config/insights.php b/config/insights.php
index 7aab03ee4..dc2967df9 100644
--- a/config/insights.php
+++ b/config/insights.php
@@ -10,9 +10,6 @@
use NunoMaduro\PhpInsights\Domain\Insights\ForbiddenTraits;
use NunoMaduro\PhpInsights\Domain\Metrics\Architecture\Classes;
use ObjectCalisthenics\Sniffs\Classes\ForbiddenPublicPropertySniff;
-use ObjectCalisthenics\Sniffs\Files\FunctionLengthSniff;
-use ObjectCalisthenics\Sniffs\Metrics\MethodPerClassLimitSniff;
-use ObjectCalisthenics\Sniffs\NamingConventions\ElementNameMinimalLengthSniff;
use PHP_CodeSniffer\Standards\Generic\Sniffs\Files\LineLengthSniff;
use PHP_CodeSniffer\Standards\Generic\Sniffs\NamingConventions\UpperCaseConstantNameSniff;
use PHP_CodeSniffer\Standards\PEAR\Sniffs\WhiteSpace\ObjectOperatorIndentSniff;
@@ -87,27 +84,13 @@
CyclomaticComplexityIsHigh::class => [
'maxComplexity' => 10,
],
- ElementNameMinimalLengthSniff::class => [
- 'minLength' => 3,
- 'allowedShortNames' => [
- 'i', 'q', 'id', 'ip', 'up', 'to', 'cc', 'by', 'lt', 'lte',
- 'gt', 'gte', 'eq', 'io', 'IO', 'NA', 'Ms', 'Mr',
- ],
- ],
ForbiddenPrivateMethods::class => [
'title' => 'The usage of private methods is not idiomatic in Laravel.',
],
- FunctionLengthSniff::class => [
- 'exclude' => [],
- ],
LineLengthSniff::class => [
'lineLimit' => 100,
'absoluteLineLimit' => 120,
],
- MethodPerClassLimitSniff::class => [
- 'maxCount' => 10,
- 'exclude' => [],
- ],
UnusedParameterSniff::class => [
'exclude' => [
'app/Http/Resources',
diff --git a/database/factories/UserFactory.php b/database/factories/UserFactory.php
index a2d506d39..d80499477 100644
--- a/database/factories/UserFactory.php
+++ b/database/factories/UserFactory.php
@@ -2,11 +2,11 @@
namespace Database\Factories;
-use LaravelEnso\Core\Database\Factories\UserFactory as CoreUserFactory;
-use LaravelEnso\Core\Models\User;
-use LaravelEnso\Core\Models\UserGroup;
use LaravelEnso\People\Models\Person;
use LaravelEnso\Roles\Models\Role;
+use LaravelEnso\UserGroups\Models\UserGroup;
+use LaravelEnso\Users\Database\Factories\UserFactory as CoreUserFactory;
+use LaravelEnso\Users\Models\User;
class UserFactory extends CoreUserFactory
{
diff --git a/database/seeders/DatabaseSeeder.php b/database/seeders/DatabaseSeeder.php
index e88de2294..ffb6951bd 100644
--- a/database/seeders/DatabaseSeeder.php
+++ b/database/seeders/DatabaseSeeder.php
@@ -3,11 +3,11 @@
namespace Database\Seeders;
use Illuminate\Database\Seeder;
-use LaravelEnso\Core\Database\Seeders\UserGroupSeeder;
-use LaravelEnso\Core\Database\Seeders\UserSeeder;
use LaravelEnso\Countries\Database\Seeders\CountrySeeder;
use LaravelEnso\Localisation\Database\Seeders\LanguageSeeder;
use LaravelEnso\Roles\Database\Seeders\RoleSeeder;
+use LaravelEnso\UserGroups\Database\Seeders\UserGroupSeeder;
+use LaravelEnso\Users\Database\Seeders\UserSeeder;
class DatabaseSeeder extends Seeder
{
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 0f40b6bfc..6ebff3cb9 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -1,4 +1,4 @@
-FROM php:7.4-apache
+FROM php:8.0-cli
# Apache configuration
RUN a2enmod rewrite
diff --git a/phpunit.xml b/phpunit.xml
index 180001e06..cdd2feeb2 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -11,101 +11,42 @@
-
+
./tests
-
-
./vendor/laravel-enso/action-logger/tests
-
-
- ./vendor/laravel-enso/activity-log/tests
-
-
./vendor/laravel-enso/addresses/tests
-
-
- ./vendor/laravel-enso/avatars/tests
-
-
./vendor/laravel-enso/calendar/tests
-
-
- ./vendor/laravel-enso/cli/tests
-
-
./vendor/laravel-enso/comments/tests
-
-
./vendor/laravel-enso/companies/tests
-
-
./vendor/laravel-enso/core/tests
-
-
- ./vendor/laravel-enso/data-import/tests
-
-
- ./vendor/laravel-enso/discussions/tests
-
-
- ./vendor/laravel-enso/documents/tests
-
-
- ./vendor/laravel-enso/files/tests
-
-
+ ./vendor/laravel-enso/filters/tests
./vendor/laravel-enso/forms/tests
-
-
./vendor/laravel-enso/helpers/tests
-
-
./vendor/laravel-enso/history-tracker/tests
-
-
./vendor/laravel-enso/impersonate/tests
-
-
./vendor/laravel-enso/localisation/tests
-
-
./vendor/laravel-enso/logs/tests
-
-
./vendor/laravel-enso/menus/tests
-
-
./vendor/laravel-enso/notifications/tests
-
-
./vendor/laravel-enso/people/tests
-
-
./vendor/laravel-enso/permissions/tests
-
-
./vendor/laravel-enso/rememberable/tests
-
-
./vendor/laravel-enso/roles/tests
-
-
./vendor/laravel-enso/searchable/tests
-
-
./vendor/laravel-enso/select/tests
-
-
./vendor/laravel-enso/tables/tests
-
-
./vendor/laravel-enso/track-who/tests
-
-
./vendor/laravel-enso/tutorials/tests
-
-
./vendor/laravel-enso/upgrade/tests
+ ./vendor/laravel-enso/users/tests
+ ./vendor/laravel-enso/user-groups/tests
+
+
+ ./vendor/laravel-enso/avatars/tests
+ ./vendor/laravel-enso/cli/tests
+ ./vendor/laravel-enso/data-import/tests
+ ./vendor/laravel-enso/documents/tests
+ ./vendor/laravel-enso/files/tests
diff --git a/resources/lang/ar.json b/resources/lang/ar.json
index 84fc2a311..dadfd9b6c 100644
--- a/resources/lang/ar.json
+++ b/resources/lang/ar.json
@@ -1 +1 @@
-{"Sale":null,"A cancellation request was received for a :channel order.":null,"Please take the necessary steps.":null,"A cancellation request was received for a :channel order":null,"Order #:number from :channel, placed by :person, has a new status update: :status":null,"New Position":null,"Download goods received note":null,"Undo receive":null,"Receive":null,"Undo confirm":null,"Confirm":null,"Reference":null,"UID":null,"Undo deliver":null,"Deliver":null,"Undo ship":null,"Ship":null,"Undo prepare":null,"Prepare products":null,"Insert in stock":null,"Undo fulfill":null,"Remove from stock":null,"Order emailed by":null,"Invoice emailed by":null,"No email sent with the current invoice":null,"Issue Proforma":null,"No email sent with the current order":null,"Download order (pdf)":null,"Download order (xlsx)":null,"Fulfill":null,"Store":null,"Cancellation request for :channel order #:number":null,"Your order #:number is being processed. We'll keep you updated.":null,"Your order #:number has been delivered. We hope you enjoy your purchase and we'd really love to receive your feedback. If you wish, you can leave us a product review.":null,"Don't hesitate to contact us for any questions.":null,"Your order #:number has been packed and is ready for shipping. We'll let you know once it's shipped.":null,"A :channel order cancellation request was received":null,"Status update for order #:number":null,"Order #:number from :channel, placed by :person, has a new status update :status":null,"Your order #:number has been delivered. We hope you enjoy your purchase and we’d really love to receive your feedback. If you wish, you can leave us a product review.":null,"Your order #:number has been shipped to the following address: :address":null,"Your order #:number has been packed and is ready for shipping. We’ll let you know once it’s shipped.":null,"Your order #:number is being processed. We’ll keep you updated.":null,"Your order #:number was delivered":null,"Your order #:number was shipped":null,"Your order #:number is ready to be shipped":null,"Your order #:number is being processed":null,"Author":null,"Subgenre":null,"Genre":null,"Number of Pages":null,"Year of Publication":null,"Collection":null,"Edition":null,"Publisher":null,"Translator":null,"A new account was created: :name":null,":days Days Returns":null,"Street line 2":null,"Street line 1":null,"A payment method was already set for this order":null,"Added":null,"Authorize Only":null,"Pay by Wire Transfer":null,"Go back to the store":null,"We will create an account for your future orders":null,"Secure payments with":null,"The company already exists in our system. Please contact us about that":null,"Set your new password":null,"If you are having trouble clicking the action button, copy and paste the URL below into your web browser":null,"Ship to a different addressed":null,"You just asked for a password reset. To complete the process click the button below.":null,":name export done":null,":name export started":null,":type import done":null,"":null,"#":null,"30 days":null,"7 days":null,"A fresh verification link has been sent to your email address.":null,"About this brand":null,"About Us":null,"Above":null,"Accessories":null,"Account details":null,"Account":null,"account":null,"Acidity":null,"Acquisition Price":null,"Acquisition Value":null,"Actions":null,"actions":null,"Active":null,"active":null,"Activity Log":null,"Start Date":null,"Activity":null,"Add :entity":null,"Add address":null,"Add Brand":null,"Add card":null,"Add Card":null,"Add Comment":null,"Add company":null,"Add File":null,"Add Key":null,"Add Payment":null,"Add to cart":null,"Add to favorites":null,"Add video":null,"Add":null,"Adding":null,"Additional":null,"Address is missing or does not have lat\/long":null,"Address":null,"Addresses":null,"Adjustment":null,"Administration":null,"administration":null,"Administrative Area":null,"Again Colors":null,"Agent":null,"Algolia":null,"All Menu Items":null,"All Products":null,"All products":null,"all products":null,"All rights reserved.":null,"all":null,"Allocated To":null,"Amazing Saving":null,"Amount":null,"An error has occured. Please report this to the administrator":null,"An error was encountered while generationg :export":null,"An export job is already running for the same table":null,"An unknown error occurred while submitting your report. Please try again.":null,"Analytics Id":null,"Apartment":null,"App Key":null,"App":null,"Appellative":null,"Approved Documentation":null,"Approved":null,"April":null,"Aprovizionari":null,"Are you sure that you want to delete the template file?":null,"Are you sure?":null,"Assign":null,"Associate Person":null,"attribute groups":null,"Audit":null,"audit":null,"Authors":null,"Available menus":null,"Available slides":null,"Avatar":null,"Avenue":null,"Awaiting Brand validation":null,"Awaiting Documentation Validation":null,"Awaiting EAN validation":null,"Awaiting MKTP validation":null,"Award List":null,"Awards":null,"Azzure":null,"Back":null,"Backed by":null,"Bag":null,"Bank Account":null,"Bank":null,"Be the first to review this product":null,"Before proceeding, please check your email for a verification link.":null,"Below":null,"Bend":null,"Besel":null,"Best Seller":null,"Between":null,"Billing Address":null,"Birthday":null,"birthday":null,"Birthdays":null,"Blank":null,"Blocked":null,"Bookmarks":null,"Bottled Weight":null,"Boulevard":null,"Box":null,"Brand Count":null,"Brands":null,"brands":null,"BTL":null,"Bucharest":null,"Building Type":null,"Building":null,"building":null,"built with":null,"Business hours":null,"Butons":null,"Button Item":null,"Buttons":null,"buttons":null,"By":null,"Calendar":null,"calendar":null,"Calendars":null,"Calories per 100g":null,"Cancel":null,"Cancelled":null,"cancelled":null,"Cantitate":null,"Card number":null,"Cardholder name":null,"Carousel":null,"carousel":null,"Carrier":null,"Cart is empty":null,"Cart Summary":null,"Cart Validity Days":null,"Cart":null,"Pay on Delivery":null,"Cash Register Receipt":null,"Catalog":null,"Categories":null,"categories":null,"Navigation":null,"Category":null,"Channel":null,"Characteristics":null,"Cheque":null,"Choose language":null,"Choose your payment method":null,"Choose":null,"City Population by Age":null,"City":null,"Clear all":null,"click here to request another":null,"Client (company)":null,"Client (person)":null,"Client Discounts":null,"Client Invoices":null,"Client Order Reference":null,"Client Payment":null,"Client Payments":null,"Client Reference":null,"Client Stock":null,"Client Stocks":null,"Client":null,"Clienti":null,"Clients":null,"clients":null,"Close":null,"Code":null,"Coding":null,"Collapse Main Menu":null,"Colors Two":null,"Colors":null,"Coming Soon":null,"Comments":null,"Commercial":null,"commercial":null,"Companies":null,"companies":null,"Company client":null,"Company":null,"company":null,"Completed":null,"Configure Role":null,"Configure":null,"configure":null,"Confirm Password":null,"Confirmed":null,"Contact Bar Text":null,"contact form":null,"Contact Form":null,"Contact us with any questions or concerns that you may have and we will get back to you shortly":null,"Contact":null,"Contacts Index":null,"Contacts":null,"contacts":null,"Content Private":null,"Content":null,"Continue":null,"Copied to clipboard":null,"Copyright © 2016":null,"Core":null,"Country of Origin":null,"Country":null,"County":null,"Courier Service":null,"Create a new Entity":null,"Create a new User":null,"Create Button":null,"Create Company":null,"Create Differences Sale":null,"Create Group":null,"create group":null,"Create Language":null,"Create Menu":null,"Create Owner":null,"Create Permission Group":null,"Create Permission":null,"Create Permissions Group":null,"Create Person":null,"Create Resource":null,"Create Role":null,"Create Tutorial":null,"Create User Group":null,"Create User":null,"Create":null,"create":null,"Created Address":null,"Created At":null,"Created at":null,"Created By":null,"Created Contact":null,"Created":null,"created":null,"Currency Placed Before":null,"Current file size is":null,"custom":null,"Customer opinions":null,"Cycling":null,"Danger":null,"Dashboard":null,"dashboard":null,"Data Import":null,"data import":null,"Date":null,"Default Address":null,"Default Menu":null,"Default":null,"default":null,"Delete Avatar":null,"Delete File":null,"Delete Template":null,"Delete video":null,"Delete":null,"delete":null,"deleted":null,"Delivered":null,"Description":null,"deselect":null,"Designing":null,"details":null,"Details":null,"Diameter":null,"Direct Link":null,"Discount":null,"Discounts":null,"discounts":null,"Discussions":null,"Display Name":null,"Documents":null,"documents":null,"Don't have an account?":null,"Download Delivery Note":null,"Download Excel Sale Offer":null,"Download Excel Sale Return Offer":null,"Download Goods Received Note":null,"Download Invoice (long click for cancel)":null,"Download Payment (long click for cancel)":null,"Download Sale Offer":null,"Download Sale Return Offer":null,"Download Stock Removal":null,"Download Template":null,"Download":null,"Drag And Drop":null,"Drinking":null,"Due Date":null,"E-Mail Address":null,"Eating":null,"EAV":null,"eav":null,"Edit Button":null,"Edit Company":null,"Edit Invoice":null,"Edit Language":null,"Edit Menu":null,"Edit Owner":null,"Edit Permission Group":null,"Edit Permission":null,"Edit Permissions Group":null,"Edit Person":null,"Edit personal details":null,"Edit Role":null,"Edit Texts":null,"edit texts":null,"Edit Tutorial":null,"Edit User Group":null,"Edit User":null,"Edit":null,"edit":null,"Editable Limit":null,"edited":null,"Element":null,"Emag Active Offer":null,"Emag documentatie":null,"Emag Documentation":null,"Emag Offer":null,"Emag pret":null,"Emag Price":null,"Emag Valid":null,"Emag":null,"emag":null,"Email can only be edited via the user form":null,"Email":null,"Emailed At":null,"Emailed":null,"Enabled":null,"End":null,"Enter Fulfilling Mode":null,"Enter the application":null,"Enter warehouse mode":null,"Enter Warehouse Mode":null,"Entities":null,"entities":null,"Entity Details":null,"Entity":null,"entity":null,"Entries":null,"entries":null,"Entry":null,"entry":null,"Error":null,"Events":null,"Excel":null,"Expanded Menu":null,"Expanded Sidebar":null,"Expiration Date":null,"Export available for download: :filename":null,"Export Done":null,"Export emailed: :filename":null,"Export emailed":null,"Export error":null,"Export Notification":null,"Export started":null,"Export":null,"export":null,"exporting rejected":null,"exports":null,"External":null,"Extra Virgin Olive Oils":null,"Facturi clienti":null,"Facturi furnizori":null,"Failed":null,"failed":null,"FAQ":null,"Favorites":null,"Favourite products":null,"Fax Number":null,"Fax":null,"FEATURED BRANDS":null,"Featured Brands":null,"Feb":null,"February":null,"File name":null,"File Size":null,"File":null,"File(s)":null,"Files were uploaded successfully":null,"Files":null,"files":null,"Fill":null,"Filter by name or code":null,"Filter":null,"filtered from":null,"filtered":null,"Filters":null,"Finalize order":null,"Finalize":null,"Finalized":null,"finalized":null,"Financial Overview":null,"Financials":null,"financials":null,"find matches":null,"First Name":null,"Fiscal Code":null,"Fiscal Invoice":null,"Fiscal":null,"Flag Icon Class":null,"Flag Sufix":null,"Flag":null,"Floor":null,"floor":null,"Forbidden":null,"Forgot Password?":null,"Forgot password":null,"Forgot Your Password?":null,"Found :total results":null,"Friday":null,"Frisbo":null,"From":null,"from":null,"Fulfilled At":null,"Fulfilling":null,"Furnizor":null,"Gender":null,"General Settings":null,"General":null,"Generate":null,"Generated for order #:number":null,"Geneva":null,"Get in touch with us":null,"Go Home":null,"Google":null,"Got it!":null,"Green":null,"Group":null,"Groups":null,"Habits":null,"Harvest 2016\/2017":null,"Harvest 2017\/2018":null,"Harvest 2018\/2019":null,"Harvest 2019\/2020":null,"Harvest":null,"Has Children":null,"Height":null,"Hello!":null,"Hello":null,"Herbs":null,"here":null,"Hi :name,":null,"Hi :name":null,"Home":null,"Homepage":null,"How To Videos":null,"how to videos":null,"I agree to the":null,"I authorise :name to send instructions to the financial institution that issued my card to take payments from my card account in accordance with the terms of my agreement with you":null,"I authorise":null,"Ian":null,"Icon Class":null,"Icon":null,"If you are having trouble clicking the action button, copy and paste the URL below":null,"If you did not create an account, no further action is required.":null,"If you did not receive the email":null,"If you did not request a password reset, no further action is required.":null,"If you’d like to help, tell us what happened below.":null,"IFSC":null,"Impersonate":null,"Impersonating":null,"Import Summary":null,"Import Type":null,"Import":null,"Importance":null,"Important":null,"Imported At":null,"Imported By":null,"Imported Entries":null,"ImportType":null,"In a few minutes you will receive a confirmation email":null,"In Stock":null,"in stock":null,"10 Days Returns":null,"24h Tracked Shipping":null,"100% Original Products":null,"Secure Payments":null,"Income":null,"index":null,"Indications":null,"Individual":null,"Industrial":null,"Info":null,"Ingredients":null,"Insert in Stock":null,"Integrations":null,"Internal #":null,"Internal Code":null,"Internal":null,"into your web browser":null,"Invalid signature.":null,"Invalid":null,"Inventory":null,"inventory":null,"Invoice Emailed":null,"Invoice for order # :number":null,"Invoice for order":null,"invoice":null,"invoices":null,"Invoices":null,"Is Active":null,"Is Cancelled":null,"Is Default":null,"is-bordered":null,"is-hoverable":null,"is-narrow":null,"is-striped":null,"Issue Invoice":null,"Issue Payment":null,"Issue proforma":null,"Issues":null,"It looks like we’re having issues.":null,"Item":null,"items":null,"Items":null,"Jams":null,"January":null,"Jar":null,"July":null,"June":null,"Keep tables configurations":null,"Key Collector":null,"Key Name":null,"Key Value":null,"Key":null,"keys found":null,"Label Generator":null,"Label":null,"Labels":null,"labels":null,"Lane":null,"Language Item":null,"Language":null,"Languages":null,"languages":null,"Last Modified":null,"last month":null,"Last Name":null,"Last updated":null,"last week":null,"last year":null,"Learn more":null,"Leave Fulfilling Mode":null,"Leave Warehouse Mode":null,"Left":null,"Length":null,"limited quantity":null,"Limited Stock Limit":null,"Limited Stock":null,"Line":null,"Link":null,"List Price":null,"Page [page] from [toPage]":null,"List Value":null,"List":null,"Load More":null,"Load more":null,"Loading...":null,"Loading":null,"Localisation Index":null,"Localisation":null,"localisation":null,"Localities":null,"Locality":null,"Log in":null,"Log out":null,"Log Out":null,"log":null,"Login":null,"login":null,"Logins":null,"logins":null,"logout":null,"Logout":null,"Logs Index":null,"Logs":null,"logs":null,"Loss":null,"Made with Bulma":null,"Made with Laravel":null,"Made with Vue":null,"Magazie":null,"Main Menu":null,"Manage Buttons":null,"Manage Menus":null,"Manage Permissions":null,"Mandatary":null,"Manufacturer":null,"Manufacturers":null,"Maps key":null,"Mar":null,"March":null,"Mark all as read":null,"Mark all read":null,"Max":null,"May":null,"MB":null,"Measurement Unit":null,"Measurement Units":null,"measurement units":null,"Member Since":null,"Members":null,"Menu Collapse":null,"Menu Items":null,"Menu":null,"Menus Index":null,"Menus":null,"menus":null,"Merge all localisation files":null,"Mfr #":null,"Mfr":null,"Min":null,"Miss":null,"Mode":null,"Monday":null,"more":null,"move to favorites":null,"Mr":null,"MU":null,"N\/A":null,"Name":null,"Needs matching":null,"Net Weight":null,"New Address":null,"New Password":null,"New team":null,"New Topic":null,"New":null,"Next Page":null,"Next":null,"NIN":null,"No activity found":null,"No keys found":null,"No locations found":null,"No options available":null,"No records were found":null,"No reservations found":null,"No search results found":null,"No teams were created yet":null,"No":null,"Not Found":null,"not paid":null,"Note":null,"Notes":null,"Nothing found":null,"notification":null,"Notifications":null,"notifications":null,"Number":null,"Observations":null,"of":null,"Offices":null,"Oh no":null,"OK":null,"on behalf of :company":null,"On Demand":null,"on":null,"Online":null,"Only missing":null,"Operation failed because the permission is allocated to existing role(s)":null,"Operation was successfull":null,"order #:number invoice":null,"order #:number":null,"Order #:number":null,"Order details :number":null,"Order Line Limit":null,"Order Payment":null,"Order Values":null,"Order":null,"Orders":null,"Organize Menus":null,"our location":null,"Our Location":null,"Our team has been notified.":null,"Overdue":null,"Own Stock":null,"Owners Index":null,"Owners":null,"owners":null,"Package Content":null,"Packaging Units":null,"packaging units":null,"Page Expired":null,"Parade":null,"Parent":null,"Part Number":null,"Password Confirmation":null,"Password":null,"password":null,"Passwords must be at least six characters and match the confirmation.":null,"Past Imports":null,"Pasta":null,"Pay Later":null,"pay":null,"Pay":null,"Payment method":null,"Payment Methods":null,"Payment Order":null,"Payment":null,"payments":null,"Payments":null,"Pays VAT":null,"People":null,"people":null,"Permission Group":null,"Permission Groups Index":null,"Permission Groups":null,"Permission Name":null,"Permission":null,"permissionGroups":null,"Permissions Group Items":null,"Permissions Group":null,"permissions group":null,"Permissions Groups":null,"Permissions Index":null,"Permissions":null,"permissions":null,"Person client":null,"Person":null,"person":null,"Personal Info":null,"Personal information can only be edited via the person form":null,"Personal":null,"Phone Number":null,"Phone":null,"Pic":null,"Pick an option":null,"Picture":null,"Piece":null,"Place order":null,"See cart":null,"Placement":null,"Plati clienti":null,"Plati furnizor":null,"Please choose":null,"Please click the button below to verify your email address.":null,"Please confirm your password before continuing.":null,"Please Fill":null,"Please find attached the order's invoice.":null,"Please review your order and payment details":null,"Please set or reset your password by clicking the button below.":null,"POS Receipt":null,"Position":null,"Positions":null,"positions":null,"Post":null,"Postal Area":null,"Postal Code":null,"Postcode":null,"posted":null,"Prepared":null,"Preview":null,"Previous Page":null,"Previous":null,"Price":null,"Privacy":null,"processed":null,"Processing":null,"processing":null,"Product image coming soon":null,"Product":null,"Products per page":null,"Products":null,"products":null,"Produs":null,"Profile":null,"Profit":null,"Proforma Invoice":null,"Proforma":null,"Promissory Note":null,"publish product":null,"Purchase Returns":null,"purchase returns":null,"Purchase":null,"Purchases":null,"purchases":null,"Purple":null,"Qty":null,"Quantity":null,"rating":null,"Rating":null,"Ratio":null,"Read":null,"Recaptcha key":null,"Recaptcha secret":null,"Receipt":null,"Received":null,"Recent orders":null,"Recommended Products":null,"records":null,"Red":null,"Reference \\ PO":null,"Regards":null,"register":null,"Register":null,"Registered Entities":null,"Registered Users":null,"Registry Of Commerce":null,"Registry of commerce":null,"Rejected Association":null,"Rejected Brand":null,"Rejected Documentation":null,"Rejected EAN":null,"Reload":null,"Remember me":null,"Remember Me":null,"Reminder":null,"Remove From Stock":null,"Remove poster":null,"remove":null,"Reorder Menu":null,"reorder":null,"Repeat Password":null,"Replies":null,"Reply":null,"Resell":null,"Reservations":null,"Reserved":null,"Reset password request":null,"Reset password":null,"Reset":null,"Residential":null,"Resource Prefix":null,"Resource":null,"resource":null,"Retur aprovizionari":null,"Retur vanzari":null,"Revenue":null,"Reviews":null,"reviews":null,"Right":null,"Road":null,"Role Item":null,"Role":null,"role":null,"Roles Index":null,"Roles List":null,"Roles":null,"roles":null,"Rotatie":null,"Rotation":null,"Route":null,"Row":null,"Running":null,"Sale Channel":null,"Sale Channels":null,"sale channels":null,"Sale Price":null,"Sale Returns":null,"sale returns":null,"Sale Value":null,"Sales":null,"sales":null,"Saturday":null,"Sauces":null,"Save Configuration":null,"Save your work then click here to refresh your page and update to the latest application version":null,"Save":null,"Sea Salt":null,"Search category limit":null,"Search in products":null,"Search placeholder":null,"Search something":null,"Search within brands":null,"Search...":null,"Search":null,"Searching...":null,"Searching":null,"Secret":null,"See all":null,"Select file for import":null,"select":null,"selected":null,"Send a password reset link":null,"Send a reset password link":null,"Send Password Reset Link":null,"Serial":null,"Server Error":null,"Service Unavailable":null,"Service":null,"Services":null,"services":null,"Set password":null,"Settings":null,"settings":null,"Share your idea...":null,"Share your opinion and rate the product":null,"Share your opinion...":null,"Shelf":null,"Shift + Enter to post":null,"Shipped":null,"Shipping Address":null,"Shipping charges may be incurred":null,"Shipping charges of :value (+VAT) will be added":null,"Shipping cost":null,"You will pay":null,"Visit the product page":null,"Shop Categories":null,"Shopping Cart":null,"Show Log":null,"Show Logs from":null,"Show":null,"show":null,"Showing :from - :to of :total results":null,"Sicilian Honey":null,"Sidebar Toggle":null,"Similar products limit":null,"Site Texts":null,"Size":null,"Sleeping":null,"Some fields were invalid. Please correct the errors and try again.":null,"Something went wrong...":null,"Special Diet":null,"Speciality":null,"Spendings":null,"Square":null,"Start Tutorial":null,"Started":null,"Starters":null,"Status":null,"Stock Rotation":null,"Stock: :stock":null,"Stock":null,"Stopped":null,"Storage Usage":null,"store":null,"Storing":null,"Street Type":null,"Street":null,"Sub Administrative Area":null,"Submit":null,"Success":null,"Successful":null,"Summary":null,"Sunday":null,"Supplier Discounts":null,"Supplier Invoices":null,"Supplier Number":null,"Supplier Payments":null,"Supplier Ref":null,"Supplier Stock":null,"Supplier":null,"suppliers":null,"Sweets":null,"System":null,"system":null,"Table export done":null,"Table export error":null,"Table export started":null,"Table":null,"Tables State Save":null,"Tags":null,"Tasks":null,"tasks":null,"team":null,"Teams":null,"Template":null,"Tenant":null,"terms and conditions":null,"Terms of use":null,"Terms Of Use":null,"terms of use":null,"Thank you for shopping with us.":null,"Thank you for using our application!":null,"Thank you for your order":null,"Thank you":null,"The :filename file is ready":null,"The address has been successfully updated":null,"The address was successfully created":null,"The admin role already has all permissions and does not need syncing":null,"The application was updated, please save your work & refresh your browser":null,"The Changes have been saved!":null,"The changes have been saved":null,"The company was successfully created":null,"The company was successfully deleted":null,"The company was successfully updated":null,"The Entity was created!":null,"The entity was created!":null,"The export :name could not be completed due to an unknown error":null,"The export was cancelled successfully":null,"The form contains errors":null,"The generated document has :entries entries":null,"The import was restarted":null,"The language files were successfully merged":null,"The language files were successfully updated":null,"The log file":null,"The log was cleaned":null,"The menu was created!":null,"The operation was successful":null,"New order #:number from :channel for :total :currency was placed by :person":null,"Selected payment method: :paymentMethod":null,"The permission group was created!":null,"The permission was created!":null,"The permissions were created!":null,"The person has assigned resources in the system and cannot be deleted":null,"The Person was successfully created":null,"The person was successfully created":null,"The person was successfully deleted":null,"The person was successfully updated":null,"The poster was deleted successfully":null,"The requested report was started. It can take a few minutes before you have it in your inbox":null,"The requested report was started. It can take a few minutes before you have it in your inbox":null,"The role was created!":null,"The selected record is about to be deleted. Are you sure?":null,"The team was successfully saved":null,"The tutorial was created!":null,"The tutorial was successfully deleted":null,"The user group was successfully created":null,"The user group was successfully deleted":null,"The user has activity in the system and cannot be deleted":null,"The User was created!":null,"The video file was deleted successfully":null,"The video was updated successfully":null,"The webshop is still under construction, but we're launching soon...":null,"Theme Color":null,"Theme":null,"There are no active carousel slides":null,"There are no addresses added yet":null,"There are no companies added yet":null,"There are no credit cards added yet":null,"This action is unauthorized.":null,"this month":null,"This password reset link will expire in :count minutes.":null,"This password reset token is invalid.":null,"This website uses cookies to deliver its services and to analyze traffic. For more details please visit our":null,"privacy policy":null,"this week":null,"this year":null,"Thursday":null,"Time":null,"Timeline":null,"Tip":null,"Title...":null,"Title":null,"title":null,"to manage your addresses":null,"to manage your cards":null,"to manage your companies":null,"to view your order":null,"To":null,"to":null,"Today":null,"today":null,"Toggle navigation":null,"Too Many Attempts.":null,"Too Many Requests":null,"Top Banner Content":null,"Top Pick":null,"Total amount for order #:number is :currency:total":null,"total records":null,"Total":null,"total":null,"Translations":null,"Tuesday":null,"Tutorial":null,"Tutorials Index":null,"Tutorials":null,"tutorials":null,"Type a new comment":null,"Type":null,"type":null,"Types":null,"Unable to read file":null,"Unauthorized":null,"Undo Stock Insertion":null,"Undo Stock Removal":null,"Unique Identifier":null,"Unit. Price":null,"Unitary Price":null,"untagged":null,"Update":null,"Updated At":null,"Updated By":null,"updated the members":null,"updated":null,"Updated":null,"Upload Avatar":null,"Upload Template":null,"uploads":null,"Use":null,"User Details":null,"user groups":null,"User Groups":null,"User Info":null,"User Profile":null,"User":null,"user":null,"Users Administration":null,"Users Index":null,"Users":null,"users":null,"Valability":null,"Valid":null,"Editable time limit in seconds. Use 0 to disable":null,"Value":null,"Vanzari":null,"VAT":null,"VAT Value":null,"ver":null,"Verify Email Address":null,"Verify Your Email Address":null,"Video description":null,"Video name":null,"Video":null,"video":null,"View Cart":null,"View your order":null,"Virtual Position ID":null,"Visible Brands":null,"Visible Top Banner":null,"Vista":null,"Volume":null,"Voucher":null,"waiting":null,"Warehouse":null,"warehouses":null,"Warehouses":null,"Warning":null,"was changed":null,"was last updated":null,"We can't find a user with that e-mail address.":null,"We have e-mailed your password reset link!":null,"We will keep you updated on its progress":null,"We won't ask for your password again for a few hours.":null,"Webshop Name":null,"Webshop Order":null,"webshop":null,"Webshop":null,"Website":null,"Wednesday":null,"Welcome Back":null,"Welcome":null,"What happened?":null,"What you need to know":null,"What":null,"When":null,"Whoops!":null,"Width":null,"Write a review":null,"Write":null,"Yes":null,"yesterday":null,"You are not authorized for this action":null,"You are not authorized to perform this action":null,"You are receiving this email because we received a password reset request for your account.":null,"You can click":null,"You don't have any favorite products yet":null,"You don't have any notifications":null,"You don't have any orders yet":null,"You don't have any products in the shopping cart right now":null,"You have":null,"You just got a notification...":null,"You made too many attempts. Please wait 5 minutes and try again.":null,"You may also like":null,"You will find attached the requested report.":null,"Your :shop order :number":null,"Your account has been disabled. Please contact the administrator":null,"Your card was successfully saved":null,"Your email address is not verified.":null,"Your Message":null,"Your password has been reset!":null,"You need to accept our terms of use first":null,"item":null,"PO #":null,"Your privacy is important for us":null,"cart":null,"favourites":null,"addresses":null,"orders":null,"payment":null,"summary":null,"add":null,"rate":null,"review":null,"star":null,"stars":null,"Thank you for contributing":null,"Do you own or have used this product?":null,"This review is awaiting approval":null,"This review was approved":null,"This review was rejected. You may edit and repost it.":null,"Edit review":null,"category":null,"terms-of-use":null,"privacy":null,"about-us":null,"favorites":null,":user finalized the :model :label for the partner :partner":null,":type quantity and total were successfully updated":null,":type update":null,"Please find attached the order details":null,"Succeeded":null,"External Reference":null,"Incomplete order (#:number)":null,"On :date you placed an order on our webshop but forgot to finalize the payment.":null,"Please click bellow to view your order and finalize the payment":null,"New message from the webshop's contact form":null,"Your Webshop.":null,"Message:":null,"Contact phone: :phone":null,"Your order #:number on :shop was successfully placed":null,"You have a new webshop order":null,"New user registration":null,"Before adjusting stock, select the product default supplier":null,"Cannot increment when quantity <= 0":null,"Cannot decrement when quantity <= 0":null,"Order already has a :type invoice":null,"Invalid item":null,"Cannot update orders that are externally fulfilled":null,"Order is already in this status":null,"There are no differences on this order":null,"You are not allowed to issue payments without invoices":null,"You are not allowed to issue payments on a cancelled invoice'":null,"Sale is already paid":null,"You cannot delete a paid order":null,"order details":null,"Delivery Address":null,"Disc.":null,"M.U.":null,"Product \/ Code":null,"registered in doc.":null,"received":null,"U.P acquision":null,"(no VAT)":null,"Val. acquision":null,"Val. VAT":null,"(afferent)":null,"Info field":null,"additional":null,"piece":null,"Total General":null,"Goods Receipt Note":null,"Unit":null,"The undersigned, members of the reception committee, have received the material values provided by":null,"delegate":null,"based on the accompanying documents":null,"consisting":null,"car no.":null,"Optional field, usable in case of observations":null,"Reception committee members name and surname":null,"Signature":null,"Manager name and surename":null,"Manager name and surname":null,"Reception comitee conclusions":null,"Reception committee conclusions":null,"Supplier\/carrier point of view":null,"Other mentions":null,"The quantity determination was done by":null,"The quality determination was made by the sample":null,"no.":null,"Sender":null,"Companion":null,"Dispatch station":null,"Destination station":null,"Release date":null,"Dispatch date":null,"Arrival date":null,"Supplier delegates, the carrier who participated in the reception":null,"ISBN":null,"Total products":null,"Scale indicated weight":null,"Stock Removal":null,"Representative of":null,"Name and surname":null,"Identity card":null,"TOTAL":null,"Reception participants":null,"for Sale":null,"Emag API call for :action failed":null,"The action :action on url :url failed with the following error messages:":null,"New :type callback from emag":null,"New :type callback from emag for id :id":null,"Missing app product for emag order :id":null,"Product :product":null,"Offer mismatch for eMag order :id":null,"For product :code":null,"External part number :code":null,"Part number :code":null,"New eMag order (id: :id) with vouchers:":null,":name, value :value":null,"New eMag order (id: :id) with vouchers":null,"Shipping price mismatch for eMag order :order":null,"Product price mismatch for eMag order :order":null,"Offer with id :id already exists":null,"An offer for the pnk :pnk already exists":null,"An offer with product id :id already exists and needs eMag intervention":null,"No order with id :id found":null,"Write Review For":null,"Don't know what to write about?":null,"Tell us what you like about the purchased product.":null,"Does it live up to your expectations?":null,"Are you satisfied with the value for money?":null,"Would you recommend it to others?":null,"Remove from favorites":null,"make default":null,"delivery":null,"billing":null,"Not Paid":null,"Requires Action":null,"verify":null,"Verify":null,"confirmation":null,"No addresses defined":null,"Part":null,"Complete the payment":null,"An extra confirmation is needed to process your payment":null,"Order is already paid":null,"Your payment for this order is still processing":null,"Please find the invoice attached":null,"Invoice issued for order #:number":null,"Your order #:number":null,"Payment via :type was successful for order :number":null,"A payment was received for order #:number (:total :currency)":null,"Insufficient stock for :product, only :left left":null,"Registration is restricted for the moment, please return soon":null,"Hello :name":null,"Thank you for creating an account on :shop":null,"We hope that you will enjoy our products":null,"Go to login":null,"Ship to a different addresstion button, copy and paste the URL below into your web browser":null,"Payment via :type was successful for order #:number, amount :amount :currency":null,"View order":null,"Click bellow to view your order and finalize the payment":null,"A new account was created : :name":null,"from: :company":null,"To manage the account please click the link below":null,"View account":null,"Details for delivering your order":null,"You're just a few steps away from finalizing your order":null,"If you already have an account click":null,"to go to the login page":null,"Your account":null,"I want to create an account":null,"Company Name":null,"Skip":null,"New order #:number from :channel for :total :currency":null,"fast-checkout":null,"Fast Checkout":null,"The action :action failed with the following error code: :code":null,"Reported error message: :message":null,"Request payload: :payload":null,"API call for :action failed":null,"Notification, :title":null,"New Comment Tag":null,"You were just tagged":null,"Comment Tag Notification":null,"Your password will expire soon":null,"You've got :days days left to change it":null,"You've got until tomorrow to change it":null,"You must change it today":null,"Welcome!":null,"Task Reminder":null,"This is a reminder for the following task:":null,"View Task":null,"Task :description":null,"You cannot delete the default address":null,"You cannot delete an address that you have previously used":null,"You cannot edit this company, please contact support":null,"Your cart is empty":null,"You cannot delete the default card":null,"You cannot edit this :model, please contact support":null,"Company information":null,"Billing address":null,"Free":null,"Get to know us":null,"Registration successful":null,"Your account needs to be activated before you can login":null,"You will receive a confirmation email upon approval":null,"Thank you!":null,"Frequently asked questions":null,"Edit address":null,"Edit company":null,"Pay by Card":null,"Click":null,"Not Implemented":null,"Approve":null,"Disapprove":null,"for \":query\"":null,"Review was rejected":null,"Review updated for :product":null,"New review submitted for :product":null,"A product review was updated by :person:":null,"A new product review was posted by :person:":null,"Your review for :product was :approval":null,"If you want, you can revise your review here:":null,"Review :approval":null,"approved":null,"rejected":null,"Terms of Use":null,"Similar products":null,"Enter your email to reset your password":null,"We'll send you an email with the instructions to follow":null,"similar-products":null,"description":null,"characteristics":null,"about-this-brand":null,"not in stock":null,"Not In Stock":null,"Hold tight, your order is being processed. We will email you when your order succeeds":null,"Wire Transfer":null,"Grand Total":null,"A cancellation request was received for order #:id":null,"Cancellation request for order #:id":null,"Please let us know if you are able to cancel the order":null,"Cancellation request for emag order with id :id":null,"An emag order cancellation request was received":null,"Ensure the order may still be cancellable":null,"and optionally contact the client":null,"You may access the corresponding sale":null,"using the button below":null,"If you need to change your email please contact us":null,"Awb status was updated to \":status\" for emag order #:id":null,"Awb status update for emag order #:id":null}
\ No newline at end of file
+{"Sale":null,"A cancellation request was received for a :channel order.":null,"Please take the necessary steps.":null,"A cancellation request was received for a :channel order":null,"Order #:number from :channel, placed by :person, has a new status update: :status":null,"New Position":null,"Download goods received note":null,"Undo receive":null,"Receive":null,"Undo confirm":null,"Confirm":null,"Reference":null,"Undo deliver":null,"Deliver":null,"Undo ship":null,"Ship":null,"Undo prepare":null,"Prepare products":null,"Insert in stock":null,"Undo fulfill":null,"Remove from stock":null,"Order emailed by":null,"Invoice emailed by":null,"No email sent with the current invoice":null,"Issue Proforma":null,"No email sent with the current order":null,"Download order (pdf)":null,"Download order (xlsx)":null,"Fulfill":null,"Store":null,"Cancellation request for :channel order #:number":null,"Your order #:number is being processed. We'll keep you updated.":null,"Your order #:number has been delivered. We hope you enjoy your purchase and we'd really love to receive your feedback. If you wish, you can leave us a product review.":null,"Don't hesitate to contact us for any questions.":null,"Your order #:number has been packed and is ready for shipping. We'll let you know once it's shipped.":null,"A :channel order cancellation request was received":null,"Status update for order #:number":null,"Order #:number from :channel, placed by :person, has a new status update :status":null,"Your order #:number has been delivered. We hope you enjoy your purchase and we’d really love to receive your feedback. If you wish, you can leave us a product review.":null,"Your order #:number has been shipped to the following address: :address":null,"Your order #:number has been packed and is ready for shipping. We’ll let you know once it’s shipped.":null,"Your order #:number is being processed. We’ll keep you updated.":null,"Your order #:number was delivered":null,"Your order #:number was shipped":null,"Your order #:number is ready to be shipped":null,"Your order #:number is being processed":null,"Author":null,"Subgenre":null,"Genre":null,"Number of Pages":null,"Year of Publication":null,"Collection":null,"Edition":null,"Publisher":null,"Translator":null,"A new account was created: :name":null,":days Days Returns":null,"Street line 2":null,"Street line 1":null,"A payment method was already set for this order":null,"Added":null,"Authorize Only":null,"Pay by Wire Transfer":null,"Go back to the store":null,"We will create an account for your future orders":null,"Secure payments with":null,"The company already exists in our system. Please contact us about that":null,"Set your new password":null,"If you are having trouble clicking the action button, copy and paste the URL below into your web browser":null,"Ship to a different addressed":null,"You just asked for a password reset. To complete the process click the button below.":null,":name export done":null,":name export started":null,":type import done":null,"":null,"#":null,"30 days":null,"7 days":null,"A fresh verification link has been sent to your email address.":null,"About this brand":null,"About Us":null,"Above":null,"Accessories":null,"Account details":null,"Account":null,"account":null,"Acidity":null,"Acquisition Price":null,"Acquisition Value":null,"Actions":null,"actions":null,"Active":null,"active":null,"Activity Log":null,"Start Date":null,"Activity":null,"Add :entity":null,"Add address":null,"Add Brand":null,"Add card":null,"Add Card":null,"Add Comment":null,"Add company":null,"Add File":null,"Add Key":null,"Add Payment":null,"Add to cart":null,"Add to favorites":null,"Add video":null,"Add":null,"Adding":null,"Additional":null,"Address is missing or does not have lat\/long":null,"Address":null,"Addresses":null,"Adjustment":null,"Administration":null,"administration":null,"Administrative Area":null,"Again Colors":null,"Agent":null,"Algolia":null,"All Menu Items":null,"All Products":null,"All products":null,"all products":null,"All rights reserved.":null,"all":null,"Allocated To":null,"Amazing Saving":null,"Amount":null,"An error has occured. Please report this to the administrator":null,"An error was encountered while generationg :export":null,"An export job is already running for the same table":null,"An unknown error occurred while submitting your report. Please try again.":null,"Analytics Id":null,"Apartment":null,"App Key":null,"App":null,"Appellative":null,"Approved Documentation":null,"Approved":null,"April":null,"Aprovizionari":null,"Are you sure that you want to delete the template file?":null,"Are you sure?":null,"Assign":null,"Associate Person":null,"attribute groups":null,"Audit":null,"audit":null,"Authors":null,"Available menus":null,"Available slides":null,"Avatar":null,"Avenue":null,"Awaiting Brand validation":null,"Awaiting Documentation Validation":null,"Awaiting EAN validation":null,"Awaiting MKTP validation":null,"Award List":null,"Awards":null,"Azzure":null,"Back":null,"Backed by":null,"Bag":null,"Bank Account":null,"Bank":null,"Be the first to review this product":null,"Before proceeding, please check your email for a verification link.":null,"Below":null,"Bend":null,"Besel":null,"Best Seller":null,"Between":null,"Billing Address":null,"Birthday":null,"birthday":null,"Birthdays":null,"Blank":null,"Blocked":null,"Bookmarks":null,"Bottled Weight":null,"Boulevard":null,"Box":null,"Brand Count":null,"Brands":null,"brands":null,"BTL":null,"Bucharest":null,"Building Type":null,"Building":null,"building":null,"built with":null,"Business hours":null,"Butons":null,"Button Item":null,"Buttons":null,"buttons":null,"By":null,"Calendar":null,"calendar":null,"Calendars":null,"Calories per 100g":null,"Cancel":null,"Cancelled":null,"cancelled":null,"Cantitate":null,"Card number":null,"Cardholder name":null,"Carousel":null,"carousel":null,"Carrier":null,"Cart is empty":null,"Cart Summary":null,"Cart Validity Days":null,"Cart":null,"Pay on Delivery":null,"Cash Register Receipt":null,"Catalog":null,"Categories":null,"categories":null,"Navigation":null,"Category":null,"Channel":null,"Characteristics":null,"Cheque":null,"Choose language":null,"Choose your payment method":null,"Choose":null,"City Population by Age":null,"City":null,"Clear all":null,"click here to request another":null,"Client (company)":null,"Client (person)":null,"Client Discounts":null,"Client Invoices":null,"Client Order Reference":null,"Client Payment":null,"Client Payments":null,"Client Reference":null,"Client Stock":null,"Client Stocks":null,"Client":null,"Clienti":null,"Clients":null,"clients":null,"Close":null,"Code":null,"Coding":null,"Collapse Main Menu":null,"Colors Two":null,"Colors":null,"Coming Soon":null,"Comments":null,"Commercial":null,"commercial":null,"Companies":null,"companies":null,"Company client":null,"Company":null,"company":null,"Completed":null,"Configure Role":null,"Configure":null,"configure":null,"Confirm Password":null,"Confirmed":null,"Contact Bar Text":null,"contact form":null,"Contact Form":null,"Contact us with any questions or concerns that you may have and we will get back to you shortly":null,"Contact":null,"Contacts Index":null,"Contacts":null,"contacts":null,"Content Private":null,"Content":null,"Continue":null,"Copied to clipboard":null,"Copyright © 2016":null,"Core":null,"Country of Origin":null,"Country":null,"County":null,"Courier Service":null,"Create a new Entity":null,"Create a new User":null,"Create Button":null,"Create Company":null,"Create Differences Sale":null,"Create Group":null,"create group":null,"Create Language":null,"Create Menu":null,"Create Owner":null,"Create Permission Group":null,"Create Permission":null,"Create Permissions Group":null,"Create Person":null,"Create Resource":null,"Create Role":null,"Create Tutorial":null,"Create User Group":null,"Create User":null,"Create":null,"create":null,"Created Address":null,"Created At":null,"Created at":null,"Created By":null,"Created Contact":null,"Created":null,"created":null,"Currency Placed Before":null,"Current file size is":null,"custom":null,"Customer opinions":null,"Cycling":null,"Danger":null,"Dashboard":null,"dashboard":null,"Data Import":null,"data import":null,"Date":null,"Default Address":null,"Default Menu":null,"Default":null,"default":null,"Delete Avatar":null,"Delete File":null,"Delete Template":null,"Delete video":null,"Delete":null,"delete":null,"deleted":null,"Delivered":null,"Description":null,"deselect":null,"Designing":null,"details":null,"Details":null,"Diameter":null,"Direct Link":null,"Discount":null,"Discounts":null,"discounts":null,"Discussions":null,"Display Name":null,"Documents":null,"documents":null,"Don't have an account?":null,"Download Delivery Note":null,"Download Excel Sale Offer":null,"Download Excel Sale Return Offer":null,"Download Goods Received Note":null,"Download Invoice (long click for cancel)":null,"Download Payment (long click for cancel)":null,"Download Sale Offer":null,"Download Sale Return Offer":null,"Download Stock Removal":null,"Download Template":null,"Download":null,"Drag And Drop":null,"Drinking":null,"Due Date":null,"E-Mail Address":null,"Eating":null,"EAV":null,"eav":null,"Edit Button":null,"Edit Company":null,"Edit Invoice":null,"Edit Language":null,"Edit Menu":null,"Edit Owner":null,"Edit Permission Group":null,"Edit Permission":null,"Edit Permissions Group":null,"Edit Person":null,"Edit personal details":null,"Edit Role":null,"Edit Texts":null,"edit texts":null,"Edit Tutorial":null,"Edit User Group":null,"Edit User":null,"Edit":null,"edit":null,"Editable Limit":null,"edited":null,"Element":null,"Emag Active Offer":null,"Emag documentatie":null,"Emag Documentation":null,"Emag Offer":null,"Emag pret":null,"Emag Price":null,"Emag Valid":null,"Emag":null,"emag":null,"Email can only be edited via the user form":null,"Email":null,"Emailed At":null,"Emailed":null,"Enabled":null,"End":null,"Enter Fulfilling Mode":null,"Enter the application":null,"Enter warehouse mode":null,"Enter Warehouse Mode":null,"Entities":null,"entities":null,"Entity Details":null,"Entity":null,"entity":null,"Entries":null,"entries":null,"Entry":null,"entry":null,"Error":null,"Events":null,"Excel":null,"Expanded Menu":null,"Expanded Sidebar":null,"Expiration Date":null,"Export available for download: :filename":null,"Export Done":null,"Export emailed: :filename":null,"Export emailed":null,"Export error":null,"Export Notification":null,"Export started":null,"Export":null,"export":null,"exporting rejected":null,"exports":null,"External":null,"Extra Virgin Olive Oils":null,"Facturi clienti":null,"Facturi furnizori":null,"Failed":null,"failed":null,"FAQ":null,"Favorites":null,"Favourite products":null,"Fax Number":null,"Fax":null,"FEATURED BRANDS":null,"Featured Brands":null,"Feb":null,"February":null,"File name":null,"File Size":null,"File":null,"File(s)":null,"Files were uploaded successfully":null,"Files":null,"files":null,"Fill":null,"Filter by name or code":null,"Filter":null,"filtered from":null,"filtered":null,"Filters":null,"Finalize order":null,"Finalize":null,"Finalized":null,"finalized":null,"Financial Overview":null,"Financials":null,"financials":null,"find matches":null,"First Name":null,"Fiscal Code":null,"Fiscal Invoice":null,"Fiscal":null,"Flag Icon Class":null,"Flag Sufix":null,"Flag":null,"Floor":null,"floor":null,"Forbidden":null,"Forgot Password?":null,"Forgot password":null,"Forgot Your Password?":null,"Found :total results":null,"Friday":null,"Frisbo":null,"From":null,"from":null,"Fulfilled At":null,"Fulfilling":null,"Furnizor":null,"Gender":null,"General Settings":null,"General":null,"Generate":null,"Generated for order #:number":null,"Geneva":null,"Get in touch with us":null,"Go Home":null,"Google":null,"Got it!":null,"Green":null,"Group":null,"Groups":null,"Habits":null,"Harvest 2016\/2017":null,"Harvest 2017\/2018":null,"Harvest 2018\/2019":null,"Harvest 2019\/2020":null,"Harvest":null,"Has Children":null,"Height":null,"Hello!":null,"Hello":null,"Herbs":null,"here":null,"Hi :name,":null,"Hi :name":null,"Home":null,"Homepage":null,"How To Videos":null,"how to videos":null,"I agree to the":null,"I authorise :name to send instructions to the financial institution that issued my card to take payments from my card account in accordance with the terms of my agreement with you":null,"I authorise":null,"Ian":null,"Icon Class":null,"Icon":null,"If you are having trouble clicking the action button, copy and paste the URL below":null,"If you did not create an account, no further action is required.":null,"If you did not receive the email":null,"If you did not request a password reset, no further action is required.":null,"If you’d like to help, tell us what happened below.":null,"IFSC":null,"Impersonate":null,"Impersonating":null,"Import Summary":null,"Import Type":null,"Import":null,"Importance":null,"Important":null,"Imported At":null,"Imported By":null,"Imported Entries":null,"ImportType":null,"In a few minutes you will receive a confirmation email":null,"In Stock":null,"in stock":null,"10 Days Returns":null,"24h Tracked Shipping":null,"100% Original Products":null,"Secure Payments":null,"Income":null,"index":null,"Indications":null,"Individual":null,"Industrial":null,"Info":null,"Ingredients":null,"Insert in Stock":null,"Integrations":null,"Internal #":null,"Internal Code":null,"Internal":null,"into your web browser":null,"Invalid signature.":null,"Invalid":null,"Inventory":null,"inventory":null,"Invoice Emailed":null,"Invoice for order # :number":null,"Invoice for order":null,"invoice":null,"invoices":null,"Invoices":null,"Is Active":null,"Is Cancelled":null,"Is Default":null,"is-bordered":null,"is-hoverable":null,"is-narrow":null,"is-striped":null,"Issue Invoice":null,"Issue Payment":null,"Issue proforma":null,"Issues":null,"It looks like we’re having issues.":null,"Item":null,"items":null,"Items":null,"Jams":null,"January":null,"Jar":null,"July":null,"June":null,"Keep tables configurations":null,"Key Collector":null,"Key Name":null,"Key Value":null,"Key":null,"keys found":null,"Label Generator":null,"Label":null,"Labels":null,"labels":null,"Lane":null,"Language Item":null,"Language":null,"Languages":null,"languages":null,"Last Modified":null,"last month":null,"Last Name":null,"Last updated":null,"last week":null,"last year":null,"Learn more":null,"Leave Fulfilling Mode":null,"Leave Warehouse Mode":null,"Left":null,"Length":null,"limited quantity":null,"Limited Stock Limit":null,"Limited Stock":null,"Line":null,"Link":null,"List Price":null,"Page [page] from [toPage]":null,"List Value":null,"List":null,"Load More":null,"Load more":null,"Loading...":null,"Loading":null,"Localisation Index":null,"Localisation":null,"localisation":null,"Localities":null,"Locality":null,"Log in":null,"Log out":null,"Log Out":null,"log":null,"Login":null,"login":null,"Logins":null,"logins":null,"logout":null,"Logout":null,"Logs Index":null,"Logs":null,"logs":null,"Loss":null,"Made with Bulma":null,"Made with Laravel":null,"Made with Vue":null,"Magazie":null,"Main Menu":null,"Manage Buttons":null,"Manage Menus":null,"Manage Permissions":null,"Mandatary":null,"Manufacturer":null,"Manufacturers":null,"Maps key":null,"Mar":null,"March":null,"Mark all as read":null,"Mark all read":null,"Max":null,"May":null,"MB":null,"Measurement Unit":null,"Measurement Units":null,"measurement units":null,"Member Since":null,"Members":null,"Menu Collapse":null,"Menu Items":null,"Menu":null,"Menus Index":null,"Menus":null,"menus":null,"Merge all localisation files":null,"Mfr #":null,"Mfr":null,"Min":null,"Miss":null,"Mode":null,"Monday":null,"more":null,"move to favorites":null,"Mr":null,"MU":null,"N\/A":null,"Name":null,"Needs matching":null,"Net Weight":null,"New Address":null,"New Password":null,"New team":null,"New Topic":null,"New":null,"Next Page":null,"Next":null,"NIN":null,"No activity found":null,"No keys found":null,"No locations found":null,"No options available":null,"No records were found":null,"No reservations found":null,"No search results found":null,"No teams were created yet":null,"No":null,"Not Found":null,"not paid":null,"Note":null,"Notes":null,"Nothing found":null,"notification":null,"Notifications":null,"notifications":null,"Number":null,"Observations":null,"of":null,"Offices":null,"Oh no":null,"OK":null,"on behalf of :company":null,"On Demand":null,"on":null,"Online":null,"Only missing":null,"Operation failed because the permission is allocated to existing role(s)":null,"Operation was successfull":null,"order #:number invoice":null,"order #:number":null,"Order #:number":null,"Order details :number":null,"Order Line Limit":null,"Order Payment":null,"Order Values":null,"Order":null,"Orders":null,"Organize Menus":null,"our location":null,"Our Location":null,"Our team has been notified.":null,"Overdue":null,"Own Stock":null,"Owners Index":null,"Owners":null,"owners":null,"Package Content":null,"Packaging Units":null,"packaging units":null,"Page Expired":null,"Parade":null,"Parent":null,"Part Number":null,"Password Confirmation":null,"Password":null,"password":null,"Passwords must be at least six characters and match the confirmation.":null,"Past Imports":null,"Pasta":null,"Pay Later":null,"pay":null,"Pay":null,"Payment method":null,"Payment Methods":null,"Payment Order":null,"Payment":null,"payments":null,"Payments":null,"Pays VAT":null,"People":null,"people":null,"Permission Group":null,"Permission Groups Index":null,"Permission Groups":null,"Permission Name":null,"Permission":null,"permissionGroups":null,"Permissions Group Items":null,"Permissions Group":null,"permissions group":null,"Permissions Groups":null,"Permissions Index":null,"Permissions":null,"permissions":null,"Person client":null,"Person":null,"person":null,"Personal Info":null,"Personal information can only be edited via the person form":null,"Personal":null,"Phone Number":null,"Phone":null,"Pic":null,"Pick an option":null,"Picture":null,"Piece":null,"Place order":null,"See cart":null,"Placement":null,"Plati clienti":null,"Plati furnizor":null,"Please choose":null,"Please click the button below to verify your email address.":null,"Please confirm your password before continuing.":null,"Please Fill":null,"Please find attached the order's invoice.":null,"Please review your order and payment details":null,"Please set or reset your password by clicking the button below.":null,"POS Receipt":null,"Position":null,"Positions":null,"positions":null,"Post":null,"Postal Area":null,"Postal Code":null,"Postcode":null,"posted":null,"Prepared":null,"Preview":null,"Previous Page":null,"Previous":null,"Price":null,"Privacy":null,"processed":null,"Processing":null,"processing":null,"Product image coming soon":null,"Product":null,"Products per page":null,"Products":null,"products":null,"Produs":null,"Profile":null,"Profit":null,"Proforma Invoice":null,"Proforma":null,"Promissory Note":null,"publish product":null,"Purchase Returns":null,"purchase returns":null,"Purchase":null,"Purchases":null,"purchases":null,"Purple":null,"Qty":null,"Quantity":null,"rating":null,"Rating":null,"Ratio":null,"Read":null,"Recaptcha key":null,"Recaptcha secret":null,"Receipt":null,"Received":null,"Recent orders":null,"Recommended Products":null,"records":null,"Red":null,"Reference \\ PO":null,"Regards":null,"register":null,"Register":null,"Registered Entities":null,"Registered Users":null,"Registry Of Commerce":null,"Registry of commerce":null,"Rejected Association":null,"Rejected Brand":null,"Rejected Documentation":null,"Rejected EAN":null,"Reload":null,"Remember me":null,"Remember Me":null,"Reminder":null,"Remove From Stock":null,"Remove poster":null,"remove":null,"Reorder Menu":null,"reorder":null,"Repeat Password":null,"Replies":null,"Reply":null,"Resell":null,"Reservations":null,"Reserved":null,"Reset password request":null,"Reset password":null,"Reset":null,"Residential":null,"Resource Prefix":null,"Resource":null,"resource":null,"Retur aprovizionari":null,"Retur vanzari":null,"Revenue":null,"Reviews":null,"reviews":null,"Right":null,"Road":null,"Role Item":null,"Role":null,"role":null,"Roles Index":null,"Roles List":null,"Roles":null,"roles":null,"Rotatie":null,"Rotation":null,"Route":null,"Row":null,"Running":null,"Sale Channel":null,"Sale Channels":null,"sale channels":null,"Sale Price":null,"Sale Returns":null,"sale returns":null,"Sale Value":null,"Sales":null,"sales":null,"Saturday":null,"Sauces":null,"Save Configuration":null,"Save your work then click here to refresh your page and update to the latest application version":null,"Save":null,"Sea Salt":null,"Search category limit":null,"Search in products":null,"Search placeholder":null,"Search something":null,"Search within brands":null,"Search...":null,"Search":null,"Searching...":null,"Searching":null,"Secret":null,"See all":null,"Select file for import":null,"select":null,"selected":null,"Send a password reset link":null,"Send a reset password link":null,"Send Password Reset Link":null,"Serial":null,"Server Error":null,"Service Unavailable":null,"Service":null,"Services":null,"services":null,"Set password":null,"Settings":null,"settings":null,"Share your idea...":null,"Share your opinion and rate the product":null,"Share your opinion...":null,"Shelf":null,"Shift + Enter to post":null,"Shipped":null,"Shipping Address":null,"Shipping charges may be incurred":null,"Shipping charges of :value (+VAT) will be added":null,"Shipping cost":null,"You will pay":null,"Visit the product page":null,"Shop Categories":null,"Shopping Cart":null,"Show Log":null,"Show Logs from":null,"Show":null,"show":null,"Showing :from - :to of :total results":null,"Sicilian Honey":null,"Sidebar Toggle":null,"Similar products limit":null,"Site Texts":null,"Size":null,"Sleeping":null,"Some fields were invalid. Please correct the errors and try again.":null,"Something went wrong...":null,"Special Diet":null,"Speciality":null,"Spendings":null,"Square":null,"Start Tutorial":null,"Started":null,"Starters":null,"Status":null,"Stock Rotation":null,"Stock: :stock":null,"Stock":null,"Stopped":null,"Storage Usage":null,"store":null,"Storing":null,"Street Type":null,"Street":null,"Sub Administrative Area":null,"Submit":null,"Success":null,"Successful":null,"Summary":null,"Sunday":null,"Supplier Discounts":null,"Supplier Invoices":null,"Supplier Number":null,"Supplier Payments":null,"Supplier Ref":null,"Supplier Stock":null,"Supplier":null,"suppliers":null,"Sweets":null,"System":null,"system":null,"Table export done":null,"Table export error":null,"Table export started":null,"Table":null,"Tables State Save":null,"Tags":null,"Tasks":null,"tasks":null,"team":null,"Teams":null,"Template":null,"Tenant":null,"terms and conditions":null,"Terms of use":null,"Terms Of Use":null,"terms of use":null,"Thank you for shopping with us.":null,"Thank you for using our application!":null,"Thank you for your order":null,"Thank you":null,"The :filename file is ready":null,"The address has been successfully updated":null,"The address was successfully created":null,"The admin role already has all permissions and does not need syncing":null,"The application was updated, please save your work & refresh your browser":null,"The Changes have been saved!":null,"The changes have been saved":null,"The company was successfully created":null,"The company was successfully deleted":null,"The company was successfully updated":null,"The Entity was created!":null,"The entity was created!":null,"The export :name could not be completed due to an unknown error":null,"The export was cancelled successfully":null,"The form contains errors":null,"The generated document has :entries entries":null,"The import was restarted":null,"The language files were successfully merged":null,"The language files were successfully updated":null,"The log file":null,"The log was cleaned":null,"The menu was created!":null,"The operation was successful":null,"New order #:number from :channel for :total :currency was placed by :person":null,"Selected payment method: :paymentMethod":null,"The permission group was created!":null,"The permission was created!":null,"The permissions were created!":null,"The person has assigned resources in the system and cannot be deleted":null,"The Person was successfully created":null,"The person was successfully created":null,"The person was successfully deleted":null,"The person was successfully updated":null,"The poster was deleted successfully":null,"The requested report was started. It can take a few minutes before you have it in your inbox":null,"The requested report was started. It can take a few minutes before you have it in your inbox":null,"The role was created!":null,"The selected record is about to be deleted. Are you sure?":null,"The team was successfully saved":null,"The tutorial was created!":null,"The tutorial was successfully deleted":null,"The user group was successfully created":null,"The user group was successfully deleted":null,"The user has activity in the system and cannot be deleted":null,"The User was created!":null,"The video file was deleted successfully":null,"The video was updated successfully":null,"The webshop is still under construction, but we're launching soon...":null,"Theme Color":null,"Theme":null,"There are no active carousel slides":null,"There are no addresses added yet":null,"There are no companies added yet":null,"There are no credit cards added yet":null,"This action is unauthorized.":null,"this month":null,"This password reset link will expire in :count minutes.":null,"This password reset token is invalid.":null,"This website uses cookies to deliver its services and to analyze traffic. For more details please visit our":null,"privacy policy":null,"this week":null,"this year":null,"Thursday":null,"Time":null,"Timeline":null,"Tip":null,"Title...":null,"Title":null,"title":null,"to manage your addresses":null,"to manage your cards":null,"to manage your companies":null,"to view your order":null,"To":null,"to":null,"Today":null,"today":null,"Toggle navigation":null,"Too Many Attempts.":null,"Too Many Requests":null,"Top Banner Content":null,"Top Pick":null,"Total amount for order #:number is :currency:total":null,"total records":null,"Total":null,"total":null,"Translations":null,"Tuesday":null,"Tutorial":null,"Tutorials Index":null,"Tutorials":null,"tutorials":null,"Type a new comment":null,"Type":null,"type":null,"Types":null,"Unable to read file":null,"Unauthorized":null,"Undo Stock Insertion":null,"Undo Stock Removal":null,"Unique Identifier":null,"Unit. Price":null,"Unitary Price":null,"untagged":null,"Update":null,"Updated At":null,"Updated By":null,"updated the members":null,"updated":null,"Updated":null,"Upload Avatar":null,"Upload Template":null,"uploads":null,"Use":null,"User Details":null,"user groups":null,"User Groups":null,"User Info":null,"User Profile":null,"User":null,"user":null,"Users Administration":null,"Users Index":null,"Users":null,"users":null,"Valability":null,"Valid":null,"Editable time limit in seconds. Use 0 to disable":null,"Value":null,"Vanzari":null,"VAT":null,"VAT Value":null,"ver":null,"Verify Email Address":null,"Verify Your Email Address":null,"Video description":null,"Video name":null,"Video":null,"video":null,"View Cart":null,"View your order":null,"Virtual Position ID":null,"Visible Brands":null,"Visible Top Banner":null,"Vista":null,"Volume":null,"Voucher":null,"waiting":null,"Warehouse":null,"warehouses":null,"Warehouses":null,"Warning":null,"was changed":null,"was last updated":null,"We can't find a user with that e-mail address.":null,"We have e-mailed your password reset link!":null,"We will keep you updated on its progress":null,"We won't ask for your password again for a few hours.":null,"Webshop Name":null,"Webshop Order":null,"webshop":null,"Webshop":null,"Website":null,"Wednesday":null,"Welcome Back":null,"Welcome":null,"What happened?":null,"What you need to know":null,"What":null,"When":null,"Whoops!":null,"Width":null,"Write a review":null,"Write":null,"Yes":null,"yesterday":null,"You are not authorized for this action":null,"You are not authorized to perform this action":null,"You are receiving this email because we received a password reset request for your account.":null,"You can click":null,"You don't have any favorite products yet":null,"You don't have any notifications":null,"You don't have any orders yet":null,"You don't have any products in the shopping cart right now":null,"You have":null,"You just got a notification...":null,"You made too many attempts. Please wait 5 minutes and try again.":null,"You may also like":null,"You will find attached the requested report.":null,"Your :shop order :number":null,"Your account has been disabled. Please contact the administrator":null,"Your card was successfully saved":null,"Your email address is not verified.":null,"Your Message":null,"Your password has been reset!":null,"You need to accept our terms of use first":null,"item":null,"PO #":null,"Your privacy is important for us":null,"cart":null,"favourites":null,"addresses":null,"orders":null,"payment":null,"summary":null,"add":null,"rate":null,"review":null,"star":null,"stars":null,"Thank you for contributing":null,"Do you own or have used this product?":null,"This review is awaiting approval":null,"This review was approved":null,"This review was rejected. You may edit and repost it.":null,"Edit review":null,"category":null,"terms-of-use":null,"privacy":null,"about-us":null,"favorites":null,":user finalized the :model :label for the partner :partner":null,":type quantity and total were successfully updated":null,":type update":null,"Please find attached the order details":null,"Succeeded":null,"External Reference":null,"Incomplete order (#:number)":null,"On :date you placed an order on our webshop but forgot to finalize the payment.":null,"Please click bellow to view your order and finalize the payment":null,"New message from the webshop's contact form":null,"Your Webshop.":null,"Message:":null,"Contact phone: :phone":null,"Your order #:number on :shop was successfully placed":null,"You have a new webshop order":null,"New user registration":null,"Before adjusting stock, select the product default supplier":null,"Cannot increment when quantity <= 0":null,"Cannot decrement when quantity <= 0":null,"Order already has a :type invoice":null,"Invalid item":null,"Cannot update orders that are externally fulfilled":null,"Order is already in this status":null,"There are no differences on this order":null,"You are not allowed to issue payments without invoices":null,"You are not allowed to issue payments on a cancelled invoice'":null,"Sale is already paid":null,"You cannot delete a paid order":null,"order details":null,"Delivery Address":null,"Disc.":null,"M.U.":null,"Product \/ Code":null,"registered in doc.":null,"received":null,"U.P acquision":null,"(no VAT)":null,"Val. acquision":null,"Val. VAT":null,"(afferent)":null,"Info field":null,"additional":null,"piece":null,"Total General":null,"Goods Receipt Note":null,"Unit":null,"The undersigned, members of the reception committee, have received the material values provided by":null,"delegate":null,"based on the accompanying documents":null,"consisting":null,"car no.":null,"Optional field, usable in case of observations":null,"Reception committee members name and surname":null,"Signature":null,"Manager name and surename":null,"Manager name and surname":null,"Reception comitee conclusions":null,"Reception committee conclusions":null,"Supplier\/carrier point of view":null,"Other mentions":null,"The quantity determination was done by":null,"The quality determination was made by the sample":null,"no.":null,"Sender":null,"Companion":null,"Dispatch station":null,"Destination station":null,"Release date":null,"Dispatch date":null,"Arrival date":null,"Supplier delegates, the carrier who participated in the reception":null,"ISBN":null,"Total products":null,"Scale indicated weight":null,"Stock Removal":null,"Representative of":null,"Name and surname":null,"Identity card":null,"TOTAL":null,"Reception participants":null,"for Sale":null,"Emag API call for :action failed":null,"The action :action on url :url failed with the following error messages:":null,"New :type callback from emag":null,"New :type callback from emag for id :id":null,"Missing app product for emag order :id":null,"Product :product":null,"Offer mismatch for eMag order :id":null,"For product :code":null,"External part number :code":null,"Part number :code":null,"New eMag order (id: :id) with vouchers:":null,":name, value :value":null,"New eMag order (id: :id) with vouchers":null,"Shipping price mismatch for eMag order :order":null,"Product price mismatch for eMag order :order":null,"Offer with id :id already exists":null,"An offer for the pnk :pnk already exists":null,"An offer with product id :id already exists and needs eMag intervention":null,"No order with id :id found":null,"Write Review For":null,"Don't know what to write about?":null,"Tell us what you like about the purchased product.":null,"Does it live up to your expectations?":null,"Are you satisfied with the value for money?":null,"Would you recommend it to others?":null,"Remove from favorites":null,"make default":null,"delivery":null,"billing":null,"Not Paid":null,"Requires Action":null,"verify":null,"Verify":null,"confirmation":null,"No addresses defined":null,"Part":null,"Complete the payment":null,"An extra confirmation is needed to process your payment":null,"Order is already paid":null,"Your payment for this order is still processing":null,"Please find the invoice attached":null,"Invoice issued for order #:number":null,"Your order #:number":null,"Payment via :type was successful for order :number":null,"A payment was received for order #:number (:total :currency)":null,"Insufficient stock for :product, only :left left":null,"Registration is restricted for the moment, please return soon":null,"Hello :name":null,"Thank you for creating an account on :shop":null,"We hope that you will enjoy our products":null,"Go to login":null,"Ship to a different addresstion button, copy and paste the URL below into your web browser":null,"Payment via :type was successful for order #:number, amount :amount :currency":null,"View order":null,"Click bellow to view your order and finalize the payment":null,"A new account was created : :name":null,"from: :company":null,"To manage the account please click the link below":null,"View account":null,"Details for delivering your order":null,"You're just a few steps away from finalizing your order":null,"If you already have an account click":null,"to go to the login page":null,"Your account":null,"I want to create an account":null,"Company Name":null,"Skip":null,"New order #:number from :channel for :total :currency":null,"fast-checkout":null,"Fast Checkout":null,"The action :action failed with the following error code: :code":null,"Reported error message: :message":null,"Request payload: :payload":null,"API call for :action failed":null,"Notification, :title":null,"New Comment Tag":null,"You were just tagged":null,"Comment Tag Notification":null,"Your password will expire soon":null,"You've got :days days left to change it":null,"You've got until tomorrow to change it":null,"You must change it today":null,"Welcome!":null,"Task Reminder":null,"This is a reminder for the following task:":null,"View Task":null,"Task :description":null,"You cannot delete the default address":null,"You cannot delete an address that you have previously used":null,"You cannot edit this company, please contact support":null,"Your cart is empty":null,"You cannot delete the default card":null,"You cannot edit this :model, please contact support":null,"Company information":null,"Billing address":null,"Free":null,"Get to know us":null,"Registration successful":null,"Your account needs to be activated before you can login":null,"You will receive a confirmation email upon approval":null,"Thank you!":null,"Frequently asked questions":null,"Edit address":null,"Edit company":null,"Pay by Card":null,"Click":null,"Not Implemented":null,"Approve":null,"Disapprove":null,"for \":query\"":null,"Review was rejected":null,"Review updated for :product":null,"New review submitted for :product":null,"A product review was updated by :person:":null,"A new product review was posted by :person:":null,"Your review for :product was :approval":null,"If you want, you can revise your review here:":null,"Review :approval":null,"approved":null,"rejected":null,"Terms of Use":null,"Similar products":null,"Enter your email to reset your password":null,"We'll send you an email with the instructions to follow":null,"similar-products":null,"description":null,"characteristics":null,"about-this-brand":null,"not in stock":null,"Not In Stock":null,"Hold tight, your order is being processed. We will email you when your order succeeds":null,"Wire Transfer":null,"Grand Total":null,"A cancellation request was received for order #:id":null,"Cancellation request for order #:id":null,"Please let us know if you are able to cancel the order":null,"Cancellation request for emag order with id :id":null,"An emag order cancellation request was received":null,"Ensure the order may still be cancellable":null,"and optionally contact the client":null,"You may access the corresponding sale":null,"using the button below":null,"If you need to change your email please contact us":null,"Awb status was updated to \":status\" for emag order #:id":null,"Awb status update for emag order #:id":null}
\ No newline at end of file
diff --git a/resources/lang/br.json b/resources/lang/br.json
index 84fc2a311..dadfd9b6c 100644
--- a/resources/lang/br.json
+++ b/resources/lang/br.json
@@ -1 +1 @@
-{"Sale":null,"A cancellation request was received for a :channel order.":null,"Please take the necessary steps.":null,"A cancellation request was received for a :channel order":null,"Order #:number from :channel, placed by :person, has a new status update: :status":null,"New Position":null,"Download goods received note":null,"Undo receive":null,"Receive":null,"Undo confirm":null,"Confirm":null,"Reference":null,"UID":null,"Undo deliver":null,"Deliver":null,"Undo ship":null,"Ship":null,"Undo prepare":null,"Prepare products":null,"Insert in stock":null,"Undo fulfill":null,"Remove from stock":null,"Order emailed by":null,"Invoice emailed by":null,"No email sent with the current invoice":null,"Issue Proforma":null,"No email sent with the current order":null,"Download order (pdf)":null,"Download order (xlsx)":null,"Fulfill":null,"Store":null,"Cancellation request for :channel order #:number":null,"Your order #:number is being processed. We'll keep you updated.":null,"Your order #:number has been delivered. We hope you enjoy your purchase and we'd really love to receive your feedback. If you wish, you can leave us a product review.":null,"Don't hesitate to contact us for any questions.":null,"Your order #:number has been packed and is ready for shipping. We'll let you know once it's shipped.":null,"A :channel order cancellation request was received":null,"Status update for order #:number":null,"Order #:number from :channel, placed by :person, has a new status update :status":null,"Your order #:number has been delivered. We hope you enjoy your purchase and we’d really love to receive your feedback. If you wish, you can leave us a product review.":null,"Your order #:number has been shipped to the following address: :address":null,"Your order #:number has been packed and is ready for shipping. We’ll let you know once it’s shipped.":null,"Your order #:number is being processed. We’ll keep you updated.":null,"Your order #:number was delivered":null,"Your order #:number was shipped":null,"Your order #:number is ready to be shipped":null,"Your order #:number is being processed":null,"Author":null,"Subgenre":null,"Genre":null,"Number of Pages":null,"Year of Publication":null,"Collection":null,"Edition":null,"Publisher":null,"Translator":null,"A new account was created: :name":null,":days Days Returns":null,"Street line 2":null,"Street line 1":null,"A payment method was already set for this order":null,"Added":null,"Authorize Only":null,"Pay by Wire Transfer":null,"Go back to the store":null,"We will create an account for your future orders":null,"Secure payments with":null,"The company already exists in our system. Please contact us about that":null,"Set your new password":null,"If you are having trouble clicking the action button, copy and paste the URL below into your web browser":null,"Ship to a different addressed":null,"You just asked for a password reset. To complete the process click the button below.":null,":name export done":null,":name export started":null,":type import done":null,"":null,"#":null,"30 days":null,"7 days":null,"A fresh verification link has been sent to your email address.":null,"About this brand":null,"About Us":null,"Above":null,"Accessories":null,"Account details":null,"Account":null,"account":null,"Acidity":null,"Acquisition Price":null,"Acquisition Value":null,"Actions":null,"actions":null,"Active":null,"active":null,"Activity Log":null,"Start Date":null,"Activity":null,"Add :entity":null,"Add address":null,"Add Brand":null,"Add card":null,"Add Card":null,"Add Comment":null,"Add company":null,"Add File":null,"Add Key":null,"Add Payment":null,"Add to cart":null,"Add to favorites":null,"Add video":null,"Add":null,"Adding":null,"Additional":null,"Address is missing or does not have lat\/long":null,"Address":null,"Addresses":null,"Adjustment":null,"Administration":null,"administration":null,"Administrative Area":null,"Again Colors":null,"Agent":null,"Algolia":null,"All Menu Items":null,"All Products":null,"All products":null,"all products":null,"All rights reserved.":null,"all":null,"Allocated To":null,"Amazing Saving":null,"Amount":null,"An error has occured. Please report this to the administrator":null,"An error was encountered while generationg :export":null,"An export job is already running for the same table":null,"An unknown error occurred while submitting your report. Please try again.":null,"Analytics Id":null,"Apartment":null,"App Key":null,"App":null,"Appellative":null,"Approved Documentation":null,"Approved":null,"April":null,"Aprovizionari":null,"Are you sure that you want to delete the template file?":null,"Are you sure?":null,"Assign":null,"Associate Person":null,"attribute groups":null,"Audit":null,"audit":null,"Authors":null,"Available menus":null,"Available slides":null,"Avatar":null,"Avenue":null,"Awaiting Brand validation":null,"Awaiting Documentation Validation":null,"Awaiting EAN validation":null,"Awaiting MKTP validation":null,"Award List":null,"Awards":null,"Azzure":null,"Back":null,"Backed by":null,"Bag":null,"Bank Account":null,"Bank":null,"Be the first to review this product":null,"Before proceeding, please check your email for a verification link.":null,"Below":null,"Bend":null,"Besel":null,"Best Seller":null,"Between":null,"Billing Address":null,"Birthday":null,"birthday":null,"Birthdays":null,"Blank":null,"Blocked":null,"Bookmarks":null,"Bottled Weight":null,"Boulevard":null,"Box":null,"Brand Count":null,"Brands":null,"brands":null,"BTL":null,"Bucharest":null,"Building Type":null,"Building":null,"building":null,"built with":null,"Business hours":null,"Butons":null,"Button Item":null,"Buttons":null,"buttons":null,"By":null,"Calendar":null,"calendar":null,"Calendars":null,"Calories per 100g":null,"Cancel":null,"Cancelled":null,"cancelled":null,"Cantitate":null,"Card number":null,"Cardholder name":null,"Carousel":null,"carousel":null,"Carrier":null,"Cart is empty":null,"Cart Summary":null,"Cart Validity Days":null,"Cart":null,"Pay on Delivery":null,"Cash Register Receipt":null,"Catalog":null,"Categories":null,"categories":null,"Navigation":null,"Category":null,"Channel":null,"Characteristics":null,"Cheque":null,"Choose language":null,"Choose your payment method":null,"Choose":null,"City Population by Age":null,"City":null,"Clear all":null,"click here to request another":null,"Client (company)":null,"Client (person)":null,"Client Discounts":null,"Client Invoices":null,"Client Order Reference":null,"Client Payment":null,"Client Payments":null,"Client Reference":null,"Client Stock":null,"Client Stocks":null,"Client":null,"Clienti":null,"Clients":null,"clients":null,"Close":null,"Code":null,"Coding":null,"Collapse Main Menu":null,"Colors Two":null,"Colors":null,"Coming Soon":null,"Comments":null,"Commercial":null,"commercial":null,"Companies":null,"companies":null,"Company client":null,"Company":null,"company":null,"Completed":null,"Configure Role":null,"Configure":null,"configure":null,"Confirm Password":null,"Confirmed":null,"Contact Bar Text":null,"contact form":null,"Contact Form":null,"Contact us with any questions or concerns that you may have and we will get back to you shortly":null,"Contact":null,"Contacts Index":null,"Contacts":null,"contacts":null,"Content Private":null,"Content":null,"Continue":null,"Copied to clipboard":null,"Copyright © 2016":null,"Core":null,"Country of Origin":null,"Country":null,"County":null,"Courier Service":null,"Create a new Entity":null,"Create a new User":null,"Create Button":null,"Create Company":null,"Create Differences Sale":null,"Create Group":null,"create group":null,"Create Language":null,"Create Menu":null,"Create Owner":null,"Create Permission Group":null,"Create Permission":null,"Create Permissions Group":null,"Create Person":null,"Create Resource":null,"Create Role":null,"Create Tutorial":null,"Create User Group":null,"Create User":null,"Create":null,"create":null,"Created Address":null,"Created At":null,"Created at":null,"Created By":null,"Created Contact":null,"Created":null,"created":null,"Currency Placed Before":null,"Current file size is":null,"custom":null,"Customer opinions":null,"Cycling":null,"Danger":null,"Dashboard":null,"dashboard":null,"Data Import":null,"data import":null,"Date":null,"Default Address":null,"Default Menu":null,"Default":null,"default":null,"Delete Avatar":null,"Delete File":null,"Delete Template":null,"Delete video":null,"Delete":null,"delete":null,"deleted":null,"Delivered":null,"Description":null,"deselect":null,"Designing":null,"details":null,"Details":null,"Diameter":null,"Direct Link":null,"Discount":null,"Discounts":null,"discounts":null,"Discussions":null,"Display Name":null,"Documents":null,"documents":null,"Don't have an account?":null,"Download Delivery Note":null,"Download Excel Sale Offer":null,"Download Excel Sale Return Offer":null,"Download Goods Received Note":null,"Download Invoice (long click for cancel)":null,"Download Payment (long click for cancel)":null,"Download Sale Offer":null,"Download Sale Return Offer":null,"Download Stock Removal":null,"Download Template":null,"Download":null,"Drag And Drop":null,"Drinking":null,"Due Date":null,"E-Mail Address":null,"Eating":null,"EAV":null,"eav":null,"Edit Button":null,"Edit Company":null,"Edit Invoice":null,"Edit Language":null,"Edit Menu":null,"Edit Owner":null,"Edit Permission Group":null,"Edit Permission":null,"Edit Permissions Group":null,"Edit Person":null,"Edit personal details":null,"Edit Role":null,"Edit Texts":null,"edit texts":null,"Edit Tutorial":null,"Edit User Group":null,"Edit User":null,"Edit":null,"edit":null,"Editable Limit":null,"edited":null,"Element":null,"Emag Active Offer":null,"Emag documentatie":null,"Emag Documentation":null,"Emag Offer":null,"Emag pret":null,"Emag Price":null,"Emag Valid":null,"Emag":null,"emag":null,"Email can only be edited via the user form":null,"Email":null,"Emailed At":null,"Emailed":null,"Enabled":null,"End":null,"Enter Fulfilling Mode":null,"Enter the application":null,"Enter warehouse mode":null,"Enter Warehouse Mode":null,"Entities":null,"entities":null,"Entity Details":null,"Entity":null,"entity":null,"Entries":null,"entries":null,"Entry":null,"entry":null,"Error":null,"Events":null,"Excel":null,"Expanded Menu":null,"Expanded Sidebar":null,"Expiration Date":null,"Export available for download: :filename":null,"Export Done":null,"Export emailed: :filename":null,"Export emailed":null,"Export error":null,"Export Notification":null,"Export started":null,"Export":null,"export":null,"exporting rejected":null,"exports":null,"External":null,"Extra Virgin Olive Oils":null,"Facturi clienti":null,"Facturi furnizori":null,"Failed":null,"failed":null,"FAQ":null,"Favorites":null,"Favourite products":null,"Fax Number":null,"Fax":null,"FEATURED BRANDS":null,"Featured Brands":null,"Feb":null,"February":null,"File name":null,"File Size":null,"File":null,"File(s)":null,"Files were uploaded successfully":null,"Files":null,"files":null,"Fill":null,"Filter by name or code":null,"Filter":null,"filtered from":null,"filtered":null,"Filters":null,"Finalize order":null,"Finalize":null,"Finalized":null,"finalized":null,"Financial Overview":null,"Financials":null,"financials":null,"find matches":null,"First Name":null,"Fiscal Code":null,"Fiscal Invoice":null,"Fiscal":null,"Flag Icon Class":null,"Flag Sufix":null,"Flag":null,"Floor":null,"floor":null,"Forbidden":null,"Forgot Password?":null,"Forgot password":null,"Forgot Your Password?":null,"Found :total results":null,"Friday":null,"Frisbo":null,"From":null,"from":null,"Fulfilled At":null,"Fulfilling":null,"Furnizor":null,"Gender":null,"General Settings":null,"General":null,"Generate":null,"Generated for order #:number":null,"Geneva":null,"Get in touch with us":null,"Go Home":null,"Google":null,"Got it!":null,"Green":null,"Group":null,"Groups":null,"Habits":null,"Harvest 2016\/2017":null,"Harvest 2017\/2018":null,"Harvest 2018\/2019":null,"Harvest 2019\/2020":null,"Harvest":null,"Has Children":null,"Height":null,"Hello!":null,"Hello":null,"Herbs":null,"here":null,"Hi :name,":null,"Hi :name":null,"Home":null,"Homepage":null,"How To Videos":null,"how to videos":null,"I agree to the":null,"I authorise :name to send instructions to the financial institution that issued my card to take payments from my card account in accordance with the terms of my agreement with you":null,"I authorise":null,"Ian":null,"Icon Class":null,"Icon":null,"If you are having trouble clicking the action button, copy and paste the URL below":null,"If you did not create an account, no further action is required.":null,"If you did not receive the email":null,"If you did not request a password reset, no further action is required.":null,"If you’d like to help, tell us what happened below.":null,"IFSC":null,"Impersonate":null,"Impersonating":null,"Import Summary":null,"Import Type":null,"Import":null,"Importance":null,"Important":null,"Imported At":null,"Imported By":null,"Imported Entries":null,"ImportType":null,"In a few minutes you will receive a confirmation email":null,"In Stock":null,"in stock":null,"10 Days Returns":null,"24h Tracked Shipping":null,"100% Original Products":null,"Secure Payments":null,"Income":null,"index":null,"Indications":null,"Individual":null,"Industrial":null,"Info":null,"Ingredients":null,"Insert in Stock":null,"Integrations":null,"Internal #":null,"Internal Code":null,"Internal":null,"into your web browser":null,"Invalid signature.":null,"Invalid":null,"Inventory":null,"inventory":null,"Invoice Emailed":null,"Invoice for order # :number":null,"Invoice for order":null,"invoice":null,"invoices":null,"Invoices":null,"Is Active":null,"Is Cancelled":null,"Is Default":null,"is-bordered":null,"is-hoverable":null,"is-narrow":null,"is-striped":null,"Issue Invoice":null,"Issue Payment":null,"Issue proforma":null,"Issues":null,"It looks like we’re having issues.":null,"Item":null,"items":null,"Items":null,"Jams":null,"January":null,"Jar":null,"July":null,"June":null,"Keep tables configurations":null,"Key Collector":null,"Key Name":null,"Key Value":null,"Key":null,"keys found":null,"Label Generator":null,"Label":null,"Labels":null,"labels":null,"Lane":null,"Language Item":null,"Language":null,"Languages":null,"languages":null,"Last Modified":null,"last month":null,"Last Name":null,"Last updated":null,"last week":null,"last year":null,"Learn more":null,"Leave Fulfilling Mode":null,"Leave Warehouse Mode":null,"Left":null,"Length":null,"limited quantity":null,"Limited Stock Limit":null,"Limited Stock":null,"Line":null,"Link":null,"List Price":null,"Page [page] from [toPage]":null,"List Value":null,"List":null,"Load More":null,"Load more":null,"Loading...":null,"Loading":null,"Localisation Index":null,"Localisation":null,"localisation":null,"Localities":null,"Locality":null,"Log in":null,"Log out":null,"Log Out":null,"log":null,"Login":null,"login":null,"Logins":null,"logins":null,"logout":null,"Logout":null,"Logs Index":null,"Logs":null,"logs":null,"Loss":null,"Made with Bulma":null,"Made with Laravel":null,"Made with Vue":null,"Magazie":null,"Main Menu":null,"Manage Buttons":null,"Manage Menus":null,"Manage Permissions":null,"Mandatary":null,"Manufacturer":null,"Manufacturers":null,"Maps key":null,"Mar":null,"March":null,"Mark all as read":null,"Mark all read":null,"Max":null,"May":null,"MB":null,"Measurement Unit":null,"Measurement Units":null,"measurement units":null,"Member Since":null,"Members":null,"Menu Collapse":null,"Menu Items":null,"Menu":null,"Menus Index":null,"Menus":null,"menus":null,"Merge all localisation files":null,"Mfr #":null,"Mfr":null,"Min":null,"Miss":null,"Mode":null,"Monday":null,"more":null,"move to favorites":null,"Mr":null,"MU":null,"N\/A":null,"Name":null,"Needs matching":null,"Net Weight":null,"New Address":null,"New Password":null,"New team":null,"New Topic":null,"New":null,"Next Page":null,"Next":null,"NIN":null,"No activity found":null,"No keys found":null,"No locations found":null,"No options available":null,"No records were found":null,"No reservations found":null,"No search results found":null,"No teams were created yet":null,"No":null,"Not Found":null,"not paid":null,"Note":null,"Notes":null,"Nothing found":null,"notification":null,"Notifications":null,"notifications":null,"Number":null,"Observations":null,"of":null,"Offices":null,"Oh no":null,"OK":null,"on behalf of :company":null,"On Demand":null,"on":null,"Online":null,"Only missing":null,"Operation failed because the permission is allocated to existing role(s)":null,"Operation was successfull":null,"order #:number invoice":null,"order #:number":null,"Order #:number":null,"Order details :number":null,"Order Line Limit":null,"Order Payment":null,"Order Values":null,"Order":null,"Orders":null,"Organize Menus":null,"our location":null,"Our Location":null,"Our team has been notified.":null,"Overdue":null,"Own Stock":null,"Owners Index":null,"Owners":null,"owners":null,"Package Content":null,"Packaging Units":null,"packaging units":null,"Page Expired":null,"Parade":null,"Parent":null,"Part Number":null,"Password Confirmation":null,"Password":null,"password":null,"Passwords must be at least six characters and match the confirmation.":null,"Past Imports":null,"Pasta":null,"Pay Later":null,"pay":null,"Pay":null,"Payment method":null,"Payment Methods":null,"Payment Order":null,"Payment":null,"payments":null,"Payments":null,"Pays VAT":null,"People":null,"people":null,"Permission Group":null,"Permission Groups Index":null,"Permission Groups":null,"Permission Name":null,"Permission":null,"permissionGroups":null,"Permissions Group Items":null,"Permissions Group":null,"permissions group":null,"Permissions Groups":null,"Permissions Index":null,"Permissions":null,"permissions":null,"Person client":null,"Person":null,"person":null,"Personal Info":null,"Personal information can only be edited via the person form":null,"Personal":null,"Phone Number":null,"Phone":null,"Pic":null,"Pick an option":null,"Picture":null,"Piece":null,"Place order":null,"See cart":null,"Placement":null,"Plati clienti":null,"Plati furnizor":null,"Please choose":null,"Please click the button below to verify your email address.":null,"Please confirm your password before continuing.":null,"Please Fill":null,"Please find attached the order's invoice.":null,"Please review your order and payment details":null,"Please set or reset your password by clicking the button below.":null,"POS Receipt":null,"Position":null,"Positions":null,"positions":null,"Post":null,"Postal Area":null,"Postal Code":null,"Postcode":null,"posted":null,"Prepared":null,"Preview":null,"Previous Page":null,"Previous":null,"Price":null,"Privacy":null,"processed":null,"Processing":null,"processing":null,"Product image coming soon":null,"Product":null,"Products per page":null,"Products":null,"products":null,"Produs":null,"Profile":null,"Profit":null,"Proforma Invoice":null,"Proforma":null,"Promissory Note":null,"publish product":null,"Purchase Returns":null,"purchase returns":null,"Purchase":null,"Purchases":null,"purchases":null,"Purple":null,"Qty":null,"Quantity":null,"rating":null,"Rating":null,"Ratio":null,"Read":null,"Recaptcha key":null,"Recaptcha secret":null,"Receipt":null,"Received":null,"Recent orders":null,"Recommended Products":null,"records":null,"Red":null,"Reference \\ PO":null,"Regards":null,"register":null,"Register":null,"Registered Entities":null,"Registered Users":null,"Registry Of Commerce":null,"Registry of commerce":null,"Rejected Association":null,"Rejected Brand":null,"Rejected Documentation":null,"Rejected EAN":null,"Reload":null,"Remember me":null,"Remember Me":null,"Reminder":null,"Remove From Stock":null,"Remove poster":null,"remove":null,"Reorder Menu":null,"reorder":null,"Repeat Password":null,"Replies":null,"Reply":null,"Resell":null,"Reservations":null,"Reserved":null,"Reset password request":null,"Reset password":null,"Reset":null,"Residential":null,"Resource Prefix":null,"Resource":null,"resource":null,"Retur aprovizionari":null,"Retur vanzari":null,"Revenue":null,"Reviews":null,"reviews":null,"Right":null,"Road":null,"Role Item":null,"Role":null,"role":null,"Roles Index":null,"Roles List":null,"Roles":null,"roles":null,"Rotatie":null,"Rotation":null,"Route":null,"Row":null,"Running":null,"Sale Channel":null,"Sale Channels":null,"sale channels":null,"Sale Price":null,"Sale Returns":null,"sale returns":null,"Sale Value":null,"Sales":null,"sales":null,"Saturday":null,"Sauces":null,"Save Configuration":null,"Save your work then click here to refresh your page and update to the latest application version":null,"Save":null,"Sea Salt":null,"Search category limit":null,"Search in products":null,"Search placeholder":null,"Search something":null,"Search within brands":null,"Search...":null,"Search":null,"Searching...":null,"Searching":null,"Secret":null,"See all":null,"Select file for import":null,"select":null,"selected":null,"Send a password reset link":null,"Send a reset password link":null,"Send Password Reset Link":null,"Serial":null,"Server Error":null,"Service Unavailable":null,"Service":null,"Services":null,"services":null,"Set password":null,"Settings":null,"settings":null,"Share your idea...":null,"Share your opinion and rate the product":null,"Share your opinion...":null,"Shelf":null,"Shift + Enter to post":null,"Shipped":null,"Shipping Address":null,"Shipping charges may be incurred":null,"Shipping charges of :value (+VAT) will be added":null,"Shipping cost":null,"You will pay":null,"Visit the product page":null,"Shop Categories":null,"Shopping Cart":null,"Show Log":null,"Show Logs from":null,"Show":null,"show":null,"Showing :from - :to of :total results":null,"Sicilian Honey":null,"Sidebar Toggle":null,"Similar products limit":null,"Site Texts":null,"Size":null,"Sleeping":null,"Some fields were invalid. Please correct the errors and try again.":null,"Something went wrong...":null,"Special Diet":null,"Speciality":null,"Spendings":null,"Square":null,"Start Tutorial":null,"Started":null,"Starters":null,"Status":null,"Stock Rotation":null,"Stock: :stock":null,"Stock":null,"Stopped":null,"Storage Usage":null,"store":null,"Storing":null,"Street Type":null,"Street":null,"Sub Administrative Area":null,"Submit":null,"Success":null,"Successful":null,"Summary":null,"Sunday":null,"Supplier Discounts":null,"Supplier Invoices":null,"Supplier Number":null,"Supplier Payments":null,"Supplier Ref":null,"Supplier Stock":null,"Supplier":null,"suppliers":null,"Sweets":null,"System":null,"system":null,"Table export done":null,"Table export error":null,"Table export started":null,"Table":null,"Tables State Save":null,"Tags":null,"Tasks":null,"tasks":null,"team":null,"Teams":null,"Template":null,"Tenant":null,"terms and conditions":null,"Terms of use":null,"Terms Of Use":null,"terms of use":null,"Thank you for shopping with us.":null,"Thank you for using our application!":null,"Thank you for your order":null,"Thank you":null,"The :filename file is ready":null,"The address has been successfully updated":null,"The address was successfully created":null,"The admin role already has all permissions and does not need syncing":null,"The application was updated, please save your work & refresh your browser":null,"The Changes have been saved!":null,"The changes have been saved":null,"The company was successfully created":null,"The company was successfully deleted":null,"The company was successfully updated":null,"The Entity was created!":null,"The entity was created!":null,"The export :name could not be completed due to an unknown error":null,"The export was cancelled successfully":null,"The form contains errors":null,"The generated document has :entries entries":null,"The import was restarted":null,"The language files were successfully merged":null,"The language files were successfully updated":null,"The log file":null,"The log was cleaned":null,"The menu was created!":null,"The operation was successful":null,"New order #:number from :channel for :total :currency was placed by :person":null,"Selected payment method: :paymentMethod":null,"The permission group was created!":null,"The permission was created!":null,"The permissions were created!":null,"The person has assigned resources in the system and cannot be deleted":null,"The Person was successfully created":null,"The person was successfully created":null,"The person was successfully deleted":null,"The person was successfully updated":null,"The poster was deleted successfully":null,"The requested report was started. It can take a few minutes before you have it in your inbox":null,"The requested report was started. It can take a few minutes before you have it in your inbox":null,"The role was created!":null,"The selected record is about to be deleted. Are you sure?":null,"The team was successfully saved":null,"The tutorial was created!":null,"The tutorial was successfully deleted":null,"The user group was successfully created":null,"The user group was successfully deleted":null,"The user has activity in the system and cannot be deleted":null,"The User was created!":null,"The video file was deleted successfully":null,"The video was updated successfully":null,"The webshop is still under construction, but we're launching soon...":null,"Theme Color":null,"Theme":null,"There are no active carousel slides":null,"There are no addresses added yet":null,"There are no companies added yet":null,"There are no credit cards added yet":null,"This action is unauthorized.":null,"this month":null,"This password reset link will expire in :count minutes.":null,"This password reset token is invalid.":null,"This website uses cookies to deliver its services and to analyze traffic. For more details please visit our":null,"privacy policy":null,"this week":null,"this year":null,"Thursday":null,"Time":null,"Timeline":null,"Tip":null,"Title...":null,"Title":null,"title":null,"to manage your addresses":null,"to manage your cards":null,"to manage your companies":null,"to view your order":null,"To":null,"to":null,"Today":null,"today":null,"Toggle navigation":null,"Too Many Attempts.":null,"Too Many Requests":null,"Top Banner Content":null,"Top Pick":null,"Total amount for order #:number is :currency:total":null,"total records":null,"Total":null,"total":null,"Translations":null,"Tuesday":null,"Tutorial":null,"Tutorials Index":null,"Tutorials":null,"tutorials":null,"Type a new comment":null,"Type":null,"type":null,"Types":null,"Unable to read file":null,"Unauthorized":null,"Undo Stock Insertion":null,"Undo Stock Removal":null,"Unique Identifier":null,"Unit. Price":null,"Unitary Price":null,"untagged":null,"Update":null,"Updated At":null,"Updated By":null,"updated the members":null,"updated":null,"Updated":null,"Upload Avatar":null,"Upload Template":null,"uploads":null,"Use":null,"User Details":null,"user groups":null,"User Groups":null,"User Info":null,"User Profile":null,"User":null,"user":null,"Users Administration":null,"Users Index":null,"Users":null,"users":null,"Valability":null,"Valid":null,"Editable time limit in seconds. Use 0 to disable":null,"Value":null,"Vanzari":null,"VAT":null,"VAT Value":null,"ver":null,"Verify Email Address":null,"Verify Your Email Address":null,"Video description":null,"Video name":null,"Video":null,"video":null,"View Cart":null,"View your order":null,"Virtual Position ID":null,"Visible Brands":null,"Visible Top Banner":null,"Vista":null,"Volume":null,"Voucher":null,"waiting":null,"Warehouse":null,"warehouses":null,"Warehouses":null,"Warning":null,"was changed":null,"was last updated":null,"We can't find a user with that e-mail address.":null,"We have e-mailed your password reset link!":null,"We will keep you updated on its progress":null,"We won't ask for your password again for a few hours.":null,"Webshop Name":null,"Webshop Order":null,"webshop":null,"Webshop":null,"Website":null,"Wednesday":null,"Welcome Back":null,"Welcome":null,"What happened?":null,"What you need to know":null,"What":null,"When":null,"Whoops!":null,"Width":null,"Write a review":null,"Write":null,"Yes":null,"yesterday":null,"You are not authorized for this action":null,"You are not authorized to perform this action":null,"You are receiving this email because we received a password reset request for your account.":null,"You can click":null,"You don't have any favorite products yet":null,"You don't have any notifications":null,"You don't have any orders yet":null,"You don't have any products in the shopping cart right now":null,"You have":null,"You just got a notification...":null,"You made too many attempts. Please wait 5 minutes and try again.":null,"You may also like":null,"You will find attached the requested report.":null,"Your :shop order :number":null,"Your account has been disabled. Please contact the administrator":null,"Your card was successfully saved":null,"Your email address is not verified.":null,"Your Message":null,"Your password has been reset!":null,"You need to accept our terms of use first":null,"item":null,"PO #":null,"Your privacy is important for us":null,"cart":null,"favourites":null,"addresses":null,"orders":null,"payment":null,"summary":null,"add":null,"rate":null,"review":null,"star":null,"stars":null,"Thank you for contributing":null,"Do you own or have used this product?":null,"This review is awaiting approval":null,"This review was approved":null,"This review was rejected. You may edit and repost it.":null,"Edit review":null,"category":null,"terms-of-use":null,"privacy":null,"about-us":null,"favorites":null,":user finalized the :model :label for the partner :partner":null,":type quantity and total were successfully updated":null,":type update":null,"Please find attached the order details":null,"Succeeded":null,"External Reference":null,"Incomplete order (#:number)":null,"On :date you placed an order on our webshop but forgot to finalize the payment.":null,"Please click bellow to view your order and finalize the payment":null,"New message from the webshop's contact form":null,"Your Webshop.":null,"Message:":null,"Contact phone: :phone":null,"Your order #:number on :shop was successfully placed":null,"You have a new webshop order":null,"New user registration":null,"Before adjusting stock, select the product default supplier":null,"Cannot increment when quantity <= 0":null,"Cannot decrement when quantity <= 0":null,"Order already has a :type invoice":null,"Invalid item":null,"Cannot update orders that are externally fulfilled":null,"Order is already in this status":null,"There are no differences on this order":null,"You are not allowed to issue payments without invoices":null,"You are not allowed to issue payments on a cancelled invoice'":null,"Sale is already paid":null,"You cannot delete a paid order":null,"order details":null,"Delivery Address":null,"Disc.":null,"M.U.":null,"Product \/ Code":null,"registered in doc.":null,"received":null,"U.P acquision":null,"(no VAT)":null,"Val. acquision":null,"Val. VAT":null,"(afferent)":null,"Info field":null,"additional":null,"piece":null,"Total General":null,"Goods Receipt Note":null,"Unit":null,"The undersigned, members of the reception committee, have received the material values provided by":null,"delegate":null,"based on the accompanying documents":null,"consisting":null,"car no.":null,"Optional field, usable in case of observations":null,"Reception committee members name and surname":null,"Signature":null,"Manager name and surename":null,"Manager name and surname":null,"Reception comitee conclusions":null,"Reception committee conclusions":null,"Supplier\/carrier point of view":null,"Other mentions":null,"The quantity determination was done by":null,"The quality determination was made by the sample":null,"no.":null,"Sender":null,"Companion":null,"Dispatch station":null,"Destination station":null,"Release date":null,"Dispatch date":null,"Arrival date":null,"Supplier delegates, the carrier who participated in the reception":null,"ISBN":null,"Total products":null,"Scale indicated weight":null,"Stock Removal":null,"Representative of":null,"Name and surname":null,"Identity card":null,"TOTAL":null,"Reception participants":null,"for Sale":null,"Emag API call for :action failed":null,"The action :action on url :url failed with the following error messages:":null,"New :type callback from emag":null,"New :type callback from emag for id :id":null,"Missing app product for emag order :id":null,"Product :product":null,"Offer mismatch for eMag order :id":null,"For product :code":null,"External part number :code":null,"Part number :code":null,"New eMag order (id: :id) with vouchers:":null,":name, value :value":null,"New eMag order (id: :id) with vouchers":null,"Shipping price mismatch for eMag order :order":null,"Product price mismatch for eMag order :order":null,"Offer with id :id already exists":null,"An offer for the pnk :pnk already exists":null,"An offer with product id :id already exists and needs eMag intervention":null,"No order with id :id found":null,"Write Review For":null,"Don't know what to write about?":null,"Tell us what you like about the purchased product.":null,"Does it live up to your expectations?":null,"Are you satisfied with the value for money?":null,"Would you recommend it to others?":null,"Remove from favorites":null,"make default":null,"delivery":null,"billing":null,"Not Paid":null,"Requires Action":null,"verify":null,"Verify":null,"confirmation":null,"No addresses defined":null,"Part":null,"Complete the payment":null,"An extra confirmation is needed to process your payment":null,"Order is already paid":null,"Your payment for this order is still processing":null,"Please find the invoice attached":null,"Invoice issued for order #:number":null,"Your order #:number":null,"Payment via :type was successful for order :number":null,"A payment was received for order #:number (:total :currency)":null,"Insufficient stock for :product, only :left left":null,"Registration is restricted for the moment, please return soon":null,"Hello :name":null,"Thank you for creating an account on :shop":null,"We hope that you will enjoy our products":null,"Go to login":null,"Ship to a different addresstion button, copy and paste the URL below into your web browser":null,"Payment via :type was successful for order #:number, amount :amount :currency":null,"View order":null,"Click bellow to view your order and finalize the payment":null,"A new account was created : :name":null,"from: :company":null,"To manage the account please click the link below":null,"View account":null,"Details for delivering your order":null,"You're just a few steps away from finalizing your order":null,"If you already have an account click":null,"to go to the login page":null,"Your account":null,"I want to create an account":null,"Company Name":null,"Skip":null,"New order #:number from :channel for :total :currency":null,"fast-checkout":null,"Fast Checkout":null,"The action :action failed with the following error code: :code":null,"Reported error message: :message":null,"Request payload: :payload":null,"API call for :action failed":null,"Notification, :title":null,"New Comment Tag":null,"You were just tagged":null,"Comment Tag Notification":null,"Your password will expire soon":null,"You've got :days days left to change it":null,"You've got until tomorrow to change it":null,"You must change it today":null,"Welcome!":null,"Task Reminder":null,"This is a reminder for the following task:":null,"View Task":null,"Task :description":null,"You cannot delete the default address":null,"You cannot delete an address that you have previously used":null,"You cannot edit this company, please contact support":null,"Your cart is empty":null,"You cannot delete the default card":null,"You cannot edit this :model, please contact support":null,"Company information":null,"Billing address":null,"Free":null,"Get to know us":null,"Registration successful":null,"Your account needs to be activated before you can login":null,"You will receive a confirmation email upon approval":null,"Thank you!":null,"Frequently asked questions":null,"Edit address":null,"Edit company":null,"Pay by Card":null,"Click":null,"Not Implemented":null,"Approve":null,"Disapprove":null,"for \":query\"":null,"Review was rejected":null,"Review updated for :product":null,"New review submitted for :product":null,"A product review was updated by :person:":null,"A new product review was posted by :person:":null,"Your review for :product was :approval":null,"If you want, you can revise your review here:":null,"Review :approval":null,"approved":null,"rejected":null,"Terms of Use":null,"Similar products":null,"Enter your email to reset your password":null,"We'll send you an email with the instructions to follow":null,"similar-products":null,"description":null,"characteristics":null,"about-this-brand":null,"not in stock":null,"Not In Stock":null,"Hold tight, your order is being processed. We will email you when your order succeeds":null,"Wire Transfer":null,"Grand Total":null,"A cancellation request was received for order #:id":null,"Cancellation request for order #:id":null,"Please let us know if you are able to cancel the order":null,"Cancellation request for emag order with id :id":null,"An emag order cancellation request was received":null,"Ensure the order may still be cancellable":null,"and optionally contact the client":null,"You may access the corresponding sale":null,"using the button below":null,"If you need to change your email please contact us":null,"Awb status was updated to \":status\" for emag order #:id":null,"Awb status update for emag order #:id":null}
\ No newline at end of file
+{"Sale":null,"A cancellation request was received for a :channel order.":null,"Please take the necessary steps.":null,"A cancellation request was received for a :channel order":null,"Order #:number from :channel, placed by :person, has a new status update: :status":null,"New Position":null,"Download goods received note":null,"Undo receive":null,"Receive":null,"Undo confirm":null,"Confirm":null,"Reference":null,"Undo deliver":null,"Deliver":null,"Undo ship":null,"Ship":null,"Undo prepare":null,"Prepare products":null,"Insert in stock":null,"Undo fulfill":null,"Remove from stock":null,"Order emailed by":null,"Invoice emailed by":null,"No email sent with the current invoice":null,"Issue Proforma":null,"No email sent with the current order":null,"Download order (pdf)":null,"Download order (xlsx)":null,"Fulfill":null,"Store":null,"Cancellation request for :channel order #:number":null,"Your order #:number is being processed. We'll keep you updated.":null,"Your order #:number has been delivered. We hope you enjoy your purchase and we'd really love to receive your feedback. If you wish, you can leave us a product review.":null,"Don't hesitate to contact us for any questions.":null,"Your order #:number has been packed and is ready for shipping. We'll let you know once it's shipped.":null,"A :channel order cancellation request was received":null,"Status update for order #:number":null,"Order #:number from :channel, placed by :person, has a new status update :status":null,"Your order #:number has been delivered. We hope you enjoy your purchase and we’d really love to receive your feedback. If you wish, you can leave us a product review.":null,"Your order #:number has been shipped to the following address: :address":null,"Your order #:number has been packed and is ready for shipping. We’ll let you know once it’s shipped.":null,"Your order #:number is being processed. We’ll keep you updated.":null,"Your order #:number was delivered":null,"Your order #:number was shipped":null,"Your order #:number is ready to be shipped":null,"Your order #:number is being processed":null,"Author":null,"Subgenre":null,"Genre":null,"Number of Pages":null,"Year of Publication":null,"Collection":null,"Edition":null,"Publisher":null,"Translator":null,"A new account was created: :name":null,":days Days Returns":null,"Street line 2":null,"Street line 1":null,"A payment method was already set for this order":null,"Added":null,"Authorize Only":null,"Pay by Wire Transfer":null,"Go back to the store":null,"We will create an account for your future orders":null,"Secure payments with":null,"The company already exists in our system. Please contact us about that":null,"Set your new password":null,"If you are having trouble clicking the action button, copy and paste the URL below into your web browser":null,"Ship to a different addressed":null,"You just asked for a password reset. To complete the process click the button below.":null,":name export done":null,":name export started":null,":type import done":null,"":null,"#":null,"30 days":null,"7 days":null,"A fresh verification link has been sent to your email address.":null,"About this brand":null,"About Us":null,"Above":null,"Accessories":null,"Account details":null,"Account":null,"account":null,"Acidity":null,"Acquisition Price":null,"Acquisition Value":null,"Actions":null,"actions":null,"Active":null,"active":null,"Activity Log":null,"Start Date":null,"Activity":null,"Add :entity":null,"Add address":null,"Add Brand":null,"Add card":null,"Add Card":null,"Add Comment":null,"Add company":null,"Add File":null,"Add Key":null,"Add Payment":null,"Add to cart":null,"Add to favorites":null,"Add video":null,"Add":null,"Adding":null,"Additional":null,"Address is missing or does not have lat\/long":null,"Address":null,"Addresses":null,"Adjustment":null,"Administration":null,"administration":null,"Administrative Area":null,"Again Colors":null,"Agent":null,"Algolia":null,"All Menu Items":null,"All Products":null,"All products":null,"all products":null,"All rights reserved.":null,"all":null,"Allocated To":null,"Amazing Saving":null,"Amount":null,"An error has occured. Please report this to the administrator":null,"An error was encountered while generationg :export":null,"An export job is already running for the same table":null,"An unknown error occurred while submitting your report. Please try again.":null,"Analytics Id":null,"Apartment":null,"App Key":null,"App":null,"Appellative":null,"Approved Documentation":null,"Approved":null,"April":null,"Aprovizionari":null,"Are you sure that you want to delete the template file?":null,"Are you sure?":null,"Assign":null,"Associate Person":null,"attribute groups":null,"Audit":null,"audit":null,"Authors":null,"Available menus":null,"Available slides":null,"Avatar":null,"Avenue":null,"Awaiting Brand validation":null,"Awaiting Documentation Validation":null,"Awaiting EAN validation":null,"Awaiting MKTP validation":null,"Award List":null,"Awards":null,"Azzure":null,"Back":null,"Backed by":null,"Bag":null,"Bank Account":null,"Bank":null,"Be the first to review this product":null,"Before proceeding, please check your email for a verification link.":null,"Below":null,"Bend":null,"Besel":null,"Best Seller":null,"Between":null,"Billing Address":null,"Birthday":null,"birthday":null,"Birthdays":null,"Blank":null,"Blocked":null,"Bookmarks":null,"Bottled Weight":null,"Boulevard":null,"Box":null,"Brand Count":null,"Brands":null,"brands":null,"BTL":null,"Bucharest":null,"Building Type":null,"Building":null,"building":null,"built with":null,"Business hours":null,"Butons":null,"Button Item":null,"Buttons":null,"buttons":null,"By":null,"Calendar":null,"calendar":null,"Calendars":null,"Calories per 100g":null,"Cancel":null,"Cancelled":null,"cancelled":null,"Cantitate":null,"Card number":null,"Cardholder name":null,"Carousel":null,"carousel":null,"Carrier":null,"Cart is empty":null,"Cart Summary":null,"Cart Validity Days":null,"Cart":null,"Pay on Delivery":null,"Cash Register Receipt":null,"Catalog":null,"Categories":null,"categories":null,"Navigation":null,"Category":null,"Channel":null,"Characteristics":null,"Cheque":null,"Choose language":null,"Choose your payment method":null,"Choose":null,"City Population by Age":null,"City":null,"Clear all":null,"click here to request another":null,"Client (company)":null,"Client (person)":null,"Client Discounts":null,"Client Invoices":null,"Client Order Reference":null,"Client Payment":null,"Client Payments":null,"Client Reference":null,"Client Stock":null,"Client Stocks":null,"Client":null,"Clienti":null,"Clients":null,"clients":null,"Close":null,"Code":null,"Coding":null,"Collapse Main Menu":null,"Colors Two":null,"Colors":null,"Coming Soon":null,"Comments":null,"Commercial":null,"commercial":null,"Companies":null,"companies":null,"Company client":null,"Company":null,"company":null,"Completed":null,"Configure Role":null,"Configure":null,"configure":null,"Confirm Password":null,"Confirmed":null,"Contact Bar Text":null,"contact form":null,"Contact Form":null,"Contact us with any questions or concerns that you may have and we will get back to you shortly":null,"Contact":null,"Contacts Index":null,"Contacts":null,"contacts":null,"Content Private":null,"Content":null,"Continue":null,"Copied to clipboard":null,"Copyright © 2016":null,"Core":null,"Country of Origin":null,"Country":null,"County":null,"Courier Service":null,"Create a new Entity":null,"Create a new User":null,"Create Button":null,"Create Company":null,"Create Differences Sale":null,"Create Group":null,"create group":null,"Create Language":null,"Create Menu":null,"Create Owner":null,"Create Permission Group":null,"Create Permission":null,"Create Permissions Group":null,"Create Person":null,"Create Resource":null,"Create Role":null,"Create Tutorial":null,"Create User Group":null,"Create User":null,"Create":null,"create":null,"Created Address":null,"Created At":null,"Created at":null,"Created By":null,"Created Contact":null,"Created":null,"created":null,"Currency Placed Before":null,"Current file size is":null,"custom":null,"Customer opinions":null,"Cycling":null,"Danger":null,"Dashboard":null,"dashboard":null,"Data Import":null,"data import":null,"Date":null,"Default Address":null,"Default Menu":null,"Default":null,"default":null,"Delete Avatar":null,"Delete File":null,"Delete Template":null,"Delete video":null,"Delete":null,"delete":null,"deleted":null,"Delivered":null,"Description":null,"deselect":null,"Designing":null,"details":null,"Details":null,"Diameter":null,"Direct Link":null,"Discount":null,"Discounts":null,"discounts":null,"Discussions":null,"Display Name":null,"Documents":null,"documents":null,"Don't have an account?":null,"Download Delivery Note":null,"Download Excel Sale Offer":null,"Download Excel Sale Return Offer":null,"Download Goods Received Note":null,"Download Invoice (long click for cancel)":null,"Download Payment (long click for cancel)":null,"Download Sale Offer":null,"Download Sale Return Offer":null,"Download Stock Removal":null,"Download Template":null,"Download":null,"Drag And Drop":null,"Drinking":null,"Due Date":null,"E-Mail Address":null,"Eating":null,"EAV":null,"eav":null,"Edit Button":null,"Edit Company":null,"Edit Invoice":null,"Edit Language":null,"Edit Menu":null,"Edit Owner":null,"Edit Permission Group":null,"Edit Permission":null,"Edit Permissions Group":null,"Edit Person":null,"Edit personal details":null,"Edit Role":null,"Edit Texts":null,"edit texts":null,"Edit Tutorial":null,"Edit User Group":null,"Edit User":null,"Edit":null,"edit":null,"Editable Limit":null,"edited":null,"Element":null,"Emag Active Offer":null,"Emag documentatie":null,"Emag Documentation":null,"Emag Offer":null,"Emag pret":null,"Emag Price":null,"Emag Valid":null,"Emag":null,"emag":null,"Email can only be edited via the user form":null,"Email":null,"Emailed At":null,"Emailed":null,"Enabled":null,"End":null,"Enter Fulfilling Mode":null,"Enter the application":null,"Enter warehouse mode":null,"Enter Warehouse Mode":null,"Entities":null,"entities":null,"Entity Details":null,"Entity":null,"entity":null,"Entries":null,"entries":null,"Entry":null,"entry":null,"Error":null,"Events":null,"Excel":null,"Expanded Menu":null,"Expanded Sidebar":null,"Expiration Date":null,"Export available for download: :filename":null,"Export Done":null,"Export emailed: :filename":null,"Export emailed":null,"Export error":null,"Export Notification":null,"Export started":null,"Export":null,"export":null,"exporting rejected":null,"exports":null,"External":null,"Extra Virgin Olive Oils":null,"Facturi clienti":null,"Facturi furnizori":null,"Failed":null,"failed":null,"FAQ":null,"Favorites":null,"Favourite products":null,"Fax Number":null,"Fax":null,"FEATURED BRANDS":null,"Featured Brands":null,"Feb":null,"February":null,"File name":null,"File Size":null,"File":null,"File(s)":null,"Files were uploaded successfully":null,"Files":null,"files":null,"Fill":null,"Filter by name or code":null,"Filter":null,"filtered from":null,"filtered":null,"Filters":null,"Finalize order":null,"Finalize":null,"Finalized":null,"finalized":null,"Financial Overview":null,"Financials":null,"financials":null,"find matches":null,"First Name":null,"Fiscal Code":null,"Fiscal Invoice":null,"Fiscal":null,"Flag Icon Class":null,"Flag Sufix":null,"Flag":null,"Floor":null,"floor":null,"Forbidden":null,"Forgot Password?":null,"Forgot password":null,"Forgot Your Password?":null,"Found :total results":null,"Friday":null,"Frisbo":null,"From":null,"from":null,"Fulfilled At":null,"Fulfilling":null,"Furnizor":null,"Gender":null,"General Settings":null,"General":null,"Generate":null,"Generated for order #:number":null,"Geneva":null,"Get in touch with us":null,"Go Home":null,"Google":null,"Got it!":null,"Green":null,"Group":null,"Groups":null,"Habits":null,"Harvest 2016\/2017":null,"Harvest 2017\/2018":null,"Harvest 2018\/2019":null,"Harvest 2019\/2020":null,"Harvest":null,"Has Children":null,"Height":null,"Hello!":null,"Hello":null,"Herbs":null,"here":null,"Hi :name,":null,"Hi :name":null,"Home":null,"Homepage":null,"How To Videos":null,"how to videos":null,"I agree to the":null,"I authorise :name to send instructions to the financial institution that issued my card to take payments from my card account in accordance with the terms of my agreement with you":null,"I authorise":null,"Ian":null,"Icon Class":null,"Icon":null,"If you are having trouble clicking the action button, copy and paste the URL below":null,"If you did not create an account, no further action is required.":null,"If you did not receive the email":null,"If you did not request a password reset, no further action is required.":null,"If you’d like to help, tell us what happened below.":null,"IFSC":null,"Impersonate":null,"Impersonating":null,"Import Summary":null,"Import Type":null,"Import":null,"Importance":null,"Important":null,"Imported At":null,"Imported By":null,"Imported Entries":null,"ImportType":null,"In a few minutes you will receive a confirmation email":null,"In Stock":null,"in stock":null,"10 Days Returns":null,"24h Tracked Shipping":null,"100% Original Products":null,"Secure Payments":null,"Income":null,"index":null,"Indications":null,"Individual":null,"Industrial":null,"Info":null,"Ingredients":null,"Insert in Stock":null,"Integrations":null,"Internal #":null,"Internal Code":null,"Internal":null,"into your web browser":null,"Invalid signature.":null,"Invalid":null,"Inventory":null,"inventory":null,"Invoice Emailed":null,"Invoice for order # :number":null,"Invoice for order":null,"invoice":null,"invoices":null,"Invoices":null,"Is Active":null,"Is Cancelled":null,"Is Default":null,"is-bordered":null,"is-hoverable":null,"is-narrow":null,"is-striped":null,"Issue Invoice":null,"Issue Payment":null,"Issue proforma":null,"Issues":null,"It looks like we’re having issues.":null,"Item":null,"items":null,"Items":null,"Jams":null,"January":null,"Jar":null,"July":null,"June":null,"Keep tables configurations":null,"Key Collector":null,"Key Name":null,"Key Value":null,"Key":null,"keys found":null,"Label Generator":null,"Label":null,"Labels":null,"labels":null,"Lane":null,"Language Item":null,"Language":null,"Languages":null,"languages":null,"Last Modified":null,"last month":null,"Last Name":null,"Last updated":null,"last week":null,"last year":null,"Learn more":null,"Leave Fulfilling Mode":null,"Leave Warehouse Mode":null,"Left":null,"Length":null,"limited quantity":null,"Limited Stock Limit":null,"Limited Stock":null,"Line":null,"Link":null,"List Price":null,"Page [page] from [toPage]":null,"List Value":null,"List":null,"Load More":null,"Load more":null,"Loading...":null,"Loading":null,"Localisation Index":null,"Localisation":null,"localisation":null,"Localities":null,"Locality":null,"Log in":null,"Log out":null,"Log Out":null,"log":null,"Login":null,"login":null,"Logins":null,"logins":null,"logout":null,"Logout":null,"Logs Index":null,"Logs":null,"logs":null,"Loss":null,"Made with Bulma":null,"Made with Laravel":null,"Made with Vue":null,"Magazie":null,"Main Menu":null,"Manage Buttons":null,"Manage Menus":null,"Manage Permissions":null,"Mandatary":null,"Manufacturer":null,"Manufacturers":null,"Maps key":null,"Mar":null,"March":null,"Mark all as read":null,"Mark all read":null,"Max":null,"May":null,"MB":null,"Measurement Unit":null,"Measurement Units":null,"measurement units":null,"Member Since":null,"Members":null,"Menu Collapse":null,"Menu Items":null,"Menu":null,"Menus Index":null,"Menus":null,"menus":null,"Merge all localisation files":null,"Mfr #":null,"Mfr":null,"Min":null,"Miss":null,"Mode":null,"Monday":null,"more":null,"move to favorites":null,"Mr":null,"MU":null,"N\/A":null,"Name":null,"Needs matching":null,"Net Weight":null,"New Address":null,"New Password":null,"New team":null,"New Topic":null,"New":null,"Next Page":null,"Next":null,"NIN":null,"No activity found":null,"No keys found":null,"No locations found":null,"No options available":null,"No records were found":null,"No reservations found":null,"No search results found":null,"No teams were created yet":null,"No":null,"Not Found":null,"not paid":null,"Note":null,"Notes":null,"Nothing found":null,"notification":null,"Notifications":null,"notifications":null,"Number":null,"Observations":null,"of":null,"Offices":null,"Oh no":null,"OK":null,"on behalf of :company":null,"On Demand":null,"on":null,"Online":null,"Only missing":null,"Operation failed because the permission is allocated to existing role(s)":null,"Operation was successfull":null,"order #:number invoice":null,"order #:number":null,"Order #:number":null,"Order details :number":null,"Order Line Limit":null,"Order Payment":null,"Order Values":null,"Order":null,"Orders":null,"Organize Menus":null,"our location":null,"Our Location":null,"Our team has been notified.":null,"Overdue":null,"Own Stock":null,"Owners Index":null,"Owners":null,"owners":null,"Package Content":null,"Packaging Units":null,"packaging units":null,"Page Expired":null,"Parade":null,"Parent":null,"Part Number":null,"Password Confirmation":null,"Password":null,"password":null,"Passwords must be at least six characters and match the confirmation.":null,"Past Imports":null,"Pasta":null,"Pay Later":null,"pay":null,"Pay":null,"Payment method":null,"Payment Methods":null,"Payment Order":null,"Payment":null,"payments":null,"Payments":null,"Pays VAT":null,"People":null,"people":null,"Permission Group":null,"Permission Groups Index":null,"Permission Groups":null,"Permission Name":null,"Permission":null,"permissionGroups":null,"Permissions Group Items":null,"Permissions Group":null,"permissions group":null,"Permissions Groups":null,"Permissions Index":null,"Permissions":null,"permissions":null,"Person client":null,"Person":null,"person":null,"Personal Info":null,"Personal information can only be edited via the person form":null,"Personal":null,"Phone Number":null,"Phone":null,"Pic":null,"Pick an option":null,"Picture":null,"Piece":null,"Place order":null,"See cart":null,"Placement":null,"Plati clienti":null,"Plati furnizor":null,"Please choose":null,"Please click the button below to verify your email address.":null,"Please confirm your password before continuing.":null,"Please Fill":null,"Please find attached the order's invoice.":null,"Please review your order and payment details":null,"Please set or reset your password by clicking the button below.":null,"POS Receipt":null,"Position":null,"Positions":null,"positions":null,"Post":null,"Postal Area":null,"Postal Code":null,"Postcode":null,"posted":null,"Prepared":null,"Preview":null,"Previous Page":null,"Previous":null,"Price":null,"Privacy":null,"processed":null,"Processing":null,"processing":null,"Product image coming soon":null,"Product":null,"Products per page":null,"Products":null,"products":null,"Produs":null,"Profile":null,"Profit":null,"Proforma Invoice":null,"Proforma":null,"Promissory Note":null,"publish product":null,"Purchase Returns":null,"purchase returns":null,"Purchase":null,"Purchases":null,"purchases":null,"Purple":null,"Qty":null,"Quantity":null,"rating":null,"Rating":null,"Ratio":null,"Read":null,"Recaptcha key":null,"Recaptcha secret":null,"Receipt":null,"Received":null,"Recent orders":null,"Recommended Products":null,"records":null,"Red":null,"Reference \\ PO":null,"Regards":null,"register":null,"Register":null,"Registered Entities":null,"Registered Users":null,"Registry Of Commerce":null,"Registry of commerce":null,"Rejected Association":null,"Rejected Brand":null,"Rejected Documentation":null,"Rejected EAN":null,"Reload":null,"Remember me":null,"Remember Me":null,"Reminder":null,"Remove From Stock":null,"Remove poster":null,"remove":null,"Reorder Menu":null,"reorder":null,"Repeat Password":null,"Replies":null,"Reply":null,"Resell":null,"Reservations":null,"Reserved":null,"Reset password request":null,"Reset password":null,"Reset":null,"Residential":null,"Resource Prefix":null,"Resource":null,"resource":null,"Retur aprovizionari":null,"Retur vanzari":null,"Revenue":null,"Reviews":null,"reviews":null,"Right":null,"Road":null,"Role Item":null,"Role":null,"role":null,"Roles Index":null,"Roles List":null,"Roles":null,"roles":null,"Rotatie":null,"Rotation":null,"Route":null,"Row":null,"Running":null,"Sale Channel":null,"Sale Channels":null,"sale channels":null,"Sale Price":null,"Sale Returns":null,"sale returns":null,"Sale Value":null,"Sales":null,"sales":null,"Saturday":null,"Sauces":null,"Save Configuration":null,"Save your work then click here to refresh your page and update to the latest application version":null,"Save":null,"Sea Salt":null,"Search category limit":null,"Search in products":null,"Search placeholder":null,"Search something":null,"Search within brands":null,"Search...":null,"Search":null,"Searching...":null,"Searching":null,"Secret":null,"See all":null,"Select file for import":null,"select":null,"selected":null,"Send a password reset link":null,"Send a reset password link":null,"Send Password Reset Link":null,"Serial":null,"Server Error":null,"Service Unavailable":null,"Service":null,"Services":null,"services":null,"Set password":null,"Settings":null,"settings":null,"Share your idea...":null,"Share your opinion and rate the product":null,"Share your opinion...":null,"Shelf":null,"Shift + Enter to post":null,"Shipped":null,"Shipping Address":null,"Shipping charges may be incurred":null,"Shipping charges of :value (+VAT) will be added":null,"Shipping cost":null,"You will pay":null,"Visit the product page":null,"Shop Categories":null,"Shopping Cart":null,"Show Log":null,"Show Logs from":null,"Show":null,"show":null,"Showing :from - :to of :total results":null,"Sicilian Honey":null,"Sidebar Toggle":null,"Similar products limit":null,"Site Texts":null,"Size":null,"Sleeping":null,"Some fields were invalid. Please correct the errors and try again.":null,"Something went wrong...":null,"Special Diet":null,"Speciality":null,"Spendings":null,"Square":null,"Start Tutorial":null,"Started":null,"Starters":null,"Status":null,"Stock Rotation":null,"Stock: :stock":null,"Stock":null,"Stopped":null,"Storage Usage":null,"store":null,"Storing":null,"Street Type":null,"Street":null,"Sub Administrative Area":null,"Submit":null,"Success":null,"Successful":null,"Summary":null,"Sunday":null,"Supplier Discounts":null,"Supplier Invoices":null,"Supplier Number":null,"Supplier Payments":null,"Supplier Ref":null,"Supplier Stock":null,"Supplier":null,"suppliers":null,"Sweets":null,"System":null,"system":null,"Table export done":null,"Table export error":null,"Table export started":null,"Table":null,"Tables State Save":null,"Tags":null,"Tasks":null,"tasks":null,"team":null,"Teams":null,"Template":null,"Tenant":null,"terms and conditions":null,"Terms of use":null,"Terms Of Use":null,"terms of use":null,"Thank you for shopping with us.":null,"Thank you for using our application!":null,"Thank you for your order":null,"Thank you":null,"The :filename file is ready":null,"The address has been successfully updated":null,"The address was successfully created":null,"The admin role already has all permissions and does not need syncing":null,"The application was updated, please save your work & refresh your browser":null,"The Changes have been saved!":null,"The changes have been saved":null,"The company was successfully created":null,"The company was successfully deleted":null,"The company was successfully updated":null,"The Entity was created!":null,"The entity was created!":null,"The export :name could not be completed due to an unknown error":null,"The export was cancelled successfully":null,"The form contains errors":null,"The generated document has :entries entries":null,"The import was restarted":null,"The language files were successfully merged":null,"The language files were successfully updated":null,"The log file":null,"The log was cleaned":null,"The menu was created!":null,"The operation was successful":null,"New order #:number from :channel for :total :currency was placed by :person":null,"Selected payment method: :paymentMethod":null,"The permission group was created!":null,"The permission was created!":null,"The permissions were created!":null,"The person has assigned resources in the system and cannot be deleted":null,"The Person was successfully created":null,"The person was successfully created":null,"The person was successfully deleted":null,"The person was successfully updated":null,"The poster was deleted successfully":null,"The requested report was started. It can take a few minutes before you have it in your inbox":null,"The requested report was started. It can take a few minutes before you have it in your inbox":null,"The role was created!":null,"The selected record is about to be deleted. Are you sure?":null,"The team was successfully saved":null,"The tutorial was created!":null,"The tutorial was successfully deleted":null,"The user group was successfully created":null,"The user group was successfully deleted":null,"The user has activity in the system and cannot be deleted":null,"The User was created!":null,"The video file was deleted successfully":null,"The video was updated successfully":null,"The webshop is still under construction, but we're launching soon...":null,"Theme Color":null,"Theme":null,"There are no active carousel slides":null,"There are no addresses added yet":null,"There are no companies added yet":null,"There are no credit cards added yet":null,"This action is unauthorized.":null,"this month":null,"This password reset link will expire in :count minutes.":null,"This password reset token is invalid.":null,"This website uses cookies to deliver its services and to analyze traffic. For more details please visit our":null,"privacy policy":null,"this week":null,"this year":null,"Thursday":null,"Time":null,"Timeline":null,"Tip":null,"Title...":null,"Title":null,"title":null,"to manage your addresses":null,"to manage your cards":null,"to manage your companies":null,"to view your order":null,"To":null,"to":null,"Today":null,"today":null,"Toggle navigation":null,"Too Many Attempts.":null,"Too Many Requests":null,"Top Banner Content":null,"Top Pick":null,"Total amount for order #:number is :currency:total":null,"total records":null,"Total":null,"total":null,"Translations":null,"Tuesday":null,"Tutorial":null,"Tutorials Index":null,"Tutorials":null,"tutorials":null,"Type a new comment":null,"Type":null,"type":null,"Types":null,"Unable to read file":null,"Unauthorized":null,"Undo Stock Insertion":null,"Undo Stock Removal":null,"Unique Identifier":null,"Unit. Price":null,"Unitary Price":null,"untagged":null,"Update":null,"Updated At":null,"Updated By":null,"updated the members":null,"updated":null,"Updated":null,"Upload Avatar":null,"Upload Template":null,"uploads":null,"Use":null,"User Details":null,"user groups":null,"User Groups":null,"User Info":null,"User Profile":null,"User":null,"user":null,"Users Administration":null,"Users Index":null,"Users":null,"users":null,"Valability":null,"Valid":null,"Editable time limit in seconds. Use 0 to disable":null,"Value":null,"Vanzari":null,"VAT":null,"VAT Value":null,"ver":null,"Verify Email Address":null,"Verify Your Email Address":null,"Video description":null,"Video name":null,"Video":null,"video":null,"View Cart":null,"View your order":null,"Virtual Position ID":null,"Visible Brands":null,"Visible Top Banner":null,"Vista":null,"Volume":null,"Voucher":null,"waiting":null,"Warehouse":null,"warehouses":null,"Warehouses":null,"Warning":null,"was changed":null,"was last updated":null,"We can't find a user with that e-mail address.":null,"We have e-mailed your password reset link!":null,"We will keep you updated on its progress":null,"We won't ask for your password again for a few hours.":null,"Webshop Name":null,"Webshop Order":null,"webshop":null,"Webshop":null,"Website":null,"Wednesday":null,"Welcome Back":null,"Welcome":null,"What happened?":null,"What you need to know":null,"What":null,"When":null,"Whoops!":null,"Width":null,"Write a review":null,"Write":null,"Yes":null,"yesterday":null,"You are not authorized for this action":null,"You are not authorized to perform this action":null,"You are receiving this email because we received a password reset request for your account.":null,"You can click":null,"You don't have any favorite products yet":null,"You don't have any notifications":null,"You don't have any orders yet":null,"You don't have any products in the shopping cart right now":null,"You have":null,"You just got a notification...":null,"You made too many attempts. Please wait 5 minutes and try again.":null,"You may also like":null,"You will find attached the requested report.":null,"Your :shop order :number":null,"Your account has been disabled. Please contact the administrator":null,"Your card was successfully saved":null,"Your email address is not verified.":null,"Your Message":null,"Your password has been reset!":null,"You need to accept our terms of use first":null,"item":null,"PO #":null,"Your privacy is important for us":null,"cart":null,"favourites":null,"addresses":null,"orders":null,"payment":null,"summary":null,"add":null,"rate":null,"review":null,"star":null,"stars":null,"Thank you for contributing":null,"Do you own or have used this product?":null,"This review is awaiting approval":null,"This review was approved":null,"This review was rejected. You may edit and repost it.":null,"Edit review":null,"category":null,"terms-of-use":null,"privacy":null,"about-us":null,"favorites":null,":user finalized the :model :label for the partner :partner":null,":type quantity and total were successfully updated":null,":type update":null,"Please find attached the order details":null,"Succeeded":null,"External Reference":null,"Incomplete order (#:number)":null,"On :date you placed an order on our webshop but forgot to finalize the payment.":null,"Please click bellow to view your order and finalize the payment":null,"New message from the webshop's contact form":null,"Your Webshop.":null,"Message:":null,"Contact phone: :phone":null,"Your order #:number on :shop was successfully placed":null,"You have a new webshop order":null,"New user registration":null,"Before adjusting stock, select the product default supplier":null,"Cannot increment when quantity <= 0":null,"Cannot decrement when quantity <= 0":null,"Order already has a :type invoice":null,"Invalid item":null,"Cannot update orders that are externally fulfilled":null,"Order is already in this status":null,"There are no differences on this order":null,"You are not allowed to issue payments without invoices":null,"You are not allowed to issue payments on a cancelled invoice'":null,"Sale is already paid":null,"You cannot delete a paid order":null,"order details":null,"Delivery Address":null,"Disc.":null,"M.U.":null,"Product \/ Code":null,"registered in doc.":null,"received":null,"U.P acquision":null,"(no VAT)":null,"Val. acquision":null,"Val. VAT":null,"(afferent)":null,"Info field":null,"additional":null,"piece":null,"Total General":null,"Goods Receipt Note":null,"Unit":null,"The undersigned, members of the reception committee, have received the material values provided by":null,"delegate":null,"based on the accompanying documents":null,"consisting":null,"car no.":null,"Optional field, usable in case of observations":null,"Reception committee members name and surname":null,"Signature":null,"Manager name and surename":null,"Manager name and surname":null,"Reception comitee conclusions":null,"Reception committee conclusions":null,"Supplier\/carrier point of view":null,"Other mentions":null,"The quantity determination was done by":null,"The quality determination was made by the sample":null,"no.":null,"Sender":null,"Companion":null,"Dispatch station":null,"Destination station":null,"Release date":null,"Dispatch date":null,"Arrival date":null,"Supplier delegates, the carrier who participated in the reception":null,"ISBN":null,"Total products":null,"Scale indicated weight":null,"Stock Removal":null,"Representative of":null,"Name and surname":null,"Identity card":null,"TOTAL":null,"Reception participants":null,"for Sale":null,"Emag API call for :action failed":null,"The action :action on url :url failed with the following error messages:":null,"New :type callback from emag":null,"New :type callback from emag for id :id":null,"Missing app product for emag order :id":null,"Product :product":null,"Offer mismatch for eMag order :id":null,"For product :code":null,"External part number :code":null,"Part number :code":null,"New eMag order (id: :id) with vouchers:":null,":name, value :value":null,"New eMag order (id: :id) with vouchers":null,"Shipping price mismatch for eMag order :order":null,"Product price mismatch for eMag order :order":null,"Offer with id :id already exists":null,"An offer for the pnk :pnk already exists":null,"An offer with product id :id already exists and needs eMag intervention":null,"No order with id :id found":null,"Write Review For":null,"Don't know what to write about?":null,"Tell us what you like about the purchased product.":null,"Does it live up to your expectations?":null,"Are you satisfied with the value for money?":null,"Would you recommend it to others?":null,"Remove from favorites":null,"make default":null,"delivery":null,"billing":null,"Not Paid":null,"Requires Action":null,"verify":null,"Verify":null,"confirmation":null,"No addresses defined":null,"Part":null,"Complete the payment":null,"An extra confirmation is needed to process your payment":null,"Order is already paid":null,"Your payment for this order is still processing":null,"Please find the invoice attached":null,"Invoice issued for order #:number":null,"Your order #:number":null,"Payment via :type was successful for order :number":null,"A payment was received for order #:number (:total :currency)":null,"Insufficient stock for :product, only :left left":null,"Registration is restricted for the moment, please return soon":null,"Hello :name":null,"Thank you for creating an account on :shop":null,"We hope that you will enjoy our products":null,"Go to login":null,"Ship to a different addresstion button, copy and paste the URL below into your web browser":null,"Payment via :type was successful for order #:number, amount :amount :currency":null,"View order":null,"Click bellow to view your order and finalize the payment":null,"A new account was created : :name":null,"from: :company":null,"To manage the account please click the link below":null,"View account":null,"Details for delivering your order":null,"You're just a few steps away from finalizing your order":null,"If you already have an account click":null,"to go to the login page":null,"Your account":null,"I want to create an account":null,"Company Name":null,"Skip":null,"New order #:number from :channel for :total :currency":null,"fast-checkout":null,"Fast Checkout":null,"The action :action failed with the following error code: :code":null,"Reported error message: :message":null,"Request payload: :payload":null,"API call for :action failed":null,"Notification, :title":null,"New Comment Tag":null,"You were just tagged":null,"Comment Tag Notification":null,"Your password will expire soon":null,"You've got :days days left to change it":null,"You've got until tomorrow to change it":null,"You must change it today":null,"Welcome!":null,"Task Reminder":null,"This is a reminder for the following task:":null,"View Task":null,"Task :description":null,"You cannot delete the default address":null,"You cannot delete an address that you have previously used":null,"You cannot edit this company, please contact support":null,"Your cart is empty":null,"You cannot delete the default card":null,"You cannot edit this :model, please contact support":null,"Company information":null,"Billing address":null,"Free":null,"Get to know us":null,"Registration successful":null,"Your account needs to be activated before you can login":null,"You will receive a confirmation email upon approval":null,"Thank you!":null,"Frequently asked questions":null,"Edit address":null,"Edit company":null,"Pay by Card":null,"Click":null,"Not Implemented":null,"Approve":null,"Disapprove":null,"for \":query\"":null,"Review was rejected":null,"Review updated for :product":null,"New review submitted for :product":null,"A product review was updated by :person:":null,"A new product review was posted by :person:":null,"Your review for :product was :approval":null,"If you want, you can revise your review here:":null,"Review :approval":null,"approved":null,"rejected":null,"Terms of Use":null,"Similar products":null,"Enter your email to reset your password":null,"We'll send you an email with the instructions to follow":null,"similar-products":null,"description":null,"characteristics":null,"about-this-brand":null,"not in stock":null,"Not In Stock":null,"Hold tight, your order is being processed. We will email you when your order succeeds":null,"Wire Transfer":null,"Grand Total":null,"A cancellation request was received for order #:id":null,"Cancellation request for order #:id":null,"Please let us know if you are able to cancel the order":null,"Cancellation request for emag order with id :id":null,"An emag order cancellation request was received":null,"Ensure the order may still be cancellable":null,"and optionally contact the client":null,"You may access the corresponding sale":null,"using the button below":null,"If you need to change your email please contact us":null,"Awb status was updated to \":status\" for emag order #:id":null,"Awb status update for emag order #:id":null}
\ No newline at end of file
diff --git a/resources/lang/de.json b/resources/lang/de.json
index 84fc2a311..dadfd9b6c 100644
--- a/resources/lang/de.json
+++ b/resources/lang/de.json
@@ -1 +1 @@
-{"Sale":null,"A cancellation request was received for a :channel order.":null,"Please take the necessary steps.":null,"A cancellation request was received for a :channel order":null,"Order #:number from :channel, placed by :person, has a new status update: :status":null,"New Position":null,"Download goods received note":null,"Undo receive":null,"Receive":null,"Undo confirm":null,"Confirm":null,"Reference":null,"UID":null,"Undo deliver":null,"Deliver":null,"Undo ship":null,"Ship":null,"Undo prepare":null,"Prepare products":null,"Insert in stock":null,"Undo fulfill":null,"Remove from stock":null,"Order emailed by":null,"Invoice emailed by":null,"No email sent with the current invoice":null,"Issue Proforma":null,"No email sent with the current order":null,"Download order (pdf)":null,"Download order (xlsx)":null,"Fulfill":null,"Store":null,"Cancellation request for :channel order #:number":null,"Your order #:number is being processed. We'll keep you updated.":null,"Your order #:number has been delivered. We hope you enjoy your purchase and we'd really love to receive your feedback. If you wish, you can leave us a product review.":null,"Don't hesitate to contact us for any questions.":null,"Your order #:number has been packed and is ready for shipping. We'll let you know once it's shipped.":null,"A :channel order cancellation request was received":null,"Status update for order #:number":null,"Order #:number from :channel, placed by :person, has a new status update :status":null,"Your order #:number has been delivered. We hope you enjoy your purchase and we’d really love to receive your feedback. If you wish, you can leave us a product review.":null,"Your order #:number has been shipped to the following address: :address":null,"Your order #:number has been packed and is ready for shipping. We’ll let you know once it’s shipped.":null,"Your order #:number is being processed. We’ll keep you updated.":null,"Your order #:number was delivered":null,"Your order #:number was shipped":null,"Your order #:number is ready to be shipped":null,"Your order #:number is being processed":null,"Author":null,"Subgenre":null,"Genre":null,"Number of Pages":null,"Year of Publication":null,"Collection":null,"Edition":null,"Publisher":null,"Translator":null,"A new account was created: :name":null,":days Days Returns":null,"Street line 2":null,"Street line 1":null,"A payment method was already set for this order":null,"Added":null,"Authorize Only":null,"Pay by Wire Transfer":null,"Go back to the store":null,"We will create an account for your future orders":null,"Secure payments with":null,"The company already exists in our system. Please contact us about that":null,"Set your new password":null,"If you are having trouble clicking the action button, copy and paste the URL below into your web browser":null,"Ship to a different addressed":null,"You just asked for a password reset. To complete the process click the button below.":null,":name export done":null,":name export started":null,":type import done":null,"":null,"#":null,"30 days":null,"7 days":null,"A fresh verification link has been sent to your email address.":null,"About this brand":null,"About Us":null,"Above":null,"Accessories":null,"Account details":null,"Account":null,"account":null,"Acidity":null,"Acquisition Price":null,"Acquisition Value":null,"Actions":null,"actions":null,"Active":null,"active":null,"Activity Log":null,"Start Date":null,"Activity":null,"Add :entity":null,"Add address":null,"Add Brand":null,"Add card":null,"Add Card":null,"Add Comment":null,"Add company":null,"Add File":null,"Add Key":null,"Add Payment":null,"Add to cart":null,"Add to favorites":null,"Add video":null,"Add":null,"Adding":null,"Additional":null,"Address is missing or does not have lat\/long":null,"Address":null,"Addresses":null,"Adjustment":null,"Administration":null,"administration":null,"Administrative Area":null,"Again Colors":null,"Agent":null,"Algolia":null,"All Menu Items":null,"All Products":null,"All products":null,"all products":null,"All rights reserved.":null,"all":null,"Allocated To":null,"Amazing Saving":null,"Amount":null,"An error has occured. Please report this to the administrator":null,"An error was encountered while generationg :export":null,"An export job is already running for the same table":null,"An unknown error occurred while submitting your report. Please try again.":null,"Analytics Id":null,"Apartment":null,"App Key":null,"App":null,"Appellative":null,"Approved Documentation":null,"Approved":null,"April":null,"Aprovizionari":null,"Are you sure that you want to delete the template file?":null,"Are you sure?":null,"Assign":null,"Associate Person":null,"attribute groups":null,"Audit":null,"audit":null,"Authors":null,"Available menus":null,"Available slides":null,"Avatar":null,"Avenue":null,"Awaiting Brand validation":null,"Awaiting Documentation Validation":null,"Awaiting EAN validation":null,"Awaiting MKTP validation":null,"Award List":null,"Awards":null,"Azzure":null,"Back":null,"Backed by":null,"Bag":null,"Bank Account":null,"Bank":null,"Be the first to review this product":null,"Before proceeding, please check your email for a verification link.":null,"Below":null,"Bend":null,"Besel":null,"Best Seller":null,"Between":null,"Billing Address":null,"Birthday":null,"birthday":null,"Birthdays":null,"Blank":null,"Blocked":null,"Bookmarks":null,"Bottled Weight":null,"Boulevard":null,"Box":null,"Brand Count":null,"Brands":null,"brands":null,"BTL":null,"Bucharest":null,"Building Type":null,"Building":null,"building":null,"built with":null,"Business hours":null,"Butons":null,"Button Item":null,"Buttons":null,"buttons":null,"By":null,"Calendar":null,"calendar":null,"Calendars":null,"Calories per 100g":null,"Cancel":null,"Cancelled":null,"cancelled":null,"Cantitate":null,"Card number":null,"Cardholder name":null,"Carousel":null,"carousel":null,"Carrier":null,"Cart is empty":null,"Cart Summary":null,"Cart Validity Days":null,"Cart":null,"Pay on Delivery":null,"Cash Register Receipt":null,"Catalog":null,"Categories":null,"categories":null,"Navigation":null,"Category":null,"Channel":null,"Characteristics":null,"Cheque":null,"Choose language":null,"Choose your payment method":null,"Choose":null,"City Population by Age":null,"City":null,"Clear all":null,"click here to request another":null,"Client (company)":null,"Client (person)":null,"Client Discounts":null,"Client Invoices":null,"Client Order Reference":null,"Client Payment":null,"Client Payments":null,"Client Reference":null,"Client Stock":null,"Client Stocks":null,"Client":null,"Clienti":null,"Clients":null,"clients":null,"Close":null,"Code":null,"Coding":null,"Collapse Main Menu":null,"Colors Two":null,"Colors":null,"Coming Soon":null,"Comments":null,"Commercial":null,"commercial":null,"Companies":null,"companies":null,"Company client":null,"Company":null,"company":null,"Completed":null,"Configure Role":null,"Configure":null,"configure":null,"Confirm Password":null,"Confirmed":null,"Contact Bar Text":null,"contact form":null,"Contact Form":null,"Contact us with any questions or concerns that you may have and we will get back to you shortly":null,"Contact":null,"Contacts Index":null,"Contacts":null,"contacts":null,"Content Private":null,"Content":null,"Continue":null,"Copied to clipboard":null,"Copyright © 2016":null,"Core":null,"Country of Origin":null,"Country":null,"County":null,"Courier Service":null,"Create a new Entity":null,"Create a new User":null,"Create Button":null,"Create Company":null,"Create Differences Sale":null,"Create Group":null,"create group":null,"Create Language":null,"Create Menu":null,"Create Owner":null,"Create Permission Group":null,"Create Permission":null,"Create Permissions Group":null,"Create Person":null,"Create Resource":null,"Create Role":null,"Create Tutorial":null,"Create User Group":null,"Create User":null,"Create":null,"create":null,"Created Address":null,"Created At":null,"Created at":null,"Created By":null,"Created Contact":null,"Created":null,"created":null,"Currency Placed Before":null,"Current file size is":null,"custom":null,"Customer opinions":null,"Cycling":null,"Danger":null,"Dashboard":null,"dashboard":null,"Data Import":null,"data import":null,"Date":null,"Default Address":null,"Default Menu":null,"Default":null,"default":null,"Delete Avatar":null,"Delete File":null,"Delete Template":null,"Delete video":null,"Delete":null,"delete":null,"deleted":null,"Delivered":null,"Description":null,"deselect":null,"Designing":null,"details":null,"Details":null,"Diameter":null,"Direct Link":null,"Discount":null,"Discounts":null,"discounts":null,"Discussions":null,"Display Name":null,"Documents":null,"documents":null,"Don't have an account?":null,"Download Delivery Note":null,"Download Excel Sale Offer":null,"Download Excel Sale Return Offer":null,"Download Goods Received Note":null,"Download Invoice (long click for cancel)":null,"Download Payment (long click for cancel)":null,"Download Sale Offer":null,"Download Sale Return Offer":null,"Download Stock Removal":null,"Download Template":null,"Download":null,"Drag And Drop":null,"Drinking":null,"Due Date":null,"E-Mail Address":null,"Eating":null,"EAV":null,"eav":null,"Edit Button":null,"Edit Company":null,"Edit Invoice":null,"Edit Language":null,"Edit Menu":null,"Edit Owner":null,"Edit Permission Group":null,"Edit Permission":null,"Edit Permissions Group":null,"Edit Person":null,"Edit personal details":null,"Edit Role":null,"Edit Texts":null,"edit texts":null,"Edit Tutorial":null,"Edit User Group":null,"Edit User":null,"Edit":null,"edit":null,"Editable Limit":null,"edited":null,"Element":null,"Emag Active Offer":null,"Emag documentatie":null,"Emag Documentation":null,"Emag Offer":null,"Emag pret":null,"Emag Price":null,"Emag Valid":null,"Emag":null,"emag":null,"Email can only be edited via the user form":null,"Email":null,"Emailed At":null,"Emailed":null,"Enabled":null,"End":null,"Enter Fulfilling Mode":null,"Enter the application":null,"Enter warehouse mode":null,"Enter Warehouse Mode":null,"Entities":null,"entities":null,"Entity Details":null,"Entity":null,"entity":null,"Entries":null,"entries":null,"Entry":null,"entry":null,"Error":null,"Events":null,"Excel":null,"Expanded Menu":null,"Expanded Sidebar":null,"Expiration Date":null,"Export available for download: :filename":null,"Export Done":null,"Export emailed: :filename":null,"Export emailed":null,"Export error":null,"Export Notification":null,"Export started":null,"Export":null,"export":null,"exporting rejected":null,"exports":null,"External":null,"Extra Virgin Olive Oils":null,"Facturi clienti":null,"Facturi furnizori":null,"Failed":null,"failed":null,"FAQ":null,"Favorites":null,"Favourite products":null,"Fax Number":null,"Fax":null,"FEATURED BRANDS":null,"Featured Brands":null,"Feb":null,"February":null,"File name":null,"File Size":null,"File":null,"File(s)":null,"Files were uploaded successfully":null,"Files":null,"files":null,"Fill":null,"Filter by name or code":null,"Filter":null,"filtered from":null,"filtered":null,"Filters":null,"Finalize order":null,"Finalize":null,"Finalized":null,"finalized":null,"Financial Overview":null,"Financials":null,"financials":null,"find matches":null,"First Name":null,"Fiscal Code":null,"Fiscal Invoice":null,"Fiscal":null,"Flag Icon Class":null,"Flag Sufix":null,"Flag":null,"Floor":null,"floor":null,"Forbidden":null,"Forgot Password?":null,"Forgot password":null,"Forgot Your Password?":null,"Found :total results":null,"Friday":null,"Frisbo":null,"From":null,"from":null,"Fulfilled At":null,"Fulfilling":null,"Furnizor":null,"Gender":null,"General Settings":null,"General":null,"Generate":null,"Generated for order #:number":null,"Geneva":null,"Get in touch with us":null,"Go Home":null,"Google":null,"Got it!":null,"Green":null,"Group":null,"Groups":null,"Habits":null,"Harvest 2016\/2017":null,"Harvest 2017\/2018":null,"Harvest 2018\/2019":null,"Harvest 2019\/2020":null,"Harvest":null,"Has Children":null,"Height":null,"Hello!":null,"Hello":null,"Herbs":null,"here":null,"Hi :name,":null,"Hi :name":null,"Home":null,"Homepage":null,"How To Videos":null,"how to videos":null,"I agree to the":null,"I authorise :name to send instructions to the financial institution that issued my card to take payments from my card account in accordance with the terms of my agreement with you":null,"I authorise":null,"Ian":null,"Icon Class":null,"Icon":null,"If you are having trouble clicking the action button, copy and paste the URL below":null,"If you did not create an account, no further action is required.":null,"If you did not receive the email":null,"If you did not request a password reset, no further action is required.":null,"If you’d like to help, tell us what happened below.":null,"IFSC":null,"Impersonate":null,"Impersonating":null,"Import Summary":null,"Import Type":null,"Import":null,"Importance":null,"Important":null,"Imported At":null,"Imported By":null,"Imported Entries":null,"ImportType":null,"In a few minutes you will receive a confirmation email":null,"In Stock":null,"in stock":null,"10 Days Returns":null,"24h Tracked Shipping":null,"100% Original Products":null,"Secure Payments":null,"Income":null,"index":null,"Indications":null,"Individual":null,"Industrial":null,"Info":null,"Ingredients":null,"Insert in Stock":null,"Integrations":null,"Internal #":null,"Internal Code":null,"Internal":null,"into your web browser":null,"Invalid signature.":null,"Invalid":null,"Inventory":null,"inventory":null,"Invoice Emailed":null,"Invoice for order # :number":null,"Invoice for order":null,"invoice":null,"invoices":null,"Invoices":null,"Is Active":null,"Is Cancelled":null,"Is Default":null,"is-bordered":null,"is-hoverable":null,"is-narrow":null,"is-striped":null,"Issue Invoice":null,"Issue Payment":null,"Issue proforma":null,"Issues":null,"It looks like we’re having issues.":null,"Item":null,"items":null,"Items":null,"Jams":null,"January":null,"Jar":null,"July":null,"June":null,"Keep tables configurations":null,"Key Collector":null,"Key Name":null,"Key Value":null,"Key":null,"keys found":null,"Label Generator":null,"Label":null,"Labels":null,"labels":null,"Lane":null,"Language Item":null,"Language":null,"Languages":null,"languages":null,"Last Modified":null,"last month":null,"Last Name":null,"Last updated":null,"last week":null,"last year":null,"Learn more":null,"Leave Fulfilling Mode":null,"Leave Warehouse Mode":null,"Left":null,"Length":null,"limited quantity":null,"Limited Stock Limit":null,"Limited Stock":null,"Line":null,"Link":null,"List Price":null,"Page [page] from [toPage]":null,"List Value":null,"List":null,"Load More":null,"Load more":null,"Loading...":null,"Loading":null,"Localisation Index":null,"Localisation":null,"localisation":null,"Localities":null,"Locality":null,"Log in":null,"Log out":null,"Log Out":null,"log":null,"Login":null,"login":null,"Logins":null,"logins":null,"logout":null,"Logout":null,"Logs Index":null,"Logs":null,"logs":null,"Loss":null,"Made with Bulma":null,"Made with Laravel":null,"Made with Vue":null,"Magazie":null,"Main Menu":null,"Manage Buttons":null,"Manage Menus":null,"Manage Permissions":null,"Mandatary":null,"Manufacturer":null,"Manufacturers":null,"Maps key":null,"Mar":null,"March":null,"Mark all as read":null,"Mark all read":null,"Max":null,"May":null,"MB":null,"Measurement Unit":null,"Measurement Units":null,"measurement units":null,"Member Since":null,"Members":null,"Menu Collapse":null,"Menu Items":null,"Menu":null,"Menus Index":null,"Menus":null,"menus":null,"Merge all localisation files":null,"Mfr #":null,"Mfr":null,"Min":null,"Miss":null,"Mode":null,"Monday":null,"more":null,"move to favorites":null,"Mr":null,"MU":null,"N\/A":null,"Name":null,"Needs matching":null,"Net Weight":null,"New Address":null,"New Password":null,"New team":null,"New Topic":null,"New":null,"Next Page":null,"Next":null,"NIN":null,"No activity found":null,"No keys found":null,"No locations found":null,"No options available":null,"No records were found":null,"No reservations found":null,"No search results found":null,"No teams were created yet":null,"No":null,"Not Found":null,"not paid":null,"Note":null,"Notes":null,"Nothing found":null,"notification":null,"Notifications":null,"notifications":null,"Number":null,"Observations":null,"of":null,"Offices":null,"Oh no":null,"OK":null,"on behalf of :company":null,"On Demand":null,"on":null,"Online":null,"Only missing":null,"Operation failed because the permission is allocated to existing role(s)":null,"Operation was successfull":null,"order #:number invoice":null,"order #:number":null,"Order #:number":null,"Order details :number":null,"Order Line Limit":null,"Order Payment":null,"Order Values":null,"Order":null,"Orders":null,"Organize Menus":null,"our location":null,"Our Location":null,"Our team has been notified.":null,"Overdue":null,"Own Stock":null,"Owners Index":null,"Owners":null,"owners":null,"Package Content":null,"Packaging Units":null,"packaging units":null,"Page Expired":null,"Parade":null,"Parent":null,"Part Number":null,"Password Confirmation":null,"Password":null,"password":null,"Passwords must be at least six characters and match the confirmation.":null,"Past Imports":null,"Pasta":null,"Pay Later":null,"pay":null,"Pay":null,"Payment method":null,"Payment Methods":null,"Payment Order":null,"Payment":null,"payments":null,"Payments":null,"Pays VAT":null,"People":null,"people":null,"Permission Group":null,"Permission Groups Index":null,"Permission Groups":null,"Permission Name":null,"Permission":null,"permissionGroups":null,"Permissions Group Items":null,"Permissions Group":null,"permissions group":null,"Permissions Groups":null,"Permissions Index":null,"Permissions":null,"permissions":null,"Person client":null,"Person":null,"person":null,"Personal Info":null,"Personal information can only be edited via the person form":null,"Personal":null,"Phone Number":null,"Phone":null,"Pic":null,"Pick an option":null,"Picture":null,"Piece":null,"Place order":null,"See cart":null,"Placement":null,"Plati clienti":null,"Plati furnizor":null,"Please choose":null,"Please click the button below to verify your email address.":null,"Please confirm your password before continuing.":null,"Please Fill":null,"Please find attached the order's invoice.":null,"Please review your order and payment details":null,"Please set or reset your password by clicking the button below.":null,"POS Receipt":null,"Position":null,"Positions":null,"positions":null,"Post":null,"Postal Area":null,"Postal Code":null,"Postcode":null,"posted":null,"Prepared":null,"Preview":null,"Previous Page":null,"Previous":null,"Price":null,"Privacy":null,"processed":null,"Processing":null,"processing":null,"Product image coming soon":null,"Product":null,"Products per page":null,"Products":null,"products":null,"Produs":null,"Profile":null,"Profit":null,"Proforma Invoice":null,"Proforma":null,"Promissory Note":null,"publish product":null,"Purchase Returns":null,"purchase returns":null,"Purchase":null,"Purchases":null,"purchases":null,"Purple":null,"Qty":null,"Quantity":null,"rating":null,"Rating":null,"Ratio":null,"Read":null,"Recaptcha key":null,"Recaptcha secret":null,"Receipt":null,"Received":null,"Recent orders":null,"Recommended Products":null,"records":null,"Red":null,"Reference \\ PO":null,"Regards":null,"register":null,"Register":null,"Registered Entities":null,"Registered Users":null,"Registry Of Commerce":null,"Registry of commerce":null,"Rejected Association":null,"Rejected Brand":null,"Rejected Documentation":null,"Rejected EAN":null,"Reload":null,"Remember me":null,"Remember Me":null,"Reminder":null,"Remove From Stock":null,"Remove poster":null,"remove":null,"Reorder Menu":null,"reorder":null,"Repeat Password":null,"Replies":null,"Reply":null,"Resell":null,"Reservations":null,"Reserved":null,"Reset password request":null,"Reset password":null,"Reset":null,"Residential":null,"Resource Prefix":null,"Resource":null,"resource":null,"Retur aprovizionari":null,"Retur vanzari":null,"Revenue":null,"Reviews":null,"reviews":null,"Right":null,"Road":null,"Role Item":null,"Role":null,"role":null,"Roles Index":null,"Roles List":null,"Roles":null,"roles":null,"Rotatie":null,"Rotation":null,"Route":null,"Row":null,"Running":null,"Sale Channel":null,"Sale Channels":null,"sale channels":null,"Sale Price":null,"Sale Returns":null,"sale returns":null,"Sale Value":null,"Sales":null,"sales":null,"Saturday":null,"Sauces":null,"Save Configuration":null,"Save your work then click here to refresh your page and update to the latest application version":null,"Save":null,"Sea Salt":null,"Search category limit":null,"Search in products":null,"Search placeholder":null,"Search something":null,"Search within brands":null,"Search...":null,"Search":null,"Searching...":null,"Searching":null,"Secret":null,"See all":null,"Select file for import":null,"select":null,"selected":null,"Send a password reset link":null,"Send a reset password link":null,"Send Password Reset Link":null,"Serial":null,"Server Error":null,"Service Unavailable":null,"Service":null,"Services":null,"services":null,"Set password":null,"Settings":null,"settings":null,"Share your idea...":null,"Share your opinion and rate the product":null,"Share your opinion...":null,"Shelf":null,"Shift + Enter to post":null,"Shipped":null,"Shipping Address":null,"Shipping charges may be incurred":null,"Shipping charges of :value (+VAT) will be added":null,"Shipping cost":null,"You will pay":null,"Visit the product page":null,"Shop Categories":null,"Shopping Cart":null,"Show Log":null,"Show Logs from":null,"Show":null,"show":null,"Showing :from - :to of :total results":null,"Sicilian Honey":null,"Sidebar Toggle":null,"Similar products limit":null,"Site Texts":null,"Size":null,"Sleeping":null,"Some fields were invalid. Please correct the errors and try again.":null,"Something went wrong...":null,"Special Diet":null,"Speciality":null,"Spendings":null,"Square":null,"Start Tutorial":null,"Started":null,"Starters":null,"Status":null,"Stock Rotation":null,"Stock: :stock":null,"Stock":null,"Stopped":null,"Storage Usage":null,"store":null,"Storing":null,"Street Type":null,"Street":null,"Sub Administrative Area":null,"Submit":null,"Success":null,"Successful":null,"Summary":null,"Sunday":null,"Supplier Discounts":null,"Supplier Invoices":null,"Supplier Number":null,"Supplier Payments":null,"Supplier Ref":null,"Supplier Stock":null,"Supplier":null,"suppliers":null,"Sweets":null,"System":null,"system":null,"Table export done":null,"Table export error":null,"Table export started":null,"Table":null,"Tables State Save":null,"Tags":null,"Tasks":null,"tasks":null,"team":null,"Teams":null,"Template":null,"Tenant":null,"terms and conditions":null,"Terms of use":null,"Terms Of Use":null,"terms of use":null,"Thank you for shopping with us.":null,"Thank you for using our application!":null,"Thank you for your order":null,"Thank you":null,"The :filename file is ready":null,"The address has been successfully updated":null,"The address was successfully created":null,"The admin role already has all permissions and does not need syncing":null,"The application was updated, please save your work & refresh your browser":null,"The Changes have been saved!":null,"The changes have been saved":null,"The company was successfully created":null,"The company was successfully deleted":null,"The company was successfully updated":null,"The Entity was created!":null,"The entity was created!":null,"The export :name could not be completed due to an unknown error":null,"The export was cancelled successfully":null,"The form contains errors":null,"The generated document has :entries entries":null,"The import was restarted":null,"The language files were successfully merged":null,"The language files were successfully updated":null,"The log file":null,"The log was cleaned":null,"The menu was created!":null,"The operation was successful":null,"New order #:number from :channel for :total :currency was placed by :person":null,"Selected payment method: :paymentMethod":null,"The permission group was created!":null,"The permission was created!":null,"The permissions were created!":null,"The person has assigned resources in the system and cannot be deleted":null,"The Person was successfully created":null,"The person was successfully created":null,"The person was successfully deleted":null,"The person was successfully updated":null,"The poster was deleted successfully":null,"The requested report was started. It can take a few minutes before you have it in your inbox":null,"The requested report was started. It can take a few minutes before you have it in your inbox":null,"The role was created!":null,"The selected record is about to be deleted. Are you sure?":null,"The team was successfully saved":null,"The tutorial was created!":null,"The tutorial was successfully deleted":null,"The user group was successfully created":null,"The user group was successfully deleted":null,"The user has activity in the system and cannot be deleted":null,"The User was created!":null,"The video file was deleted successfully":null,"The video was updated successfully":null,"The webshop is still under construction, but we're launching soon...":null,"Theme Color":null,"Theme":null,"There are no active carousel slides":null,"There are no addresses added yet":null,"There are no companies added yet":null,"There are no credit cards added yet":null,"This action is unauthorized.":null,"this month":null,"This password reset link will expire in :count minutes.":null,"This password reset token is invalid.":null,"This website uses cookies to deliver its services and to analyze traffic. For more details please visit our":null,"privacy policy":null,"this week":null,"this year":null,"Thursday":null,"Time":null,"Timeline":null,"Tip":null,"Title...":null,"Title":null,"title":null,"to manage your addresses":null,"to manage your cards":null,"to manage your companies":null,"to view your order":null,"To":null,"to":null,"Today":null,"today":null,"Toggle navigation":null,"Too Many Attempts.":null,"Too Many Requests":null,"Top Banner Content":null,"Top Pick":null,"Total amount for order #:number is :currency:total":null,"total records":null,"Total":null,"total":null,"Translations":null,"Tuesday":null,"Tutorial":null,"Tutorials Index":null,"Tutorials":null,"tutorials":null,"Type a new comment":null,"Type":null,"type":null,"Types":null,"Unable to read file":null,"Unauthorized":null,"Undo Stock Insertion":null,"Undo Stock Removal":null,"Unique Identifier":null,"Unit. Price":null,"Unitary Price":null,"untagged":null,"Update":null,"Updated At":null,"Updated By":null,"updated the members":null,"updated":null,"Updated":null,"Upload Avatar":null,"Upload Template":null,"uploads":null,"Use":null,"User Details":null,"user groups":null,"User Groups":null,"User Info":null,"User Profile":null,"User":null,"user":null,"Users Administration":null,"Users Index":null,"Users":null,"users":null,"Valability":null,"Valid":null,"Editable time limit in seconds. Use 0 to disable":null,"Value":null,"Vanzari":null,"VAT":null,"VAT Value":null,"ver":null,"Verify Email Address":null,"Verify Your Email Address":null,"Video description":null,"Video name":null,"Video":null,"video":null,"View Cart":null,"View your order":null,"Virtual Position ID":null,"Visible Brands":null,"Visible Top Banner":null,"Vista":null,"Volume":null,"Voucher":null,"waiting":null,"Warehouse":null,"warehouses":null,"Warehouses":null,"Warning":null,"was changed":null,"was last updated":null,"We can't find a user with that e-mail address.":null,"We have e-mailed your password reset link!":null,"We will keep you updated on its progress":null,"We won't ask for your password again for a few hours.":null,"Webshop Name":null,"Webshop Order":null,"webshop":null,"Webshop":null,"Website":null,"Wednesday":null,"Welcome Back":null,"Welcome":null,"What happened?":null,"What you need to know":null,"What":null,"When":null,"Whoops!":null,"Width":null,"Write a review":null,"Write":null,"Yes":null,"yesterday":null,"You are not authorized for this action":null,"You are not authorized to perform this action":null,"You are receiving this email because we received a password reset request for your account.":null,"You can click":null,"You don't have any favorite products yet":null,"You don't have any notifications":null,"You don't have any orders yet":null,"You don't have any products in the shopping cart right now":null,"You have":null,"You just got a notification...":null,"You made too many attempts. Please wait 5 minutes and try again.":null,"You may also like":null,"You will find attached the requested report.":null,"Your :shop order :number":null,"Your account has been disabled. Please contact the administrator":null,"Your card was successfully saved":null,"Your email address is not verified.":null,"Your Message":null,"Your password has been reset!":null,"You need to accept our terms of use first":null,"item":null,"PO #":null,"Your privacy is important for us":null,"cart":null,"favourites":null,"addresses":null,"orders":null,"payment":null,"summary":null,"add":null,"rate":null,"review":null,"star":null,"stars":null,"Thank you for contributing":null,"Do you own or have used this product?":null,"This review is awaiting approval":null,"This review was approved":null,"This review was rejected. You may edit and repost it.":null,"Edit review":null,"category":null,"terms-of-use":null,"privacy":null,"about-us":null,"favorites":null,":user finalized the :model :label for the partner :partner":null,":type quantity and total were successfully updated":null,":type update":null,"Please find attached the order details":null,"Succeeded":null,"External Reference":null,"Incomplete order (#:number)":null,"On :date you placed an order on our webshop but forgot to finalize the payment.":null,"Please click bellow to view your order and finalize the payment":null,"New message from the webshop's contact form":null,"Your Webshop.":null,"Message:":null,"Contact phone: :phone":null,"Your order #:number on :shop was successfully placed":null,"You have a new webshop order":null,"New user registration":null,"Before adjusting stock, select the product default supplier":null,"Cannot increment when quantity <= 0":null,"Cannot decrement when quantity <= 0":null,"Order already has a :type invoice":null,"Invalid item":null,"Cannot update orders that are externally fulfilled":null,"Order is already in this status":null,"There are no differences on this order":null,"You are not allowed to issue payments without invoices":null,"You are not allowed to issue payments on a cancelled invoice'":null,"Sale is already paid":null,"You cannot delete a paid order":null,"order details":null,"Delivery Address":null,"Disc.":null,"M.U.":null,"Product \/ Code":null,"registered in doc.":null,"received":null,"U.P acquision":null,"(no VAT)":null,"Val. acquision":null,"Val. VAT":null,"(afferent)":null,"Info field":null,"additional":null,"piece":null,"Total General":null,"Goods Receipt Note":null,"Unit":null,"The undersigned, members of the reception committee, have received the material values provided by":null,"delegate":null,"based on the accompanying documents":null,"consisting":null,"car no.":null,"Optional field, usable in case of observations":null,"Reception committee members name and surname":null,"Signature":null,"Manager name and surename":null,"Manager name and surname":null,"Reception comitee conclusions":null,"Reception committee conclusions":null,"Supplier\/carrier point of view":null,"Other mentions":null,"The quantity determination was done by":null,"The quality determination was made by the sample":null,"no.":null,"Sender":null,"Companion":null,"Dispatch station":null,"Destination station":null,"Release date":null,"Dispatch date":null,"Arrival date":null,"Supplier delegates, the carrier who participated in the reception":null,"ISBN":null,"Total products":null,"Scale indicated weight":null,"Stock Removal":null,"Representative of":null,"Name and surname":null,"Identity card":null,"TOTAL":null,"Reception participants":null,"for Sale":null,"Emag API call for :action failed":null,"The action :action on url :url failed with the following error messages:":null,"New :type callback from emag":null,"New :type callback from emag for id :id":null,"Missing app product for emag order :id":null,"Product :product":null,"Offer mismatch for eMag order :id":null,"For product :code":null,"External part number :code":null,"Part number :code":null,"New eMag order (id: :id) with vouchers:":null,":name, value :value":null,"New eMag order (id: :id) with vouchers":null,"Shipping price mismatch for eMag order :order":null,"Product price mismatch for eMag order :order":null,"Offer with id :id already exists":null,"An offer for the pnk :pnk already exists":null,"An offer with product id :id already exists and needs eMag intervention":null,"No order with id :id found":null,"Write Review For":null,"Don't know what to write about?":null,"Tell us what you like about the purchased product.":null,"Does it live up to your expectations?":null,"Are you satisfied with the value for money?":null,"Would you recommend it to others?":null,"Remove from favorites":null,"make default":null,"delivery":null,"billing":null,"Not Paid":null,"Requires Action":null,"verify":null,"Verify":null,"confirmation":null,"No addresses defined":null,"Part":null,"Complete the payment":null,"An extra confirmation is needed to process your payment":null,"Order is already paid":null,"Your payment for this order is still processing":null,"Please find the invoice attached":null,"Invoice issued for order #:number":null,"Your order #:number":null,"Payment via :type was successful for order :number":null,"A payment was received for order #:number (:total :currency)":null,"Insufficient stock for :product, only :left left":null,"Registration is restricted for the moment, please return soon":null,"Hello :name":null,"Thank you for creating an account on :shop":null,"We hope that you will enjoy our products":null,"Go to login":null,"Ship to a different addresstion button, copy and paste the URL below into your web browser":null,"Payment via :type was successful for order #:number, amount :amount :currency":null,"View order":null,"Click bellow to view your order and finalize the payment":null,"A new account was created : :name":null,"from: :company":null,"To manage the account please click the link below":null,"View account":null,"Details for delivering your order":null,"You're just a few steps away from finalizing your order":null,"If you already have an account click":null,"to go to the login page":null,"Your account":null,"I want to create an account":null,"Company Name":null,"Skip":null,"New order #:number from :channel for :total :currency":null,"fast-checkout":null,"Fast Checkout":null,"The action :action failed with the following error code: :code":null,"Reported error message: :message":null,"Request payload: :payload":null,"API call for :action failed":null,"Notification, :title":null,"New Comment Tag":null,"You were just tagged":null,"Comment Tag Notification":null,"Your password will expire soon":null,"You've got :days days left to change it":null,"You've got until tomorrow to change it":null,"You must change it today":null,"Welcome!":null,"Task Reminder":null,"This is a reminder for the following task:":null,"View Task":null,"Task :description":null,"You cannot delete the default address":null,"You cannot delete an address that you have previously used":null,"You cannot edit this company, please contact support":null,"Your cart is empty":null,"You cannot delete the default card":null,"You cannot edit this :model, please contact support":null,"Company information":null,"Billing address":null,"Free":null,"Get to know us":null,"Registration successful":null,"Your account needs to be activated before you can login":null,"You will receive a confirmation email upon approval":null,"Thank you!":null,"Frequently asked questions":null,"Edit address":null,"Edit company":null,"Pay by Card":null,"Click":null,"Not Implemented":null,"Approve":null,"Disapprove":null,"for \":query\"":null,"Review was rejected":null,"Review updated for :product":null,"New review submitted for :product":null,"A product review was updated by :person:":null,"A new product review was posted by :person:":null,"Your review for :product was :approval":null,"If you want, you can revise your review here:":null,"Review :approval":null,"approved":null,"rejected":null,"Terms of Use":null,"Similar products":null,"Enter your email to reset your password":null,"We'll send you an email with the instructions to follow":null,"similar-products":null,"description":null,"characteristics":null,"about-this-brand":null,"not in stock":null,"Not In Stock":null,"Hold tight, your order is being processed. We will email you when your order succeeds":null,"Wire Transfer":null,"Grand Total":null,"A cancellation request was received for order #:id":null,"Cancellation request for order #:id":null,"Please let us know if you are able to cancel the order":null,"Cancellation request for emag order with id :id":null,"An emag order cancellation request was received":null,"Ensure the order may still be cancellable":null,"and optionally contact the client":null,"You may access the corresponding sale":null,"using the button below":null,"If you need to change your email please contact us":null,"Awb status was updated to \":status\" for emag order #:id":null,"Awb status update for emag order #:id":null}
\ No newline at end of file
+{"Sale":null,"A cancellation request was received for a :channel order.":null,"Please take the necessary steps.":null,"A cancellation request was received for a :channel order":null,"Order #:number from :channel, placed by :person, has a new status update: :status":null,"New Position":null,"Download goods received note":null,"Undo receive":null,"Receive":null,"Undo confirm":null,"Confirm":null,"Reference":null,"Undo deliver":null,"Deliver":null,"Undo ship":null,"Ship":null,"Undo prepare":null,"Prepare products":null,"Insert in stock":null,"Undo fulfill":null,"Remove from stock":null,"Order emailed by":null,"Invoice emailed by":null,"No email sent with the current invoice":null,"Issue Proforma":null,"No email sent with the current order":null,"Download order (pdf)":null,"Download order (xlsx)":null,"Fulfill":null,"Store":null,"Cancellation request for :channel order #:number":null,"Your order #:number is being processed. We'll keep you updated.":null,"Your order #:number has been delivered. We hope you enjoy your purchase and we'd really love to receive your feedback. If you wish, you can leave us a product review.":null,"Don't hesitate to contact us for any questions.":null,"Your order #:number has been packed and is ready for shipping. We'll let you know once it's shipped.":null,"A :channel order cancellation request was received":null,"Status update for order #:number":null,"Order #:number from :channel, placed by :person, has a new status update :status":null,"Your order #:number has been delivered. We hope you enjoy your purchase and we’d really love to receive your feedback. If you wish, you can leave us a product review.":null,"Your order #:number has been shipped to the following address: :address":null,"Your order #:number has been packed and is ready for shipping. We’ll let you know once it’s shipped.":null,"Your order #:number is being processed. We’ll keep you updated.":null,"Your order #:number was delivered":null,"Your order #:number was shipped":null,"Your order #:number is ready to be shipped":null,"Your order #:number is being processed":null,"Author":null,"Subgenre":null,"Genre":null,"Number of Pages":null,"Year of Publication":null,"Collection":null,"Edition":null,"Publisher":null,"Translator":null,"A new account was created: :name":null,":days Days Returns":null,"Street line 2":null,"Street line 1":null,"A payment method was already set for this order":null,"Added":null,"Authorize Only":null,"Pay by Wire Transfer":null,"Go back to the store":null,"We will create an account for your future orders":null,"Secure payments with":null,"The company already exists in our system. Please contact us about that":null,"Set your new password":null,"If you are having trouble clicking the action button, copy and paste the URL below into your web browser":null,"Ship to a different addressed":null,"You just asked for a password reset. To complete the process click the button below.":null,":name export done":null,":name export started":null,":type import done":null,"":null,"#":null,"30 days":null,"7 days":null,"A fresh verification link has been sent to your email address.":null,"About this brand":null,"About Us":null,"Above":null,"Accessories":null,"Account details":null,"Account":null,"account":null,"Acidity":null,"Acquisition Price":null,"Acquisition Value":null,"Actions":null,"actions":null,"Active":null,"active":null,"Activity Log":null,"Start Date":null,"Activity":null,"Add :entity":null,"Add address":null,"Add Brand":null,"Add card":null,"Add Card":null,"Add Comment":null,"Add company":null,"Add File":null,"Add Key":null,"Add Payment":null,"Add to cart":null,"Add to favorites":null,"Add video":null,"Add":null,"Adding":null,"Additional":null,"Address is missing or does not have lat\/long":null,"Address":null,"Addresses":null,"Adjustment":null,"Administration":null,"administration":null,"Administrative Area":null,"Again Colors":null,"Agent":null,"Algolia":null,"All Menu Items":null,"All Products":null,"All products":null,"all products":null,"All rights reserved.":null,"all":null,"Allocated To":null,"Amazing Saving":null,"Amount":null,"An error has occured. Please report this to the administrator":null,"An error was encountered while generationg :export":null,"An export job is already running for the same table":null,"An unknown error occurred while submitting your report. Please try again.":null,"Analytics Id":null,"Apartment":null,"App Key":null,"App":null,"Appellative":null,"Approved Documentation":null,"Approved":null,"April":null,"Aprovizionari":null,"Are you sure that you want to delete the template file?":null,"Are you sure?":null,"Assign":null,"Associate Person":null,"attribute groups":null,"Audit":null,"audit":null,"Authors":null,"Available menus":null,"Available slides":null,"Avatar":null,"Avenue":null,"Awaiting Brand validation":null,"Awaiting Documentation Validation":null,"Awaiting EAN validation":null,"Awaiting MKTP validation":null,"Award List":null,"Awards":null,"Azzure":null,"Back":null,"Backed by":null,"Bag":null,"Bank Account":null,"Bank":null,"Be the first to review this product":null,"Before proceeding, please check your email for a verification link.":null,"Below":null,"Bend":null,"Besel":null,"Best Seller":null,"Between":null,"Billing Address":null,"Birthday":null,"birthday":null,"Birthdays":null,"Blank":null,"Blocked":null,"Bookmarks":null,"Bottled Weight":null,"Boulevard":null,"Box":null,"Brand Count":null,"Brands":null,"brands":null,"BTL":null,"Bucharest":null,"Building Type":null,"Building":null,"building":null,"built with":null,"Business hours":null,"Butons":null,"Button Item":null,"Buttons":null,"buttons":null,"By":null,"Calendar":null,"calendar":null,"Calendars":null,"Calories per 100g":null,"Cancel":null,"Cancelled":null,"cancelled":null,"Cantitate":null,"Card number":null,"Cardholder name":null,"Carousel":null,"carousel":null,"Carrier":null,"Cart is empty":null,"Cart Summary":null,"Cart Validity Days":null,"Cart":null,"Pay on Delivery":null,"Cash Register Receipt":null,"Catalog":null,"Categories":null,"categories":null,"Navigation":null,"Category":null,"Channel":null,"Characteristics":null,"Cheque":null,"Choose language":null,"Choose your payment method":null,"Choose":null,"City Population by Age":null,"City":null,"Clear all":null,"click here to request another":null,"Client (company)":null,"Client (person)":null,"Client Discounts":null,"Client Invoices":null,"Client Order Reference":null,"Client Payment":null,"Client Payments":null,"Client Reference":null,"Client Stock":null,"Client Stocks":null,"Client":null,"Clienti":null,"Clients":null,"clients":null,"Close":null,"Code":null,"Coding":null,"Collapse Main Menu":null,"Colors Two":null,"Colors":null,"Coming Soon":null,"Comments":null,"Commercial":null,"commercial":null,"Companies":null,"companies":null,"Company client":null,"Company":null,"company":null,"Completed":null,"Configure Role":null,"Configure":null,"configure":null,"Confirm Password":null,"Confirmed":null,"Contact Bar Text":null,"contact form":null,"Contact Form":null,"Contact us with any questions or concerns that you may have and we will get back to you shortly":null,"Contact":null,"Contacts Index":null,"Contacts":null,"contacts":null,"Content Private":null,"Content":null,"Continue":null,"Copied to clipboard":null,"Copyright © 2016":null,"Core":null,"Country of Origin":null,"Country":null,"County":null,"Courier Service":null,"Create a new Entity":null,"Create a new User":null,"Create Button":null,"Create Company":null,"Create Differences Sale":null,"Create Group":null,"create group":null,"Create Language":null,"Create Menu":null,"Create Owner":null,"Create Permission Group":null,"Create Permission":null,"Create Permissions Group":null,"Create Person":null,"Create Resource":null,"Create Role":null,"Create Tutorial":null,"Create User Group":null,"Create User":null,"Create":null,"create":null,"Created Address":null,"Created At":null,"Created at":null,"Created By":null,"Created Contact":null,"Created":null,"created":null,"Currency Placed Before":null,"Current file size is":null,"custom":null,"Customer opinions":null,"Cycling":null,"Danger":null,"Dashboard":null,"dashboard":null,"Data Import":null,"data import":null,"Date":null,"Default Address":null,"Default Menu":null,"Default":null,"default":null,"Delete Avatar":null,"Delete File":null,"Delete Template":null,"Delete video":null,"Delete":null,"delete":null,"deleted":null,"Delivered":null,"Description":null,"deselect":null,"Designing":null,"details":null,"Details":null,"Diameter":null,"Direct Link":null,"Discount":null,"Discounts":null,"discounts":null,"Discussions":null,"Display Name":null,"Documents":null,"documents":null,"Don't have an account?":null,"Download Delivery Note":null,"Download Excel Sale Offer":null,"Download Excel Sale Return Offer":null,"Download Goods Received Note":null,"Download Invoice (long click for cancel)":null,"Download Payment (long click for cancel)":null,"Download Sale Offer":null,"Download Sale Return Offer":null,"Download Stock Removal":null,"Download Template":null,"Download":null,"Drag And Drop":null,"Drinking":null,"Due Date":null,"E-Mail Address":null,"Eating":null,"EAV":null,"eav":null,"Edit Button":null,"Edit Company":null,"Edit Invoice":null,"Edit Language":null,"Edit Menu":null,"Edit Owner":null,"Edit Permission Group":null,"Edit Permission":null,"Edit Permissions Group":null,"Edit Person":null,"Edit personal details":null,"Edit Role":null,"Edit Texts":null,"edit texts":null,"Edit Tutorial":null,"Edit User Group":null,"Edit User":null,"Edit":null,"edit":null,"Editable Limit":null,"edited":null,"Element":null,"Emag Active Offer":null,"Emag documentatie":null,"Emag Documentation":null,"Emag Offer":null,"Emag pret":null,"Emag Price":null,"Emag Valid":null,"Emag":null,"emag":null,"Email can only be edited via the user form":null,"Email":null,"Emailed At":null,"Emailed":null,"Enabled":null,"End":null,"Enter Fulfilling Mode":null,"Enter the application":null,"Enter warehouse mode":null,"Enter Warehouse Mode":null,"Entities":null,"entities":null,"Entity Details":null,"Entity":null,"entity":null,"Entries":null,"entries":null,"Entry":null,"entry":null,"Error":null,"Events":null,"Excel":null,"Expanded Menu":null,"Expanded Sidebar":null,"Expiration Date":null,"Export available for download: :filename":null,"Export Done":null,"Export emailed: :filename":null,"Export emailed":null,"Export error":null,"Export Notification":null,"Export started":null,"Export":null,"export":null,"exporting rejected":null,"exports":null,"External":null,"Extra Virgin Olive Oils":null,"Facturi clienti":null,"Facturi furnizori":null,"Failed":null,"failed":null,"FAQ":null,"Favorites":null,"Favourite products":null,"Fax Number":null,"Fax":null,"FEATURED BRANDS":null,"Featured Brands":null,"Feb":null,"February":null,"File name":null,"File Size":null,"File":null,"File(s)":null,"Files were uploaded successfully":null,"Files":null,"files":null,"Fill":null,"Filter by name or code":null,"Filter":null,"filtered from":null,"filtered":null,"Filters":null,"Finalize order":null,"Finalize":null,"Finalized":null,"finalized":null,"Financial Overview":null,"Financials":null,"financials":null,"find matches":null,"First Name":null,"Fiscal Code":null,"Fiscal Invoice":null,"Fiscal":null,"Flag Icon Class":null,"Flag Sufix":null,"Flag":null,"Floor":null,"floor":null,"Forbidden":null,"Forgot Password?":null,"Forgot password":null,"Forgot Your Password?":null,"Found :total results":null,"Friday":null,"Frisbo":null,"From":null,"from":null,"Fulfilled At":null,"Fulfilling":null,"Furnizor":null,"Gender":null,"General Settings":null,"General":null,"Generate":null,"Generated for order #:number":null,"Geneva":null,"Get in touch with us":null,"Go Home":null,"Google":null,"Got it!":null,"Green":null,"Group":null,"Groups":null,"Habits":null,"Harvest 2016\/2017":null,"Harvest 2017\/2018":null,"Harvest 2018\/2019":null,"Harvest 2019\/2020":null,"Harvest":null,"Has Children":null,"Height":null,"Hello!":null,"Hello":null,"Herbs":null,"here":null,"Hi :name,":null,"Hi :name":null,"Home":null,"Homepage":null,"How To Videos":null,"how to videos":null,"I agree to the":null,"I authorise :name to send instructions to the financial institution that issued my card to take payments from my card account in accordance with the terms of my agreement with you":null,"I authorise":null,"Ian":null,"Icon Class":null,"Icon":null,"If you are having trouble clicking the action button, copy and paste the URL below":null,"If you did not create an account, no further action is required.":null,"If you did not receive the email":null,"If you did not request a password reset, no further action is required.":null,"If you’d like to help, tell us what happened below.":null,"IFSC":null,"Impersonate":null,"Impersonating":null,"Import Summary":null,"Import Type":null,"Import":null,"Importance":null,"Important":null,"Imported At":null,"Imported By":null,"Imported Entries":null,"ImportType":null,"In a few minutes you will receive a confirmation email":null,"In Stock":null,"in stock":null,"10 Days Returns":null,"24h Tracked Shipping":null,"100% Original Products":null,"Secure Payments":null,"Income":null,"index":null,"Indications":null,"Individual":null,"Industrial":null,"Info":null,"Ingredients":null,"Insert in Stock":null,"Integrations":null,"Internal #":null,"Internal Code":null,"Internal":null,"into your web browser":null,"Invalid signature.":null,"Invalid":null,"Inventory":null,"inventory":null,"Invoice Emailed":null,"Invoice for order # :number":null,"Invoice for order":null,"invoice":null,"invoices":null,"Invoices":null,"Is Active":null,"Is Cancelled":null,"Is Default":null,"is-bordered":null,"is-hoverable":null,"is-narrow":null,"is-striped":null,"Issue Invoice":null,"Issue Payment":null,"Issue proforma":null,"Issues":null,"It looks like we’re having issues.":null,"Item":null,"items":null,"Items":null,"Jams":null,"January":null,"Jar":null,"July":null,"June":null,"Keep tables configurations":null,"Key Collector":null,"Key Name":null,"Key Value":null,"Key":null,"keys found":null,"Label Generator":null,"Label":null,"Labels":null,"labels":null,"Lane":null,"Language Item":null,"Language":null,"Languages":null,"languages":null,"Last Modified":null,"last month":null,"Last Name":null,"Last updated":null,"last week":null,"last year":null,"Learn more":null,"Leave Fulfilling Mode":null,"Leave Warehouse Mode":null,"Left":null,"Length":null,"limited quantity":null,"Limited Stock Limit":null,"Limited Stock":null,"Line":null,"Link":null,"List Price":null,"Page [page] from [toPage]":null,"List Value":null,"List":null,"Load More":null,"Load more":null,"Loading...":null,"Loading":null,"Localisation Index":null,"Localisation":null,"localisation":null,"Localities":null,"Locality":null,"Log in":null,"Log out":null,"Log Out":null,"log":null,"Login":null,"login":null,"Logins":null,"logins":null,"logout":null,"Logout":null,"Logs Index":null,"Logs":null,"logs":null,"Loss":null,"Made with Bulma":null,"Made with Laravel":null,"Made with Vue":null,"Magazie":null,"Main Menu":null,"Manage Buttons":null,"Manage Menus":null,"Manage Permissions":null,"Mandatary":null,"Manufacturer":null,"Manufacturers":null,"Maps key":null,"Mar":null,"March":null,"Mark all as read":null,"Mark all read":null,"Max":null,"May":null,"MB":null,"Measurement Unit":null,"Measurement Units":null,"measurement units":null,"Member Since":null,"Members":null,"Menu Collapse":null,"Menu Items":null,"Menu":null,"Menus Index":null,"Menus":null,"menus":null,"Merge all localisation files":null,"Mfr #":null,"Mfr":null,"Min":null,"Miss":null,"Mode":null,"Monday":null,"more":null,"move to favorites":null,"Mr":null,"MU":null,"N\/A":null,"Name":null,"Needs matching":null,"Net Weight":null,"New Address":null,"New Password":null,"New team":null,"New Topic":null,"New":null,"Next Page":null,"Next":null,"NIN":null,"No activity found":null,"No keys found":null,"No locations found":null,"No options available":null,"No records were found":null,"No reservations found":null,"No search results found":null,"No teams were created yet":null,"No":null,"Not Found":null,"not paid":null,"Note":null,"Notes":null,"Nothing found":null,"notification":null,"Notifications":null,"notifications":null,"Number":null,"Observations":null,"of":null,"Offices":null,"Oh no":null,"OK":null,"on behalf of :company":null,"On Demand":null,"on":null,"Online":null,"Only missing":null,"Operation failed because the permission is allocated to existing role(s)":null,"Operation was successfull":null,"order #:number invoice":null,"order #:number":null,"Order #:number":null,"Order details :number":null,"Order Line Limit":null,"Order Payment":null,"Order Values":null,"Order":null,"Orders":null,"Organize Menus":null,"our location":null,"Our Location":null,"Our team has been notified.":null,"Overdue":null,"Own Stock":null,"Owners Index":null,"Owners":null,"owners":null,"Package Content":null,"Packaging Units":null,"packaging units":null,"Page Expired":null,"Parade":null,"Parent":null,"Part Number":null,"Password Confirmation":null,"Password":null,"password":null,"Passwords must be at least six characters and match the confirmation.":null,"Past Imports":null,"Pasta":null,"Pay Later":null,"pay":null,"Pay":null,"Payment method":null,"Payment Methods":null,"Payment Order":null,"Payment":null,"payments":null,"Payments":null,"Pays VAT":null,"People":null,"people":null,"Permission Group":null,"Permission Groups Index":null,"Permission Groups":null,"Permission Name":null,"Permission":null,"permissionGroups":null,"Permissions Group Items":null,"Permissions Group":null,"permissions group":null,"Permissions Groups":null,"Permissions Index":null,"Permissions":null,"permissions":null,"Person client":null,"Person":null,"person":null,"Personal Info":null,"Personal information can only be edited via the person form":null,"Personal":null,"Phone Number":null,"Phone":null,"Pic":null,"Pick an option":null,"Picture":null,"Piece":null,"Place order":null,"See cart":null,"Placement":null,"Plati clienti":null,"Plati furnizor":null,"Please choose":null,"Please click the button below to verify your email address.":null,"Please confirm your password before continuing.":null,"Please Fill":null,"Please find attached the order's invoice.":null,"Please review your order and payment details":null,"Please set or reset your password by clicking the button below.":null,"POS Receipt":null,"Position":null,"Positions":null,"positions":null,"Post":null,"Postal Area":null,"Postal Code":null,"Postcode":null,"posted":null,"Prepared":null,"Preview":null,"Previous Page":null,"Previous":null,"Price":null,"Privacy":null,"processed":null,"Processing":null,"processing":null,"Product image coming soon":null,"Product":null,"Products per page":null,"Products":null,"products":null,"Produs":null,"Profile":null,"Profit":null,"Proforma Invoice":null,"Proforma":null,"Promissory Note":null,"publish product":null,"Purchase Returns":null,"purchase returns":null,"Purchase":null,"Purchases":null,"purchases":null,"Purple":null,"Qty":null,"Quantity":null,"rating":null,"Rating":null,"Ratio":null,"Read":null,"Recaptcha key":null,"Recaptcha secret":null,"Receipt":null,"Received":null,"Recent orders":null,"Recommended Products":null,"records":null,"Red":null,"Reference \\ PO":null,"Regards":null,"register":null,"Register":null,"Registered Entities":null,"Registered Users":null,"Registry Of Commerce":null,"Registry of commerce":null,"Rejected Association":null,"Rejected Brand":null,"Rejected Documentation":null,"Rejected EAN":null,"Reload":null,"Remember me":null,"Remember Me":null,"Reminder":null,"Remove From Stock":null,"Remove poster":null,"remove":null,"Reorder Menu":null,"reorder":null,"Repeat Password":null,"Replies":null,"Reply":null,"Resell":null,"Reservations":null,"Reserved":null,"Reset password request":null,"Reset password":null,"Reset":null,"Residential":null,"Resource Prefix":null,"Resource":null,"resource":null,"Retur aprovizionari":null,"Retur vanzari":null,"Revenue":null,"Reviews":null,"reviews":null,"Right":null,"Road":null,"Role Item":null,"Role":null,"role":null,"Roles Index":null,"Roles List":null,"Roles":null,"roles":null,"Rotatie":null,"Rotation":null,"Route":null,"Row":null,"Running":null,"Sale Channel":null,"Sale Channels":null,"sale channels":null,"Sale Price":null,"Sale Returns":null,"sale returns":null,"Sale Value":null,"Sales":null,"sales":null,"Saturday":null,"Sauces":null,"Save Configuration":null,"Save your work then click here to refresh your page and update to the latest application version":null,"Save":null,"Sea Salt":null,"Search category limit":null,"Search in products":null,"Search placeholder":null,"Search something":null,"Search within brands":null,"Search...":null,"Search":null,"Searching...":null,"Searching":null,"Secret":null,"See all":null,"Select file for import":null,"select":null,"selected":null,"Send a password reset link":null,"Send a reset password link":null,"Send Password Reset Link":null,"Serial":null,"Server Error":null,"Service Unavailable":null,"Service":null,"Services":null,"services":null,"Set password":null,"Settings":null,"settings":null,"Share your idea...":null,"Share your opinion and rate the product":null,"Share your opinion...":null,"Shelf":null,"Shift + Enter to post":null,"Shipped":null,"Shipping Address":null,"Shipping charges may be incurred":null,"Shipping charges of :value (+VAT) will be added":null,"Shipping cost":null,"You will pay":null,"Visit the product page":null,"Shop Categories":null,"Shopping Cart":null,"Show Log":null,"Show Logs from":null,"Show":null,"show":null,"Showing :from - :to of :total results":null,"Sicilian Honey":null,"Sidebar Toggle":null,"Similar products limit":null,"Site Texts":null,"Size":null,"Sleeping":null,"Some fields were invalid. Please correct the errors and try again.":null,"Something went wrong...":null,"Special Diet":null,"Speciality":null,"Spendings":null,"Square":null,"Start Tutorial":null,"Started":null,"Starters":null,"Status":null,"Stock Rotation":null,"Stock: :stock":null,"Stock":null,"Stopped":null,"Storage Usage":null,"store":null,"Storing":null,"Street Type":null,"Street":null,"Sub Administrative Area":null,"Submit":null,"Success":null,"Successful":null,"Summary":null,"Sunday":null,"Supplier Discounts":null,"Supplier Invoices":null,"Supplier Number":null,"Supplier Payments":null,"Supplier Ref":null,"Supplier Stock":null,"Supplier":null,"suppliers":null,"Sweets":null,"System":null,"system":null,"Table export done":null,"Table export error":null,"Table export started":null,"Table":null,"Tables State Save":null,"Tags":null,"Tasks":null,"tasks":null,"team":null,"Teams":null,"Template":null,"Tenant":null,"terms and conditions":null,"Terms of use":null,"Terms Of Use":null,"terms of use":null,"Thank you for shopping with us.":null,"Thank you for using our application!":null,"Thank you for your order":null,"Thank you":null,"The :filename file is ready":null,"The address has been successfully updated":null,"The address was successfully created":null,"The admin role already has all permissions and does not need syncing":null,"The application was updated, please save your work & refresh your browser":null,"The Changes have been saved!":null,"The changes have been saved":null,"The company was successfully created":null,"The company was successfully deleted":null,"The company was successfully updated":null,"The Entity was created!":null,"The entity was created!":null,"The export :name could not be completed due to an unknown error":null,"The export was cancelled successfully":null,"The form contains errors":null,"The generated document has :entries entries":null,"The import was restarted":null,"The language files were successfully merged":null,"The language files were successfully updated":null,"The log file":null,"The log was cleaned":null,"The menu was created!":null,"The operation was successful":null,"New order #:number from :channel for :total :currency was placed by :person":null,"Selected payment method: :paymentMethod":null,"The permission group was created!":null,"The permission was created!":null,"The permissions were created!":null,"The person has assigned resources in the system and cannot be deleted":null,"The Person was successfully created":null,"The person was successfully created":null,"The person was successfully deleted":null,"The person was successfully updated":null,"The poster was deleted successfully":null,"The requested report was started. It can take a few minutes before you have it in your inbox":null,"The requested report was started. It can take a few minutes before you have it in your inbox":null,"The role was created!":null,"The selected record is about to be deleted. Are you sure?":null,"The team was successfully saved":null,"The tutorial was created!":null,"The tutorial was successfully deleted":null,"The user group was successfully created":null,"The user group was successfully deleted":null,"The user has activity in the system and cannot be deleted":null,"The User was created!":null,"The video file was deleted successfully":null,"The video was updated successfully":null,"The webshop is still under construction, but we're launching soon...":null,"Theme Color":null,"Theme":null,"There are no active carousel slides":null,"There are no addresses added yet":null,"There are no companies added yet":null,"There are no credit cards added yet":null,"This action is unauthorized.":null,"this month":null,"This password reset link will expire in :count minutes.":null,"This password reset token is invalid.":null,"This website uses cookies to deliver its services and to analyze traffic. For more details please visit our":null,"privacy policy":null,"this week":null,"this year":null,"Thursday":null,"Time":null,"Timeline":null,"Tip":null,"Title...":null,"Title":null,"title":null,"to manage your addresses":null,"to manage your cards":null,"to manage your companies":null,"to view your order":null,"To":null,"to":null,"Today":null,"today":null,"Toggle navigation":null,"Too Many Attempts.":null,"Too Many Requests":null,"Top Banner Content":null,"Top Pick":null,"Total amount for order #:number is :currency:total":null,"total records":null,"Total":null,"total":null,"Translations":null,"Tuesday":null,"Tutorial":null,"Tutorials Index":null,"Tutorials":null,"tutorials":null,"Type a new comment":null,"Type":null,"type":null,"Types":null,"Unable to read file":null,"Unauthorized":null,"Undo Stock Insertion":null,"Undo Stock Removal":null,"Unique Identifier":null,"Unit. Price":null,"Unitary Price":null,"untagged":null,"Update":null,"Updated At":null,"Updated By":null,"updated the members":null,"updated":null,"Updated":null,"Upload Avatar":null,"Upload Template":null,"uploads":null,"Use":null,"User Details":null,"user groups":null,"User Groups":null,"User Info":null,"User Profile":null,"User":null,"user":null,"Users Administration":null,"Users Index":null,"Users":null,"users":null,"Valability":null,"Valid":null,"Editable time limit in seconds. Use 0 to disable":null,"Value":null,"Vanzari":null,"VAT":null,"VAT Value":null,"ver":null,"Verify Email Address":null,"Verify Your Email Address":null,"Video description":null,"Video name":null,"Video":null,"video":null,"View Cart":null,"View your order":null,"Virtual Position ID":null,"Visible Brands":null,"Visible Top Banner":null,"Vista":null,"Volume":null,"Voucher":null,"waiting":null,"Warehouse":null,"warehouses":null,"Warehouses":null,"Warning":null,"was changed":null,"was last updated":null,"We can't find a user with that e-mail address.":null,"We have e-mailed your password reset link!":null,"We will keep you updated on its progress":null,"We won't ask for your password again for a few hours.":null,"Webshop Name":null,"Webshop Order":null,"webshop":null,"Webshop":null,"Website":null,"Wednesday":null,"Welcome Back":null,"Welcome":null,"What happened?":null,"What you need to know":null,"What":null,"When":null,"Whoops!":null,"Width":null,"Write a review":null,"Write":null,"Yes":null,"yesterday":null,"You are not authorized for this action":null,"You are not authorized to perform this action":null,"You are receiving this email because we received a password reset request for your account.":null,"You can click":null,"You don't have any favorite products yet":null,"You don't have any notifications":null,"You don't have any orders yet":null,"You don't have any products in the shopping cart right now":null,"You have":null,"You just got a notification...":null,"You made too many attempts. Please wait 5 minutes and try again.":null,"You may also like":null,"You will find attached the requested report.":null,"Your :shop order :number":null,"Your account has been disabled. Please contact the administrator":null,"Your card was successfully saved":null,"Your email address is not verified.":null,"Your Message":null,"Your password has been reset!":null,"You need to accept our terms of use first":null,"item":null,"PO #":null,"Your privacy is important for us":null,"cart":null,"favourites":null,"addresses":null,"orders":null,"payment":null,"summary":null,"add":null,"rate":null,"review":null,"star":null,"stars":null,"Thank you for contributing":null,"Do you own or have used this product?":null,"This review is awaiting approval":null,"This review was approved":null,"This review was rejected. You may edit and repost it.":null,"Edit review":null,"category":null,"terms-of-use":null,"privacy":null,"about-us":null,"favorites":null,":user finalized the :model :label for the partner :partner":null,":type quantity and total were successfully updated":null,":type update":null,"Please find attached the order details":null,"Succeeded":null,"External Reference":null,"Incomplete order (#:number)":null,"On :date you placed an order on our webshop but forgot to finalize the payment.":null,"Please click bellow to view your order and finalize the payment":null,"New message from the webshop's contact form":null,"Your Webshop.":null,"Message:":null,"Contact phone: :phone":null,"Your order #:number on :shop was successfully placed":null,"You have a new webshop order":null,"New user registration":null,"Before adjusting stock, select the product default supplier":null,"Cannot increment when quantity <= 0":null,"Cannot decrement when quantity <= 0":null,"Order already has a :type invoice":null,"Invalid item":null,"Cannot update orders that are externally fulfilled":null,"Order is already in this status":null,"There are no differences on this order":null,"You are not allowed to issue payments without invoices":null,"You are not allowed to issue payments on a cancelled invoice'":null,"Sale is already paid":null,"You cannot delete a paid order":null,"order details":null,"Delivery Address":null,"Disc.":null,"M.U.":null,"Product \/ Code":null,"registered in doc.":null,"received":null,"U.P acquision":null,"(no VAT)":null,"Val. acquision":null,"Val. VAT":null,"(afferent)":null,"Info field":null,"additional":null,"piece":null,"Total General":null,"Goods Receipt Note":null,"Unit":null,"The undersigned, members of the reception committee, have received the material values provided by":null,"delegate":null,"based on the accompanying documents":null,"consisting":null,"car no.":null,"Optional field, usable in case of observations":null,"Reception committee members name and surname":null,"Signature":null,"Manager name and surename":null,"Manager name and surname":null,"Reception comitee conclusions":null,"Reception committee conclusions":null,"Supplier\/carrier point of view":null,"Other mentions":null,"The quantity determination was done by":null,"The quality determination was made by the sample":null,"no.":null,"Sender":null,"Companion":null,"Dispatch station":null,"Destination station":null,"Release date":null,"Dispatch date":null,"Arrival date":null,"Supplier delegates, the carrier who participated in the reception":null,"ISBN":null,"Total products":null,"Scale indicated weight":null,"Stock Removal":null,"Representative of":null,"Name and surname":null,"Identity card":null,"TOTAL":null,"Reception participants":null,"for Sale":null,"Emag API call for :action failed":null,"The action :action on url :url failed with the following error messages:":null,"New :type callback from emag":null,"New :type callback from emag for id :id":null,"Missing app product for emag order :id":null,"Product :product":null,"Offer mismatch for eMag order :id":null,"For product :code":null,"External part number :code":null,"Part number :code":null,"New eMag order (id: :id) with vouchers:":null,":name, value :value":null,"New eMag order (id: :id) with vouchers":null,"Shipping price mismatch for eMag order :order":null,"Product price mismatch for eMag order :order":null,"Offer with id :id already exists":null,"An offer for the pnk :pnk already exists":null,"An offer with product id :id already exists and needs eMag intervention":null,"No order with id :id found":null,"Write Review For":null,"Don't know what to write about?":null,"Tell us what you like about the purchased product.":null,"Does it live up to your expectations?":null,"Are you satisfied with the value for money?":null,"Would you recommend it to others?":null,"Remove from favorites":null,"make default":null,"delivery":null,"billing":null,"Not Paid":null,"Requires Action":null,"verify":null,"Verify":null,"confirmation":null,"No addresses defined":null,"Part":null,"Complete the payment":null,"An extra confirmation is needed to process your payment":null,"Order is already paid":null,"Your payment for this order is still processing":null,"Please find the invoice attached":null,"Invoice issued for order #:number":null,"Your order #:number":null,"Payment via :type was successful for order :number":null,"A payment was received for order #:number (:total :currency)":null,"Insufficient stock for :product, only :left left":null,"Registration is restricted for the moment, please return soon":null,"Hello :name":null,"Thank you for creating an account on :shop":null,"We hope that you will enjoy our products":null,"Go to login":null,"Ship to a different addresstion button, copy and paste the URL below into your web browser":null,"Payment via :type was successful for order #:number, amount :amount :currency":null,"View order":null,"Click bellow to view your order and finalize the payment":null,"A new account was created : :name":null,"from: :company":null,"To manage the account please click the link below":null,"View account":null,"Details for delivering your order":null,"You're just a few steps away from finalizing your order":null,"If you already have an account click":null,"to go to the login page":null,"Your account":null,"I want to create an account":null,"Company Name":null,"Skip":null,"New order #:number from :channel for :total :currency":null,"fast-checkout":null,"Fast Checkout":null,"The action :action failed with the following error code: :code":null,"Reported error message: :message":null,"Request payload: :payload":null,"API call for :action failed":null,"Notification, :title":null,"New Comment Tag":null,"You were just tagged":null,"Comment Tag Notification":null,"Your password will expire soon":null,"You've got :days days left to change it":null,"You've got until tomorrow to change it":null,"You must change it today":null,"Welcome!":null,"Task Reminder":null,"This is a reminder for the following task:":null,"View Task":null,"Task :description":null,"You cannot delete the default address":null,"You cannot delete an address that you have previously used":null,"You cannot edit this company, please contact support":null,"Your cart is empty":null,"You cannot delete the default card":null,"You cannot edit this :model, please contact support":null,"Company information":null,"Billing address":null,"Free":null,"Get to know us":null,"Registration successful":null,"Your account needs to be activated before you can login":null,"You will receive a confirmation email upon approval":null,"Thank you!":null,"Frequently asked questions":null,"Edit address":null,"Edit company":null,"Pay by Card":null,"Click":null,"Not Implemented":null,"Approve":null,"Disapprove":null,"for \":query\"":null,"Review was rejected":null,"Review updated for :product":null,"New review submitted for :product":null,"A product review was updated by :person:":null,"A new product review was posted by :person:":null,"Your review for :product was :approval":null,"If you want, you can revise your review here:":null,"Review :approval":null,"approved":null,"rejected":null,"Terms of Use":null,"Similar products":null,"Enter your email to reset your password":null,"We'll send you an email with the instructions to follow":null,"similar-products":null,"description":null,"characteristics":null,"about-this-brand":null,"not in stock":null,"Not In Stock":null,"Hold tight, your order is being processed. We will email you when your order succeeds":null,"Wire Transfer":null,"Grand Total":null,"A cancellation request was received for order #:id":null,"Cancellation request for order #:id":null,"Please let us know if you are able to cancel the order":null,"Cancellation request for emag order with id :id":null,"An emag order cancellation request was received":null,"Ensure the order may still be cancellable":null,"and optionally contact the client":null,"You may access the corresponding sale":null,"using the button below":null,"If you need to change your email please contact us":null,"Awb status was updated to \":status\" for emag order #:id":null,"Awb status update for emag order #:id":null}
\ No newline at end of file
diff --git a/resources/lang/fr.json b/resources/lang/fr.json
index 84fc2a311..dadfd9b6c 100644
--- a/resources/lang/fr.json
+++ b/resources/lang/fr.json
@@ -1 +1 @@
-{"Sale":null,"A cancellation request was received for a :channel order.":null,"Please take the necessary steps.":null,"A cancellation request was received for a :channel order":null,"Order #:number from :channel, placed by :person, has a new status update: :status":null,"New Position":null,"Download goods received note":null,"Undo receive":null,"Receive":null,"Undo confirm":null,"Confirm":null,"Reference":null,"UID":null,"Undo deliver":null,"Deliver":null,"Undo ship":null,"Ship":null,"Undo prepare":null,"Prepare products":null,"Insert in stock":null,"Undo fulfill":null,"Remove from stock":null,"Order emailed by":null,"Invoice emailed by":null,"No email sent with the current invoice":null,"Issue Proforma":null,"No email sent with the current order":null,"Download order (pdf)":null,"Download order (xlsx)":null,"Fulfill":null,"Store":null,"Cancellation request for :channel order #:number":null,"Your order #:number is being processed. We'll keep you updated.":null,"Your order #:number has been delivered. We hope you enjoy your purchase and we'd really love to receive your feedback. If you wish, you can leave us a product review.":null,"Don't hesitate to contact us for any questions.":null,"Your order #:number has been packed and is ready for shipping. We'll let you know once it's shipped.":null,"A :channel order cancellation request was received":null,"Status update for order #:number":null,"Order #:number from :channel, placed by :person, has a new status update :status":null,"Your order #:number has been delivered. We hope you enjoy your purchase and we’d really love to receive your feedback. If you wish, you can leave us a product review.":null,"Your order #:number has been shipped to the following address: :address":null,"Your order #:number has been packed and is ready for shipping. We’ll let you know once it’s shipped.":null,"Your order #:number is being processed. We’ll keep you updated.":null,"Your order #:number was delivered":null,"Your order #:number was shipped":null,"Your order #:number is ready to be shipped":null,"Your order #:number is being processed":null,"Author":null,"Subgenre":null,"Genre":null,"Number of Pages":null,"Year of Publication":null,"Collection":null,"Edition":null,"Publisher":null,"Translator":null,"A new account was created: :name":null,":days Days Returns":null,"Street line 2":null,"Street line 1":null,"A payment method was already set for this order":null,"Added":null,"Authorize Only":null,"Pay by Wire Transfer":null,"Go back to the store":null,"We will create an account for your future orders":null,"Secure payments with":null,"The company already exists in our system. Please contact us about that":null,"Set your new password":null,"If you are having trouble clicking the action button, copy and paste the URL below into your web browser":null,"Ship to a different addressed":null,"You just asked for a password reset. To complete the process click the button below.":null,":name export done":null,":name export started":null,":type import done":null,"":null,"#":null,"30 days":null,"7 days":null,"A fresh verification link has been sent to your email address.":null,"About this brand":null,"About Us":null,"Above":null,"Accessories":null,"Account details":null,"Account":null,"account":null,"Acidity":null,"Acquisition Price":null,"Acquisition Value":null,"Actions":null,"actions":null,"Active":null,"active":null,"Activity Log":null,"Start Date":null,"Activity":null,"Add :entity":null,"Add address":null,"Add Brand":null,"Add card":null,"Add Card":null,"Add Comment":null,"Add company":null,"Add File":null,"Add Key":null,"Add Payment":null,"Add to cart":null,"Add to favorites":null,"Add video":null,"Add":null,"Adding":null,"Additional":null,"Address is missing or does not have lat\/long":null,"Address":null,"Addresses":null,"Adjustment":null,"Administration":null,"administration":null,"Administrative Area":null,"Again Colors":null,"Agent":null,"Algolia":null,"All Menu Items":null,"All Products":null,"All products":null,"all products":null,"All rights reserved.":null,"all":null,"Allocated To":null,"Amazing Saving":null,"Amount":null,"An error has occured. Please report this to the administrator":null,"An error was encountered while generationg :export":null,"An export job is already running for the same table":null,"An unknown error occurred while submitting your report. Please try again.":null,"Analytics Id":null,"Apartment":null,"App Key":null,"App":null,"Appellative":null,"Approved Documentation":null,"Approved":null,"April":null,"Aprovizionari":null,"Are you sure that you want to delete the template file?":null,"Are you sure?":null,"Assign":null,"Associate Person":null,"attribute groups":null,"Audit":null,"audit":null,"Authors":null,"Available menus":null,"Available slides":null,"Avatar":null,"Avenue":null,"Awaiting Brand validation":null,"Awaiting Documentation Validation":null,"Awaiting EAN validation":null,"Awaiting MKTP validation":null,"Award List":null,"Awards":null,"Azzure":null,"Back":null,"Backed by":null,"Bag":null,"Bank Account":null,"Bank":null,"Be the first to review this product":null,"Before proceeding, please check your email for a verification link.":null,"Below":null,"Bend":null,"Besel":null,"Best Seller":null,"Between":null,"Billing Address":null,"Birthday":null,"birthday":null,"Birthdays":null,"Blank":null,"Blocked":null,"Bookmarks":null,"Bottled Weight":null,"Boulevard":null,"Box":null,"Brand Count":null,"Brands":null,"brands":null,"BTL":null,"Bucharest":null,"Building Type":null,"Building":null,"building":null,"built with":null,"Business hours":null,"Butons":null,"Button Item":null,"Buttons":null,"buttons":null,"By":null,"Calendar":null,"calendar":null,"Calendars":null,"Calories per 100g":null,"Cancel":null,"Cancelled":null,"cancelled":null,"Cantitate":null,"Card number":null,"Cardholder name":null,"Carousel":null,"carousel":null,"Carrier":null,"Cart is empty":null,"Cart Summary":null,"Cart Validity Days":null,"Cart":null,"Pay on Delivery":null,"Cash Register Receipt":null,"Catalog":null,"Categories":null,"categories":null,"Navigation":null,"Category":null,"Channel":null,"Characteristics":null,"Cheque":null,"Choose language":null,"Choose your payment method":null,"Choose":null,"City Population by Age":null,"City":null,"Clear all":null,"click here to request another":null,"Client (company)":null,"Client (person)":null,"Client Discounts":null,"Client Invoices":null,"Client Order Reference":null,"Client Payment":null,"Client Payments":null,"Client Reference":null,"Client Stock":null,"Client Stocks":null,"Client":null,"Clienti":null,"Clients":null,"clients":null,"Close":null,"Code":null,"Coding":null,"Collapse Main Menu":null,"Colors Two":null,"Colors":null,"Coming Soon":null,"Comments":null,"Commercial":null,"commercial":null,"Companies":null,"companies":null,"Company client":null,"Company":null,"company":null,"Completed":null,"Configure Role":null,"Configure":null,"configure":null,"Confirm Password":null,"Confirmed":null,"Contact Bar Text":null,"contact form":null,"Contact Form":null,"Contact us with any questions or concerns that you may have and we will get back to you shortly":null,"Contact":null,"Contacts Index":null,"Contacts":null,"contacts":null,"Content Private":null,"Content":null,"Continue":null,"Copied to clipboard":null,"Copyright © 2016":null,"Core":null,"Country of Origin":null,"Country":null,"County":null,"Courier Service":null,"Create a new Entity":null,"Create a new User":null,"Create Button":null,"Create Company":null,"Create Differences Sale":null,"Create Group":null,"create group":null,"Create Language":null,"Create Menu":null,"Create Owner":null,"Create Permission Group":null,"Create Permission":null,"Create Permissions Group":null,"Create Person":null,"Create Resource":null,"Create Role":null,"Create Tutorial":null,"Create User Group":null,"Create User":null,"Create":null,"create":null,"Created Address":null,"Created At":null,"Created at":null,"Created By":null,"Created Contact":null,"Created":null,"created":null,"Currency Placed Before":null,"Current file size is":null,"custom":null,"Customer opinions":null,"Cycling":null,"Danger":null,"Dashboard":null,"dashboard":null,"Data Import":null,"data import":null,"Date":null,"Default Address":null,"Default Menu":null,"Default":null,"default":null,"Delete Avatar":null,"Delete File":null,"Delete Template":null,"Delete video":null,"Delete":null,"delete":null,"deleted":null,"Delivered":null,"Description":null,"deselect":null,"Designing":null,"details":null,"Details":null,"Diameter":null,"Direct Link":null,"Discount":null,"Discounts":null,"discounts":null,"Discussions":null,"Display Name":null,"Documents":null,"documents":null,"Don't have an account?":null,"Download Delivery Note":null,"Download Excel Sale Offer":null,"Download Excel Sale Return Offer":null,"Download Goods Received Note":null,"Download Invoice (long click for cancel)":null,"Download Payment (long click for cancel)":null,"Download Sale Offer":null,"Download Sale Return Offer":null,"Download Stock Removal":null,"Download Template":null,"Download":null,"Drag And Drop":null,"Drinking":null,"Due Date":null,"E-Mail Address":null,"Eating":null,"EAV":null,"eav":null,"Edit Button":null,"Edit Company":null,"Edit Invoice":null,"Edit Language":null,"Edit Menu":null,"Edit Owner":null,"Edit Permission Group":null,"Edit Permission":null,"Edit Permissions Group":null,"Edit Person":null,"Edit personal details":null,"Edit Role":null,"Edit Texts":null,"edit texts":null,"Edit Tutorial":null,"Edit User Group":null,"Edit User":null,"Edit":null,"edit":null,"Editable Limit":null,"edited":null,"Element":null,"Emag Active Offer":null,"Emag documentatie":null,"Emag Documentation":null,"Emag Offer":null,"Emag pret":null,"Emag Price":null,"Emag Valid":null,"Emag":null,"emag":null,"Email can only be edited via the user form":null,"Email":null,"Emailed At":null,"Emailed":null,"Enabled":null,"End":null,"Enter Fulfilling Mode":null,"Enter the application":null,"Enter warehouse mode":null,"Enter Warehouse Mode":null,"Entities":null,"entities":null,"Entity Details":null,"Entity":null,"entity":null,"Entries":null,"entries":null,"Entry":null,"entry":null,"Error":null,"Events":null,"Excel":null,"Expanded Menu":null,"Expanded Sidebar":null,"Expiration Date":null,"Export available for download: :filename":null,"Export Done":null,"Export emailed: :filename":null,"Export emailed":null,"Export error":null,"Export Notification":null,"Export started":null,"Export":null,"export":null,"exporting rejected":null,"exports":null,"External":null,"Extra Virgin Olive Oils":null,"Facturi clienti":null,"Facturi furnizori":null,"Failed":null,"failed":null,"FAQ":null,"Favorites":null,"Favourite products":null,"Fax Number":null,"Fax":null,"FEATURED BRANDS":null,"Featured Brands":null,"Feb":null,"February":null,"File name":null,"File Size":null,"File":null,"File(s)":null,"Files were uploaded successfully":null,"Files":null,"files":null,"Fill":null,"Filter by name or code":null,"Filter":null,"filtered from":null,"filtered":null,"Filters":null,"Finalize order":null,"Finalize":null,"Finalized":null,"finalized":null,"Financial Overview":null,"Financials":null,"financials":null,"find matches":null,"First Name":null,"Fiscal Code":null,"Fiscal Invoice":null,"Fiscal":null,"Flag Icon Class":null,"Flag Sufix":null,"Flag":null,"Floor":null,"floor":null,"Forbidden":null,"Forgot Password?":null,"Forgot password":null,"Forgot Your Password?":null,"Found :total results":null,"Friday":null,"Frisbo":null,"From":null,"from":null,"Fulfilled At":null,"Fulfilling":null,"Furnizor":null,"Gender":null,"General Settings":null,"General":null,"Generate":null,"Generated for order #:number":null,"Geneva":null,"Get in touch with us":null,"Go Home":null,"Google":null,"Got it!":null,"Green":null,"Group":null,"Groups":null,"Habits":null,"Harvest 2016\/2017":null,"Harvest 2017\/2018":null,"Harvest 2018\/2019":null,"Harvest 2019\/2020":null,"Harvest":null,"Has Children":null,"Height":null,"Hello!":null,"Hello":null,"Herbs":null,"here":null,"Hi :name,":null,"Hi :name":null,"Home":null,"Homepage":null,"How To Videos":null,"how to videos":null,"I agree to the":null,"I authorise :name to send instructions to the financial institution that issued my card to take payments from my card account in accordance with the terms of my agreement with you":null,"I authorise":null,"Ian":null,"Icon Class":null,"Icon":null,"If you are having trouble clicking the action button, copy and paste the URL below":null,"If you did not create an account, no further action is required.":null,"If you did not receive the email":null,"If you did not request a password reset, no further action is required.":null,"If you’d like to help, tell us what happened below.":null,"IFSC":null,"Impersonate":null,"Impersonating":null,"Import Summary":null,"Import Type":null,"Import":null,"Importance":null,"Important":null,"Imported At":null,"Imported By":null,"Imported Entries":null,"ImportType":null,"In a few minutes you will receive a confirmation email":null,"In Stock":null,"in stock":null,"10 Days Returns":null,"24h Tracked Shipping":null,"100% Original Products":null,"Secure Payments":null,"Income":null,"index":null,"Indications":null,"Individual":null,"Industrial":null,"Info":null,"Ingredients":null,"Insert in Stock":null,"Integrations":null,"Internal #":null,"Internal Code":null,"Internal":null,"into your web browser":null,"Invalid signature.":null,"Invalid":null,"Inventory":null,"inventory":null,"Invoice Emailed":null,"Invoice for order # :number":null,"Invoice for order":null,"invoice":null,"invoices":null,"Invoices":null,"Is Active":null,"Is Cancelled":null,"Is Default":null,"is-bordered":null,"is-hoverable":null,"is-narrow":null,"is-striped":null,"Issue Invoice":null,"Issue Payment":null,"Issue proforma":null,"Issues":null,"It looks like we’re having issues.":null,"Item":null,"items":null,"Items":null,"Jams":null,"January":null,"Jar":null,"July":null,"June":null,"Keep tables configurations":null,"Key Collector":null,"Key Name":null,"Key Value":null,"Key":null,"keys found":null,"Label Generator":null,"Label":null,"Labels":null,"labels":null,"Lane":null,"Language Item":null,"Language":null,"Languages":null,"languages":null,"Last Modified":null,"last month":null,"Last Name":null,"Last updated":null,"last week":null,"last year":null,"Learn more":null,"Leave Fulfilling Mode":null,"Leave Warehouse Mode":null,"Left":null,"Length":null,"limited quantity":null,"Limited Stock Limit":null,"Limited Stock":null,"Line":null,"Link":null,"List Price":null,"Page [page] from [toPage]":null,"List Value":null,"List":null,"Load More":null,"Load more":null,"Loading...":null,"Loading":null,"Localisation Index":null,"Localisation":null,"localisation":null,"Localities":null,"Locality":null,"Log in":null,"Log out":null,"Log Out":null,"log":null,"Login":null,"login":null,"Logins":null,"logins":null,"logout":null,"Logout":null,"Logs Index":null,"Logs":null,"logs":null,"Loss":null,"Made with Bulma":null,"Made with Laravel":null,"Made with Vue":null,"Magazie":null,"Main Menu":null,"Manage Buttons":null,"Manage Menus":null,"Manage Permissions":null,"Mandatary":null,"Manufacturer":null,"Manufacturers":null,"Maps key":null,"Mar":null,"March":null,"Mark all as read":null,"Mark all read":null,"Max":null,"May":null,"MB":null,"Measurement Unit":null,"Measurement Units":null,"measurement units":null,"Member Since":null,"Members":null,"Menu Collapse":null,"Menu Items":null,"Menu":null,"Menus Index":null,"Menus":null,"menus":null,"Merge all localisation files":null,"Mfr #":null,"Mfr":null,"Min":null,"Miss":null,"Mode":null,"Monday":null,"more":null,"move to favorites":null,"Mr":null,"MU":null,"N\/A":null,"Name":null,"Needs matching":null,"Net Weight":null,"New Address":null,"New Password":null,"New team":null,"New Topic":null,"New":null,"Next Page":null,"Next":null,"NIN":null,"No activity found":null,"No keys found":null,"No locations found":null,"No options available":null,"No records were found":null,"No reservations found":null,"No search results found":null,"No teams were created yet":null,"No":null,"Not Found":null,"not paid":null,"Note":null,"Notes":null,"Nothing found":null,"notification":null,"Notifications":null,"notifications":null,"Number":null,"Observations":null,"of":null,"Offices":null,"Oh no":null,"OK":null,"on behalf of :company":null,"On Demand":null,"on":null,"Online":null,"Only missing":null,"Operation failed because the permission is allocated to existing role(s)":null,"Operation was successfull":null,"order #:number invoice":null,"order #:number":null,"Order #:number":null,"Order details :number":null,"Order Line Limit":null,"Order Payment":null,"Order Values":null,"Order":null,"Orders":null,"Organize Menus":null,"our location":null,"Our Location":null,"Our team has been notified.":null,"Overdue":null,"Own Stock":null,"Owners Index":null,"Owners":null,"owners":null,"Package Content":null,"Packaging Units":null,"packaging units":null,"Page Expired":null,"Parade":null,"Parent":null,"Part Number":null,"Password Confirmation":null,"Password":null,"password":null,"Passwords must be at least six characters and match the confirmation.":null,"Past Imports":null,"Pasta":null,"Pay Later":null,"pay":null,"Pay":null,"Payment method":null,"Payment Methods":null,"Payment Order":null,"Payment":null,"payments":null,"Payments":null,"Pays VAT":null,"People":null,"people":null,"Permission Group":null,"Permission Groups Index":null,"Permission Groups":null,"Permission Name":null,"Permission":null,"permissionGroups":null,"Permissions Group Items":null,"Permissions Group":null,"permissions group":null,"Permissions Groups":null,"Permissions Index":null,"Permissions":null,"permissions":null,"Person client":null,"Person":null,"person":null,"Personal Info":null,"Personal information can only be edited via the person form":null,"Personal":null,"Phone Number":null,"Phone":null,"Pic":null,"Pick an option":null,"Picture":null,"Piece":null,"Place order":null,"See cart":null,"Placement":null,"Plati clienti":null,"Plati furnizor":null,"Please choose":null,"Please click the button below to verify your email address.":null,"Please confirm your password before continuing.":null,"Please Fill":null,"Please find attached the order's invoice.":null,"Please review your order and payment details":null,"Please set or reset your password by clicking the button below.":null,"POS Receipt":null,"Position":null,"Positions":null,"positions":null,"Post":null,"Postal Area":null,"Postal Code":null,"Postcode":null,"posted":null,"Prepared":null,"Preview":null,"Previous Page":null,"Previous":null,"Price":null,"Privacy":null,"processed":null,"Processing":null,"processing":null,"Product image coming soon":null,"Product":null,"Products per page":null,"Products":null,"products":null,"Produs":null,"Profile":null,"Profit":null,"Proforma Invoice":null,"Proforma":null,"Promissory Note":null,"publish product":null,"Purchase Returns":null,"purchase returns":null,"Purchase":null,"Purchases":null,"purchases":null,"Purple":null,"Qty":null,"Quantity":null,"rating":null,"Rating":null,"Ratio":null,"Read":null,"Recaptcha key":null,"Recaptcha secret":null,"Receipt":null,"Received":null,"Recent orders":null,"Recommended Products":null,"records":null,"Red":null,"Reference \\ PO":null,"Regards":null,"register":null,"Register":null,"Registered Entities":null,"Registered Users":null,"Registry Of Commerce":null,"Registry of commerce":null,"Rejected Association":null,"Rejected Brand":null,"Rejected Documentation":null,"Rejected EAN":null,"Reload":null,"Remember me":null,"Remember Me":null,"Reminder":null,"Remove From Stock":null,"Remove poster":null,"remove":null,"Reorder Menu":null,"reorder":null,"Repeat Password":null,"Replies":null,"Reply":null,"Resell":null,"Reservations":null,"Reserved":null,"Reset password request":null,"Reset password":null,"Reset":null,"Residential":null,"Resource Prefix":null,"Resource":null,"resource":null,"Retur aprovizionari":null,"Retur vanzari":null,"Revenue":null,"Reviews":null,"reviews":null,"Right":null,"Road":null,"Role Item":null,"Role":null,"role":null,"Roles Index":null,"Roles List":null,"Roles":null,"roles":null,"Rotatie":null,"Rotation":null,"Route":null,"Row":null,"Running":null,"Sale Channel":null,"Sale Channels":null,"sale channels":null,"Sale Price":null,"Sale Returns":null,"sale returns":null,"Sale Value":null,"Sales":null,"sales":null,"Saturday":null,"Sauces":null,"Save Configuration":null,"Save your work then click here to refresh your page and update to the latest application version":null,"Save":null,"Sea Salt":null,"Search category limit":null,"Search in products":null,"Search placeholder":null,"Search something":null,"Search within brands":null,"Search...":null,"Search":null,"Searching...":null,"Searching":null,"Secret":null,"See all":null,"Select file for import":null,"select":null,"selected":null,"Send a password reset link":null,"Send a reset password link":null,"Send Password Reset Link":null,"Serial":null,"Server Error":null,"Service Unavailable":null,"Service":null,"Services":null,"services":null,"Set password":null,"Settings":null,"settings":null,"Share your idea...":null,"Share your opinion and rate the product":null,"Share your opinion...":null,"Shelf":null,"Shift + Enter to post":null,"Shipped":null,"Shipping Address":null,"Shipping charges may be incurred":null,"Shipping charges of :value (+VAT) will be added":null,"Shipping cost":null,"You will pay":null,"Visit the product page":null,"Shop Categories":null,"Shopping Cart":null,"Show Log":null,"Show Logs from":null,"Show":null,"show":null,"Showing :from - :to of :total results":null,"Sicilian Honey":null,"Sidebar Toggle":null,"Similar products limit":null,"Site Texts":null,"Size":null,"Sleeping":null,"Some fields were invalid. Please correct the errors and try again.":null,"Something went wrong...":null,"Special Diet":null,"Speciality":null,"Spendings":null,"Square":null,"Start Tutorial":null,"Started":null,"Starters":null,"Status":null,"Stock Rotation":null,"Stock: :stock":null,"Stock":null,"Stopped":null,"Storage Usage":null,"store":null,"Storing":null,"Street Type":null,"Street":null,"Sub Administrative Area":null,"Submit":null,"Success":null,"Successful":null,"Summary":null,"Sunday":null,"Supplier Discounts":null,"Supplier Invoices":null,"Supplier Number":null,"Supplier Payments":null,"Supplier Ref":null,"Supplier Stock":null,"Supplier":null,"suppliers":null,"Sweets":null,"System":null,"system":null,"Table export done":null,"Table export error":null,"Table export started":null,"Table":null,"Tables State Save":null,"Tags":null,"Tasks":null,"tasks":null,"team":null,"Teams":null,"Template":null,"Tenant":null,"terms and conditions":null,"Terms of use":null,"Terms Of Use":null,"terms of use":null,"Thank you for shopping with us.":null,"Thank you for using our application!":null,"Thank you for your order":null,"Thank you":null,"The :filename file is ready":null,"The address has been successfully updated":null,"The address was successfully created":null,"The admin role already has all permissions and does not need syncing":null,"The application was updated, please save your work & refresh your browser":null,"The Changes have been saved!":null,"The changes have been saved":null,"The company was successfully created":null,"The company was successfully deleted":null,"The company was successfully updated":null,"The Entity was created!":null,"The entity was created!":null,"The export :name could not be completed due to an unknown error":null,"The export was cancelled successfully":null,"The form contains errors":null,"The generated document has :entries entries":null,"The import was restarted":null,"The language files were successfully merged":null,"The language files were successfully updated":null,"The log file":null,"The log was cleaned":null,"The menu was created!":null,"The operation was successful":null,"New order #:number from :channel for :total :currency was placed by :person":null,"Selected payment method: :paymentMethod":null,"The permission group was created!":null,"The permission was created!":null,"The permissions were created!":null,"The person has assigned resources in the system and cannot be deleted":null,"The Person was successfully created":null,"The person was successfully created":null,"The person was successfully deleted":null,"The person was successfully updated":null,"The poster was deleted successfully":null,"The requested report was started. It can take a few minutes before you have it in your inbox":null,"The requested report was started. It can take a few minutes before you have it in your inbox":null,"The role was created!":null,"The selected record is about to be deleted. Are you sure?":null,"The team was successfully saved":null,"The tutorial was created!":null,"The tutorial was successfully deleted":null,"The user group was successfully created":null,"The user group was successfully deleted":null,"The user has activity in the system and cannot be deleted":null,"The User was created!":null,"The video file was deleted successfully":null,"The video was updated successfully":null,"The webshop is still under construction, but we're launching soon...":null,"Theme Color":null,"Theme":null,"There are no active carousel slides":null,"There are no addresses added yet":null,"There are no companies added yet":null,"There are no credit cards added yet":null,"This action is unauthorized.":null,"this month":null,"This password reset link will expire in :count minutes.":null,"This password reset token is invalid.":null,"This website uses cookies to deliver its services and to analyze traffic. For more details please visit our":null,"privacy policy":null,"this week":null,"this year":null,"Thursday":null,"Time":null,"Timeline":null,"Tip":null,"Title...":null,"Title":null,"title":null,"to manage your addresses":null,"to manage your cards":null,"to manage your companies":null,"to view your order":null,"To":null,"to":null,"Today":null,"today":null,"Toggle navigation":null,"Too Many Attempts.":null,"Too Many Requests":null,"Top Banner Content":null,"Top Pick":null,"Total amount for order #:number is :currency:total":null,"total records":null,"Total":null,"total":null,"Translations":null,"Tuesday":null,"Tutorial":null,"Tutorials Index":null,"Tutorials":null,"tutorials":null,"Type a new comment":null,"Type":null,"type":null,"Types":null,"Unable to read file":null,"Unauthorized":null,"Undo Stock Insertion":null,"Undo Stock Removal":null,"Unique Identifier":null,"Unit. Price":null,"Unitary Price":null,"untagged":null,"Update":null,"Updated At":null,"Updated By":null,"updated the members":null,"updated":null,"Updated":null,"Upload Avatar":null,"Upload Template":null,"uploads":null,"Use":null,"User Details":null,"user groups":null,"User Groups":null,"User Info":null,"User Profile":null,"User":null,"user":null,"Users Administration":null,"Users Index":null,"Users":null,"users":null,"Valability":null,"Valid":null,"Editable time limit in seconds. Use 0 to disable":null,"Value":null,"Vanzari":null,"VAT":null,"VAT Value":null,"ver":null,"Verify Email Address":null,"Verify Your Email Address":null,"Video description":null,"Video name":null,"Video":null,"video":null,"View Cart":null,"View your order":null,"Virtual Position ID":null,"Visible Brands":null,"Visible Top Banner":null,"Vista":null,"Volume":null,"Voucher":null,"waiting":null,"Warehouse":null,"warehouses":null,"Warehouses":null,"Warning":null,"was changed":null,"was last updated":null,"We can't find a user with that e-mail address.":null,"We have e-mailed your password reset link!":null,"We will keep you updated on its progress":null,"We won't ask for your password again for a few hours.":null,"Webshop Name":null,"Webshop Order":null,"webshop":null,"Webshop":null,"Website":null,"Wednesday":null,"Welcome Back":null,"Welcome":null,"What happened?":null,"What you need to know":null,"What":null,"When":null,"Whoops!":null,"Width":null,"Write a review":null,"Write":null,"Yes":null,"yesterday":null,"You are not authorized for this action":null,"You are not authorized to perform this action":null,"You are receiving this email because we received a password reset request for your account.":null,"You can click":null,"You don't have any favorite products yet":null,"You don't have any notifications":null,"You don't have any orders yet":null,"You don't have any products in the shopping cart right now":null,"You have":null,"You just got a notification...":null,"You made too many attempts. Please wait 5 minutes and try again.":null,"You may also like":null,"You will find attached the requested report.":null,"Your :shop order :number":null,"Your account has been disabled. Please contact the administrator":null,"Your card was successfully saved":null,"Your email address is not verified.":null,"Your Message":null,"Your password has been reset!":null,"You need to accept our terms of use first":null,"item":null,"PO #":null,"Your privacy is important for us":null,"cart":null,"favourites":null,"addresses":null,"orders":null,"payment":null,"summary":null,"add":null,"rate":null,"review":null,"star":null,"stars":null,"Thank you for contributing":null,"Do you own or have used this product?":null,"This review is awaiting approval":null,"This review was approved":null,"This review was rejected. You may edit and repost it.":null,"Edit review":null,"category":null,"terms-of-use":null,"privacy":null,"about-us":null,"favorites":null,":user finalized the :model :label for the partner :partner":null,":type quantity and total were successfully updated":null,":type update":null,"Please find attached the order details":null,"Succeeded":null,"External Reference":null,"Incomplete order (#:number)":null,"On :date you placed an order on our webshop but forgot to finalize the payment.":null,"Please click bellow to view your order and finalize the payment":null,"New message from the webshop's contact form":null,"Your Webshop.":null,"Message:":null,"Contact phone: :phone":null,"Your order #:number on :shop was successfully placed":null,"You have a new webshop order":null,"New user registration":null,"Before adjusting stock, select the product default supplier":null,"Cannot increment when quantity <= 0":null,"Cannot decrement when quantity <= 0":null,"Order already has a :type invoice":null,"Invalid item":null,"Cannot update orders that are externally fulfilled":null,"Order is already in this status":null,"There are no differences on this order":null,"You are not allowed to issue payments without invoices":null,"You are not allowed to issue payments on a cancelled invoice'":null,"Sale is already paid":null,"You cannot delete a paid order":null,"order details":null,"Delivery Address":null,"Disc.":null,"M.U.":null,"Product \/ Code":null,"registered in doc.":null,"received":null,"U.P acquision":null,"(no VAT)":null,"Val. acquision":null,"Val. VAT":null,"(afferent)":null,"Info field":null,"additional":null,"piece":null,"Total General":null,"Goods Receipt Note":null,"Unit":null,"The undersigned, members of the reception committee, have received the material values provided by":null,"delegate":null,"based on the accompanying documents":null,"consisting":null,"car no.":null,"Optional field, usable in case of observations":null,"Reception committee members name and surname":null,"Signature":null,"Manager name and surename":null,"Manager name and surname":null,"Reception comitee conclusions":null,"Reception committee conclusions":null,"Supplier\/carrier point of view":null,"Other mentions":null,"The quantity determination was done by":null,"The quality determination was made by the sample":null,"no.":null,"Sender":null,"Companion":null,"Dispatch station":null,"Destination station":null,"Release date":null,"Dispatch date":null,"Arrival date":null,"Supplier delegates, the carrier who participated in the reception":null,"ISBN":null,"Total products":null,"Scale indicated weight":null,"Stock Removal":null,"Representative of":null,"Name and surname":null,"Identity card":null,"TOTAL":null,"Reception participants":null,"for Sale":null,"Emag API call for :action failed":null,"The action :action on url :url failed with the following error messages:":null,"New :type callback from emag":null,"New :type callback from emag for id :id":null,"Missing app product for emag order :id":null,"Product :product":null,"Offer mismatch for eMag order :id":null,"For product :code":null,"External part number :code":null,"Part number :code":null,"New eMag order (id: :id) with vouchers:":null,":name, value :value":null,"New eMag order (id: :id) with vouchers":null,"Shipping price mismatch for eMag order :order":null,"Product price mismatch for eMag order :order":null,"Offer with id :id already exists":null,"An offer for the pnk :pnk already exists":null,"An offer with product id :id already exists and needs eMag intervention":null,"No order with id :id found":null,"Write Review For":null,"Don't know what to write about?":null,"Tell us what you like about the purchased product.":null,"Does it live up to your expectations?":null,"Are you satisfied with the value for money?":null,"Would you recommend it to others?":null,"Remove from favorites":null,"make default":null,"delivery":null,"billing":null,"Not Paid":null,"Requires Action":null,"verify":null,"Verify":null,"confirmation":null,"No addresses defined":null,"Part":null,"Complete the payment":null,"An extra confirmation is needed to process your payment":null,"Order is already paid":null,"Your payment for this order is still processing":null,"Please find the invoice attached":null,"Invoice issued for order #:number":null,"Your order #:number":null,"Payment via :type was successful for order :number":null,"A payment was received for order #:number (:total :currency)":null,"Insufficient stock for :product, only :left left":null,"Registration is restricted for the moment, please return soon":null,"Hello :name":null,"Thank you for creating an account on :shop":null,"We hope that you will enjoy our products":null,"Go to login":null,"Ship to a different addresstion button, copy and paste the URL below into your web browser":null,"Payment via :type was successful for order #:number, amount :amount :currency":null,"View order":null,"Click bellow to view your order and finalize the payment":null,"A new account was created : :name":null,"from: :company":null,"To manage the account please click the link below":null,"View account":null,"Details for delivering your order":null,"You're just a few steps away from finalizing your order":null,"If you already have an account click":null,"to go to the login page":null,"Your account":null,"I want to create an account":null,"Company Name":null,"Skip":null,"New order #:number from :channel for :total :currency":null,"fast-checkout":null,"Fast Checkout":null,"The action :action failed with the following error code: :code":null,"Reported error message: :message":null,"Request payload: :payload":null,"API call for :action failed":null,"Notification, :title":null,"New Comment Tag":null,"You were just tagged":null,"Comment Tag Notification":null,"Your password will expire soon":null,"You've got :days days left to change it":null,"You've got until tomorrow to change it":null,"You must change it today":null,"Welcome!":null,"Task Reminder":null,"This is a reminder for the following task:":null,"View Task":null,"Task :description":null,"You cannot delete the default address":null,"You cannot delete an address that you have previously used":null,"You cannot edit this company, please contact support":null,"Your cart is empty":null,"You cannot delete the default card":null,"You cannot edit this :model, please contact support":null,"Company information":null,"Billing address":null,"Free":null,"Get to know us":null,"Registration successful":null,"Your account needs to be activated before you can login":null,"You will receive a confirmation email upon approval":null,"Thank you!":null,"Frequently asked questions":null,"Edit address":null,"Edit company":null,"Pay by Card":null,"Click":null,"Not Implemented":null,"Approve":null,"Disapprove":null,"for \":query\"":null,"Review was rejected":null,"Review updated for :product":null,"New review submitted for :product":null,"A product review was updated by :person:":null,"A new product review was posted by :person:":null,"Your review for :product was :approval":null,"If you want, you can revise your review here:":null,"Review :approval":null,"approved":null,"rejected":null,"Terms of Use":null,"Similar products":null,"Enter your email to reset your password":null,"We'll send you an email with the instructions to follow":null,"similar-products":null,"description":null,"characteristics":null,"about-this-brand":null,"not in stock":null,"Not In Stock":null,"Hold tight, your order is being processed. We will email you when your order succeeds":null,"Wire Transfer":null,"Grand Total":null,"A cancellation request was received for order #:id":null,"Cancellation request for order #:id":null,"Please let us know if you are able to cancel the order":null,"Cancellation request for emag order with id :id":null,"An emag order cancellation request was received":null,"Ensure the order may still be cancellable":null,"and optionally contact the client":null,"You may access the corresponding sale":null,"using the button below":null,"If you need to change your email please contact us":null,"Awb status was updated to \":status\" for emag order #:id":null,"Awb status update for emag order #:id":null}
\ No newline at end of file
+{"Sale":null,"A cancellation request was received for a :channel order.":null,"Please take the necessary steps.":null,"A cancellation request was received for a :channel order":null,"Order #:number from :channel, placed by :person, has a new status update: :status":null,"New Position":null,"Download goods received note":null,"Undo receive":null,"Receive":null,"Undo confirm":null,"Confirm":null,"Reference":null,"Undo deliver":null,"Deliver":null,"Undo ship":null,"Ship":null,"Undo prepare":null,"Prepare products":null,"Insert in stock":null,"Undo fulfill":null,"Remove from stock":null,"Order emailed by":null,"Invoice emailed by":null,"No email sent with the current invoice":null,"Issue Proforma":null,"No email sent with the current order":null,"Download order (pdf)":null,"Download order (xlsx)":null,"Fulfill":null,"Store":null,"Cancellation request for :channel order #:number":null,"Your order #:number is being processed. We'll keep you updated.":null,"Your order #:number has been delivered. We hope you enjoy your purchase and we'd really love to receive your feedback. If you wish, you can leave us a product review.":null,"Don't hesitate to contact us for any questions.":null,"Your order #:number has been packed and is ready for shipping. We'll let you know once it's shipped.":null,"A :channel order cancellation request was received":null,"Status update for order #:number":null,"Order #:number from :channel, placed by :person, has a new status update :status":null,"Your order #:number has been delivered. We hope you enjoy your purchase and we’d really love to receive your feedback. If you wish, you can leave us a product review.":null,"Your order #:number has been shipped to the following address: :address":null,"Your order #:number has been packed and is ready for shipping. We’ll let you know once it’s shipped.":null,"Your order #:number is being processed. We’ll keep you updated.":null,"Your order #:number was delivered":null,"Your order #:number was shipped":null,"Your order #:number is ready to be shipped":null,"Your order #:number is being processed":null,"Author":null,"Subgenre":null,"Genre":null,"Number of Pages":null,"Year of Publication":null,"Collection":null,"Edition":null,"Publisher":null,"Translator":null,"A new account was created: :name":null,":days Days Returns":null,"Street line 2":null,"Street line 1":null,"A payment method was already set for this order":null,"Added":null,"Authorize Only":null,"Pay by Wire Transfer":null,"Go back to the store":null,"We will create an account for your future orders":null,"Secure payments with":null,"The company already exists in our system. Please contact us about that":null,"Set your new password":null,"If you are having trouble clicking the action button, copy and paste the URL below into your web browser":null,"Ship to a different addressed":null,"You just asked for a password reset. To complete the process click the button below.":null,":name export done":null,":name export started":null,":type import done":null,"":null,"#":null,"30 days":null,"7 days":null,"A fresh verification link has been sent to your email address.":null,"About this brand":null,"About Us":null,"Above":null,"Accessories":null,"Account details":null,"Account":null,"account":null,"Acidity":null,"Acquisition Price":null,"Acquisition Value":null,"Actions":null,"actions":null,"Active":null,"active":null,"Activity Log":null,"Start Date":null,"Activity":null,"Add :entity":null,"Add address":null,"Add Brand":null,"Add card":null,"Add Card":null,"Add Comment":null,"Add company":null,"Add File":null,"Add Key":null,"Add Payment":null,"Add to cart":null,"Add to favorites":null,"Add video":null,"Add":null,"Adding":null,"Additional":null,"Address is missing or does not have lat\/long":null,"Address":null,"Addresses":null,"Adjustment":null,"Administration":null,"administration":null,"Administrative Area":null,"Again Colors":null,"Agent":null,"Algolia":null,"All Menu Items":null,"All Products":null,"All products":null,"all products":null,"All rights reserved.":null,"all":null,"Allocated To":null,"Amazing Saving":null,"Amount":null,"An error has occured. Please report this to the administrator":null,"An error was encountered while generationg :export":null,"An export job is already running for the same table":null,"An unknown error occurred while submitting your report. Please try again.":null,"Analytics Id":null,"Apartment":null,"App Key":null,"App":null,"Appellative":null,"Approved Documentation":null,"Approved":null,"April":null,"Aprovizionari":null,"Are you sure that you want to delete the template file?":null,"Are you sure?":null,"Assign":null,"Associate Person":null,"attribute groups":null,"Audit":null,"audit":null,"Authors":null,"Available menus":null,"Available slides":null,"Avatar":null,"Avenue":null,"Awaiting Brand validation":null,"Awaiting Documentation Validation":null,"Awaiting EAN validation":null,"Awaiting MKTP validation":null,"Award List":null,"Awards":null,"Azzure":null,"Back":null,"Backed by":null,"Bag":null,"Bank Account":null,"Bank":null,"Be the first to review this product":null,"Before proceeding, please check your email for a verification link.":null,"Below":null,"Bend":null,"Besel":null,"Best Seller":null,"Between":null,"Billing Address":null,"Birthday":null,"birthday":null,"Birthdays":null,"Blank":null,"Blocked":null,"Bookmarks":null,"Bottled Weight":null,"Boulevard":null,"Box":null,"Brand Count":null,"Brands":null,"brands":null,"BTL":null,"Bucharest":null,"Building Type":null,"Building":null,"building":null,"built with":null,"Business hours":null,"Butons":null,"Button Item":null,"Buttons":null,"buttons":null,"By":null,"Calendar":null,"calendar":null,"Calendars":null,"Calories per 100g":null,"Cancel":null,"Cancelled":null,"cancelled":null,"Cantitate":null,"Card number":null,"Cardholder name":null,"Carousel":null,"carousel":null,"Carrier":null,"Cart is empty":null,"Cart Summary":null,"Cart Validity Days":null,"Cart":null,"Pay on Delivery":null,"Cash Register Receipt":null,"Catalog":null,"Categories":null,"categories":null,"Navigation":null,"Category":null,"Channel":null,"Characteristics":null,"Cheque":null,"Choose language":null,"Choose your payment method":null,"Choose":null,"City Population by Age":null,"City":null,"Clear all":null,"click here to request another":null,"Client (company)":null,"Client (person)":null,"Client Discounts":null,"Client Invoices":null,"Client Order Reference":null,"Client Payment":null,"Client Payments":null,"Client Reference":null,"Client Stock":null,"Client Stocks":null,"Client":null,"Clienti":null,"Clients":null,"clients":null,"Close":null,"Code":null,"Coding":null,"Collapse Main Menu":null,"Colors Two":null,"Colors":null,"Coming Soon":null,"Comments":null,"Commercial":null,"commercial":null,"Companies":null,"companies":null,"Company client":null,"Company":null,"company":null,"Completed":null,"Configure Role":null,"Configure":null,"configure":null,"Confirm Password":null,"Confirmed":null,"Contact Bar Text":null,"contact form":null,"Contact Form":null,"Contact us with any questions or concerns that you may have and we will get back to you shortly":null,"Contact":null,"Contacts Index":null,"Contacts":null,"contacts":null,"Content Private":null,"Content":null,"Continue":null,"Copied to clipboard":null,"Copyright © 2016":null,"Core":null,"Country of Origin":null,"Country":null,"County":null,"Courier Service":null,"Create a new Entity":null,"Create a new User":null,"Create Button":null,"Create Company":null,"Create Differences Sale":null,"Create Group":null,"create group":null,"Create Language":null,"Create Menu":null,"Create Owner":null,"Create Permission Group":null,"Create Permission":null,"Create Permissions Group":null,"Create Person":null,"Create Resource":null,"Create Role":null,"Create Tutorial":null,"Create User Group":null,"Create User":null,"Create":null,"create":null,"Created Address":null,"Created At":null,"Created at":null,"Created By":null,"Created Contact":null,"Created":null,"created":null,"Currency Placed Before":null,"Current file size is":null,"custom":null,"Customer opinions":null,"Cycling":null,"Danger":null,"Dashboard":null,"dashboard":null,"Data Import":null,"data import":null,"Date":null,"Default Address":null,"Default Menu":null,"Default":null,"default":null,"Delete Avatar":null,"Delete File":null,"Delete Template":null,"Delete video":null,"Delete":null,"delete":null,"deleted":null,"Delivered":null,"Description":null,"deselect":null,"Designing":null,"details":null,"Details":null,"Diameter":null,"Direct Link":null,"Discount":null,"Discounts":null,"discounts":null,"Discussions":null,"Display Name":null,"Documents":null,"documents":null,"Don't have an account?":null,"Download Delivery Note":null,"Download Excel Sale Offer":null,"Download Excel Sale Return Offer":null,"Download Goods Received Note":null,"Download Invoice (long click for cancel)":null,"Download Payment (long click for cancel)":null,"Download Sale Offer":null,"Download Sale Return Offer":null,"Download Stock Removal":null,"Download Template":null,"Download":null,"Drag And Drop":null,"Drinking":null,"Due Date":null,"E-Mail Address":null,"Eating":null,"EAV":null,"eav":null,"Edit Button":null,"Edit Company":null,"Edit Invoice":null,"Edit Language":null,"Edit Menu":null,"Edit Owner":null,"Edit Permission Group":null,"Edit Permission":null,"Edit Permissions Group":null,"Edit Person":null,"Edit personal details":null,"Edit Role":null,"Edit Texts":null,"edit texts":null,"Edit Tutorial":null,"Edit User Group":null,"Edit User":null,"Edit":null,"edit":null,"Editable Limit":null,"edited":null,"Element":null,"Emag Active Offer":null,"Emag documentatie":null,"Emag Documentation":null,"Emag Offer":null,"Emag pret":null,"Emag Price":null,"Emag Valid":null,"Emag":null,"emag":null,"Email can only be edited via the user form":null,"Email":null,"Emailed At":null,"Emailed":null,"Enabled":null,"End":null,"Enter Fulfilling Mode":null,"Enter the application":null,"Enter warehouse mode":null,"Enter Warehouse Mode":null,"Entities":null,"entities":null,"Entity Details":null,"Entity":null,"entity":null,"Entries":null,"entries":null,"Entry":null,"entry":null,"Error":null,"Events":null,"Excel":null,"Expanded Menu":null,"Expanded Sidebar":null,"Expiration Date":null,"Export available for download: :filename":null,"Export Done":null,"Export emailed: :filename":null,"Export emailed":null,"Export error":null,"Export Notification":null,"Export started":null,"Export":null,"export":null,"exporting rejected":null,"exports":null,"External":null,"Extra Virgin Olive Oils":null,"Facturi clienti":null,"Facturi furnizori":null,"Failed":null,"failed":null,"FAQ":null,"Favorites":null,"Favourite products":null,"Fax Number":null,"Fax":null,"FEATURED BRANDS":null,"Featured Brands":null,"Feb":null,"February":null,"File name":null,"File Size":null,"File":null,"File(s)":null,"Files were uploaded successfully":null,"Files":null,"files":null,"Fill":null,"Filter by name or code":null,"Filter":null,"filtered from":null,"filtered":null,"Filters":null,"Finalize order":null,"Finalize":null,"Finalized":null,"finalized":null,"Financial Overview":null,"Financials":null,"financials":null,"find matches":null,"First Name":null,"Fiscal Code":null,"Fiscal Invoice":null,"Fiscal":null,"Flag Icon Class":null,"Flag Sufix":null,"Flag":null,"Floor":null,"floor":null,"Forbidden":null,"Forgot Password?":null,"Forgot password":null,"Forgot Your Password?":null,"Found :total results":null,"Friday":null,"Frisbo":null,"From":null,"from":null,"Fulfilled At":null,"Fulfilling":null,"Furnizor":null,"Gender":null,"General Settings":null,"General":null,"Generate":null,"Generated for order #:number":null,"Geneva":null,"Get in touch with us":null,"Go Home":null,"Google":null,"Got it!":null,"Green":null,"Group":null,"Groups":null,"Habits":null,"Harvest 2016\/2017":null,"Harvest 2017\/2018":null,"Harvest 2018\/2019":null,"Harvest 2019\/2020":null,"Harvest":null,"Has Children":null,"Height":null,"Hello!":null,"Hello":null,"Herbs":null,"here":null,"Hi :name,":null,"Hi :name":null,"Home":null,"Homepage":null,"How To Videos":null,"how to videos":null,"I agree to the":null,"I authorise :name to send instructions to the financial institution that issued my card to take payments from my card account in accordance with the terms of my agreement with you":null,"I authorise":null,"Ian":null,"Icon Class":null,"Icon":null,"If you are having trouble clicking the action button, copy and paste the URL below":null,"If you did not create an account, no further action is required.":null,"If you did not receive the email":null,"If you did not request a password reset, no further action is required.":null,"If you’d like to help, tell us what happened below.":null,"IFSC":null,"Impersonate":null,"Impersonating":null,"Import Summary":null,"Import Type":null,"Import":null,"Importance":null,"Important":null,"Imported At":null,"Imported By":null,"Imported Entries":null,"ImportType":null,"In a few minutes you will receive a confirmation email":null,"In Stock":null,"in stock":null,"10 Days Returns":null,"24h Tracked Shipping":null,"100% Original Products":null,"Secure Payments":null,"Income":null,"index":null,"Indications":null,"Individual":null,"Industrial":null,"Info":null,"Ingredients":null,"Insert in Stock":null,"Integrations":null,"Internal #":null,"Internal Code":null,"Internal":null,"into your web browser":null,"Invalid signature.":null,"Invalid":null,"Inventory":null,"inventory":null,"Invoice Emailed":null,"Invoice for order # :number":null,"Invoice for order":null,"invoice":null,"invoices":null,"Invoices":null,"Is Active":null,"Is Cancelled":null,"Is Default":null,"is-bordered":null,"is-hoverable":null,"is-narrow":null,"is-striped":null,"Issue Invoice":null,"Issue Payment":null,"Issue proforma":null,"Issues":null,"It looks like we’re having issues.":null,"Item":null,"items":null,"Items":null,"Jams":null,"January":null,"Jar":null,"July":null,"June":null,"Keep tables configurations":null,"Key Collector":null,"Key Name":null,"Key Value":null,"Key":null,"keys found":null,"Label Generator":null,"Label":null,"Labels":null,"labels":null,"Lane":null,"Language Item":null,"Language":null,"Languages":null,"languages":null,"Last Modified":null,"last month":null,"Last Name":null,"Last updated":null,"last week":null,"last year":null,"Learn more":null,"Leave Fulfilling Mode":null,"Leave Warehouse Mode":null,"Left":null,"Length":null,"limited quantity":null,"Limited Stock Limit":null,"Limited Stock":null,"Line":null,"Link":null,"List Price":null,"Page [page] from [toPage]":null,"List Value":null,"List":null,"Load More":null,"Load more":null,"Loading...":null,"Loading":null,"Localisation Index":null,"Localisation":null,"localisation":null,"Localities":null,"Locality":null,"Log in":null,"Log out":null,"Log Out":null,"log":null,"Login":null,"login":null,"Logins":null,"logins":null,"logout":null,"Logout":null,"Logs Index":null,"Logs":null,"logs":null,"Loss":null,"Made with Bulma":null,"Made with Laravel":null,"Made with Vue":null,"Magazie":null,"Main Menu":null,"Manage Buttons":null,"Manage Menus":null,"Manage Permissions":null,"Mandatary":null,"Manufacturer":null,"Manufacturers":null,"Maps key":null,"Mar":null,"March":null,"Mark all as read":null,"Mark all read":null,"Max":null,"May":null,"MB":null,"Measurement Unit":null,"Measurement Units":null,"measurement units":null,"Member Since":null,"Members":null,"Menu Collapse":null,"Menu Items":null,"Menu":null,"Menus Index":null,"Menus":null,"menus":null,"Merge all localisation files":null,"Mfr #":null,"Mfr":null,"Min":null,"Miss":null,"Mode":null,"Monday":null,"more":null,"move to favorites":null,"Mr":null,"MU":null,"N\/A":null,"Name":null,"Needs matching":null,"Net Weight":null,"New Address":null,"New Password":null,"New team":null,"New Topic":null,"New":null,"Next Page":null,"Next":null,"NIN":null,"No activity found":null,"No keys found":null,"No locations found":null,"No options available":null,"No records were found":null,"No reservations found":null,"No search results found":null,"No teams were created yet":null,"No":null,"Not Found":null,"not paid":null,"Note":null,"Notes":null,"Nothing found":null,"notification":null,"Notifications":null,"notifications":null,"Number":null,"Observations":null,"of":null,"Offices":null,"Oh no":null,"OK":null,"on behalf of :company":null,"On Demand":null,"on":null,"Online":null,"Only missing":null,"Operation failed because the permission is allocated to existing role(s)":null,"Operation was successfull":null,"order #:number invoice":null,"order #:number":null,"Order #:number":null,"Order details :number":null,"Order Line Limit":null,"Order Payment":null,"Order Values":null,"Order":null,"Orders":null,"Organize Menus":null,"our location":null,"Our Location":null,"Our team has been notified.":null,"Overdue":null,"Own Stock":null,"Owners Index":null,"Owners":null,"owners":null,"Package Content":null,"Packaging Units":null,"packaging units":null,"Page Expired":null,"Parade":null,"Parent":null,"Part Number":null,"Password Confirmation":null,"Password":null,"password":null,"Passwords must be at least six characters and match the confirmation.":null,"Past Imports":null,"Pasta":null,"Pay Later":null,"pay":null,"Pay":null,"Payment method":null,"Payment Methods":null,"Payment Order":null,"Payment":null,"payments":null,"Payments":null,"Pays VAT":null,"People":null,"people":null,"Permission Group":null,"Permission Groups Index":null,"Permission Groups":null,"Permission Name":null,"Permission":null,"permissionGroups":null,"Permissions Group Items":null,"Permissions Group":null,"permissions group":null,"Permissions Groups":null,"Permissions Index":null,"Permissions":null,"permissions":null,"Person client":null,"Person":null,"person":null,"Personal Info":null,"Personal information can only be edited via the person form":null,"Personal":null,"Phone Number":null,"Phone":null,"Pic":null,"Pick an option":null,"Picture":null,"Piece":null,"Place order":null,"See cart":null,"Placement":null,"Plati clienti":null,"Plati furnizor":null,"Please choose":null,"Please click the button below to verify your email address.":null,"Please confirm your password before continuing.":null,"Please Fill":null,"Please find attached the order's invoice.":null,"Please review your order and payment details":null,"Please set or reset your password by clicking the button below.":null,"POS Receipt":null,"Position":null,"Positions":null,"positions":null,"Post":null,"Postal Area":null,"Postal Code":null,"Postcode":null,"posted":null,"Prepared":null,"Preview":null,"Previous Page":null,"Previous":null,"Price":null,"Privacy":null,"processed":null,"Processing":null,"processing":null,"Product image coming soon":null,"Product":null,"Products per page":null,"Products":null,"products":null,"Produs":null,"Profile":null,"Profit":null,"Proforma Invoice":null,"Proforma":null,"Promissory Note":null,"publish product":null,"Purchase Returns":null,"purchase returns":null,"Purchase":null,"Purchases":null,"purchases":null,"Purple":null,"Qty":null,"Quantity":null,"rating":null,"Rating":null,"Ratio":null,"Read":null,"Recaptcha key":null,"Recaptcha secret":null,"Receipt":null,"Received":null,"Recent orders":null,"Recommended Products":null,"records":null,"Red":null,"Reference \\ PO":null,"Regards":null,"register":null,"Register":null,"Registered Entities":null,"Registered Users":null,"Registry Of Commerce":null,"Registry of commerce":null,"Rejected Association":null,"Rejected Brand":null,"Rejected Documentation":null,"Rejected EAN":null,"Reload":null,"Remember me":null,"Remember Me":null,"Reminder":null,"Remove From Stock":null,"Remove poster":null,"remove":null,"Reorder Menu":null,"reorder":null,"Repeat Password":null,"Replies":null,"Reply":null,"Resell":null,"Reservations":null,"Reserved":null,"Reset password request":null,"Reset password":null,"Reset":null,"Residential":null,"Resource Prefix":null,"Resource":null,"resource":null,"Retur aprovizionari":null,"Retur vanzari":null,"Revenue":null,"Reviews":null,"reviews":null,"Right":null,"Road":null,"Role Item":null,"Role":null,"role":null,"Roles Index":null,"Roles List":null,"Roles":null,"roles":null,"Rotatie":null,"Rotation":null,"Route":null,"Row":null,"Running":null,"Sale Channel":null,"Sale Channels":null,"sale channels":null,"Sale Price":null,"Sale Returns":null,"sale returns":null,"Sale Value":null,"Sales":null,"sales":null,"Saturday":null,"Sauces":null,"Save Configuration":null,"Save your work then click here to refresh your page and update to the latest application version":null,"Save":null,"Sea Salt":null,"Search category limit":null,"Search in products":null,"Search placeholder":null,"Search something":null,"Search within brands":null,"Search...":null,"Search":null,"Searching...":null,"Searching":null,"Secret":null,"See all":null,"Select file for import":null,"select":null,"selected":null,"Send a password reset link":null,"Send a reset password link":null,"Send Password Reset Link":null,"Serial":null,"Server Error":null,"Service Unavailable":null,"Service":null,"Services":null,"services":null,"Set password":null,"Settings":null,"settings":null,"Share your idea...":null,"Share your opinion and rate the product":null,"Share your opinion...":null,"Shelf":null,"Shift + Enter to post":null,"Shipped":null,"Shipping Address":null,"Shipping charges may be incurred":null,"Shipping charges of :value (+VAT) will be added":null,"Shipping cost":null,"You will pay":null,"Visit the product page":null,"Shop Categories":null,"Shopping Cart":null,"Show Log":null,"Show Logs from":null,"Show":null,"show":null,"Showing :from - :to of :total results":null,"Sicilian Honey":null,"Sidebar Toggle":null,"Similar products limit":null,"Site Texts":null,"Size":null,"Sleeping":null,"Some fields were invalid. Please correct the errors and try again.":null,"Something went wrong...":null,"Special Diet":null,"Speciality":null,"Spendings":null,"Square":null,"Start Tutorial":null,"Started":null,"Starters":null,"Status":null,"Stock Rotation":null,"Stock: :stock":null,"Stock":null,"Stopped":null,"Storage Usage":null,"store":null,"Storing":null,"Street Type":null,"Street":null,"Sub Administrative Area":null,"Submit":null,"Success":null,"Successful":null,"Summary":null,"Sunday":null,"Supplier Discounts":null,"Supplier Invoices":null,"Supplier Number":null,"Supplier Payments":null,"Supplier Ref":null,"Supplier Stock":null,"Supplier":null,"suppliers":null,"Sweets":null,"System":null,"system":null,"Table export done":null,"Table export error":null,"Table export started":null,"Table":null,"Tables State Save":null,"Tags":null,"Tasks":null,"tasks":null,"team":null,"Teams":null,"Template":null,"Tenant":null,"terms and conditions":null,"Terms of use":null,"Terms Of Use":null,"terms of use":null,"Thank you for shopping with us.":null,"Thank you for using our application!":null,"Thank you for your order":null,"Thank you":null,"The :filename file is ready":null,"The address has been successfully updated":null,"The address was successfully created":null,"The admin role already has all permissions and does not need syncing":null,"The application was updated, please save your work & refresh your browser":null,"The Changes have been saved!":null,"The changes have been saved":null,"The company was successfully created":null,"The company was successfully deleted":null,"The company was successfully updated":null,"The Entity was created!":null,"The entity was created!":null,"The export :name could not be completed due to an unknown error":null,"The export was cancelled successfully":null,"The form contains errors":null,"The generated document has :entries entries":null,"The import was restarted":null,"The language files were successfully merged":null,"The language files were successfully updated":null,"The log file":null,"The log was cleaned":null,"The menu was created!":null,"The operation was successful":null,"New order #:number from :channel for :total :currency was placed by :person":null,"Selected payment method: :paymentMethod":null,"The permission group was created!":null,"The permission was created!":null,"The permissions were created!":null,"The person has assigned resources in the system and cannot be deleted":null,"The Person was successfully created":null,"The person was successfully created":null,"The person was successfully deleted":null,"The person was successfully updated":null,"The poster was deleted successfully":null,"The requested report was started. It can take a few minutes before you have it in your inbox":null,"The requested report was started. It can take a few minutes before you have it in your inbox":null,"The role was created!":null,"The selected record is about to be deleted. Are you sure?":null,"The team was successfully saved":null,"The tutorial was created!":null,"The tutorial was successfully deleted":null,"The user group was successfully created":null,"The user group was successfully deleted":null,"The user has activity in the system and cannot be deleted":null,"The User was created!":null,"The video file was deleted successfully":null,"The video was updated successfully":null,"The webshop is still under construction, but we're launching soon...":null,"Theme Color":null,"Theme":null,"There are no active carousel slides":null,"There are no addresses added yet":null,"There are no companies added yet":null,"There are no credit cards added yet":null,"This action is unauthorized.":null,"this month":null,"This password reset link will expire in :count minutes.":null,"This password reset token is invalid.":null,"This website uses cookies to deliver its services and to analyze traffic. For more details please visit our":null,"privacy policy":null,"this week":null,"this year":null,"Thursday":null,"Time":null,"Timeline":null,"Tip":null,"Title...":null,"Title":null,"title":null,"to manage your addresses":null,"to manage your cards":null,"to manage your companies":null,"to view your order":null,"To":null,"to":null,"Today":null,"today":null,"Toggle navigation":null,"Too Many Attempts.":null,"Too Many Requests":null,"Top Banner Content":null,"Top Pick":null,"Total amount for order #:number is :currency:total":null,"total records":null,"Total":null,"total":null,"Translations":null,"Tuesday":null,"Tutorial":null,"Tutorials Index":null,"Tutorials":null,"tutorials":null,"Type a new comment":null,"Type":null,"type":null,"Types":null,"Unable to read file":null,"Unauthorized":null,"Undo Stock Insertion":null,"Undo Stock Removal":null,"Unique Identifier":null,"Unit. Price":null,"Unitary Price":null,"untagged":null,"Update":null,"Updated At":null,"Updated By":null,"updated the members":null,"updated":null,"Updated":null,"Upload Avatar":null,"Upload Template":null,"uploads":null,"Use":null,"User Details":null,"user groups":null,"User Groups":null,"User Info":null,"User Profile":null,"User":null,"user":null,"Users Administration":null,"Users Index":null,"Users":null,"users":null,"Valability":null,"Valid":null,"Editable time limit in seconds. Use 0 to disable":null,"Value":null,"Vanzari":null,"VAT":null,"VAT Value":null,"ver":null,"Verify Email Address":null,"Verify Your Email Address":null,"Video description":null,"Video name":null,"Video":null,"video":null,"View Cart":null,"View your order":null,"Virtual Position ID":null,"Visible Brands":null,"Visible Top Banner":null,"Vista":null,"Volume":null,"Voucher":null,"waiting":null,"Warehouse":null,"warehouses":null,"Warehouses":null,"Warning":null,"was changed":null,"was last updated":null,"We can't find a user with that e-mail address.":null,"We have e-mailed your password reset link!":null,"We will keep you updated on its progress":null,"We won't ask for your password again for a few hours.":null,"Webshop Name":null,"Webshop Order":null,"webshop":null,"Webshop":null,"Website":null,"Wednesday":null,"Welcome Back":null,"Welcome":null,"What happened?":null,"What you need to know":null,"What":null,"When":null,"Whoops!":null,"Width":null,"Write a review":null,"Write":null,"Yes":null,"yesterday":null,"You are not authorized for this action":null,"You are not authorized to perform this action":null,"You are receiving this email because we received a password reset request for your account.":null,"You can click":null,"You don't have any favorite products yet":null,"You don't have any notifications":null,"You don't have any orders yet":null,"You don't have any products in the shopping cart right now":null,"You have":null,"You just got a notification...":null,"You made too many attempts. Please wait 5 minutes and try again.":null,"You may also like":null,"You will find attached the requested report.":null,"Your :shop order :number":null,"Your account has been disabled. Please contact the administrator":null,"Your card was successfully saved":null,"Your email address is not verified.":null,"Your Message":null,"Your password has been reset!":null,"You need to accept our terms of use first":null,"item":null,"PO #":null,"Your privacy is important for us":null,"cart":null,"favourites":null,"addresses":null,"orders":null,"payment":null,"summary":null,"add":null,"rate":null,"review":null,"star":null,"stars":null,"Thank you for contributing":null,"Do you own or have used this product?":null,"This review is awaiting approval":null,"This review was approved":null,"This review was rejected. You may edit and repost it.":null,"Edit review":null,"category":null,"terms-of-use":null,"privacy":null,"about-us":null,"favorites":null,":user finalized the :model :label for the partner :partner":null,":type quantity and total were successfully updated":null,":type update":null,"Please find attached the order details":null,"Succeeded":null,"External Reference":null,"Incomplete order (#:number)":null,"On :date you placed an order on our webshop but forgot to finalize the payment.":null,"Please click bellow to view your order and finalize the payment":null,"New message from the webshop's contact form":null,"Your Webshop.":null,"Message:":null,"Contact phone: :phone":null,"Your order #:number on :shop was successfully placed":null,"You have a new webshop order":null,"New user registration":null,"Before adjusting stock, select the product default supplier":null,"Cannot increment when quantity <= 0":null,"Cannot decrement when quantity <= 0":null,"Order already has a :type invoice":null,"Invalid item":null,"Cannot update orders that are externally fulfilled":null,"Order is already in this status":null,"There are no differences on this order":null,"You are not allowed to issue payments without invoices":null,"You are not allowed to issue payments on a cancelled invoice'":null,"Sale is already paid":null,"You cannot delete a paid order":null,"order details":null,"Delivery Address":null,"Disc.":null,"M.U.":null,"Product \/ Code":null,"registered in doc.":null,"received":null,"U.P acquision":null,"(no VAT)":null,"Val. acquision":null,"Val. VAT":null,"(afferent)":null,"Info field":null,"additional":null,"piece":null,"Total General":null,"Goods Receipt Note":null,"Unit":null,"The undersigned, members of the reception committee, have received the material values provided by":null,"delegate":null,"based on the accompanying documents":null,"consisting":null,"car no.":null,"Optional field, usable in case of observations":null,"Reception committee members name and surname":null,"Signature":null,"Manager name and surename":null,"Manager name and surname":null,"Reception comitee conclusions":null,"Reception committee conclusions":null,"Supplier\/carrier point of view":null,"Other mentions":null,"The quantity determination was done by":null,"The quality determination was made by the sample":null,"no.":null,"Sender":null,"Companion":null,"Dispatch station":null,"Destination station":null,"Release date":null,"Dispatch date":null,"Arrival date":null,"Supplier delegates, the carrier who participated in the reception":null,"ISBN":null,"Total products":null,"Scale indicated weight":null,"Stock Removal":null,"Representative of":null,"Name and surname":null,"Identity card":null,"TOTAL":null,"Reception participants":null,"for Sale":null,"Emag API call for :action failed":null,"The action :action on url :url failed with the following error messages:":null,"New :type callback from emag":null,"New :type callback from emag for id :id":null,"Missing app product for emag order :id":null,"Product :product":null,"Offer mismatch for eMag order :id":null,"For product :code":null,"External part number :code":null,"Part number :code":null,"New eMag order (id: :id) with vouchers:":null,":name, value :value":null,"New eMag order (id: :id) with vouchers":null,"Shipping price mismatch for eMag order :order":null,"Product price mismatch for eMag order :order":null,"Offer with id :id already exists":null,"An offer for the pnk :pnk already exists":null,"An offer with product id :id already exists and needs eMag intervention":null,"No order with id :id found":null,"Write Review For":null,"Don't know what to write about?":null,"Tell us what you like about the purchased product.":null,"Does it live up to your expectations?":null,"Are you satisfied with the value for money?":null,"Would you recommend it to others?":null,"Remove from favorites":null,"make default":null,"delivery":null,"billing":null,"Not Paid":null,"Requires Action":null,"verify":null,"Verify":null,"confirmation":null,"No addresses defined":null,"Part":null,"Complete the payment":null,"An extra confirmation is needed to process your payment":null,"Order is already paid":null,"Your payment for this order is still processing":null,"Please find the invoice attached":null,"Invoice issued for order #:number":null,"Your order #:number":null,"Payment via :type was successful for order :number":null,"A payment was received for order #:number (:total :currency)":null,"Insufficient stock for :product, only :left left":null,"Registration is restricted for the moment, please return soon":null,"Hello :name":null,"Thank you for creating an account on :shop":null,"We hope that you will enjoy our products":null,"Go to login":null,"Ship to a different addresstion button, copy and paste the URL below into your web browser":null,"Payment via :type was successful for order #:number, amount :amount :currency":null,"View order":null,"Click bellow to view your order and finalize the payment":null,"A new account was created : :name":null,"from: :company":null,"To manage the account please click the link below":null,"View account":null,"Details for delivering your order":null,"You're just a few steps away from finalizing your order":null,"If you already have an account click":null,"to go to the login page":null,"Your account":null,"I want to create an account":null,"Company Name":null,"Skip":null,"New order #:number from :channel for :total :currency":null,"fast-checkout":null,"Fast Checkout":null,"The action :action failed with the following error code: :code":null,"Reported error message: :message":null,"Request payload: :payload":null,"API call for :action failed":null,"Notification, :title":null,"New Comment Tag":null,"You were just tagged":null,"Comment Tag Notification":null,"Your password will expire soon":null,"You've got :days days left to change it":null,"You've got until tomorrow to change it":null,"You must change it today":null,"Welcome!":null,"Task Reminder":null,"This is a reminder for the following task:":null,"View Task":null,"Task :description":null,"You cannot delete the default address":null,"You cannot delete an address that you have previously used":null,"You cannot edit this company, please contact support":null,"Your cart is empty":null,"You cannot delete the default card":null,"You cannot edit this :model, please contact support":null,"Company information":null,"Billing address":null,"Free":null,"Get to know us":null,"Registration successful":null,"Your account needs to be activated before you can login":null,"You will receive a confirmation email upon approval":null,"Thank you!":null,"Frequently asked questions":null,"Edit address":null,"Edit company":null,"Pay by Card":null,"Click":null,"Not Implemented":null,"Approve":null,"Disapprove":null,"for \":query\"":null,"Review was rejected":null,"Review updated for :product":null,"New review submitted for :product":null,"A product review was updated by :person:":null,"A new product review was posted by :person:":null,"Your review for :product was :approval":null,"If you want, you can revise your review here:":null,"Review :approval":null,"approved":null,"rejected":null,"Terms of Use":null,"Similar products":null,"Enter your email to reset your password":null,"We'll send you an email with the instructions to follow":null,"similar-products":null,"description":null,"characteristics":null,"about-this-brand":null,"not in stock":null,"Not In Stock":null,"Hold tight, your order is being processed. We will email you when your order succeeds":null,"Wire Transfer":null,"Grand Total":null,"A cancellation request was received for order #:id":null,"Cancellation request for order #:id":null,"Please let us know if you are able to cancel the order":null,"Cancellation request for emag order with id :id":null,"An emag order cancellation request was received":null,"Ensure the order may still be cancellable":null,"and optionally contact the client":null,"You may access the corresponding sale":null,"using the button below":null,"If you need to change your email please contact us":null,"Awb status was updated to \":status\" for emag order #:id":null,"Awb status update for emag order #:id":null}
\ No newline at end of file
diff --git a/resources/lang/hu.json b/resources/lang/hu.json
index 84fc2a311..dadfd9b6c 100644
--- a/resources/lang/hu.json
+++ b/resources/lang/hu.json
@@ -1 +1 @@
-{"Sale":null,"A cancellation request was received for a :channel order.":null,"Please take the necessary steps.":null,"A cancellation request was received for a :channel order":null,"Order #:number from :channel, placed by :person, has a new status update: :status":null,"New Position":null,"Download goods received note":null,"Undo receive":null,"Receive":null,"Undo confirm":null,"Confirm":null,"Reference":null,"UID":null,"Undo deliver":null,"Deliver":null,"Undo ship":null,"Ship":null,"Undo prepare":null,"Prepare products":null,"Insert in stock":null,"Undo fulfill":null,"Remove from stock":null,"Order emailed by":null,"Invoice emailed by":null,"No email sent with the current invoice":null,"Issue Proforma":null,"No email sent with the current order":null,"Download order (pdf)":null,"Download order (xlsx)":null,"Fulfill":null,"Store":null,"Cancellation request for :channel order #:number":null,"Your order #:number is being processed. We'll keep you updated.":null,"Your order #:number has been delivered. We hope you enjoy your purchase and we'd really love to receive your feedback. If you wish, you can leave us a product review.":null,"Don't hesitate to contact us for any questions.":null,"Your order #:number has been packed and is ready for shipping. We'll let you know once it's shipped.":null,"A :channel order cancellation request was received":null,"Status update for order #:number":null,"Order #:number from :channel, placed by :person, has a new status update :status":null,"Your order #:number has been delivered. We hope you enjoy your purchase and we’d really love to receive your feedback. If you wish, you can leave us a product review.":null,"Your order #:number has been shipped to the following address: :address":null,"Your order #:number has been packed and is ready for shipping. We’ll let you know once it’s shipped.":null,"Your order #:number is being processed. We’ll keep you updated.":null,"Your order #:number was delivered":null,"Your order #:number was shipped":null,"Your order #:number is ready to be shipped":null,"Your order #:number is being processed":null,"Author":null,"Subgenre":null,"Genre":null,"Number of Pages":null,"Year of Publication":null,"Collection":null,"Edition":null,"Publisher":null,"Translator":null,"A new account was created: :name":null,":days Days Returns":null,"Street line 2":null,"Street line 1":null,"A payment method was already set for this order":null,"Added":null,"Authorize Only":null,"Pay by Wire Transfer":null,"Go back to the store":null,"We will create an account for your future orders":null,"Secure payments with":null,"The company already exists in our system. Please contact us about that":null,"Set your new password":null,"If you are having trouble clicking the action button, copy and paste the URL below into your web browser":null,"Ship to a different addressed":null,"You just asked for a password reset. To complete the process click the button below.":null,":name export done":null,":name export started":null,":type import done":null,"":null,"#":null,"30 days":null,"7 days":null,"A fresh verification link has been sent to your email address.":null,"About this brand":null,"About Us":null,"Above":null,"Accessories":null,"Account details":null,"Account":null,"account":null,"Acidity":null,"Acquisition Price":null,"Acquisition Value":null,"Actions":null,"actions":null,"Active":null,"active":null,"Activity Log":null,"Start Date":null,"Activity":null,"Add :entity":null,"Add address":null,"Add Brand":null,"Add card":null,"Add Card":null,"Add Comment":null,"Add company":null,"Add File":null,"Add Key":null,"Add Payment":null,"Add to cart":null,"Add to favorites":null,"Add video":null,"Add":null,"Adding":null,"Additional":null,"Address is missing or does not have lat\/long":null,"Address":null,"Addresses":null,"Adjustment":null,"Administration":null,"administration":null,"Administrative Area":null,"Again Colors":null,"Agent":null,"Algolia":null,"All Menu Items":null,"All Products":null,"All products":null,"all products":null,"All rights reserved.":null,"all":null,"Allocated To":null,"Amazing Saving":null,"Amount":null,"An error has occured. Please report this to the administrator":null,"An error was encountered while generationg :export":null,"An export job is already running for the same table":null,"An unknown error occurred while submitting your report. Please try again.":null,"Analytics Id":null,"Apartment":null,"App Key":null,"App":null,"Appellative":null,"Approved Documentation":null,"Approved":null,"April":null,"Aprovizionari":null,"Are you sure that you want to delete the template file?":null,"Are you sure?":null,"Assign":null,"Associate Person":null,"attribute groups":null,"Audit":null,"audit":null,"Authors":null,"Available menus":null,"Available slides":null,"Avatar":null,"Avenue":null,"Awaiting Brand validation":null,"Awaiting Documentation Validation":null,"Awaiting EAN validation":null,"Awaiting MKTP validation":null,"Award List":null,"Awards":null,"Azzure":null,"Back":null,"Backed by":null,"Bag":null,"Bank Account":null,"Bank":null,"Be the first to review this product":null,"Before proceeding, please check your email for a verification link.":null,"Below":null,"Bend":null,"Besel":null,"Best Seller":null,"Between":null,"Billing Address":null,"Birthday":null,"birthday":null,"Birthdays":null,"Blank":null,"Blocked":null,"Bookmarks":null,"Bottled Weight":null,"Boulevard":null,"Box":null,"Brand Count":null,"Brands":null,"brands":null,"BTL":null,"Bucharest":null,"Building Type":null,"Building":null,"building":null,"built with":null,"Business hours":null,"Butons":null,"Button Item":null,"Buttons":null,"buttons":null,"By":null,"Calendar":null,"calendar":null,"Calendars":null,"Calories per 100g":null,"Cancel":null,"Cancelled":null,"cancelled":null,"Cantitate":null,"Card number":null,"Cardholder name":null,"Carousel":null,"carousel":null,"Carrier":null,"Cart is empty":null,"Cart Summary":null,"Cart Validity Days":null,"Cart":null,"Pay on Delivery":null,"Cash Register Receipt":null,"Catalog":null,"Categories":null,"categories":null,"Navigation":null,"Category":null,"Channel":null,"Characteristics":null,"Cheque":null,"Choose language":null,"Choose your payment method":null,"Choose":null,"City Population by Age":null,"City":null,"Clear all":null,"click here to request another":null,"Client (company)":null,"Client (person)":null,"Client Discounts":null,"Client Invoices":null,"Client Order Reference":null,"Client Payment":null,"Client Payments":null,"Client Reference":null,"Client Stock":null,"Client Stocks":null,"Client":null,"Clienti":null,"Clients":null,"clients":null,"Close":null,"Code":null,"Coding":null,"Collapse Main Menu":null,"Colors Two":null,"Colors":null,"Coming Soon":null,"Comments":null,"Commercial":null,"commercial":null,"Companies":null,"companies":null,"Company client":null,"Company":null,"company":null,"Completed":null,"Configure Role":null,"Configure":null,"configure":null,"Confirm Password":null,"Confirmed":null,"Contact Bar Text":null,"contact form":null,"Contact Form":null,"Contact us with any questions or concerns that you may have and we will get back to you shortly":null,"Contact":null,"Contacts Index":null,"Contacts":null,"contacts":null,"Content Private":null,"Content":null,"Continue":null,"Copied to clipboard":null,"Copyright © 2016":null,"Core":null,"Country of Origin":null,"Country":null,"County":null,"Courier Service":null,"Create a new Entity":null,"Create a new User":null,"Create Button":null,"Create Company":null,"Create Differences Sale":null,"Create Group":null,"create group":null,"Create Language":null,"Create Menu":null,"Create Owner":null,"Create Permission Group":null,"Create Permission":null,"Create Permissions Group":null,"Create Person":null,"Create Resource":null,"Create Role":null,"Create Tutorial":null,"Create User Group":null,"Create User":null,"Create":null,"create":null,"Created Address":null,"Created At":null,"Created at":null,"Created By":null,"Created Contact":null,"Created":null,"created":null,"Currency Placed Before":null,"Current file size is":null,"custom":null,"Customer opinions":null,"Cycling":null,"Danger":null,"Dashboard":null,"dashboard":null,"Data Import":null,"data import":null,"Date":null,"Default Address":null,"Default Menu":null,"Default":null,"default":null,"Delete Avatar":null,"Delete File":null,"Delete Template":null,"Delete video":null,"Delete":null,"delete":null,"deleted":null,"Delivered":null,"Description":null,"deselect":null,"Designing":null,"details":null,"Details":null,"Diameter":null,"Direct Link":null,"Discount":null,"Discounts":null,"discounts":null,"Discussions":null,"Display Name":null,"Documents":null,"documents":null,"Don't have an account?":null,"Download Delivery Note":null,"Download Excel Sale Offer":null,"Download Excel Sale Return Offer":null,"Download Goods Received Note":null,"Download Invoice (long click for cancel)":null,"Download Payment (long click for cancel)":null,"Download Sale Offer":null,"Download Sale Return Offer":null,"Download Stock Removal":null,"Download Template":null,"Download":null,"Drag And Drop":null,"Drinking":null,"Due Date":null,"E-Mail Address":null,"Eating":null,"EAV":null,"eav":null,"Edit Button":null,"Edit Company":null,"Edit Invoice":null,"Edit Language":null,"Edit Menu":null,"Edit Owner":null,"Edit Permission Group":null,"Edit Permission":null,"Edit Permissions Group":null,"Edit Person":null,"Edit personal details":null,"Edit Role":null,"Edit Texts":null,"edit texts":null,"Edit Tutorial":null,"Edit User Group":null,"Edit User":null,"Edit":null,"edit":null,"Editable Limit":null,"edited":null,"Element":null,"Emag Active Offer":null,"Emag documentatie":null,"Emag Documentation":null,"Emag Offer":null,"Emag pret":null,"Emag Price":null,"Emag Valid":null,"Emag":null,"emag":null,"Email can only be edited via the user form":null,"Email":null,"Emailed At":null,"Emailed":null,"Enabled":null,"End":null,"Enter Fulfilling Mode":null,"Enter the application":null,"Enter warehouse mode":null,"Enter Warehouse Mode":null,"Entities":null,"entities":null,"Entity Details":null,"Entity":null,"entity":null,"Entries":null,"entries":null,"Entry":null,"entry":null,"Error":null,"Events":null,"Excel":null,"Expanded Menu":null,"Expanded Sidebar":null,"Expiration Date":null,"Export available for download: :filename":null,"Export Done":null,"Export emailed: :filename":null,"Export emailed":null,"Export error":null,"Export Notification":null,"Export started":null,"Export":null,"export":null,"exporting rejected":null,"exports":null,"External":null,"Extra Virgin Olive Oils":null,"Facturi clienti":null,"Facturi furnizori":null,"Failed":null,"failed":null,"FAQ":null,"Favorites":null,"Favourite products":null,"Fax Number":null,"Fax":null,"FEATURED BRANDS":null,"Featured Brands":null,"Feb":null,"February":null,"File name":null,"File Size":null,"File":null,"File(s)":null,"Files were uploaded successfully":null,"Files":null,"files":null,"Fill":null,"Filter by name or code":null,"Filter":null,"filtered from":null,"filtered":null,"Filters":null,"Finalize order":null,"Finalize":null,"Finalized":null,"finalized":null,"Financial Overview":null,"Financials":null,"financials":null,"find matches":null,"First Name":null,"Fiscal Code":null,"Fiscal Invoice":null,"Fiscal":null,"Flag Icon Class":null,"Flag Sufix":null,"Flag":null,"Floor":null,"floor":null,"Forbidden":null,"Forgot Password?":null,"Forgot password":null,"Forgot Your Password?":null,"Found :total results":null,"Friday":null,"Frisbo":null,"From":null,"from":null,"Fulfilled At":null,"Fulfilling":null,"Furnizor":null,"Gender":null,"General Settings":null,"General":null,"Generate":null,"Generated for order #:number":null,"Geneva":null,"Get in touch with us":null,"Go Home":null,"Google":null,"Got it!":null,"Green":null,"Group":null,"Groups":null,"Habits":null,"Harvest 2016\/2017":null,"Harvest 2017\/2018":null,"Harvest 2018\/2019":null,"Harvest 2019\/2020":null,"Harvest":null,"Has Children":null,"Height":null,"Hello!":null,"Hello":null,"Herbs":null,"here":null,"Hi :name,":null,"Hi :name":null,"Home":null,"Homepage":null,"How To Videos":null,"how to videos":null,"I agree to the":null,"I authorise :name to send instructions to the financial institution that issued my card to take payments from my card account in accordance with the terms of my agreement with you":null,"I authorise":null,"Ian":null,"Icon Class":null,"Icon":null,"If you are having trouble clicking the action button, copy and paste the URL below":null,"If you did not create an account, no further action is required.":null,"If you did not receive the email":null,"If you did not request a password reset, no further action is required.":null,"If you’d like to help, tell us what happened below.":null,"IFSC":null,"Impersonate":null,"Impersonating":null,"Import Summary":null,"Import Type":null,"Import":null,"Importance":null,"Important":null,"Imported At":null,"Imported By":null,"Imported Entries":null,"ImportType":null,"In a few minutes you will receive a confirmation email":null,"In Stock":null,"in stock":null,"10 Days Returns":null,"24h Tracked Shipping":null,"100% Original Products":null,"Secure Payments":null,"Income":null,"index":null,"Indications":null,"Individual":null,"Industrial":null,"Info":null,"Ingredients":null,"Insert in Stock":null,"Integrations":null,"Internal #":null,"Internal Code":null,"Internal":null,"into your web browser":null,"Invalid signature.":null,"Invalid":null,"Inventory":null,"inventory":null,"Invoice Emailed":null,"Invoice for order # :number":null,"Invoice for order":null,"invoice":null,"invoices":null,"Invoices":null,"Is Active":null,"Is Cancelled":null,"Is Default":null,"is-bordered":null,"is-hoverable":null,"is-narrow":null,"is-striped":null,"Issue Invoice":null,"Issue Payment":null,"Issue proforma":null,"Issues":null,"It looks like we’re having issues.":null,"Item":null,"items":null,"Items":null,"Jams":null,"January":null,"Jar":null,"July":null,"June":null,"Keep tables configurations":null,"Key Collector":null,"Key Name":null,"Key Value":null,"Key":null,"keys found":null,"Label Generator":null,"Label":null,"Labels":null,"labels":null,"Lane":null,"Language Item":null,"Language":null,"Languages":null,"languages":null,"Last Modified":null,"last month":null,"Last Name":null,"Last updated":null,"last week":null,"last year":null,"Learn more":null,"Leave Fulfilling Mode":null,"Leave Warehouse Mode":null,"Left":null,"Length":null,"limited quantity":null,"Limited Stock Limit":null,"Limited Stock":null,"Line":null,"Link":null,"List Price":null,"Page [page] from [toPage]":null,"List Value":null,"List":null,"Load More":null,"Load more":null,"Loading...":null,"Loading":null,"Localisation Index":null,"Localisation":null,"localisation":null,"Localities":null,"Locality":null,"Log in":null,"Log out":null,"Log Out":null,"log":null,"Login":null,"login":null,"Logins":null,"logins":null,"logout":null,"Logout":null,"Logs Index":null,"Logs":null,"logs":null,"Loss":null,"Made with Bulma":null,"Made with Laravel":null,"Made with Vue":null,"Magazie":null,"Main Menu":null,"Manage Buttons":null,"Manage Menus":null,"Manage Permissions":null,"Mandatary":null,"Manufacturer":null,"Manufacturers":null,"Maps key":null,"Mar":null,"March":null,"Mark all as read":null,"Mark all read":null,"Max":null,"May":null,"MB":null,"Measurement Unit":null,"Measurement Units":null,"measurement units":null,"Member Since":null,"Members":null,"Menu Collapse":null,"Menu Items":null,"Menu":null,"Menus Index":null,"Menus":null,"menus":null,"Merge all localisation files":null,"Mfr #":null,"Mfr":null,"Min":null,"Miss":null,"Mode":null,"Monday":null,"more":null,"move to favorites":null,"Mr":null,"MU":null,"N\/A":null,"Name":null,"Needs matching":null,"Net Weight":null,"New Address":null,"New Password":null,"New team":null,"New Topic":null,"New":null,"Next Page":null,"Next":null,"NIN":null,"No activity found":null,"No keys found":null,"No locations found":null,"No options available":null,"No records were found":null,"No reservations found":null,"No search results found":null,"No teams were created yet":null,"No":null,"Not Found":null,"not paid":null,"Note":null,"Notes":null,"Nothing found":null,"notification":null,"Notifications":null,"notifications":null,"Number":null,"Observations":null,"of":null,"Offices":null,"Oh no":null,"OK":null,"on behalf of :company":null,"On Demand":null,"on":null,"Online":null,"Only missing":null,"Operation failed because the permission is allocated to existing role(s)":null,"Operation was successfull":null,"order #:number invoice":null,"order #:number":null,"Order #:number":null,"Order details :number":null,"Order Line Limit":null,"Order Payment":null,"Order Values":null,"Order":null,"Orders":null,"Organize Menus":null,"our location":null,"Our Location":null,"Our team has been notified.":null,"Overdue":null,"Own Stock":null,"Owners Index":null,"Owners":null,"owners":null,"Package Content":null,"Packaging Units":null,"packaging units":null,"Page Expired":null,"Parade":null,"Parent":null,"Part Number":null,"Password Confirmation":null,"Password":null,"password":null,"Passwords must be at least six characters and match the confirmation.":null,"Past Imports":null,"Pasta":null,"Pay Later":null,"pay":null,"Pay":null,"Payment method":null,"Payment Methods":null,"Payment Order":null,"Payment":null,"payments":null,"Payments":null,"Pays VAT":null,"People":null,"people":null,"Permission Group":null,"Permission Groups Index":null,"Permission Groups":null,"Permission Name":null,"Permission":null,"permissionGroups":null,"Permissions Group Items":null,"Permissions Group":null,"permissions group":null,"Permissions Groups":null,"Permissions Index":null,"Permissions":null,"permissions":null,"Person client":null,"Person":null,"person":null,"Personal Info":null,"Personal information can only be edited via the person form":null,"Personal":null,"Phone Number":null,"Phone":null,"Pic":null,"Pick an option":null,"Picture":null,"Piece":null,"Place order":null,"See cart":null,"Placement":null,"Plati clienti":null,"Plati furnizor":null,"Please choose":null,"Please click the button below to verify your email address.":null,"Please confirm your password before continuing.":null,"Please Fill":null,"Please find attached the order's invoice.":null,"Please review your order and payment details":null,"Please set or reset your password by clicking the button below.":null,"POS Receipt":null,"Position":null,"Positions":null,"positions":null,"Post":null,"Postal Area":null,"Postal Code":null,"Postcode":null,"posted":null,"Prepared":null,"Preview":null,"Previous Page":null,"Previous":null,"Price":null,"Privacy":null,"processed":null,"Processing":null,"processing":null,"Product image coming soon":null,"Product":null,"Products per page":null,"Products":null,"products":null,"Produs":null,"Profile":null,"Profit":null,"Proforma Invoice":null,"Proforma":null,"Promissory Note":null,"publish product":null,"Purchase Returns":null,"purchase returns":null,"Purchase":null,"Purchases":null,"purchases":null,"Purple":null,"Qty":null,"Quantity":null,"rating":null,"Rating":null,"Ratio":null,"Read":null,"Recaptcha key":null,"Recaptcha secret":null,"Receipt":null,"Received":null,"Recent orders":null,"Recommended Products":null,"records":null,"Red":null,"Reference \\ PO":null,"Regards":null,"register":null,"Register":null,"Registered Entities":null,"Registered Users":null,"Registry Of Commerce":null,"Registry of commerce":null,"Rejected Association":null,"Rejected Brand":null,"Rejected Documentation":null,"Rejected EAN":null,"Reload":null,"Remember me":null,"Remember Me":null,"Reminder":null,"Remove From Stock":null,"Remove poster":null,"remove":null,"Reorder Menu":null,"reorder":null,"Repeat Password":null,"Replies":null,"Reply":null,"Resell":null,"Reservations":null,"Reserved":null,"Reset password request":null,"Reset password":null,"Reset":null,"Residential":null,"Resource Prefix":null,"Resource":null,"resource":null,"Retur aprovizionari":null,"Retur vanzari":null,"Revenue":null,"Reviews":null,"reviews":null,"Right":null,"Road":null,"Role Item":null,"Role":null,"role":null,"Roles Index":null,"Roles List":null,"Roles":null,"roles":null,"Rotatie":null,"Rotation":null,"Route":null,"Row":null,"Running":null,"Sale Channel":null,"Sale Channels":null,"sale channels":null,"Sale Price":null,"Sale Returns":null,"sale returns":null,"Sale Value":null,"Sales":null,"sales":null,"Saturday":null,"Sauces":null,"Save Configuration":null,"Save your work then click here to refresh your page and update to the latest application version":null,"Save":null,"Sea Salt":null,"Search category limit":null,"Search in products":null,"Search placeholder":null,"Search something":null,"Search within brands":null,"Search...":null,"Search":null,"Searching...":null,"Searching":null,"Secret":null,"See all":null,"Select file for import":null,"select":null,"selected":null,"Send a password reset link":null,"Send a reset password link":null,"Send Password Reset Link":null,"Serial":null,"Server Error":null,"Service Unavailable":null,"Service":null,"Services":null,"services":null,"Set password":null,"Settings":null,"settings":null,"Share your idea...":null,"Share your opinion and rate the product":null,"Share your opinion...":null,"Shelf":null,"Shift + Enter to post":null,"Shipped":null,"Shipping Address":null,"Shipping charges may be incurred":null,"Shipping charges of :value (+VAT) will be added":null,"Shipping cost":null,"You will pay":null,"Visit the product page":null,"Shop Categories":null,"Shopping Cart":null,"Show Log":null,"Show Logs from":null,"Show":null,"show":null,"Showing :from - :to of :total results":null,"Sicilian Honey":null,"Sidebar Toggle":null,"Similar products limit":null,"Site Texts":null,"Size":null,"Sleeping":null,"Some fields were invalid. Please correct the errors and try again.":null,"Something went wrong...":null,"Special Diet":null,"Speciality":null,"Spendings":null,"Square":null,"Start Tutorial":null,"Started":null,"Starters":null,"Status":null,"Stock Rotation":null,"Stock: :stock":null,"Stock":null,"Stopped":null,"Storage Usage":null,"store":null,"Storing":null,"Street Type":null,"Street":null,"Sub Administrative Area":null,"Submit":null,"Success":null,"Successful":null,"Summary":null,"Sunday":null,"Supplier Discounts":null,"Supplier Invoices":null,"Supplier Number":null,"Supplier Payments":null,"Supplier Ref":null,"Supplier Stock":null,"Supplier":null,"suppliers":null,"Sweets":null,"System":null,"system":null,"Table export done":null,"Table export error":null,"Table export started":null,"Table":null,"Tables State Save":null,"Tags":null,"Tasks":null,"tasks":null,"team":null,"Teams":null,"Template":null,"Tenant":null,"terms and conditions":null,"Terms of use":null,"Terms Of Use":null,"terms of use":null,"Thank you for shopping with us.":null,"Thank you for using our application!":null,"Thank you for your order":null,"Thank you":null,"The :filename file is ready":null,"The address has been successfully updated":null,"The address was successfully created":null,"The admin role already has all permissions and does not need syncing":null,"The application was updated, please save your work & refresh your browser":null,"The Changes have been saved!":null,"The changes have been saved":null,"The company was successfully created":null,"The company was successfully deleted":null,"The company was successfully updated":null,"The Entity was created!":null,"The entity was created!":null,"The export :name could not be completed due to an unknown error":null,"The export was cancelled successfully":null,"The form contains errors":null,"The generated document has :entries entries":null,"The import was restarted":null,"The language files were successfully merged":null,"The language files were successfully updated":null,"The log file":null,"The log was cleaned":null,"The menu was created!":null,"The operation was successful":null,"New order #:number from :channel for :total :currency was placed by :person":null,"Selected payment method: :paymentMethod":null,"The permission group was created!":null,"The permission was created!":null,"The permissions were created!":null,"The person has assigned resources in the system and cannot be deleted":null,"The Person was successfully created":null,"The person was successfully created":null,"The person was successfully deleted":null,"The person was successfully updated":null,"The poster was deleted successfully":null,"The requested report was started. It can take a few minutes before you have it in your inbox":null,"The requested report was started. It can take a few minutes before you have it in your inbox":null,"The role was created!":null,"The selected record is about to be deleted. Are you sure?":null,"The team was successfully saved":null,"The tutorial was created!":null,"The tutorial was successfully deleted":null,"The user group was successfully created":null,"The user group was successfully deleted":null,"The user has activity in the system and cannot be deleted":null,"The User was created!":null,"The video file was deleted successfully":null,"The video was updated successfully":null,"The webshop is still under construction, but we're launching soon...":null,"Theme Color":null,"Theme":null,"There are no active carousel slides":null,"There are no addresses added yet":null,"There are no companies added yet":null,"There are no credit cards added yet":null,"This action is unauthorized.":null,"this month":null,"This password reset link will expire in :count minutes.":null,"This password reset token is invalid.":null,"This website uses cookies to deliver its services and to analyze traffic. For more details please visit our":null,"privacy policy":null,"this week":null,"this year":null,"Thursday":null,"Time":null,"Timeline":null,"Tip":null,"Title...":null,"Title":null,"title":null,"to manage your addresses":null,"to manage your cards":null,"to manage your companies":null,"to view your order":null,"To":null,"to":null,"Today":null,"today":null,"Toggle navigation":null,"Too Many Attempts.":null,"Too Many Requests":null,"Top Banner Content":null,"Top Pick":null,"Total amount for order #:number is :currency:total":null,"total records":null,"Total":null,"total":null,"Translations":null,"Tuesday":null,"Tutorial":null,"Tutorials Index":null,"Tutorials":null,"tutorials":null,"Type a new comment":null,"Type":null,"type":null,"Types":null,"Unable to read file":null,"Unauthorized":null,"Undo Stock Insertion":null,"Undo Stock Removal":null,"Unique Identifier":null,"Unit. Price":null,"Unitary Price":null,"untagged":null,"Update":null,"Updated At":null,"Updated By":null,"updated the members":null,"updated":null,"Updated":null,"Upload Avatar":null,"Upload Template":null,"uploads":null,"Use":null,"User Details":null,"user groups":null,"User Groups":null,"User Info":null,"User Profile":null,"User":null,"user":null,"Users Administration":null,"Users Index":null,"Users":null,"users":null,"Valability":null,"Valid":null,"Editable time limit in seconds. Use 0 to disable":null,"Value":null,"Vanzari":null,"VAT":null,"VAT Value":null,"ver":null,"Verify Email Address":null,"Verify Your Email Address":null,"Video description":null,"Video name":null,"Video":null,"video":null,"View Cart":null,"View your order":null,"Virtual Position ID":null,"Visible Brands":null,"Visible Top Banner":null,"Vista":null,"Volume":null,"Voucher":null,"waiting":null,"Warehouse":null,"warehouses":null,"Warehouses":null,"Warning":null,"was changed":null,"was last updated":null,"We can't find a user with that e-mail address.":null,"We have e-mailed your password reset link!":null,"We will keep you updated on its progress":null,"We won't ask for your password again for a few hours.":null,"Webshop Name":null,"Webshop Order":null,"webshop":null,"Webshop":null,"Website":null,"Wednesday":null,"Welcome Back":null,"Welcome":null,"What happened?":null,"What you need to know":null,"What":null,"When":null,"Whoops!":null,"Width":null,"Write a review":null,"Write":null,"Yes":null,"yesterday":null,"You are not authorized for this action":null,"You are not authorized to perform this action":null,"You are receiving this email because we received a password reset request for your account.":null,"You can click":null,"You don't have any favorite products yet":null,"You don't have any notifications":null,"You don't have any orders yet":null,"You don't have any products in the shopping cart right now":null,"You have":null,"You just got a notification...":null,"You made too many attempts. Please wait 5 minutes and try again.":null,"You may also like":null,"You will find attached the requested report.":null,"Your :shop order :number":null,"Your account has been disabled. Please contact the administrator":null,"Your card was successfully saved":null,"Your email address is not verified.":null,"Your Message":null,"Your password has been reset!":null,"You need to accept our terms of use first":null,"item":null,"PO #":null,"Your privacy is important for us":null,"cart":null,"favourites":null,"addresses":null,"orders":null,"payment":null,"summary":null,"add":null,"rate":null,"review":null,"star":null,"stars":null,"Thank you for contributing":null,"Do you own or have used this product?":null,"This review is awaiting approval":null,"This review was approved":null,"This review was rejected. You may edit and repost it.":null,"Edit review":null,"category":null,"terms-of-use":null,"privacy":null,"about-us":null,"favorites":null,":user finalized the :model :label for the partner :partner":null,":type quantity and total were successfully updated":null,":type update":null,"Please find attached the order details":null,"Succeeded":null,"External Reference":null,"Incomplete order (#:number)":null,"On :date you placed an order on our webshop but forgot to finalize the payment.":null,"Please click bellow to view your order and finalize the payment":null,"New message from the webshop's contact form":null,"Your Webshop.":null,"Message:":null,"Contact phone: :phone":null,"Your order #:number on :shop was successfully placed":null,"You have a new webshop order":null,"New user registration":null,"Before adjusting stock, select the product default supplier":null,"Cannot increment when quantity <= 0":null,"Cannot decrement when quantity <= 0":null,"Order already has a :type invoice":null,"Invalid item":null,"Cannot update orders that are externally fulfilled":null,"Order is already in this status":null,"There are no differences on this order":null,"You are not allowed to issue payments without invoices":null,"You are not allowed to issue payments on a cancelled invoice'":null,"Sale is already paid":null,"You cannot delete a paid order":null,"order details":null,"Delivery Address":null,"Disc.":null,"M.U.":null,"Product \/ Code":null,"registered in doc.":null,"received":null,"U.P acquision":null,"(no VAT)":null,"Val. acquision":null,"Val. VAT":null,"(afferent)":null,"Info field":null,"additional":null,"piece":null,"Total General":null,"Goods Receipt Note":null,"Unit":null,"The undersigned, members of the reception committee, have received the material values provided by":null,"delegate":null,"based on the accompanying documents":null,"consisting":null,"car no.":null,"Optional field, usable in case of observations":null,"Reception committee members name and surname":null,"Signature":null,"Manager name and surename":null,"Manager name and surname":null,"Reception comitee conclusions":null,"Reception committee conclusions":null,"Supplier\/carrier point of view":null,"Other mentions":null,"The quantity determination was done by":null,"The quality determination was made by the sample":null,"no.":null,"Sender":null,"Companion":null,"Dispatch station":null,"Destination station":null,"Release date":null,"Dispatch date":null,"Arrival date":null,"Supplier delegates, the carrier who participated in the reception":null,"ISBN":null,"Total products":null,"Scale indicated weight":null,"Stock Removal":null,"Representative of":null,"Name and surname":null,"Identity card":null,"TOTAL":null,"Reception participants":null,"for Sale":null,"Emag API call for :action failed":null,"The action :action on url :url failed with the following error messages:":null,"New :type callback from emag":null,"New :type callback from emag for id :id":null,"Missing app product for emag order :id":null,"Product :product":null,"Offer mismatch for eMag order :id":null,"For product :code":null,"External part number :code":null,"Part number :code":null,"New eMag order (id: :id) with vouchers:":null,":name, value :value":null,"New eMag order (id: :id) with vouchers":null,"Shipping price mismatch for eMag order :order":null,"Product price mismatch for eMag order :order":null,"Offer with id :id already exists":null,"An offer for the pnk :pnk already exists":null,"An offer with product id :id already exists and needs eMag intervention":null,"No order with id :id found":null,"Write Review For":null,"Don't know what to write about?":null,"Tell us what you like about the purchased product.":null,"Does it live up to your expectations?":null,"Are you satisfied with the value for money?":null,"Would you recommend it to others?":null,"Remove from favorites":null,"make default":null,"delivery":null,"billing":null,"Not Paid":null,"Requires Action":null,"verify":null,"Verify":null,"confirmation":null,"No addresses defined":null,"Part":null,"Complete the payment":null,"An extra confirmation is needed to process your payment":null,"Order is already paid":null,"Your payment for this order is still processing":null,"Please find the invoice attached":null,"Invoice issued for order #:number":null,"Your order #:number":null,"Payment via :type was successful for order :number":null,"A payment was received for order #:number (:total :currency)":null,"Insufficient stock for :product, only :left left":null,"Registration is restricted for the moment, please return soon":null,"Hello :name":null,"Thank you for creating an account on :shop":null,"We hope that you will enjoy our products":null,"Go to login":null,"Ship to a different addresstion button, copy and paste the URL below into your web browser":null,"Payment via :type was successful for order #:number, amount :amount :currency":null,"View order":null,"Click bellow to view your order and finalize the payment":null,"A new account was created : :name":null,"from: :company":null,"To manage the account please click the link below":null,"View account":null,"Details for delivering your order":null,"You're just a few steps away from finalizing your order":null,"If you already have an account click":null,"to go to the login page":null,"Your account":null,"I want to create an account":null,"Company Name":null,"Skip":null,"New order #:number from :channel for :total :currency":null,"fast-checkout":null,"Fast Checkout":null,"The action :action failed with the following error code: :code":null,"Reported error message: :message":null,"Request payload: :payload":null,"API call for :action failed":null,"Notification, :title":null,"New Comment Tag":null,"You were just tagged":null,"Comment Tag Notification":null,"Your password will expire soon":null,"You've got :days days left to change it":null,"You've got until tomorrow to change it":null,"You must change it today":null,"Welcome!":null,"Task Reminder":null,"This is a reminder for the following task:":null,"View Task":null,"Task :description":null,"You cannot delete the default address":null,"You cannot delete an address that you have previously used":null,"You cannot edit this company, please contact support":null,"Your cart is empty":null,"You cannot delete the default card":null,"You cannot edit this :model, please contact support":null,"Company information":null,"Billing address":null,"Free":null,"Get to know us":null,"Registration successful":null,"Your account needs to be activated before you can login":null,"You will receive a confirmation email upon approval":null,"Thank you!":null,"Frequently asked questions":null,"Edit address":null,"Edit company":null,"Pay by Card":null,"Click":null,"Not Implemented":null,"Approve":null,"Disapprove":null,"for \":query\"":null,"Review was rejected":null,"Review updated for :product":null,"New review submitted for :product":null,"A product review was updated by :person:":null,"A new product review was posted by :person:":null,"Your review for :product was :approval":null,"If you want, you can revise your review here:":null,"Review :approval":null,"approved":null,"rejected":null,"Terms of Use":null,"Similar products":null,"Enter your email to reset your password":null,"We'll send you an email with the instructions to follow":null,"similar-products":null,"description":null,"characteristics":null,"about-this-brand":null,"not in stock":null,"Not In Stock":null,"Hold tight, your order is being processed. We will email you when your order succeeds":null,"Wire Transfer":null,"Grand Total":null,"A cancellation request was received for order #:id":null,"Cancellation request for order #:id":null,"Please let us know if you are able to cancel the order":null,"Cancellation request for emag order with id :id":null,"An emag order cancellation request was received":null,"Ensure the order may still be cancellable":null,"and optionally contact the client":null,"You may access the corresponding sale":null,"using the button below":null,"If you need to change your email please contact us":null,"Awb status was updated to \":status\" for emag order #:id":null,"Awb status update for emag order #:id":null}
\ No newline at end of file
+{"Sale":null,"A cancellation request was received for a :channel order.":null,"Please take the necessary steps.":null,"A cancellation request was received for a :channel order":null,"Order #:number from :channel, placed by :person, has a new status update: :status":null,"New Position":null,"Download goods received note":null,"Undo receive":null,"Receive":null,"Undo confirm":null,"Confirm":null,"Reference":null,"Undo deliver":null,"Deliver":null,"Undo ship":null,"Ship":null,"Undo prepare":null,"Prepare products":null,"Insert in stock":null,"Undo fulfill":null,"Remove from stock":null,"Order emailed by":null,"Invoice emailed by":null,"No email sent with the current invoice":null,"Issue Proforma":null,"No email sent with the current order":null,"Download order (pdf)":null,"Download order (xlsx)":null,"Fulfill":null,"Store":null,"Cancellation request for :channel order #:number":null,"Your order #:number is being processed. We'll keep you updated.":null,"Your order #:number has been delivered. We hope you enjoy your purchase and we'd really love to receive your feedback. If you wish, you can leave us a product review.":null,"Don't hesitate to contact us for any questions.":null,"Your order #:number has been packed and is ready for shipping. We'll let you know once it's shipped.":null,"A :channel order cancellation request was received":null,"Status update for order #:number":null,"Order #:number from :channel, placed by :person, has a new status update :status":null,"Your order #:number has been delivered. We hope you enjoy your purchase and we’d really love to receive your feedback. If you wish, you can leave us a product review.":null,"Your order #:number has been shipped to the following address: :address":null,"Your order #:number has been packed and is ready for shipping. We’ll let you know once it’s shipped.":null,"Your order #:number is being processed. We’ll keep you updated.":null,"Your order #:number was delivered":null,"Your order #:number was shipped":null,"Your order #:number is ready to be shipped":null,"Your order #:number is being processed":null,"Author":null,"Subgenre":null,"Genre":null,"Number of Pages":null,"Year of Publication":null,"Collection":null,"Edition":null,"Publisher":null,"Translator":null,"A new account was created: :name":null,":days Days Returns":null,"Street line 2":null,"Street line 1":null,"A payment method was already set for this order":null,"Added":null,"Authorize Only":null,"Pay by Wire Transfer":null,"Go back to the store":null,"We will create an account for your future orders":null,"Secure payments with":null,"The company already exists in our system. Please contact us about that":null,"Set your new password":null,"If you are having trouble clicking the action button, copy and paste the URL below into your web browser":null,"Ship to a different addressed":null,"You just asked for a password reset. To complete the process click the button below.":null,":name export done":null,":name export started":null,":type import done":null,"":null,"#":null,"30 days":null,"7 days":null,"A fresh verification link has been sent to your email address.":null,"About this brand":null,"About Us":null,"Above":null,"Accessories":null,"Account details":null,"Account":null,"account":null,"Acidity":null,"Acquisition Price":null,"Acquisition Value":null,"Actions":null,"actions":null,"Active":null,"active":null,"Activity Log":null,"Start Date":null,"Activity":null,"Add :entity":null,"Add address":null,"Add Brand":null,"Add card":null,"Add Card":null,"Add Comment":null,"Add company":null,"Add File":null,"Add Key":null,"Add Payment":null,"Add to cart":null,"Add to favorites":null,"Add video":null,"Add":null,"Adding":null,"Additional":null,"Address is missing or does not have lat\/long":null,"Address":null,"Addresses":null,"Adjustment":null,"Administration":null,"administration":null,"Administrative Area":null,"Again Colors":null,"Agent":null,"Algolia":null,"All Menu Items":null,"All Products":null,"All products":null,"all products":null,"All rights reserved.":null,"all":null,"Allocated To":null,"Amazing Saving":null,"Amount":null,"An error has occured. Please report this to the administrator":null,"An error was encountered while generationg :export":null,"An export job is already running for the same table":null,"An unknown error occurred while submitting your report. Please try again.":null,"Analytics Id":null,"Apartment":null,"App Key":null,"App":null,"Appellative":null,"Approved Documentation":null,"Approved":null,"April":null,"Aprovizionari":null,"Are you sure that you want to delete the template file?":null,"Are you sure?":null,"Assign":null,"Associate Person":null,"attribute groups":null,"Audit":null,"audit":null,"Authors":null,"Available menus":null,"Available slides":null,"Avatar":null,"Avenue":null,"Awaiting Brand validation":null,"Awaiting Documentation Validation":null,"Awaiting EAN validation":null,"Awaiting MKTP validation":null,"Award List":null,"Awards":null,"Azzure":null,"Back":null,"Backed by":null,"Bag":null,"Bank Account":null,"Bank":null,"Be the first to review this product":null,"Before proceeding, please check your email for a verification link.":null,"Below":null,"Bend":null,"Besel":null,"Best Seller":null,"Between":null,"Billing Address":null,"Birthday":null,"birthday":null,"Birthdays":null,"Blank":null,"Blocked":null,"Bookmarks":null,"Bottled Weight":null,"Boulevard":null,"Box":null,"Brand Count":null,"Brands":null,"brands":null,"BTL":null,"Bucharest":null,"Building Type":null,"Building":null,"building":null,"built with":null,"Business hours":null,"Butons":null,"Button Item":null,"Buttons":null,"buttons":null,"By":null,"Calendar":null,"calendar":null,"Calendars":null,"Calories per 100g":null,"Cancel":null,"Cancelled":null,"cancelled":null,"Cantitate":null,"Card number":null,"Cardholder name":null,"Carousel":null,"carousel":null,"Carrier":null,"Cart is empty":null,"Cart Summary":null,"Cart Validity Days":null,"Cart":null,"Pay on Delivery":null,"Cash Register Receipt":null,"Catalog":null,"Categories":null,"categories":null,"Navigation":null,"Category":null,"Channel":null,"Characteristics":null,"Cheque":null,"Choose language":null,"Choose your payment method":null,"Choose":null,"City Population by Age":null,"City":null,"Clear all":null,"click here to request another":null,"Client (company)":null,"Client (person)":null,"Client Discounts":null,"Client Invoices":null,"Client Order Reference":null,"Client Payment":null,"Client Payments":null,"Client Reference":null,"Client Stock":null,"Client Stocks":null,"Client":null,"Clienti":null,"Clients":null,"clients":null,"Close":null,"Code":null,"Coding":null,"Collapse Main Menu":null,"Colors Two":null,"Colors":null,"Coming Soon":null,"Comments":null,"Commercial":null,"commercial":null,"Companies":null,"companies":null,"Company client":null,"Company":null,"company":null,"Completed":null,"Configure Role":null,"Configure":null,"configure":null,"Confirm Password":null,"Confirmed":null,"Contact Bar Text":null,"contact form":null,"Contact Form":null,"Contact us with any questions or concerns that you may have and we will get back to you shortly":null,"Contact":null,"Contacts Index":null,"Contacts":null,"contacts":null,"Content Private":null,"Content":null,"Continue":null,"Copied to clipboard":null,"Copyright © 2016":null,"Core":null,"Country of Origin":null,"Country":null,"County":null,"Courier Service":null,"Create a new Entity":null,"Create a new User":null,"Create Button":null,"Create Company":null,"Create Differences Sale":null,"Create Group":null,"create group":null,"Create Language":null,"Create Menu":null,"Create Owner":null,"Create Permission Group":null,"Create Permission":null,"Create Permissions Group":null,"Create Person":null,"Create Resource":null,"Create Role":null,"Create Tutorial":null,"Create User Group":null,"Create User":null,"Create":null,"create":null,"Created Address":null,"Created At":null,"Created at":null,"Created By":null,"Created Contact":null,"Created":null,"created":null,"Currency Placed Before":null,"Current file size is":null,"custom":null,"Customer opinions":null,"Cycling":null,"Danger":null,"Dashboard":null,"dashboard":null,"Data Import":null,"data import":null,"Date":null,"Default Address":null,"Default Menu":null,"Default":null,"default":null,"Delete Avatar":null,"Delete File":null,"Delete Template":null,"Delete video":null,"Delete":null,"delete":null,"deleted":null,"Delivered":null,"Description":null,"deselect":null,"Designing":null,"details":null,"Details":null,"Diameter":null,"Direct Link":null,"Discount":null,"Discounts":null,"discounts":null,"Discussions":null,"Display Name":null,"Documents":null,"documents":null,"Don't have an account?":null,"Download Delivery Note":null,"Download Excel Sale Offer":null,"Download Excel Sale Return Offer":null,"Download Goods Received Note":null,"Download Invoice (long click for cancel)":null,"Download Payment (long click for cancel)":null,"Download Sale Offer":null,"Download Sale Return Offer":null,"Download Stock Removal":null,"Download Template":null,"Download":null,"Drag And Drop":null,"Drinking":null,"Due Date":null,"E-Mail Address":null,"Eating":null,"EAV":null,"eav":null,"Edit Button":null,"Edit Company":null,"Edit Invoice":null,"Edit Language":null,"Edit Menu":null,"Edit Owner":null,"Edit Permission Group":null,"Edit Permission":null,"Edit Permissions Group":null,"Edit Person":null,"Edit personal details":null,"Edit Role":null,"Edit Texts":null,"edit texts":null,"Edit Tutorial":null,"Edit User Group":null,"Edit User":null,"Edit":null,"edit":null,"Editable Limit":null,"edited":null,"Element":null,"Emag Active Offer":null,"Emag documentatie":null,"Emag Documentation":null,"Emag Offer":null,"Emag pret":null,"Emag Price":null,"Emag Valid":null,"Emag":null,"emag":null,"Email can only be edited via the user form":null,"Email":null,"Emailed At":null,"Emailed":null,"Enabled":null,"End":null,"Enter Fulfilling Mode":null,"Enter the application":null,"Enter warehouse mode":null,"Enter Warehouse Mode":null,"Entities":null,"entities":null,"Entity Details":null,"Entity":null,"entity":null,"Entries":null,"entries":null,"Entry":null,"entry":null,"Error":null,"Events":null,"Excel":null,"Expanded Menu":null,"Expanded Sidebar":null,"Expiration Date":null,"Export available for download: :filename":null,"Export Done":null,"Export emailed: :filename":null,"Export emailed":null,"Export error":null,"Export Notification":null,"Export started":null,"Export":null,"export":null,"exporting rejected":null,"exports":null,"External":null,"Extra Virgin Olive Oils":null,"Facturi clienti":null,"Facturi furnizori":null,"Failed":null,"failed":null,"FAQ":null,"Favorites":null,"Favourite products":null,"Fax Number":null,"Fax":null,"FEATURED BRANDS":null,"Featured Brands":null,"Feb":null,"February":null,"File name":null,"File Size":null,"File":null,"File(s)":null,"Files were uploaded successfully":null,"Files":null,"files":null,"Fill":null,"Filter by name or code":null,"Filter":null,"filtered from":null,"filtered":null,"Filters":null,"Finalize order":null,"Finalize":null,"Finalized":null,"finalized":null,"Financial Overview":null,"Financials":null,"financials":null,"find matches":null,"First Name":null,"Fiscal Code":null,"Fiscal Invoice":null,"Fiscal":null,"Flag Icon Class":null,"Flag Sufix":null,"Flag":null,"Floor":null,"floor":null,"Forbidden":null,"Forgot Password?":null,"Forgot password":null,"Forgot Your Password?":null,"Found :total results":null,"Friday":null,"Frisbo":null,"From":null,"from":null,"Fulfilled At":null,"Fulfilling":null,"Furnizor":null,"Gender":null,"General Settings":null,"General":null,"Generate":null,"Generated for order #:number":null,"Geneva":null,"Get in touch with us":null,"Go Home":null,"Google":null,"Got it!":null,"Green":null,"Group":null,"Groups":null,"Habits":null,"Harvest 2016\/2017":null,"Harvest 2017\/2018":null,"Harvest 2018\/2019":null,"Harvest 2019\/2020":null,"Harvest":null,"Has Children":null,"Height":null,"Hello!":null,"Hello":null,"Herbs":null,"here":null,"Hi :name,":null,"Hi :name":null,"Home":null,"Homepage":null,"How To Videos":null,"how to videos":null,"I agree to the":null,"I authorise :name to send instructions to the financial institution that issued my card to take payments from my card account in accordance with the terms of my agreement with you":null,"I authorise":null,"Ian":null,"Icon Class":null,"Icon":null,"If you are having trouble clicking the action button, copy and paste the URL below":null,"If you did not create an account, no further action is required.":null,"If you did not receive the email":null,"If you did not request a password reset, no further action is required.":null,"If you’d like to help, tell us what happened below.":null,"IFSC":null,"Impersonate":null,"Impersonating":null,"Import Summary":null,"Import Type":null,"Import":null,"Importance":null,"Important":null,"Imported At":null,"Imported By":null,"Imported Entries":null,"ImportType":null,"In a few minutes you will receive a confirmation email":null,"In Stock":null,"in stock":null,"10 Days Returns":null,"24h Tracked Shipping":null,"100% Original Products":null,"Secure Payments":null,"Income":null,"index":null,"Indications":null,"Individual":null,"Industrial":null,"Info":null,"Ingredients":null,"Insert in Stock":null,"Integrations":null,"Internal #":null,"Internal Code":null,"Internal":null,"into your web browser":null,"Invalid signature.":null,"Invalid":null,"Inventory":null,"inventory":null,"Invoice Emailed":null,"Invoice for order # :number":null,"Invoice for order":null,"invoice":null,"invoices":null,"Invoices":null,"Is Active":null,"Is Cancelled":null,"Is Default":null,"is-bordered":null,"is-hoverable":null,"is-narrow":null,"is-striped":null,"Issue Invoice":null,"Issue Payment":null,"Issue proforma":null,"Issues":null,"It looks like we’re having issues.":null,"Item":null,"items":null,"Items":null,"Jams":null,"January":null,"Jar":null,"July":null,"June":null,"Keep tables configurations":null,"Key Collector":null,"Key Name":null,"Key Value":null,"Key":null,"keys found":null,"Label Generator":null,"Label":null,"Labels":null,"labels":null,"Lane":null,"Language Item":null,"Language":null,"Languages":null,"languages":null,"Last Modified":null,"last month":null,"Last Name":null,"Last updated":null,"last week":null,"last year":null,"Learn more":null,"Leave Fulfilling Mode":null,"Leave Warehouse Mode":null,"Left":null,"Length":null,"limited quantity":null,"Limited Stock Limit":null,"Limited Stock":null,"Line":null,"Link":null,"List Price":null,"Page [page] from [toPage]":null,"List Value":null,"List":null,"Load More":null,"Load more":null,"Loading...":null,"Loading":null,"Localisation Index":null,"Localisation":null,"localisation":null,"Localities":null,"Locality":null,"Log in":null,"Log out":null,"Log Out":null,"log":null,"Login":null,"login":null,"Logins":null,"logins":null,"logout":null,"Logout":null,"Logs Index":null,"Logs":null,"logs":null,"Loss":null,"Made with Bulma":null,"Made with Laravel":null,"Made with Vue":null,"Magazie":null,"Main Menu":null,"Manage Buttons":null,"Manage Menus":null,"Manage Permissions":null,"Mandatary":null,"Manufacturer":null,"Manufacturers":null,"Maps key":null,"Mar":null,"March":null,"Mark all as read":null,"Mark all read":null,"Max":null,"May":null,"MB":null,"Measurement Unit":null,"Measurement Units":null,"measurement units":null,"Member Since":null,"Members":null,"Menu Collapse":null,"Menu Items":null,"Menu":null,"Menus Index":null,"Menus":null,"menus":null,"Merge all localisation files":null,"Mfr #":null,"Mfr":null,"Min":null,"Miss":null,"Mode":null,"Monday":null,"more":null,"move to favorites":null,"Mr":null,"MU":null,"N\/A":null,"Name":null,"Needs matching":null,"Net Weight":null,"New Address":null,"New Password":null,"New team":null,"New Topic":null,"New":null,"Next Page":null,"Next":null,"NIN":null,"No activity found":null,"No keys found":null,"No locations found":null,"No options available":null,"No records were found":null,"No reservations found":null,"No search results found":null,"No teams were created yet":null,"No":null,"Not Found":null,"not paid":null,"Note":null,"Notes":null,"Nothing found":null,"notification":null,"Notifications":null,"notifications":null,"Number":null,"Observations":null,"of":null,"Offices":null,"Oh no":null,"OK":null,"on behalf of :company":null,"On Demand":null,"on":null,"Online":null,"Only missing":null,"Operation failed because the permission is allocated to existing role(s)":null,"Operation was successfull":null,"order #:number invoice":null,"order #:number":null,"Order #:number":null,"Order details :number":null,"Order Line Limit":null,"Order Payment":null,"Order Values":null,"Order":null,"Orders":null,"Organize Menus":null,"our location":null,"Our Location":null,"Our team has been notified.":null,"Overdue":null,"Own Stock":null,"Owners Index":null,"Owners":null,"owners":null,"Package Content":null,"Packaging Units":null,"packaging units":null,"Page Expired":null,"Parade":null,"Parent":null,"Part Number":null,"Password Confirmation":null,"Password":null,"password":null,"Passwords must be at least six characters and match the confirmation.":null,"Past Imports":null,"Pasta":null,"Pay Later":null,"pay":null,"Pay":null,"Payment method":null,"Payment Methods":null,"Payment Order":null,"Payment":null,"payments":null,"Payments":null,"Pays VAT":null,"People":null,"people":null,"Permission Group":null,"Permission Groups Index":null,"Permission Groups":null,"Permission Name":null,"Permission":null,"permissionGroups":null,"Permissions Group Items":null,"Permissions Group":null,"permissions group":null,"Permissions Groups":null,"Permissions Index":null,"Permissions":null,"permissions":null,"Person client":null,"Person":null,"person":null,"Personal Info":null,"Personal information can only be edited via the person form":null,"Personal":null,"Phone Number":null,"Phone":null,"Pic":null,"Pick an option":null,"Picture":null,"Piece":null,"Place order":null,"See cart":null,"Placement":null,"Plati clienti":null,"Plati furnizor":null,"Please choose":null,"Please click the button below to verify your email address.":null,"Please confirm your password before continuing.":null,"Please Fill":null,"Please find attached the order's invoice.":null,"Please review your order and payment details":null,"Please set or reset your password by clicking the button below.":null,"POS Receipt":null,"Position":null,"Positions":null,"positions":null,"Post":null,"Postal Area":null,"Postal Code":null,"Postcode":null,"posted":null,"Prepared":null,"Preview":null,"Previous Page":null,"Previous":null,"Price":null,"Privacy":null,"processed":null,"Processing":null,"processing":null,"Product image coming soon":null,"Product":null,"Products per page":null,"Products":null,"products":null,"Produs":null,"Profile":null,"Profit":null,"Proforma Invoice":null,"Proforma":null,"Promissory Note":null,"publish product":null,"Purchase Returns":null,"purchase returns":null,"Purchase":null,"Purchases":null,"purchases":null,"Purple":null,"Qty":null,"Quantity":null,"rating":null,"Rating":null,"Ratio":null,"Read":null,"Recaptcha key":null,"Recaptcha secret":null,"Receipt":null,"Received":null,"Recent orders":null,"Recommended Products":null,"records":null,"Red":null,"Reference \\ PO":null,"Regards":null,"register":null,"Register":null,"Registered Entities":null,"Registered Users":null,"Registry Of Commerce":null,"Registry of commerce":null,"Rejected Association":null,"Rejected Brand":null,"Rejected Documentation":null,"Rejected EAN":null,"Reload":null,"Remember me":null,"Remember Me":null,"Reminder":null,"Remove From Stock":null,"Remove poster":null,"remove":null,"Reorder Menu":null,"reorder":null,"Repeat Password":null,"Replies":null,"Reply":null,"Resell":null,"Reservations":null,"Reserved":null,"Reset password request":null,"Reset password":null,"Reset":null,"Residential":null,"Resource Prefix":null,"Resource":null,"resource":null,"Retur aprovizionari":null,"Retur vanzari":null,"Revenue":null,"Reviews":null,"reviews":null,"Right":null,"Road":null,"Role Item":null,"Role":null,"role":null,"Roles Index":null,"Roles List":null,"Roles":null,"roles":null,"Rotatie":null,"Rotation":null,"Route":null,"Row":null,"Running":null,"Sale Channel":null,"Sale Channels":null,"sale channels":null,"Sale Price":null,"Sale Returns":null,"sale returns":null,"Sale Value":null,"Sales":null,"sales":null,"Saturday":null,"Sauces":null,"Save Configuration":null,"Save your work then click here to refresh your page and update to the latest application version":null,"Save":null,"Sea Salt":null,"Search category limit":null,"Search in products":null,"Search placeholder":null,"Search something":null,"Search within brands":null,"Search...":null,"Search":null,"Searching...":null,"Searching":null,"Secret":null,"See all":null,"Select file for import":null,"select":null,"selected":null,"Send a password reset link":null,"Send a reset password link":null,"Send Password Reset Link":null,"Serial":null,"Server Error":null,"Service Unavailable":null,"Service":null,"Services":null,"services":null,"Set password":null,"Settings":null,"settings":null,"Share your idea...":null,"Share your opinion and rate the product":null,"Share your opinion...":null,"Shelf":null,"Shift + Enter to post":null,"Shipped":null,"Shipping Address":null,"Shipping charges may be incurred":null,"Shipping charges of :value (+VAT) will be added":null,"Shipping cost":null,"You will pay":null,"Visit the product page":null,"Shop Categories":null,"Shopping Cart":null,"Show Log":null,"Show Logs from":null,"Show":null,"show":null,"Showing :from - :to of :total results":null,"Sicilian Honey":null,"Sidebar Toggle":null,"Similar products limit":null,"Site Texts":null,"Size":null,"Sleeping":null,"Some fields were invalid. Please correct the errors and try again.":null,"Something went wrong...":null,"Special Diet":null,"Speciality":null,"Spendings":null,"Square":null,"Start Tutorial":null,"Started":null,"Starters":null,"Status":null,"Stock Rotation":null,"Stock: :stock":null,"Stock":null,"Stopped":null,"Storage Usage":null,"store":null,"Storing":null,"Street Type":null,"Street":null,"Sub Administrative Area":null,"Submit":null,"Success":null,"Successful":null,"Summary":null,"Sunday":null,"Supplier Discounts":null,"Supplier Invoices":null,"Supplier Number":null,"Supplier Payments":null,"Supplier Ref":null,"Supplier Stock":null,"Supplier":null,"suppliers":null,"Sweets":null,"System":null,"system":null,"Table export done":null,"Table export error":null,"Table export started":null,"Table":null,"Tables State Save":null,"Tags":null,"Tasks":null,"tasks":null,"team":null,"Teams":null,"Template":null,"Tenant":null,"terms and conditions":null,"Terms of use":null,"Terms Of Use":null,"terms of use":null,"Thank you for shopping with us.":null,"Thank you for using our application!":null,"Thank you for your order":null,"Thank you":null,"The :filename file is ready":null,"The address has been successfully updated":null,"The address was successfully created":null,"The admin role already has all permissions and does not need syncing":null,"The application was updated, please save your work & refresh your browser":null,"The Changes have been saved!":null,"The changes have been saved":null,"The company was successfully created":null,"The company was successfully deleted":null,"The company was successfully updated":null,"The Entity was created!":null,"The entity was created!":null,"The export :name could not be completed due to an unknown error":null,"The export was cancelled successfully":null,"The form contains errors":null,"The generated document has :entries entries":null,"The import was restarted":null,"The language files were successfully merged":null,"The language files were successfully updated":null,"The log file":null,"The log was cleaned":null,"The menu was created!":null,"The operation was successful":null,"New order #:number from :channel for :total :currency was placed by :person":null,"Selected payment method: :paymentMethod":null,"The permission group was created!":null,"The permission was created!":null,"The permissions were created!":null,"The person has assigned resources in the system and cannot be deleted":null,"The Person was successfully created":null,"The person was successfully created":null,"The person was successfully deleted":null,"The person was successfully updated":null,"The poster was deleted successfully":null,"The requested report was started. It can take a few minutes before you have it in your inbox":null,"The requested report was started. It can take a few minutes before you have it in your inbox":null,"The role was created!":null,"The selected record is about to be deleted. Are you sure?":null,"The team was successfully saved":null,"The tutorial was created!":null,"The tutorial was successfully deleted":null,"The user group was successfully created":null,"The user group was successfully deleted":null,"The user has activity in the system and cannot be deleted":null,"The User was created!":null,"The video file was deleted successfully":null,"The video was updated successfully":null,"The webshop is still under construction, but we're launching soon...":null,"Theme Color":null,"Theme":null,"There are no active carousel slides":null,"There are no addresses added yet":null,"There are no companies added yet":null,"There are no credit cards added yet":null,"This action is unauthorized.":null,"this month":null,"This password reset link will expire in :count minutes.":null,"This password reset token is invalid.":null,"This website uses cookies to deliver its services and to analyze traffic. For more details please visit our":null,"privacy policy":null,"this week":null,"this year":null,"Thursday":null,"Time":null,"Timeline":null,"Tip":null,"Title...":null,"Title":null,"title":null,"to manage your addresses":null,"to manage your cards":null,"to manage your companies":null,"to view your order":null,"To":null,"to":null,"Today":null,"today":null,"Toggle navigation":null,"Too Many Attempts.":null,"Too Many Requests":null,"Top Banner Content":null,"Top Pick":null,"Total amount for order #:number is :currency:total":null,"total records":null,"Total":null,"total":null,"Translations":null,"Tuesday":null,"Tutorial":null,"Tutorials Index":null,"Tutorials":null,"tutorials":null,"Type a new comment":null,"Type":null,"type":null,"Types":null,"Unable to read file":null,"Unauthorized":null,"Undo Stock Insertion":null,"Undo Stock Removal":null,"Unique Identifier":null,"Unit. Price":null,"Unitary Price":null,"untagged":null,"Update":null,"Updated At":null,"Updated By":null,"updated the members":null,"updated":null,"Updated":null,"Upload Avatar":null,"Upload Template":null,"uploads":null,"Use":null,"User Details":null,"user groups":null,"User Groups":null,"User Info":null,"User Profile":null,"User":null,"user":null,"Users Administration":null,"Users Index":null,"Users":null,"users":null,"Valability":null,"Valid":null,"Editable time limit in seconds. Use 0 to disable":null,"Value":null,"Vanzari":null,"VAT":null,"VAT Value":null,"ver":null,"Verify Email Address":null,"Verify Your Email Address":null,"Video description":null,"Video name":null,"Video":null,"video":null,"View Cart":null,"View your order":null,"Virtual Position ID":null,"Visible Brands":null,"Visible Top Banner":null,"Vista":null,"Volume":null,"Voucher":null,"waiting":null,"Warehouse":null,"warehouses":null,"Warehouses":null,"Warning":null,"was changed":null,"was last updated":null,"We can't find a user with that e-mail address.":null,"We have e-mailed your password reset link!":null,"We will keep you updated on its progress":null,"We won't ask for your password again for a few hours.":null,"Webshop Name":null,"Webshop Order":null,"webshop":null,"Webshop":null,"Website":null,"Wednesday":null,"Welcome Back":null,"Welcome":null,"What happened?":null,"What you need to know":null,"What":null,"When":null,"Whoops!":null,"Width":null,"Write a review":null,"Write":null,"Yes":null,"yesterday":null,"You are not authorized for this action":null,"You are not authorized to perform this action":null,"You are receiving this email because we received a password reset request for your account.":null,"You can click":null,"You don't have any favorite products yet":null,"You don't have any notifications":null,"You don't have any orders yet":null,"You don't have any products in the shopping cart right now":null,"You have":null,"You just got a notification...":null,"You made too many attempts. Please wait 5 minutes and try again.":null,"You may also like":null,"You will find attached the requested report.":null,"Your :shop order :number":null,"Your account has been disabled. Please contact the administrator":null,"Your card was successfully saved":null,"Your email address is not verified.":null,"Your Message":null,"Your password has been reset!":null,"You need to accept our terms of use first":null,"item":null,"PO #":null,"Your privacy is important for us":null,"cart":null,"favourites":null,"addresses":null,"orders":null,"payment":null,"summary":null,"add":null,"rate":null,"review":null,"star":null,"stars":null,"Thank you for contributing":null,"Do you own or have used this product?":null,"This review is awaiting approval":null,"This review was approved":null,"This review was rejected. You may edit and repost it.":null,"Edit review":null,"category":null,"terms-of-use":null,"privacy":null,"about-us":null,"favorites":null,":user finalized the :model :label for the partner :partner":null,":type quantity and total were successfully updated":null,":type update":null,"Please find attached the order details":null,"Succeeded":null,"External Reference":null,"Incomplete order (#:number)":null,"On :date you placed an order on our webshop but forgot to finalize the payment.":null,"Please click bellow to view your order and finalize the payment":null,"New message from the webshop's contact form":null,"Your Webshop.":null,"Message:":null,"Contact phone: :phone":null,"Your order #:number on :shop was successfully placed":null,"You have a new webshop order":null,"New user registration":null,"Before adjusting stock, select the product default supplier":null,"Cannot increment when quantity <= 0":null,"Cannot decrement when quantity <= 0":null,"Order already has a :type invoice":null,"Invalid item":null,"Cannot update orders that are externally fulfilled":null,"Order is already in this status":null,"There are no differences on this order":null,"You are not allowed to issue payments without invoices":null,"You are not allowed to issue payments on a cancelled invoice'":null,"Sale is already paid":null,"You cannot delete a paid order":null,"order details":null,"Delivery Address":null,"Disc.":null,"M.U.":null,"Product \/ Code":null,"registered in doc.":null,"received":null,"U.P acquision":null,"(no VAT)":null,"Val. acquision":null,"Val. VAT":null,"(afferent)":null,"Info field":null,"additional":null,"piece":null,"Total General":null,"Goods Receipt Note":null,"Unit":null,"The undersigned, members of the reception committee, have received the material values provided by":null,"delegate":null,"based on the accompanying documents":null,"consisting":null,"car no.":null,"Optional field, usable in case of observations":null,"Reception committee members name and surname":null,"Signature":null,"Manager name and surename":null,"Manager name and surname":null,"Reception comitee conclusions":null,"Reception committee conclusions":null,"Supplier\/carrier point of view":null,"Other mentions":null,"The quantity determination was done by":null,"The quality determination was made by the sample":null,"no.":null,"Sender":null,"Companion":null,"Dispatch station":null,"Destination station":null,"Release date":null,"Dispatch date":null,"Arrival date":null,"Supplier delegates, the carrier who participated in the reception":null,"ISBN":null,"Total products":null,"Scale indicated weight":null,"Stock Removal":null,"Representative of":null,"Name and surname":null,"Identity card":null,"TOTAL":null,"Reception participants":null,"for Sale":null,"Emag API call for :action failed":null,"The action :action on url :url failed with the following error messages:":null,"New :type callback from emag":null,"New :type callback from emag for id :id":null,"Missing app product for emag order :id":null,"Product :product":null,"Offer mismatch for eMag order :id":null,"For product :code":null,"External part number :code":null,"Part number :code":null,"New eMag order (id: :id) with vouchers:":null,":name, value :value":null,"New eMag order (id: :id) with vouchers":null,"Shipping price mismatch for eMag order :order":null,"Product price mismatch for eMag order :order":null,"Offer with id :id already exists":null,"An offer for the pnk :pnk already exists":null,"An offer with product id :id already exists and needs eMag intervention":null,"No order with id :id found":null,"Write Review For":null,"Don't know what to write about?":null,"Tell us what you like about the purchased product.":null,"Does it live up to your expectations?":null,"Are you satisfied with the value for money?":null,"Would you recommend it to others?":null,"Remove from favorites":null,"make default":null,"delivery":null,"billing":null,"Not Paid":null,"Requires Action":null,"verify":null,"Verify":null,"confirmation":null,"No addresses defined":null,"Part":null,"Complete the payment":null,"An extra confirmation is needed to process your payment":null,"Order is already paid":null,"Your payment for this order is still processing":null,"Please find the invoice attached":null,"Invoice issued for order #:number":null,"Your order #:number":null,"Payment via :type was successful for order :number":null,"A payment was received for order #:number (:total :currency)":null,"Insufficient stock for :product, only :left left":null,"Registration is restricted for the moment, please return soon":null,"Hello :name":null,"Thank you for creating an account on :shop":null,"We hope that you will enjoy our products":null,"Go to login":null,"Ship to a different addresstion button, copy and paste the URL below into your web browser":null,"Payment via :type was successful for order #:number, amount :amount :currency":null,"View order":null,"Click bellow to view your order and finalize the payment":null,"A new account was created : :name":null,"from: :company":null,"To manage the account please click the link below":null,"View account":null,"Details for delivering your order":null,"You're just a few steps away from finalizing your order":null,"If you already have an account click":null,"to go to the login page":null,"Your account":null,"I want to create an account":null,"Company Name":null,"Skip":null,"New order #:number from :channel for :total :currency":null,"fast-checkout":null,"Fast Checkout":null,"The action :action failed with the following error code: :code":null,"Reported error message: :message":null,"Request payload: :payload":null,"API call for :action failed":null,"Notification, :title":null,"New Comment Tag":null,"You were just tagged":null,"Comment Tag Notification":null,"Your password will expire soon":null,"You've got :days days left to change it":null,"You've got until tomorrow to change it":null,"You must change it today":null,"Welcome!":null,"Task Reminder":null,"This is a reminder for the following task:":null,"View Task":null,"Task :description":null,"You cannot delete the default address":null,"You cannot delete an address that you have previously used":null,"You cannot edit this company, please contact support":null,"Your cart is empty":null,"You cannot delete the default card":null,"You cannot edit this :model, please contact support":null,"Company information":null,"Billing address":null,"Free":null,"Get to know us":null,"Registration successful":null,"Your account needs to be activated before you can login":null,"You will receive a confirmation email upon approval":null,"Thank you!":null,"Frequently asked questions":null,"Edit address":null,"Edit company":null,"Pay by Card":null,"Click":null,"Not Implemented":null,"Approve":null,"Disapprove":null,"for \":query\"":null,"Review was rejected":null,"Review updated for :product":null,"New review submitted for :product":null,"A product review was updated by :person:":null,"A new product review was posted by :person:":null,"Your review for :product was :approval":null,"If you want, you can revise your review here:":null,"Review :approval":null,"approved":null,"rejected":null,"Terms of Use":null,"Similar products":null,"Enter your email to reset your password":null,"We'll send you an email with the instructions to follow":null,"similar-products":null,"description":null,"characteristics":null,"about-this-brand":null,"not in stock":null,"Not In Stock":null,"Hold tight, your order is being processed. We will email you when your order succeeds":null,"Wire Transfer":null,"Grand Total":null,"A cancellation request was received for order #:id":null,"Cancellation request for order #:id":null,"Please let us know if you are able to cancel the order":null,"Cancellation request for emag order with id :id":null,"An emag order cancellation request was received":null,"Ensure the order may still be cancellable":null,"and optionally contact the client":null,"You may access the corresponding sale":null,"using the button below":null,"If you need to change your email please contact us":null,"Awb status was updated to \":status\" for emag order #:id":null,"Awb status update for emag order #:id":null}
\ No newline at end of file
diff --git a/resources/lang/mn.json b/resources/lang/mn.json
index 6eada823a..d546b9b5a 100644
--- a/resources/lang/mn.json
+++ b/resources/lang/mn.json
@@ -1 +1 @@
-{"Sale":null,"A cancellation request was received for a :channel order.":null,"Please take the necessary steps.":null,"A cancellation request was received for a :channel order":null,"Order #:number from :channel, placed by :person, has a new status update: :status":null,"New Position":null,"Download goods received note":null,"Undo receive":null,"Receive":null,"Undo confirm":null,"Confirm":null,"Reference":null,"UID":null,"Undo deliver":null,"Deliver":null,"Undo ship":null,"Ship":null,"Undo prepare":null,"Prepare products":null,"Insert in stock":null,"Undo fulfill":null,"Remove from stock":null,"Order emailed by":null,"Invoice emailed by":null,"No email sent with the current invoice":null,"Issue Proforma":null,"No email sent with the current order":null,"Download order (pdf)":null,"Download order (xlsx)":null,"Fulfill":null,"Store":null,"Cancellation request for :channel order #:number":null,"Your order #:number is being processed. We'll keep you updated.":null,"Your order #:number has been delivered. We hope you enjoy your purchase and we'd really love to receive your feedback. If you wish, you can leave us a product review.":null,"Don't hesitate to contact us for any questions.":null,"Your order #:number has been packed and is ready for shipping. We'll let you know once it's shipped.":null,"A :channel order cancellation request was received":null,"Status update for order #:number":null,"Order #:number from :channel, placed by :person, has a new status update :status":null,"Your order #:number has been delivered. We hope you enjoy your purchase and we’d really love to receive your feedback. If you wish, you can leave us a product review.":null,"Your order #:number has been shipped to the following address: :address":null,"Your order #:number has been packed and is ready for shipping. We’ll let you know once it’s shipped.":null,"Your order #:number is being processed. We’ll keep you updated.":null,"Your order #:number was delivered":null,"Your order #:number was shipped":null,"Your order #:number is ready to be shipped":null,"Navigation":null,"Your order #:number is being processed":null,"Author":null,"Subgenre":null,"Genre":null,"Number of Pages":null,"Year of Publication":null,"Collection":null,"Edition":null,"Publisher":null,"Translator":null,"A new account was created: :name":null,":days Days Returns":null,"Street line 2":null,"Street line 1":null,"A payment method was already set for this order":null,"Added":null,"Authorize Only":null,"Pay by Wire Transfer":null,"Go back to the store":null,"We will create an account for your future orders":null,"Secure payments with":null,"The company already exists in our system. Please contact us about that":null,"Set your new password":null,"If you are having trouble clicking the action button, copy and paste the URL below into your web browser":null,"Ship to a different addressed":null,"You just asked for a password reset. To complete the process click the button below.":null,":name export done":null,":name export started":null,":type import done":null,"":null,"#":null,"30 days":null,"7 days":null,"A fresh verification link has been sent to your email address.":null,"About this brand":null,"About Us":null,"Above":null,"Accessories":null,"Account details":null,"Account":null,"account":null,"Acidity":null,"Acquisition Price":null,"Acquisition Value":null,"Actions":null,"actions":null,"Active":null,"active":null,"Activity Log":null,"Start Date":null,"Activity":null,"Add :entity":null,"Add address":null,"Add Brand":null,"Add card":null,"Add Card":null,"Add Comment":null,"Add company":null,"Add File":null,"Add Key":null,"Add Payment":null,"Add to cart":null,"Add to favorites":null,"Add video":null,"Add":null,"Adding":null,"Additional":null,"Address is missing or does not have lat\/long":null,"Address":null,"Addresses":null,"Adjustment":null,"Administration":null,"administration":null,"Administrative Area":null,"Again Colors":null,"Agent":null,"Algolia":null,"All Menu Items":null,"All Products":null,"All products":null,"all products":null,"All rights reserved.":null,"all":null,"Allocated To":null,"Amazing Saving":null,"Amount":null,"An error has occured. Please report this to the administrator":null,"An error was encountered while generationg :export":null,"An export job is already running for the same table":null,"An unknown error occurred while submitting your report. Please try again.":null,"Analytics Id":null,"Apartment":null,"App Key":null,"App":null,"Appellative":null,"Approved Documentation":null,"Approved":null,"April":null,"Aprovizionari":null,"Are you sure that you want to delete the template file?":null,"Are you sure?":null,"Assign":null,"Associate Person":null,"attribute groups":null,"Audit":null,"audit":null,"Authors":null,"Available menus":null,"Available slides":null,"Avatar":null,"Avenue":null,"Awaiting Brand validation":null,"Awaiting Documentation Validation":null,"Awaiting EAN validation":null,"Awaiting MKTP validation":null,"Award List":null,"Awards":null,"Azzure":null,"Back":null,"Backed by":null,"Bag":null,"Bank Account":null,"Bank":null,"Be the first to review this product":null,"Before proceeding, please check your email for a verification link.":null,"Below":null,"Bend":null,"Besel":null,"Best Seller":null,"Between":null,"Billing Address":null,"Birthday":null,"birthday":null,"Birthdays":null,"Blank":null,"Blocked":null,"Bookmarks":null,"Bottled Weight":null,"Boulevard":null,"Box":null,"Brand Count":null,"Brands":null,"brands":null,"BTL":null,"Bucharest":null,"Building Type":null,"Building":null,"building":null,"built with":null,"Business hours":null,"Butons":null,"Button Item":null,"Buttons":null,"buttons":null,"By":null,"Calendar":null,"calendar":null,"Calendars":null,"Calories per 100g":null,"Cancel":null,"Cancelled":null,"cancelled":null,"Cantitate":null,"Card number":null,"Cardholder name":null,"Carousel":null,"carousel":null,"Carrier":null,"Cart is empty":null,"Cart Summary":null,"Cart Validity Days":null,"Cart":null,"Pay on Delivery":null,"Cash Register Receipt":null,"Catalog":null,"Categories":null,"categories":null,"Category":null,"Channel":null,"Characteristics":null,"Cheque":null,"Choose language":null,"Choose your payment method":null,"Choose":null,"City Population by Age":null,"City":null,"Clear all":null,"click here to request another":null,"Client (company)":null,"Client (person)":null,"Client Discounts":null,"Client Invoices":null,"Client Order Reference":null,"Client Payment":null,"Client Payments":null,"Client Reference":null,"Client Stock":null,"Client Stocks":null,"Client":null,"Clienti":null,"Clients":null,"clients":null,"Close":null,"Code":null,"Coding":null,"Collapse Main Menu":null,"Colors Two":null,"Colors":null,"Coming Soon":null,"Comments":null,"Commercial":null,"commercial":null,"Companies":null,"companies":null,"Company client":null,"Company":null,"company":null,"Completed":null,"Configure Role":null,"Configure":null,"configure":null,"Confirm Password":null,"Confirmed":null,"Contact Bar Text":null,"contact form":null,"Contact Form":null,"Contact us with any questions or concerns that you may have and we will get back to you shortly":null,"Contact":null,"Contacts Index":null,"Contacts":null,"contacts":null,"Content Private":null,"Content":null,"Continue":null,"Copied to clipboard":null,"Copyright © 2016":null,"Core":null,"Country of Origin":null,"Country":null,"County":null,"Courier Service":null,"Create a new Entity":null,"Create a new User":null,"Create Button":null,"Create Company":null,"Create Differences Sale":null,"Create Group":null,"create group":null,"Create Language":null,"Create Menu":null,"Create Owner":null,"Create Permission Group":null,"Create Permission":null,"Create Permissions Group":null,"Create Person":null,"Create Resource":null,"Create Role":null,"Create Tutorial":null,"Create User Group":null,"Create User":null,"Create":null,"create":null,"Created Address":null,"Created At":null,"Created at":null,"Created By":null,"Created Contact":null,"Created":null,"created":null,"Currency Placed Before":null,"Current file size is":null,"custom":null,"Customer opinions":null,"Cycling":null,"Danger":null,"Dashboard":null,"dashboard":null,"Data Import":null,"data import":null,"Date":null,"Default Address":null,"Default Menu":null,"Default":null,"default":null,"Delete Avatar":null,"Delete File":null,"Delete Template":null,"Delete video":null,"Delete":null,"delete":null,"deleted":null,"Delivered":null,"Description":null,"deselect":null,"Designing":null,"details":null,"Details":null,"Diameter":null,"Direct Link":null,"Discount":null,"Discounts":null,"discounts":null,"Discussions":null,"Display Name":null,"Documents":null,"documents":null,"Don't have an account?":null,"Download Delivery Note":null,"Download Excel Sale Offer":null,"Download Excel Sale Return Offer":null,"Download Goods Received Note":null,"Download Invoice (long click for cancel)":null,"Download Payment (long click for cancel)":null,"Download Sale Offer":null,"Download Sale Return Offer":null,"Download Stock Removal":null,"Download Template":null,"Download":null,"Drag And Drop":null,"Drinking":null,"Due Date":null,"E-Mail Address":null,"Eating":null,"EAV":null,"eav":null,"Edit Button":null,"Edit Company":null,"Edit Invoice":null,"Edit Language":null,"Edit Menu":null,"Edit Owner":null,"Edit Permission Group":null,"Edit Permission":null,"Edit Permissions Group":null,"Edit Person":null,"Edit personal details":null,"Edit Role":null,"Edit Texts":null,"edit texts":null,"Edit Tutorial":null,"Edit User Group":null,"Edit User":null,"Edit":null,"edit":null,"Editable Limit":null,"edited":null,"Element":null,"Emag Active Offer":null,"Emag documentatie":null,"Emag Documentation":null,"Emag Offer":null,"Emag pret":null,"Emag Price":null,"Emag Valid":null,"Emag":null,"emag":null,"Email can only be edited via the user form":null,"Email":null,"Emailed At":null,"Emailed":null,"Enabled":null,"End":null,"Enter Fulfilling Mode":null,"Enter the application":null,"Enter warehouse mode":null,"Enter Warehouse Mode":null,"Entities":null,"entities":null,"Entity Details":null,"Entity":null,"entity":null,"Entries":null,"entries":null,"Entry":null,"entry":null,"Error":null,"Events":null,"Excel":null,"Expanded Menu":null,"Expanded Sidebar":null,"Expiration Date":null,"Export available for download: :filename":null,"Export Done":null,"Export emailed: :filename":null,"Export emailed":null,"Export error":null,"Export Notification":null,"Export started":null,"Export":null,"export":null,"exporting rejected":null,"exports":null,"External":null,"Extra Virgin Olive Oils":null,"Facturi clienti":null,"Facturi furnizori":null,"Failed":null,"failed":null,"FAQ":null,"Favorites":null,"Favourite products":null,"Fax Number":null,"Fax":null,"FEATURED BRANDS":null,"Featured Brands":null,"Feb":null,"February":null,"File name":null,"File Size":null,"File":null,"File(s)":null,"Files were uploaded successfully":null,"Files":null,"files":null,"Fill":null,"Filter by name or code":null,"Filter":null,"filtered from":null,"filtered":null,"Filters":null,"Finalize order":null,"Finalize":null,"Finalized":null,"finalized":null,"Financial Overview":null,"Financials":null,"financials":null,"find matches":null,"First Name":null,"Fiscal Code":null,"Fiscal Invoice":null,"Fiscal":null,"Flag Icon Class":null,"Flag Sufix":null,"Flag":null,"Floor":null,"floor":null,"Forbidden":null,"Forgot Password?":null,"Forgot password":null,"Forgot Your Password?":null,"Found :total results":null,"Friday":null,"Frisbo":null,"From":null,"from":null,"Fulfilled At":null,"Fulfilling":null,"Furnizor":null,"Gender":null,"General Settings":null,"General":null,"Generate":null,"Generated for order #:number":null,"Geneva":null,"Get in touch with us":null,"Go Home":null,"Google":null,"Got it!":null,"Green":null,"Group":null,"Groups":null,"Habits":null,"Harvest 2016\/2017":null,"Harvest 2017\/2018":null,"Harvest 2018\/2019":null,"Harvest 2019\/2020":null,"Harvest":null,"Has Children":null,"Height":null,"Hello!":null,"Hello":null,"Herbs":null,"here":null,"Hi :name,":null,"Hi :name":null,"Home":null,"Homepage":null,"How To Videos":null,"how to videos":null,"I agree to the":null,"I authorise :name to send instructions to the financial institution that issued my card to take payments from my card account in accordance with the terms of my agreement with you":null,"I authorise":null,"Ian":null,"Icon Class":null,"Icon":null,"If you are having trouble clicking the action button, copy and paste the URL below":null,"If you did not create an account, no further action is required.":null,"If you did not receive the email":null,"If you did not request a password reset, no further action is required.":null,"If you’d like to help, tell us what happened below.":null,"IFSC":null,"Impersonate":null,"Impersonating":null,"Import Summary":null,"Import Type":null,"Import":null,"Importance":null,"Important":null,"Imported At":null,"Imported By":null,"Imported Entries":null,"ImportType":null,"In a few minutes you will receive a confirmation email":null,"In Stock":null,"in stock":null,"10 Days Returns":null,"24h Tracked Shipping":null,"100% Original Products":null,"Secure Payments":null,"Income":null,"index":null,"Indications":null,"Individual":null,"Industrial":null,"Info":null,"Ingredients":null,"Insert in Stock":null,"Integrations":null,"Internal #":null,"Internal Code":null,"Internal":null,"into your web browser":null,"Invalid signature.":null,"Invalid":null,"Inventory":null,"inventory":null,"Invoice Emailed":null,"Invoice for order # :number":null,"Invoice for order":null,"invoice":null,"invoices":null,"Invoices":null,"Is Active":null,"Is Cancelled":null,"Is Default":null,"is-bordered":null,"is-hoverable":null,"is-narrow":null,"is-striped":null,"Issue Invoice":null,"Issue Payment":null,"Issue proforma":null,"Issues":null,"It looks like we’re having issues.":null,"Item":null,"items":null,"Items":null,"Jams":null,"January":null,"Jar":null,"July":null,"June":null,"Keep tables configurations":null,"Key Collector":null,"Key Name":null,"Key Value":null,"Key":null,"keys found":null,"Label Generator":null,"Label":null,"Labels":null,"labels":null,"Lane":null,"Language Item":null,"Language":null,"Languages":null,"languages":null,"Last Modified":null,"last month":null,"Last Name":null,"Last updated":null,"last week":null,"last year":null,"Learn more":null,"Leave Fulfilling Mode":null,"Leave Warehouse Mode":null,"Left":null,"Length":null,"limited quantity":null,"Limited Stock Limit":null,"Limited Stock":null,"Line":null,"Link":null,"List Price":null,"Page [page] from [toPage]":null,"List Value":null,"List":null,"Load More":null,"Load more":null,"Loading...":null,"Loading":null,"Localisation Index":null,"Localisation":null,"localisation":null,"Localities":null,"Locality":null,"Log in":null,"Log out":null,"Log Out":null,"log":null,"Login":null,"login":null,"Logins":null,"logins":null,"logout":null,"Logout":null,"Logs Index":null,"Logs":null,"logs":null,"Loss":null,"Made with Bulma":null,"Made with Laravel":null,"Made with Vue":null,"Magazie":null,"Main Menu":null,"Manage Buttons":null,"Manage Menus":null,"Manage Permissions":null,"Mandatary":null,"Manufacturer":null,"Manufacturers":null,"Maps key":null,"Mar":null,"March":null,"Mark all as read":null,"Mark all read":null,"Max":null,"May":null,"MB":null,"Measurement Unit":null,"Measurement Units":null,"measurement units":null,"Member Since":null,"Members":null,"Menu Collapse":null,"Menu Items":null,"Menu":null,"Menus Index":null,"Menus":null,"menus":null,"Merge all localisation files":null,"Mfr #":null,"Mfr":null,"Min":null,"Miss":null,"Mode":null,"Monday":null,"more":null,"move to favorites":null,"Mr":null,"MU":null,"N\/A":null,"Name":null,"Needs matching":null,"Net Weight":null,"New Address":null,"New Password":null,"New team":null,"New Topic":null,"New":null,"Next Page":null,"Next":null,"NIN":null,"No activity found":null,"No keys found":null,"No locations found":null,"No options available":null,"No records were found":null,"No reservations found":null,"No search results found":null,"No teams were created yet":null,"No":null,"Not Found":null,"not paid":null,"Note":null,"Notes":null,"Nothing found":null,"notification":null,"Notifications":null,"notifications":null,"Number":null,"Observations":null,"of":null,"Offices":null,"Oh no":null,"OK":null,"on behalf of :company":null,"On Demand":null,"on":null,"Online":null,"Only missing":null,"Operation failed because the permission is allocated to existing role(s)":null,"Operation was successfull":null,"order #:number invoice":null,"order #:number":null,"Order #:number":null,"Order details :number":null,"Order Line Limit":null,"Order Payment":null,"Order Values":null,"Order":null,"Orders":null,"Organize Menus":null,"our location":null,"Our Location":null,"Our team has been notified.":null,"Overdue":null,"Own Stock":null,"Owners Index":null,"Owners":null,"owners":null,"Package Content":null,"Packaging Units":null,"packaging units":null,"Page Expired":null,"Parade":null,"Parent":null,"Part Number":null,"Password Confirmation":null,"Password":null,"password":null,"Passwords must be at least six characters and match the confirmation.":null,"Past Imports":null,"Pasta":null,"Pay Later":null,"pay":null,"Pay":null,"Payment method":null,"Payment Methods":null,"Payment Order":null,"Payment":null,"payments":null,"Payments":null,"Pays VAT":null,"People":null,"people":null,"Permission Group":null,"Permission Groups Index":null,"Permission Groups":null,"Permission Name":null,"Permission":null,"permissionGroups":null,"Permissions Group Items":null,"Permissions Group":null,"permissions group":null,"Permissions Groups":null,"Permissions Index":null,"Permissions":null,"permissions":null,"Person client":null,"Person":null,"person":null,"Personal Info":null,"Personal information can only be edited via the person form":null,"Personal":null,"Phone Number":null,"Phone":null,"Pic":null,"Pick an option":null,"Picture":null,"Piece":null,"Place order":null,"See cart":null,"Placement":null,"Plati clienti":null,"Plati furnizor":null,"Please choose":null,"Please click the button below to verify your email address.":null,"Please confirm your password before continuing.":null,"Please Fill":null,"Please find attached the order's invoice.":null,"Please review your order and payment details":null,"Please set or reset your password by clicking the button below.":null,"POS Receipt":null,"Position":null,"Positions":null,"positions":null,"Post":null,"Postal Area":null,"Postal Code":null,"Postcode":null,"posted":null,"Prepared":null,"Preview":null,"Previous Page":null,"Previous":null,"Price":null,"Privacy":null,"processed":null,"Processing":null,"processing":null,"Product image coming soon":null,"Product":null,"Products per page":null,"Products":null,"products":null,"Produs":null,"Profile":null,"Profit":null,"Proforma Invoice":null,"Proforma":null,"Promissory Note":null,"publish product":null,"Purchase Returns":null,"purchase returns":null,"Purchase":null,"Purchases":null,"purchases":null,"Purple":null,"Qty":null,"Quantity":null,"rating":null,"Rating":null,"Ratio":null,"Read":null,"Recaptcha key":null,"Recaptcha secret":null,"Receipt":null,"Received":null,"Recent orders":null,"Recommended Products":null,"records":null,"Red":null,"Reference \\ PO":null,"Regards":null,"register":null,"Register":null,"Registered Entities":null,"Registered Users":null,"Registry Of Commerce":null,"Registry of commerce":null,"Rejected Association":null,"Rejected Brand":null,"Rejected Documentation":null,"Rejected EAN":null,"Reload":null,"Remember me":null,"Remember Me":null,"Reminder":null,"Remove From Stock":null,"Remove poster":null,"remove":null,"Reorder Menu":null,"reorder":null,"Repeat Password":null,"Replies":null,"Reply":null,"Resell":null,"Reservations":null,"Reserved":null,"Reset password request":null,"Reset password":null,"Reset":null,"Residential":null,"Resource Prefix":null,"Resource":null,"resource":null,"Retur aprovizionari":null,"Retur vanzari":null,"Revenue":null,"Reviews":null,"reviews":null,"Right":null,"Road":null,"Role Item":null,"Role":null,"role":null,"Roles Index":null,"Roles List":null,"Roles":null,"roles":null,"Rotatie":null,"Rotation":null,"Route":null,"Row":null,"Running":null,"Sale Channel":null,"Sale Channels":null,"sale channels":null,"Sale Price":null,"Sale Returns":null,"sale returns":null,"Sale Value":null,"Sales":null,"sales":null,"Saturday":null,"Sauces":null,"Save Configuration":null,"Save your work then click here to refresh your page and update to the latest application version":null,"Save":null,"Sea Salt":null,"Search category limit":null,"Search in products":null,"Search placeholder":null,"Search something":null,"Search within brands":null,"Search...":null,"Search":null,"Searching...":null,"Searching":null,"Secret":null,"See all":null,"Select file for import":null,"select":null,"selected":null,"Send a password reset link":null,"Send a reset password link":null,"Send Password Reset Link":null,"Serial":null,"Server Error":null,"Service Unavailable":null,"Service":null,"Services":null,"services":null,"Set password":null,"Settings":null,"settings":null,"Share your idea...":null,"Share your opinion and rate the product":null,"Share your opinion...":null,"Shelf":null,"Shift + Enter to post":null,"Shipped":null,"Shipping Address":null,"Shipping charges may be incurred":null,"Shipping charges of :value (+VAT) will be added":null,"Shipping cost":null,"You will pay":null,"Visit the product page":null,"Shop Categories":null,"Shopping Cart":null,"Show Log":null,"Show Logs from":null,"Show":null,"show":null,"Showing :from - :to of :total results":null,"Sicilian Honey":null,"Sidebar Toggle":null,"Similar products limit":null,"Site Texts":null,"Size":null,"Sleeping":null,"Some fields were invalid. Please correct the errors and try again.":null,"Something went wrong...":null,"Special Diet":null,"Speciality":null,"Spendings":null,"Square":null,"Start Tutorial":null,"Started":null,"Starters":null,"Status":null,"Stock Rotation":null,"Stock: :stock":null,"Stock":null,"Stopped":null,"Storage Usage":null,"store":null,"Storing":null,"Street Type":null,"Street":null,"Sub Administrative Area":null,"Submit":null,"Success":null,"Successful":null,"Summary":null,"Sunday":null,"Supplier Discounts":null,"Supplier Invoices":null,"Supplier Number":null,"Supplier Payments":null,"Supplier Ref":null,"Supplier Stock":null,"Supplier":null,"suppliers":null,"Sweets":null,"System":null,"system":null,"Table export done":null,"Table export error":null,"Table export started":null,"Table":null,"Tables State Save":null,"Tags":null,"Tasks":null,"tasks":null,"team":null,"Teams":null,"Template":null,"Tenant":null,"terms and conditions":null,"Terms of use":null,"Terms Of Use":null,"terms of use":null,"Thank you for shopping with us.":null,"Thank you for using our application!":null,"Thank you for your order":null,"Thank you":null,"The :filename file is ready":null,"The address has been successfully updated":null,"The address was successfully created":null,"The admin role already has all permissions and does not need syncing":null,"The application was updated, please save your work & refresh your browser":null,"The Changes have been saved!":null,"The changes have been saved":null,"The company was successfully created":null,"The company was successfully deleted":null,"The company was successfully updated":null,"The Entity was created!":null,"The entity was created!":null,"The export :name could not be completed due to an unknown error":null,"The export was cancelled successfully":null,"The form contains errors":null,"The generated document has :entries entries":null,"The import was restarted":null,"The language files were successfully merged":null,"The language files were successfully updated":null,"The log file":null,"The log was cleaned":null,"The menu was created!":null,"The operation was successful":null,"New order #:number from :channel for :total :currency was placed by :person":null,"Selected payment method: :paymentMethod":null,"The permission group was created!":null,"The permission was created!":null,"The permissions were created!":null,"The person has assigned resources in the system and cannot be deleted":null,"The Person was successfully created":null,"The person was successfully created":null,"The person was successfully deleted":null,"The person was successfully updated":null,"The poster was deleted successfully":null,"The requested report was started. It can take a few minutes before you have it in your inbox":null,"The requested report was started. It can take a few minutes before you have it in your inbox":null,"The role was created!":null,"The selected record is about to be deleted. Are you sure?":null,"The team was successfully saved":null,"The tutorial was created!":null,"The tutorial was successfully deleted":null,"The user group was successfully created":null,"The user group was successfully deleted":null,"The user has activity in the system and cannot be deleted":null,"The User was created!":null,"The video file was deleted successfully":null,"The video was updated successfully":null,"The webshop is still under construction, but we're launching soon...":null,"Theme Color":null,"Theme":null,"There are no active carousel slides":null,"There are no addresses added yet":null,"There are no companies added yet":null,"There are no credit cards added yet":null,"This action is unauthorized.":null,"this month":null,"This password reset link will expire in :count minutes.":null,"This password reset token is invalid.":null,"This website uses cookies to deliver its services and to analyze traffic. For more details please visit our":null,"privacy policy":null,"this week":null,"this year":null,"Thursday":null,"Time":null,"Timeline":null,"Tip":null,"Title...":null,"Title":null,"title":null,"to manage your addresses":null,"to manage your cards":null,"to manage your companies":null,"to view your order":null,"To":null,"to":null,"Today":null,"today":null,"Toggle navigation":null,"Too Many Attempts.":null,"Too Many Requests":null,"Top Banner Content":null,"Top Pick":null,"Total amount for order #:number is :currency:total":null,"total records":null,"Total":null,"total":null,"Translations":null,"Tuesday":null,"Tutorial":null,"Tutorials Index":null,"Tutorials":null,"tutorials":null,"Type a new comment":null,"Type":null,"type":null,"Types":null,"Unable to read file":null,"Unauthorized":null,"Undo Stock Insertion":null,"Undo Stock Removal":null,"Unique Identifier":null,"Unit. Price":null,"Unitary Price":null,"untagged":null,"Update":null,"Updated At":null,"Updated By":null,"updated the members":null,"updated":null,"Updated":null,"Upload Avatar":null,"Upload Template":null,"uploads":null,"Use":null,"User Details":null,"user groups":null,"User Groups":null,"User Info":null,"User Profile":null,"User":null,"user":null,"Users Administration":null,"Users Index":null,"Users":null,"users":null,"Valability":null,"Valid":null,"Editable time limit in seconds. Use 0 to disable":null,"Value":null,"Vanzari":null,"VAT":null,"VAT Value":null,"ver":null,"Verify Email Address":null,"Verify Your Email Address":null,"Video description":null,"Video name":null,"Video":null,"video":null,"View Cart":null,"View your order":null,"Virtual Position ID":null,"Visible Brands":null,"Visible Top Banner":null,"Vista":null,"Volume":null,"Voucher":null,"waiting":null,"Warehouse":null,"warehouses":null,"Warehouses":null,"Warning":null,"was changed":null,"was last updated":null,"We can't find a user with that e-mail address.":null,"We have e-mailed your password reset link!":null,"We will keep you updated on its progress":null,"We won't ask for your password again for a few hours.":null,"Webshop Name":null,"Webshop Order":null,"webshop":null,"Webshop":null,"Website":null,"Wednesday":null,"Welcome Back":null,"Welcome":null,"What happened?":null,"What you need to know":null,"What":null,"When":null,"Whoops!":null,"Width":null,"Write a review":null,"Write":null,"Yes":null,"yesterday":null,"You are not authorized for this action":null,"You are not authorized to perform this action":null,"You are receiving this email because we received a password reset request for your account.":null,"You can click":null,"You don't have any favorite products yet":null,"You don't have any notifications":null,"You don't have any orders yet":null,"You don't have any products in the shopping cart right now":null,"You have":null,"You just got a notification...":null,"You made too many attempts. Please wait 5 minutes and try again.":null,"You may also like":null,"You will find attached the requested report.":null,"Your :shop order :number":null,"Your account has been disabled. Please contact the administrator":null,"Your card was successfully saved":null,"Your email address is not verified.":null,"Your Message":null,"Your password has been reset!":null,"You need to accept our terms of use first":null,"item":null,"PO #":null,"Your privacy is important for us":null,"cart":null,"favourites":null,"addresses":null,"orders":null,"payment":null,"summary":null,"add":null,"rate":null,"review":null,"star":null,"stars":null,"Thank you for contributing":null,"Do you own or have used this product?":null,"This review is awaiting approval":null,"This review was approved":null,"This review was rejected. You may edit and repost it.":null,"Edit review":null,"category":null,"terms-of-use":null,"privacy":null,"about-us":null,"favorites":null,":user finalized the :model :label for the partner :partner":null,":type quantity and total were successfully updated":null,":type update":null,"Please find attached the order details":null,"Succeeded":null,"External Reference":null,"Incomplete order (#:number)":null,"On :date you placed an order on our webshop but forgot to finalize the payment.":null,"Please click bellow to view your order and finalize the payment":null,"New message from the webshop's contact form":null,"Your Webshop.":null,"Message:":null,"Contact phone: :phone":null,"Your order #:number on :shop was successfully placed":null,"You have a new webshop order":null,"New user registration":null,"Before adjusting stock, select the product default supplier":null,"Cannot increment when quantity <= 0":null,"Cannot decrement when quantity <= 0":null,"Order already has a :type invoice":null,"Invalid item":null,"Cannot update orders that are externally fulfilled":null,"Order is already in this status":null,"There are no differences on this order":null,"You are not allowed to issue payments without invoices":null,"You are not allowed to issue payments on a cancelled invoice'":null,"Sale is already paid":null,"You cannot delete a paid order":null,"order details":null,"Delivery Address":null,"Disc.":null,"M.U.":null,"Product \/ Code":null,"registered in doc.":null,"received":null,"U.P acquision":null,"(no VAT)":null,"Val. acquision":null,"Val. VAT":null,"(afferent)":null,"Info field":null,"additional":null,"piece":null,"Total General":null,"Goods Receipt Note":null,"Unit":null,"The undersigned, members of the reception committee, have received the material values provided by":null,"delegate":null,"based on the accompanying documents":null,"consisting":null,"car no.":null,"Optional field, usable in case of observations":null,"Reception committee members name and surname":null,"Signature":null,"Manager name and surename":null,"Manager name and surname":null,"Reception comitee conclusions":null,"Reception committee conclusions":null,"Supplier\/carrier point of view":null,"Other mentions":null,"The quantity determination was done by":null,"The quality determination was made by the sample":null,"no.":null,"Sender":null,"Companion":null,"Dispatch station":null,"Destination station":null,"Release date":null,"Dispatch date":null,"Arrival date":null,"Supplier delegates, the carrier who participated in the reception":null,"ISBN":null,"Total products":null,"Scale indicated weight":null,"Stock Removal":null,"Representative of":null,"Name and surname":null,"Identity card":null,"TOTAL":null,"Reception participants":null,"for Sale":null,"Emag API call for :action failed":null,"The action :action on url :url failed with the following error messages:":null,"New :type callback from emag":null,"New :type callback from emag for id :id":null,"Missing app product for emag order :id":null,"Product :product":null,"Offer mismatch for eMag order :id":null,"For product :code":null,"External part number :code":null,"Part number :code":null,"New eMag order (id: :id) with vouchers:":null,":name, value :value":null,"New eMag order (id: :id) with vouchers":null,"Shipping price mismatch for eMag order :order":null,"Product price mismatch for eMag order :order":null,"Offer with id :id already exists":null,"An offer for the pnk :pnk already exists":null,"An offer with product id :id already exists and needs eMag intervention":null,"No order with id :id found":null,"Write Review For":null,"Don't know what to write about?":null,"Tell us what you like about the purchased product.":null,"Does it live up to your expectations?":null,"Are you satisfied with the value for money?":null,"Would you recommend it to others?":null,"Remove from favorites":null,"make default":null,"delivery":null,"billing":null,"Not Paid":null,"Requires Action":null,"verify":null,"Verify":null,"confirmation":null,"No addresses defined":null,"Part":null,"Complete the payment":null,"An extra confirmation is needed to process your payment":null,"Order is already paid":null,"Your payment for this order is still processing":null,"Please find the invoice attached":null,"Invoice issued for order #:number":null,"Your order #:number":null,"Payment via :type was successful for order :number":null,"A payment was received for order #:number (:total :currency)":null,"Insufficient stock for :product, only :left left":null,"Registration is restricted for the moment, please return soon":null,"Hello :name":null,"Thank you for creating an account on :shop":null,"We hope that you will enjoy our products":null,"Go to login":null,"Ship to a different addresstion button, copy and paste the URL below into your web browser":null,"Payment via :type was successful for order #:number, amount :amount :currency":null,"View order":null,"Click bellow to view your order and finalize the payment":null,"A new account was created : :name":null,"from: :company":null,"To manage the account please click the link below":null,"View account":null,"Details for delivering your order":null,"You're just a few steps away from finalizing your order":null,"If you already have an account click":null,"to go to the login page":null,"Your account":null,"I want to create an account":null,"Company Name":null,"Skip":null,"New order #:number from :channel for :total :currency":null,"fast-checkout":null,"Fast Checkout":null,"The action :action failed with the following error code: :code":null,"Reported error message: :message":null,"Request payload: :payload":null,"API call for :action failed":null,"Notification, :title":null,"New Comment Tag":null,"You were just tagged":null,"Comment Tag Notification":null,"Your password will expire soon":null,"You've got :days days left to change it":null,"You've got until tomorrow to change it":null,"You must change it today":null,"Welcome!":null,"Task Reminder":null,"This is a reminder for the following task:":null,"View Task":null,"Task :description":null,"You cannot delete the default address":null,"You cannot delete an address that you have previously used":null,"You cannot edit this company, please contact support":null,"Your cart is empty":null,"You cannot delete the default card":null,"You cannot edit this :model, please contact support":null,"Company information":null,"Billing address":null,"Free":null,"Get to know us":null,"Registration successful":null,"Your account needs to be activated before you can login":null,"You will receive a confirmation email upon approval":null,"Thank you!":null,"Frequently asked questions":null,"Edit address":null,"Edit company":null,"Pay by Card":null,"Click":null,"Not Implemented":null,"Approve":null,"Disapprove":null,"for \":query\"":null,"Review was rejected":null,"Review updated for :product":null,"New review submitted for :product":null,"A product review was updated by :person:":null,"A new product review was posted by :person:":null,"Your review for :product was :approval":null,"If you want, you can revise your review here:":null,"Review :approval":null,"approved":null,"rejected":null,"Terms of Use":null,"Similar products":null,"Enter your email to reset your password":null,"We'll send you an email with the instructions to follow":null,"similar-products":null,"description":null,"characteristics":null,"about-this-brand":null,"not in stock":null,"Not In Stock":null,"Hold tight, your order is being processed. We will email you when your order succeeds":null,"Wire Transfer":null,"Grand Total":null,"A cancellation request was received for order #:id":null,"Cancellation request for order #:id":null,"Please let us know if you are able to cancel the order":null,"Cancellation request for emag order with id :id":null,"An emag order cancellation request was received":null,"Ensure the order may still be cancellable":null,"and optionally contact the client":null,"You may access the corresponding sale":null,"using the button below":null,"If you need to change your email please contact us":null,"Awb status was updated to \":status\" for emag order #:id":null,"Awb status update for emag order #:id":null}
\ No newline at end of file
+{"Sale":null,"A cancellation request was received for a :channel order.":null,"Please take the necessary steps.":null,"A cancellation request was received for a :channel order":null,"Order #:number from :channel, placed by :person, has a new status update: :status":null,"New Position":null,"Download goods received note":null,"Undo receive":null,"Receive":null,"Undo confirm":null,"Confirm":null,"Reference":null,"Undo deliver":null,"Deliver":null,"Undo ship":null,"Ship":null,"Undo prepare":null,"Prepare products":null,"Insert in stock":null,"Undo fulfill":null,"Remove from stock":null,"Order emailed by":null,"Invoice emailed by":null,"No email sent with the current invoice":null,"Issue Proforma":null,"No email sent with the current order":null,"Download order (pdf)":null,"Download order (xlsx)":null,"Fulfill":null,"Store":null,"Cancellation request for :channel order #:number":null,"Your order #:number is being processed. We'll keep you updated.":null,"Your order #:number has been delivered. We hope you enjoy your purchase and we'd really love to receive your feedback. If you wish, you can leave us a product review.":null,"Don't hesitate to contact us for any questions.":null,"Your order #:number has been packed and is ready for shipping. We'll let you know once it's shipped.":null,"A :channel order cancellation request was received":null,"Status update for order #:number":null,"Order #:number from :channel, placed by :person, has a new status update :status":null,"Your order #:number has been delivered. We hope you enjoy your purchase and we’d really love to receive your feedback. If you wish, you can leave us a product review.":null,"Your order #:number has been shipped to the following address: :address":null,"Your order #:number has been packed and is ready for shipping. We’ll let you know once it’s shipped.":null,"Your order #:number is being processed. We’ll keep you updated.":null,"Your order #:number was delivered":null,"Your order #:number was shipped":null,"Your order #:number is ready to be shipped":null,"Navigation":null,"Your order #:number is being processed":null,"Author":null,"Subgenre":null,"Genre":null,"Number of Pages":null,"Year of Publication":null,"Collection":null,"Edition":null,"Publisher":null,"Translator":null,"A new account was created: :name":null,":days Days Returns":null,"Street line 2":null,"Street line 1":null,"A payment method was already set for this order":null,"Added":null,"Authorize Only":null,"Pay by Wire Transfer":null,"Go back to the store":null,"We will create an account for your future orders":null,"Secure payments with":null,"The company already exists in our system. Please contact us about that":null,"Set your new password":null,"If you are having trouble clicking the action button, copy and paste the URL below into your web browser":null,"Ship to a different addressed":null,"You just asked for a password reset. To complete the process click the button below.":null,":name export done":null,":name export started":null,":type import done":null,"":null,"#":null,"30 days":null,"7 days":null,"A fresh verification link has been sent to your email address.":null,"About this brand":null,"About Us":null,"Above":null,"Accessories":null,"Account details":null,"Account":null,"account":null,"Acidity":null,"Acquisition Price":null,"Acquisition Value":null,"Actions":null,"actions":null,"Active":null,"active":null,"Activity Log":null,"Start Date":null,"Activity":null,"Add :entity":null,"Add address":null,"Add Brand":null,"Add card":null,"Add Card":null,"Add Comment":null,"Add company":null,"Add File":null,"Add Key":null,"Add Payment":null,"Add to cart":null,"Add to favorites":null,"Add video":null,"Add":null,"Adding":null,"Additional":null,"Address is missing or does not have lat\/long":null,"Address":null,"Addresses":null,"Adjustment":null,"Administration":null,"administration":null,"Administrative Area":null,"Again Colors":null,"Agent":null,"Algolia":null,"All Menu Items":null,"All Products":null,"All products":null,"all products":null,"All rights reserved.":null,"all":null,"Allocated To":null,"Amazing Saving":null,"Amount":null,"An error has occured. Please report this to the administrator":null,"An error was encountered while generationg :export":null,"An export job is already running for the same table":null,"An unknown error occurred while submitting your report. Please try again.":null,"Analytics Id":null,"Apartment":null,"App Key":null,"App":null,"Appellative":null,"Approved Documentation":null,"Approved":null,"April":null,"Aprovizionari":null,"Are you sure that you want to delete the template file?":null,"Are you sure?":null,"Assign":null,"Associate Person":null,"attribute groups":null,"Audit":null,"audit":null,"Authors":null,"Available menus":null,"Available slides":null,"Avatar":null,"Avenue":null,"Awaiting Brand validation":null,"Awaiting Documentation Validation":null,"Awaiting EAN validation":null,"Awaiting MKTP validation":null,"Award List":null,"Awards":null,"Azzure":null,"Back":null,"Backed by":null,"Bag":null,"Bank Account":null,"Bank":null,"Be the first to review this product":null,"Before proceeding, please check your email for a verification link.":null,"Below":null,"Bend":null,"Besel":null,"Best Seller":null,"Between":null,"Billing Address":null,"Birthday":null,"birthday":null,"Birthdays":null,"Blank":null,"Blocked":null,"Bookmarks":null,"Bottled Weight":null,"Boulevard":null,"Box":null,"Brand Count":null,"Brands":null,"brands":null,"BTL":null,"Bucharest":null,"Building Type":null,"Building":null,"building":null,"built with":null,"Business hours":null,"Butons":null,"Button Item":null,"Buttons":null,"buttons":null,"By":null,"Calendar":null,"calendar":null,"Calendars":null,"Calories per 100g":null,"Cancel":null,"Cancelled":null,"cancelled":null,"Cantitate":null,"Card number":null,"Cardholder name":null,"Carousel":null,"carousel":null,"Carrier":null,"Cart is empty":null,"Cart Summary":null,"Cart Validity Days":null,"Cart":null,"Pay on Delivery":null,"Cash Register Receipt":null,"Catalog":null,"Categories":null,"categories":null,"Category":null,"Channel":null,"Characteristics":null,"Cheque":null,"Choose language":null,"Choose your payment method":null,"Choose":null,"City Population by Age":null,"City":null,"Clear all":null,"click here to request another":null,"Client (company)":null,"Client (person)":null,"Client Discounts":null,"Client Invoices":null,"Client Order Reference":null,"Client Payment":null,"Client Payments":null,"Client Reference":null,"Client Stock":null,"Client Stocks":null,"Client":null,"Clienti":null,"Clients":null,"clients":null,"Close":null,"Code":null,"Coding":null,"Collapse Main Menu":null,"Colors Two":null,"Colors":null,"Coming Soon":null,"Comments":null,"Commercial":null,"commercial":null,"Companies":null,"companies":null,"Company client":null,"Company":null,"company":null,"Completed":null,"Configure Role":null,"Configure":null,"configure":null,"Confirm Password":null,"Confirmed":null,"Contact Bar Text":null,"contact form":null,"Contact Form":null,"Contact us with any questions or concerns that you may have and we will get back to you shortly":null,"Contact":null,"Contacts Index":null,"Contacts":null,"contacts":null,"Content Private":null,"Content":null,"Continue":null,"Copied to clipboard":null,"Copyright © 2016":null,"Core":null,"Country of Origin":null,"Country":null,"County":null,"Courier Service":null,"Create a new Entity":null,"Create a new User":null,"Create Button":null,"Create Company":null,"Create Differences Sale":null,"Create Group":null,"create group":null,"Create Language":null,"Create Menu":null,"Create Owner":null,"Create Permission Group":null,"Create Permission":null,"Create Permissions Group":null,"Create Person":null,"Create Resource":null,"Create Role":null,"Create Tutorial":null,"Create User Group":null,"Create User":null,"Create":null,"create":null,"Created Address":null,"Created At":null,"Created at":null,"Created By":null,"Created Contact":null,"Created":null,"created":null,"Currency Placed Before":null,"Current file size is":null,"custom":null,"Customer opinions":null,"Cycling":null,"Danger":null,"Dashboard":null,"dashboard":null,"Data Import":null,"data import":null,"Date":null,"Default Address":null,"Default Menu":null,"Default":null,"default":null,"Delete Avatar":null,"Delete File":null,"Delete Template":null,"Delete video":null,"Delete":null,"delete":null,"deleted":null,"Delivered":null,"Description":null,"deselect":null,"Designing":null,"details":null,"Details":null,"Diameter":null,"Direct Link":null,"Discount":null,"Discounts":null,"discounts":null,"Discussions":null,"Display Name":null,"Documents":null,"documents":null,"Don't have an account?":null,"Download Delivery Note":null,"Download Excel Sale Offer":null,"Download Excel Sale Return Offer":null,"Download Goods Received Note":null,"Download Invoice (long click for cancel)":null,"Download Payment (long click for cancel)":null,"Download Sale Offer":null,"Download Sale Return Offer":null,"Download Stock Removal":null,"Download Template":null,"Download":null,"Drag And Drop":null,"Drinking":null,"Due Date":null,"E-Mail Address":null,"Eating":null,"EAV":null,"eav":null,"Edit Button":null,"Edit Company":null,"Edit Invoice":null,"Edit Language":null,"Edit Menu":null,"Edit Owner":null,"Edit Permission Group":null,"Edit Permission":null,"Edit Permissions Group":null,"Edit Person":null,"Edit personal details":null,"Edit Role":null,"Edit Texts":null,"edit texts":null,"Edit Tutorial":null,"Edit User Group":null,"Edit User":null,"Edit":null,"edit":null,"Editable Limit":null,"edited":null,"Element":null,"Emag Active Offer":null,"Emag documentatie":null,"Emag Documentation":null,"Emag Offer":null,"Emag pret":null,"Emag Price":null,"Emag Valid":null,"Emag":null,"emag":null,"Email can only be edited via the user form":null,"Email":null,"Emailed At":null,"Emailed":null,"Enabled":null,"End":null,"Enter Fulfilling Mode":null,"Enter the application":null,"Enter warehouse mode":null,"Enter Warehouse Mode":null,"Entities":null,"entities":null,"Entity Details":null,"Entity":null,"entity":null,"Entries":null,"entries":null,"Entry":null,"entry":null,"Error":null,"Events":null,"Excel":null,"Expanded Menu":null,"Expanded Sidebar":null,"Expiration Date":null,"Export available for download: :filename":null,"Export Done":null,"Export emailed: :filename":null,"Export emailed":null,"Export error":null,"Export Notification":null,"Export started":null,"Export":null,"export":null,"exporting rejected":null,"exports":null,"External":null,"Extra Virgin Olive Oils":null,"Facturi clienti":null,"Facturi furnizori":null,"Failed":null,"failed":null,"FAQ":null,"Favorites":null,"Favourite products":null,"Fax Number":null,"Fax":null,"FEATURED BRANDS":null,"Featured Brands":null,"Feb":null,"February":null,"File name":null,"File Size":null,"File":null,"File(s)":null,"Files were uploaded successfully":null,"Files":null,"files":null,"Fill":null,"Filter by name or code":null,"Filter":null,"filtered from":null,"filtered":null,"Filters":null,"Finalize order":null,"Finalize":null,"Finalized":null,"finalized":null,"Financial Overview":null,"Financials":null,"financials":null,"find matches":null,"First Name":null,"Fiscal Code":null,"Fiscal Invoice":null,"Fiscal":null,"Flag Icon Class":null,"Flag Sufix":null,"Flag":null,"Floor":null,"floor":null,"Forbidden":null,"Forgot Password?":null,"Forgot password":null,"Forgot Your Password?":null,"Found :total results":null,"Friday":null,"Frisbo":null,"From":null,"from":null,"Fulfilled At":null,"Fulfilling":null,"Furnizor":null,"Gender":null,"General Settings":null,"General":null,"Generate":null,"Generated for order #:number":null,"Geneva":null,"Get in touch with us":null,"Go Home":null,"Google":null,"Got it!":null,"Green":null,"Group":null,"Groups":null,"Habits":null,"Harvest 2016\/2017":null,"Harvest 2017\/2018":null,"Harvest 2018\/2019":null,"Harvest 2019\/2020":null,"Harvest":null,"Has Children":null,"Height":null,"Hello!":null,"Hello":null,"Herbs":null,"here":null,"Hi :name,":null,"Hi :name":null,"Home":null,"Homepage":null,"How To Videos":null,"how to videos":null,"I agree to the":null,"I authorise :name to send instructions to the financial institution that issued my card to take payments from my card account in accordance with the terms of my agreement with you":null,"I authorise":null,"Ian":null,"Icon Class":null,"Icon":null,"If you are having trouble clicking the action button, copy and paste the URL below":null,"If you did not create an account, no further action is required.":null,"If you did not receive the email":null,"If you did not request a password reset, no further action is required.":null,"If you’d like to help, tell us what happened below.":null,"IFSC":null,"Impersonate":null,"Impersonating":null,"Import Summary":null,"Import Type":null,"Import":null,"Importance":null,"Important":null,"Imported At":null,"Imported By":null,"Imported Entries":null,"ImportType":null,"In a few minutes you will receive a confirmation email":null,"In Stock":null,"in stock":null,"10 Days Returns":null,"24h Tracked Shipping":null,"100% Original Products":null,"Secure Payments":null,"Income":null,"index":null,"Indications":null,"Individual":null,"Industrial":null,"Info":null,"Ingredients":null,"Insert in Stock":null,"Integrations":null,"Internal #":null,"Internal Code":null,"Internal":null,"into your web browser":null,"Invalid signature.":null,"Invalid":null,"Inventory":null,"inventory":null,"Invoice Emailed":null,"Invoice for order # :number":null,"Invoice for order":null,"invoice":null,"invoices":null,"Invoices":null,"Is Active":null,"Is Cancelled":null,"Is Default":null,"is-bordered":null,"is-hoverable":null,"is-narrow":null,"is-striped":null,"Issue Invoice":null,"Issue Payment":null,"Issue proforma":null,"Issues":null,"It looks like we’re having issues.":null,"Item":null,"items":null,"Items":null,"Jams":null,"January":null,"Jar":null,"July":null,"June":null,"Keep tables configurations":null,"Key Collector":null,"Key Name":null,"Key Value":null,"Key":null,"keys found":null,"Label Generator":null,"Label":null,"Labels":null,"labels":null,"Lane":null,"Language Item":null,"Language":null,"Languages":null,"languages":null,"Last Modified":null,"last month":null,"Last Name":null,"Last updated":null,"last week":null,"last year":null,"Learn more":null,"Leave Fulfilling Mode":null,"Leave Warehouse Mode":null,"Left":null,"Length":null,"limited quantity":null,"Limited Stock Limit":null,"Limited Stock":null,"Line":null,"Link":null,"List Price":null,"Page [page] from [toPage]":null,"List Value":null,"List":null,"Load More":null,"Load more":null,"Loading...":null,"Loading":null,"Localisation Index":null,"Localisation":null,"localisation":null,"Localities":null,"Locality":null,"Log in":null,"Log out":null,"Log Out":null,"log":null,"Login":null,"login":null,"Logins":null,"logins":null,"logout":null,"Logout":null,"Logs Index":null,"Logs":null,"logs":null,"Loss":null,"Made with Bulma":null,"Made with Laravel":null,"Made with Vue":null,"Magazie":null,"Main Menu":null,"Manage Buttons":null,"Manage Menus":null,"Manage Permissions":null,"Mandatary":null,"Manufacturer":null,"Manufacturers":null,"Maps key":null,"Mar":null,"March":null,"Mark all as read":null,"Mark all read":null,"Max":null,"May":null,"MB":null,"Measurement Unit":null,"Measurement Units":null,"measurement units":null,"Member Since":null,"Members":null,"Menu Collapse":null,"Menu Items":null,"Menu":null,"Menus Index":null,"Menus":null,"menus":null,"Merge all localisation files":null,"Mfr #":null,"Mfr":null,"Min":null,"Miss":null,"Mode":null,"Monday":null,"more":null,"move to favorites":null,"Mr":null,"MU":null,"N\/A":null,"Name":null,"Needs matching":null,"Net Weight":null,"New Address":null,"New Password":null,"New team":null,"New Topic":null,"New":null,"Next Page":null,"Next":null,"NIN":null,"No activity found":null,"No keys found":null,"No locations found":null,"No options available":null,"No records were found":null,"No reservations found":null,"No search results found":null,"No teams were created yet":null,"No":null,"Not Found":null,"not paid":null,"Note":null,"Notes":null,"Nothing found":null,"notification":null,"Notifications":null,"notifications":null,"Number":null,"Observations":null,"of":null,"Offices":null,"Oh no":null,"OK":null,"on behalf of :company":null,"On Demand":null,"on":null,"Online":null,"Only missing":null,"Operation failed because the permission is allocated to existing role(s)":null,"Operation was successfull":null,"order #:number invoice":null,"order #:number":null,"Order #:number":null,"Order details :number":null,"Order Line Limit":null,"Order Payment":null,"Order Values":null,"Order":null,"Orders":null,"Organize Menus":null,"our location":null,"Our Location":null,"Our team has been notified.":null,"Overdue":null,"Own Stock":null,"Owners Index":null,"Owners":null,"owners":null,"Package Content":null,"Packaging Units":null,"packaging units":null,"Page Expired":null,"Parade":null,"Parent":null,"Part Number":null,"Password Confirmation":null,"Password":null,"password":null,"Passwords must be at least six characters and match the confirmation.":null,"Past Imports":null,"Pasta":null,"Pay Later":null,"pay":null,"Pay":null,"Payment method":null,"Payment Methods":null,"Payment Order":null,"Payment":null,"payments":null,"Payments":null,"Pays VAT":null,"People":null,"people":null,"Permission Group":null,"Permission Groups Index":null,"Permission Groups":null,"Permission Name":null,"Permission":null,"permissionGroups":null,"Permissions Group Items":null,"Permissions Group":null,"permissions group":null,"Permissions Groups":null,"Permissions Index":null,"Permissions":null,"permissions":null,"Person client":null,"Person":null,"person":null,"Personal Info":null,"Personal information can only be edited via the person form":null,"Personal":null,"Phone Number":null,"Phone":null,"Pic":null,"Pick an option":null,"Picture":null,"Piece":null,"Place order":null,"See cart":null,"Placement":null,"Plati clienti":null,"Plati furnizor":null,"Please choose":null,"Please click the button below to verify your email address.":null,"Please confirm your password before continuing.":null,"Please Fill":null,"Please find attached the order's invoice.":null,"Please review your order and payment details":null,"Please set or reset your password by clicking the button below.":null,"POS Receipt":null,"Position":null,"Positions":null,"positions":null,"Post":null,"Postal Area":null,"Postal Code":null,"Postcode":null,"posted":null,"Prepared":null,"Preview":null,"Previous Page":null,"Previous":null,"Price":null,"Privacy":null,"processed":null,"Processing":null,"processing":null,"Product image coming soon":null,"Product":null,"Products per page":null,"Products":null,"products":null,"Produs":null,"Profile":null,"Profit":null,"Proforma Invoice":null,"Proforma":null,"Promissory Note":null,"publish product":null,"Purchase Returns":null,"purchase returns":null,"Purchase":null,"Purchases":null,"purchases":null,"Purple":null,"Qty":null,"Quantity":null,"rating":null,"Rating":null,"Ratio":null,"Read":null,"Recaptcha key":null,"Recaptcha secret":null,"Receipt":null,"Received":null,"Recent orders":null,"Recommended Products":null,"records":null,"Red":null,"Reference \\ PO":null,"Regards":null,"register":null,"Register":null,"Registered Entities":null,"Registered Users":null,"Registry Of Commerce":null,"Registry of commerce":null,"Rejected Association":null,"Rejected Brand":null,"Rejected Documentation":null,"Rejected EAN":null,"Reload":null,"Remember me":null,"Remember Me":null,"Reminder":null,"Remove From Stock":null,"Remove poster":null,"remove":null,"Reorder Menu":null,"reorder":null,"Repeat Password":null,"Replies":null,"Reply":null,"Resell":null,"Reservations":null,"Reserved":null,"Reset password request":null,"Reset password":null,"Reset":null,"Residential":null,"Resource Prefix":null,"Resource":null,"resource":null,"Retur aprovizionari":null,"Retur vanzari":null,"Revenue":null,"Reviews":null,"reviews":null,"Right":null,"Road":null,"Role Item":null,"Role":null,"role":null,"Roles Index":null,"Roles List":null,"Roles":null,"roles":null,"Rotatie":null,"Rotation":null,"Route":null,"Row":null,"Running":null,"Sale Channel":null,"Sale Channels":null,"sale channels":null,"Sale Price":null,"Sale Returns":null,"sale returns":null,"Sale Value":null,"Sales":null,"sales":null,"Saturday":null,"Sauces":null,"Save Configuration":null,"Save your work then click here to refresh your page and update to the latest application version":null,"Save":null,"Sea Salt":null,"Search category limit":null,"Search in products":null,"Search placeholder":null,"Search something":null,"Search within brands":null,"Search...":null,"Search":null,"Searching...":null,"Searching":null,"Secret":null,"See all":null,"Select file for import":null,"select":null,"selected":null,"Send a password reset link":null,"Send a reset password link":null,"Send Password Reset Link":null,"Serial":null,"Server Error":null,"Service Unavailable":null,"Service":null,"Services":null,"services":null,"Set password":null,"Settings":null,"settings":null,"Share your idea...":null,"Share your opinion and rate the product":null,"Share your opinion...":null,"Shelf":null,"Shift + Enter to post":null,"Shipped":null,"Shipping Address":null,"Shipping charges may be incurred":null,"Shipping charges of :value (+VAT) will be added":null,"Shipping cost":null,"You will pay":null,"Visit the product page":null,"Shop Categories":null,"Shopping Cart":null,"Show Log":null,"Show Logs from":null,"Show":null,"show":null,"Showing :from - :to of :total results":null,"Sicilian Honey":null,"Sidebar Toggle":null,"Similar products limit":null,"Site Texts":null,"Size":null,"Sleeping":null,"Some fields were invalid. Please correct the errors and try again.":null,"Something went wrong...":null,"Special Diet":null,"Speciality":null,"Spendings":null,"Square":null,"Start Tutorial":null,"Started":null,"Starters":null,"Status":null,"Stock Rotation":null,"Stock: :stock":null,"Stock":null,"Stopped":null,"Storage Usage":null,"store":null,"Storing":null,"Street Type":null,"Street":null,"Sub Administrative Area":null,"Submit":null,"Success":null,"Successful":null,"Summary":null,"Sunday":null,"Supplier Discounts":null,"Supplier Invoices":null,"Supplier Number":null,"Supplier Payments":null,"Supplier Ref":null,"Supplier Stock":null,"Supplier":null,"suppliers":null,"Sweets":null,"System":null,"system":null,"Table export done":null,"Table export error":null,"Table export started":null,"Table":null,"Tables State Save":null,"Tags":null,"Tasks":null,"tasks":null,"team":null,"Teams":null,"Template":null,"Tenant":null,"terms and conditions":null,"Terms of use":null,"Terms Of Use":null,"terms of use":null,"Thank you for shopping with us.":null,"Thank you for using our application!":null,"Thank you for your order":null,"Thank you":null,"The :filename file is ready":null,"The address has been successfully updated":null,"The address was successfully created":null,"The admin role already has all permissions and does not need syncing":null,"The application was updated, please save your work & refresh your browser":null,"The Changes have been saved!":null,"The changes have been saved":null,"The company was successfully created":null,"The company was successfully deleted":null,"The company was successfully updated":null,"The Entity was created!":null,"The entity was created!":null,"The export :name could not be completed due to an unknown error":null,"The export was cancelled successfully":null,"The form contains errors":null,"The generated document has :entries entries":null,"The import was restarted":null,"The language files were successfully merged":null,"The language files were successfully updated":null,"The log file":null,"The log was cleaned":null,"The menu was created!":null,"The operation was successful":null,"New order #:number from :channel for :total :currency was placed by :person":null,"Selected payment method: :paymentMethod":null,"The permission group was created!":null,"The permission was created!":null,"The permissions were created!":null,"The person has assigned resources in the system and cannot be deleted":null,"The Person was successfully created":null,"The person was successfully created":null,"The person was successfully deleted":null,"The person was successfully updated":null,"The poster was deleted successfully":null,"The requested report was started. It can take a few minutes before you have it in your inbox":null,"The requested report was started. It can take a few minutes before you have it in your inbox":null,"The role was created!":null,"The selected record is about to be deleted. Are you sure?":null,"The team was successfully saved":null,"The tutorial was created!":null,"The tutorial was successfully deleted":null,"The user group was successfully created":null,"The user group was successfully deleted":null,"The user has activity in the system and cannot be deleted":null,"The User was created!":null,"The video file was deleted successfully":null,"The video was updated successfully":null,"The webshop is still under construction, but we're launching soon...":null,"Theme Color":null,"Theme":null,"There are no active carousel slides":null,"There are no addresses added yet":null,"There are no companies added yet":null,"There are no credit cards added yet":null,"This action is unauthorized.":null,"this month":null,"This password reset link will expire in :count minutes.":null,"This password reset token is invalid.":null,"This website uses cookies to deliver its services and to analyze traffic. For more details please visit our":null,"privacy policy":null,"this week":null,"this year":null,"Thursday":null,"Time":null,"Timeline":null,"Tip":null,"Title...":null,"Title":null,"title":null,"to manage your addresses":null,"to manage your cards":null,"to manage your companies":null,"to view your order":null,"To":null,"to":null,"Today":null,"today":null,"Toggle navigation":null,"Too Many Attempts.":null,"Too Many Requests":null,"Top Banner Content":null,"Top Pick":null,"Total amount for order #:number is :currency:total":null,"total records":null,"Total":null,"total":null,"Translations":null,"Tuesday":null,"Tutorial":null,"Tutorials Index":null,"Tutorials":null,"tutorials":null,"Type a new comment":null,"Type":null,"type":null,"Types":null,"Unable to read file":null,"Unauthorized":null,"Undo Stock Insertion":null,"Undo Stock Removal":null,"Unique Identifier":null,"Unit. Price":null,"Unitary Price":null,"untagged":null,"Update":null,"Updated At":null,"Updated By":null,"updated the members":null,"updated":null,"Updated":null,"Upload Avatar":null,"Upload Template":null,"uploads":null,"Use":null,"User Details":null,"user groups":null,"User Groups":null,"User Info":null,"User Profile":null,"User":null,"user":null,"Users Administration":null,"Users Index":null,"Users":null,"users":null,"Valability":null,"Valid":null,"Editable time limit in seconds. Use 0 to disable":null,"Value":null,"Vanzari":null,"VAT":null,"VAT Value":null,"ver":null,"Verify Email Address":null,"Verify Your Email Address":null,"Video description":null,"Video name":null,"Video":null,"video":null,"View Cart":null,"View your order":null,"Virtual Position ID":null,"Visible Brands":null,"Visible Top Banner":null,"Vista":null,"Volume":null,"Voucher":null,"waiting":null,"Warehouse":null,"warehouses":null,"Warehouses":null,"Warning":null,"was changed":null,"was last updated":null,"We can't find a user with that e-mail address.":null,"We have e-mailed your password reset link!":null,"We will keep you updated on its progress":null,"We won't ask for your password again for a few hours.":null,"Webshop Name":null,"Webshop Order":null,"webshop":null,"Webshop":null,"Website":null,"Wednesday":null,"Welcome Back":null,"Welcome":null,"What happened?":null,"What you need to know":null,"What":null,"When":null,"Whoops!":null,"Width":null,"Write a review":null,"Write":null,"Yes":null,"yesterday":null,"You are not authorized for this action":null,"You are not authorized to perform this action":null,"You are receiving this email because we received a password reset request for your account.":null,"You can click":null,"You don't have any favorite products yet":null,"You don't have any notifications":null,"You don't have any orders yet":null,"You don't have any products in the shopping cart right now":null,"You have":null,"You just got a notification...":null,"You made too many attempts. Please wait 5 minutes and try again.":null,"You may also like":null,"You will find attached the requested report.":null,"Your :shop order :number":null,"Your account has been disabled. Please contact the administrator":null,"Your card was successfully saved":null,"Your email address is not verified.":null,"Your Message":null,"Your password has been reset!":null,"You need to accept our terms of use first":null,"item":null,"PO #":null,"Your privacy is important for us":null,"cart":null,"favourites":null,"addresses":null,"orders":null,"payment":null,"summary":null,"add":null,"rate":null,"review":null,"star":null,"stars":null,"Thank you for contributing":null,"Do you own or have used this product?":null,"This review is awaiting approval":null,"This review was approved":null,"This review was rejected. You may edit and repost it.":null,"Edit review":null,"category":null,"terms-of-use":null,"privacy":null,"about-us":null,"favorites":null,":user finalized the :model :label for the partner :partner":null,":type quantity and total were successfully updated":null,":type update":null,"Please find attached the order details":null,"Succeeded":null,"External Reference":null,"Incomplete order (#:number)":null,"On :date you placed an order on our webshop but forgot to finalize the payment.":null,"Please click bellow to view your order and finalize the payment":null,"New message from the webshop's contact form":null,"Your Webshop.":null,"Message:":null,"Contact phone: :phone":null,"Your order #:number on :shop was successfully placed":null,"You have a new webshop order":null,"New user registration":null,"Before adjusting stock, select the product default supplier":null,"Cannot increment when quantity <= 0":null,"Cannot decrement when quantity <= 0":null,"Order already has a :type invoice":null,"Invalid item":null,"Cannot update orders that are externally fulfilled":null,"Order is already in this status":null,"There are no differences on this order":null,"You are not allowed to issue payments without invoices":null,"You are not allowed to issue payments on a cancelled invoice'":null,"Sale is already paid":null,"You cannot delete a paid order":null,"order details":null,"Delivery Address":null,"Disc.":null,"M.U.":null,"Product \/ Code":null,"registered in doc.":null,"received":null,"U.P acquision":null,"(no VAT)":null,"Val. acquision":null,"Val. VAT":null,"(afferent)":null,"Info field":null,"additional":null,"piece":null,"Total General":null,"Goods Receipt Note":null,"Unit":null,"The undersigned, members of the reception committee, have received the material values provided by":null,"delegate":null,"based on the accompanying documents":null,"consisting":null,"car no.":null,"Optional field, usable in case of observations":null,"Reception committee members name and surname":null,"Signature":null,"Manager name and surename":null,"Manager name and surname":null,"Reception comitee conclusions":null,"Reception committee conclusions":null,"Supplier\/carrier point of view":null,"Other mentions":null,"The quantity determination was done by":null,"The quality determination was made by the sample":null,"no.":null,"Sender":null,"Companion":null,"Dispatch station":null,"Destination station":null,"Release date":null,"Dispatch date":null,"Arrival date":null,"Supplier delegates, the carrier who participated in the reception":null,"ISBN":null,"Total products":null,"Scale indicated weight":null,"Stock Removal":null,"Representative of":null,"Name and surname":null,"Identity card":null,"TOTAL":null,"Reception participants":null,"for Sale":null,"Emag API call for :action failed":null,"The action :action on url :url failed with the following error messages:":null,"New :type callback from emag":null,"New :type callback from emag for id :id":null,"Missing app product for emag order :id":null,"Product :product":null,"Offer mismatch for eMag order :id":null,"For product :code":null,"External part number :code":null,"Part number :code":null,"New eMag order (id: :id) with vouchers:":null,":name, value :value":null,"New eMag order (id: :id) with vouchers":null,"Shipping price mismatch for eMag order :order":null,"Product price mismatch for eMag order :order":null,"Offer with id :id already exists":null,"An offer for the pnk :pnk already exists":null,"An offer with product id :id already exists and needs eMag intervention":null,"No order with id :id found":null,"Write Review For":null,"Don't know what to write about?":null,"Tell us what you like about the purchased product.":null,"Does it live up to your expectations?":null,"Are you satisfied with the value for money?":null,"Would you recommend it to others?":null,"Remove from favorites":null,"make default":null,"delivery":null,"billing":null,"Not Paid":null,"Requires Action":null,"verify":null,"Verify":null,"confirmation":null,"No addresses defined":null,"Part":null,"Complete the payment":null,"An extra confirmation is needed to process your payment":null,"Order is already paid":null,"Your payment for this order is still processing":null,"Please find the invoice attached":null,"Invoice issued for order #:number":null,"Your order #:number":null,"Payment via :type was successful for order :number":null,"A payment was received for order #:number (:total :currency)":null,"Insufficient stock for :product, only :left left":null,"Registration is restricted for the moment, please return soon":null,"Hello :name":null,"Thank you for creating an account on :shop":null,"We hope that you will enjoy our products":null,"Go to login":null,"Ship to a different addresstion button, copy and paste the URL below into your web browser":null,"Payment via :type was successful for order #:number, amount :amount :currency":null,"View order":null,"Click bellow to view your order and finalize the payment":null,"A new account was created : :name":null,"from: :company":null,"To manage the account please click the link below":null,"View account":null,"Details for delivering your order":null,"You're just a few steps away from finalizing your order":null,"If you already have an account click":null,"to go to the login page":null,"Your account":null,"I want to create an account":null,"Company Name":null,"Skip":null,"New order #:number from :channel for :total :currency":null,"fast-checkout":null,"Fast Checkout":null,"The action :action failed with the following error code: :code":null,"Reported error message: :message":null,"Request payload: :payload":null,"API call for :action failed":null,"Notification, :title":null,"New Comment Tag":null,"You were just tagged":null,"Comment Tag Notification":null,"Your password will expire soon":null,"You've got :days days left to change it":null,"You've got until tomorrow to change it":null,"You must change it today":null,"Welcome!":null,"Task Reminder":null,"This is a reminder for the following task:":null,"View Task":null,"Task :description":null,"You cannot delete the default address":null,"You cannot delete an address that you have previously used":null,"You cannot edit this company, please contact support":null,"Your cart is empty":null,"You cannot delete the default card":null,"You cannot edit this :model, please contact support":null,"Company information":null,"Billing address":null,"Free":null,"Get to know us":null,"Registration successful":null,"Your account needs to be activated before you can login":null,"You will receive a confirmation email upon approval":null,"Thank you!":null,"Frequently asked questions":null,"Edit address":null,"Edit company":null,"Pay by Card":null,"Click":null,"Not Implemented":null,"Approve":null,"Disapprove":null,"for \":query\"":null,"Review was rejected":null,"Review updated for :product":null,"New review submitted for :product":null,"A product review was updated by :person:":null,"A new product review was posted by :person:":null,"Your review for :product was :approval":null,"If you want, you can revise your review here:":null,"Review :approval":null,"approved":null,"rejected":null,"Terms of Use":null,"Similar products":null,"Enter your email to reset your password":null,"We'll send you an email with the instructions to follow":null,"similar-products":null,"description":null,"characteristics":null,"about-this-brand":null,"not in stock":null,"Not In Stock":null,"Hold tight, your order is being processed. We will email you when your order succeeds":null,"Wire Transfer":null,"Grand Total":null,"A cancellation request was received for order #:id":null,"Cancellation request for order #:id":null,"Please let us know if you are able to cancel the order":null,"Cancellation request for emag order with id :id":null,"An emag order cancellation request was received":null,"Ensure the order may still be cancellable":null,"and optionally contact the client":null,"You may access the corresponding sale":null,"using the button below":null,"If you need to change your email please contact us":null,"Awb status was updated to \":status\" for emag order #:id":null,"Awb status update for emag order #:id":null}
\ No newline at end of file
diff --git a/resources/lang/nl.json b/resources/lang/nl.json
index 4bb1ae627..9cb7c7b1e 100644
--- a/resources/lang/nl.json
+++ b/resources/lang/nl.json
@@ -1 +1 @@
-{"Sale":null,"A cancellation request was received for a :channel order.":null,"Please take the necessary steps.":null,"A cancellation request was received for a :channel order":null,"Order #:number from :channel, placed by :person, has a new status update: :status":null,"New Position":null,"Download goods received note":null,"Undo receive":null,"Receive":null,"Undo confirm":null,"Confirm":null,"Reference":null,"UID":null,"Undo deliver":null,"Deliver":null,"Undo ship":null,"Ship":null,"Undo prepare":null,"Prepare products":null,"Insert in stock":null,"Undo fulfill":null,"Remove from stock":null,"Order emailed by":null,"Invoice emailed by":null,"No email sent with the current invoice":null,"Issue Proforma":null,"No email sent with the current order":null,"Download order (pdf)":null,"Download order (xlsx)":null,"Fulfill":null,"Store":null,"Cancellation request for :channel order #:number":null,"Your order #:number is being processed. We'll keep you updated.":null,"Your order #:number has been delivered. We hope you enjoy your purchase and we'd really love to receive your feedback. If you wish, you can leave us a product review.":null,"Don't hesitate to contact us for any questions.":null,"Your order #:number has been packed and is ready for shipping. We'll let you know once it's shipped.":null,"A :channel order cancellation request was received":null,"Status update for order #:number":null,"Order #:number from :channel, placed by :person, has a new status update :status":null,"Your order #:number has been delivered. We hope you enjoy your purchase and we’d really love to receive your feedback. If you wish, you can leave us a product review.":null,"Your order #:number has been shipped to the following address: :address":null,"Your order #:number has been packed and is ready for shipping. We’ll let you know once it’s shipped.":null,"Your order #:number is being processed. We’ll keep you updated.":null,"Your order #:number was delivered":null,"Your order #:number was shipped":null,"Your order #:number is ready to be shipped":null,"Your order #:number is being processed":null,"Author":null,"Subgenre":null,"Genre":null,"Number of Pages":null,"Year of Publication":null,"Collection":null,"Edition":null,"Publisher":null,"Translator":null,"A new account was created: :name":null,":days Days Returns":null,"Street line 2":null,"Street line 1":null,"A payment method was already set for this order":null,"Added":null,"Authorize Only":null,"Pay by Wire Transfer":null,"Go back to the store":null,"We will create an account for your future orders":null,"Secure payments with":null,"The company already exists in our system. Please contact us about that":null,"Set your new password":null,"If you are having trouble clicking the action button, copy and paste the URL below into your web browser":null,"Company Name":null,"Ship to a different addressed":null,"You just asked for a password reset. To complete the process click the button below.":null,":name export done":null,":name export started":null,":type import done":null,"":null,"#":null,"30 days":null,"7 days":null,"A fresh verification link has been sent to your email address.":null,"About this brand":null,"About Us":null,"Above":null,"Accessories":null,"Account details":null,"Account":null,"account":null,"Acidity":null,"Acquisition Price":null,"Acquisition Value":null,"Actions":null,"actions":null,"Active":null,"active":null,"Activity Log":null,"Start Date":null,"Activity":null,"Add :entity":null,"Add address":null,"Add Brand":null,"Add card":null,"Add Card":null,"Add Comment":null,"Add company":null,"Add File":null,"Add Key":null,"Add Payment":null,"Add to cart":null,"Add to favorites":null,"Add video":null,"Add":null,"Adding":null,"Additional":null,"Address is missing or does not have lat\/long":null,"Address":null,"Addresses":null,"Adjustment":null,"Administration":null,"administration":null,"Administrative Area":null,"Again Colors":null,"Agent":null,"Algolia":null,"All Menu Items":null,"All Products":null,"All products":null,"all products":null,"All rights reserved.":null,"all":null,"Allocated To":null,"Amazing Saving":null,"Amount":null,"An error has occured. Please report this to the administrator":null,"An error was encountered while generationg :export":null,"An export job is already running for the same table":null,"An unknown error occurred while submitting your report. Please try again.":null,"Analytics Id":null,"Apartment":null,"App Key":null,"App":null,"Appellative":null,"Approved Documentation":null,"Approved":null,"April":null,"Aprovizionari":null,"Are you sure that you want to delete the template file?":null,"Are you sure?":null,"Assign":null,"Associate Person":null,"attribute groups":null,"Audit":null,"audit":null,"Authors":null,"Available menus":null,"Available slides":null,"Avatar":null,"Avenue":null,"Awaiting Brand validation":null,"Awaiting Documentation Validation":null,"Awaiting EAN validation":null,"Awaiting MKTP validation":null,"Award List":null,"Awards":null,"Azzure":null,"Back":null,"Backed by":null,"Bag":null,"Bank Account":null,"Bank":null,"Be the first to review this product":null,"Before proceeding, please check your email for a verification link.":null,"Below":null,"Bend":null,"Besel":null,"Best Seller":null,"Between":null,"Billing Address":null,"Birthday":null,"birthday":null,"Birthdays":null,"Blank":null,"Blocked":null,"Bookmarks":null,"Bottled Weight":null,"Boulevard":null,"Box":null,"Brand Count":null,"Brands":null,"brands":null,"BTL":null,"Bucharest":null,"Building Type":null,"Building":null,"building":null,"built with":null,"Business hours":null,"Butons":null,"Button Item":null,"Buttons":null,"buttons":null,"By":null,"Calendar":null,"calendar":null,"Calendars":null,"Calories per 100g":null,"Cancel":null,"Cancelled":null,"cancelled":null,"Cantitate":null,"Card number":null,"Cardholder name":null,"Carousel":null,"carousel":null,"Carrier":null,"Cart is empty":null,"Cart Summary":null,"Cart Validity Days":null,"Cart":null,"Pay on Delivery":null,"Cash Register Receipt":null,"Catalog":null,"Categories":null,"categories":null,"Navigation":null,"Category":null,"Channel":null,"Characteristics":null,"Cheque":null,"Choose language":null,"Choose your payment method":null,"Choose":null,"City Population by Age":null,"City":null,"Clear all":null,"click here to request another":null,"Client (company)":null,"Client (person)":null,"Client Discounts":null,"Client Invoices":null,"Client Order Reference":null,"Client Payment":null,"Client Payments":null,"Client Reference":null,"Client Stock":null,"Client Stocks":null,"Client":null,"Clienti":null,"Clients":null,"clients":null,"Close":null,"Code":null,"Coding":null,"Collapse Main Menu":null,"Colors Two":null,"Colors":null,"Coming Soon":null,"Comments":null,"Commercial":null,"commercial":null,"Companies":null,"companies":null,"Company client":null,"Company":null,"company":null,"Completed":null,"Configure Role":null,"Configure":null,"configure":null,"Confirm Password":null,"Confirmed":null,"Contact Bar Text":null,"contact form":null,"Contact Form":null,"Contact us with any questions or concerns that you may have and we will get back to you shortly":null,"Contact":null,"Contacts Index":null,"Contacts":null,"contacts":null,"Content Private":null,"Content":null,"Continue":null,"Copied to clipboard":null,"Copyright © 2016":null,"Core":null,"Country of Origin":null,"Country":null,"County":null,"Courier Service":null,"Create a new Entity":null,"Create a new User":null,"Create Button":null,"Create Company":null,"Create Differences Sale":null,"Create Group":null,"create group":null,"Create Language":null,"Create Menu":null,"Create Owner":null,"Create Permission Group":null,"Create Permission":null,"Create Permissions Group":null,"Create Person":null,"Create Resource":null,"Create Role":null,"Create Tutorial":null,"Create User Group":null,"Create User":null,"Create":null,"create":null,"Created Address":null,"Created At":null,"Created at":null,"Created By":null,"Created Contact":null,"Created":null,"created":null,"Currency Placed Before":null,"Current file size is":null,"custom":null,"Customer opinions":null,"Cycling":null,"Danger":null,"Dashboard":null,"dashboard":null,"Data Import":null,"data import":null,"Date":null,"Default Address":null,"Default Menu":null,"Default":null,"default":null,"Delete Avatar":null,"Delete File":null,"Delete Template":null,"Delete video":null,"Delete":null,"delete":null,"deleted":null,"Delivered":null,"Description":null,"deselect":null,"Designing":null,"details":null,"Details":null,"Diameter":null,"Direct Link":null,"Discount":null,"Discounts":null,"discounts":null,"Discussions":null,"Display Name":null,"Documents":null,"documents":null,"Don't have an account?":null,"Download Delivery Note":null,"Download Excel Sale Offer":null,"Download Excel Sale Return Offer":null,"Download Goods Received Note":null,"Download Invoice (long click for cancel)":null,"Download Payment (long click for cancel)":null,"Download Sale Offer":null,"Download Sale Return Offer":null,"Download Stock Removal":null,"Download Template":null,"Download":null,"Drag And Drop":null,"Drinking":null,"Due Date":null,"E-Mail Address":null,"Eating":null,"EAV":null,"eav":null,"Edit Button":null,"Edit Company":null,"Edit Invoice":null,"Edit Language":null,"Edit Menu":null,"Edit Owner":null,"Edit Permission Group":null,"Edit Permission":null,"Edit Permissions Group":null,"Edit Person":null,"Edit personal details":null,"Edit Role":null,"Edit Texts":null,"edit texts":null,"Edit Tutorial":null,"Edit User Group":null,"Edit User":null,"Edit":null,"edit":null,"Editable Limit":null,"edited":null,"Element":null,"Emag Active Offer":null,"Emag documentatie":null,"Emag Documentation":null,"Emag Offer":null,"Emag pret":null,"Emag Price":null,"Emag Valid":null,"Emag":null,"emag":null,"Email can only be edited via the user form":null,"Email":null,"Emailed At":null,"Emailed":null,"Enabled":null,"End":null,"Enter Fulfilling Mode":null,"Enter the application":null,"Enter warehouse mode":null,"Enter Warehouse Mode":null,"Entities":null,"entities":null,"Entity Details":null,"Entity":null,"entity":null,"Entries":null,"entries":null,"Entry":null,"entry":null,"Error":null,"Events":null,"Excel":null,"Expanded Menu":null,"Expanded Sidebar":null,"Expiration Date":null,"Export available for download: :filename":null,"Export Done":null,"Export emailed: :filename":null,"Export emailed":null,"Export error":null,"Export Notification":null,"Export started":null,"Export":null,"export":null,"exporting rejected":null,"exports":null,"External":null,"Extra Virgin Olive Oils":null,"Facturi clienti":null,"Facturi furnizori":null,"Failed":null,"failed":null,"FAQ":null,"Favorites":null,"Favourite products":null,"Fax Number":null,"Fax":null,"FEATURED BRANDS":null,"Featured Brands":null,"Feb":null,"February":null,"File name":null,"File Size":null,"File":null,"File(s)":null,"Files were uploaded successfully":null,"Files":null,"files":null,"Fill":null,"Filter by name or code":null,"Filter":null,"filtered from":null,"filtered":null,"Filters":null,"Finalize order":null,"Finalize":null,"Finalized":null,"finalized":null,"Financial Overview":null,"Financials":null,"financials":null,"find matches":null,"First Name":null,"Fiscal Code":null,"Fiscal Invoice":null,"Fiscal":null,"Flag Icon Class":null,"Flag Sufix":null,"Flag":null,"Floor":null,"floor":null,"Forbidden":null,"Forgot Password?":null,"Forgot password":null,"Forgot Your Password?":null,"Found :total results":null,"Friday":null,"Frisbo":null,"From":null,"from":null,"Fulfilled At":null,"Fulfilling":null,"Furnizor":null,"Gender":null,"General Settings":null,"General":null,"Generate":null,"Generated for order #:number":null,"Geneva":null,"Get in touch with us":null,"Go Home":null,"Google":null,"Got it!":null,"Green":null,"Group":null,"Groups":null,"Habits":null,"Harvest 2016\/2017":null,"Harvest 2017\/2018":null,"Harvest 2018\/2019":null,"Harvest 2019\/2020":null,"Harvest":null,"Has Children":null,"Height":null,"Hello!":null,"Hello":null,"Herbs":null,"here":null,"Hi :name,":null,"Hi :name":null,"Home":null,"Homepage":null,"How To Videos":null,"how to videos":null,"I agree to the":null,"I authorise :name to send instructions to the financial institution that issued my card to take payments from my card account in accordance with the terms of my agreement with you":null,"I authorise":null,"Ian":null,"Icon Class":null,"Icon":null,"If you are having trouble clicking the action button, copy and paste the URL below":null,"If you did not create an account, no further action is required.":null,"If you did not receive the email":null,"If you did not request a password reset, no further action is required.":null,"If you’d like to help, tell us what happened below.":null,"IFSC":null,"Impersonate":null,"Impersonating":null,"Import Summary":null,"Import Type":null,"Import":null,"Importance":null,"Important":null,"Imported At":null,"Imported By":null,"Imported Entries":null,"ImportType":null,"In a few minutes you will receive a confirmation email":null,"In Stock":null,"in stock":null,"10 Days Returns":null,"24h Tracked Shipping":null,"100% Original Products":null,"Secure Payments":null,"Income":null,"index":null,"Indications":null,"Individual":null,"Industrial":null,"Info":null,"Ingredients":null,"Insert in Stock":null,"Integrations":null,"Internal #":null,"Internal Code":null,"Internal":null,"into your web browser":null,"Invalid signature.":null,"Invalid":null,"Inventory":null,"inventory":null,"Invoice Emailed":null,"Invoice for order # :number":null,"Invoice for order":null,"invoice":null,"invoices":null,"Invoices":null,"Is Active":null,"Is Cancelled":null,"Is Default":null,"is-bordered":null,"is-hoverable":null,"is-narrow":null,"is-striped":null,"Issue Invoice":null,"Issue Payment":null,"Issue proforma":null,"Issues":null,"It looks like we’re having issues.":null,"Item":null,"items":null,"Items":null,"Jams":null,"January":null,"Jar":null,"July":null,"June":null,"Keep tables configurations":null,"Key Collector":null,"Key Name":null,"Key Value":null,"Key":null,"keys found":null,"Label Generator":null,"Label":null,"Labels":null,"labels":null,"Lane":null,"Language Item":null,"Language":null,"Languages":null,"languages":null,"Last Modified":null,"last month":null,"Last Name":null,"Last updated":null,"last week":null,"last year":null,"Learn more":null,"Leave Fulfilling Mode":null,"Leave Warehouse Mode":null,"Left":null,"Length":null,"limited quantity":null,"Limited Stock Limit":null,"Limited Stock":null,"Line":null,"Link":null,"List Price":null,"Page [page] from [toPage]":null,"List Value":null,"List":null,"Load More":null,"Load more":null,"Loading...":null,"Loading":null,"Localisation Index":null,"Localisation":null,"localisation":null,"Localities":null,"Locality":null,"Log in":null,"Log out":null,"Log Out":null,"log":null,"Login":null,"login":null,"Logins":null,"logins":null,"logout":null,"Logout":null,"Logs Index":null,"Logs":null,"logs":null,"Loss":null,"Made with Bulma":null,"Made with Laravel":null,"Made with Vue":null,"Magazie":null,"Main Menu":null,"Manage Buttons":null,"Manage Menus":null,"Manage Permissions":null,"Mandatary":null,"Manufacturer":null,"Manufacturers":null,"Maps key":null,"Mar":null,"March":null,"Mark all as read":null,"Mark all read":null,"Max":null,"May":null,"MB":null,"Measurement Unit":null,"Measurement Units":null,"measurement units":null,"Member Since":null,"Members":null,"Menu Collapse":null,"Menu Items":null,"Menu":null,"Menus Index":null,"Menus":null,"menus":null,"Merge all localisation files":null,"Mfr #":null,"Mfr":null,"Min":null,"Miss":null,"Mode":null,"Monday":null,"more":null,"move to favorites":null,"Mr":null,"MU":null,"N\/A":null,"Name":null,"Needs matching":null,"Net Weight":null,"New Address":null,"New Password":null,"New team":null,"New Topic":null,"New":null,"Next Page":null,"Next":null,"NIN":null,"No activity found":null,"No keys found":null,"No locations found":null,"No options available":null,"No records were found":null,"No reservations found":null,"No search results found":null,"No teams were created yet":null,"No":null,"Not Found":null,"not paid":null,"Note":null,"Notes":null,"Nothing found":null,"notification":null,"Notifications":null,"notifications":null,"Number":null,"Observations":null,"of":null,"Offices":null,"Oh no":null,"OK":null,"on behalf of :company":null,"On Demand":null,"on":null,"Online":null,"Only missing":null,"Operation failed because the permission is allocated to existing role(s)":null,"Operation was successfull":null,"order #:number invoice":null,"order #:number":null,"Order #:number":null,"Order details :number":null,"Order Line Limit":null,"Order Payment":null,"Order Values":null,"Order":null,"Orders":null,"Organize Menus":null,"our location":null,"Our Location":null,"Our team has been notified.":null,"Overdue":null,"Own Stock":null,"Owners Index":null,"Owners":null,"owners":null,"Package Content":null,"Packaging Units":null,"packaging units":null,"Page Expired":null,"Parade":null,"Parent":null,"Part Number":null,"Password Confirmation":null,"Password":null,"password":null,"Passwords must be at least six characters and match the confirmation.":null,"Past Imports":null,"Pasta":null,"Pay Later":null,"pay":null,"Pay":null,"Payment method":null,"Payment Methods":null,"Payment Order":null,"Payment":null,"payments":null,"Payments":null,"Pays VAT":null,"People":null,"people":null,"Permission Group":null,"Permission Groups Index":null,"Permission Groups":null,"Permission Name":null,"Permission":null,"permissionGroups":null,"Permissions Group Items":null,"Permissions Group":null,"permissions group":null,"Permissions Groups":null,"Permissions Index":null,"Permissions":null,"permissions":null,"Person client":null,"Person":null,"person":null,"Personal Info":null,"Personal information can only be edited via the person form":null,"Personal":null,"Phone Number":null,"Phone":null,"Pic":null,"Pick an option":null,"Picture":null,"Piece":null,"Place order":null,"See cart":null,"Placement":null,"Plati clienti":null,"Plati furnizor":null,"Please choose":null,"Please click the button below to verify your email address.":null,"Please confirm your password before continuing.":null,"Please Fill":null,"Please find attached the order's invoice.":null,"Please review your order and payment details":null,"Please set or reset your password by clicking the button below.":null,"POS Receipt":null,"Position":null,"Positions":null,"positions":null,"Post":null,"Postal Area":null,"Postal Code":null,"Postcode":null,"posted":null,"Prepared":null,"Preview":null,"Previous Page":null,"Previous":null,"Price":null,"Privacy":null,"processed":null,"Processing":null,"processing":null,"Product image coming soon":null,"Product":null,"Products per page":null,"Products":null,"products":null,"Produs":null,"Profile":null,"Profit":null,"Proforma Invoice":null,"Proforma":null,"Promissory Note":null,"publish product":null,"Purchase Returns":null,"purchase returns":null,"Purchase":null,"Purchases":null,"purchases":null,"Purple":null,"Qty":null,"Quantity":null,"rating":null,"Rating":null,"Ratio":null,"Read":null,"Recaptcha key":null,"Recaptcha secret":null,"Receipt":null,"Received":null,"Recent orders":null,"Recommended Products":null,"records":null,"Red":null,"Reference \\ PO":null,"Regards":null,"register":null,"Register":null,"Registered Entities":null,"Registered Users":null,"Registry Of Commerce":null,"Registry of commerce":null,"Rejected Association":null,"Rejected Brand":null,"Rejected Documentation":null,"Rejected EAN":null,"Reload":null,"Remember me":null,"Remember Me":null,"Reminder":null,"Remove From Stock":null,"Remove poster":null,"remove":null,"Reorder Menu":null,"reorder":null,"Repeat Password":null,"Replies":null,"Reply":null,"Resell":null,"Reservations":null,"Reserved":null,"Reset password request":null,"Reset password":null,"Reset":null,"Residential":null,"Resource Prefix":null,"Resource":null,"resource":null,"Retur aprovizionari":null,"Retur vanzari":null,"Revenue":null,"Reviews":null,"reviews":null,"Right":null,"Road":null,"Role Item":null,"Role":null,"role":null,"Roles Index":null,"Roles List":null,"Roles":null,"roles":null,"Rotatie":null,"Rotation":null,"Route":null,"Row":null,"Running":null,"Sale Channel":null,"Sale Channels":null,"sale channels":null,"Sale Price":null,"Sale Returns":null,"sale returns":null,"Sale Value":null,"Sales":null,"sales":null,"Saturday":null,"Sauces":null,"Save Configuration":null,"Save your work then click here to refresh your page and update to the latest application version":null,"Save":null,"Sea Salt":null,"Search category limit":null,"Search in products":null,"Search placeholder":null,"Search something":null,"Search within brands":null,"Search...":null,"Search":null,"Searching...":null,"Searching":null,"Secret":null,"See all":null,"Select file for import":null,"select":null,"selected":null,"Send a password reset link":null,"Send a reset password link":null,"Send Password Reset Link":null,"Serial":null,"Server Error":null,"Service Unavailable":null,"Service":null,"Services":null,"services":null,"Set password":null,"Settings":null,"settings":null,"Share your idea...":null,"Share your opinion and rate the product":null,"Share your opinion...":null,"Shelf":null,"Shift + Enter to post":null,"Shipped":null,"Shipping Address":null,"Shipping charges may be incurred":null,"Shipping charges of :value (+VAT) will be added":null,"Shipping cost":null,"You will pay":null,"Visit the product page":null,"Shop Categories":null,"Shopping Cart":null,"Show Log":null,"Show Logs from":null,"Show":null,"show":null,"Showing :from - :to of :total results":null,"Sicilian Honey":null,"Sidebar Toggle":null,"Similar products limit":null,"Site Texts":null,"Size":null,"Sleeping":null,"Some fields were invalid. Please correct the errors and try again.":null,"Something went wrong...":null,"Special Diet":null,"Speciality":null,"Spendings":null,"Square":null,"Start Tutorial":null,"Started":null,"Starters":null,"Status":null,"Stock Rotation":null,"Stock: :stock":null,"Stock":null,"Stopped":null,"Storage Usage":null,"store":null,"Storing":null,"Street Type":null,"Street":null,"Sub Administrative Area":null,"Submit":null,"Success":null,"Successful":null,"Summary":null,"Sunday":null,"Supplier Discounts":null,"Supplier Invoices":null,"Supplier Number":null,"Supplier Payments":null,"Supplier Ref":null,"Supplier Stock":null,"Supplier":null,"suppliers":null,"Sweets":null,"System":null,"system":null,"Table export done":null,"Table export error":null,"Table export started":null,"Table":null,"Tables State Save":null,"Tags":null,"Tasks":null,"tasks":null,"team":null,"Teams":null,"Template":null,"Tenant":null,"terms and conditions":null,"Terms of use":null,"Terms Of Use":null,"terms of use":null,"Thank you for shopping with us.":null,"Thank you for using our application!":null,"Thank you for your order":null,"Thank you":null,"The :filename file is ready":null,"The address has been successfully updated":null,"The address was successfully created":null,"The admin role already has all permissions and does not need syncing":null,"The application was updated, please save your work & refresh your browser":null,"The Changes have been saved!":null,"The changes have been saved":null,"The company was successfully created":null,"The company was successfully deleted":null,"The company was successfully updated":null,"The Entity was created!":null,"The entity was created!":null,"The export :name could not be completed due to an unknown error":null,"The export was cancelled successfully":null,"The form contains errors":null,"The generated document has :entries entries":null,"The import was restarted":null,"The language files were successfully merged":null,"The language files were successfully updated":null,"The log file":null,"The log was cleaned":null,"The menu was created!":null,"The operation was successful":null,"New order #:number from :channel for :total :currency was placed by :person":null,"Selected payment method: :paymentMethod":null,"The permission group was created!":null,"The permission was created!":null,"The permissions were created!":null,"The person has assigned resources in the system and cannot be deleted":null,"The Person was successfully created":null,"The person was successfully created":null,"The person was successfully deleted":null,"The person was successfully updated":null,"The poster was deleted successfully":null,"The requested report was started. It can take a few minutes before you have it in your inbox":null,"The requested report was started. It can take a few minutes before you have it in your inbox":null,"The role was created!":null,"The selected record is about to be deleted. Are you sure?":null,"The team was successfully saved":null,"The tutorial was created!":null,"The tutorial was successfully deleted":null,"The user group was successfully created":null,"The user group was successfully deleted":null,"The user has activity in the system and cannot be deleted":null,"The User was created!":null,"The video file was deleted successfully":null,"The video was updated successfully":null,"The webshop is still under construction, but we're launching soon...":null,"Theme Color":null,"Theme":null,"There are no active carousel slides":null,"There are no addresses added yet":null,"There are no companies added yet":null,"There are no credit cards added yet":null,"This action is unauthorized.":null,"this month":null,"This password reset link will expire in :count minutes.":null,"This password reset token is invalid.":null,"This website uses cookies to deliver its services and to analyze traffic. For more details please visit our":null,"privacy policy":null,"this week":null,"this year":null,"Thursday":null,"Time":null,"Timeline":null,"Tip":null,"Title...":null,"Title":null,"title":null,"to manage your addresses":null,"to manage your cards":null,"to manage your companies":null,"to view your order":null,"To":null,"to":null,"Today":null,"today":null,"Toggle navigation":null,"Too Many Attempts.":null,"Too Many Requests":null,"Top Banner Content":null,"Top Pick":null,"Total amount for order #:number is :currency:total":null,"total records":null,"Total":null,"total":null,"Translations":null,"Tuesday":null,"Tutorial":null,"Tutorials Index":null,"Tutorials":null,"tutorials":null,"Type a new comment":null,"Type":null,"type":null,"Types":null,"Unable to read file":null,"Unauthorized":null,"Undo Stock Insertion":null,"Undo Stock Removal":null,"Unique Identifier":null,"Unit. Price":null,"Unitary Price":null,"untagged":null,"Update":null,"Updated At":null,"Updated By":null,"updated the members":null,"updated":null,"Updated":null,"Upload Avatar":null,"Upload Template":null,"uploads":null,"Use":null,"User Details":null,"user groups":null,"User Groups":null,"User Info":null,"User Profile":null,"User":null,"user":null,"Users Administration":null,"Users Index":null,"Users":null,"users":null,"Valability":null,"Valid":null,"Editable time limit in seconds. Use 0 to disable":null,"Value":null,"Vanzari":null,"VAT":null,"VAT Value":null,"ver":null,"Verify Email Address":null,"Verify Your Email Address":null,"Video description":null,"Video name":null,"Video":null,"video":null,"View Cart":null,"View your order":null,"Virtual Position ID":null,"Visible Brands":null,"Visible Top Banner":null,"Vista":null,"Volume":null,"Voucher":null,"waiting":null,"Warehouse":null,"warehouses":null,"Warehouses":null,"Warning":null,"was changed":null,"was last updated":null,"We can't find a user with that e-mail address.":null,"We have e-mailed your password reset link!":null,"We will keep you updated on its progress":null,"We won't ask for your password again for a few hours.":null,"Webshop Name":null,"Webshop Order":null,"webshop":null,"Webshop":null,"Website":null,"Wednesday":null,"Welcome Back":null,"Welcome":null,"What happened?":null,"What you need to know":null,"What":null,"When":null,"Whoops!":null,"Width":null,"Write a review":null,"Write":null,"Yes":null,"yesterday":null,"You are not authorized for this action":null,"You are not authorized to perform this action":null,"You are receiving this email because we received a password reset request for your account.":null,"You can click":null,"You don't have any favorite products yet":null,"You don't have any notifications":null,"You don't have any orders yet":null,"You don't have any products in the shopping cart right now":null,"You have":null,"You just got a notification...":null,"You made too many attempts. Please wait 5 minutes and try again.":null,"You may also like":null,"You will find attached the requested report.":null,"Your :shop order :number":null,"Your account has been disabled. Please contact the administrator":null,"Your card was successfully saved":null,"Your email address is not verified.":null,"Your Message":null,"Your password has been reset!":null,"You need to accept our terms of use first":null,"item":null,"PO #":null,"Your privacy is important for us":null,"cart":null,"favourites":null,"addresses":null,"orders":null,"payment":null,"summary":null,"add":null,"rate":null,"review":null,"star":null,"stars":null,"Thank you for contributing":null,"Do you own or have used this product?":null,"This review is awaiting approval":null,"This review was approved":null,"This review was rejected. You may edit and repost it.":null,"Edit review":null,"category":null,"terms-of-use":null,"privacy":null,"about-us":null,"favorites":null,":user finalized the :model :label for the partner :partner":null,":type quantity and total were successfully updated":null,":type update":null,"Please find attached the order details":null,"Succeeded":null,"External Reference":null,"Incomplete order (#:number)":null,"On :date you placed an order on our webshop but forgot to finalize the payment.":null,"Please click bellow to view your order and finalize the payment":null,"New message from the webshop's contact form":null,"Your Webshop.":null,"Message:":null,"Contact phone: :phone":null,"Your order #:number on :shop was successfully placed":null,"You have a new webshop order":null,"New user registration":null,"Before adjusting stock, select the product default supplier":null,"Cannot increment when quantity <= 0":null,"Cannot decrement when quantity <= 0":null,"Order already has a :type invoice":null,"Invalid item":null,"Cannot update orders that are externally fulfilled":null,"Order is already in this status":null,"There are no differences on this order":null,"You are not allowed to issue payments without invoices":null,"You are not allowed to issue payments on a cancelled invoice'":null,"Sale is already paid":null,"You cannot delete a paid order":null,"order details":null,"Delivery Address":null,"Disc.":null,"M.U.":null,"Product \/ Code":null,"registered in doc.":null,"received":null,"U.P acquision":null,"(no VAT)":null,"Val. acquision":null,"Val. VAT":null,"(afferent)":null,"Info field":null,"additional":null,"piece":null,"Total General":null,"Goods Receipt Note":null,"Unit":null,"The undersigned, members of the reception committee, have received the material values provided by":null,"delegate":null,"based on the accompanying documents":null,"consisting":null,"car no.":null,"Optional field, usable in case of observations":null,"Reception committee members name and surname":null,"Signature":null,"Manager name and surename":null,"Manager name and surname":null,"Reception comitee conclusions":null,"Reception committee conclusions":null,"Supplier\/carrier point of view":null,"Other mentions":null,"The quantity determination was done by":null,"The quality determination was made by the sample":null,"no.":null,"Sender":null,"Companion":null,"Dispatch station":null,"Destination station":null,"Release date":null,"Dispatch date":null,"Arrival date":null,"Supplier delegates, the carrier who participated in the reception":null,"ISBN":null,"Total products":null,"Scale indicated weight":null,"Stock Removal":null,"Representative of":null,"Name and surname":null,"Identity card":null,"TOTAL":null,"Reception participants":null,"for Sale":null,"Emag API call for :action failed":null,"The action :action on url :url failed with the following error messages:":null,"New :type callback from emag":null,"New :type callback from emag for id :id":null,"Missing app product for emag order :id":null,"Product :product":null,"Offer mismatch for eMag order :id":null,"For product :code":null,"External part number :code":null,"Part number :code":null,"New eMag order (id: :id) with vouchers:":null,":name, value :value":null,"New eMag order (id: :id) with vouchers":null,"Shipping price mismatch for eMag order :order":null,"Product price mismatch for eMag order :order":null,"Offer with id :id already exists":null,"An offer for the pnk :pnk already exists":null,"An offer with product id :id already exists and needs eMag intervention":null,"No order with id :id found":null,"Write Review For":null,"Don't know what to write about?":null,"Tell us what you like about the purchased product.":null,"Does it live up to your expectations?":null,"Are you satisfied with the value for money?":null,"Would you recommend it to others?":null,"Remove from favorites":null,"make default":null,"delivery":null,"billing":null,"Not Paid":null,"Requires Action":null,"verify":null,"Verify":null,"confirmation":null,"No addresses defined":null,"Part":null,"Complete the payment":null,"An extra confirmation is needed to process your payment":null,"Order is already paid":null,"Your payment for this order is still processing":null,"Please find the invoice attached":null,"Invoice issued for order #:number":null,"Your order #:number":null,"Payment via :type was successful for order :number":null,"A payment was received for order #:number (:total :currency)":null,"Insufficient stock for :product, only :left left":null,"Registration is restricted for the moment, please return soon":null,"Hello :name":null,"Thank you for creating an account on :shop":null,"We hope that you will enjoy our products":null,"Go to login":null,"Ship to a different addresstion button, copy and paste the URL below into your web browser":null,"Payment via :type was successful for order #:number, amount :amount :currency":null,"View order":null,"Click bellow to view your order and finalize the payment":null,"A new account was created : :name":null,"from: :company":null,"To manage the account please click the link below":null,"View account":null,"Details for delivering your order":null,"You're just a few steps away from finalizing your order":null,"If you already have an account click":null,"to go to the login page":null,"Your account":null,"I want to create an account":null,"Skip":null,"New order #:number from :channel for :total :currency":null,"fast-checkout":null,"Fast Checkout":null,"The action :action failed with the following error code: :code":null,"Reported error message: :message":null,"Request payload: :payload":null,"API call for :action failed":null,"Notification, :title":null,"New Comment Tag":null,"You were just tagged":null,"Comment Tag Notification":null,"Your password will expire soon":null,"You've got :days days left to change it":null,"You've got until tomorrow to change it":null,"You must change it today":null,"Welcome!":null,"Task Reminder":null,"This is a reminder for the following task:":null,"View Task":null,"Task :description":null,"You cannot delete the default address":null,"You cannot delete an address that you have previously used":null,"You cannot edit this company, please contact support":null,"Your cart is empty":null,"You cannot delete the default card":null,"You cannot edit this :model, please contact support":null,"Company information":null,"Billing address":null,"Free":null,"Get to know us":null,"Registration successful":null,"Your account needs to be activated before you can login":null,"You will receive a confirmation email upon approval":null,"Thank you!":null,"Frequently asked questions":null,"Edit address":null,"Edit company":null,"Pay by Card":null,"Click":null,"Not Implemented":null,"Approve":null,"Disapprove":null,"for \":query\"":null,"Review was rejected":null,"Review updated for :product":null,"New review submitted for :product":null,"A product review was updated by :person:":null,"A new product review was posted by :person:":null,"Your review for :product was :approval":null,"If you want, you can revise your review here:":null,"Review :approval":null,"approved":null,"rejected":null,"Terms of Use":null,"Similar products":null,"Enter your email to reset your password":null,"We'll send you an email with the instructions to follow":null,"similar-products":null,"description":null,"characteristics":null,"about-this-brand":null,"not in stock":null,"Not In Stock":null,"Hold tight, your order is being processed. We will email you when your order succeeds":null,"Wire Transfer":null,"Grand Total":null,"A cancellation request was received for order #:id":null,"Cancellation request for order #:id":null,"Please let us know if you are able to cancel the order":null,"Cancellation request for emag order with id :id":null,"An emag order cancellation request was received":null,"Ensure the order may still be cancellable":null,"and optionally contact the client":null,"You may access the corresponding sale":null,"using the button below":null,"If you need to change your email please contact us":null,"Awb status was updated to \":status\" for emag order #:id":null,"Awb status update for emag order #:id":null}
\ No newline at end of file
+{"Sale":null,"A cancellation request was received for a :channel order.":null,"Please take the necessary steps.":null,"A cancellation request was received for a :channel order":null,"Order #:number from :channel, placed by :person, has a new status update: :status":null,"New Position":null,"Download goods received note":null,"Undo receive":null,"Receive":null,"Undo confirm":null,"Confirm":null,"Reference":null,"Undo deliver":null,"Deliver":null,"Undo ship":null,"Ship":null,"Undo prepare":null,"Prepare products":null,"Insert in stock":null,"Undo fulfill":null,"Remove from stock":null,"Order emailed by":null,"Invoice emailed by":null,"No email sent with the current invoice":null,"Issue Proforma":null,"No email sent with the current order":null,"Download order (pdf)":null,"Download order (xlsx)":null,"Fulfill":null,"Store":null,"Cancellation request for :channel order #:number":null,"Your order #:number is being processed. We'll keep you updated.":null,"Your order #:number has been delivered. We hope you enjoy your purchase and we'd really love to receive your feedback. If you wish, you can leave us a product review.":null,"Don't hesitate to contact us for any questions.":null,"Your order #:number has been packed and is ready for shipping. We'll let you know once it's shipped.":null,"A :channel order cancellation request was received":null,"Status update for order #:number":null,"Order #:number from :channel, placed by :person, has a new status update :status":null,"Your order #:number has been delivered. We hope you enjoy your purchase and we’d really love to receive your feedback. If you wish, you can leave us a product review.":null,"Your order #:number has been shipped to the following address: :address":null,"Your order #:number has been packed and is ready for shipping. We’ll let you know once it’s shipped.":null,"Your order #:number is being processed. We’ll keep you updated.":null,"Your order #:number was delivered":null,"Your order #:number was shipped":null,"Your order #:number is ready to be shipped":null,"Your order #:number is being processed":null,"Author":null,"Subgenre":null,"Genre":null,"Number of Pages":null,"Year of Publication":null,"Collection":null,"Edition":null,"Publisher":null,"Translator":null,"A new account was created: :name":null,":days Days Returns":null,"Street line 2":null,"Street line 1":null,"A payment method was already set for this order":null,"Added":null,"Authorize Only":null,"Pay by Wire Transfer":null,"Go back to the store":null,"We will create an account for your future orders":null,"Secure payments with":null,"The company already exists in our system. Please contact us about that":null,"Set your new password":null,"If you are having trouble clicking the action button, copy and paste the URL below into your web browser":null,"Company Name":null,"Ship to a different addressed":null,"You just asked for a password reset. To complete the process click the button below.":null,":name export done":null,":name export started":null,":type import done":null,"":null,"#":null,"30 days":null,"7 days":null,"A fresh verification link has been sent to your email address.":null,"About this brand":null,"About Us":null,"Above":null,"Accessories":null,"Account details":null,"Account":null,"account":null,"Acidity":null,"Acquisition Price":null,"Acquisition Value":null,"Actions":null,"actions":null,"Active":null,"active":null,"Activity Log":null,"Start Date":null,"Activity":null,"Add :entity":null,"Add address":null,"Add Brand":null,"Add card":null,"Add Card":null,"Add Comment":null,"Add company":null,"Add File":null,"Add Key":null,"Add Payment":null,"Add to cart":null,"Add to favorites":null,"Add video":null,"Add":null,"Adding":null,"Additional":null,"Address is missing or does not have lat\/long":null,"Address":null,"Addresses":null,"Adjustment":null,"Administration":null,"administration":null,"Administrative Area":null,"Again Colors":null,"Agent":null,"Algolia":null,"All Menu Items":null,"All Products":null,"All products":null,"all products":null,"All rights reserved.":null,"all":null,"Allocated To":null,"Amazing Saving":null,"Amount":null,"An error has occured. Please report this to the administrator":null,"An error was encountered while generationg :export":null,"An export job is already running for the same table":null,"An unknown error occurred while submitting your report. Please try again.":null,"Analytics Id":null,"Apartment":null,"App Key":null,"App":null,"Appellative":null,"Approved Documentation":null,"Approved":null,"April":null,"Aprovizionari":null,"Are you sure that you want to delete the template file?":null,"Are you sure?":null,"Assign":null,"Associate Person":null,"attribute groups":null,"Audit":null,"audit":null,"Authors":null,"Available menus":null,"Available slides":null,"Avatar":null,"Avenue":null,"Awaiting Brand validation":null,"Awaiting Documentation Validation":null,"Awaiting EAN validation":null,"Awaiting MKTP validation":null,"Award List":null,"Awards":null,"Azzure":null,"Back":null,"Backed by":null,"Bag":null,"Bank Account":null,"Bank":null,"Be the first to review this product":null,"Before proceeding, please check your email for a verification link.":null,"Below":null,"Bend":null,"Besel":null,"Best Seller":null,"Between":null,"Billing Address":null,"Birthday":null,"birthday":null,"Birthdays":null,"Blank":null,"Blocked":null,"Bookmarks":null,"Bottled Weight":null,"Boulevard":null,"Box":null,"Brand Count":null,"Brands":null,"brands":null,"BTL":null,"Bucharest":null,"Building Type":null,"Building":null,"building":null,"built with":null,"Business hours":null,"Butons":null,"Button Item":null,"Buttons":null,"buttons":null,"By":null,"Calendar":null,"calendar":null,"Calendars":null,"Calories per 100g":null,"Cancel":null,"Cancelled":null,"cancelled":null,"Cantitate":null,"Card number":null,"Cardholder name":null,"Carousel":null,"carousel":null,"Carrier":null,"Cart is empty":null,"Cart Summary":null,"Cart Validity Days":null,"Cart":null,"Pay on Delivery":null,"Cash Register Receipt":null,"Catalog":null,"Categories":null,"categories":null,"Navigation":null,"Category":null,"Channel":null,"Characteristics":null,"Cheque":null,"Choose language":null,"Choose your payment method":null,"Choose":null,"City Population by Age":null,"City":null,"Clear all":null,"click here to request another":null,"Client (company)":null,"Client (person)":null,"Client Discounts":null,"Client Invoices":null,"Client Order Reference":null,"Client Payment":null,"Client Payments":null,"Client Reference":null,"Client Stock":null,"Client Stocks":null,"Client":null,"Clienti":null,"Clients":null,"clients":null,"Close":null,"Code":null,"Coding":null,"Collapse Main Menu":null,"Colors Two":null,"Colors":null,"Coming Soon":null,"Comments":null,"Commercial":null,"commercial":null,"Companies":null,"companies":null,"Company client":null,"Company":null,"company":null,"Completed":null,"Configure Role":null,"Configure":null,"configure":null,"Confirm Password":null,"Confirmed":null,"Contact Bar Text":null,"contact form":null,"Contact Form":null,"Contact us with any questions or concerns that you may have and we will get back to you shortly":null,"Contact":null,"Contacts Index":null,"Contacts":null,"contacts":null,"Content Private":null,"Content":null,"Continue":null,"Copied to clipboard":null,"Copyright © 2016":null,"Core":null,"Country of Origin":null,"Country":null,"County":null,"Courier Service":null,"Create a new Entity":null,"Create a new User":null,"Create Button":null,"Create Company":null,"Create Differences Sale":null,"Create Group":null,"create group":null,"Create Language":null,"Create Menu":null,"Create Owner":null,"Create Permission Group":null,"Create Permission":null,"Create Permissions Group":null,"Create Person":null,"Create Resource":null,"Create Role":null,"Create Tutorial":null,"Create User Group":null,"Create User":null,"Create":null,"create":null,"Created Address":null,"Created At":null,"Created at":null,"Created By":null,"Created Contact":null,"Created":null,"created":null,"Currency Placed Before":null,"Current file size is":null,"custom":null,"Customer opinions":null,"Cycling":null,"Danger":null,"Dashboard":null,"dashboard":null,"Data Import":null,"data import":null,"Date":null,"Default Address":null,"Default Menu":null,"Default":null,"default":null,"Delete Avatar":null,"Delete File":null,"Delete Template":null,"Delete video":null,"Delete":null,"delete":null,"deleted":null,"Delivered":null,"Description":null,"deselect":null,"Designing":null,"details":null,"Details":null,"Diameter":null,"Direct Link":null,"Discount":null,"Discounts":null,"discounts":null,"Discussions":null,"Display Name":null,"Documents":null,"documents":null,"Don't have an account?":null,"Download Delivery Note":null,"Download Excel Sale Offer":null,"Download Excel Sale Return Offer":null,"Download Goods Received Note":null,"Download Invoice (long click for cancel)":null,"Download Payment (long click for cancel)":null,"Download Sale Offer":null,"Download Sale Return Offer":null,"Download Stock Removal":null,"Download Template":null,"Download":null,"Drag And Drop":null,"Drinking":null,"Due Date":null,"E-Mail Address":null,"Eating":null,"EAV":null,"eav":null,"Edit Button":null,"Edit Company":null,"Edit Invoice":null,"Edit Language":null,"Edit Menu":null,"Edit Owner":null,"Edit Permission Group":null,"Edit Permission":null,"Edit Permissions Group":null,"Edit Person":null,"Edit personal details":null,"Edit Role":null,"Edit Texts":null,"edit texts":null,"Edit Tutorial":null,"Edit User Group":null,"Edit User":null,"Edit":null,"edit":null,"Editable Limit":null,"edited":null,"Element":null,"Emag Active Offer":null,"Emag documentatie":null,"Emag Documentation":null,"Emag Offer":null,"Emag pret":null,"Emag Price":null,"Emag Valid":null,"Emag":null,"emag":null,"Email can only be edited via the user form":null,"Email":null,"Emailed At":null,"Emailed":null,"Enabled":null,"End":null,"Enter Fulfilling Mode":null,"Enter the application":null,"Enter warehouse mode":null,"Enter Warehouse Mode":null,"Entities":null,"entities":null,"Entity Details":null,"Entity":null,"entity":null,"Entries":null,"entries":null,"Entry":null,"entry":null,"Error":null,"Events":null,"Excel":null,"Expanded Menu":null,"Expanded Sidebar":null,"Expiration Date":null,"Export available for download: :filename":null,"Export Done":null,"Export emailed: :filename":null,"Export emailed":null,"Export error":null,"Export Notification":null,"Export started":null,"Export":null,"export":null,"exporting rejected":null,"exports":null,"External":null,"Extra Virgin Olive Oils":null,"Facturi clienti":null,"Facturi furnizori":null,"Failed":null,"failed":null,"FAQ":null,"Favorites":null,"Favourite products":null,"Fax Number":null,"Fax":null,"FEATURED BRANDS":null,"Featured Brands":null,"Feb":null,"February":null,"File name":null,"File Size":null,"File":null,"File(s)":null,"Files were uploaded successfully":null,"Files":null,"files":null,"Fill":null,"Filter by name or code":null,"Filter":null,"filtered from":null,"filtered":null,"Filters":null,"Finalize order":null,"Finalize":null,"Finalized":null,"finalized":null,"Financial Overview":null,"Financials":null,"financials":null,"find matches":null,"First Name":null,"Fiscal Code":null,"Fiscal Invoice":null,"Fiscal":null,"Flag Icon Class":null,"Flag Sufix":null,"Flag":null,"Floor":null,"floor":null,"Forbidden":null,"Forgot Password?":null,"Forgot password":null,"Forgot Your Password?":null,"Found :total results":null,"Friday":null,"Frisbo":null,"From":null,"from":null,"Fulfilled At":null,"Fulfilling":null,"Furnizor":null,"Gender":null,"General Settings":null,"General":null,"Generate":null,"Generated for order #:number":null,"Geneva":null,"Get in touch with us":null,"Go Home":null,"Google":null,"Got it!":null,"Green":null,"Group":null,"Groups":null,"Habits":null,"Harvest 2016\/2017":null,"Harvest 2017\/2018":null,"Harvest 2018\/2019":null,"Harvest 2019\/2020":null,"Harvest":null,"Has Children":null,"Height":null,"Hello!":null,"Hello":null,"Herbs":null,"here":null,"Hi :name,":null,"Hi :name":null,"Home":null,"Homepage":null,"How To Videos":null,"how to videos":null,"I agree to the":null,"I authorise :name to send instructions to the financial institution that issued my card to take payments from my card account in accordance with the terms of my agreement with you":null,"I authorise":null,"Ian":null,"Icon Class":null,"Icon":null,"If you are having trouble clicking the action button, copy and paste the URL below":null,"If you did not create an account, no further action is required.":null,"If you did not receive the email":null,"If you did not request a password reset, no further action is required.":null,"If you’d like to help, tell us what happened below.":null,"IFSC":null,"Impersonate":null,"Impersonating":null,"Import Summary":null,"Import Type":null,"Import":null,"Importance":null,"Important":null,"Imported At":null,"Imported By":null,"Imported Entries":null,"ImportType":null,"In a few minutes you will receive a confirmation email":null,"In Stock":null,"in stock":null,"10 Days Returns":null,"24h Tracked Shipping":null,"100% Original Products":null,"Secure Payments":null,"Income":null,"index":null,"Indications":null,"Individual":null,"Industrial":null,"Info":null,"Ingredients":null,"Insert in Stock":null,"Integrations":null,"Internal #":null,"Internal Code":null,"Internal":null,"into your web browser":null,"Invalid signature.":null,"Invalid":null,"Inventory":null,"inventory":null,"Invoice Emailed":null,"Invoice for order # :number":null,"Invoice for order":null,"invoice":null,"invoices":null,"Invoices":null,"Is Active":null,"Is Cancelled":null,"Is Default":null,"is-bordered":null,"is-hoverable":null,"is-narrow":null,"is-striped":null,"Issue Invoice":null,"Issue Payment":null,"Issue proforma":null,"Issues":null,"It looks like we’re having issues.":null,"Item":null,"items":null,"Items":null,"Jams":null,"January":null,"Jar":null,"July":null,"June":null,"Keep tables configurations":null,"Key Collector":null,"Key Name":null,"Key Value":null,"Key":null,"keys found":null,"Label Generator":null,"Label":null,"Labels":null,"labels":null,"Lane":null,"Language Item":null,"Language":null,"Languages":null,"languages":null,"Last Modified":null,"last month":null,"Last Name":null,"Last updated":null,"last week":null,"last year":null,"Learn more":null,"Leave Fulfilling Mode":null,"Leave Warehouse Mode":null,"Left":null,"Length":null,"limited quantity":null,"Limited Stock Limit":null,"Limited Stock":null,"Line":null,"Link":null,"List Price":null,"Page [page] from [toPage]":null,"List Value":null,"List":null,"Load More":null,"Load more":null,"Loading...":null,"Loading":null,"Localisation Index":null,"Localisation":null,"localisation":null,"Localities":null,"Locality":null,"Log in":null,"Log out":null,"Log Out":null,"log":null,"Login":null,"login":null,"Logins":null,"logins":null,"logout":null,"Logout":null,"Logs Index":null,"Logs":null,"logs":null,"Loss":null,"Made with Bulma":null,"Made with Laravel":null,"Made with Vue":null,"Magazie":null,"Main Menu":null,"Manage Buttons":null,"Manage Menus":null,"Manage Permissions":null,"Mandatary":null,"Manufacturer":null,"Manufacturers":null,"Maps key":null,"Mar":null,"March":null,"Mark all as read":null,"Mark all read":null,"Max":null,"May":null,"MB":null,"Measurement Unit":null,"Measurement Units":null,"measurement units":null,"Member Since":null,"Members":null,"Menu Collapse":null,"Menu Items":null,"Menu":null,"Menus Index":null,"Menus":null,"menus":null,"Merge all localisation files":null,"Mfr #":null,"Mfr":null,"Min":null,"Miss":null,"Mode":null,"Monday":null,"more":null,"move to favorites":null,"Mr":null,"MU":null,"N\/A":null,"Name":null,"Needs matching":null,"Net Weight":null,"New Address":null,"New Password":null,"New team":null,"New Topic":null,"New":null,"Next Page":null,"Next":null,"NIN":null,"No activity found":null,"No keys found":null,"No locations found":null,"No options available":null,"No records were found":null,"No reservations found":null,"No search results found":null,"No teams were created yet":null,"No":null,"Not Found":null,"not paid":null,"Note":null,"Notes":null,"Nothing found":null,"notification":null,"Notifications":null,"notifications":null,"Number":null,"Observations":null,"of":null,"Offices":null,"Oh no":null,"OK":null,"on behalf of :company":null,"On Demand":null,"on":null,"Online":null,"Only missing":null,"Operation failed because the permission is allocated to existing role(s)":null,"Operation was successfull":null,"order #:number invoice":null,"order #:number":null,"Order #:number":null,"Order details :number":null,"Order Line Limit":null,"Order Payment":null,"Order Values":null,"Order":null,"Orders":null,"Organize Menus":null,"our location":null,"Our Location":null,"Our team has been notified.":null,"Overdue":null,"Own Stock":null,"Owners Index":null,"Owners":null,"owners":null,"Package Content":null,"Packaging Units":null,"packaging units":null,"Page Expired":null,"Parade":null,"Parent":null,"Part Number":null,"Password Confirmation":null,"Password":null,"password":null,"Passwords must be at least six characters and match the confirmation.":null,"Past Imports":null,"Pasta":null,"Pay Later":null,"pay":null,"Pay":null,"Payment method":null,"Payment Methods":null,"Payment Order":null,"Payment":null,"payments":null,"Payments":null,"Pays VAT":null,"People":null,"people":null,"Permission Group":null,"Permission Groups Index":null,"Permission Groups":null,"Permission Name":null,"Permission":null,"permissionGroups":null,"Permissions Group Items":null,"Permissions Group":null,"permissions group":null,"Permissions Groups":null,"Permissions Index":null,"Permissions":null,"permissions":null,"Person client":null,"Person":null,"person":null,"Personal Info":null,"Personal information can only be edited via the person form":null,"Personal":null,"Phone Number":null,"Phone":null,"Pic":null,"Pick an option":null,"Picture":null,"Piece":null,"Place order":null,"See cart":null,"Placement":null,"Plati clienti":null,"Plati furnizor":null,"Please choose":null,"Please click the button below to verify your email address.":null,"Please confirm your password before continuing.":null,"Please Fill":null,"Please find attached the order's invoice.":null,"Please review your order and payment details":null,"Please set or reset your password by clicking the button below.":null,"POS Receipt":null,"Position":null,"Positions":null,"positions":null,"Post":null,"Postal Area":null,"Postal Code":null,"Postcode":null,"posted":null,"Prepared":null,"Preview":null,"Previous Page":null,"Previous":null,"Price":null,"Privacy":null,"processed":null,"Processing":null,"processing":null,"Product image coming soon":null,"Product":null,"Products per page":null,"Products":null,"products":null,"Produs":null,"Profile":null,"Profit":null,"Proforma Invoice":null,"Proforma":null,"Promissory Note":null,"publish product":null,"Purchase Returns":null,"purchase returns":null,"Purchase":null,"Purchases":null,"purchases":null,"Purple":null,"Qty":null,"Quantity":null,"rating":null,"Rating":null,"Ratio":null,"Read":null,"Recaptcha key":null,"Recaptcha secret":null,"Receipt":null,"Received":null,"Recent orders":null,"Recommended Products":null,"records":null,"Red":null,"Reference \\ PO":null,"Regards":null,"register":null,"Register":null,"Registered Entities":null,"Registered Users":null,"Registry Of Commerce":null,"Registry of commerce":null,"Rejected Association":null,"Rejected Brand":null,"Rejected Documentation":null,"Rejected EAN":null,"Reload":null,"Remember me":null,"Remember Me":null,"Reminder":null,"Remove From Stock":null,"Remove poster":null,"remove":null,"Reorder Menu":null,"reorder":null,"Repeat Password":null,"Replies":null,"Reply":null,"Resell":null,"Reservations":null,"Reserved":null,"Reset password request":null,"Reset password":null,"Reset":null,"Residential":null,"Resource Prefix":null,"Resource":null,"resource":null,"Retur aprovizionari":null,"Retur vanzari":null,"Revenue":null,"Reviews":null,"reviews":null,"Right":null,"Road":null,"Role Item":null,"Role":null,"role":null,"Roles Index":null,"Roles List":null,"Roles":null,"roles":null,"Rotatie":null,"Rotation":null,"Route":null,"Row":null,"Running":null,"Sale Channel":null,"Sale Channels":null,"sale channels":null,"Sale Price":null,"Sale Returns":null,"sale returns":null,"Sale Value":null,"Sales":null,"sales":null,"Saturday":null,"Sauces":null,"Save Configuration":null,"Save your work then click here to refresh your page and update to the latest application version":null,"Save":null,"Sea Salt":null,"Search category limit":null,"Search in products":null,"Search placeholder":null,"Search something":null,"Search within brands":null,"Search...":null,"Search":null,"Searching...":null,"Searching":null,"Secret":null,"See all":null,"Select file for import":null,"select":null,"selected":null,"Send a password reset link":null,"Send a reset password link":null,"Send Password Reset Link":null,"Serial":null,"Server Error":null,"Service Unavailable":null,"Service":null,"Services":null,"services":null,"Set password":null,"Settings":null,"settings":null,"Share your idea...":null,"Share your opinion and rate the product":null,"Share your opinion...":null,"Shelf":null,"Shift + Enter to post":null,"Shipped":null,"Shipping Address":null,"Shipping charges may be incurred":null,"Shipping charges of :value (+VAT) will be added":null,"Shipping cost":null,"You will pay":null,"Visit the product page":null,"Shop Categories":null,"Shopping Cart":null,"Show Log":null,"Show Logs from":null,"Show":null,"show":null,"Showing :from - :to of :total results":null,"Sicilian Honey":null,"Sidebar Toggle":null,"Similar products limit":null,"Site Texts":null,"Size":null,"Sleeping":null,"Some fields were invalid. Please correct the errors and try again.":null,"Something went wrong...":null,"Special Diet":null,"Speciality":null,"Spendings":null,"Square":null,"Start Tutorial":null,"Started":null,"Starters":null,"Status":null,"Stock Rotation":null,"Stock: :stock":null,"Stock":null,"Stopped":null,"Storage Usage":null,"store":null,"Storing":null,"Street Type":null,"Street":null,"Sub Administrative Area":null,"Submit":null,"Success":null,"Successful":null,"Summary":null,"Sunday":null,"Supplier Discounts":null,"Supplier Invoices":null,"Supplier Number":null,"Supplier Payments":null,"Supplier Ref":null,"Supplier Stock":null,"Supplier":null,"suppliers":null,"Sweets":null,"System":null,"system":null,"Table export done":null,"Table export error":null,"Table export started":null,"Table":null,"Tables State Save":null,"Tags":null,"Tasks":null,"tasks":null,"team":null,"Teams":null,"Template":null,"Tenant":null,"terms and conditions":null,"Terms of use":null,"Terms Of Use":null,"terms of use":null,"Thank you for shopping with us.":null,"Thank you for using our application!":null,"Thank you for your order":null,"Thank you":null,"The :filename file is ready":null,"The address has been successfully updated":null,"The address was successfully created":null,"The admin role already has all permissions and does not need syncing":null,"The application was updated, please save your work & refresh your browser":null,"The Changes have been saved!":null,"The changes have been saved":null,"The company was successfully created":null,"The company was successfully deleted":null,"The company was successfully updated":null,"The Entity was created!":null,"The entity was created!":null,"The export :name could not be completed due to an unknown error":null,"The export was cancelled successfully":null,"The form contains errors":null,"The generated document has :entries entries":null,"The import was restarted":null,"The language files were successfully merged":null,"The language files were successfully updated":null,"The log file":null,"The log was cleaned":null,"The menu was created!":null,"The operation was successful":null,"New order #:number from :channel for :total :currency was placed by :person":null,"Selected payment method: :paymentMethod":null,"The permission group was created!":null,"The permission was created!":null,"The permissions were created!":null,"The person has assigned resources in the system and cannot be deleted":null,"The Person was successfully created":null,"The person was successfully created":null,"The person was successfully deleted":null,"The person was successfully updated":null,"The poster was deleted successfully":null,"The requested report was started. It can take a few minutes before you have it in your inbox":null,"The requested report was started. It can take a few minutes before you have it in your inbox":null,"The role was created!":null,"The selected record is about to be deleted. Are you sure?":null,"The team was successfully saved":null,"The tutorial was created!":null,"The tutorial was successfully deleted":null,"The user group was successfully created":null,"The user group was successfully deleted":null,"The user has activity in the system and cannot be deleted":null,"The User was created!":null,"The video file was deleted successfully":null,"The video was updated successfully":null,"The webshop is still under construction, but we're launching soon...":null,"Theme Color":null,"Theme":null,"There are no active carousel slides":null,"There are no addresses added yet":null,"There are no companies added yet":null,"There are no credit cards added yet":null,"This action is unauthorized.":null,"this month":null,"This password reset link will expire in :count minutes.":null,"This password reset token is invalid.":null,"This website uses cookies to deliver its services and to analyze traffic. For more details please visit our":null,"privacy policy":null,"this week":null,"this year":null,"Thursday":null,"Time":null,"Timeline":null,"Tip":null,"Title...":null,"Title":null,"title":null,"to manage your addresses":null,"to manage your cards":null,"to manage your companies":null,"to view your order":null,"To":null,"to":null,"Today":null,"today":null,"Toggle navigation":null,"Too Many Attempts.":null,"Too Many Requests":null,"Top Banner Content":null,"Top Pick":null,"Total amount for order #:number is :currency:total":null,"total records":null,"Total":null,"total":null,"Translations":null,"Tuesday":null,"Tutorial":null,"Tutorials Index":null,"Tutorials":null,"tutorials":null,"Type a new comment":null,"Type":null,"type":null,"Types":null,"Unable to read file":null,"Unauthorized":null,"Undo Stock Insertion":null,"Undo Stock Removal":null,"Unique Identifier":null,"Unit. Price":null,"Unitary Price":null,"untagged":null,"Update":null,"Updated At":null,"Updated By":null,"updated the members":null,"updated":null,"Updated":null,"Upload Avatar":null,"Upload Template":null,"uploads":null,"Use":null,"User Details":null,"user groups":null,"User Groups":null,"User Info":null,"User Profile":null,"User":null,"user":null,"Users Administration":null,"Users Index":null,"Users":null,"users":null,"Valability":null,"Valid":null,"Editable time limit in seconds. Use 0 to disable":null,"Value":null,"Vanzari":null,"VAT":null,"VAT Value":null,"ver":null,"Verify Email Address":null,"Verify Your Email Address":null,"Video description":null,"Video name":null,"Video":null,"video":null,"View Cart":null,"View your order":null,"Virtual Position ID":null,"Visible Brands":null,"Visible Top Banner":null,"Vista":null,"Volume":null,"Voucher":null,"waiting":null,"Warehouse":null,"warehouses":null,"Warehouses":null,"Warning":null,"was changed":null,"was last updated":null,"We can't find a user with that e-mail address.":null,"We have e-mailed your password reset link!":null,"We will keep you updated on its progress":null,"We won't ask for your password again for a few hours.":null,"Webshop Name":null,"Webshop Order":null,"webshop":null,"Webshop":null,"Website":null,"Wednesday":null,"Welcome Back":null,"Welcome":null,"What happened?":null,"What you need to know":null,"What":null,"When":null,"Whoops!":null,"Width":null,"Write a review":null,"Write":null,"Yes":null,"yesterday":null,"You are not authorized for this action":null,"You are not authorized to perform this action":null,"You are receiving this email because we received a password reset request for your account.":null,"You can click":null,"You don't have any favorite products yet":null,"You don't have any notifications":null,"You don't have any orders yet":null,"You don't have any products in the shopping cart right now":null,"You have":null,"You just got a notification...":null,"You made too many attempts. Please wait 5 minutes and try again.":null,"You may also like":null,"You will find attached the requested report.":null,"Your :shop order :number":null,"Your account has been disabled. Please contact the administrator":null,"Your card was successfully saved":null,"Your email address is not verified.":null,"Your Message":null,"Your password has been reset!":null,"You need to accept our terms of use first":null,"item":null,"PO #":null,"Your privacy is important for us":null,"cart":null,"favourites":null,"addresses":null,"orders":null,"payment":null,"summary":null,"add":null,"rate":null,"review":null,"star":null,"stars":null,"Thank you for contributing":null,"Do you own or have used this product?":null,"This review is awaiting approval":null,"This review was approved":null,"This review was rejected. You may edit and repost it.":null,"Edit review":null,"category":null,"terms-of-use":null,"privacy":null,"about-us":null,"favorites":null,":user finalized the :model :label for the partner :partner":null,":type quantity and total were successfully updated":null,":type update":null,"Please find attached the order details":null,"Succeeded":null,"External Reference":null,"Incomplete order (#:number)":null,"On :date you placed an order on our webshop but forgot to finalize the payment.":null,"Please click bellow to view your order and finalize the payment":null,"New message from the webshop's contact form":null,"Your Webshop.":null,"Message:":null,"Contact phone: :phone":null,"Your order #:number on :shop was successfully placed":null,"You have a new webshop order":null,"New user registration":null,"Before adjusting stock, select the product default supplier":null,"Cannot increment when quantity <= 0":null,"Cannot decrement when quantity <= 0":null,"Order already has a :type invoice":null,"Invalid item":null,"Cannot update orders that are externally fulfilled":null,"Order is already in this status":null,"There are no differences on this order":null,"You are not allowed to issue payments without invoices":null,"You are not allowed to issue payments on a cancelled invoice'":null,"Sale is already paid":null,"You cannot delete a paid order":null,"order details":null,"Delivery Address":null,"Disc.":null,"M.U.":null,"Product \/ Code":null,"registered in doc.":null,"received":null,"U.P acquision":null,"(no VAT)":null,"Val. acquision":null,"Val. VAT":null,"(afferent)":null,"Info field":null,"additional":null,"piece":null,"Total General":null,"Goods Receipt Note":null,"Unit":null,"The undersigned, members of the reception committee, have received the material values provided by":null,"delegate":null,"based on the accompanying documents":null,"consisting":null,"car no.":null,"Optional field, usable in case of observations":null,"Reception committee members name and surname":null,"Signature":null,"Manager name and surename":null,"Manager name and surname":null,"Reception comitee conclusions":null,"Reception committee conclusions":null,"Supplier\/carrier point of view":null,"Other mentions":null,"The quantity determination was done by":null,"The quality determination was made by the sample":null,"no.":null,"Sender":null,"Companion":null,"Dispatch station":null,"Destination station":null,"Release date":null,"Dispatch date":null,"Arrival date":null,"Supplier delegates, the carrier who participated in the reception":null,"ISBN":null,"Total products":null,"Scale indicated weight":null,"Stock Removal":null,"Representative of":null,"Name and surname":null,"Identity card":null,"TOTAL":null,"Reception participants":null,"for Sale":null,"Emag API call for :action failed":null,"The action :action on url :url failed with the following error messages:":null,"New :type callback from emag":null,"New :type callback from emag for id :id":null,"Missing app product for emag order :id":null,"Product :product":null,"Offer mismatch for eMag order :id":null,"For product :code":null,"External part number :code":null,"Part number :code":null,"New eMag order (id: :id) with vouchers:":null,":name, value :value":null,"New eMag order (id: :id) with vouchers":null,"Shipping price mismatch for eMag order :order":null,"Product price mismatch for eMag order :order":null,"Offer with id :id already exists":null,"An offer for the pnk :pnk already exists":null,"An offer with product id :id already exists and needs eMag intervention":null,"No order with id :id found":null,"Write Review For":null,"Don't know what to write about?":null,"Tell us what you like about the purchased product.":null,"Does it live up to your expectations?":null,"Are you satisfied with the value for money?":null,"Would you recommend it to others?":null,"Remove from favorites":null,"make default":null,"delivery":null,"billing":null,"Not Paid":null,"Requires Action":null,"verify":null,"Verify":null,"confirmation":null,"No addresses defined":null,"Part":null,"Complete the payment":null,"An extra confirmation is needed to process your payment":null,"Order is already paid":null,"Your payment for this order is still processing":null,"Please find the invoice attached":null,"Invoice issued for order #:number":null,"Your order #:number":null,"Payment via :type was successful for order :number":null,"A payment was received for order #:number (:total :currency)":null,"Insufficient stock for :product, only :left left":null,"Registration is restricted for the moment, please return soon":null,"Hello :name":null,"Thank you for creating an account on :shop":null,"We hope that you will enjoy our products":null,"Go to login":null,"Ship to a different addresstion button, copy and paste the URL below into your web browser":null,"Payment via :type was successful for order #:number, amount :amount :currency":null,"View order":null,"Click bellow to view your order and finalize the payment":null,"A new account was created : :name":null,"from: :company":null,"To manage the account please click the link below":null,"View account":null,"Details for delivering your order":null,"You're just a few steps away from finalizing your order":null,"If you already have an account click":null,"to go to the login page":null,"Your account":null,"I want to create an account":null,"Skip":null,"New order #:number from :channel for :total :currency":null,"fast-checkout":null,"Fast Checkout":null,"The action :action failed with the following error code: :code":null,"Reported error message: :message":null,"Request payload: :payload":null,"API call for :action failed":null,"Notification, :title":null,"New Comment Tag":null,"You were just tagged":null,"Comment Tag Notification":null,"Your password will expire soon":null,"You've got :days days left to change it":null,"You've got until tomorrow to change it":null,"You must change it today":null,"Welcome!":null,"Task Reminder":null,"This is a reminder for the following task:":null,"View Task":null,"Task :description":null,"You cannot delete the default address":null,"You cannot delete an address that you have previously used":null,"You cannot edit this company, please contact support":null,"Your cart is empty":null,"You cannot delete the default card":null,"You cannot edit this :model, please contact support":null,"Company information":null,"Billing address":null,"Free":null,"Get to know us":null,"Registration successful":null,"Your account needs to be activated before you can login":null,"You will receive a confirmation email upon approval":null,"Thank you!":null,"Frequently asked questions":null,"Edit address":null,"Edit company":null,"Pay by Card":null,"Click":null,"Not Implemented":null,"Approve":null,"Disapprove":null,"for \":query\"":null,"Review was rejected":null,"Review updated for :product":null,"New review submitted for :product":null,"A product review was updated by :person:":null,"A new product review was posted by :person:":null,"Your review for :product was :approval":null,"If you want, you can revise your review here:":null,"Review :approval":null,"approved":null,"rejected":null,"Terms of Use":null,"Similar products":null,"Enter your email to reset your password":null,"We'll send you an email with the instructions to follow":null,"similar-products":null,"description":null,"characteristics":null,"about-this-brand":null,"not in stock":null,"Not In Stock":null,"Hold tight, your order is being processed. We will email you when your order succeeds":null,"Wire Transfer":null,"Grand Total":null,"A cancellation request was received for order #:id":null,"Cancellation request for order #:id":null,"Please let us know if you are able to cancel the order":null,"Cancellation request for emag order with id :id":null,"An emag order cancellation request was received":null,"Ensure the order may still be cancellable":null,"and optionally contact the client":null,"You may access the corresponding sale":null,"using the button below":null,"If you need to change your email please contact us":null,"Awb status was updated to \":status\" for emag order #:id":null,"Awb status update for emag order #:id":null}
\ No newline at end of file
diff --git a/resources/lang/ro.json b/resources/lang/ro.json
index 5571227fe..44679b966 100644
--- a/resources/lang/ro.json
+++ b/resources/lang/ro.json
@@ -1 +1 @@
-{":name export done":"Export :name efectuat",":name export started":"Exportul :name a început",":type import done":"Import :type efectuat","#":"#","30 days":"30 zile","7 days":"7 zile","A fresh verification link has been sent to your email address.":"Am trimis un nou link de verificare pe adresa dvs. de e-mail","About this brand":"Despre acest brand","About Us":"Despre noi","Above":"Deasupra","Accessories":"Accesorii","Account details":"Detalii cont","Account":"Cont","account":"cont","Acidity":"Aciditate","Acquisition Price":"Preț achiziție","Acquisition Value":"Valoare achiziție","Actions":"Acțiuni","actions":"acțiuni","Active":"Activ","active":"activ","Activity Log":"Activitate","Start Date":"Incepere activitate","Activity":"Activitate","Add :entity":"Adaugă :entity","Add address":"Adaugă adresă","Add Brand":"Adaugă brand","Add card":"Adaugă card","Add Card":"Adaugă card","Add Comment":"Adaugă comentariu","Add company":"Adaugă companie","Add File":"Adaugă fișier","Add Key":"Adaugă cheie","Add Payment":"Adaugă plată","Add to cart":"Adaugă în coș","Add to favorites":"Adaugă la favorite","Add video":"Adaugă clip","Add":"Adaugă","Adding":"Se adaugă","Additional":"Adițional","Address is missing or does not have lat\/long":"Adresa lipseste sau nu are latitudine \/ longitudine","Address":"Adresa","Addresses":"Adrese","Adjustment":"Reglaj","Administration":"Administrare","administration":"administrare","Administrative Area":"Administrare","Again Colors":"Din nou, culori","Agent":"Agent","Algolia":null,"All Menu Items":"Toate elementele","All Products":"Toate Produsele","All products":"Toate produsele","all products":"toate produsele","All rights reserved.":"Toate drepturile rezervate.","all":"tot","Allocated To":"Atribuit către","Amazing Saving":"Preț avantajos","Amount":"Suma","An error has occured. Please report this to the administrator":"S-a inregistrat o eroare. Raporteaza acest fapt administratorului","An error was encountered while generationg :export":"A aparut o eroare la generarea exportului :export","An export job is already running for the same table":"Un export este deja in curs pt acelasi tabel","An unknown error occurred while submitting your report. Please try again.":"A fost o eroare la trimiterea mesajului tau. Te rugam sa reincerci.","Analytics Id":null,"Apartment":"Apartament","App Key":null,"App":"App","Appellative":"Apelativ","Approved Documentation":"Documentație aprobată","Approved":"Aprobat","April":"Aprilie","Aprovizionari":null,"Are you sure that you want to delete the template file?":"Esti sigur ca vrei sa stergi fisierul macheta?","Are you sure?":"Esti sigur?","Assign":"Asociaza","Associate Person":"Asociaza persoana","attribute groups":"grupuri de atribute","Audit":null,"audit":null,"Authors":"Autori","Available menus":"Meniuri disponibile","Available slides":"Diapozitive disponibile","Avatar":"Avatar","Avenue":"Bulevard","Awaiting Brand validation":"Se așteaptă validarea brandului","Awaiting Documentation Validation":"Se așteaptă validarea documentației","Awaiting EAN validation":"Se așteaptă validarea EAN","Awaiting MKTP validation":"Se așteaptă validarea MKTP","Award List":"Lista premiilor","Awards":"Premii","Azzure":"Azur","Back":"Inapoi","Backed by":"Sustinut de","Bag":"Pungă","Bank Account":"Cont bancar","Bank":"Banca","Be the first to review this product":"Fii primul care evaluează acest produs","Before proceeding, please check your email for a verification link.":"Înainte de a continua, te rugăm să verifici e-mailul pentru link-ul de verificare.","Below":"Dedesubt","Bend":"Aplecare","Besel":null,"Best Seller":"Cel mai vândut","Between":"Intre","Billing Address":"Adresa de facturare","Birthday":"Data nasterii","birthday":"data nasterii","Birthdays":"Zile de naștere","Blank":"Blank","Blocked":"Blocat","Bookmarks":"Favorite","Bottled Weight":"Greutate îmbuteliată","Boulevard":"Bulevard","Box":"Cutie","Brand Count":"Numar de branduri","Brands":"Branduri","brands":"branduri","BTL":null,"Bucharest":"Bucuresti","Building Type":"Tip cladire","Building":"Cladire","building":"cladire","built with":"construit cu","Business hours":"Program de lucru","Butons":"Butoane","Button Item":"Element Buton","Buttons":"Butoane","buttons":"butoane","By":"De","Calendar":null,"calendar":null,"Calendars":"Calendare","Calories per 100g":"Calorii per 100g","Cancel":"Anuleaza","Cancelled":"Anulat","cancelled":"anulat","Cantitate":null,"Card number":"Număr card","Cardholder name":"Nume deținător card","Carousel":"Carusel","carousel":"carusel","Carrier":"Curier","Cart is empty":"Coșul este gol","Cart Summary":"Sumar cos","Cart Validity Days":"Validitatea cosului in zile","Cart":"Cos","Pay on Delivery":"Plătește la Livrare","Cash Register Receipt":"Bon fiscal","Catalog":null,"Categories":"Categorii","Navigation":"Navigare","categories":"categorii","Category":"Categorie","Channel":"Canal","Characteristics":"Caracteristici","Cheque":"Cec","Choose language":"Alege limba","Choose your payment method":"Alege metoda de plata","Choose":"Alege","City Population by Age":"Populatia in functie de varsta","City":"Oras","Clear all":"Sterge tot","click here to request another":"apasă aici pentru a solicita altul","Client (company)":"Client (companie)","Client (person)":"Client (persoana)","Client Discounts":"Reduceri pentru clienți","Client Invoices":"Facturi clienti","Client Order Reference":"Referința clientului","Client Payment":"Plati clienti","Client Payments":"Plati clienti","Client Reference":"Referință client","Client Stock":"Stoc client","Client Stocks":"Stocuri client","Client":"Client","Clienti":null,"Clients":"Clienti","clients":"clienți","Close":"Inchide","Code":"Cod","Coding":"Codare","Collapse Main Menu":"Restrange meniu principal","Colors Two":"Culori, doi","Colors":"Culori","Coming Soon":"În Curând","Comments":"Comentarii","Commercial":"Comercial","commercial":"comercial","Companies":"Companii","companies":"companii","Company client":"Client companie","Company":"Companie","company":"companie","Completed":"Finalizat","Configure Role":"Configureaza rol","Configure":"Configureaza","configure":"configureaza","Confirm Password":"Confirmare parolă","Confirmed":"Confirmat","Contact Bar Text":"Text bara de contact","contact form":"formular de contact","Contact Form":"Formular de Contact","Contact us with any questions or concerns that you may have and we will get back to you shortly":"Contactează-ne pentru orice întrebări sau nelămuriri și îți vom răspunde în curând","Contact":"Contact","Contacts Index":"Index contacte","Contacts":"Contacte","contacts":"contacte","Content Private":"Continut privat","Content":"Continut","Continue":"Continua","Copied to clipboard":"Copiat in clipboard","Copyright © 2016":"Copyright © 2016","Core":"Core","Country of Origin":"Țara de origine","Country":"Tara","County":"Judet","Courier Service":"Serviciu de curierat","Create a new Entity":"Creeaza o noua entitate","Create a new User":"Creeaza user","Create Button":"Creeaza buton","Create Company":"Creeaza companie","Create Differences Sale":"Genereaza vanzare cu diferente","Create Group":"Creeaza grup","create group":"creeaza grup","Create Language":"Creeaza limba","Create Menu":"Creeaza meniu","Create Owner":"Creaza owner","Create Permission Group":"Creeaza grup permisii","Create Permission":"Creeaza permisie","Create Permissions Group":"Creeaza grup permisii","Create Person":"Creeaza persoana","Create Resource":"Creaza resursa","Create Role":"Creeaza rol","Create Tutorial":"Creeaza tutorial","Create User Group":"Creeaza grup useri","Create User":"Creeaza user","Create":"Creeaza","create":"creeaza","Created Address":"Adresa creata","Created At":"Creat la","Created at":"Creat la","Created By":"Creat de","Created Contact":"Contact creat","Created":"Creat","created":"creat","Currency Placed Before":"Valuta plasata inainte","Current file size is":"Marimea fisierului este","custom":"personalizat","Customer opinions":"Opiniile clienților","Cycling":"Ciclism","Danger":"Pericol","Dashboard":"Dashboard","dashboard":"dashboard","Data Import":"Import date","data import":"import date","Date":"Data","Default Address":"Adresa implicita","Default Menu":"Meniu implicit","Default":"Implicit","default":"implicit","Delete Avatar":"Sterge Avatar","Delete File":"Sterge Fisier","Delete Template":"Sterge template","Delete video":"Sterge clip","Delete":"Sterge","delete":"sterge","deleted":"sters","Delivered":"Livrat","Description":"Descriere","deselect":"deselecteaza","Designing":"Designing","details":"detalii","Details":"Detalii","Diameter":"Diametru","Direct Link":"Link direct","Discount":"Reducere","Discounts":"Discounturi","discounts":"discounturi","Discussions":"Discutii","Display Name":"Nume Afisat","Documents":"Documente","documents":"documente","Don't have an account?":"Nu ai cont?","Download Delivery Note":"Descarca nota de livrare","Download Excel Sale Offer":"Descarca oferta vanzare (excel)","Download Excel Sale Return Offer":"Descarca oferta de retur (excel)","Download Invoice (long click for cancel)":"Descarca factura (click lung pt anulare factura)","Download Payment (long click for cancel)":"Descarca plata (click lung pt anulare plata)","Download Sale Offer":"Descarca oferta vanzare","Download Sale Return Offer":"Download oferta de retur","Download Stock Removal":"Descarca fisa scoatere din stoc","Download Template":"Descarca template","Download":"Descarca","Drag And Drop":"Drag And Drop","Drinking":null,"Due Date":"Scadenta","E-Mail Address":"Adresă de e-mail","Eating":"Mancand","EAV":null,"eav":null,"Edit Button":"Editeaza buton","Edit Company":"Editeaza companie","Edit Invoice":"Editeaza factura","Edit Language":"Editeaza limba","Edit Menu":"Editeaza meniu","Edit Owner":"Editeaza owner","Edit Permission Group":"Editeaza grup permisii","Edit Permission":"Editeaza permisie","Edit Permissions Group":"Editeaza grup permisii","Edit Person":"Editeaza persoana","Edit personal details":"Editeaza detaliile personale","Edit Role":"Editeaza rol","Edit Texts":"Editeaza texte","edit texts":"editeaza texte","Edit Tutorial":"Editeaza tutorial","Edit User Group":"Editeaza grup useri","Edit User":"Editeaza user","Edit":"Editeaza","edit":"editeaza","Editable Limit":"Limita modificari","edited":"editat","Element":"Element","Emag Active Offer":"Oferta activa Emag","Emag documentatie":null,"Emag Documentation":"Documentatie Emag","Emag Offer":"Oferta Emag","Emag pret":null,"Emag Price":"Pret Emag","Emag Valid":null,"Emag":null,"emag":null,"Email can only be edited via the user form":"Emailul poate fi editat doar prin formularul de user","Email":"Email","Emailed At":"Trimis prin e-mail la","Emailed":"Email","Enabled":"Activat","End":"Sfarsit","Enter Fulfilling Mode":"Acceseaza modul Efectuare","Enter the application":"Intra in aplicatie","Enter warehouse mode":"Intra in mod magazie","Enter Warehouse Mode":"Paraseste modul Depozit","Entities":"Entitati","entities":"entitati","Entity Details":"Detalii entitate","Entity":"Entitate","entity":"entitate","Entries":"Intrari","entries":"intrari","Entry":"Intrare","entry":"intrare","Error":"Eroare","Events":"Evenimente","Excel":"Excel","Expanded Menu":"Meniu colapsat","Expanded Sidebar":"Bara laterală extinsă","Expiration Date":"Data expirare","Export available for download: :filename":"Export :filename disponibil pentru descarcare","Export Done":"Export efectuat","Export emailed: :filename":"Export :filename trimis pe email","Export emailed":"Export trimis pe mail","Export error":"Eroare la exportare","Export Notification":"Notificare export","Export started":"Export inceput","Export":"Export","export":"export","exporting rejected":"export refuzate","exports":"exporturi","External":"Extern","Extra Virgin Olive Oils":"Ulei de măsline extravirgin","Facturi clienti":null,"Facturi furnizori":null,"Failed":"Esuat","failed":"esuat","FAQ":null,"Favorites":"Favorite","Favourite products":"Produse favorite","Fax Number":"Numar fax","Fax":"Fax","FEATURED BRANDS":"BRANDURI PROMOVATE","Featured Brands":"Branduri Promovate","Feb":"Feb","February":"Februarie","File name":"Nume fisier","File Size":"Marime fisier","File":"Fisier","File(s)":"Fisier(e)","Files were uploaded successfully":"Fisierele au fost incarcate","Files":"Fisiere","files":"fisiere","Fill":"Completeaza","Filter by name or code":"Filtreaza dupa nume sau cod","Filter":"Filtru","filtered from":"filtrate din","filtered":"filtrat","Filters":"Filtre","Finalize order":"Finalizează comanda","Finalize":"Finalizeaza","Finalized":"Finalizat","finalized":"finalizat","Financial Overview":"Prezentare Financiară","Financials":"Financiar","financials":"financiar","find matches":"găsește potriviri","First Name":"Prenume","Fiscal Code":"Cod fiscal","Fiscal Invoice":"Factura fiscala","Fiscal":null,"Flag Icon Class":"Clasa iconita steag","Flag Sufix":"Sufix steag","Flag":"Steag","Floor":"Etaj","floor":"etaj","Forbidden":"Interzis","Forgot Password?":"Ai uitat parola?","Forgot password":"Parola uitata","Forgot Your Password?":"Ai uitat parola?","Found :total results":":total rezultate gasite","Friday":"Vineri","Frisbo":null,"From":"De la","from":"de la","Fulfilled At":"Efectuat la","Fulfilling":"În procesare","Furnizor":null,"Gender":"Gen","General Settings":"Setari generale","General":null,"Generate":"Genereaza","Generated for order #:number":"Generat pt comanda #:number","Geneva":"Geneva","Get in touch with us":"Contacteaza-ne","Go Home":"Acasă","Google":null,"Got it!":"Am înțeles!","Green":"Verde","Group":"Grup","Groups":"Grupuri","Habits":"Obiceiuri","Harvest 2016\/2017":"Recolta 2016\/2017","Harvest 2017\/2018":"Recolta 2017\/2018","Harvest 2018\/2019":"Recolta 2018\/2019","Harvest 2019\/2020":"Recolta 2019\/2020","Harvest":"Recolta","Has Children":"Are submeniu","Height":"Înălţime","Hello!":"Bună!","Hello":"Salut","Herbs":"Plante aromatice","here":"aici","Hi :name,":"Salut :name,","Hi :name":"Salut :name","Home":"Acasa","Homepage":"Pagina principală","How To Videos":"Clipuri","how to videos":"clipuri","I agree to the":"Sunt de acord cu","I authorise :name to send instructions to the financial institution that issued my card to take payments from my card account in accordance with the terms of my agreement with you":"Autorizez :name sa trimita instructiuni institutiei financiare care a emis cardul meu pentru a face plati din contul meu bancar in momentul achizitiei de catre mine a produselor de pe siteul :name","I authorise":"Autorizez","Ian":"Ian","Icon Class":"Clasa icoana","Icon":"Icoana","If you are having trouble clicking the action button, copy and paste the URL below":"Daca întampini dificultati in a accesa butonul, copiază adresa de mai jos","If you did not create an account, no further action is required.":"Dacă nu ai creat un cont, poți ignora acest mesaj.","If you did not receive the email":"Dacă nu ai primit e-mailul","If you did not request a password reset, no further action is required.":"Dacă nu ai solicitat o resetare de parolă, poți ignora acest mesaj.","If you’d like to help, tell us what happened below.":"Daca vrei sa ajuti, noteaza mai jos ce s-a intamplat","IFSC":"CIF","Impersonate":"Impersoneaza","Impersonating":"Impersonare","Import Summary":"Sumar import","Import Type":"Tip import","Import":"Import","Importance":"Importanţă","Important":"Important","Imported At":"Importat la","Imported By":"Importat de","Imported Entries":"Intrari importate","ImportType":"Tip import","In a few minutes you will receive a confirmation email":"In cateva minute vei primi un email de confirmare","In Stock":"In stoc","in stock":"în stoc",":days Days Returns":"Retur Gratuit in :days zile","24h Tracked Shipping":"Livrare cu Tracking in 24h","100% Original Products":"Produse 100% Originale","Secure Payments":"Plati securizate","Income":"Venit","index":"index","Indications":"Indicații","Individual":"Persoana Fizica","Industrial":"Industrial","Info":null,"Ingredients":"Ingrediente","Integrations":"Integrări","Internal #":"Cod intern","Internal Code":"Cod intern","Internal":"Intern","into your web browser":"in browserul dvs.","Invalid signature.":"Semnătură incorectă.","Invalid":null,"Inventory":"Inventar","inventory":"inventar","Invoice Emailed":"Email factura","Invoice for order # :number":"Factura pentru comanda # :number","Invoice for order":"Factura pentru comanda","invoice":"factura","invoices":"facturi","Invoices":"Facturi","Is Active":"Este Activ","Is Cancelled":"Anulat","Is Default":"Este implicit","is-bordered":null,"is-hoverable":null,"is-narrow":null,"is-striped":null,"Issue Invoice":"Emite factura","Issue Payment":"Adauga plata","Issues":"Probleme","It looks like we’re having issues.":"Se pare ca intampinam probleme","Item":"Articol","items":"articole","Items":"Articole","Jams":"Gemuri","January":"Ianuarie","Jar":"Borcan","July":"Iulie","June":"Iunie","Keep tables configurations":"Pastreaza configuratia tabelelor","Key Collector":"Colector chei","Key Name":"Denumire cheie","Key Value":"Valoare cheie","Key":"Cheie","keys found":"chei gasite","Label Generator":"Generator etichete","Label":"Etichetă","Labels":"Etichete","labels":"etichete","Lane":"Alee","Language Item":"Element limba","Language":"Limba","Languages":"Limbi","languages":"limbi","Last Modified":"Ultima modificare","last month":"luna trecuta","Last Name":"Nume","Last updated":"Ultima modificare","last week":"saptamana trecuta","last year":"anul trecut","Learn more":"Află mai multe","Leave Fulfilling Mode":"Paraseste modul Efectuare","Leave Warehouse Mode":"Acceseaza modul Depozit","Left":"Stanga","Length":"Lungime","limited quantity":"cantitate limitată","Limited Stock Limit":"Pragul pt stoc limitat","Limited Stock":"Stoc limitat","Line":"Linie","Link":"Link","List Price":"Pret lista","Page [page] from [toPage]":"Pagina [page] din [toPage]","List Value":"Valoare lista","List":"Lista","Load More":"Incarca mai multe","Load more":"Incarca mai multe","Loading...":"Se incarca...","Loading":"Se incarca","Localisation Index":"Index localizare","Localisation":"Internationalizare","localisation":"internationalizare","Localities":"Localitati","Locality":"Localitate","Log in":"Autentificare in sistem","Log out":"Delogare","Log Out":"Iesiti","log":"log","Login":"Login","login":"login","Logins":"Logari","logins":"logari","logout":"deconectare","Logout":"Iesire","Logs Index":"Index Loguri","Logs":"Loguri","logs":"loguri","Loss":"Pierdere","Made with Bulma":"Realizat cu Bulma","Made with Laravel":"Realizat cu Laravel","Made with Vue":"Realizat cu Vue","Magazie":null,"Main Menu":"Meniu principal","Manage Buttons":"Editeaza butoane","Manage Menus":"Administreaza meniuri","Manage Permissions":"Administreaza permisii","Mandatary":"Mandatar","Manufacturer":"Producător","Manufacturers":"Producatori","Maps key":null,"Mar":"Mar","March":"Martie","Mark all as read":"Marcheaza-le citite","Mark all read":"Marcheaza tot ca citit","Max":null,"May":"Mai","MB":"MB","Measurement Unit":"Unitate de Masură","Measurement Units":"Unitati de masura","measurement units":"unitati de masura","Member Since":"Membru din","Members":"Membri","Menu Collapse":"Restrange meniu","Menu Items":"Elemente meniu","Menu":"Meniu","Menus Index":"Index meniuri","Menus":"Meniuri","menus":"meniuri","Merge all localisation files":"Îmbină toate fisierele de localizare","Mfr #":"Cod produs","Mfr":"Prod","Min":null,"Miss":null,"Mode":"Mod","Monday":"Luni","more":"mai mult","move to favorites":"muta la favorite","Mr":null,"MU":"UM","N\/A":"N\/A","Name":"Nume","Needs matching":"Necesita match","Net Weight":"Greutate netă","New Address":"Adresa noua","New Password":"Parola noua","New team":"Echipa noua","New Topic":"Subiect nou","New":"Nou","Next Page":"Pagina urmatoare","Next":"Urmator","NIN":"CNP","No activity found":"Nu a fost gasita activitate","No keys found":"Nu au fost gasite chei","No locations found":"Nu au fost găsite locații","No options available":"Nu exista optiuni","No records were found":"Nu au fost gasite inregistrari","No reservations found":"Nu au fost găsite rezervări","No search results found":"Nu au fost gasite rezultate","No teams were created yet":"Încă nu au fost create echipe","No":"Nu","Not Found":"Negăsit","not paid":"neplatit","Note":"Observații","Notes":"Note","Nothing found":"Nu a fost gasit nimic","notification":"notificare","Notifications":"Notificari","notifications":"notificari","Number":"Numar","Observations":"Observatii","of":"din","Offices":"Birouri","Oh no":"O, nu","OK":"OK","on behalf of :company":"pe compania :company","On Demand":"In stoc furnizor","on":"pe","Online":null,"Only missing":"Doar negasite","Operation failed because the permission is allocated to existing role(s)":"Operatia a esuat deoarece permisiunea este alocată unui rol existent","Operation was successfull":"Operatiunea a fost efectuata cu succes","order #:number invoice":"factura pentru comanda #:number","order #:number":"comanda #:number","Order #:number":"Comanda #:number","Order details :number":"Detalii comanda :number","Order Line Limit":null,"Order Payment":"Plata","Order Values":"Valorile comenzii","Order":"Comanda","Orders":"Comenzi","Organize Menus":"Ordonare meniuri","our location":"locatia noastra","Our Location":"Locația noastră","Our team has been notified.":"Echipa noastra a fost notificata","Overdue":"Depășit","Own Stock":"Stoc propriu","Owners Index":"Index owneri","Owners":"Entitati","owners":"owneri","Package Content":"Conținutul pachetului","Packaging Units":"Unități de Ambalare","packaging units":"unități de ambalare","Page Expired":"Pagina a expirat","Parade":"Parada","Parent":"Parinte","Part Number":"Cod","Password Confirmation":"Confirmare parola","Password":"Parola","password":"parola","Passwords must be at least six characters and match the confirmation.":"Parola trebuie să fie de cel puțin șase caractere și să se potrivească cu cea de confirmare.","Past Imports":"Importuri anterioare","Pasta":"Paste","Authorize Only":"Doar Autorizare","pay":"plateste","Pay":"Plateste","Payment method":"Metoda de plata","Payment Methods":"Metode de plata","Payment Order":"OP","Payment":"Plata","payments":"plati","Payments":"Plăți","Pays VAT":"Plateste TVA","People":"Persoane","people":"persoane","Permission Group":"Grup de permisii","Permission Groups Index":"Index grupuri de permisii","Permission Groups":"Grupuri de permisii","Permission Name":"Nume permisie","Permission":"Permisie","permissionGroups":"Grupuri de permisii","Permissions Group Items":"Elemente Permisii Grup","Permissions Group":"Grup Permisii","permissions group":"permisii grup","Permissions Groups":"Grupuri Permisii","Permissions Index":"Index permisii","Permissions":"Permisii","permissions":"permisii","Person client":"Client persoana","Person":"Persoana","person":"persoana","Personal Info":"Informatii personale","Personal information can only be edited via the person form":"Informatiile personale pot fi editate numai prin formularul persoanei","Personal":"Personal","Phone Number":"Numar de telefon","Phone":"Telefon","Pic":null,"Pick an option":"Alege o optiune","Picture":"Poza","Piece":"Buc","Place order":"Plasează comanda","See cart":"Vezi Cos","Placement":"Pozitie","Plati clienti":null,"Plati furnizor":null,"Please choose":"Alege","Please click the button below to verify your email address.":"Te rugăm să accesezi butonul de mai jos pentru a verifica adresa de e-mail.","Please confirm your password before continuing.":"Te rugăm să confirmi parola înainte de a continua.","Please Fill":"Completeaza","Please find attached the order's invoice.":"Găsești factura pentru această comandă în atașament.","Please review your order and payment details":"Te rugăm să verifici detaliile comenzii","Please set or reset your password by clicking the button below.":"Te rugam sa setezi sau sa resetezi parola facand clic pe butonul de mai jos.","POS Receipt":"Chitanta POS","Position":"Pozitie","Positions":"Pozitii","positions":"poziții","Post":"Trimite","Postal Area":"Cod postal","Postal Code":"Cod postal","Postcode":"Cod postal","posted":"postat","Prepared":"Pregătit","Preview":"Previzualizeaza","Previous Page":"Pagina anterioara","Previous":"Anterior","Price":"Pret","Privacy":"Confidențialitate","processed":"procesat","Processing":"In procesare","processing":"in procesare","Product image coming soon":"Poza urmeaza sa fie adaugata","Product":"Produs","Products per page":"Produse per pagina","Products":"Produse","products":"produse","Produs":null,"Profile":"Profil","Profit":"Profit","Proforma Invoice":"Factura proforma","Proforma":null,"Promissory Note":"Bilet la ordin","publish product":"publica produsul","Purchase Returns":"Retur aprovizionari","purchase returns":"retur aprovizionari","Purchase":"Aprovizionare","Purchases":"Aprovizionari","purchases":"aprovizionari","Purple":"Mov","Qty":"Cant.","Quantity":"Cantitate","rating":"evaluare","Rating":"Evaluare","Ratio":"Aspect","Read":"Citire","Recaptcha key":"Cheie Recaptcha","Recaptcha secret":null,"Receipt":"Chitanta","Received":"Primit","Recent orders":"Comenzi recente","Recommended Products":"Produse recomandate","records":"inregistrari","Red":"Rosu","Reference \\ PO":"Referinta","Regards":"Toate cele bune","register":"fă-ți cont","Register":"Fă-ți cont","Registered Entities":"Entitati inregistrate","Registered Users":"Useri Inregistrati","Registry Of Commerce":"Nr. Inreg. Reg. Com.","Registry of commerce":"Registrul comertului","Rejected Association":"Asociația Respinsă","Rejected Brand":"Brand respins","Rejected Documentation":"Documentație respinsă","Rejected EAN":"EAN respins","Reload":"Reincarca","Remember me":"Tine-ma minte","Remember Me":"Ține-mă minte","Reminder":null,"Remove poster":"Sterge poster","remove":"sterge","Reorder Menu":"Reorganizează meniu","reorder":"reorganizează","Repeat Password":"Repeta parola","Replies":"Raspunsuri","Reply":"Raspunde","Resell":"Revanzare","Reservations":"Rezervări","Reserved":"Rezervat","Reset password request":"Cerere resetare parolă","Reset password":"Reseteaza parola","Reset":"Reset","Residential":"Rezidențial","Resource Prefix":"Prefix resursa","Resource":"Resursa","resource":"resursa","Retur aprovizionari":null,"Retur vanzari":null,"Revenue":"Venit","Reviews":"Recenzii","reviews":"recenzii","Right":"Dreapta","Road":"Drum","Role Item":"Element Rol","Role":"Rol","role":"rol","Roles Index":"Index roluri","Roles List":"Lista roluri","Roles":"Roluri","roles":"roluri","Rotatie":null,"Rotation":"Rotatie","Route":"Ruta","Row":"Rand","Running":"Alergare","Sale Channel":"Canal de vânzare","Sale Channels":"Canale de vânzare","sale channels":"canale de vânzare","Sale Price":"Pret vanzare","Sale Returns":"Retur vanzari","sale returns":"returnarea vânzării","Sale Value":"Valoare vanzare","Sales":"Vanzari","sales":"vanzari","Saturday":"Sambata","Sauces":"Sosuri","Save Configuration":"Salveaza configuratie","Save your work then click here to refresh your page and update to the latest application version":"Salveaza-ti modificarile si apasa aici pentru a reincarca pagina si a migra la cea mai noua vesiune a aplicatiei","Save":"Salveaza","Sea Salt":"Sare de mare","Search category limit":"Limita categorii la cautare","Search in products":"Caută în produse","Search placeholder":"Placeholder pt cautare","Search something":"Căutați ceva","Search within brands":"Cauta in branduri","Search...":"Căutare...","Search":"Cauta","Searching...":"Căutând...","Searching":"Caut","Secret":"Secret","See all":"Vezi tot","Select file for import":"Selecteaza fisier pt import","select":"select","selected":"selectat","Send a password reset link":"Genereaza link pentru reset parola","Send a reset password link":"Trimite un link de resetare parola","Send Password Reset Link":"Trimite link-ul pentru resetarea parolei","Serial":"Serie","Server Error":"Eroare de server","Service Unavailable":"Serviciu indisponibil","Service":"Serviciu","Services":"Servicii","services":"Servicii","Set password":"Seteaza parola","Settings":"Setari","settings":"setări","Share your idea...":"Sharuieste ideea","Share your opinion and rate the product":"Împărtășește-ți opinia și evaluează produsul","Share your opinion...":"Sharuieste parerea","Shelf":"Raft","Shift + Enter to post":"Shift + Enter pt a posta","Shipped":"Expediat","Shipping Address":"Adresa de livrare","Shipping charges may be incurred":"Pot fi aplicate costuri de transport","Shipping charges of :value (+VAT) will be added":"Vor fi adaugate costuri de transport in valoare de :value (+TVA)","Shipping cost":"Cost transport","You will pay":"Cat vei plati","Visit the product page":"Viziteaza pagina produsului","Shop Categories":"Categorii","Shopping Cart":"Cos cumparaturi","Show Log":"Arata log","Show Logs from":"Arata log-uri din","Show":"Arata","show":"arata","Showing :from - :to of :total results":"Se afiseaza de la :from pana la :to din :total de rezultate","Sicilian Honey":"Miere siciliană","Sidebar Toggle":"Alterneaza stil meniu","Similar products limit":"Limita pt produse similare","Site Texts":"Texte Site","Size":"Marime","Sleeping":"Dormit","Some fields were invalid. Please correct the errors and try again.":"Cateva campuri au fost invalide. Corecteaza erorile si reincearca.","Something went wrong...":"Ceva nu a functionat corect...","Special Diet":"Dietă specială","Speciality":"Specialitate","Spendings":"Cheltuieli","Square":"Pătrat","Start Tutorial":"Start tutorial","Started":"Inceput","Starters":"Aperitive","Status":"Status","Stock Rotation":"Rotația stocului","Stock: :stock":"Stoc: :stock","Stock":"Stoc","Stopped":"Oprit","Storage Usage":"Utilizare spatiu","store":"magazin","Storing":"Depozitare","Street Type":"Tip strada","Street":"Strada","Sub Administrative Area":"Zona administrativa subordonata","Submit":"Trimite","Success":"Succes","Successful":"Reusite","Summary":"Sumar","Sunday":"Duminica","Supplier Discounts":"Reduceri de la furnizori","Supplier Invoices":"Facturi furnizori","Supplier Number":"Numar furnizor","Supplier Payments":"Plati furnizor","Supplier Ref":"Ref. Furnizor","Supplier Stock":"Stoc furnizor","Supplier":"Furnizor","suppliers":"furnizori","Sweets":"Dulciuri","System":"Sistem","system":"sistem","Table export done":"Export tabel efectuat","Table export error":"Eroare la exportul de tabel","Table export started":"Exportul de tabel a inceput","Table":"Tabel","Tables State Save":"Pastreaza config","Tags":"Taguri","Tasks":"Sarcini","tasks":"sarcini","team":"echipa","Teams":"Echipe","Template":"Șablon","Tenant":"Chiriaş","terms and conditions":"termenii si conditiile","Terms of use":"Termeni si conditii","Terms Of Use":"Termeni si conditii","terms of use":"termenii si conditiile","Thank you for shopping with us.":"Îți multumim pentru cumparaturile facute.","Thank you for using our application!":"Îți multumim ca ne folosești aplicatia!","Thank you for your order":"Îți mulțumim pentru comandă","Thank you":"Multumesc","The :filename file is ready":"Fisierul :filename este gata","The address has been successfully updated":"Adresa a fost actualizata cu succes","The address was successfully created":"Adresa a fost creata cu succes","The admin role already has all permissions and does not need syncing":"Rolul de admin deja are toate permisiile si nu are nevoie de sincronizare","The application was updated, please save your work & refresh your browser":"Aplicatia a fost actualizata, salveaza-ti modificarile si reincarca pagina","The Changes have been saved!":"Modificarile au fost salvate!","The changes have been saved":"Modificarile au fost salvate","The company was successfully created":"Compania a fost creata cu succes","The company was successfully deleted":"Compania a fost stearsa cu succes","The company was successfully updated":"Compania a fost actualizata cu succes","The Entity was created!":"Entitatea a fost creata!","The entity was created!":"Entitatea a fost creata!","The export :name could not be completed due to an unknown error":"Exportul :name nu a putut fi finalizat datorita unei erori","The export was cancelled successfully":"Exportul a fost anulat cu succes","The form contains errors":"Formularul contine erori","The generated document has :entries entries":"Documentul are :entries inregistrari","The import was restarted":"Importul a fost repornit","The language files were successfully merged":"Fisiere de limbi au fost concatenate cu succes","The language files were successfully updated":"Fisierele de limba au fost actualizate","The log file":"Fisierul","The log was cleaned":"Log-ul a fost curatat","The menu was created!":"Meniul a fost creat!","The operation was successful":"Operatiunea a fost efectuata cu succes","New order #:number from :channel for :total :currency was placed by :person":"Comanda noua #:number din :channel in valoare de :total a fost plasată de catre :person","Selected payment method: :paymentMethod":"Metoda de plata selectata: :paymentMethod","The permission group was created!":"Grupul de permisii a fost creat!","The permission was created!":"Permisia a fost creata!","The permissions were created!":"Permisiile au fost create!","The person has assigned resources in the system and cannot be deleted":"Persoana are resurse asignate in sistem si nu poate fi stearsa","The Person was successfully created":"Persoana a fost creata cu succes","The person was successfully created":"Persoana a fost creata cu succes","The person was successfully deleted":"Persoana a fost stearsa cu succes","The person was successfully updated":"Persoana a fost actualizata cu succes","The poster was deleted successfully":"Posterul a fost sters cu succes","The requested report was started. It can take a few minutes before you have it in your inbox":"Raportul a fost trimis spre generare. Poate dura cateva minute pana cand il vei primi pe mail","The requested report was started. It can take a few minutes before you have it in your inbox":"Raportul solicitat a fost pornit. Poate dura cateva minute inainte de a-l primi in casuta de e-mail","The role was created!":"Rolul a fost creat!","The selected record is about to be deleted. Are you sure?":"Inregistrarea selectata este pe cale sa fie stearsa. Esti sigur?","The team was successfully saved":"Echipa a fost salvata cu succes","The tutorial was created!":"Tutorialul a fost creat!","The tutorial was successfully deleted":"Tutorialul a fost sters cu succes","The user group was successfully created":"Grupul de useri a fost creat cu succes","The user group was successfully deleted":"Grupul de useri a fost sters cu succes","The user has activity in the system and cannot be deleted":"Userul are activitate in sistem si nu poate fi sters","The User was created!":"Userul a fost creat!","The video file was deleted successfully":"Clipul a fost sters cu succes","The video was updated successfully":"Clipul a fost actualizat cu succes","The webshop is still under construction, but we're launching soon...":"Magazinul online este încă în construcție, dar il vom lansa în curând...","Theme Color":"Culoare Tema","Theme":"Tema","There are no active carousel slides":"Nu exista slide-uri de carusel active","There are no addresses added yet":"Nu ai nicio adresă adăugată","There are no companies added yet":"Nu există companii adăugate","There are no credit cards added yet":"Nu ai niciun card adăugat","This action is unauthorized.":"Această acțiune nu este permisă.","this month":"luna aceasta","This password reset link will expire in :count minutes.":"Acest link de resetare a parolei va expira în :count minute.","This password reset token is invalid.":"Codul de resetare a parolei este greșit.","This website uses cookies to deliver its services and to analyze traffic. For more details please visit our":"Acest site web folosește cookie-uri pentru a-și furniza serviciile și pentru a analiza traficul. Pentru mai multe detalii viziteaza","privacy policy":"politica de confidentialitate","this week":"săptămâna aceasta","this year":"anul acesta","Thursday":"Joi","Time":"Timp","Timeline":"Cronologie","Tip":null,"Title...":"Titlu...","Title":"Titlu","title":"titlu","to manage your addresses":"pt a gestiona adresele","to manage your cards":"pt a gestiona cardurile","to manage your companies":"pentru a gestiona companiile","to view your order":"pentru a vedea comanda","To":"la","to":"la","Today":"Astăzi","today":"azi","Toggle navigation":"Comută navigarea","Too Many Attempts.":"Prea multe încercări.","Too Many Requests":"Prea multe cereri","Top Banner Content":"Continut top banner","Top Pick":"Alegere de Top","Total amount for order #:number is :currency:total":"Totalul de plată pentru comanda #:number este :total :currency","total records":"inregistrari","Total":"Total","total":"total","Translations":"Traduceri","Tuesday":"Marti","Tutorial":"Tutorial","Tutorials Index":"Index tutoriale","Tutorials":"Tutoriale","tutorials":"tutoriale","Type a new comment":"Adauga un comentariu","Type":"Tip","type":"tip","Types":"Tipuri","Unable to read file":"Nu se poate citi fiserul","Unauthorized":"Nepermis","Undo Stock Insertion":"Anuleaza insertia in stoc","Undo Stock Removal":"Anuleaza scoaterea din stoc","Unique Identifier":"Identificator unic","Unit. Price":"Pret unit.","Unitary Price":"Pret unitar","untagged":"netaguit","Update":"Updateaza","Updated At":"Updatat la","Updated By":"Actualizat de","updated the members":"actualizat membrii","updated":"actualizat","Updated":"Updatat","Upload Avatar":"Incarca Avatar","Upload Template":"Incarca template","uploads":"uploaduri","Use":"Utilizare","User Details":"Detalii User","user groups":"grupuri user","User Groups":"Grupuri","User Info":"Informatii user","User Profile":"Profil user","User":"User","user":"user","Users Administration":"Administrare useri","Users Index":"Index useri","Users":"Useri","users":"useri","Valability":"Valabilitate","Valid":"Valid","Editable time limit in seconds. Use 0 to disable":"Limita de timp pentru modificari, in secunde. Folosește 0 pentru a dezactiva","Value":"Valoare","Vanzari":null,"VAT":"TVA","VAT Value":"Valoare TVA","ver":"ver","Verify Email Address":"Verificare adresă de e-mail","Verify Your Email Address":"Verifică-ți adresa de e-mail","Video description":"Descriere clip","Video name":"Nume clip","Video":"Video","video":"video","View Cart":"Vezi cos","View your order":"Vezi comanda","Virtual Position ID":"ID Poziție Virtuală","Visible Brands":"Branduri vizibile","Visible Top Banner":"Top banner vizibil","Vista":"Perspectivă","Volume":"Volum","Voucher":null,"waiting":"in asteptare","Warehouse":"Depozit","warehouses":"depozite","Warehouses":"Depozite","Warning":"Avertizare","was changed":"a fost schimbat","was last updated":"a fost modificat","We can't find a user with that e-mail address.":"Nu există niciun user cu această adresă de e-mail.","We have e-mailed your password reset link!":"Am trimis un e-mail cu link-ul de resetare a parolei!","We will keep you updated on its progress":"Te vom tine la curent cu progresul ei","We won't ask for your password again for a few hours.":"Nu îți vom mai solicita adresa de e-mail pentru câteva ore","Webshop Name":"Nume webshop","Webshop Order":"Comanda webshop","webshop":"magazin web","Webshop":"Magazin web","Website":null,"Wednesday":"Miercuri","Welcome Back":"Bine ai revenit","Welcome":"Bun venit","What happened?":"Ce s-a intamplat?","What you need to know":"Ce trebuie sa stii","What":"Ce","When":"Cand","Whoops!":"Oops!","Width":"Lăţime","Write a review":"Scrie o recenzie","Write":"Scriere","Yes":"Da","yesterday":"ieri","You are not authorized for this action":"Nu esti autorizat pentru aceasta actiune","You are not authorized to perform this action":"Nu esti autorizat pentru aceasta actiune","You are receiving this email because we received a password reset request for your account.":"Primești acest mesaj pentru că a fost înregistrată o solicitare de resetare a parolei pentru contul asociat acestei adrese de e-mail.","You can click":"Poti da click","You don't have any favorite products yet":"Nu ai niciun produs adăugat la favorite","You don't have any notifications":"Nu ai notificari","You don't have any orders yet":"Nu ai efectuat nicio comandă","You don't have any products in the shopping cart right now":"Nu ai niciun produs în coș momentan","You have":"Ai","You just got a notification...":"Tocmai ai primit o notificare...","You made too many attempts. Please wait 5 minutes and try again.":"Ai apelat de prea multe ori generarea raportului. Asteapta 5 minute si reincearca","You may also like":"S-ar putea sa-ti placa si","You will find attached the requested report.":"Vei gasi atasat raportul cerut.","Your :shop order :number":"Comanda :shop cu numarul :number","Your account has been disabled. Please contact the administrator":"Ne pare rau, contul tau a fost dezactivat. Te rugam contacteaza administratorul","Your card was successfully saved":"Cardul tău a fost salvat cu succes","Your email address is not verified.":"Adresa ta de e-mail nu este verificată.","Your Message":"Mesajul tău","Your password has been reset!":"Parola a fost resetată!","You need to accept our terms of use first":"Mai întâi trebuie să accepți termenii noștri de utilizare","item":"articol","PO #":"Ref #","Your privacy is important for us":"Confidențialitatea ta este importantă pentru noi","cart":"cos","favourites":"favorite","addresses":"adrese","orders":"comenzi","payment":"plata","summary":"sumar","add":"adauga","rate":"evalueaza","review":"recenzie","star":"stea","stars":"stele","Thank you for contributing":"Îți mulțumim pentru contribuție","Do you own or have used this product?":"Deții sau ai folosit acest produs?","This review is awaiting approval":"Această recenzie așteaptă aprobare","This review was approved":"Această recenzie a fost aprobată","This review was rejected. You may edit and repost it.":"Această recenzie a fost respinsă. Poți să îl editezi și să îl repostezi.","Edit review":"Editează recenzia","category":"categorie","terms-of-use":"termeni-si-conditii","privacy":"confidentialitate","about-us":"despre-noi","favorites":"favorite",":user finalized the :model :label for the partner :partner":":user a finalizat :model :label pentru partenerul :partner",":type quantity and total were successfully updated":"Cantitatea si totalul pentru :type au fost actualizate",":type update":"Actualizare :type","Please find attached the order details":"Regasiti detaliile comenzii in atasament","Succeeded":"Reusita","External Reference":"Referinta externa","Incomplete order (#:number)":"Comanda incompleta (#:number)","On :date you placed an order on our webshop but forgot to finalize the payment.":"Pe data de :date ai plasat o comanda pe magazinul nostru online dar nu ai finalizat plata.","Please click bellow to view your order and finalize the payment":"Poti sa dai click mai jos pentru a vizualiza comanda si a finaliza plata","New message from the webshop's contact form":"Mesaj nou din pagina de contact a webshop-ului","Your Webshop.":"Magazinul tau.","Message:":"Mesaj:","Contact phone: :phone":"Telefon de contact: :phone","Your order #:number on :shop was successfully placed":"Comanda ta cu numarul #:number de pe :shop a fost plasata cu succes","You have a new webshop order":"Ai o nouă comandă pe webshop","New user registration":"S-a inregistrat un nou utilizator","Before adjusting stock, select the product default supplier":"Înainte de a ajusta stocul, selecteaza furnizorul implicit al produsului","Cannot increment when quantity <= 0":"Nu se poate incrementa când cantitatea <= 0","Cannot decrement when quantity <= 0":"Nu se poate decrementa atunci când cantitatea <= 0","Order already has a :type invoice":"Comanda are deja o factura de tipul :type","Invalid item":"Articol invalid","Cannot update orders that are externally fulfilled":"Nu se pot actualiza comenzile care sunt îndeplinite extern","Order is already in this status":"Comanda are deja acest status","There are no differences on this order":"Nu există diferențe în această comandă","You are not allowed to issue payments without invoices":"Nu este permis sa emiti plati fara facturi","You are not allowed to issue payments on a cancelled invoice'":"Nu este permis sa emiti plati pentru o factura anulata","Sale is already paid":"Vânzarea este deja plătită","You cannot delete a paid order":"Nu poți șterge o comandă plătită","order details":"detaliile comenzii","Delivery Address":"Adresa de livrare","Disc.":"Disc.","M.U.":"U.M.","Product \/ Code":"Produs \/ Cod","registered in doc.":"înregistrat în doc.","received":"primit","U.P acquision":"P.U achiziţie","(no VAT)":"(fara TVA)","Val. acquision":"Val. achizitie","Val. VAT":"Val. TVA","(afferent)":"(aferent)","Info field":"Câmp informativ","additional":"adițional","piece":"buc","Total General":"Total General","Goods Receipt Note":"Nota de receptie a marfurilor","Unit":"Unitate","The undersigned, members of the reception committee, have received the material values provided by":"Subsemnatii, membri ai comitetului de recepție, au primit valorile materiale furnizate de","delegate":"delegat","based on the accompanying documents":"pe baza documentelor însoțitoare","consisting":"constând","car no.":"masina nr.","Optional field, usable in case of observations":"Câmp opțional, utilizabil în caz de observații","Reception committee members name and surname":"Numele și prenumele membrilor comisiei de recepție","Signature":"Semnătură","Manager name and surename":"Numele și prenumele managerului","Manager name and surname":"Numele și prenumele managerului","Reception comitee conclusions":"Concluziile comitetului de primire","Reception committee conclusions":"Concluziile comitetului de primire","Supplier\/carrier point of view":"Punct de vedere furnizor \/ transportator","Other mentions":"Alte mențiuni","The quantity determination was done by":"Determinarea cantității a fost făcută de","The quality determination was made by the sample":"Determinarea calității a fost făcută de eșantionul","no.":"nr.","Sender":"Expeditor","Companion":"Insotitor","Dispatch station":"Stație de expediere","Destination station":"Stația de destinație","Release date":"Data de lansare","Dispatch date":"Data expedierii","Arrival date":"Data sosirii","Supplier delegates, the carrier who participated in the reception":"Delegații furnizorului, curierul care a participat la recepție","ISBN":"ISBN","Total products":"Totalul produselor","Scale indicated weight":"Greutatea indicata pe cantar","Stock Removal":"Scoatere din stoc","Representative of":"Reprezentant al","Name and surname":"Nume si prenume","Identity card":"Card de identitate","TOTAL":"TOTAL","Reception participants":"Participanți la recepție","for Sale":"de vanzare","Emag API call for :action failed":"Apelul API Emag pentru :action a esuat","The action :action on url :url failed with the following error messages:":"Acțiunea :action catre url :url a eșuat cu următoarele mesaje de eroare","New :type callback from emag":"Un nou callback :type de la emag","New :type callback from emag for id :id":"Un nou callback :type de la emag pentru id-ul :id","Missing app product for emag order :id":"Lipseste produsul din aplicatie pentru comanda emag :id","Product :product":"Produsul :product","Offer mismatch for eMag order :id":"Nepotrivirea ofertei pentru comanda eMag :id","For product :code":"Pentru produsul :code","External part number :code":"Cod extern :code","Part number :code":"Cod :code","New eMag order (id: :id) with vouchers:":"Comandă nouă eMag (id: :id) cu vouchere:",":name, value :value":":name, valoare :value","New eMag order (id: :id) with vouchers":"Comandă nouă eMag (id: :id) cu vouchere","Shipping price mismatch for eMag order :order":"Nepotrivirea prețului de expediere pentru comanda eMag :order","Product price mismatch for eMag order :order":"Nepotrivirea prețului produsului pentru comanda eMag :order","Offer with id :id already exists":"Există deja o oferta cu id-ul :id","An offer for the pnk :pnk already exists":"Există deja o ofertă pentru pnk :pnk","An offer with product id :id already exists and needs eMag intervention":"O ofertă cu id-ul produsului :id există deja și necesită intervenția eMag","No order with id :id found":"Nu s-a găsit nicio comandă cu id-ul :id","Write Review For":"Scrie o recenzie pentru","Don't know what to write about?":"Nu știi despre ce să scrii?","Tell us what you like about the purchased product.":"Spune-ne ce iti place la produsul achizitionat.","Does it live up to your expectations?":"Se ridică la nivelul așteptărilor tale?","Are you satisfied with the value for money?":"Esti mulțumit de raportul calitate-preț?","Would you recommend it to others?":"L-ai recomanda altora?","Remove from favorites":"Elimina din favorite","make default":"fă implicit","delivery":"livrare","billing":"facturare","Not Paid":"Neplatit","Requires Action":"Necesită acțiune","verify":"verifica","Verify":"Verifica","confirmation":"confirmare","No addresses defined":"Nu există adrese definite","Part":"Cod","Complete the payment":"Finaliza plata","An extra confirmation is needed to process your payment":"Este necesară o confirmare suplimentară pentru a procesa plata","Order is already paid":"Comanda este deja plătită","Your payment for this order is still processing":"Plata dvs. pentru această comandă este în curs de procesare","Please find the invoice attached":"Găsești factura în atașament","Invoice issued for order #:number":"Factura emisa pentru comanda #:number","Your order #:number":"Comanda dvs #:number","Payment via :type was successful for order :number":"Plata prin :type a reușit pentru comanda :number","A payment was received for order #:number (:total :currency)":"S-a inregistrat plata pentru comanda :number (:total :currency)","Insufficient stock for :product, only :left left":"Stoc insuficient pentru :product, numai :left ramas","Registration is restricted for the moment, please return soon":"Înregistrarea este restricționată pentru moment, te rugăm să revii în curând","Hello :name":"Salut :name","Thank you for creating an account on :shop":"Îți mulțumim pentru că ți-ai creat cont pe :shop","We hope that you will enjoy our products":"Sperăm că te vei bucura de produsele noastre, așa cum ne bucurăm și noi de ele :)","Go to login":"Intră în cont","If you are having trouble clicking the action button, copy and paste the URL below into your web browser":"Daca întampini dificultati in a accesa butonul, copiază adresa de mai jos in browser-ul tau","Payment via :type was successful for order #:number, amount :amount :currency":"Plata prin :type a reușit pentru comanda #:number, suma :amount :currency","View order":"Vezi comanda","Click bellow to view your order and finalize the payment":"Poti sa dai click mai jos pentru a vizualiza comanda si a finaliza plata","A new account was created : :name":"Un cont nou a fost creat: :name","from: :company":"de la: :company","To manage the account please click the link below":"Pentru a gestiona contul, acceseaza linkul de mai jos","View account":"Vezi contul","Details for delivering your order":"Detalii pentru livrarea comenzii","You're just a few steps away from finalizing your order":"Ești la doar câțiva pași distanță de finalizarea comenzii","If you already have an account click":"Dacă ai deja un cont, click","to go to the login page":"pentru a accesa pagina de autentificare","Your account":"Contul tau","I want to create an account":"Vreau să imi creez cont","Company Name":"Numele Companiei","Ship to a different addressed":"Comanda ta #:number a fost plasată cu succes","Skip":"Sari","New order #:number from :channel for :total :currency":"Comanda noua #:number din :channel in valoare de :total :currency","fast-checkout":"checkout-rapid","Fast Checkout":"Checkout Rapid","The action :action failed with the following error code: :code":"Acțiunea :action a eșuat cu următorul cod de eroare: :code","Reported error message: :message":"Mesaj de eroare raportat: :message","Request payload: :payload":"Payload Request: :payload","API call for :action failed":"Apelul API pentru :action a esuat","Notification, :title":"Notificare, :title","New Comment Tag":"Etichetare noua in comentarii","You were just tagged":"Tocmai ai fost etichetat","Comment Tag Notification":"Notificare etichetare in comentariu","Your password will expire soon":"Parola ta va expira curand","You've got :days days left to change it":"Mai ai :days zile ramase pentru a o schimba","You've got until tomorrow to change it":"Mai ai timp pana maine pentru a o schimba","You must change it today":"Trebuie schimbata astazi","Welcome!":"Bine ai venit!","Task Reminder":"Memento Task","This is a reminder for the following task:":"Acesta este un memento pentru următorul task:","View Task":"Vezi task-ul","Task :description":"Task :description","You cannot delete the default address":"Nu poți șterge adresa implicită","You cannot delete an address that you have previously used":"Nu poți șterge o adresă pe care ai folosit-o anterior","You cannot edit this company, please contact support":"Nu poți edita această companie, te rugăm să contactezi echipa de asistenta","Your cart is empty":"Coșul tau este gol","You cannot delete the default card":"Nu poți șterge cardul implicit","You cannot edit this :model, please contact support":"Nu poți edita acest :model, te rugăm să contactezi echipa de asistență","Company information":"Informațiile companiei","Billing address":"Adresa de facturare","Free":"Gratuit","Get to know us":"Cunoaște-ne","Registration successful":"Inregistrare realizata","Your account needs to be activated before you can login":"Contul trebuie să fie activat înainte de a te putea autentifica","You will receive a confirmation email upon approval":"Vei primi un e-mail de confirmare după aprobare","Thank you!":"Iti multumim!","Frequently asked questions":"Intrebari frecvente","Edit address":"Editeaza adresa","Edit company":"Editeaza compania","Pay by Card":"Plătește cu Card","Click":"Click","Not Implemented":"Neimplementat","Approve":"Aproba","Disapprove":"Dezaproba","for \":query\"":"pentru \":query\"","Review was rejected":"Această recenzie a fost respinsă","Review updated for :product":"Recenzie actualizata pentru produsul :product","New review submitted for :product":"Recenzie adaugata pt produsul :product","A product review was updated by :person:":"Recenzie de produs actualizata de :person:","A new product review was posted by :person:":"Recenzie de produs adaugata de :person:","Your review for :product was :approval":"Recenzia ta pentru produsul :product a fost :approval","If you want, you can revise your review here:":"Daca vrei, poti actualiza recenzia ta aici:","Review :approval":"Recenzie :approval","approved":"aprobata","rejected":"respinsa","Terms of Use":"Termeni si conditii","Similar products":"Produse similare","Enter your email to reset your password":"Introdu adresa ta de e-mail pentru a iti reseta parola","We'll send you an email with the instructions to follow":"Iti vom trimite un e-mail cu instrucțiunile de urmat","similar-products":"produse-similare","description":"descriere","characteristics":"caracteristici","about-this-brand":"despre-acest-brand","not in stock":"nu este în stoc","Not In Stock":"Nu este în stoc","Hold tight, your order is being processed. We will email you when your order succeeds":"Ține-te bine, comanda ta este în curs de procesare. Iți vom trimite un e-mail când comanda va reuși","Pay by Wire Transfer":"Plătește prin Transfer Bancar","Grand Total":"Total General","A cancellation request was received for order #:id":"Am primit o cerere de anulare pentru comanda #:id","Cancellation request for order #:id":"Cerere de anulare pentru comanda #:id","Please let us know if you are able to cancel the order":"Va rugam sa ne comunicati daca puteti efectua anularea","Cancellation request for emag order with id :id":"Cerere de anulare pentru comanda emag cu id :id","An emag order cancellation request was received":"Am primit cerere de anulare pentru o comanda emag","If you need to change your email please contact us":"Dacă dorești schimbarea emailului te rugăm contactează-ne","Awb status was updated to \":status\" for emag order #:id":"Statusul Awb pentru comanda emag #:id a fost actualizat in \":status\"","Awb status update for emag order #:id":"Actualizare status awb pentru comanda emag #:id","You just asked for a password reset. To complete the process click the button below.":"Tocmai ai solicitat resetarea parolei. Pentru a finaliza procesul, accesează butonul de mai jos.","Set your new password":"Setează noua parolă","The company already exists in our system. Please contact us about that":"Compania există deja în sistemul nostru. Te rugăm să ne contactezi referitor la această situație","Secure payments with":"Plătește în siguranță prin","We will create an account for your future orders":"Iți vom crea un cont pentru comenzile tale viitoare","Go back to the store":"Întoarce-te în magazin","Added":"Adăugat","A payment method was already set for this order":"O metodă de plată a fost deja stabilită pentru această comandă","Street line 1":"Nume stradă, număr etc.","Street line 2":"Apartament, complex, unitate etc. (opțional)","A new account was created: :name":"A fost creat un cont nou: :name","Translator":"Traducător","Publisher":"Editor","Edition":"Ediție","Collection":"Colecție","Year of Publication":"Anul publicării","Number of Pages":"Număr de pagini","Genre":"Gen","Subgenre":"Subgen","Author":"Autor","Your order #:number is being processed":"Comanda ta #:number este în curs de procesare","Your order #:number is ready to be shipped":"Comanda ta #:number este pregatită de livrare","Your order #:number was shipped":"Comanda ta #:number a fost expediată","Your order #:number was delivered":"Comanda ta #:number a fost livrată","Your order #:number is being processed. We'll keep you updated.":"Comanda ta #:number este în curs de procesare. Te vom ține la curent.","Your order #:number has been shipped to the following address: :address":"Comanda ta #:number a fost expediată la următoarea adresă: :address","Your order #:number has been delivered. We hope you enjoy your purchase and we'd really love to receive your feedback. If you wish, you can leave us a product review.":"Comanda ta #:number a fost livrată. Sperăm să te bucuri de achiziție și ne-ar încânta să primim feedbackul tău. Dacă dorești, ne poți lăsa un review pentru produsele achizitionate.","Don't hesitate to contact us for any questions.":"Pentru orice întrebări, nu ezita să ne contactezi.","Your order #:number has been packed and is ready for shipping. We'll let you know once it's shipped.":"Comanda ta #:number a fost ambalată și este pregatită de expediere. Te vom anunța de îndată ce a fost expediată.","Order #:number from :channel, placed by :person, has a new status update :status":"Comanda #:number de pe :channel, plasată de :person, are o nouă actualizare status :status","Status update for order #:number":"Actualizare status pentru comanda #:number","Cancellation request for :channel order #:number":"Cerere de anulare pentru comanda de :channel #:number","Store":"Magazin","Fulfill":"Proceseaza","Download order (xlsx)":"Descare comanda (xlsx)","Download order (pdf)":"Descarca comanda (pdf)","No email sent with the current order":"Comanda actuala nu a fost trimisa pe email","Issue Proforma":"Emite proforma","No email sent with the current invoice":"Factura curenta nu a fost trimisa pe email","Invoice emailed by":"Factura trimisa de","Order emailed by":"Comanda trimisa de","Remove from stock":"Scoate din stoc","Undo fulfill":"Anuleaza procesarea","Insert in stock":"Insereaza in stoc","Prepare products":"Pregateste produsele","Undo prepare":"Anuleaza pregatirea comenzii","Ship":"Expediaza","Undo ship":"Anuleaza expedierea","Deliver":"Livreaza","Undo deliver":"Anuleaza livrearea","UID":"Identificator","Reference":"Referinta","Confirm":"Confirma","Undo confirm":"Anuleaza confirmarea","Receive":"Receptioneaza","Undo receive":"Anuleaza receptia","Download goods received note":"Descarca nota receptie marfa","New Position":"Pozitie noua","Order #:number from :channel, placed by :person, has a new status update: :status":"Comanda #:number de pe :channel, plasată de :person, are o nouă actualizare de status: :status","Please take the necessary steps.":"Te rog sa iei masurile necesare.","A cancellation request was received for a :channel order.":"Am primit cerere de anulare pentru o comada din :channel.","Sale":"Vanzare"}
\ No newline at end of file
+{":name export done":"Export :name efectuat",":name export started":"Exportul :name a început",":type import done":"Import :type efectuat","#":"#","30 days":"30 zile","7 days":"7 zile","A fresh verification link has been sent to your email address.":"Am trimis un nou link de verificare pe adresa dvs. de e-mail","About this brand":"Despre acest brand","About Us":"Despre noi","Above":"Deasupra","Accessories":"Accesorii","Account details":"Detalii cont","Account":"Cont","account":"cont","Acidity":"Aciditate","Acquisition Price":"Preț achiziție","Acquisition Value":"Valoare achiziție","Actions":"Acțiuni","actions":"acțiuni","Active":"Activ","active":"activ","Activity Log":"Activitate","Start Date":"Incepere activitate","Activity":"Activitate","Add :entity":"Adaugă :entity","Add address":"Adaugă adresă","Add Brand":"Adaugă brand","Add card":"Adaugă card","Add Card":"Adaugă card","Add Comment":"Adaugă comentariu","Add company":"Adaugă companie","Add File":"Adaugă fișier","Add Key":"Adaugă cheie","Add Payment":"Adaugă plată","Add to cart":"Adaugă în coș","Add to favorites":"Adaugă la favorite","Add video":"Adaugă clip","Add":"Adaugă","Adding":"Se adaugă","Additional":"Adițional","Address is missing or does not have lat\/long":"Adresa lipseste sau nu are latitudine \/ longitudine","Address":"Adresa","Addresses":"Adrese","Adjustment":"Reglaj","Administration":"Administrare","administration":"administrare","Administrative Area":"Administrare","Again Colors":"Din nou, culori","Agent":"Agent","Algolia":null,"All Menu Items":"Toate elementele","All Products":"Toate Produsele","All products":"Toate produsele","all products":"toate produsele","All rights reserved.":"Toate drepturile rezervate.","all":"tot","Allocated To":"Atribuit către","Amazing Saving":"Preț avantajos","Amount":"Suma","An error has occured. Please report this to the administrator":"S-a inregistrat o eroare. Raporteaza acest fapt administratorului","An error was encountered while generationg :export":"A aparut o eroare la generarea exportului :export","An export job is already running for the same table":"Un export este deja in curs pt acelasi tabel","An unknown error occurred while submitting your report. Please try again.":"A fost o eroare la trimiterea mesajului tau. Te rugam sa reincerci.","Analytics Id":null,"Apartment":"Apartament","App Key":null,"App":"App","Appellative":"Apelativ","Approved Documentation":"Documentație aprobată","Approved":"Aprobat","April":"Aprilie","Aprovizionari":null,"Are you sure that you want to delete the template file?":"Esti sigur ca vrei sa stergi fisierul macheta?","Are you sure?":"Esti sigur?","Assign":"Asociaza","Associate Person":"Asociaza persoana","attribute groups":"grupuri de atribute","Audit":null,"audit":null,"Authors":"Autori","Available menus":"Meniuri disponibile","Available slides":"Diapozitive disponibile","Avatar":"Avatar","Avenue":"Bulevard","Awaiting Brand validation":"Se așteaptă validarea brandului","Awaiting Documentation Validation":"Se așteaptă validarea documentației","Awaiting EAN validation":"Se așteaptă validarea EAN","Awaiting MKTP validation":"Se așteaptă validarea MKTP","Award List":"Lista premiilor","Awards":"Premii","Azzure":"Azur","Back":"Inapoi","Backed by":"Sustinut de","Bag":"Pungă","Bank Account":"Cont bancar","Bank":"Banca","Be the first to review this product":"Fii primul care evaluează acest produs","Before proceeding, please check your email for a verification link.":"Înainte de a continua, te rugăm să verifici e-mailul pentru link-ul de verificare.","Below":"Dedesubt","Bend":"Aplecare","Besel":null,"Best Seller":"Cel mai vândut","Between":"Intre","Billing Address":"Adresa de facturare","Birthday":"Data nasterii","birthday":"data nasterii","Birthdays":"Zile de naștere","Blank":"Blank","Blocked":"Blocat","Bookmarks":"Favorite","Bottled Weight":"Greutate îmbuteliată","Boulevard":"Bulevard","Box":"Cutie","Brand Count":"Numar de branduri","Brands":"Branduri","brands":"branduri","BTL":null,"Bucharest":"Bucuresti","Building Type":"Tip cladire","Building":"Cladire","building":"cladire","built with":"construit cu","Business hours":"Program de lucru","Butons":"Butoane","Button Item":"Element Buton","Buttons":"Butoane","buttons":"butoane","By":"De","Calendar":null,"calendar":null,"Calendars":"Calendare","Calories per 100g":"Calorii per 100g","Cancel":"Anuleaza","Cancelled":"Anulat","cancelled":"anulat","Cantitate":null,"Card number":"Număr card","Cardholder name":"Nume deținător card","Carousel":"Carusel","carousel":"carusel","Carrier":"Curier","Cart is empty":"Coșul este gol","Cart Summary":"Sumar cos","Cart Validity Days":"Validitatea cosului in zile","Cart":"Cos","Pay on Delivery":"Plătește la Livrare","Cash Register Receipt":"Bon fiscal","Catalog":null,"Categories":"Categorii","Navigation":"Navigare","categories":"categorii","Category":"Categorie","Channel":"Canal","Characteristics":"Caracteristici","Cheque":"Cec","Choose language":"Alege limba","Choose your payment method":"Alege metoda de plata","Choose":"Alege","City Population by Age":"Populatia in functie de varsta","City":"Oras","Clear all":"Sterge tot","click here to request another":"apasă aici pentru a solicita altul","Client (company)":"Client (companie)","Client (person)":"Client (persoana)","Client Discounts":"Reduceri pentru clienți","Client Invoices":"Facturi clienti","Client Order Reference":"Referința clientului","Client Payment":"Plati clienti","Client Payments":"Plati clienti","Client Reference":"Referință client","Client Stock":"Stoc client","Client Stocks":"Stocuri client","Client":"Client","Clienti":null,"Clients":"Clienti","clients":"clienți","Close":"Inchide","Code":"Cod","Coding":"Codare","Collapse Main Menu":"Restrange meniu principal","Colors Two":"Culori, doi","Colors":"Culori","Coming Soon":"În Curând","Comments":"Comentarii","Commercial":"Comercial","commercial":"comercial","Companies":"Companii","companies":"companii","Company client":"Client companie","Company":"Companie","company":"companie","Completed":"Finalizat","Configure Role":"Configureaza rol","Configure":"Configureaza","configure":"configureaza","Confirm Password":"Confirmare parolă","Confirmed":"Confirmat","Contact Bar Text":"Text bara de contact","contact form":"formular de contact","Contact Form":"Formular de Contact","Contact us with any questions or concerns that you may have and we will get back to you shortly":"Contactează-ne pentru orice întrebări sau nelămuriri și îți vom răspunde în curând","Contact":"Contact","Contacts Index":"Index contacte","Contacts":"Contacte","contacts":"contacte","Content Private":"Continut privat","Content":"Continut","Continue":"Continua","Copied to clipboard":"Copiat in clipboard","Copyright © 2016":"Copyright © 2016","Core":"Core","Country of Origin":"Țara de origine","Country":"Tara","County":"Judet","Courier Service":"Serviciu de curierat","Create a new Entity":"Creeaza o noua entitate","Create a new User":"Creeaza user","Create Button":"Creeaza buton","Create Company":"Creeaza companie","Create Differences Sale":"Genereaza vanzare cu diferente","Create Group":"Creeaza grup","create group":"creeaza grup","Create Language":"Creeaza limba","Create Menu":"Creeaza meniu","Create Owner":"Creaza owner","Create Permission Group":"Creeaza grup permisii","Create Permission":"Creeaza permisie","Create Permissions Group":"Creeaza grup permisii","Create Person":"Creeaza persoana","Create Resource":"Creaza resursa","Create Role":"Creeaza rol","Create Tutorial":"Creeaza tutorial","Create User Group":"Creeaza grup useri","Create User":"Creeaza user","Create":"Creeaza","create":"creeaza","Created Address":"Adresa creata","Created At":"Creat la","Created at":"Creat la","Created By":"Creat de","Created Contact":"Contact creat","Created":"Creat","created":"creat","Currency Placed Before":"Valuta plasata inainte","Current file size is":"Marimea fisierului este","custom":"personalizat","Customer opinions":"Opiniile clienților","Cycling":"Ciclism","Danger":"Pericol","Dashboard":"Dashboard","dashboard":"dashboard","Data Import":"Import date","data import":"import date","Date":"Data","Default Address":"Adresa implicita","Default Menu":"Meniu implicit","Default":"Implicit","default":"implicit","Delete Avatar":"Sterge Avatar","Delete File":"Sterge Fisier","Delete Template":"Sterge template","Delete video":"Sterge clip","Delete":"Sterge","delete":"sterge","deleted":"sters","Delivered":"Livrat","Description":"Descriere","deselect":"deselecteaza","Designing":"Designing","details":"detalii","Details":"Detalii","Diameter":"Diametru","Direct Link":"Link direct","Discount":"Reducere","Discounts":"Discounturi","discounts":"discounturi","Discussions":"Discutii","Display Name":"Nume Afisat","Documents":"Documente","documents":"documente","Don't have an account?":"Nu ai cont?","Download Delivery Note":"Descarca nota de livrare","Download Excel Sale Offer":"Descarca oferta vanzare (excel)","Download Excel Sale Return Offer":"Descarca oferta de retur (excel)","Download Invoice (long click for cancel)":"Descarca factura (click lung pt anulare factura)","Download Payment (long click for cancel)":"Descarca plata (click lung pt anulare plata)","Download Sale Offer":"Descarca oferta vanzare","Download Sale Return Offer":"Download oferta de retur","Download Stock Removal":"Descarca fisa scoatere din stoc","Download Template":"Descarca template","Download":"Descarca","Drag And Drop":"Drag And Drop","Drinking":null,"Due Date":"Scadenta","E-Mail Address":"Adresă de e-mail","Eating":"Mancand","EAV":null,"eav":null,"Edit Button":"Editeaza buton","Edit Company":"Editeaza companie","Edit Invoice":"Editeaza factura","Edit Language":"Editeaza limba","Edit Menu":"Editeaza meniu","Edit Owner":"Editeaza owner","Edit Permission Group":"Editeaza grup permisii","Edit Permission":"Editeaza permisie","Edit Permissions Group":"Editeaza grup permisii","Edit Person":"Editeaza persoana","Edit personal details":"Editeaza detaliile personale","Edit Role":"Editeaza rol","Edit Texts":"Editeaza texte","edit texts":"editeaza texte","Edit Tutorial":"Editeaza tutorial","Edit User Group":"Editeaza grup useri","Edit User":"Editeaza user","Edit":"Editeaza","edit":"editeaza","Editable Limit":"Limita modificari","edited":"editat","Element":"Element","Emag Active Offer":"Oferta activa Emag","Emag documentatie":null,"Emag Documentation":"Documentatie Emag","Emag Offer":"Oferta Emag","Emag pret":null,"Emag Price":"Pret Emag","Emag Valid":null,"Emag":null,"emag":null,"Email can only be edited via the user form":"Emailul poate fi editat doar prin formularul de user","Email":"Email","Emailed At":"Trimis prin e-mail la","Emailed":"Email","Enabled":"Activat","End":"Sfarsit","Enter Fulfilling Mode":"Acceseaza modul Efectuare","Enter the application":"Intra in aplicatie","Enter warehouse mode":"Intra in mod magazie","Enter Warehouse Mode":"Paraseste modul Depozit","Entities":"Entitati","entities":"entitati","Entity Details":"Detalii entitate","Entity":"Entitate","entity":"entitate","Entries":"Intrari","entries":"intrari","Entry":"Intrare","entry":"intrare","Error":"Eroare","Events":"Evenimente","Excel":"Excel","Expanded Menu":"Meniu colapsat","Expanded Sidebar":"Bara laterală extinsă","Expiration Date":"Data expirare","Export available for download: :filename":"Export :filename disponibil pentru descarcare","Export Done":"Export efectuat","Export emailed: :filename":"Export :filename trimis pe email","Export emailed":"Export trimis pe mail","Export error":"Eroare la exportare","Export Notification":"Notificare export","Export started":"Export inceput","Export":"Export","export":"export","exporting rejected":"export refuzate","exports":"exporturi","External":"Extern","Extra Virgin Olive Oils":"Ulei de măsline extravirgin","Facturi clienti":null,"Facturi furnizori":null,"Failed":"Esuat","failed":"esuat","FAQ":null,"Favorites":"Favorite","Favourite products":"Produse favorite","Fax Number":"Numar fax","Fax":"Fax","FEATURED BRANDS":"BRANDURI PROMOVATE","Featured Brands":"Branduri Promovate","Feb":"Feb","February":"Februarie","File name":"Nume fisier","File Size":"Marime fisier","File":"Fisier","File(s)":"Fisier(e)","Files were uploaded successfully":"Fisierele au fost incarcate","Files":"Fisiere","files":"fisiere","Fill":"Completeaza","Filter by name or code":"Filtreaza dupa nume sau cod","Filter":"Filtru","filtered from":"filtrate din","filtered":"filtrat","Filters":"Filtre","Finalize order":"Finalizează comanda","Finalize":"Finalizeaza","Finalized":"Finalizat","finalized":"finalizat","Financial Overview":"Prezentare Financiară","Financials":"Financiar","financials":"financiar","find matches":"găsește potriviri","First Name":"Prenume","Fiscal Code":"Cod fiscal","Fiscal Invoice":"Factura fiscala","Fiscal":null,"Flag Icon Class":"Clasa iconita steag","Flag Sufix":"Sufix steag","Flag":"Steag","Floor":"Etaj","floor":"etaj","Forbidden":"Interzis","Forgot Password?":"Ai uitat parola?","Forgot password":"Parola uitata","Forgot Your Password?":"Ai uitat parola?","Found :total results":":total rezultate gasite","Friday":"Vineri","Frisbo":null,"From":"De la","from":"de la","Fulfilled At":"Efectuat la","Fulfilling":"În procesare","Furnizor":null,"Gender":"Gen","General Settings":"Setari generale","General":null,"Generate":"Genereaza","Generated for order #:number":"Generat pt comanda #:number","Geneva":"Geneva","Get in touch with us":"Contacteaza-ne","Go Home":"Acasă","Google":null,"Got it!":"Am înțeles!","Green":"Verde","Group":"Grup","Groups":"Grupuri","Habits":"Obiceiuri","Harvest 2016\/2017":"Recolta 2016\/2017","Harvest 2017\/2018":"Recolta 2017\/2018","Harvest 2018\/2019":"Recolta 2018\/2019","Harvest 2019\/2020":"Recolta 2019\/2020","Harvest":"Recolta","Has Children":"Are submeniu","Height":"Înălţime","Hello!":"Salut!","Hello":"Salut","Herbs":"Plante aromatice","here":"aici","Hi :name,":"Salut :name,","Hi :name":"Salut :name","Home":"Acasa","Homepage":"Pagina principală","How To Videos":"Clipuri","how to videos":"clipuri","I agree to the":"Sunt de acord cu","I authorise :name to send instructions to the financial institution that issued my card to take payments from my card account in accordance with the terms of my agreement with you":"Autorizez :name sa trimita instructiuni institutiei financiare care a emis cardul meu pentru a face plati din contul meu bancar in momentul achizitiei de catre mine a produselor de pe siteul :name","I authorise":"Autorizez","Ian":"Ian","Icon Class":"Clasa icoana","Icon":"Icoana","If you are having trouble clicking the action button, copy and paste the URL below":"Daca întampini dificultati in a accesa butonul, copiază adresa de mai jos","If you did not create an account, no further action is required.":"Dacă nu ai creat un cont, poți ignora acest mesaj.","If you did not receive the email":"Dacă nu ai primit e-mailul","If you did not request a password reset, no further action is required.":"Dacă nu ai solicitat o resetare de parolă, poți ignora acest mesaj.","If you’d like to help, tell us what happened below.":"Daca vrei sa ajuti, noteaza mai jos ce s-a intamplat","IFSC":"CIF","Impersonate":"Impersoneaza","Impersonating":"Impersonare","Import Summary":"Sumar import","Import Type":"Tip import","Import":"Import","Importance":"Importanţă","Important":"Important","Imported At":"Importat la","Imported By":"Importat de","Imported Entries":"Intrari importate","ImportType":"Tip import","In a few minutes you will receive a confirmation email":"In cateva minute vei primi un email de confirmare","In Stock":"In stoc","in stock":"în stoc",":days Days Returns":"Retur Gratuit in :days zile","24h Tracked Shipping":"Livrare cu Tracking in 24h","100% Original Products":"Produse 100% Originale","Secure Payments":"Plati securizate","Income":"Venit","index":"index","Indications":"Indicații","Individual":"Persoana Fizica","Industrial":"Industrial","Info":null,"Ingredients":"Ingrediente","Integrations":"Integrări","Internal #":"Cod intern","Internal Code":"Cod intern","Internal":"Intern","into your web browser":"in browserul dvs.","Invalid signature.":"Semnătură incorectă.","Invalid":null,"Inventory":"Inventar","inventory":"inventar","Invoice Emailed":"Email factura","Invoice for order # :number":"Factura pentru comanda # :number","Invoice for order":"Factura pentru comanda","invoice":"factura","invoices":"facturi","Invoices":"Facturi","Is Active":"Este Activ","Is Cancelled":"Anulat","Is Default":"Este implicit","is-bordered":null,"is-hoverable":null,"is-narrow":null,"is-striped":null,"Issue Invoice":"Emite factura","Issue Payment":"Adauga plata","Issues":"Probleme","It looks like we’re having issues.":"Se pare ca intampinam probleme","Item":"Articol","items":"articole","Items":"Articole","Jams":"Gemuri","January":"Ianuarie","Jar":"Borcan","July":"Iulie","June":"Iunie","Keep tables configurations":"Pastreaza configuratia tabelelor","Key Collector":"Colector chei","Key Name":"Denumire cheie","Key Value":"Valoare cheie","Key":"Cheie","keys found":"chei gasite","Label Generator":"Generator etichete","Label":"Etichetă","Labels":"Etichete","labels":"etichete","Lane":"Alee","Language Item":"Element limba","Language":"Limba","Languages":"Limbi","languages":"limbi","Last Modified":"Ultima modificare","last month":"luna trecuta","Last Name":"Nume","Last updated":"Ultima modificare","last week":"saptamana trecuta","last year":"anul trecut","Learn more":"Află mai multe","Leave Fulfilling Mode":"Paraseste modul Efectuare","Leave Warehouse Mode":"Acceseaza modul Depozit","Left":"Stanga","Length":"Lungime","limited quantity":"cantitate limitată","Limited Stock Limit":"Pragul pt stoc limitat","Limited Stock":"Stoc limitat","Line":"Linie","Link":"Link","List Price":"Pret lista","Page [page] from [toPage]":"Pagina [page] din [toPage]","List Value":"Valoare lista","List":"Lista","Load More":"Incarca mai multe","Load more":"Incarca mai multe","Loading...":"Se incarca...","Loading":"Se incarca","Localisation Index":"Index localizare","Localisation":"Internationalizare","localisation":"internationalizare","Localities":"Localitati","Locality":"Localitate","Log in":"Autentificare in sistem","Log out":"Delogare","Log Out":"Iesiti","log":"log","Login":"Login","login":"login","Logins":"Logari","logins":"logari","logout":"deconectare","Logout":"Iesire","Logs Index":"Index Loguri","Logs":"Loguri","logs":"loguri","Loss":"Pierdere","Made with Bulma":"Realizat cu Bulma","Made with Laravel":"Realizat cu Laravel","Made with Vue":"Realizat cu Vue","Magazie":null,"Main Menu":"Meniu principal","Manage Buttons":"Editeaza butoane","Manage Menus":"Administreaza meniuri","Manage Permissions":"Administreaza permisii","Mandatary":"Mandatar","Manufacturer":"Producător","Manufacturers":"Producatori","Maps key":null,"Mar":"Mar","March":"Martie","Mark all as read":"Marcheaza-le citite","Mark all read":"Marcheaza tot ca citit","Max":null,"May":"Mai","MB":"MB","Measurement Unit":"Unitate de Masură","Measurement Units":"Unitati de masura","measurement units":"unitati de masura","Member Since":"Membru din","Members":"Membri","Menu Collapse":"Restrange meniu","Menu Items":"Elemente meniu","Menu":"Meniu","Menus Index":"Index meniuri","Menus":"Meniuri","menus":"meniuri","Merge all localisation files":"Îmbină toate fisierele de localizare","Mfr #":"Cod produs","Mfr":"Prod","Min":null,"Miss":null,"Mode":"Mod","Monday":"Luni","more":"mai mult","move to favorites":"muta la favorite","Mr":null,"MU":"UM","N\/A":"N\/A","Name":"Nume","Needs matching":"Necesita match","Net Weight":"Greutate netă","New Address":"Adresa noua","New Password":"Parola noua","New team":"Echipa noua","New Topic":"Subiect nou","New":"Nou","Next Page":"Pagina urmatoare","Next":"Urmator","No activity found":"Nu a fost gasita activitate","No keys found":"Nu au fost gasite chei","No locations found":"Nu au fost găsite locații","No options available":"Nu exista optiuni","No records were found":"Nu au fost gasite inregistrari","No reservations found":"Nu au fost găsite rezervări","No search results found":"Nu au fost gasite rezultate","No teams were created yet":"Încă nu au fost create echipe","No":"Nu","Not Found":"Negăsit","not paid":"neplatit","Note":"Observații","Notes":"Note","Nothing found":"Nu a fost gasit nimic","notification":"notificare","Notifications":"Notificari","notifications":"notificari","Number":"Numar","Observations":"Observatii","of":"din","Offices":"Birouri","Oh no":"O, nu","OK":"OK","on behalf of :company":"pe compania :company","On Demand":"In stoc furnizor","on":"pe","Online":null,"Only missing":"Doar negasite","Operation failed because the permission is allocated to existing role(s)":"Operatia a esuat deoarece permisiunea este alocată unui rol existent","Operation was successfull":"Operatiunea a fost efectuata cu succes","order #:number invoice":"factura pentru comanda #:number","order #:number":"comanda #:number","Order #:number":"Comanda #:number","Order details :number":"Detalii comanda :number","Order Line Limit":null,"Order Payment":"Plata","Order Values":"Valorile comenzii","Order":"Comanda","Orders":"Comenzi","Organize Menus":"Ordonare meniuri","our location":"locatia noastra","Our Location":"Locația noastră","Our team has been notified.":"Echipa noastra a fost notificata","Overdue":"Depășit","Own Stock":"Stoc propriu","Owners Index":"Index owneri","Owners":"Entitati","owners":"owneri","Package Content":"Conținutul pachetului","Packaging Units":"Unități de Ambalare","packaging units":"unități de ambalare","Page Expired":"Pagina a expirat","Parade":"Parada","Parent":"Parinte","Part Number":"Cod","Password Confirmation":"Confirmare parola","Password":"Parola","password":"parola","Passwords must be at least six characters and match the confirmation.":"Parola trebuie să fie de cel puțin șase caractere și să se potrivească cu cea de confirmare.","Past Imports":"Importuri anterioare","Pasta":"Paste","Authorize Only":"Doar Autorizare","pay":"plateste","Pay":"Plateste","Payment method":"Metoda de plata","Payment Methods":"Metode de plata","Payment Order":"OP","Payment":"Plata","payments":"plati","Payments":"Plăți","Pays VAT":"Plateste TVA","People":"Persoane","people":"persoane","Permission Group":"Grup de permisii","Permission Groups Index":"Index grupuri de permisii","Permission Groups":"Grupuri de permisii","Permission Name":"Nume permisie","Permission":"Permisie","permissionGroups":"Grupuri de permisii","Permissions Group Items":"Elemente Permisii Grup","Permissions Group":"Grup Permisii","permissions group":"permisii grup","Permissions Groups":"Grupuri Permisii","Permissions Index":"Index permisii","Permissions":"Permisii","permissions":"permisii","Person client":"Client persoana","Person":"Persoana","person":"persoana","Personal Info":"Informatii personale","Personal information can only be edited via the person form":"Informatiile personale pot fi editate numai prin formularul persoanei","Personal":"Personal","Phone Number":"Numar de telefon","Phone":"Telefon","Pic":null,"Pick an option":"Alege o optiune","Picture":"Poza","Piece":"Buc","Place order":"Plasează comanda","See cart":"Vezi Cos","Placement":"Pozitie","Plati clienti":null,"Plati furnizor":null,"Please choose":"Alege","Please click the button below to verify your email address.":"Te rugăm să accesezi butonul de mai jos pentru a verifica adresa de e-mail.","Please confirm your password before continuing.":"Te rugăm să confirmi parola înainte de a continua.","Please Fill":"Completeaza","Please find attached the order's invoice.":"Găsești factura pentru această comandă în atașament.","Please review your order and payment details":"Te rugăm să verifici detaliile comenzii","Please set or reset your password by clicking the button below.":"Te rugam sa setezi sau sa resetezi parola facand clic pe butonul de mai jos.","POS Receipt":"Chitanta POS","Position":"Pozitie","Positions":"Pozitii","positions":"poziții","Post":"Trimite","Postal Area":"Cod postal","Postal Code":"Cod postal","Postcode":"Cod postal","posted":"postat","Prepared":"Pregătit","Preview":"Previzualizeaza","Previous Page":"Pagina anterioara","Previous":"Anterior","Price":"Pret","Privacy":"Confidențialitate","processed":"procesat","Processing":"In procesare","processing":"in procesare","Product image coming soon":"Poza urmeaza sa fie adaugata","Product":"Produs","Products per page":"Produse per pagina","Products":"Produse","products":"produse","Produs":null,"Profile":"Profil","Profit":"Profit","Proforma Invoice":"Factura proforma","Proforma":null,"Promissory Note":"Bilet la ordin","publish product":"publica produsul","Purchase Returns":"Retur aprovizionari","purchase returns":"retur aprovizionari","Purchase":"Aprovizionare","Purchases":"Aprovizionari","purchases":"aprovizionari","Purple":"Mov","Qty":"Cant.","Quantity":"Cantitate","rating":"evaluare","Rating":"Evaluare","Ratio":"Aspect","Read":"Citire","Recaptcha key":"Cheie Recaptcha","Recaptcha secret":null,"Receipt":"Chitanta","Received":"Primit","Recent orders":"Comenzi recente","Recommended Products":"Produse recomandate","records":"inregistrari","Red":"Rosu","Reference \\ PO":"Referinta","Regards":"Toate cele bune","register":"fă-ți cont","Register":"Fă-ți cont","Registered Entities":"Entitati inregistrate","Registered Users":"Useri Inregistrati","Registry Of Commerce":"Nr. Inreg. Reg. Com.","Registry of commerce":"Registrul comertului","Rejected Association":"Asociația Respinsă","Rejected Brand":"Brand respins","Rejected Documentation":"Documentație respinsă","Rejected EAN":"EAN respins","Reload":"Reincarca","Remember me":"Tine-ma minte","Remember Me":"Ține-mă minte","Reminder":null,"Remove poster":"Sterge poster","remove":"sterge","Reorder Menu":"Reorganizează meniu","reorder":"reorganizează","Repeat Password":"Repeta parola","Replies":"Raspunsuri","Reply":"Raspunde","Resell":"Revanzare","Reservations":"Rezervări","Reserved":"Rezervat","Reset password request":"Cerere resetare parolă","Reset password":"Reseteaza parola","Reset":"Reset","Residential":"Rezidențial","Resource Prefix":"Prefix resursa","Resource":"Resursa","resource":"resursa","Retur aprovizionari":null,"Retur vanzari":null,"Revenue":"Venit","Reviews":"Recenzii","reviews":"recenzii","Right":"Dreapta","Road":"Drum","Role Item":"Element Rol","Role":"Rol","role":"rol","Roles Index":"Index roluri","Roles List":"Lista roluri","Roles":"Roluri","roles":"roluri","Rotatie":null,"Rotation":"Rotatie","Route":"Ruta","Row":"Rand","Running":"Alergare","Sale Channel":"Canal de vânzare","Sale Channels":"Canale de vânzare","sale channels":"canale de vânzare","Sale Price":"Pret vanzare","Sale Returns":"Retur vanzari","sale returns":"returnarea vânzării","Sale Value":"Valoare vanzare","Sales":"Vanzari","sales":"vanzari","Saturday":"Sambata","Sauces":"Sosuri","Save Configuration":"Salveaza configuratie","Save your work then click here to refresh your page and update to the latest application version":"Salveaza-ti modificarile si apasa aici pentru a reincarca pagina si a migra la cea mai noua vesiune a aplicatiei","Save":"Salveaza","Sea Salt":"Sare de mare","Search category limit":"Limita categorii la cautare","Search in products":"Caută în produse","Search placeholder":"Placeholder pt cautare","Search something":"Căutați ceva","Search within brands":"Cauta in branduri","Search...":"Căutare...","Search":"Cauta","Searching...":"Căutând...","Searching":"Caut","Secret":"Secret","See all":"Vezi tot","Select file for import":"Selecteaza fisier pt import","select":"select","selected":"selectat","Send a password reset link":"Genereaza link pentru reset parola","Send a reset password link":"Trimite un link de resetare parola","Send Password Reset Link":"Trimite link-ul pentru resetarea parolei","Serial":"Serie","Server Error":"Eroare de server","Service Unavailable":"Serviciu indisponibil","Service":"Serviciu","Services":"Servicii","services":"Servicii","Set password":"Seteaza parola","Settings":"Setari","settings":"setări","Share your idea...":"Sharuieste ideea","Share your opinion and rate the product":"Împărtășește-ți opinia și evaluează produsul","Share your opinion...":"Sharuieste parerea","Shelf":"Raft","Shift + Enter to post":"Shift + Enter pt a posta","Shipped":"Expediat","Shipping Address":"Adresa de livrare","Shipping charges may be incurred":"Pot fi aplicate costuri de transport","Shipping charges of :value (+VAT) will be added":"Vor fi adaugate costuri de transport in valoare de :value (+TVA)","Shipping cost":"Cost transport","You will pay":"Cat vei plati","Visit the product page":"Viziteaza pagina produsului","Shop Categories":"Categorii","Shopping Cart":"Cos cumparaturi","Show Log":"Arata log","Show Logs from":"Arata log-uri din","Show":"Arata","show":"arata","Showing :from - :to of :total results":"Se afiseaza de la :from pana la :to din :total de rezultate","Sicilian Honey":"Miere siciliană","Sidebar Toggle":"Alterneaza stil meniu","Similar products limit":"Limita pt produse similare","Site Texts":"Texte Site","Size":"Marime","Sleeping":"Dormit","Some fields were invalid. Please correct the errors and try again.":"Cateva campuri au fost invalide. Corecteaza erorile si reincearca.","Something went wrong...":"Ceva nu a functionat corect...","Special Diet":"Dietă specială","Speciality":"Specialitate","Spendings":"Cheltuieli","Square":"Pătrat","Start Tutorial":"Start tutorial","Started":"Inceput","Starters":"Aperitive","Status":"Status","Stock Rotation":"Rotația stocului","Stock: :stock":"Stoc: :stock","Stock":"Stoc","Stopped":"Oprit","Storage Usage":"Utilizare spatiu","store":"magazin","Storing":"Depozitare","Street Type":"Tip strada","Street":"Strada","Sub Administrative Area":"Zona administrativa subordonata","Submit":"Trimite","Success":"Succes","Successful":"Reusite","Summary":"Sumar","Sunday":"Duminica","Supplier Discounts":"Reduceri de la furnizori","Supplier Invoices":"Facturi furnizori","Supplier Number":"Numar furnizor","Supplier Payments":"Plati furnizor","Supplier Ref":"Ref. Furnizor","Supplier Stock":"Stoc furnizor","Supplier":"Furnizor","suppliers":"furnizori","Sweets":"Dulciuri","System":"Sistem","system":"sistem","Table export done":"Export tabel efectuat","Table export error":"Eroare la exportul de tabel","Table export started":"Exportul de tabel a inceput","Table":"Tabel","Tables State Save":"Pastreaza config","Tags":"Taguri","Tasks":"Sarcini","tasks":"sarcini","team":"echipa","Teams":"Echipe","Template":"Șablon","Tenant":"Chiriaş","terms and conditions":"termenii si conditiile","Terms of use":"Termeni si conditii","Terms Of Use":"Termeni si conditii","terms of use":"termenii si conditiile","Thank you for shopping with us.":"Îți multumim pentru cumparaturile facute.","Thank you for using our application!":"Îți multumim ca ne folosești aplicatia!","Thank you for your order":"Îți mulțumim pentru comandă","Thank you":"Multumesc","The :filename file is ready":"Fisierul :filename este gata","The address has been successfully updated":"Adresa a fost actualizata cu succes","The address was successfully created":"Adresa a fost creata cu succes","The admin role already has all permissions and does not need syncing":"Rolul de admin deja are toate permisiile si nu are nevoie de sincronizare","The application was updated, please save your work & refresh your browser":"Aplicatia a fost actualizata, salveaza-ti modificarile si reincarca pagina","The Changes have been saved!":"Modificarile au fost salvate!","The changes have been saved":"Modificarile au fost salvate","The company was successfully created":"Compania a fost creata cu succes","The company was successfully deleted":"Compania a fost stearsa cu succes","The company was successfully updated":"Compania a fost actualizata cu succes","The Entity was created!":"Entitatea a fost creata!","The entity was created!":"Entitatea a fost creata!","The export :name could not be completed due to an unknown error":"Exportul :name nu a putut fi finalizat datorita unei erori","The export was cancelled successfully":"Exportul a fost anulat cu succes","The form contains errors":"Formularul contine erori","The generated document has :entries entries":"Documentul are :entries inregistrari","The import was restarted":"Importul a fost repornit","The language files were successfully merged":"Fisiere de limbi au fost concatenate cu succes","The language files were successfully updated":"Fisierele de limba au fost actualizate","The log file":"Fisierul","The log was cleaned":"Log-ul a fost curatat","The menu was created!":"Meniul a fost creat!","The operation was successful":"Operatiunea a fost efectuata cu succes","New order #:number from :channel for :total :currency was placed by :person":"Comanda noua #:number din :channel in valoare de :total a fost plasată de catre :person","Selected payment method: :paymentMethod":"Metoda de plata selectata: :paymentMethod","The permission group was created!":"Grupul de permisii a fost creat!","The permission was created!":"Permisia a fost creata!","The permissions were created!":"Permisiile au fost create!","The person has assigned resources in the system and cannot be deleted":"Persoana are resurse asignate in sistem si nu poate fi stearsa","The Person was successfully created":"Persoana a fost creata cu succes","The person was successfully created":"Persoana a fost creata cu succes","The person was successfully deleted":"Persoana a fost stearsa cu succes","The person was successfully updated":"Persoana a fost actualizata cu succes","The poster was deleted successfully":"Posterul a fost sters cu succes","The requested report was started. It can take a few minutes before you have it in your inbox":"Raportul a fost trimis spre generare. Poate dura cateva minute pana cand il vei primi pe mail","The requested report was started. It can take a few minutes before you have it in your inbox":"Raportul solicitat a fost pornit. Poate dura cateva minute inainte de a-l primi in casuta de e-mail","The role was created!":"Rolul a fost creat!","The selected record is about to be deleted. Are you sure?":"Inregistrarea selectata este pe cale sa fie stearsa. Esti sigur?","The team was successfully saved":"Echipa a fost salvata cu succes","The tutorial was created!":"Tutorialul a fost creat!","The tutorial was successfully deleted":"Tutorialul a fost sters cu succes","The user group was successfully created":"Grupul de useri a fost creat cu succes","The user group was successfully deleted":"Grupul de useri a fost sters cu succes","The user has activity in the system and cannot be deleted":"Userul are activitate in sistem si nu poate fi sters","The User was created!":"Userul a fost creat!","The video file was deleted successfully":"Clipul a fost sters cu succes","The video was updated successfully":"Clipul a fost actualizat cu succes","The webshop is still under construction, but we're launching soon...":"Magazinul online este încă în construcție, dar il vom lansa în curând...","Theme Color":"Culoare Tema","Theme":"Tema","There are no active carousel slides":"Nu exista slide-uri de carusel active","There are no addresses added yet":"Nu ai nicio adresă adăugată","There are no companies added yet":"Nu există companii adăugate","There are no credit cards added yet":"Nu ai niciun card adăugat","This action is unauthorized.":"Această acțiune nu este permisă.","this month":"luna aceasta","This password reset link will expire in :count minutes.":"Acest link de resetare a parolei va expira în :count minute.","This password reset token is invalid.":"Codul de resetare a parolei este greșit.","This website uses cookies to deliver its services and to analyze traffic. For more details please visit our":"Acest site web folosește cookie-uri pentru a-și furniza serviciile și pentru a analiza traficul. Pentru mai multe detalii viziteaza","privacy policy":"politica de confidentialitate","this week":"săptămâna aceasta","this year":"anul acesta","Thursday":"Joi","Time":"Timp","Timeline":"Cronologie","Tip":null,"Title...":"Titlu...","Title":"Titlu","title":"titlu","to manage your addresses":"pt a gestiona adresele","to manage your cards":"pt a gestiona cardurile","to manage your companies":"pentru a gestiona companiile","to view your order":"pentru a vedea comanda","To":"la","to":"la","Today":"Astăzi","today":"azi","Toggle navigation":"Comută navigarea","Too Many Attempts.":"Prea multe încercări.","Too Many Requests":"Prea multe cereri","Top Banner Content":"Continut top banner","Top Pick":"Alegere de Top","Total amount for order #:number is :currency:total":"Totalul de plată pentru comanda #:number este :total :currency","total records":"inregistrari","Total":"Total","total":"total","Translations":"Traduceri","Tuesday":"Marti","Tutorial":"Tutorial","Tutorials Index":"Index tutoriale","Tutorials":"Tutoriale","tutorials":"tutoriale","Type a new comment":"Adauga un comentariu","Type":"Tip","type":"tip","Types":"Tipuri","Unable to read file":"Nu se poate citi fiserul","Unauthorized":"Nepermis","Undo Stock Insertion":"Anuleaza insertia in stoc","Undo Stock Removal":"Anuleaza scoaterea din stoc","Unique Identifier":"Identificator unic","Unit. Price":"Pret unit.","Unitary Price":"Pret unitar","untagged":"netaguit","Update":"Updateaza","Updated At":"Updatat la","Updated By":"Actualizat de","updated the members":"actualizat membrii","updated":"actualizat","Updated":"Updatat","Upload Avatar":"Incarca Avatar","Upload Template":"Incarca template","uploads":"uploaduri","Use":"Utilizare","User Details":"Detalii User","user groups":"grupuri user","User Groups":"Grupuri","User Info":"Informatii user","User Profile":"Profil user","User":"User","user":"user","Users Administration":"Administrare useri","Users Index":"Index useri","Users":"Useri","users":"useri","Valability":"Valabilitate","Valid":"Valid","Editable time limit in seconds. Use 0 to disable":"Limita de timp pentru modificari, in secunde. Folosește 0 pentru a dezactiva","Value":"Valoare","Vanzari":null,"VAT":"TVA","VAT Value":"Valoare TVA","ver":"ver","Verify Email Address":"Verificare adresă de e-mail","Verify Your Email Address":"Verifică-ți adresa de e-mail","Video description":"Descriere clip","Video name":"Nume clip","Video":"Video","video":"video","View Cart":"Vezi cos","View your order":"Vezi comanda","Virtual Position ID":"ID Poziție Virtuală","Visible Brands":"Branduri vizibile","Visible Top Banner":"Top banner vizibil","Vista":"Perspectivă","Volume":"Volum","Voucher":null,"waiting":"in asteptare","Warehouse":"Depozit","warehouses":"depozite","Warehouses":"Depozite","Warning":"Avertizare","was changed":"a fost schimbat","was last updated":"a fost modificat","We can't find a user with that e-mail address.":"Nu există niciun user cu această adresă de e-mail.","We have e-mailed your password reset link!":"Am trimis un e-mail cu link-ul de resetare a parolei!","We will keep you updated on its progress":"Te vom tine la curent cu progresul ei","We won't ask for your password again for a few hours.":"Nu îți vom mai solicita adresa de e-mail pentru câteva ore","Webshop Name":"Nume webshop","Webshop Order":"Comanda webshop","webshop":"magazin web","Webshop":"Magazin web","Website":null,"Wednesday":"Miercuri","Welcome Back":"Bine ai revenit","Welcome":"Bun venit","What happened?":"Ce s-a intamplat?","What you need to know":"Ce trebuie sa stii","What":"Ce","When":"Cand","Whoops!":"Oops!","Width":"Lăţime","Write a review":"Scrie o recenzie","Write":"Scriere","Yes":"Da","yesterday":"ieri","You are not authorized for this action":"Nu esti autorizat pentru aceasta actiune","You are not authorized to perform this action":"Nu esti autorizat pentru aceasta actiune","You are receiving this email because we received a password reset request for your account.":"Primești acest mesaj pentru că a fost înregistrată o solicitare de resetare a parolei pentru contul asociat acestei adrese de e-mail.","You can click":"Poti da click","You don't have any favorite products yet":"Nu ai niciun produs adăugat la favorite","You don't have any notifications":"Nu ai notificari","You don't have any orders yet":"Nu ai efectuat nicio comandă","You don't have any products in the shopping cart right now":"Nu ai niciun produs în coș momentan","You have":"Ai","You just got a notification...":"Tocmai ai primit o notificare...","You made too many attempts. Please wait 5 minutes and try again.":"Ai apelat de prea multe ori generarea raportului. Asteapta 5 minute si reincearca","You may also like":"S-ar putea sa-ti placa si","You will find attached the requested report.":"Vei gasi atasat raportul cerut.","Your :shop order :number":"Comanda :shop cu numarul :number","Your account has been disabled. Please contact the administrator":"Ne pare rau, contul tau a fost dezactivat. Te rugam contacteaza administratorul","Your card was successfully saved":"Cardul tău a fost salvat cu succes","Your email address is not verified.":"Adresa ta de e-mail nu este verificată.","Your Message":"Mesajul tău","Your password has been reset!":"Parola a fost resetată!","You need to accept our terms of use first":"Mai întâi trebuie să accepți termenii noștri de utilizare","item":"articol","PO #":"Ref #","Your privacy is important for us":"Confidențialitatea ta este importantă pentru noi","cart":"cos","favourites":"favorite","addresses":"adrese","orders":"comenzi","payment":"plata","summary":"sumar","add":"adauga","rate":"evalueaza","review":"recenzie","star":"stea","stars":"stele","Thank you for contributing":"Îți mulțumim pentru contribuție","Do you own or have used this product?":"Deții sau ai folosit acest produs?","This review is awaiting approval":"Această recenzie așteaptă aprobare","This review was approved":"Această recenzie a fost aprobată","This review was rejected. You may edit and repost it.":"Această recenzie a fost respinsă. Poți să îl editezi și să îl repostezi.","Edit review":"Editează recenzia","category":"categorie","terms-of-use":"termeni-si-conditii","privacy":"confidentialitate","about-us":"despre-noi","favorites":"favorite",":user finalized the :model :label for the partner :partner":":user a finalizat :model :label pentru partenerul :partner",":type quantity and total were successfully updated":"Cantitatea si totalul pentru :type au fost actualizate",":type update":"Actualizare :type","Please find attached the order details":"Regasiti detaliile comenzii in atasament","Succeeded":"Reusita","External Reference":"Referinta externa","Incomplete order (#:number)":"Comanda incompleta (#:number)","On :date you placed an order on our webshop but forgot to finalize the payment.":"Pe data de :date ai plasat o comanda pe magazinul nostru online dar nu ai finalizat plata.","Please click bellow to view your order and finalize the payment":"Poti sa dai click mai jos pentru a vizualiza comanda si a finaliza plata","New message from the webshop's contact form":"Mesaj nou din pagina de contact a webshop-ului","Your Webshop.":"Magazinul tau.","Message:":"Mesaj:","Contact phone: :phone":"Telefon de contact: :phone","Your order #:number on :shop was successfully placed":"Comanda ta cu numarul #:number de pe :shop a fost plasata cu succes","You have a new webshop order":"Ai o nouă comandă pe webshop","New user registration":"S-a inregistrat un nou utilizator","Before adjusting stock, select the product default supplier":"Înainte de a ajusta stocul, selecteaza furnizorul implicit al produsului","Cannot increment when quantity <= 0":"Nu se poate incrementa când cantitatea <= 0","Cannot decrement when quantity <= 0":"Nu se poate decrementa atunci când cantitatea <= 0","Order already has a :type invoice":"Comanda are deja o factura de tipul :type","Invalid item":"Articol invalid","Cannot update orders that are externally fulfilled":"Nu se pot actualiza comenzile care sunt îndeplinite extern","Order is already in this status":"Comanda are deja acest status","There are no differences on this order":"Nu există diferențe în această comandă","You are not allowed to issue payments without invoices":"Nu este permis sa emiti plati fara facturi","You are not allowed to issue payments on a cancelled invoice'":"Nu este permis sa emiti plati pentru o factura anulata","Sale is already paid":"Vânzarea este deja plătită","You cannot delete a paid order":"Nu poți șterge o comandă plătită","order details":"detaliile comenzii","Delivery Address":"Adresa de livrare","Disc.":"Disc.","M.U.":"U.M.","Product \/ Code":"Produs \/ Cod","registered in doc.":"înregistrat în doc.","received":"primit","U.P acquision":"P.U achiziţie","(no VAT)":"(fara TVA)","Val. acquision":"Val. achizitie","Val. VAT":"Val. TVA","(afferent)":"(aferent)","Info field":"Câmp informativ","additional":"adițional","piece":"buc","Total General":"Total General","Goods Receipt Note":"Nota de receptie a marfurilor","Unit":"Unitate","The undersigned, members of the reception committee, have received the material values provided by":"Subsemnatii, membri ai comitetului de recepție, au primit valorile materiale furnizate de","delegate":"delegat","based on the accompanying documents":"pe baza documentelor însoțitoare","consisting":"constând","car no.":"masina nr.","Optional field, usable in case of observations":"Câmp opțional, utilizabil în caz de observații","Reception committee members name and surname":"Numele și prenumele membrilor comisiei de recepție","Signature":"Semnătură","Manager name and surename":"Numele și prenumele managerului","Manager name and surname":"Numele și prenumele managerului","Reception comitee conclusions":"Concluziile comitetului de primire","Reception committee conclusions":"Concluziile comitetului de primire","Supplier\/carrier point of view":"Punct de vedere furnizor \/ transportator","Other mentions":"Alte mențiuni","The quantity determination was done by":"Determinarea cantității a fost făcută de","The quality determination was made by the sample":"Determinarea calității a fost făcută de eșantionul","no.":"nr.","Sender":"Expeditor","Companion":"Insotitor","Dispatch station":"Stație de expediere","Destination station":"Stația de destinație","Release date":"Data de lansare","Dispatch date":"Data expedierii","Arrival date":"Data sosirii","Supplier delegates, the carrier who participated in the reception":"Delegații furnizorului, curierul care a participat la recepție","ISBN":"ISBN","Total products":"Totalul produselor","Scale indicated weight":"Greutatea indicata pe cantar","Stock Removal":"Scoatere din stoc","Representative of":"Reprezentant al","Name and surname":"Nume si prenume","Identity card":"Card de identitate","TOTAL":"TOTAL","Reception participants":"Participanți la recepție","for Sale":"de vanzare","Emag API call for :action failed":"Apelul API Emag pentru :action a esuat","The action :action on url :url failed with the following error messages:":"Acțiunea :action catre url :url a eșuat cu următoarele mesaje de eroare","New :type callback from emag":"Un nou callback :type de la emag","New :type callback from emag for id :id":"Un nou callback :type de la emag pentru id-ul :id","Missing app product for emag order :id":"Lipseste produsul din aplicatie pentru comanda emag :id","Product :product":"Produsul :product","Offer mismatch for eMag order :id":"Nepotrivirea ofertei pentru comanda eMag :id","For product :code":"Pentru produsul :code","External part number :code":"Cod extern :code","Part number :code":"Cod :code","New eMag order (id: :id) with vouchers:":"Comandă nouă eMag (id: :id) cu vouchere:",":name, value :value":":name, valoare :value","New eMag order (id: :id) with vouchers":"Comandă nouă eMag (id: :id) cu vouchere","Shipping price mismatch for eMag order :order":"Nepotrivirea prețului de expediere pentru comanda eMag :order","Product price mismatch for eMag order :order":"Nepotrivirea prețului produsului pentru comanda eMag :order","Offer with id :id already exists":"Există deja o oferta cu id-ul :id","An offer for the pnk :pnk already exists":"Există deja o ofertă pentru pnk :pnk","An offer with product id :id already exists and needs eMag intervention":"O ofertă cu id-ul produsului :id există deja și necesită intervenția eMag","No order with id :id found":"Nu s-a găsit nicio comandă cu id-ul :id","Write Review For":"Scrie o recenzie pentru","Don't know what to write about?":"Nu știi despre ce să scrii?","Tell us what you like about the purchased product.":"Spune-ne ce iti place la produsul achizitionat.","Does it live up to your expectations?":"Se ridică la nivelul așteptărilor tale?","Are you satisfied with the value for money?":"Esti mulțumit de raportul calitate-preț?","Would you recommend it to others?":"L-ai recomanda altora?","Remove from favorites":"Elimina din favorite","make default":"fă implicit","delivery":"livrare","billing":"facturare","Not Paid":"Neplatit","Requires Action":"Necesită acțiune","verify":"verifica","Verify":"Verifica","confirmation":"confirmare","No addresses defined":"Nu există adrese definite","Part":"Cod","Complete the payment":"Finaliza plata","An extra confirmation is needed to process your payment":"Este necesară o confirmare suplimentară pentru a procesa plata","Order is already paid":"Comanda este deja plătită","Your payment for this order is still processing":"Plata dvs. pentru această comandă este în curs de procesare","Please find the invoice attached":"Găsești factura în atașament","Invoice issued for order #:number":"Factura emisa pentru comanda #:number","Your order #:number":"Comanda dvs #:number","Payment via :type was successful for order :number":"Plata prin :type a reușit pentru comanda :number","A payment was received for order #:number (:total :currency)":"S-a inregistrat plata pentru comanda :number (:total :currency)","Insufficient stock for :product, only :left left":"Stoc insuficient pentru :product, numai :left ramas","Registration is restricted for the moment, please return soon":"Înregistrarea este restricționată pentru moment, te rugăm să revii în curând","Hello :name":"Salut :name","Thank you for creating an account on :shop":"Îți mulțumim pentru că ți-ai creat cont pe :shop","We hope that you will enjoy our products":"Sperăm că te vei bucura de produsele noastre, așa cum ne bucurăm și noi de ele :)","Go to login":"Intră în cont","If you are having trouble clicking the action button, copy and paste the URL below into your web browser":"Daca întampini dificultati in a accesa butonul, copiază adresa de mai jos in browser-ul tau","Payment via :type was successful for order #:number, amount :amount :currency":"Plata prin :type a reușit pentru comanda #:number, suma :amount :currency","View order":"Vezi comanda","Click bellow to view your order and finalize the payment":"Poti sa dai click mai jos pentru a vizualiza comanda si a finaliza plata","A new account was created : :name":"Un cont nou a fost creat: :name","from: :company":"de la: :company","To manage the account please click the link below":"Pentru a gestiona contul, acceseaza linkul de mai jos","View account":"Vezi contul","Details for delivering your order":"Detalii pentru livrarea comenzii","You're just a few steps away from finalizing your order":"Ești la doar câțiva pași distanță de finalizarea comenzii","If you already have an account click":"Dacă ai deja un cont, click","to go to the login page":"pentru a accesa pagina de autentificare","Your account":"Contul tau","I want to create an account":"Vreau să imi creez cont","Company Name":"Numele Companiei","Ship to a different addressed":"Comanda ta #:number a fost plasată cu succes","Skip":"Sari","New order #:number from :channel for :total :currency":"Comanda noua #:number din :channel in valoare de :total :currency","fast-checkout":"checkout-rapid","Fast Checkout":"Checkout Rapid","The action :action failed with the following error code: :code":"Acțiunea :action a eșuat cu următorul cod de eroare: :code","Reported error message: :message":"Mesaj de eroare raportat: :message","Request payload: :payload":"Payload Request: :payload","API call for :action failed":"Apelul API pentru :action a esuat","Notification, :title":"Notificare, :title","New Comment Tag":"Etichetare noua in comentarii","You were just tagged":"Tocmai ai fost etichetat","Comment Tag Notification":"Notificare etichetare in comentariu","Your password will expire soon":"Parola ta va expira curand","You've got :days days left to change it":"Mai ai :days zile ramase pentru a o schimba","You've got until tomorrow to change it":"Mai ai timp pana maine pentru a o schimba","You must change it today":"Trebuie schimbata astazi","Welcome!":"Bine ai venit!","Task Reminder":"Memento Task","This is a reminder for the following task:":"Acesta este un memento pentru următorul task:","View Task":"Vezi task-ul","Task :description":"Task :description","You cannot delete the default address":"Nu poți șterge adresa implicită","You cannot delete an address that you have previously used":"Nu poți șterge o adresă pe care ai folosit-o anterior","You cannot edit this company, please contact support":"Nu poți edita această companie, te rugăm să contactezi echipa de asistenta","Your cart is empty":"Coșul tau este gol","You cannot delete the default card":"Nu poți șterge cardul implicit","You cannot edit this :model, please contact support":"Nu poți edita acest :model, te rugăm să contactezi echipa de asistență","Company information":"Informațiile companiei","Billing address":"Adresa de facturare","Free":"Gratuit","Get to know us":"Cunoaște-ne","Registration successful":"Inregistrare realizata","Your account needs to be activated before you can login":"Contul trebuie să fie activat înainte de a te putea autentifica","You will receive a confirmation email upon approval":"Vei primi un e-mail de confirmare după aprobare","Thank you!":"Iti multumim!","Frequently asked questions":"Intrebari frecvente","Edit address":"Editeaza adresa","Edit company":"Editeaza compania","Pay by Card":"Plătește cu Card","Click":"Click","Not Implemented":"Neimplementat","Approve":"Aproba","Disapprove":"Dezaproba","for \":query\"":"pentru \":query\"","Review was rejected":"Această recenzie a fost respinsă","Review updated for :product":"Recenzie actualizata pentru produsul :product","New review submitted for :product":"Recenzie adaugata pt produsul :product","A product review was updated by :person:":"Recenzie de produs actualizata de :person:","A new product review was posted by :person:":"Recenzie de produs adaugata de :person:","Your review for :product was :approval":"Recenzia ta pentru produsul :product a fost :approval","If you want, you can revise your review here:":"Daca vrei, poti actualiza recenzia ta aici:","Review :approval":"Recenzie :approval","approved":"aprobata","rejected":"respinsa","Terms of Use":"Termeni si conditii","Similar products":"Produse similare","Enter your email to reset your password":"Introdu adresa ta de e-mail pentru a iti reseta parola","We'll send you an email with the instructions to follow":"Iti vom trimite un e-mail cu instrucțiunile de urmat","similar-products":"produse-similare","description":"descriere","characteristics":"caracteristici","about-this-brand":"despre-acest-brand","not in stock":"nu este în stoc","Not In Stock":"Nu este în stoc","Hold tight, your order is being processed. We will email you when your order succeeds":"Ține-te bine, comanda ta este în curs de procesare. Iți vom trimite un e-mail când comanda va reuși","Pay by Wire Transfer":"Plătește prin Transfer Bancar","Grand Total":"Total General","A cancellation request was received for order #:id":"Am primit o cerere de anulare pentru comanda #:id","Cancellation request for order #:id":"Cerere de anulare pentru comanda #:id","Please let us know if you are able to cancel the order":"Va rugam sa ne comunicati daca puteti efectua anularea","Cancellation request for emag order with id :id":"Cerere de anulare pentru comanda emag cu id :id","An emag order cancellation request was received":"Am primit cerere de anulare pentru o comanda emag","If you need to change your email please contact us":"Dacă dorești schimbarea emailului te rugăm contactează-ne","Awb status was updated to \":status\" for emag order #:id":"Statusul Awb pentru comanda emag #:id a fost actualizat in \":status\"","Awb status update for emag order #:id":"Actualizare status awb pentru comanda emag #:id","You just asked for a password reset. To complete the process click the button below.":"Tocmai ai solicitat resetarea parolei. Pentru a finaliza procesul, accesează butonul de mai jos.","Set your new password":"Setează noua parolă","The company already exists in our system. Please contact us about that":"Compania există deja în sistemul nostru. Te rugăm să ne contactezi referitor la această situație","Secure payments with":"Plătește în siguranță prin","We will create an account for your future orders":"Iți vom crea un cont pentru comenzile tale viitoare","Go back to the store":"Întoarce-te în magazin","Added":"Adăugat","A payment method was already set for this order":"O metodă de plată a fost deja stabilită pentru această comandă","Street line 1":"Nume stradă, număr etc.","Street line 2":"Apartament, complex, unitate etc. (opțional)","A new account was created: :name":"A fost creat un cont nou: :name","Translator":"Traducător","Publisher":"Editor","Edition":"Ediție","Collection":"Colecție","Year of Publication":"Anul publicării","Number of Pages":"Număr de pagini","Genre":"Gen","Subgenre":"Subgen","Author":"Autor","Your order #:number is being processed":"Comanda ta #:number este în curs de procesare","Your order #:number is ready to be shipped":"Comanda ta #:number este pregatită de livrare","Your order #:number was shipped":"Comanda ta #:number a fost expediată","Your order #:number was delivered":"Comanda ta #:number a fost livrată","Your order #:number is being processed. We'll keep you updated.":"Comanda ta #:number este în curs de procesare. Te vom ține la curent.","Your order #:number has been shipped to the following address: :address":"Comanda ta #:number a fost expediată la următoarea adresă: :address","Your order #:number has been delivered. We hope you enjoy your purchase and we'd really love to receive your feedback. If you wish, you can leave us a product review.":"Comanda ta #:number a fost livrată. Sperăm să te bucuri de achiziție și ne-ar încânta să primim feedbackul tău. Dacă dorești, ne poți lăsa un review pentru produsele achizitionate.","Don't hesitate to contact us for any questions.":"Pentru orice întrebări, nu ezita să ne contactezi.","Your order #:number has been packed and is ready for shipping. We'll let you know once it's shipped.":"Comanda ta #:number a fost ambalată și este pregatită de expediere. Te vom anunța de îndată ce a fost expediată.","Order #:number from :channel, placed by :person, has a new status update :status":"Comanda #:number de pe :channel, plasată de :person, are o nouă actualizare status :status","Status update for order #:number":"Actualizare status pentru comanda #:number","Cancellation request for :channel order #:number":"Cerere de anulare pentru comanda de :channel #:number","Store":"Magazin","Fulfill":"Proceseaza","Download order (xlsx)":"Descare comanda (xlsx)","Download order (pdf)":"Descarca comanda (pdf)","No email sent with the current order":"Comanda actuala nu a fost trimisa pe email","Issue Proforma":"Emite proforma","No email sent with the current invoice":"Factura curenta nu a fost trimisa pe email","Invoice emailed by":"Factura trimisa de","Order emailed by":"Comanda trimisa de","Remove from stock":"Scoate din stoc","Undo fulfill":"Anuleaza procesarea","Insert in stock":"Insereaza in stoc","Prepare products":"Pregateste produsele","Undo prepare":"Anuleaza pregatirea comenzii","Ship":"Expediaza","Undo ship":"Anuleaza expedierea","Deliver":"Livreaza","Undo deliver":"Anuleaza livrearea","NIN":"CNP","Reference":"Referinta","Confirm":"Confirma","Undo confirm":"Anuleaza confirmarea","Receive":"Receptioneaza","Undo receive":"Anuleaza receptia","Download goods received note":"Descarca nota receptie marfa","New Position":"Pozitie noua","Order #:number from :channel, placed by :person, has a new status update: :status":"Comanda #:number de pe :channel, plasată de :person, are o nouă actualizare de status: :status","Please take the necessary steps.":"Te rog sa iei masurile necesare.","A cancellation request was received for a :channel order.":"Am primit cerere de anulare pentru o comada din :channel.","Sale":"Vanzare"}
\ No newline at end of file
diff --git a/storage/app/.gitignore b/storage/app/.gitignore
index df5199fb8..a5baada18 100644
--- a/storage/app/.gitignore
+++ b/storage/app/.gitignore
@@ -1,9 +1,3 @@
*
-!avatars/
-!exports/
-!files/
-!howToVideos/
-!imports
-!public/
-!testing/
!.gitignore
+