From 17f17106f14af3692e3059ae2fa94174f953074e Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Tue, 19 Mar 2024 12:27:38 +0300 Subject: [PATCH 1/3] [source]: Remove support for Laravel Framework 10, Lumen Framework, Breeze 1, Cashier Stripe 13, 14, Jetstream 2, 3, 4 --- .github/workflows/download.yml | 2 +- .github/workflows/phpunit.yml | 4 +- composer.json | 8 +- source/breeze/1.x/breeze.json | 39 ----- source/cashier/stripe/13.x/stripe.json | 6 - source/cashier/stripe/14.x/stripe.json | 6 - source/framework/10.x/auth.php | 9 -- source/framework/10.x/framework.json | 35 ----- source/framework/10.x/pagination.php | 8 - source/framework/10.x/passwords.php | 11 -- source/framework/10.x/validation.php | 156 ------------------- source/framework/extended.json | 2 +- source/jetstream/2.x/jetstream.json | 142 ----------------- source/jetstream/3.x/jetstream.json | 142 ----------------- source/jetstream/4.x/jetstream.json | 142 ----------------- source/lumen-framework/10.x/validation.php | 128 --------------- source/lumen-framework/extended.json | 8 - source/lumen-framework/master/validation.php | 128 --------------- src/Plugin.php | 10 -- src/Plugins/Breeze/V1.php | 21 --- src/Plugins/Cashier/Stripe/V13.php | 21 --- src/Plugins/Cashier/Stripe/V14.php | 21 --- src/Plugins/Jetstream/V2.php | 20 --- src/Plugins/Jetstream/V3.php | 20 --- src/Plugins/Jetstream/V4.php | 22 --- src/Plugins/Laravel/V10.php | 26 ---- src/Plugins/Lumen/Master.php | 21 --- src/Plugins/Lumen/V10.php | 21 --- 28 files changed, 8 insertions(+), 1171 deletions(-) delete mode 100644 source/breeze/1.x/breeze.json delete mode 100644 source/cashier/stripe/13.x/stripe.json delete mode 100644 source/cashier/stripe/14.x/stripe.json delete mode 100644 source/framework/10.x/auth.php delete mode 100644 source/framework/10.x/framework.json delete mode 100644 source/framework/10.x/pagination.php delete mode 100644 source/framework/10.x/passwords.php delete mode 100644 source/framework/10.x/validation.php delete mode 100644 source/jetstream/2.x/jetstream.json delete mode 100644 source/jetstream/3.x/jetstream.json delete mode 100644 source/jetstream/4.x/jetstream.json delete mode 100644 source/lumen-framework/10.x/validation.php delete mode 100644 source/lumen-framework/extended.json delete mode 100644 source/lumen-framework/master/validation.php delete mode 100644 src/Plugins/Breeze/V1.php delete mode 100644 src/Plugins/Cashier/Stripe/V13.php delete mode 100644 src/Plugins/Cashier/Stripe/V14.php delete mode 100644 src/Plugins/Jetstream/V2.php delete mode 100644 src/Plugins/Jetstream/V3.php delete mode 100644 src/Plugins/Jetstream/V4.php delete mode 100644 src/Plugins/Laravel/V10.php delete mode 100644 src/Plugins/Lumen/Master.php delete mode 100644 src/Plugins/Lumen/V10.php diff --git a/.github/workflows/download.yml b/.github/workflows/download.yml index 1a89eff582e..354a82836d3 100644 --- a/.github/workflows/download.yml +++ b/.github/workflows/download.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: true matrix: - version: [ "10.x", "11.x", "master" ] + version: [ "11.x", "master" ] with: project: Laravel Framework ${{ matrix.version }} paths: source/framework/${{ matrix.version }}/* diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index bebdc0b335b..06fc26897c5 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -17,8 +17,8 @@ jobs: strategy: fail-fast: true matrix: - php: [ "8.1", "8.2", "8.3" ] - publisher: [ "14.0", "15.0", "16.0" ] + php: [ "8.2", "8.3" ] + publisher: [ "16.0" ] name: PHP ${{ matrix.php }}, Publisher ${{ matrix.publisher }} diff --git a/composer.json b/composer.json index 28610ce7111..1ebef25cf61 100644 --- a/composer.json +++ b/composer.json @@ -19,14 +19,14 @@ "source": "https://github.com/Laravel-Lang/lang" }, "require": { - "php": "^8.1", + "php": "^8.2", "ext-json": "*", - "laravel-lang/publisher": "^14.0 || ^15.0 || ^16.0" + "laravel-lang/publisher": "^16.0" }, "require-dev": { - "laravel-lang/status-generator": "^1.19 || ^2.0", + "laravel-lang/status-generator": "^2.0", "phpunit/phpunit": "^10.0", - "symfony/var-dumper": "^6.0 || ^7.0" + "symfony/var-dumper": "^7.0" }, "minimum-stability": "stable", "prefer-stable": true, diff --git a/source/breeze/1.x/breeze.json b/source/breeze/1.x/breeze.json deleted file mode 100644 index c0a2f0d733f..00000000000 --- a/source/breeze/1.x/breeze.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "A new verification link has been sent to the email address you provided during registration.": "A new verification link has been sent to the email address you provided during registration.", - "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.", - "Already registered?": "Already registered?", - "Are you sure you want to delete your account?": "Are you sure you want to delete your account?", - "Cancel": "Cancel", - "Click here to re-send the verification email.": "Click here to re-send the verification email.", - "Confirm": "Confirm", - "Confirm Password": "Confirm Password", - "Current Password": "Current Password", - "Dashboard": "Dashboard", - "Delete Account": "Delete Account", - "Email": "Email", - "Email Password Reset Link": "Email Password Reset Link", - "Ensure your account is using a long, random password to stay secure.": "Ensure your account is using a long, random password to stay secure.", - "Forgot your password?": "Forgot your password?", - "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.", - "Log in": "Log in", - "Log Out": "Log Out", - "Name": "Name", - "New Password": "New Password", - "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.", - "Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.", - "Password": "Password", - "Profile": "Profile", - "Profile Information": "Profile Information", - "Register": "Register", - "Remember me": "Remember me", - "Resend Verification Email": "Resend Verification Email", - "Reset Password": "Reset Password", - "Save": "Save", - "Saved.": "Saved.", - "Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.", - "This is a secure area of the application. Please confirm your password before continuing.": "This is a secure area of the application. Please confirm your password before continuing.", - "Update Password": "Update Password", - "Update your account's profile information and email address.": "Update your account's profile information and email address.", - "You're logged in!": "You're logged in!", - "Your email address is unverified.": "Your email address is unverified." -} diff --git a/source/cashier/stripe/13.x/stripe.json b/source/cashier/stripe/13.x/stripe.json deleted file mode 100644 index f3f4bdbd861..00000000000 --- a/source/cashier/stripe/13.x/stripe.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "Confirm Payment": "Confirm Payment", - "Confirm your :amount payment": "Confirm your :amount payment", - "Extra confirmation is needed to process your payment. Please continue to the payment page by clicking on the button below.": "Extra confirmation is needed to process your payment. Please continue to the payment page by clicking on the button below.", - "Payment Confirmation": "Payment Confirmation" -} diff --git a/source/cashier/stripe/14.x/stripe.json b/source/cashier/stripe/14.x/stripe.json deleted file mode 100644 index f3f4bdbd861..00000000000 --- a/source/cashier/stripe/14.x/stripe.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "Confirm Payment": "Confirm Payment", - "Confirm your :amount payment": "Confirm your :amount payment", - "Extra confirmation is needed to process your payment. Please continue to the payment page by clicking on the button below.": "Extra confirmation is needed to process your payment. Please continue to the payment page by clicking on the button below.", - "Payment Confirmation": "Payment Confirmation" -} diff --git a/source/framework/10.x/auth.php b/source/framework/10.x/auth.php deleted file mode 100644 index ad725d8b110..00000000000 --- a/source/framework/10.x/auth.php +++ /dev/null @@ -1,9 +0,0 @@ - 'These credentials do not match our records.', - 'password' => 'The provided password is incorrect.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', -]; diff --git a/source/framework/10.x/framework.json b/source/framework/10.x/framework.json deleted file mode 100644 index 3c61fad9f0a..00000000000 --- a/source/framework/10.x/framework.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "All rights reserved.": "All rights reserved.", - "Forbidden": "Forbidden", - "Go to page :page": "Go to page :page", - "Hello!": "Hello!", - "If you did not create an account, no further action is required.": "If you did not create an account, no further action is required.", - "If you did not request a password reset, no further action is required.": "If you did not request a password reset, no further action is required.", - "Invalid JSON was returned from the route.": "Invalid JSON was returned from the route.", - "Login": "Login", - "Logout": "Logout", - "Not Found": "Not Found", - "of": "of", - "Page Expired": "Page Expired", - "Pagination Navigation": "Pagination Navigation", - "Payment Required": "Payment Required", - "Please click the button below to verify your email address.": "Please click the button below to verify your email address.", - "Regards": "Regards", - "Register": "Register", - "Reset Password": "Reset Password", - "Reset Password Notification": "Reset Password Notification", - "results": "results", - "Server Error": "Server Error", - "Service Unavailable": "Service Unavailable", - "Showing": "Showing", - "The response is not a streamed response.": "The response is not a streamed response.", - "The response is not a view.": "The response is not a view.", - "This password reset link will expire in :count minutes.": "This password reset link will expire in :count minutes.", - "to": "to", - "Toggle navigation": "Toggle navigation", - "Too Many Requests": "Too Many Requests", - "Unauthorized": "Unauthorized", - "Verify Email Address": "Verify Email Address", - "Whoops!": "Whoops!", - "You are receiving this email because we received a password reset request for your account.": "You are receiving this email because we received a password reset request for your account." -} diff --git a/source/framework/10.x/pagination.php b/source/framework/10.x/pagination.php deleted file mode 100644 index f4ceddecd54..00000000000 --- a/source/framework/10.x/pagination.php +++ /dev/null @@ -1,8 +0,0 @@ - 'Next »', - 'previous' => '« Previous', -]; diff --git a/source/framework/10.x/passwords.php b/source/framework/10.x/passwords.php deleted file mode 100644 index f3b65bab1ae..00000000000 --- a/source/framework/10.x/passwords.php +++ /dev/null @@ -1,11 +0,0 @@ - 'Your password has been reset.', - 'sent' => 'We have emailed your password reset link.', - 'throttled' => 'Please wait before retrying.', - 'token' => 'This password reset token is invalid.', - 'user' => 'We can\'t find a user with that email address.', -]; diff --git a/source/framework/10.x/validation.php b/source/framework/10.x/validation.php deleted file mode 100644 index a11f7f24851..00000000000 --- a/source/framework/10.x/validation.php +++ /dev/null @@ -1,156 +0,0 @@ - 'The :attribute field must be accepted.', - 'accepted_if' => 'The :attribute field must be accepted when :other is :value.', - 'active_url' => 'The :attribute field must be a valid URL.', - 'after' => 'The :attribute field must be a date after :date.', - 'after_or_equal' => 'The :attribute field must be a date after or equal to :date.', - 'alpha' => 'The :attribute field must only contain letters.', - 'alpha_dash' => 'The :attribute field must only contain letters, numbers, dashes, and underscores.', - 'alpha_num' => 'The :attribute field must only contain letters and numbers.', - 'array' => 'The :attribute field must be an array.', - 'ascii' => 'The :attribute field must only contain single-byte alphanumeric characters and symbols.', - 'attributes' => [], - 'before' => 'The :attribute field must be a date before :date.', - 'before_or_equal' => 'The :attribute field must be a date before or equal to :date.', - 'between' => [ - 'array' => 'The :attribute field must have between :min and :max items.', - 'file' => 'The :attribute field must be between :min and :max kilobytes.', - 'numeric' => 'The :attribute field must be between :min and :max.', - 'string' => 'The :attribute field must be between :min and :max characters.', - ], - 'boolean' => 'The :attribute field must be true or false.', - 'can' => 'The :attribute field contains an unauthorized value.', - 'confirmed' => 'The :attribute field confirmation does not match.', - 'current_password' => 'The password is incorrect.', - 'custom' => [ - 'attribute-name' => [ - 'rule-name' => 'custom-message', - ], - ], - 'date' => 'The :attribute field must be a valid date.', - 'date_equals' => 'The :attribute field must be a date equal to :date.', - 'date_format' => 'The :attribute field must match the format :format.', - 'decimal' => 'The :attribute field must have :decimal decimal places.', - 'declined' => 'The :attribute field must be declined.', - 'declined_if' => 'The :attribute field must be declined when :other is :value.', - 'different' => 'The :attribute field and :other must be different.', - 'digits' => 'The :attribute field must be :digits digits.', - 'digits_between' => 'The :attribute field must be between :min and :max digits.', - 'dimensions' => 'The :attribute field has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', - 'doesnt_end_with' => 'The :attribute field must not end with one of the following: :values.', - 'doesnt_start_with' => 'The :attribute field must not start with one of the following: :values.', - 'email' => 'The :attribute field must be a valid email address.', - 'ends_with' => 'The :attribute field must end with one of the following: :values.', - 'enum' => 'The selected :attribute is invalid.', - 'exists' => 'The selected :attribute is invalid.', - 'extensions' => 'The :attribute field must have one of the following extensions: :values.', - 'file' => 'The :attribute field must be a file.', - 'filled' => 'The :attribute field must have a value.', - 'gt' => [ - 'array' => 'The :attribute field must have more than :value items.', - 'file' => 'The :attribute field must be greater than :value kilobytes.', - 'numeric' => 'The :attribute field must be greater than :value.', - 'string' => 'The :attribute field must be greater than :value characters.', - ], - 'gte' => [ - 'array' => 'The :attribute field must have :value items or more.', - 'file' => 'The :attribute field must be greater than or equal to :value kilobytes.', - 'numeric' => 'The :attribute field must be greater than or equal to :value.', - 'string' => 'The :attribute field must be greater than or equal to :value characters.', - ], - 'hex_color' => 'The :attribute field must be a valid hexadecimal color.', - 'image' => 'The :attribute field must be an image.', - 'in' => 'The selected :attribute is invalid.', - 'in_array' => 'The :attribute field must exist in :other.', - 'integer' => 'The :attribute field must be an integer.', - 'ip' => 'The :attribute field must be a valid IP address.', - 'ipv4' => 'The :attribute field must be a valid IPv4 address.', - 'ipv6' => 'The :attribute field must be a valid IPv6 address.', - 'json' => 'The :attribute field must be a valid JSON string.', - 'lowercase' => 'The :attribute field must be lowercase.', - 'lt' => [ - 'array' => 'The :attribute field must have less than :value items.', - 'file' => 'The :attribute field must be less than :value kilobytes.', - 'numeric' => 'The :attribute field must be less than :value.', - 'string' => 'The :attribute field must be less than :value characters.', - ], - 'lte' => [ - 'array' => 'The :attribute field must not have more than :value items.', - 'file' => 'The :attribute field must be less than or equal to :value kilobytes.', - 'numeric' => 'The :attribute field must be less than or equal to :value.', - 'string' => 'The :attribute field must be less than or equal to :value characters.', - ], - 'mac_address' => 'The :attribute field must be a valid MAC address.', - 'max' => [ - 'array' => 'The :attribute field must not have more than :max items.', - 'file' => 'The :attribute field must not be greater than :max kilobytes.', - 'numeric' => 'The :attribute field must not be greater than :max.', - 'string' => 'The :attribute field must not be greater than :max characters.', - ], - 'max_digits' => 'The :attribute field must not have more than :max digits.', - 'mimes' => 'The :attribute field must be a file of type: :values.', - 'mimetypes' => 'The :attribute field must be a file of type: :values.', - 'min' => [ - 'array' => 'The :attribute field must have at least :min items.', - 'file' => 'The :attribute field must be at least :min kilobytes.', - 'numeric' => 'The :attribute field must be at least :min.', - 'string' => 'The :attribute field must be at least :min characters.', - ], - 'min_digits' => 'The :attribute field must have at least :min digits.', - 'missing' => 'The :attribute field must be missing.', - 'missing_if' => 'The :attribute field must be missing when :other is :value.', - 'missing_unless' => 'The :attribute field must be missing unless :other is :value.', - 'missing_with' => 'The :attribute field must be missing when :values is present.', - 'missing_with_all' => 'The :attribute field must be missing when :values are present.', - 'multiple_of' => 'The :attribute field must be a multiple of :value.', - 'not_in' => 'The selected :attribute is invalid.', - 'not_regex' => 'The :attribute field format is invalid.', - 'numeric' => 'The :attribute field must be a number.', - 'password' => [ - 'letters' => 'The :attribute field must contain at least one letter.', - 'mixed' => 'The :attribute field must contain at least one uppercase and one lowercase letter.', - 'numbers' => 'The :attribute field must contain at least one number.', - 'symbols' => 'The :attribute field must contain at least one symbol.', - 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.', - ], - 'present' => 'The :attribute field must be present.', - 'present_if' => 'The :attribute field must be present when :other is :value.', - 'present_unless' => 'The :attribute field must be present unless :other is :value.', - 'present_with' => 'The :attribute field must be present when :values is present.', - 'present_with_all' => 'The :attribute field must be present when :values are present.', - 'prohibited' => 'The :attribute field is prohibited.', - 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.', - 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.', - 'prohibits' => 'The :attribute field prohibits :other from being present.', - 'regex' => 'The :attribute field format is invalid.', - 'required' => 'The :attribute field is required.', - 'required_array_keys' => 'The :attribute field must contain entries for: :values.', - 'required_if' => 'The :attribute field is required when :other is :value.', - 'required_if_accepted' => 'The :attribute field is required when :other is accepted.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', - 'required_with' => 'The :attribute field is required when :values is present.', - 'required_with_all' => 'The :attribute field is required when :values are present.', - 'required_without' => 'The :attribute field is required when :values is not present.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', - 'same' => 'The :attribute field must match :other.', - 'size' => [ - 'array' => 'The :attribute field must contain :size items.', - 'file' => 'The :attribute field must be :size kilobytes.', - 'numeric' => 'The :attribute field must be :size.', - 'string' => 'The :attribute field must be :size characters.', - ], - 'starts_with' => 'The :attribute field must start with one of the following: :values.', - 'string' => 'The :attribute field must be a string.', - 'timezone' => 'The :attribute field must be a valid timezone.', - 'ulid' => 'The :attribute field must be a valid ULID.', - 'unique' => 'The :attribute has already been taken.', - 'uploaded' => 'The :attribute failed to upload.', - 'uppercase' => 'The :attribute field must be uppercase.', - 'url' => 'The :attribute field must be a valid URL.', - 'uuid' => 'The :attribute field must be a valid UUID.', -]; diff --git a/source/framework/extended.json b/source/framework/extended.json index 0350875ef96..b35494bdfd3 100644 --- a/source/framework/extended.json +++ b/source/framework/extended.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(and :count more error)", - "(and :count more errors)": "(and :count more errors)", + "(and :count more errors)": "(and :count more error)|(and :count more errors)|(and :count more errors)", "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:", "The given data was invalid.": "The given data was invalid.", "This action is unauthorized.": "This action is unauthorized." diff --git a/source/jetstream/2.x/jetstream.json b/source/jetstream/2.x/jetstream.json deleted file mode 100644 index 6d1f1f18790..00000000000 --- a/source/jetstream/2.x/jetstream.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.", - "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.", - "Accept Invitation": "Accept Invitation", - "Add": "Add", - "Add a new team member to your team, allowing them to collaborate with you.": "Add a new team member to your team, allowing them to collaborate with you.", - "Add additional security to your account using two factor authentication.": "Add additional security to your account using two factor authentication.", - "Add Team Member": "Add Team Member", - "Added.": "Added.", - "All of the people that are part of this team.": "All of the people that are part of this team.", - "Already registered?": "Already registered?", - "API Token": "API Token", - "API Token Permissions": "API Token Permissions", - "API Tokens": "API Tokens", - "API tokens allow third-party services to authenticate with our application on your behalf.": "API tokens allow third-party services to authenticate with our application on your behalf.", - "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.", - "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.", - "Are you sure you would like to delete this API token?": "Are you sure you would like to delete this API token?", - "Are you sure you would like to leave this team?": "Are you sure you would like to leave this team?", - "Are you sure you would like to remove this person from the team?": "Are you sure you would like to remove this person from the team?", - "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.", - "Browser Sessions": "Browser Sessions", - "Cancel": "Cancel", - "Click here to re-send the verification email.": "Click here to re-send the verification email.", - "Close": "Close", - "Code": "Code", - "Confirm": "Confirm", - "Confirm Password": "Confirm Password", - "Create": "Create", - "Create a new team to collaborate with others on projects.": "Create a new team to collaborate with others on projects.", - "Create Account": "Create Account", - "Create API Token": "Create API Token", - "Create New Team": "Create New Team", - "Create Team": "Create Team", - "Created.": "Created.", - "Current Password": "Current Password", - "Dashboard": "Dashboard", - "Delete": "Delete", - "Delete Account": "Delete Account", - "Delete API Token": "Delete API Token", - "Delete Team": "Delete Team", - "Disable": "Disable", - "Done.": "Done.", - "Edit Profile": "Edit Profile", - "Email": "Email", - "Email Password Reset Link": "Email Password Reset Link", - "Enable": "Enable", - "Ensure your account is using a long, random password to stay secure.": "Ensure your account is using a long, random password to stay secure.", - "Finish enabling two factor authentication.": "Finish enabling two factor authentication.", - "For your security, please confirm your password to continue.": "For your security, please confirm your password to continue.", - "Forgot your password?": "Forgot your password?", - "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.", - "Great! You have accepted the invitation to join the :team team.": "Great! You have accepted the invitation to join the :team team.", - "I agree to the :terms_of_service and :privacy_policy": "I agree to the :terms_of_service and :privacy_policy", - "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.", - "If you already have an account, you may accept this invitation by clicking the button below:": "If you already have an account, you may accept this invitation by clicking the button below:", - "If you did not expect to receive an invitation to this team, you may discard this email.": "If you did not expect to receive an invitation to this team, you may discard this email.", - "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:", - "Last active": "Last active", - "Last used": "Last used", - "Leave": "Leave", - "Leave Team": "Leave Team", - "Log in": "Log in", - "Log Out": "Log Out", - "Log Out Other Browser Sessions": "Log Out Other Browser Sessions", - "Manage Account": "Manage Account", - "Manage and log out your active sessions on other browsers and devices.": "Manage and log out your active sessions on other browsers and devices.", - "Manage API Tokens": "Manage API Tokens", - "Manage Role": "Manage Role", - "Manage Team": "Manage Team", - "Name": "Name", - "New Password": "New Password", - "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.", - "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.", - "Password": "Password", - "Pending Team Invitations": "Pending Team Invitations", - "Permanently delete this team.": "Permanently delete this team.", - "Permanently delete your account.": "Permanently delete your account.", - "Permissions": "Permissions", - "Photo": "Photo", - "Please confirm access to your account by entering one of your emergency recovery codes.": "Please confirm access to your account by entering one of your emergency recovery codes.", - "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Please confirm access to your account by entering the authentication code provided by your authenticator application.", - "Please copy your new API token. For your security, it won't be shown again.": "Please copy your new API token. For your security, it won't be shown again.", - "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.", - "Please provide the email address of the person you would like to add to this team.": "Please provide the email address of the person you would like to add to this team.", - "Privacy Policy": "Privacy Policy", - "Profile": "Profile", - "Profile Information": "Profile Information", - "Recovery Code": "Recovery Code", - "Regenerate Recovery Codes": "Regenerate Recovery Codes", - "Register": "Register", - "Remember me": "Remember me", - "Remove": "Remove", - "Remove Photo": "Remove Photo", - "Remove Team Member": "Remove Team Member", - "Resend Verification Email": "Resend Verification Email", - "Reset Password": "Reset Password", - "Role": "Role", - "Save": "Save", - "Saved.": "Saved.", - "Select A New Photo": "Select A New Photo", - "Setup Key": "Setup Key", - "Show Recovery Codes": "Show Recovery Codes", - "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.", - "Switch Teams": "Switch Teams", - "Team Details": "Team Details", - "Team Invitation": "Team Invitation", - "Team Members": "Team Members", - "Team Name": "Team Name", - "Team Owner": "Team Owner", - "Team Settings": "Team Settings", - "Terms of Service": "Terms of Service", - "The :attribute must be a valid role.": "The :attribute must be a valid role.", - "The password is incorrect.": "The password is incorrect.", - "The team's name and owner information.": "The team's name and owner information.", - "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.", - "This device": "This device", - "This is a secure area of the application. Please confirm your password before continuing.": "This is a secure area of the application. Please confirm your password before continuing.", - "This password does not match our records.": "This password does not match our records.", - "This user already belongs to the team.": "This user already belongs to the team.", - "This user has already been invited to the team.": "This user has already been invited to the team.", - "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.", - "Token Name": "Token Name", - "Two Factor Authentication": "Two Factor Authentication", - "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.", - "Unknown": "Unknown", - "Update Password": "Update Password", - "Update your account's profile information and email address.": "Update your account's profile information and email address.", - "Use a recovery code": "Use a recovery code", - "Use an authentication code": "Use an authentication code", - "We were unable to find a registered user with this email address.": "We were unable to find a registered user with this email address.", - "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.", - "Whoops! Something went wrong.": "Whoops! Something went wrong.", - "You have been invited to join the :team team!": "You have been invited to join the :team team!", - "You have enabled two factor authentication.": "You have enabled two factor authentication.", - "You have not enabled two factor authentication.": "You have not enabled two factor authentication.", - "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:", - "You may delete any of your existing tokens if they are no longer needed.": "You may delete any of your existing tokens if they are no longer needed.", - "You may not delete your personal team.": "You may not delete your personal team.", - "You may not leave a team that you created.": "You may not leave a team that you created.", - "Your email address is unverified.": "Your email address is unverified." -} diff --git a/source/jetstream/3.x/jetstream.json b/source/jetstream/3.x/jetstream.json deleted file mode 100644 index 6d1f1f18790..00000000000 --- a/source/jetstream/3.x/jetstream.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.", - "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.", - "Accept Invitation": "Accept Invitation", - "Add": "Add", - "Add a new team member to your team, allowing them to collaborate with you.": "Add a new team member to your team, allowing them to collaborate with you.", - "Add additional security to your account using two factor authentication.": "Add additional security to your account using two factor authentication.", - "Add Team Member": "Add Team Member", - "Added.": "Added.", - "All of the people that are part of this team.": "All of the people that are part of this team.", - "Already registered?": "Already registered?", - "API Token": "API Token", - "API Token Permissions": "API Token Permissions", - "API Tokens": "API Tokens", - "API tokens allow third-party services to authenticate with our application on your behalf.": "API tokens allow third-party services to authenticate with our application on your behalf.", - "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.", - "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.", - "Are you sure you would like to delete this API token?": "Are you sure you would like to delete this API token?", - "Are you sure you would like to leave this team?": "Are you sure you would like to leave this team?", - "Are you sure you would like to remove this person from the team?": "Are you sure you would like to remove this person from the team?", - "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.", - "Browser Sessions": "Browser Sessions", - "Cancel": "Cancel", - "Click here to re-send the verification email.": "Click here to re-send the verification email.", - "Close": "Close", - "Code": "Code", - "Confirm": "Confirm", - "Confirm Password": "Confirm Password", - "Create": "Create", - "Create a new team to collaborate with others on projects.": "Create a new team to collaborate with others on projects.", - "Create Account": "Create Account", - "Create API Token": "Create API Token", - "Create New Team": "Create New Team", - "Create Team": "Create Team", - "Created.": "Created.", - "Current Password": "Current Password", - "Dashboard": "Dashboard", - "Delete": "Delete", - "Delete Account": "Delete Account", - "Delete API Token": "Delete API Token", - "Delete Team": "Delete Team", - "Disable": "Disable", - "Done.": "Done.", - "Edit Profile": "Edit Profile", - "Email": "Email", - "Email Password Reset Link": "Email Password Reset Link", - "Enable": "Enable", - "Ensure your account is using a long, random password to stay secure.": "Ensure your account is using a long, random password to stay secure.", - "Finish enabling two factor authentication.": "Finish enabling two factor authentication.", - "For your security, please confirm your password to continue.": "For your security, please confirm your password to continue.", - "Forgot your password?": "Forgot your password?", - "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.", - "Great! You have accepted the invitation to join the :team team.": "Great! You have accepted the invitation to join the :team team.", - "I agree to the :terms_of_service and :privacy_policy": "I agree to the :terms_of_service and :privacy_policy", - "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.", - "If you already have an account, you may accept this invitation by clicking the button below:": "If you already have an account, you may accept this invitation by clicking the button below:", - "If you did not expect to receive an invitation to this team, you may discard this email.": "If you did not expect to receive an invitation to this team, you may discard this email.", - "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:", - "Last active": "Last active", - "Last used": "Last used", - "Leave": "Leave", - "Leave Team": "Leave Team", - "Log in": "Log in", - "Log Out": "Log Out", - "Log Out Other Browser Sessions": "Log Out Other Browser Sessions", - "Manage Account": "Manage Account", - "Manage and log out your active sessions on other browsers and devices.": "Manage and log out your active sessions on other browsers and devices.", - "Manage API Tokens": "Manage API Tokens", - "Manage Role": "Manage Role", - "Manage Team": "Manage Team", - "Name": "Name", - "New Password": "New Password", - "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.", - "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.", - "Password": "Password", - "Pending Team Invitations": "Pending Team Invitations", - "Permanently delete this team.": "Permanently delete this team.", - "Permanently delete your account.": "Permanently delete your account.", - "Permissions": "Permissions", - "Photo": "Photo", - "Please confirm access to your account by entering one of your emergency recovery codes.": "Please confirm access to your account by entering one of your emergency recovery codes.", - "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Please confirm access to your account by entering the authentication code provided by your authenticator application.", - "Please copy your new API token. For your security, it won't be shown again.": "Please copy your new API token. For your security, it won't be shown again.", - "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.", - "Please provide the email address of the person you would like to add to this team.": "Please provide the email address of the person you would like to add to this team.", - "Privacy Policy": "Privacy Policy", - "Profile": "Profile", - "Profile Information": "Profile Information", - "Recovery Code": "Recovery Code", - "Regenerate Recovery Codes": "Regenerate Recovery Codes", - "Register": "Register", - "Remember me": "Remember me", - "Remove": "Remove", - "Remove Photo": "Remove Photo", - "Remove Team Member": "Remove Team Member", - "Resend Verification Email": "Resend Verification Email", - "Reset Password": "Reset Password", - "Role": "Role", - "Save": "Save", - "Saved.": "Saved.", - "Select A New Photo": "Select A New Photo", - "Setup Key": "Setup Key", - "Show Recovery Codes": "Show Recovery Codes", - "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.", - "Switch Teams": "Switch Teams", - "Team Details": "Team Details", - "Team Invitation": "Team Invitation", - "Team Members": "Team Members", - "Team Name": "Team Name", - "Team Owner": "Team Owner", - "Team Settings": "Team Settings", - "Terms of Service": "Terms of Service", - "The :attribute must be a valid role.": "The :attribute must be a valid role.", - "The password is incorrect.": "The password is incorrect.", - "The team's name and owner information.": "The team's name and owner information.", - "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.", - "This device": "This device", - "This is a secure area of the application. Please confirm your password before continuing.": "This is a secure area of the application. Please confirm your password before continuing.", - "This password does not match our records.": "This password does not match our records.", - "This user already belongs to the team.": "This user already belongs to the team.", - "This user has already been invited to the team.": "This user has already been invited to the team.", - "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.", - "Token Name": "Token Name", - "Two Factor Authentication": "Two Factor Authentication", - "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.", - "Unknown": "Unknown", - "Update Password": "Update Password", - "Update your account's profile information and email address.": "Update your account's profile information and email address.", - "Use a recovery code": "Use a recovery code", - "Use an authentication code": "Use an authentication code", - "We were unable to find a registered user with this email address.": "We were unable to find a registered user with this email address.", - "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.", - "Whoops! Something went wrong.": "Whoops! Something went wrong.", - "You have been invited to join the :team team!": "You have been invited to join the :team team!", - "You have enabled two factor authentication.": "You have enabled two factor authentication.", - "You have not enabled two factor authentication.": "You have not enabled two factor authentication.", - "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:", - "You may delete any of your existing tokens if they are no longer needed.": "You may delete any of your existing tokens if they are no longer needed.", - "You may not delete your personal team.": "You may not delete your personal team.", - "You may not leave a team that you created.": "You may not leave a team that you created.", - "Your email address is unverified.": "Your email address is unverified." -} diff --git a/source/jetstream/4.x/jetstream.json b/source/jetstream/4.x/jetstream.json deleted file mode 100644 index 6d1f1f18790..00000000000 --- a/source/jetstream/4.x/jetstream.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.", - "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.", - "Accept Invitation": "Accept Invitation", - "Add": "Add", - "Add a new team member to your team, allowing them to collaborate with you.": "Add a new team member to your team, allowing them to collaborate with you.", - "Add additional security to your account using two factor authentication.": "Add additional security to your account using two factor authentication.", - "Add Team Member": "Add Team Member", - "Added.": "Added.", - "All of the people that are part of this team.": "All of the people that are part of this team.", - "Already registered?": "Already registered?", - "API Token": "API Token", - "API Token Permissions": "API Token Permissions", - "API Tokens": "API Tokens", - "API tokens allow third-party services to authenticate with our application on your behalf.": "API tokens allow third-party services to authenticate with our application on your behalf.", - "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.", - "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.", - "Are you sure you would like to delete this API token?": "Are you sure you would like to delete this API token?", - "Are you sure you would like to leave this team?": "Are you sure you would like to leave this team?", - "Are you sure you would like to remove this person from the team?": "Are you sure you would like to remove this person from the team?", - "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.", - "Browser Sessions": "Browser Sessions", - "Cancel": "Cancel", - "Click here to re-send the verification email.": "Click here to re-send the verification email.", - "Close": "Close", - "Code": "Code", - "Confirm": "Confirm", - "Confirm Password": "Confirm Password", - "Create": "Create", - "Create a new team to collaborate with others on projects.": "Create a new team to collaborate with others on projects.", - "Create Account": "Create Account", - "Create API Token": "Create API Token", - "Create New Team": "Create New Team", - "Create Team": "Create Team", - "Created.": "Created.", - "Current Password": "Current Password", - "Dashboard": "Dashboard", - "Delete": "Delete", - "Delete Account": "Delete Account", - "Delete API Token": "Delete API Token", - "Delete Team": "Delete Team", - "Disable": "Disable", - "Done.": "Done.", - "Edit Profile": "Edit Profile", - "Email": "Email", - "Email Password Reset Link": "Email Password Reset Link", - "Enable": "Enable", - "Ensure your account is using a long, random password to stay secure.": "Ensure your account is using a long, random password to stay secure.", - "Finish enabling two factor authentication.": "Finish enabling two factor authentication.", - "For your security, please confirm your password to continue.": "For your security, please confirm your password to continue.", - "Forgot your password?": "Forgot your password?", - "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.", - "Great! You have accepted the invitation to join the :team team.": "Great! You have accepted the invitation to join the :team team.", - "I agree to the :terms_of_service and :privacy_policy": "I agree to the :terms_of_service and :privacy_policy", - "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.", - "If you already have an account, you may accept this invitation by clicking the button below:": "If you already have an account, you may accept this invitation by clicking the button below:", - "If you did not expect to receive an invitation to this team, you may discard this email.": "If you did not expect to receive an invitation to this team, you may discard this email.", - "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:", - "Last active": "Last active", - "Last used": "Last used", - "Leave": "Leave", - "Leave Team": "Leave Team", - "Log in": "Log in", - "Log Out": "Log Out", - "Log Out Other Browser Sessions": "Log Out Other Browser Sessions", - "Manage Account": "Manage Account", - "Manage and log out your active sessions on other browsers and devices.": "Manage and log out your active sessions on other browsers and devices.", - "Manage API Tokens": "Manage API Tokens", - "Manage Role": "Manage Role", - "Manage Team": "Manage Team", - "Name": "Name", - "New Password": "New Password", - "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.", - "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.", - "Password": "Password", - "Pending Team Invitations": "Pending Team Invitations", - "Permanently delete this team.": "Permanently delete this team.", - "Permanently delete your account.": "Permanently delete your account.", - "Permissions": "Permissions", - "Photo": "Photo", - "Please confirm access to your account by entering one of your emergency recovery codes.": "Please confirm access to your account by entering one of your emergency recovery codes.", - "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Please confirm access to your account by entering the authentication code provided by your authenticator application.", - "Please copy your new API token. For your security, it won't be shown again.": "Please copy your new API token. For your security, it won't be shown again.", - "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.", - "Please provide the email address of the person you would like to add to this team.": "Please provide the email address of the person you would like to add to this team.", - "Privacy Policy": "Privacy Policy", - "Profile": "Profile", - "Profile Information": "Profile Information", - "Recovery Code": "Recovery Code", - "Regenerate Recovery Codes": "Regenerate Recovery Codes", - "Register": "Register", - "Remember me": "Remember me", - "Remove": "Remove", - "Remove Photo": "Remove Photo", - "Remove Team Member": "Remove Team Member", - "Resend Verification Email": "Resend Verification Email", - "Reset Password": "Reset Password", - "Role": "Role", - "Save": "Save", - "Saved.": "Saved.", - "Select A New Photo": "Select A New Photo", - "Setup Key": "Setup Key", - "Show Recovery Codes": "Show Recovery Codes", - "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.", - "Switch Teams": "Switch Teams", - "Team Details": "Team Details", - "Team Invitation": "Team Invitation", - "Team Members": "Team Members", - "Team Name": "Team Name", - "Team Owner": "Team Owner", - "Team Settings": "Team Settings", - "Terms of Service": "Terms of Service", - "The :attribute must be a valid role.": "The :attribute must be a valid role.", - "The password is incorrect.": "The password is incorrect.", - "The team's name and owner information.": "The team's name and owner information.", - "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.", - "This device": "This device", - "This is a secure area of the application. Please confirm your password before continuing.": "This is a secure area of the application. Please confirm your password before continuing.", - "This password does not match our records.": "This password does not match our records.", - "This user already belongs to the team.": "This user already belongs to the team.", - "This user has already been invited to the team.": "This user has already been invited to the team.", - "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.", - "Token Name": "Token Name", - "Two Factor Authentication": "Two Factor Authentication", - "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.", - "Unknown": "Unknown", - "Update Password": "Update Password", - "Update your account's profile information and email address.": "Update your account's profile information and email address.", - "Use a recovery code": "Use a recovery code", - "Use an authentication code": "Use an authentication code", - "We were unable to find a registered user with this email address.": "We were unable to find a registered user with this email address.", - "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.", - "Whoops! Something went wrong.": "Whoops! Something went wrong.", - "You have been invited to join the :team team!": "You have been invited to join the :team team!", - "You have enabled two factor authentication.": "You have enabled two factor authentication.", - "You have not enabled two factor authentication.": "You have not enabled two factor authentication.", - "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:", - "You may delete any of your existing tokens if they are no longer needed.": "You may delete any of your existing tokens if they are no longer needed.", - "You may not delete your personal team.": "You may not delete your personal team.", - "You may not leave a team that you created.": "You may not leave a team that you created.", - "Your email address is unverified.": "Your email address is unverified." -} diff --git a/source/lumen-framework/10.x/validation.php b/source/lumen-framework/10.x/validation.php deleted file mode 100644 index 534ef94a76d..00000000000 --- a/source/lumen-framework/10.x/validation.php +++ /dev/null @@ -1,128 +0,0 @@ - 'The :attribute must be accepted.', - 'accepted_if' => 'The :attribute must be accepted when :other is :value.', - 'active_url' => 'The :attribute is not a valid URL.', - 'after' => 'The :attribute must be a date after :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', - 'alpha' => 'The :attribute must only contain letters.', - 'alpha_dash' => 'The :attribute must only contain letters, numbers, dashes and underscores.', - 'alpha_num' => 'The :attribute must only contain letters and numbers.', - 'array' => 'The :attribute must be an array.', - 'attributes' => [], - 'before' => 'The :attribute must be a date before :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', - 'between' => [ - 'array' => 'The :attribute must have between :min and :max items.', - 'file' => 'The :attribute must be between :min and :max kilobytes.', - 'numeric' => 'The :attribute must be between :min and :max.', - 'string' => 'The :attribute must be between :min and :max characters.', - ], - 'boolean' => 'The :attribute field must be true or false.', - 'confirmed' => 'The :attribute confirmation does not match.', - 'current_password' => 'The password is incorrect.', - 'custom' => [ - 'attribute-name' => [ - 'rule-name' => 'custom-message', - ], - ], - 'date' => 'The :attribute is not a valid date.', - 'date_equals' => 'The :attribute must be a date equal to :date.', - 'date_format' => 'The :attribute does not match the format :format.', - 'declined' => 'The :attribute must be declined.', - 'declined_if' => 'The :attribute must be declined when :other is :value.', - 'different' => 'The :attribute and :other must be different.', - 'digits' => 'The :attribute must be :digits digits.', - 'digits_between' => 'The :attribute must be between :min and :max digits.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', - 'email' => 'The :attribute must be a valid email address.', - 'ends_with' => 'The :attribute must end with one of the following: :values.', - 'enum' => 'The selected :attribute is invalid.', - 'exists' => 'The selected :attribute is invalid.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', - 'gt' => [ - 'array' => 'The :attribute must have more than :value items.', - 'file' => 'The :attribute must be greater than :value kilobytes.', - 'numeric' => 'The :attribute must be greater than :value.', - 'string' => 'The :attribute must be greater than :value characters.', - ], - 'gte' => [ - 'array' => 'The :attribute must have :value items or more.', - 'file' => 'The :attribute must be greater than or equal to :value kilobytes.', - 'numeric' => 'The :attribute must be greater than or equal to :value.', - 'string' => 'The :attribute must be greater than or equal to :value characters.', - ], - 'image' => 'The :attribute must be an image.', - 'in' => 'The selected :attribute is invalid.', - 'in_array' => 'The :attribute field does not exist in :other.', - 'integer' => 'The :attribute must be an integer.', - 'ip' => 'The :attribute must be a valid IP address.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', - 'lt' => [ - 'array' => 'The :attribute must have less than :value items.', - 'file' => 'The :attribute must be less than :value kilobytes.', - 'numeric' => 'The :attribute must be less than :value.', - 'string' => 'The :attribute must be less than :value characters.', - ], - 'lte' => [ - 'array' => 'The :attribute must not have more than :value items.', - 'file' => 'The :attribute must be less than or equal to :value kilobytes.', - 'numeric' => 'The :attribute must be less than or equal to :value.', - 'string' => 'The :attribute must be less than or equal to :value characters.', - ], - 'mac_address' => 'The :attribute must be a valid MAC address.', - 'max' => [ - 'array' => 'The :attribute must not have more than :max items.', - 'file' => 'The :attribute must not be greater than :max kilobytes.', - 'numeric' => 'The :attribute must not be greater than :max.', - 'string' => 'The :attribute must not be greater than :max characters.', - ], - 'mimes' => 'The :attribute must be a file of type: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', - 'min' => [ - 'array' => 'The :attribute must have at least :min items.', - 'file' => 'The :attribute must be at least :min kilobytes.', - 'numeric' => 'The :attribute must be at least :min.', - 'string' => 'The :attribute must be at least :min characters.', - ], - 'multiple_of' => 'The :attribute must be a multiple of :value.', - 'not_in' => 'The selected :attribute is invalid.', - 'not_regex' => 'The :attribute format is invalid.', - 'numeric' => 'The :attribute must be a number.', - 'password' => 'The password is incorrect.', - 'present' => 'The :attribute field must be present.', - 'prohibited' => 'The :attribute field is prohibited.', - 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.', - 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.', - 'prohibits' => 'The :attribute field prohibits :other from being present.', - 'regex' => 'The :attribute format is invalid.', - 'required' => 'The :attribute field is required.', - 'required_array_keys' => 'The :attribute field must contain entries for: :values.', - 'required_if' => 'The :attribute field is required when :other is :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', - 'required_with' => 'The :attribute field is required when :values is present.', - 'required_with_all' => 'The :attribute field is required when :values are present.', - 'required_without' => 'The :attribute field is required when :values is not present.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', - 'same' => 'The :attribute and :other must match.', - 'size' => [ - 'array' => 'The :attribute must contain :size items.', - 'file' => 'The :attribute must be :size kilobytes.', - 'numeric' => 'The :attribute must be :size.', - 'string' => 'The :attribute must be :size characters.', - ], - 'starts_with' => 'The :attribute must start with one of the following: :values.', - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid timezone.', - 'unique' => 'The :attribute has already been taken.', - 'uploaded' => 'The :attribute failed to upload.', - 'url' => 'The :attribute must be a valid URL.', - 'uuid' => 'The :attribute must be a valid UUID.', -]; diff --git a/source/lumen-framework/extended.json b/source/lumen-framework/extended.json deleted file mode 100644 index cad176800a0..00000000000 --- a/source/lumen-framework/extended.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:", - "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.", - "The :attribute must contain at least one number.": "The :attribute must contain at least one number.", - "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.", - "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.", - "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute." -} diff --git a/source/lumen-framework/master/validation.php b/source/lumen-framework/master/validation.php deleted file mode 100644 index 534ef94a76d..00000000000 --- a/source/lumen-framework/master/validation.php +++ /dev/null @@ -1,128 +0,0 @@ - 'The :attribute must be accepted.', - 'accepted_if' => 'The :attribute must be accepted when :other is :value.', - 'active_url' => 'The :attribute is not a valid URL.', - 'after' => 'The :attribute must be a date after :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', - 'alpha' => 'The :attribute must only contain letters.', - 'alpha_dash' => 'The :attribute must only contain letters, numbers, dashes and underscores.', - 'alpha_num' => 'The :attribute must only contain letters and numbers.', - 'array' => 'The :attribute must be an array.', - 'attributes' => [], - 'before' => 'The :attribute must be a date before :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', - 'between' => [ - 'array' => 'The :attribute must have between :min and :max items.', - 'file' => 'The :attribute must be between :min and :max kilobytes.', - 'numeric' => 'The :attribute must be between :min and :max.', - 'string' => 'The :attribute must be between :min and :max characters.', - ], - 'boolean' => 'The :attribute field must be true or false.', - 'confirmed' => 'The :attribute confirmation does not match.', - 'current_password' => 'The password is incorrect.', - 'custom' => [ - 'attribute-name' => [ - 'rule-name' => 'custom-message', - ], - ], - 'date' => 'The :attribute is not a valid date.', - 'date_equals' => 'The :attribute must be a date equal to :date.', - 'date_format' => 'The :attribute does not match the format :format.', - 'declined' => 'The :attribute must be declined.', - 'declined_if' => 'The :attribute must be declined when :other is :value.', - 'different' => 'The :attribute and :other must be different.', - 'digits' => 'The :attribute must be :digits digits.', - 'digits_between' => 'The :attribute must be between :min and :max digits.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', - 'email' => 'The :attribute must be a valid email address.', - 'ends_with' => 'The :attribute must end with one of the following: :values.', - 'enum' => 'The selected :attribute is invalid.', - 'exists' => 'The selected :attribute is invalid.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', - 'gt' => [ - 'array' => 'The :attribute must have more than :value items.', - 'file' => 'The :attribute must be greater than :value kilobytes.', - 'numeric' => 'The :attribute must be greater than :value.', - 'string' => 'The :attribute must be greater than :value characters.', - ], - 'gte' => [ - 'array' => 'The :attribute must have :value items or more.', - 'file' => 'The :attribute must be greater than or equal to :value kilobytes.', - 'numeric' => 'The :attribute must be greater than or equal to :value.', - 'string' => 'The :attribute must be greater than or equal to :value characters.', - ], - 'image' => 'The :attribute must be an image.', - 'in' => 'The selected :attribute is invalid.', - 'in_array' => 'The :attribute field does not exist in :other.', - 'integer' => 'The :attribute must be an integer.', - 'ip' => 'The :attribute must be a valid IP address.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', - 'lt' => [ - 'array' => 'The :attribute must have less than :value items.', - 'file' => 'The :attribute must be less than :value kilobytes.', - 'numeric' => 'The :attribute must be less than :value.', - 'string' => 'The :attribute must be less than :value characters.', - ], - 'lte' => [ - 'array' => 'The :attribute must not have more than :value items.', - 'file' => 'The :attribute must be less than or equal to :value kilobytes.', - 'numeric' => 'The :attribute must be less than or equal to :value.', - 'string' => 'The :attribute must be less than or equal to :value characters.', - ], - 'mac_address' => 'The :attribute must be a valid MAC address.', - 'max' => [ - 'array' => 'The :attribute must not have more than :max items.', - 'file' => 'The :attribute must not be greater than :max kilobytes.', - 'numeric' => 'The :attribute must not be greater than :max.', - 'string' => 'The :attribute must not be greater than :max characters.', - ], - 'mimes' => 'The :attribute must be a file of type: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', - 'min' => [ - 'array' => 'The :attribute must have at least :min items.', - 'file' => 'The :attribute must be at least :min kilobytes.', - 'numeric' => 'The :attribute must be at least :min.', - 'string' => 'The :attribute must be at least :min characters.', - ], - 'multiple_of' => 'The :attribute must be a multiple of :value.', - 'not_in' => 'The selected :attribute is invalid.', - 'not_regex' => 'The :attribute format is invalid.', - 'numeric' => 'The :attribute must be a number.', - 'password' => 'The password is incorrect.', - 'present' => 'The :attribute field must be present.', - 'prohibited' => 'The :attribute field is prohibited.', - 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.', - 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.', - 'prohibits' => 'The :attribute field prohibits :other from being present.', - 'regex' => 'The :attribute format is invalid.', - 'required' => 'The :attribute field is required.', - 'required_array_keys' => 'The :attribute field must contain entries for: :values.', - 'required_if' => 'The :attribute field is required when :other is :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', - 'required_with' => 'The :attribute field is required when :values is present.', - 'required_with_all' => 'The :attribute field is required when :values are present.', - 'required_without' => 'The :attribute field is required when :values is not present.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', - 'same' => 'The :attribute and :other must match.', - 'size' => [ - 'array' => 'The :attribute must contain :size items.', - 'file' => 'The :attribute must be :size kilobytes.', - 'numeric' => 'The :attribute must be :size.', - 'string' => 'The :attribute must be :size characters.', - ], - 'starts_with' => 'The :attribute must start with one of the following: :values.', - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid timezone.', - 'unique' => 'The :attribute has already been taken.', - 'uploaded' => 'The :attribute failed to upload.', - 'url' => 'The :attribute must be a valid URL.', - 'uuid' => 'The :attribute must be a valid UUID.', -]; diff --git a/src/Plugin.php b/src/Plugin.php index 0f1497ca6af..5c7fb2e6cb7 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -14,30 +14,20 @@ class Plugin extends Provider protected array $plugins = [ Plugins\Breeze\Master::class, - Plugins\Breeze\V1::class, Plugins\Breeze\V2::class, Plugins\Cashier\Stripe\Master::class, - Plugins\Cashier\Stripe\V13::class, - Plugins\Cashier\Stripe\V14::class, Plugins\Cashier\Stripe\V15::class, Plugins\Fortify\Master::class, Plugins\Fortify\V1::class, Plugins\Jetstream\Master::class, - Plugins\Jetstream\V2::class, - Plugins\Jetstream\V3::class, - Plugins\Jetstream\V4::class, Plugins\Jetstream\V5::class, Plugins\Laravel\Master::class, - Plugins\Laravel\V10::class, Plugins\Laravel\V11::class, - Plugins\Lumen\Master::class, - Plugins\Lumen\V10::class, - Plugins\Nova\LogViewer\Main::class, Plugins\Nova\V4::class, diff --git a/src/Plugins/Breeze/V1.php b/src/Plugins/Breeze/V1.php deleted file mode 100644 index 8778a419268..00000000000 --- a/src/Plugins/Breeze/V1.php +++ /dev/null @@ -1,21 +0,0 @@ - '{locale}.json', - ]; - } -} diff --git a/src/Plugins/Cashier/Stripe/V13.php b/src/Plugins/Cashier/Stripe/V13.php deleted file mode 100644 index 4f7c7a589d5..00000000000 --- a/src/Plugins/Cashier/Stripe/V13.php +++ /dev/null @@ -1,21 +0,0 @@ - '{locale}.json', - ]; - } -} diff --git a/src/Plugins/Cashier/Stripe/V14.php b/src/Plugins/Cashier/Stripe/V14.php deleted file mode 100644 index 5446cad72b0..00000000000 --- a/src/Plugins/Cashier/Stripe/V14.php +++ /dev/null @@ -1,21 +0,0 @@ - '{locale}.json', - ]; - } -} diff --git a/src/Plugins/Jetstream/V2.php b/src/Plugins/Jetstream/V2.php deleted file mode 100644 index 75371f52bd4..00000000000 --- a/src/Plugins/Jetstream/V2.php +++ /dev/null @@ -1,20 +0,0 @@ - '{locale}.json', - 'jetstream/extended.json' => '{locale}.json', - ]; - } -} diff --git a/src/Plugins/Jetstream/V3.php b/src/Plugins/Jetstream/V3.php deleted file mode 100644 index b7d32b69e61..00000000000 --- a/src/Plugins/Jetstream/V3.php +++ /dev/null @@ -1,20 +0,0 @@ - '{locale}.json', - 'jetstream/extended.json' => '{locale}.json', - ]; - } -} diff --git a/src/Plugins/Jetstream/V4.php b/src/Plugins/Jetstream/V4.php deleted file mode 100644 index 410b4a37fa0..00000000000 --- a/src/Plugins/Jetstream/V4.php +++ /dev/null @@ -1,22 +0,0 @@ - '{locale}.json', - 'jetstream/extended.json' => '{locale}.json', - ]; - } -} diff --git a/src/Plugins/Laravel/V10.php b/src/Plugins/Laravel/V10.php deleted file mode 100644 index 62760ba7642..00000000000 --- a/src/Plugins/Laravel/V10.php +++ /dev/null @@ -1,26 +0,0 @@ - '{locale}.json', - - 'framework/extended.json' => '{locale}.json', - - 'framework/10.x/auth.php' => '{locale}/auth.php', - 'framework/10.x/pagination.php' => '{locale}/pagination.php', - 'framework/10.x/passwords.php' => '{locale}/passwords.php', - 'framework/10.x/validation.php' => '{locale}/validation.php', - ]; - } -} diff --git a/src/Plugins/Lumen/Master.php b/src/Plugins/Lumen/Master.php deleted file mode 100644 index f412e16988f..00000000000 --- a/src/Plugins/Lumen/Master.php +++ /dev/null @@ -1,21 +0,0 @@ - '{locale}.json', - - 'lumen-framework/master/validation.php' => '{locale}/validation.php', - ]; - } -} diff --git a/src/Plugins/Lumen/V10.php b/src/Plugins/Lumen/V10.php deleted file mode 100644 index 035562d32f7..00000000000 --- a/src/Plugins/Lumen/V10.php +++ /dev/null @@ -1,21 +0,0 @@ - '{locale}.json', - - 'lumen-framework/10.x/validation.php' => '{locale}/validation.php', - ]; - } -} From ad4779fae339072cedb1ddc241be5b64df52edae Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Fri, 22 Mar 2024 21:06:42 +0300 Subject: [PATCH 2/3] Added multiple selection for key --- composer.json | 2 +- locales/af/json.json | 2 +- locales/ak/json.json | 2 +- locales/am/json.json | 2 +- locales/ar/json.json | 2 +- locales/as/json.json | 2 +- locales/az/json.json | 2 +- locales/be/json.json | 2 +- locales/bg/json.json | 2 +- locales/bho/json.json | 2 +- locales/bm/json.json | 2 +- locales/bn/json.json | 2 +- locales/bs/json.json | 2 +- locales/ca/json.json | 2 +- locales/ceb/json.json | 2 +- locales/ckb/json.json | 2 +- locales/cs/json.json | 2 +- locales/cy/json.json | 2 +- locales/da/json.json | 2 +- locales/de/json.json | 2 +- locales/de_CH/json.json | 2 +- locales/doi/json.json | 2 +- locales/ee/json.json | 2 +- locales/el/json.json | 2 +- locales/en/json.json | 2 +- locales/eo/json.json | 2 +- locales/es/json.json | 2 +- locales/et/json.json | 2 +- locales/eu/json.json | 2 +- locales/fa/json.json | 2 +- locales/fi/json.json | 2 +- locales/fil/json.json | 2 +- locales/fr/json.json | 2 +- locales/fy/json.json | 2 +- locales/ga/json.json | 2 +- locales/gd/json.json | 2 +- locales/gl/json.json | 2 +- locales/gu/json.json | 2 +- locales/ha/json.json | 2 +- locales/haw/json.json | 2 +- locales/he/json.json | 2 +- locales/hi/json.json | 2 +- locales/hr/json.json | 2 +- locales/hu/json.json | 2 +- locales/hy/json.json | 2 +- locales/id/json.json | 2 +- locales/ig/json.json | 2 +- locales/is/json.json | 2 +- locales/it/json.json | 2 +- locales/ja/json.json | 2 +- locales/ka/json.json | 2 +- locales/kk/json.json | 2 +- locales/km/json.json | 2 +- locales/kn/json.json | 2 +- locales/ko/json.json | 2 +- locales/ku/json.json | 2 +- locales/ky/json.json | 2 +- locales/lb/json.json | 2 +- locales/lg/json.json | 2 +- locales/ln/json.json | 2 +- locales/lo/json.json | 2 +- locales/lt/json.json | 2 +- locales/lv/json.json | 2 +- locales/mai/json.json | 2 +- locales/mg/json.json | 2 +- locales/mi/json.json | 2 +- locales/mk/json.json | 2 +- locales/ml/json.json | 2 +- locales/mn/json.json | 2 +- locales/mni_Mtei/json.json | 2 +- locales/mr/json.json | 2 +- locales/ms/json.json | 2 +- locales/mt/json.json | 2 +- locales/my/json.json | 2 +- locales/nb/json.json | 2 +- locales/ne/json.json | 2 +- locales/nl/json.json | 2 +- locales/nn/json.json | 2 +- locales/oc/json.json | 2 +- locales/om/json.json | 2 +- locales/or/json.json | 2 +- locales/pa/json.json | 2 +- locales/pl/json.json | 2 +- locales/ps/json.json | 2 +- locales/pt/json.json | 2 +- locales/pt_BR/json.json | 2 +- locales/qu/json.json | 2 +- locales/ro/json.json | 2 +- locales/ru/json.json | 2 +- locales/rw/json.json | 2 +- locales/sa/json.json | 2 +- locales/sc/json.json | 2 +- locales/sd/json.json | 2 +- locales/si/json.json | 2 +- locales/sk/json.json | 2 +- locales/sl/json.json | 2 +- locales/sn/json.json | 2 +- locales/so/json.json | 2 +- locales/sq/json.json | 2 +- locales/sr_Cyrl/json.json | 2 +- locales/sr_Latn/json.json | 2 +- locales/sr_Latn_ME/json.json | 2 +- locales/su/json.json | 2 +- locales/sv/json.json | 2 +- locales/sw/json.json | 2 +- locales/ta/json.json | 2 +- locales/te/json.json | 2 +- locales/tg/json.json | 2 +- locales/th/json.json | 2 +- locales/ti/json.json | 2 +- locales/tk/json.json | 2 +- locales/tl/json.json | 2 +- locales/tr/json.json | 2 +- locales/tt/json.json | 2 +- locales/ug/json.json | 2 +- locales/uk/json.json | 2 +- locales/ur/json.json | 2 +- locales/uz_Cyrl/json.json | 2 +- locales/uz_Latn/json.json | 2 +- locales/vi/json.json | 2 +- locales/xh/json.json | 2 +- locales/yi/json.json | 2 +- locales/yo/json.json | 2 +- locales/zh_CN/json.json | 2 +- locales/zh_HK/json.json | 2 +- locales/zh_TW/json.json | 2 +- locales/zu/json.json | 2 +- source/framework/11.x/framework.json | 3 +++ source/framework/extended.json | 1 - source/framework/master/framework.json | 3 +++ 130 files changed, 133 insertions(+), 128 deletions(-) diff --git a/composer.json b/composer.json index 1ebef25cf61..cefe1e0bfd3 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "laravel-lang/publisher": "^16.0" }, "require-dev": { - "laravel-lang/status-generator": "^2.0", + "laravel-lang/status-generator": "^2.10.2", "phpunit/phpunit": "^10.0", "symfony/var-dumper": "^7.0" }, diff --git a/locales/af/json.json b/locales/af/json.json index 39004810e3e..a459b8f40a5 100644 --- a/locales/af/json.json +++ b/locales/af/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(en nog :count foute)", - "(and :count more errors)": "(en nog :count foute)", + "(and :count more errors)": "(en nog :count foute)|(en nog :count foute)|(en nog :count foute)", "30 Days": "30 Dae", "365 Days": "365 dae", "60 Days": "60 Dae", diff --git a/locales/ak/json.json b/locales/ak/json.json index b00c88e4212..0abf807309c 100644 --- a/locales/ak/json.json +++ b/locales/ak/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(ne mfomso afoforo :count)", - "(and :count more errors)": "(ne mfomso afoforo :count)", + "(and :count more errors)": "(ne mfomso afoforo :count)|(ne mfomso afoforo :count)|(ne mfomso afoforo :count)", "30 Days": "Nnafua 30", "365 Days": "Nnafua 365", "60 Days": "Nnafua 60", diff --git a/locales/am/json.json b/locales/am/json.json index b20e392713b..1de608cbca6 100644 --- a/locales/am/json.json +++ b/locales/am/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(እና :count ተጨማሪ ስህተት)", - "(and :count more errors)": "(እና :count ተጨማሪ ስህተቶች)", + "(and :count more errors)": "(እና :count ተጨማሪ ስህተት)|(እና :count ተጨማሪ ስህተቶች)|(እና :count ተጨማሪ ስህተቶች)", "30 Days": "30 ቀናት", "365 Days": "365 ቀናት", "60 Days": "60 ቀናት", diff --git a/locales/ar/json.json b/locales/ar/json.json index 8645e32d5fe..43eed676088 100644 --- a/locales/ar/json.json +++ b/locales/ar/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(و :count خطأ إضافي)", - "(and :count more errors)": "(و :count أخطاء إضافية)", + "(and :count more errors)": "(و :count خطأ إضافي)|(و :count أخطاء إضافية)|(و :count أخطاء إضافية)", "30 Days": "30 يوم", "365 Days": "365 يوما", "60 Days": "60 يوم", diff --git a/locales/as/json.json b/locales/as/json.json index c7ada0c315b..b691814017e 100644 --- a/locales/as/json.json +++ b/locales/as/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(আৰু আৰু ১০টা ভুল)", - "(and :count more errors)": "(আৰু আৰু ১০টা ভুল)", + "(and :count more errors)": "(আৰু আৰু ১০টা ভুল)|(আৰু আৰু ১০টা ভুল)|(আৰু আৰু ১০টা ভুল)", "30 Days": "৩০ দিন", "365 Days": "৩৬৫ দিন", "60 Days": "৬০ দিন", diff --git a/locales/az/json.json b/locales/az/json.json index 4f824f8f02d..657e3ed93d0 100644 --- a/locales/az/json.json +++ b/locales/az/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(və :count çox səhv saymaq)", - "(and :count more errors)": "(və :count çox səhv sayın)", + "(and :count more errors)": "(və :count çox səhv saymaq)|(və :count çox səhv sayın)|(və :count çox səhv sayın)", "30 Days": "30 Gün", "365 Days": "365 gün", "60 Days": "60 Gün", diff --git a/locales/be/json.json b/locales/be/json.json index 2738360c788..9de2857891e 100644 --- a/locales/be/json.json +++ b/locales/be/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(і яшчэ :count памылак)", - "(and :count more errors)": "(і яшчэ :count памылак)", + "(and :count more errors)": "(і яшчэ :count памылак)|(і яшчэ :count памылак)|(і яшчэ :count памылак)", "30 Days": "30 дзён", "365 Days": "365 дзён", "60 Days": "60 дзён", diff --git a/locales/bg/json.json b/locales/bg/json.json index 40d496e3e95..725d6f75b72 100644 --- a/locales/bg/json.json +++ b/locales/bg/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(и още :count грешки)", - "(and :count more errors)": "(и още :count грешки)", + "(and :count more errors)": "(и още :count грешки)|(и още :count грешки)|(и още :count грешки)", "30 Days": "30 дни", "365 Days": "365 дни", "60 Days": "60 дни", diff --git a/locales/bho/json.json b/locales/bho/json.json index 130748b33ff..bf4d6d25438 100644 --- a/locales/bho/json.json +++ b/locales/bho/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(आ :count गो अउरी त्रुटि)", - "(and :count more errors)": "(आ :count गो अउरी गलती)", + "(and :count more errors)": "(आ :count गो अउरी त्रुटि)|(आ :count गो अउरी गलती)|(आ :count गो अउरी गलती)", "30 Days": "30 दिन के बा", "365 Days": "365 दिन के बा", "60 Days": "60 दिन के बा", diff --git a/locales/bm/json.json b/locales/bm/json.json index 3c3c34dff06..f1d4e2b5636 100644 --- a/locales/bm/json.json +++ b/locales/bm/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(ani fili :count wɛrɛw)", - "(and :count more errors)": "(ani fili :count wɛrɛw)", + "(and :count more errors)": "(ani fili :count wɛrɛw)|(ani fili :count wɛrɛw)|(ani fili :count wɛrɛw)", "30 Days": "Tile 30 Kɛ", "365 Days": "Tile 365 ye", "60 Days": "Tile 60 Kɛ", diff --git a/locales/bn/json.json b/locales/bn/json.json index df29d5b54f1..02d6a9f00dd 100644 --- a/locales/bn/json.json +++ b/locales/bn/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(এবং আরও :count টি ত্রুটি)", - "(and :count more errors)": "(এবং আরও :count টি ত্রুটিসমূহ)", + "(and :count more errors)": "(এবং আরও :count টি ত্রুটি)|(এবং আরও :count টি ত্রুটিসমূহ)|(এবং আরও :count টি ত্রুটিসমূহ)", "30 Days": "৩০ দিন", "365 Days": "৩৬৫ দিন", "60 Days": "৬০ দিন", diff --git a/locales/bs/json.json b/locales/bs/json.json index e350a7e5911..ff58a1a1a8c 100644 --- a/locales/bs/json.json +++ b/locales/bs/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(i još :count grešaka)", - "(and :count more errors)": "(i još :count grešaka)", + "(and :count more errors)": "(i još :count grešaka)|(i još :count grešaka)|(i još :count grešaka)", "30 Days": "30 dana", "365 Days": "365 dana", "60 Days": "60 dana", diff --git a/locales/ca/json.json b/locales/ca/json.json index 343128ba9e4..28d8e540468 100644 --- a/locales/ca/json.json +++ b/locales/ca/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(i :count error més)", - "(and :count more errors)": "(i :count errors més)", + "(and :count more errors)": "(i :count error més)|(i :count errors més)|(i :count errors més)", "30 Days": "30 Dies", "365 Days": "365 dies", "60 Days": "60 Dies", diff --git a/locales/ceb/json.json b/locales/ceb/json.json index 1316ccee6f4..9b1396bc514 100644 --- a/locales/ceb/json.json +++ b/locales/ceb/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(ug :count pa ka sayop)", - "(and :count more errors)": "(ug :count pa ka sayop)", + "(and :count more errors)": "(ug :count pa ka sayop)|(ug :count pa ka sayop)|(ug :count pa ka sayop)", "30 Days": "30 ka adlaw", "365 Days": "365 ka adlaw", "60 Days": "60 ka adlaw", diff --git a/locales/ckb/json.json b/locales/ckb/json.json index 8e66f5c6ab7..7e3de40b6ee 100644 --- a/locales/ckb/json.json +++ b/locales/ckb/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(و ١٠ هەڵەی تر)", - "(and :count more errors)": "(و ١٠ هەڵەی تر)", + "(and :count more errors)": "(و ١٠ هەڵەی تر)|(و ١٠ هەڵەی تر)|(و ١٠ هەڵەی تر)", "30 Days": "٣٠ رۆژ", "365 Days": "٣٦٥ ڕۆژ", "60 Days": "٦٠ ڕۆژ", diff --git a/locales/cs/json.json b/locales/cs/json.json index 867f0bc4b64..1af6cd64d6f 100644 --- a/locales/cs/json.json +++ b/locales/cs/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(a :count dalších chyb)", - "(and :count more errors)": "(a :count dalších chyb)", + "(and :count more errors)": "(a :count dalších chyb)|(a :count dalších chyb)|(a :count dalších chyb)", "30 Days": "30 dní", "365 Days": "365 dní", "60 Days": "60 dní", diff --git a/locales/cy/json.json b/locales/cy/json.json index a097f74f9b5..bad791a6d68 100644 --- a/locales/cy/json.json +++ b/locales/cy/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(a :count gwall arall)", - "(and :count more errors)": "(a :count arall o wallau)", + "(and :count more errors)": "(a :count gwall arall)|(a :count arall o wallau)|(a :count arall o wallau)", "30 Days": "30 Diwrnod", "365 Days": "365 Dydd", "60 Days": "60 Diwrnodau", diff --git a/locales/da/json.json b/locales/da/json.json index 90e3dd5361b..0cef2e7ee97 100644 --- a/locales/da/json.json +++ b/locales/da/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(og :count fejl mere)", - "(and :count more errors)": "(og :count fejl mere)", + "(and :count more errors)": "(og :count fejl mere)|(og :count fejl mere)|(og :count fejl mere)", "30 Days": "30 dage", "365 Days": "365 dage", "60 Days": "60 dage", diff --git a/locales/de/json.json b/locales/de/json.json index 2b0915fe6f0..bb04b3a88d1 100644 --- a/locales/de/json.json +++ b/locales/de/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(und :count weiterer Fehler)", - "(and :count more errors)": "(und :count weitere Fehler)", + "(and :count more errors)": "(und :count weiterer Fehler)|(und :count weitere Fehler)|(und :count weitere Fehler)", "30 Days": "30 Tage", "365 Days": "365 Tage", "60 Days": "60 Tage", diff --git a/locales/de_CH/json.json b/locales/de_CH/json.json index 318653a9430..f9b1281e2f5 100644 --- a/locales/de_CH/json.json +++ b/locales/de_CH/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(und :count weitere Fehler)", - "(and :count more errors)": "(und :count weitere Fehler)", + "(and :count more errors)": "(und :count weitere Fehler)|(und :count weitere Fehler)|(und :count weitere Fehler)", "30 Days": "30 Tage", "365 Days": "365 Tage", "60 Days": "60 Tage", diff --git a/locales/doi/json.json b/locales/doi/json.json index 244bd1ab20c..0d50c593d24 100644 --- a/locales/doi/json.json +++ b/locales/doi/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(और :count होर त्रुटियां)", - "(and :count more errors)": "(और :count होर त्रुटियां)", + "(and :count more errors)": "(और :count होर त्रुटियां)|(और :count होर त्रुटियां)|(और :count होर त्रुटियां)", "30 Days": "30 दिन दा", "365 Days": "३६५ दिन दा", "60 Days": "60 दिन दा", diff --git a/locales/ee/json.json b/locales/ee/json.json index 07e9a98944f..54bafc30ee5 100644 --- a/locales/ee/json.json +++ b/locales/ee/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(kple vodada :count bubuwo)", - "(and :count more errors)": "(kple vodada :count bubuwo)", + "(and :count more errors)": "(kple vodada :count bubuwo)|(kple vodada :count bubuwo)|(kple vodada :count bubuwo)", "30 Days": "Ŋkeke 30 lia", "365 Days": "Ŋkeke 365. Ŋkeke 365", "60 Days": "Ŋkeke 60. Ŋkeke 60", diff --git a/locales/el/json.json b/locales/el/json.json index a3382f2de0d..9b0c84a26d7 100644 --- a/locales/el/json.json +++ b/locales/el/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(και άλλα :count σφάλματα)", - "(and :count more errors)": "(και άλλα :count λάθη)", + "(and :count more errors)": "(και άλλα :count σφάλματα)|(και άλλα :count λάθη)|(και άλλα :count λάθη)", "30 Days": "30 ημέρες", "365 Days": "365 Ημέρες", "60 Days": "60 ημέρες", diff --git a/locales/en/json.json b/locales/en/json.json index 57712641c74..fce79b36e84 100644 --- a/locales/en/json.json +++ b/locales/en/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(and :count more error)", - "(and :count more errors)": "(and :count more errors)", + "(and :count more errors)": "(and :count more error)|(and :count more errors)|(and :count more errors)", "30 Days": "30 Days", "365 Days": "365 Days", "60 Days": "60 Days", diff --git a/locales/eo/json.json b/locales/eo/json.json index aad77b48b5b..697ea23af93 100644 --- a/locales/eo/json.json +++ b/locales/eo/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(kaj :count pliaj eraroj)", - "(and :count more errors)": "(kaj :count pliaj eraroj)", + "(and :count more errors)": "(kaj :count pliaj eraroj)|(kaj :count pliaj eraroj)|(kaj :count pliaj eraroj)", "30 Days": "30 Tagoj", "365 Days": "365 Tagoj", "60 Days": "60 Tagoj", diff --git a/locales/es/json.json b/locales/es/json.json index 0d883b2d232..9825726f98e 100644 --- a/locales/es/json.json +++ b/locales/es/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(y :count error más)", - "(and :count more errors)": "(y :count errores más)", + "(and :count more errors)": "(y :count error más)|(y :count errores más)|(y :count errores más)", "30 Days": "30 Días", "365 Days": "365 días", "60 Days": "60 Días", diff --git a/locales/et/json.json b/locales/et/json.json index 08910d947ba..5f01071969d 100644 --- a/locales/et/json.json +++ b/locales/et/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(ja veel :count viga)", - "(and :count more errors)": "(ja veel :count viga)", + "(and :count more errors)": "(ja veel :count viga)|(ja veel :count viga)|(ja veel :count viga)", "30 Days": "30 päeva", "365 Days": "365 päeva", "60 Days": "60 päeva", diff --git a/locales/eu/json.json b/locales/eu/json.json index 4e17644620c..be7130b4221 100644 --- a/locales/eu/json.json +++ b/locales/eu/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(eta :count errore gehiago)", - "(and :count more errors)": "(eta :count akats gehiago)", + "(and :count more errors)": "(eta :count errore gehiago)|(eta :count akats gehiago)|(eta :count akats gehiago)", "30 Days": "30 Egun", "365 Days": "365 Egun", "60 Days": "60 Egun", diff --git a/locales/fa/json.json b/locales/fa/json.json index 0011b74033e..e3ab8435dd2 100644 --- a/locales/fa/json.json +++ b/locales/fa/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(و :count خطای دیگر)", - "(and :count more errors)": "(و :count خطای دیگر)", + "(and :count more errors)": "(و :count خطای دیگر)|(و :count خطای دیگر)|(و :count خطای دیگر)", "30 Days": "30 روز", "365 Days": "365 روز", "60 Days": "60 روز", diff --git a/locales/fi/json.json b/locales/fi/json.json index 1d30e2d8c46..5431a500d14 100644 --- a/locales/fi/json.json +++ b/locales/fi/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(ja :count muuta virhettä)", - "(and :count more errors)": "(ja :count muuta virhettä)", + "(and :count more errors)": "(ja :count muuta virhettä)|(ja :count muuta virhettä)|(ja :count muuta virhettä)", "30 Days": "30 päivää", "365 Days": "365 päivää", "60 Days": "60 päivää", diff --git a/locales/fil/json.json b/locales/fil/json.json index 65a3eb34453..8d78ccaeb48 100644 --- a/locales/fil/json.json +++ b/locales/fil/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(at :count pang error)", - "(and :count more errors)": "(at :count pang error)", + "(and :count more errors)": "(at :count pang error)|(at :count pang error)|(at :count pang error)", "30 Days": "30 Araw", "365 Days": "365 Araw", "60 Days": "60 Araw", diff --git a/locales/fr/json.json b/locales/fr/json.json index eaecf454a10..8215ea05c82 100644 --- a/locales/fr/json.json +++ b/locales/fr/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(et :count erreur en plus)", - "(and :count more errors)": "(et :count erreurs en plus)", + "(and :count more errors)": "(et :count erreur en plus)|(et :count erreurs en plus)|(et :count erreurs en plus)", "30 Days": "30 jours", "365 Days": "365 jours", "60 Days": "60 jours", diff --git a/locales/fy/json.json b/locales/fy/json.json index bfee6bcb284..13537f8aed4 100644 --- a/locales/fy/json.json +++ b/locales/fy/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(en noch :count fouten)", - "(and :count more errors)": "(en noch :count flaters)", + "(and :count more errors)": "(en noch :count fouten)|(en noch :count flaters)|(en noch :count flaters)", "30 Days": "30 dagen", "365 Days": "365 dagen", "60 Days": "60 dagen", diff --git a/locales/ga/json.json b/locales/ga/json.json index 4a8bb6fc635..581e38c39de 100644 --- a/locales/ga/json.json +++ b/locales/ga/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(agus :count gcinn eile earráid)", - "(and :count more errors)": "(agus :count n-earráid eile)", + "(and :count more errors)": "(agus :count gcinn eile earráid)|(agus :count n-earráid eile)|(agus :count n-earráid eile)", "30 Days": "30 Lá", "365 Days": "365 Laethanta", "60 Days": "60 Laethanta", diff --git a/locales/gd/json.json b/locales/gd/json.json index 8cbd3940a7d..6291ce04b04 100644 --- a/locales/gd/json.json +++ b/locales/gd/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(agus :count mearachd eile)", - "(and :count more errors)": "(agus :count mearachdan eile)", + "(and :count more errors)": "(agus :count mearachd eile)|(agus :count mearachdan eile)|(agus :count mearachdan eile)", "30 Days": "30 Làithean", "365 Days": "365 Làithean", "60 Days": "60 Làithean", diff --git a/locales/gl/json.json b/locales/gl/json.json index 2045fd41a39..66bb98ecb74 100644 --- a/locales/gl/json.json +++ b/locales/gl/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(e :count erros máis)", - "(and :count more errors)": "(e :count erros máis)", + "(and :count more errors)": "(e :count erros máis)|(e :count erros máis)|(e :count erros máis)", "30 Days": "30 Días", "365 Days": "365 días", "60 Days": "De 60 Días", diff --git a/locales/gu/json.json b/locales/gu/json.json index 5e8ae84acef..542e561a1b0 100644 --- a/locales/gu/json.json +++ b/locales/gu/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(અને :count વધુ ભૂલ)", - "(and :count more errors)": "(અને :count વધુ ભૂલો)", + "(and :count more errors)": "(અને :count વધુ ભૂલ)|(અને :count વધુ ભૂલો)|(અને :count વધુ ભૂલો)", "30 Days": "30 દિવસ", "365 Days": "365 દિવસો", "60 Days": "60 દિવસ", diff --git a/locales/ha/json.json b/locales/ha/json.json index f0bf64c8ffd..ba90277fb49 100644 --- a/locales/ha/json.json +++ b/locales/ha/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(da karin kuskure :count)", - "(and :count more errors)": "(da ƙarin kurakurai :count)", + "(and :count more errors)": "(da karin kuskure :count)|(da ƙarin kurakurai :count)|(da ƙarin kurakurai :count)", "30 Days": "Kwanaki 30", "365 Days": "Kwanaki 365", "60 Days": "Kwanaki 60", diff --git a/locales/haw/json.json b/locales/haw/json.json index d29cc8cad79..66769c1a889 100644 --- a/locales/haw/json.json +++ b/locales/haw/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(a he :count hewa hou aku)", - "(and :count more errors)": "(a he :count hewa hou aku)", + "(and :count more errors)": "(a he :count hewa hou aku)|(a he :count hewa hou aku)|(a he :count hewa hou aku)", "30 Days": "30 mau lā", "365 Days": "365 mau lā", "60 Days": "60 La", diff --git a/locales/he/json.json b/locales/he/json.json index a244d69dbae..e38ff551791 100644 --- a/locales/he/json.json +++ b/locales/he/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(ועוד :count שגיאות)", - "(and :count more errors)": "(ועוד :count שגיאות)", + "(and :count more errors)": "(ועוד :count שגיאות)|(ועוד :count שגיאות)|(ועוד :count שגיאות)", "30 Days": "30 ימים", "365 Days": "365 ימים", "60 Days": "60 ימים", diff --git a/locales/hi/json.json b/locales/hi/json.json index 739a890f6c4..0286eb1d223 100644 --- a/locales/hi/json.json +++ b/locales/hi/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(और :count और त्रुटि)", - "(and :count more errors)": "(और :count और त्रुटियां)", + "(and :count more errors)": "(और :count और त्रुटि)|(और :count और त्रुटियां)|(और :count और त्रुटियां)", "30 Days": "30 दिन", "365 Days": "365 दिन", "60 Days": "60 दिन", diff --git a/locales/hr/json.json b/locales/hr/json.json index a4ccfaa3092..1be3a08c9d4 100644 --- a/locales/hr/json.json +++ b/locales/hr/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(i još :count greška)", - "(and :count more errors)": "(i još :count grešaka)", + "(and :count more errors)": "(i još :count greška)|(i još :count grešaka)|(i još :count grešaka)", "30 Days": "30 dana", "365 Days": "365 dana", "60 Days": "60 dana", diff --git a/locales/hu/json.json b/locales/hu/json.json index 9ba5892fe4c..810a6ba41af 100644 --- a/locales/hu/json.json +++ b/locales/hu/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(és még :count hiba)", - "(and :count more errors)": "(és még :count hiba)", + "(and :count more errors)": "(és még :count hiba)|(és még :count hiba)|(és még :count hiba)", "30 Days": "30 nap", "365 Days": "365 nap", "60 Days": "60 nap", diff --git a/locales/hy/json.json b/locales/hy/json.json index bdf2409795d..4878fd10370 100644 --- a/locales/hy/json.json +++ b/locales/hy/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(և ևս :count սխալ)", - "(and :count more errors)": "(և ևս :count սխալ)", + "(and :count more errors)": "(և ևս :count սխալ)|(և ևս :count սխալ)|(և ևս :count սխալ)", "30 Days": "30 օր", "365 Days": "365 օր", "60 Days": "60 օր", diff --git a/locales/id/json.json b/locales/id/json.json index 06d2b96617b..0125ed05392 100644 --- a/locales/id/json.json +++ b/locales/id/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(dan :count kesalahan lainnya)", - "(and :count more errors)": "(dan :count kesalahan lainnya)", + "(and :count more errors)": "(dan :count kesalahan lainnya)|(dan :count kesalahan lainnya)|(dan :count kesalahan lainnya)", "30 Days": "30 Hari", "365 Days": "365 Hari", "60 Days": "60 Hari", diff --git a/locales/ig/json.json b/locales/ig/json.json index bf9f0d9d8e4..f3ca160c25c 100644 --- a/locales/ig/json.json +++ b/locales/ig/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(na njehie :count ọzọ)", - "(and :count more errors)": "(na njehie :count ọzọ)", + "(and :count more errors)": "(na njehie :count ọzọ)|(na njehie :count ọzọ)|(na njehie :count ọzọ)", "30 Days": "Ụbọchị 30", "365 Days": "Ụbọchị 365", "60 Days": "Ụbọchị 60", diff --git a/locales/is/json.json b/locales/is/json.json index 17b1879cd04..11c8656fada 100644 --- a/locales/is/json.json +++ b/locales/is/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(og :count villur í viðbót)", - "(and :count more errors)": "(og :count villur í viðbót)", + "(and :count more errors)": "(og :count villur í viðbót)|(og :count villur í viðbót)|(og :count villur í viðbót)", "30 Days": "30 Daga", "365 Days": "365 dagar", "60 Days": "60 Daga", diff --git a/locales/it/json.json b/locales/it/json.json index a7bc98e26bf..fa63aa7e70d 100644 --- a/locales/it/json.json +++ b/locales/it/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(e :count altro errore)", - "(and :count more errors)": "(e :count altri errori)", + "(and :count more errors)": "(e :count altro errore)|(e :count altri errori)|(e :count altri errori)", "30 Days": "30 Giorni", "365 Days": "365 giorni", "60 Days": "60 Giorni", diff --git a/locales/ja/json.json b/locales/ja/json.json index 029ec14b8ff..cbb3d7339c1 100644 --- a/locales/ja/json.json +++ b/locales/ja/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(その他、:countエラーあり)", - "(and :count more errors)": "(その他、:countエラーあり)", + "(and :count more errors)": "(その他、:countエラーあり)|(その他、:countエラーあり)|(その他、:countエラーあり)", "30 Days": "30日", "365 Days": "365日", "60 Days": "60日", diff --git a/locales/ka/json.json b/locales/ka/json.json index 2fcde354af4..1db64e5e545 100644 --- a/locales/ka/json.json +++ b/locales/ka/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(და კიდევ :count შეცდომა)", - "(and :count more errors)": "(და კიდევ :count შეცდომა)", + "(and :count more errors)": "(და კიდევ :count შეცდომა)|(და კიდევ :count შეცდომა)|(და კიდევ :count შეცდომა)", "30 Days": "30 დღე", "365 Days": "365 დღე", "60 Days": "60 დღე", diff --git a/locales/kk/json.json b/locales/kk/json.json index b054d9a5a3c..c0bf12602e0 100644 --- a/locales/kk/json.json +++ b/locales/kk/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(және тағы :count қате)", - "(and :count more errors)": "(және тағы :count қате)", + "(and :count more errors)": "(және тағы :count қате)|(және тағы :count қате)|(және тағы :count қате)", "30 Days": "30 күн", "365 Days": "365 күн", "60 Days": "60 күн", diff --git a/locales/km/json.json b/locales/km/json.json index f4dcb42450a..222a63c0dd7 100644 --- a/locales/km/json.json +++ b/locales/km/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(និង :count កំហុសបន្ថែមទៀត)", - "(and :count more errors)": "(និង :count កំហុសបន្ថែមទៀត)", + "(and :count more errors)": "(និង :count កំហុសបន្ថែមទៀត)|(និង :count កំហុសបន្ថែមទៀត)|(និង :count កំហុសបន្ថែមទៀត)", "30 Days": "៣០ ថ្ងៃ", "365 Days": "365 ថ្ងៃ។", "60 Days": "៦០ ថ្ងៃ", diff --git a/locales/kn/json.json b/locales/kn/json.json index ac18ac98dbe..1ddbabc571d 100644 --- a/locales/kn/json.json +++ b/locales/kn/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(ಮತ್ತು :count ಹೆಚ್ಚಿನ ದೋಷಗಳು)", - "(and :count more errors)": "(ಮತ್ತು :count ಹೆಚ್ಚಿನ ದೋಷಗಳು)", + "(and :count more errors)": "(ಮತ್ತು :count ಹೆಚ್ಚಿನ ದೋಷಗಳು)|(ಮತ್ತು :count ಹೆಚ್ಚಿನ ದೋಷಗಳು)|(ಮತ್ತು :count ಹೆಚ್ಚಿನ ದೋಷಗಳು)", "30 Days": "30 ದಿನಗಳ", "365 Days": "365 ದಿನಗಳು", "60 Days": "60 ದಿನಗಳ", diff --git a/locales/ko/json.json b/locales/ko/json.json index fcfe9451788..aedc7ddd1e5 100644 --- a/locales/ko/json.json +++ b/locales/ko/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(그리고 :count개 이상의 오류)", - "(and :count more errors)": "(그리고 :count개 이상의 오류)", + "(and :count more errors)": "(그리고 :count개 이상의 오류)|(그리고 :count개 이상의 오류)|(그리고 :count개 이상의 오류)", "30 Days": "30 일", "365 Days": "365일", "60 Days": "60 일", diff --git a/locales/ku/json.json b/locales/ku/json.json index 8489c990389..c939496ddd9 100644 --- a/locales/ku/json.json +++ b/locales/ku/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(û :count xeletiyên din)", - "(and :count more errors)": "(û :count xeletiyên din)", + "(and :count more errors)": "(û :count xeletiyên din)|(û :count xeletiyên din)|(û :count xeletiyên din)", "30 Days": "30 Roj", "365 Days": "365 Roj", "60 Days": "60 Roj", diff --git a/locales/ky/json.json b/locales/ky/json.json index 742fca5be26..f4348953e94 100644 --- a/locales/ky/json.json +++ b/locales/ky/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(жана дагы :count ката)", - "(and :count more errors)": "(жана дагы :count ката)", + "(and :count more errors)": "(жана дагы :count ката)|(жана дагы :count ката)|(жана дагы :count ката)", "30 Days": "30 күн", "365 Days": "365 күн", "60 Days": "60 күн", diff --git a/locales/lb/json.json b/locales/lb/json.json index 893d5aec31c..ab8e532c810 100644 --- a/locales/lb/json.json +++ b/locales/lb/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(an :count méi Feeler)", - "(and :count more errors)": "(an :count méi Feeler)", + "(and :count more errors)": "(an :count méi Feeler)|(an :count méi Feeler)|(an :count méi Feeler)", "30 Days": "30 Deeg", "365 Days": "365 Deeg", "60 Days": "60 Deeg", diff --git a/locales/lg/json.json b/locales/lg/json.json index f8298d96869..bc507b20ced 100644 --- a/locales/lg/json.json +++ b/locales/lg/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(n'ensobi endala :count)", - "(and :count more errors)": "(n'ensobi endala :count)", + "(and :count more errors)": "(n'ensobi endala :count)|(n'ensobi endala :count)|(n'ensobi endala :count)", "30 Days": "Ennaku 30", "365 Days": "Ennaku 365", "60 Days": "Ennaku 60", diff --git a/locales/ln/json.json b/locales/ln/json.json index ff220263823..59f5c003629 100644 --- a/locales/ln/json.json +++ b/locales/ln/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(mpe mabunga mosusu :count)", - "(and :count more errors)": "(mpe mabunga mosusu :count)", + "(and :count more errors)": "(mpe mabunga mosusu :count)|(mpe mabunga mosusu :count)|(mpe mabunga mosusu :count)", "30 Days": "Mikolo 30", "365 Days": "Mikolo 365", "60 Days": "Mikolo 60", diff --git a/locales/lo/json.json b/locales/lo/json.json index 823ea132609..e4990370f4f 100644 --- a/locales/lo/json.json +++ b/locales/lo/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(ແລະ :count ຄວາມ​ຜິດ​ພາດ​ເພີ່ມ​ເຕີມ​)", - "(and :count more errors)": "(ແລະ :count ຂໍ້ຜິດພາດເພີ່ມເຕີມ)", + "(and :count more errors)": "(ແລະ :count ຄວາມ​ຜິດ​ພາດ​ເພີ່ມ​ເຕີມ​)|(ແລະ :count ຂໍ້ຜິດພາດເພີ່ມເຕີມ)|(ແລະ :count ຂໍ້ຜິດພາດເພີ່ມເຕີມ)", "30 Days": "30 ວັນ", "365 Days": "365 ວັນ", "60 Days": "60 ວັນ", diff --git a/locales/lt/json.json b/locales/lt/json.json index 43fcaabb747..7cf2fcac562 100644 --- a/locales/lt/json.json +++ b/locales/lt/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(ir dar :count klaidų)", - "(and :count more errors)": "(ir dar :count klaidų)", + "(and :count more errors)": "(ir dar :count klaidų)|(ir dar :count klaidų)|(ir dar :count klaidų)", "30 Days": "30 dienų", "365 Days": "365 dienos", "60 Days": "60 dienų", diff --git a/locales/lv/json.json b/locales/lv/json.json index 16da54bc573..2e8d2f544ad 100644 --- a/locales/lv/json.json +++ b/locales/lv/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(un vēl :count kļūdas)", - "(and :count more errors)": "(un vēl :count kļūdas)", + "(and :count more errors)": "(un vēl :count kļūdas)|(un vēl :count kļūdas)|(un vēl :count kļūdas)", "30 Days": "30 Dienas", "365 Days": "365 dienas", "60 Days": "60 dienas", diff --git a/locales/mai/json.json b/locales/mai/json.json index 226e27fd454..bdf870e9c50 100644 --- a/locales/mai/json.json +++ b/locales/mai/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(आ १० टा आओर त्रुटि)", - "(and :count more errors)": "(आ १० टा आओर त्रुटि)", + "(and :count more errors)": "(आ १० टा आओर त्रुटि)|(आ १० टा आओर त्रुटि)|(आ १० टा आओर त्रुटि)", "30 Days": "३० दिन", "365 Days": "३६५ दिन", "60 Days": "60 दिन", diff --git a/locales/mg/json.json b/locales/mg/json.json index 2d0022eea14..d600fa50192 100644 --- a/locales/mg/json.json +++ b/locales/mg/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(ary fahadisoana :count hafa)", - "(and :count more errors)": "(ary lesoka :count hafa)", + "(and :count more errors)": "(ary fahadisoana :count hafa)|(ary lesoka :count hafa)|(ary lesoka :count hafa)", "30 Days": "30 andro", "365 Days": "365 andro", "60 Days": "60 andro", diff --git a/locales/mi/json.json b/locales/mi/json.json index 31d60101911..395064013f7 100644 --- a/locales/mi/json.json +++ b/locales/mi/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(me te :count atu hapa)", - "(and :count more errors)": "(me te :count atu hapa)", + "(and :count more errors)": "(me te :count atu hapa)|(me te :count atu hapa)|(me te :count atu hapa)", "30 Days": "30 Ra", "365 Days": "365 Ra", "60 Days": "60 Ra", diff --git a/locales/mk/json.json b/locales/mk/json.json index 93afdeac35c..06022d700cd 100644 --- a/locales/mk/json.json +++ b/locales/mk/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(и уште :count грешка)", - "(and :count more errors)": "(и уште :count грешки)", + "(and :count more errors)": "(и уште :count грешка)|(и уште :count грешки)|(и уште :count грешки)", "30 Days": "30 Дена", "365 Days": "365 дена", "60 Days": "60 Дена", diff --git a/locales/ml/json.json b/locales/ml/json.json index 6aa5af33f11..31651c63a69 100644 --- a/locales/ml/json.json +++ b/locales/ml/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(കൂടാതെ :count പിശകുകൾ കൂടി)", - "(and :count more errors)": "(കൂടാതെ :count പിശകുകൾ കൂടി)", + "(and :count more errors)": "(കൂടാതെ :count പിശകുകൾ കൂടി)|(കൂടാതെ :count പിശകുകൾ കൂടി)|(കൂടാതെ :count പിശകുകൾ കൂടി)", "30 Days": "30 ദിവസം", "365 Days": "365 ദിവസം", "60 Days": "60 ദിവസം", diff --git a/locales/mn/json.json b/locales/mn/json.json index 8640ce41e27..eaa2355a62d 100644 --- a/locales/mn/json.json +++ b/locales/mn/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(болон өөр :count алдаа)", - "(and :count more errors)": "(болон өөр :count алдаа)", + "(and :count more errors)": "(болон өөр :count алдаа)|(болон өөр :count алдаа)|(болон өөр :count алдаа)", "30 Days": "30 хоног", "365 Days": "365 хоног", "60 Days": "60 хоног", diff --git a/locales/mni_Mtei/json.json b/locales/mni_Mtei/json.json index ec11bd98d43..ec27948498c 100644 --- a/locales/mni_Mtei/json.json +++ b/locales/mni_Mtei/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(ꯑꯃꯁꯨꯡ ꯑꯍꯦꯅꯕꯥ ꯑꯁꯣꯏꯕꯥ ꯱꯰)", - "(and :count more errors)": "(ꯑꯃꯁꯨꯡ ꯑꯍꯦꯅꯕꯥ ꯑꯁꯣꯏꯕꯥ ꯱꯰)", + "(and :count more errors)": "(ꯑꯃꯁꯨꯡ ꯑꯍꯦꯅꯕꯥ ꯑꯁꯣꯏꯕꯥ ꯱꯰)|(ꯑꯃꯁꯨꯡ ꯑꯍꯦꯅꯕꯥ ꯑꯁꯣꯏꯕꯥ ꯱꯰)|(ꯑꯃꯁꯨꯡ ꯑꯍꯦꯅꯕꯥ ꯑꯁꯣꯏꯕꯥ ꯱꯰)", "30 Days": "ꯅꯨꯃꯤꯠ ꯳꯰ꯅꯤꯒꯤ ꯃꯅꯨꯡꯗꯥ꯫", "365 Days": "ꯅꯨꯃꯤꯠ ꯳꯶꯵ꯅꯤ꯫", "60 Days": "ꯅꯨꯃꯤꯠ ꯶꯰ꯅꯤ ꯁꯨꯕꯥ꯫", diff --git a/locales/mr/json.json b/locales/mr/json.json index 4f2bfd45647..9f708a01866 100644 --- a/locales/mr/json.json +++ b/locales/mr/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(आणि आणखी :count त्रुटी)", - "(and :count more errors)": "(आणि आणखी :count त्रुटी)", + "(and :count more errors)": "(आणि आणखी :count त्रुटी)|(आणि आणखी :count त्रुटी)|(आणि आणखी :count त्रुटी)", "30 Days": "30 दिवस", "365 Days": "३६५ दिवस", "60 Days": "60 दिवस", diff --git a/locales/ms/json.json b/locales/ms/json.json index 9c85d0133f1..f1747bfda66 100644 --- a/locales/ms/json.json +++ b/locales/ms/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(dan :count lagi ralat)", - "(and :count more errors)": "(dan :count lagi ralat)", + "(and :count more errors)": "(dan :count lagi ralat)|(dan :count lagi ralat)|(dan :count lagi ralat)", "30 Days": "30 Hari", "365 Days": "365 Hari", "60 Days": "60 Hari", diff --git a/locales/mt/json.json b/locales/mt/json.json index e7ed2d66f87..afac02dbf8a 100644 --- a/locales/mt/json.json +++ b/locales/mt/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(u :count żbalji oħra)", - "(and :count more errors)": "(u :count żbalji oħra)", + "(and :count more errors)": "(u :count żbalji oħra)|(u :count żbalji oħra)|(u :count żbalji oħra)", "30 Days": "30 Jum", "365 Days": "365 Jum", "60 Days": "60 Jum", diff --git a/locales/my/json.json b/locales/my/json.json index 36a9873029b..e9ca3f73cb4 100644 --- a/locales/my/json.json +++ b/locales/my/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(နောက်ထပ် error :count ခု)", - "(and :count more errors)": "(နှင့် နောက်ထပ် အမှား :count ခု)", + "(and :count more errors)": "(နောက်ထပ် error :count ခု)|(နှင့် နောက်ထပ် အမှား :count ခု)|(နှင့် နောက်ထပ် အမှား :count ခု)", "30 Days": "ရက် 30", "365 Days": "၃၆၅ ရက်", "60 Days": "ရက် 60", diff --git a/locales/nb/json.json b/locales/nb/json.json index 7b37e00eb45..29b7fe64036 100644 --- a/locales/nb/json.json +++ b/locales/nb/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(og :count feil til)", - "(and :count more errors)": "(og :count feil til)", + "(and :count more errors)": "(og :count feil til)|(og :count feil til)|(og :count feil til)", "30 Days": "30 dager", "365 Days": "365 dager", "60 Days": "60 dager", diff --git a/locales/ne/json.json b/locales/ne/json.json index 219123b2921..b7b19eca348 100644 --- a/locales/ne/json.json +++ b/locales/ne/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(र १०० थप त्रुटि)", - "(and :count more errors)": "(र १०० थप त्रुटिहरू)", + "(and :count more errors)": "(र १०० थप त्रुटि)|(र १०० थप त्रुटिहरू)|(र १०० थप त्रुटिहरू)", "30 Days": "30 दिन", "365 Days": "३६५ दिन", "60 Days": "60 दिन", diff --git a/locales/nl/json.json b/locales/nl/json.json index a933bb889c2..92dae6003e1 100644 --- a/locales/nl/json.json +++ b/locales/nl/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(en :count andere foutmelding)", - "(and :count more errors)": "(en :count andere foutmeldingen)", + "(and :count more errors)": "(en :count andere foutmelding)|(en :count andere foutmeldingen)|(en :count andere foutmeldingen)", "30 Days": "30 dagen", "365 Days": "365 dagen", "60 Days": "60 dagen", diff --git a/locales/nn/json.json b/locales/nn/json.json index 26839b20839..90ad8cf4c1f 100644 --- a/locales/nn/json.json +++ b/locales/nn/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(og :count feil til)", - "(and :count more errors)": "(og :count feil til)", + "(and :count more errors)": "(og :count feil til)|(og :count feil til)|(og :count feil til)", "30 Days": "30 dager", "365 Days": "365 dager", "60 Days": "60 dager", diff --git a/locales/oc/json.json b/locales/oc/json.json index f874815fe9c..5aa095af587 100644 --- a/locales/oc/json.json +++ b/locales/oc/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(and :count more error)", - "(and :count more errors)": "(and :count more errors)", + "(and :count more errors)": "(and :count more error)|(and :count more errors)|(and :count more errors)", "30 Days": "30 Days", "365 Days": "365 Days", "60 Days": "60 Days", diff --git a/locales/om/json.json b/locales/om/json.json index ce721597ce8..d15cf141339 100644 --- a/locales/om/json.json +++ b/locales/om/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(fi dogongora :count dabalataa)", - "(and :count more errors)": "(fi dogongora :count dabalataa)", + "(and :count more errors)": "(fi dogongora :count dabalataa)|(fi dogongora :count dabalataa)|(fi dogongora :count dabalataa)", "30 Days": "Guyyaa 30", "365 Days": "Guyyoota 365", "60 Days": "Guyyaa 60", diff --git a/locales/or/json.json b/locales/or/json.json index 5f39c836512..d9e71848d2a 100644 --- a/locales/or/json.json +++ b/locales/or/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(ଏବଂ ଆହୁରି :count ତ୍ରୁଟି)", - "(and :count more errors)": "(ଏବଂ ଆହୁରି :count ଟି ତ୍ରୁଟି)", + "(and :count more errors)": "(ଏବଂ ଆହୁରି :count ତ୍ରୁଟି)|(ଏବଂ ଆହୁରି :count ଟି ତ୍ରୁଟି)|(ଏବଂ ଆହୁରି :count ଟି ତ୍ରୁଟି)", "30 Days": "30 ଦିନ", "365 Days": "365 ଦିନ |", "60 Days": "60 ଦିନ", diff --git a/locales/pa/json.json b/locales/pa/json.json index 13e3f0b127a..13a37d8bb08 100644 --- a/locales/pa/json.json +++ b/locales/pa/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(ਅਤੇ :count ਹੋਰ ਗਲਤੀ)", - "(and :count more errors)": "(ਅਤੇ :count ਹੋਰ ਤਰੁੱਟੀਆਂ)", + "(and :count more errors)": "(ਅਤੇ :count ਹੋਰ ਗਲਤੀ)|(ਅਤੇ :count ਹੋਰ ਤਰੁੱਟੀਆਂ)|(ਅਤੇ :count ਹੋਰ ਤਰੁੱਟੀਆਂ)", "30 Days": "30 ਦਿਨ", "365 Days": "365 ਦਿਨ", "60 Days": "60 ਦਿਨ", diff --git a/locales/pl/json.json b/locales/pl/json.json index 6e68403d2d2..6c67e69f892 100644 --- a/locales/pl/json.json +++ b/locales/pl/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(i jeszcze :count błąd)", - "(and :count more errors)": "(i jeszcze :count błędów)", + "(and :count more errors)": "(i jeszcze :count błąd)|(i jeszcze :count błędów)|(i jeszcze :count błędów)", "30 Days": "30 dni", "365 Days": "365 dni", "60 Days": "60 dni", diff --git a/locales/ps/json.json b/locales/ps/json.json index 3bd692b31e8..19c7165df6c 100644 --- a/locales/ps/json.json +++ b/locales/ps/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(او :count نورې تېروتنې)", - "(and :count more errors)": "(او :count نورې غلطۍ)", + "(and :count more errors)": "(او :count نورې تېروتنې)|(او :count نورې غلطۍ)|(او :count نورې غلطۍ)", "30 Days": "30 ورځې", "365 Days": "365 ورځې", "60 Days": "60 ورځې", diff --git a/locales/pt/json.json b/locales/pt/json.json index 26c81a7f462..37c9fc195b0 100644 --- a/locales/pt/json.json +++ b/locales/pt/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(e mais :count erros)", - "(and :count more errors)": "(e mais :count erros)", + "(and :count more errors)": "(e mais :count erros)|(e mais :count erros)|(e mais :count erros)", "30 Days": "30 dias", "365 Days": "365 dias", "60 Days": "60 dias", diff --git a/locales/pt_BR/json.json b/locales/pt_BR/json.json index 76a11f5b5e8..04911459d6c 100644 --- a/locales/pt_BR/json.json +++ b/locales/pt_BR/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(e mais :count erro)", - "(and :count more errors)": "(e mais :count erros)", + "(and :count more errors)": "(e mais :count erro)|(e mais :count erros)|(e mais :count erros)", "30 Days": "30 dias", "365 Days": "365 dias", "60 Days": "60 dias", diff --git a/locales/qu/json.json b/locales/qu/json.json index 20681689645..9c9b7060835 100644 --- a/locales/qu/json.json +++ b/locales/qu/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(hinallataq :count pantaykunatawan)", - "(and :count more errors)": "(hinallataq :count pantaykunapas)", + "(and :count more errors)": "(hinallataq :count pantaykunatawan)|(hinallataq :count pantaykunapas)|(hinallataq :count pantaykunapas)", "30 Days": "30 P’unchaw", "365 Days": "365 P’unchaw", "60 Days": "60 P’unchaw", diff --git a/locales/ro/json.json b/locales/ro/json.json index a617d9f4f2d..42eae9189ff 100644 --- a/locales/ro/json.json +++ b/locales/ro/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(și :count mai multe erori)", - "(and :count more errors)": "(și cu :count mai multe erori)", + "(and :count more errors)": "(și :count mai multe erori)|(și cu :count mai multe erori)|(și cu :count mai multe erori)", "30 Days": "30 de zile", "365 Days": "365 de zile", "60 Days": "60 de zile", diff --git a/locales/ru/json.json b/locales/ru/json.json index e36df7eb12e..62cffe4c20f 100644 --- a/locales/ru/json.json +++ b/locales/ru/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(и ещё :count ошибка)", - "(and :count more errors)": "(и ещё :count ошибок)", + "(and :count more errors)": "(и ещё :count ошибка)|(и ещё :count ошибки)|(и ещё :count ошибок)", "30 Days": "30 дней", "365 Days": "365 дней", "60 Days": "60 дней", diff --git a/locales/rw/json.json b/locales/rw/json.json index 67f81c5ceb2..790f14afe8c 100644 --- a/locales/rw/json.json +++ b/locales/rw/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(n'andi makosa :count)", - "(and :count more errors)": "(n'andi makosa :count)", + "(and :count more errors)": "(n'andi makosa :count)|(n'andi makosa :count)|(n'andi makosa :count)", "30 Days": "Iminsi 30", "365 Days": "Iminsi 365", "60 Days": "Iminsi 60", diff --git a/locales/sa/json.json b/locales/sa/json.json index 1ca185c1105..7465611c217 100644 --- a/locales/sa/json.json +++ b/locales/sa/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(तथा १० अधिकदोषः)", - "(and :count more errors)": "(तथा १० अधिकाः दोषाः)", + "(and :count more errors)": "(तथा १० अधिकदोषः)|(तथा १० अधिकाः दोषाः)|(तथा १० अधिकाः दोषाः)", "30 Days": "३० दिवसाः", "365 Days": "३६५ दिवसाः", "60 Days": "६० दिवसाः", diff --git a/locales/sc/json.json b/locales/sc/json.json index f874815fe9c..5aa095af587 100644 --- a/locales/sc/json.json +++ b/locales/sc/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(and :count more error)", - "(and :count more errors)": "(and :count more errors)", + "(and :count more errors)": "(and :count more error)|(and :count more errors)|(and :count more errors)", "30 Days": "30 Days", "365 Days": "365 Days", "60 Days": "60 Days", diff --git a/locales/sd/json.json b/locales/sd/json.json index ad05f9ac68b..6f9ee8aa924 100644 --- a/locales/sd/json.json +++ b/locales/sd/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(۽ :count وڌيڪ غلطي)", - "(and :count more errors)": "(۽ :count وڌيڪ غلطيون)", + "(and :count more errors)": "(۽ :count وڌيڪ غلطي)|(۽ :count وڌيڪ غلطيون)|(۽ :count وڌيڪ غلطيون)", "30 Days": "30 ڏينهن", "365 Days": "365 ڏينهن", "60 Days": "60 ڏينهن", diff --git a/locales/si/json.json b/locales/si/json.json index d0d27287ae3..d8304b1aa48 100644 --- a/locales/si/json.json +++ b/locales/si/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(සහ තවත් දෝෂ :countක්)", - "(and :count more errors)": "(සහ තවත් වැරදි :countක්)", + "(and :count more errors)": "(සහ තවත් දෝෂ :countක්)|(සහ තවත් වැරදි :countක්)|(සහ තවත් වැරදි :countක්)", "30 Days": "දින 30", "365 Days": "දින 365", "60 Days": "60 දින", diff --git a/locales/sk/json.json b/locales/sk/json.json index 7d247f8cd26..ae596c7d0a7 100644 --- a/locales/sk/json.json +++ b/locales/sk/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(a :count ďalších chýb)", - "(and :count more errors)": "(a :count ďalších chýb)", + "(and :count more errors)": "(a :count ďalších chýb)|(a :count ďalších chýb)|(a :count ďalších chýb)", "30 Days": "30 dní", "365 Days": "365 dní", "60 Days": "60 dní", diff --git a/locales/sl/json.json b/locales/sl/json.json index c639a5e2434..5fbb9d192d7 100644 --- a/locales/sl/json.json +++ b/locales/sl/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(in še :count napak)", - "(and :count more errors)": "(in še :count napak)", + "(and :count more errors)": "(in še :count napak)|(in še :count napak)|(in še :count napak)", "30 Days": "30 dni", "365 Days": "365 dni", "60 Days": "60 dni", diff --git a/locales/sn/json.json b/locales/sn/json.json index ada213814c4..8d7fd7c3a7e 100644 --- a/locales/sn/json.json +++ b/locales/sn/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(uye :count zvimwe kukanganisa)", - "(and :count more errors)": "(uye gumi zvikanganiso)", + "(and :count more errors)": "(uye :count zvimwe kukanganisa)|(uye gumi zvikanganiso)|(uye gumi zvikanganiso)", "30 Days": "30 Mazuva", "365 Days": "365 Mazuva", "60 Days": "60 Mazuva", diff --git a/locales/so/json.json b/locales/so/json.json index afe5df49ba3..abc262a2c7d 100644 --- a/locales/so/json.json +++ b/locales/so/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(iyo :count khalad oo kale)", - "(and :count more errors)": "(iyo :count khalad oo kale)", + "(and :count more errors)": "(iyo :count khalad oo kale)|(iyo :count khalad oo kale)|(iyo :count khalad oo kale)", "30 Days": "30 Maalmood", "365 Days": "365 Maalmood", "60 Days": "60 Maalmood", diff --git a/locales/sq/json.json b/locales/sq/json.json index 17763f95189..dbbc2cf52dd 100644 --- a/locales/sq/json.json +++ b/locales/sq/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(dhe :count gabim tjetër)", - "(and :count more errors)": "(dhe :count gabime të tjera)", + "(and :count more errors)": "(dhe :count gabim tjetër)|(dhe :count gabime të tjera)|(dhe :count gabime të tjera)", "30 Days": "30 Ditë", "365 Days": "365 ditë", "60 Days": "60 Ditë", diff --git a/locales/sr_Cyrl/json.json b/locales/sr_Cyrl/json.json index 3ac79ad5d13..4e9cbe0ae84 100644 --- a/locales/sr_Cyrl/json.json +++ b/locales/sr_Cyrl/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(и још :count грешака)", - "(and :count more errors)": "(и још :count грешака)", + "(and :count more errors)": "(и још :count грешака)|(и још :count грешака)|(и још :count грешака)", "30 Days": "30 дана", "365 Days": "365 дана", "60 Days": "60 дана", diff --git a/locales/sr_Latn/json.json b/locales/sr_Latn/json.json index 2f0a78c9c0b..ea25e55c206 100644 --- a/locales/sr_Latn/json.json +++ b/locales/sr_Latn/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(and :count more error)", - "(and :count more errors)": "(and :count more errors)", + "(and :count more errors)": "(and :count more error)|(and :count more errors)|(and :count more errors)", "30 Days": "30 дана", "365 Days": "365 Days", "60 Days": "60 дана", diff --git a/locales/sr_Latn_ME/json.json b/locales/sr_Latn_ME/json.json index 4ca5277085a..8e1fc43959c 100644 --- a/locales/sr_Latn_ME/json.json +++ b/locales/sr_Latn_ME/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(and :count more error)", - "(and :count more errors)": "(and :count more errors)", + "(and :count more errors)": "(and :count more error)|(and :count more errors)|(and :count more errors)", "30 Days": "30 дана", "365 Days": "365 Days", "60 Days": "60 дана", diff --git a/locales/su/json.json b/locales/su/json.json index 68eb0094047..bc141535921 100644 --- a/locales/su/json.json +++ b/locales/su/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(sareng :count deui kasalahan)", - "(and :count more errors)": "(sareng :count deui kasalahan)", + "(and :count more errors)": "(sareng :count deui kasalahan)|(sareng :count deui kasalahan)|(sareng :count deui kasalahan)", "30 Days": "30 poé", "365 Days": "365 poé", "60 Days": "60 poé", diff --git a/locales/sv/json.json b/locales/sv/json.json index 30cf6291501..8ecf4758c01 100644 --- a/locales/sv/json.json +++ b/locales/sv/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(och :count fler fel)", - "(and :count more errors)": "(och :count fel till)", + "(and :count more errors)": "(och :count fler fel)|(och :count fel till)|(och :count fel till)", "30 Days": "30 dagar", "365 Days": "365 dagar", "60 Days": "60 dagar", diff --git a/locales/sw/json.json b/locales/sw/json.json index a428f0535ea..51281376a04 100644 --- a/locales/sw/json.json +++ b/locales/sw/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(na :count makosa zaidi)", - "(and :count more errors)": "(na :count makosa zaidi)", + "(and :count more errors)": "(na :count makosa zaidi)|(na :count makosa zaidi)|(na :count makosa zaidi)", "30 Days": "Siku 30", "365 Days": "Siku 365", "60 Days": "Siku 60", diff --git a/locales/ta/json.json b/locales/ta/json.json index 1ac3c6adbeb..ab669bf4ec1 100644 --- a/locales/ta/json.json +++ b/locales/ta/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(மேலும் :count பிழைகள்)", - "(and :count more errors)": "(மேலும் :count பிழைகள்)", + "(and :count more errors)": "(மேலும் :count பிழைகள்)|(மேலும் :count பிழைகள்)|(மேலும் :count பிழைகள்)", "30 Days": "30 நாட்கள்", "365 Days": "365 நாட்கள்", "60 Days": "60 நாட்கள்", diff --git a/locales/te/json.json b/locales/te/json.json index 7566dbe1b72..c9554eef89d 100644 --- a/locales/te/json.json +++ b/locales/te/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(మరియు మరో :count లోపాలు)", - "(and :count more errors)": "(మరియు మరో :count లోపాలు)", + "(and :count more errors)": "(మరియు మరో :count లోపాలు)|(మరియు మరో :count లోపాలు)|(మరియు మరో :count లోపాలు)", "30 Days": "30 రోజులు", "365 Days": "365 రోజులు", "60 Days": "60 రోజులు", diff --git a/locales/tg/json.json b/locales/tg/json.json index c5033815b9d..59fa1ada4f3 100644 --- a/locales/tg/json.json +++ b/locales/tg/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(ва :count хатои дигар)", - "(and :count more errors)": "(ва :count хатои дигар)", + "(and :count more errors)": "(ва :count хатои дигар)|(ва :count хатои дигар)|(ва :count хатои дигар)", "30 Days": "30 Рӯз", "365 Days": "365 рӯз", "60 Days": "60 Рӯз", diff --git a/locales/th/json.json b/locales/th/json.json index 0e7df82b3ba..4aa92ab3d7b 100644 --- a/locales/th/json.json +++ b/locales/th/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(และข้อผิดพลาดอีกมากกว่า :count รายการ)", - "(and :count more errors)": "(และข้อผิดพลาดอีกมากกว่า :count รายการ)", + "(and :count more errors)": "(และข้อผิดพลาดอีกมากกว่า :count รายการ)|(และข้อผิดพลาดอีกมากกว่า :count รายการ)|(และข้อผิดพลาดอีกมากกว่า :count รายการ)", "30 Days": "30 วัน", "365 Days": "365 วัน", "60 Days": "60 วัน", diff --git a/locales/ti/json.json b/locales/ti/json.json index bf6c7365573..946e825f3a0 100644 --- a/locales/ti/json.json +++ b/locales/ti/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(ከምኡ ውን :count ተወሳኺ ጌጋታት)", - "(and :count more errors)": "(ከምኡ ውን :count ተወሳኺ ጌጋታት)", + "(and :count more errors)": "(ከምኡ ውን :count ተወሳኺ ጌጋታት)|(ከምኡ ውን :count ተወሳኺ ጌጋታት)|(ከምኡ ውን :count ተወሳኺ ጌጋታት)", "30 Days": "30 መዓልቲ", "365 Days": "365 መዓልታት", "60 Days": "60 መዓልቲ", diff --git a/locales/tk/json.json b/locales/tk/json.json index ef816fb9d76..603b308ba73 100644 --- a/locales/tk/json.json +++ b/locales/tk/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(we ýene :count ýalňyşlyk)", - "(and :count more errors)": "(we ýene :count ýalňyşlyk)", + "(and :count more errors)": "(we ýene :count ýalňyşlyk)|(we ýene :count ýalňyşlyk)|(we ýene :count ýalňyşlyk)", "30 Days": "30 gün", "365 Days": "365 gün", "60 Days": "60 gün", diff --git a/locales/tl/json.json b/locales/tl/json.json index 4da0a2f1216..7046383e059 100644 --- a/locales/tl/json.json +++ b/locales/tl/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(at :count pang error)", - "(and :count more errors)": "(at :count pang error)", + "(and :count more errors)": "(at :count pang error)|(at :count pang error)|(at :count pang error)", "30 Days": "30 mga araw", "365 Days": "365 Araw", "60 Days": "60 araw", diff --git a/locales/tr/json.json b/locales/tr/json.json index 26c8068b3a4..f8cee41605c 100644 --- a/locales/tr/json.json +++ b/locales/tr/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(ve :count hata daha var)", - "(and :count more errors)": "(ve :count hata daha var)", + "(and :count more errors)": "(ve :count hata daha var)|(ve :count hata daha var)|(ve :count hata daha var)", "30 Days": "30 gün", "365 Days": "365 gün", "60 Days": "60 gün", diff --git a/locales/tt/json.json b/locales/tt/json.json index c6edc03f396..70ea4607cdb 100644 --- a/locales/tt/json.json +++ b/locales/tt/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(һәм тагын :count хата)", - "(and :count more errors)": "(һәм тагын :count хата)", + "(and :count more errors)": "(һәм тагын :count хата)|(һәм тагын :count хата)|(һәм тагын :count хата)", "30 Days": "30 көн", "365 Days": "365 көн", "60 Days": "60 көн", diff --git a/locales/ug/json.json b/locales/ug/json.json index c9e0291e23e..746405afd9a 100644 --- a/locales/ug/json.json +++ b/locales/ug/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(ۋە يەنە :count خاتالىق)", - "(and :count more errors)": "(ۋە يەنە :count خاتالىق)", + "(and :count more errors)": "(ۋە يەنە :count خاتالىق)|(ۋە يەنە :count خاتالىق)|(ۋە يەنە :count خاتالىق)", "30 Days": "30 كۈن", "365 Days": "365 كۈن", "60 Days": "60 كۈن", diff --git a/locales/uk/json.json b/locales/uk/json.json index 6075ad3211f..64768c3a86a 100644 --- a/locales/uk/json.json +++ b/locales/uk/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(та ще :count помилка)", - "(and :count more errors)": "(та ще :count помилок)", + "(and :count more errors)": "(та ще :count помилка)|(та ще :count помилки)|(та ще :count помилок)", "30 Days": "30 днів", "365 Days": "365 днів", "60 Days": "60 днів", diff --git a/locales/ur/json.json b/locales/ur/json.json index cb2204ce9f5..8a9ab6bd06b 100644 --- a/locales/ur/json.json +++ b/locales/ur/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(اور :count مزید غلطی)", - "(and :count more errors)": "(اور :count مزید غلطیاں)", + "(and :count more errors)": "(اور :count مزید غلطی)|(اور :count مزید غلطیاں)|(اور :count مزید غلطیاں)", "30 Days": "30 دنوں کے", "365 Days": "365 دن", "60 Days": "60 دنوں", diff --git a/locales/uz_Cyrl/json.json b/locales/uz_Cyrl/json.json index a16011985ff..18b26e4cb05 100644 --- a/locales/uz_Cyrl/json.json +++ b/locales/uz_Cyrl/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(va yana :count ta xato)", - "(and :count more errors)": "(va yana :count ta xato)", + "(and :count more errors)": "(va yana :count ta xato)|(va yana :count ta xato)|(va yana :count ta xato)", "30 Days": "30 Kun", "365 Days": "365 kun", "60 Days": "60 Kun", diff --git a/locales/uz_Latn/json.json b/locales/uz_Latn/json.json index fd0c3e399d2..147d607b563 100644 --- a/locales/uz_Latn/json.json +++ b/locales/uz_Latn/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(and :count more error)", - "(and :count more errors)": "(and :count more errors)", + "(and :count more errors)": "(and :count more error)|(and :count more errors)|(and :count more errors)", "30 Days": "30 Kun", "365 Days": "365 Days", "60 Days": "60 Kun", diff --git a/locales/vi/json.json b/locales/vi/json.json index 61da5dc5e33..fada600dccc 100644 --- a/locales/vi/json.json +++ b/locales/vi/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(và :count lỗi khác)", - "(and :count more errors)": "(và :count lỗi khác)", + "(and :count more errors)": "(và :count lỗi khác)|(và :count lỗi khác)|(và :count lỗi khác)", "30 Days": "30 Ngày", "365 Days": "365 ngày", "60 Days": "60 Ngày", diff --git a/locales/xh/json.json b/locales/xh/json.json index e1c23764228..cd61398b41a 100644 --- a/locales/xh/json.json +++ b/locales/xh/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(kunye nempazamo ezili-:count ngaphezulu)", - "(and :count more errors)": "(kunye nezinye iimpazamo ezili-:count)", + "(and :count more errors)": "(kunye nempazamo ezili-:count ngaphezulu)|(kunye nezinye iimpazamo ezili-:count)|(kunye nezinye iimpazamo ezili-:count)", "30 Days": "Iintsuku ezingama-30", "365 Days": "Iintsuku ezingama-365", "60 Days": "Iintsuku ezingama-60", diff --git a/locales/yi/json.json b/locales/yi/json.json index 676ff4256d3..43560d3f62a 100644 --- a/locales/yi/json.json +++ b/locales/yi/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(און :count מער טעות)", - "(and :count more errors)": "(און :count מער ערראָרס)", + "(and :count more errors)": "(און :count מער טעות)|(און :count מער ערראָרס)|(און :count מער ערראָרס)", "30 Days": "30 טעג", "365 Days": "365 טעג", "60 Days": "60 טעג", diff --git a/locales/yo/json.json b/locales/yo/json.json index 96110214d16..a8a477a2a2f 100644 --- a/locales/yo/json.json +++ b/locales/yo/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(ati aṣiṣe :count diẹ sii)", - "(and :count more errors)": "(ati awọn aṣiṣe :count diẹ sii)", + "(and :count more errors)": "(ati aṣiṣe :count diẹ sii)|(ati awọn aṣiṣe :count diẹ sii)|(ati awọn aṣiṣe :count diẹ sii)", "30 Days": "30 Ọjọ", "365 Days": "365 Ọjọ", "60 Days": "60 Ọjọ", diff --git a/locales/zh_CN/json.json b/locales/zh_CN/json.json index 47614d9c713..b608fcd7a7b 100644 --- a/locales/zh_CN/json.json +++ b/locales/zh_CN/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(还有 :count 个错误)", - "(and :count more errors)": "(以及另外 :count 个错误)", + "(and :count more errors)": "(还有 :count 个错误)|(以及另外 :count 个错误)|(以及另外 :count 个错误)", "30 Days": "30天", "365 Days": "365天", "60 Days": "60天", diff --git a/locales/zh_HK/json.json b/locales/zh_HK/json.json index 9a986f29803..85986a923e8 100644 --- a/locales/zh_HK/json.json +++ b/locales/zh_HK/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(还有 :count 多个错误)", - "(and :count more errors)": "(还有 :count 多个错误)", + "(and :count more errors)": "(还有 :count 多个错误)|(还有 :count 多个错误)|(还有 :count 多个错误)", "30 Days": "30天", "365 Days": "365天", "60 Days": "60天", diff --git a/locales/zh_TW/json.json b/locales/zh_TW/json.json index 2481c68abe7..2f959960901 100644 --- a/locales/zh_TW/json.json +++ b/locales/zh_TW/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(還有 :count 個錯誤)", - "(and :count more errors)": "(還有 :count 多個錯誤)", + "(and :count more errors)": "(還有 :count 個錯誤)|(還有 :count 多個錯誤)|(還有 :count 多個錯誤)", "30 Days": "30天", "365 Days": "365天", "60 Days": "60天", diff --git a/locales/zu/json.json b/locales/zu/json.json index 48cd9b02979..edf574b4cca 100644 --- a/locales/zu/json.json +++ b/locales/zu/json.json @@ -1,6 +1,6 @@ { "(and :count more error)": "(kanye namaphutha angu-:count ngaphezulu)", - "(and :count more errors)": "(kanye namaphutha angu-:count ngaphezulu)", + "(and :count more errors)": "(kanye namaphutha angu-:count ngaphezulu)|(kanye namaphutha angu-:count ngaphezulu)|(kanye namaphutha angu-:count ngaphezulu)", "30 Days": "Izinsuku ezingama-30", "365 Days": "Izinsuku ezingama-365", "60 Days": "Izinsuku ezingama-60", diff --git a/source/framework/11.x/framework.json b/source/framework/11.x/framework.json index 3c61fad9f0a..5adde5ae557 100644 --- a/source/framework/11.x/framework.json +++ b/source/framework/11.x/framework.json @@ -1,11 +1,13 @@ { "All rights reserved.": "All rights reserved.", + "errors": "errors", "Forbidden": "Forbidden", "Go to page :page": "Go to page :page", "Hello!": "Hello!", "If you did not create an account, no further action is required.": "If you did not create an account, no further action is required.", "If you did not request a password reset, no further action is required.": "If you did not request a password reset, no further action is required.", "Invalid JSON was returned from the route.": "Invalid JSON was returned from the route.", + "Location": "Location", "Login": "Login", "Logout": "Logout", "Not Found": "Not Found", @@ -22,6 +24,7 @@ "Server Error": "Server Error", "Service Unavailable": "Service Unavailable", "Showing": "Showing", + "The given data was invalid.": "The given data was invalid.", "The response is not a streamed response.": "The response is not a streamed response.", "The response is not a view.": "The response is not a view.", "This password reset link will expire in :count minutes.": "This password reset link will expire in :count minutes.", diff --git a/source/framework/extended.json b/source/framework/extended.json index b35494bdfd3..17eefa0faac 100644 --- a/source/framework/extended.json +++ b/source/framework/extended.json @@ -2,6 +2,5 @@ "(and :count more error)": "(and :count more error)", "(and :count more errors)": "(and :count more error)|(and :count more errors)|(and :count more errors)", "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:", - "The given data was invalid.": "The given data was invalid.", "This action is unauthorized.": "This action is unauthorized." } diff --git a/source/framework/master/framework.json b/source/framework/master/framework.json index 3c61fad9f0a..5adde5ae557 100644 --- a/source/framework/master/framework.json +++ b/source/framework/master/framework.json @@ -1,11 +1,13 @@ { "All rights reserved.": "All rights reserved.", + "errors": "errors", "Forbidden": "Forbidden", "Go to page :page": "Go to page :page", "Hello!": "Hello!", "If you did not create an account, no further action is required.": "If you did not create an account, no further action is required.", "If you did not request a password reset, no further action is required.": "If you did not request a password reset, no further action is required.", "Invalid JSON was returned from the route.": "Invalid JSON was returned from the route.", + "Location": "Location", "Login": "Login", "Logout": "Logout", "Not Found": "Not Found", @@ -22,6 +24,7 @@ "Server Error": "Server Error", "Service Unavailable": "Service Unavailable", "Showing": "Showing", + "The given data was invalid.": "The given data was invalid.", "The response is not a streamed response.": "The response is not a streamed response.", "The response is not a view.": "The response is not a view.", "This password reset link will expire in :count minutes.": "This password reset link will expire in :count minutes.", From f12eaca4163ff6b7d2c351efb2feacfcd855b60a Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Fri, 22 Mar 2024 21:07:56 +0300 Subject: [PATCH 3/3] Keys synchronized --- locales/af/json.json | 2 ++ locales/ak/json.json | 2 ++ locales/am/json.json | 2 ++ locales/ar/json.json | 2 ++ locales/as/json.json | 2 ++ locales/az/json.json | 2 ++ locales/be/json.json | 2 ++ locales/bg/json.json | 2 ++ locales/bho/json.json | 2 ++ locales/bm/json.json | 2 ++ locales/bn/json.json | 2 ++ locales/bs/json.json | 2 ++ locales/ca/json.json | 2 ++ locales/ceb/json.json | 2 ++ locales/ckb/json.json | 2 ++ locales/cs/json.json | 2 ++ locales/cy/json.json | 2 ++ locales/da/json.json | 2 ++ locales/de/json.json | 2 ++ locales/de_CH/json.json | 2 ++ locales/doi/json.json | 2 ++ locales/ee/json.json | 2 ++ locales/el/json.json | 2 ++ locales/en/json.json | 2 ++ locales/eo/json.json | 2 ++ locales/es/json.json | 2 ++ locales/et/json.json | 2 ++ locales/eu/json.json | 2 ++ locales/fa/json.json | 2 ++ locales/fi/json.json | 2 ++ locales/fil/json.json | 2 ++ locales/fr/json.json | 2 ++ locales/fy/json.json | 2 ++ locales/ga/json.json | 2 ++ locales/gd/json.json | 2 ++ locales/gl/json.json | 2 ++ locales/gu/json.json | 2 ++ locales/ha/json.json | 2 ++ locales/haw/json.json | 2 ++ locales/he/json.json | 2 ++ locales/hi/json.json | 2 ++ locales/hr/json.json | 2 ++ locales/hu/json.json | 2 ++ locales/hy/json.json | 2 ++ locales/id/json.json | 2 ++ locales/ig/json.json | 2 ++ locales/is/json.json | 2 ++ locales/it/json.json | 2 ++ locales/ja/json.json | 2 ++ locales/ka/json.json | 2 ++ locales/kk/json.json | 2 ++ locales/km/json.json | 2 ++ locales/kn/json.json | 2 ++ locales/ko/json.json | 2 ++ locales/ku/json.json | 2 ++ locales/ky/json.json | 2 ++ locales/lb/json.json | 2 ++ locales/lg/json.json | 2 ++ locales/ln/json.json | 2 ++ locales/lo/json.json | 2 ++ locales/lt/json.json | 2 ++ locales/lv/json.json | 2 ++ locales/mai/json.json | 2 ++ locales/mg/json.json | 2 ++ locales/mi/json.json | 2 ++ locales/mk/json.json | 2 ++ locales/ml/json.json | 2 ++ locales/mn/json.json | 2 ++ locales/mni_Mtei/json.json | 2 ++ locales/mr/json.json | 2 ++ locales/ms/json.json | 2 ++ locales/mt/json.json | 2 ++ locales/my/json.json | 2 ++ locales/nb/json.json | 2 ++ locales/ne/json.json | 2 ++ locales/nl/json.json | 2 ++ locales/nn/json.json | 2 ++ locales/oc/json.json | 2 ++ locales/om/json.json | 2 ++ locales/or/json.json | 2 ++ locales/pa/json.json | 2 ++ locales/pl/json.json | 2 ++ locales/ps/json.json | 2 ++ locales/pt/json.json | 2 ++ locales/pt_BR/json.json | 2 ++ locales/qu/json.json | 2 ++ locales/ro/json.json | 2 ++ locales/ru/json.json | 2 ++ locales/rw/json.json | 2 ++ locales/sa/json.json | 2 ++ locales/sc/json.json | 2 ++ locales/sd/json.json | 2 ++ locales/si/json.json | 2 ++ locales/sk/json.json | 2 ++ locales/sl/json.json | 2 ++ locales/sn/json.json | 2 ++ locales/so/json.json | 2 ++ locales/sq/json.json | 2 ++ locales/sr_Cyrl/json.json | 2 ++ locales/sr_Latn/json.json | 2 ++ locales/sr_Latn_ME/json.json | 2 ++ locales/su/json.json | 2 ++ locales/sv/json.json | 2 ++ locales/sw/json.json | 2 ++ locales/ta/json.json | 2 ++ locales/te/json.json | 2 ++ locales/tg/json.json | 2 ++ locales/th/json.json | 2 ++ locales/ti/json.json | 2 ++ locales/tk/json.json | 2 ++ locales/tl/json.json | 2 ++ locales/tr/json.json | 2 ++ locales/tt/json.json | 2 ++ locales/ug/json.json | 2 ++ locales/uk/json.json | 2 ++ locales/ur/json.json | 2 ++ locales/uz_Cyrl/json.json | 2 ++ locales/uz_Latn/json.json | 2 ++ locales/vi/json.json | 2 ++ locales/xh/json.json | 2 ++ locales/yi/json.json | 2 ++ locales/yo/json.json | 2 ++ locales/zh_CN/json.json | 2 ++ locales/zh_HK/json.json | 2 ++ locales/zh_TW/json.json | 2 ++ locales/zu/json.json | 2 ++ 126 files changed, 252 insertions(+) diff --git a/locales/af/json.json b/locales/af/json.json index a459b8f40a5..f95cedd3947 100644 --- a/locales/af/json.json +++ b/locales/af/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Ekwatoriaal-Guinee", "Eritrea": "Eritrea", "Error": "Fout", + "errors": "errors", "Estonia": "Estland", "Ethiopia": "Ethiopië", "ex VAT": "ex BTW", @@ -367,6 +368,7 @@ "Lithuania": "Litaue", "Load :perPage More": "Laai :perPage Meer", "Loading": "Laai tans", + "Location": "Location", "Log in": "Teken in", "Log In": "Teken aan", "Log Out": "Teken Uit", diff --git a/locales/ak/json.json b/locales/ak/json.json index 0abf807309c..9f18558ab5b 100644 --- a/locales/ak/json.json +++ b/locales/ak/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Equatorial Guinea na ɛwɔ hɔ", "Eritrea": "Eritrea na ɛwɔ hɔ", "Error": "Mfomsoɔ", + "errors": "errors", "Estonia": "Estonia na ɛwɔ hɔ", "Ethiopia": "Ethiopia na ɛwɔ hɔ", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "Lithuania na ɛwɔ hɔ", "Load :perPage More": "Load :perPage Nea Ɛka Ho", "Loading": "Wɔde nneɛma regu mu", + "Location": "Location", "Log in": "Kɔ mu", "Log In": "Kɔ mu", "Log Out": "Fi Wo Fi Mu", diff --git a/locales/am/json.json b/locales/am/json.json index 1de608cbca6..abb103d647e 100644 --- a/locales/am/json.json +++ b/locales/am/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "ኢኳቶሪያል ጊኒ", "Eritrea": "ኤርትሪያ", "Error": "ስህተት", + "errors": "errors", "Estonia": "ኢስቶኒያ", "Ethiopia": "ኢትዮጵያ", "ex VAT": "ለምሳሌ ተ.እ.ታ", @@ -367,6 +368,7 @@ "Lithuania": "ሊቱአኒያ", "Load :perPage More": ":perPage ተጨማሪ ጫን", "Loading": "በመጫን ላይ", + "Location": "Location", "Log in": "ግባ", "Log In": "ግባ", "Log Out": "ውጣ", diff --git a/locales/ar/json.json b/locales/ar/json.json index 43eed676088..5442f831690 100644 --- a/locales/ar/json.json +++ b/locales/ar/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "غينيا الاستوائية", "Eritrea": "إريتريا", "Error": "خطأ", + "errors": "errors", "Estonia": "إستونيا", "Ethiopia": "إثيوبيا", "ex VAT": "ضريبة القيمة المضافة السابقة", @@ -367,6 +368,7 @@ "Lithuania": "ليتوانيا", "Load :perPage More": "عرض :perPage إضافية", "Loading": "تحميل", + "Location": "Location", "Log in": "تسجيل الدخول", "Log In": "تسجيل الدخول", "Log Out": "تسجيل الخروج", diff --git a/locales/as/json.json b/locales/as/json.json index b691814017e..5c23f9488e4 100644 --- a/locales/as/json.json +++ b/locales/as/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "বিষুৱীয় গিনি", "Eritrea": "ইৰিত্ৰিয়া", "Error": "আঁসোৱাহ", + "errors": "errors", "Estonia": "ইষ্টোনিয়া", "Ethiopia": "ইথিওপিয়া", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "লিথুৱেনিয়া", "Load :perPage More": "লোড ১০ টা আৰু", "Loading": "লোড হৈ আছে", + "Location": "Location", "Log in": "লগ ইন কৰক", "Log In": "লগ ইন কৰক", "Log Out": "লগ আউট কৰক", diff --git a/locales/az/json.json b/locales/az/json.json index 657e3ed93d0..0fa06b81ae1 100644 --- a/locales/az/json.json +++ b/locales/az/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Ekvatorial Qvineya", "Eritrea": "Eritreya", "Error": "Xəta", + "errors": "errors", "Estonia": "Estoniya", "Ethiopia": "Efiopiya", "ex VAT": "keçmiş ƏDV", @@ -367,6 +368,7 @@ "Lithuania": "Anasini", "Load :perPage More": "Daha :per səhifə Yüklə", "Loading": "Yüklənir", + "Location": "Location", "Log in": "Giriş", "Log In": "Daxil Ol", "Log Out": "çıxın", diff --git a/locales/be/json.json b/locales/be/json.json index 9de2857891e..e8eef6a1127 100644 --- a/locales/be/json.json +++ b/locales/be/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Экватарыяльная Гвінея", "Eritrea": "Эрытрэя", "Error": "Памылка", + "errors": "errors", "Estonia": "Эстонія", "Ethiopia": "Эфіопія", "ex VAT": "без ПДВ", @@ -367,6 +368,7 @@ "Lithuania": "Літва", "Load :perPage More": "Загрузіць яшчэ :per старонкі", "Loading": "Загрузка", + "Location": "Location", "Log in": "Аўтарызавацца", "Log In": "Увайсці", "Log Out": "выйсці з сістэмы", diff --git a/locales/bg/json.json b/locales/bg/json.json index 725d6f75b72..b463d18247b 100644 --- a/locales/bg/json.json +++ b/locales/bg/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Екваториална Гвинея", "Eritrea": "Еритрея", "Error": "Грешка", + "errors": "errors", "Estonia": "Естония", "Ethiopia": "Етиопия", "ex VAT": "без ДДС", @@ -367,6 +368,7 @@ "Lithuania": "Литва", "Load :perPage More": "Зареди още :per страници", "Loading": "Зареждане", + "Location": "Location", "Log in": "Влез", "Log In": "Влизане", "Log Out": "Излез", diff --git a/locales/bho/json.json b/locales/bho/json.json index bf4d6d25438..a9d96184810 100644 --- a/locales/bho/json.json +++ b/locales/bho/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "भूमध्यरेखीय गिनी के ह", "Eritrea": "इरिट्रिया के ह", "Error": "त्रुटि", + "errors": "errors", "Estonia": "एस्टोनिया के ह", "Ethiopia": "इथियोपिया के ह", "ex VAT": "एक्स वैट के बा", @@ -367,6 +368,7 @@ "Lithuania": "लिथुआनिया के नाम से जानल जाला", "Load :perPage More": ":perPage गो अउरी लोड करीं", "Loading": "लोड हो रहल बा", + "Location": "Location", "Log in": "लॉग इन करीं", "Log In": "लॉग इन करीं", "Log Out": "लॉग आउट हो गइल बा", diff --git a/locales/bm/json.json b/locales/bm/json.json index f1d4e2b5636..af36fc27419 100644 --- a/locales/bm/json.json +++ b/locales/bm/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Gine Ekwatoriyali", "Eritrea": "Eritrea jamana na", "Error": "Filijuru", + "errors": "errors", "Estonia": "Ɛsitoni jamana na", "Ethiopia": "Etiyopi jamana na", "ex VAT": "ex PIB (PIB) la", @@ -367,6 +368,7 @@ "Lithuania": "Litwanie jamana na", "Load :perPage More": "Load :perPage wɛrɛw", "Loading": "Loading (dadon) bɛ kɛ", + "Location": "Location", "Log in": "Aw bɛ don a kɔnɔ", "Log In": "Aw ye don a kɔnɔ", "Log Out": "Aw ka bɔ kɛnɛ kan", diff --git a/locales/bn/json.json b/locales/bn/json.json index 02d6a9f00dd..2217918a3a3 100644 --- a/locales/bn/json.json +++ b/locales/bn/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "নিরক্ষীয় গিনি", "Eritrea": "ইরিত্রিয়া", "Error": "ত্রুটি", + "errors": "errors", "Estonia": "এস্তোনিয়া", "Ethiopia": "ইথিওপিয়া", "ex VAT": "বিগত ভ্যাট", @@ -367,6 +368,7 @@ "Lithuania": "লিথুয়ানিয়া", "Load :perPage More": ":Per পেজ আরও লোড করুন", "Loading": "লোড হচ্ছে", + "Location": "Location", "Log in": "লগইন করুন", "Log In": "লগইন", "Log Out": "লগ-আউট", diff --git a/locales/bs/json.json b/locales/bs/json.json index ff58a1a1a8c..ecb54d3d7f9 100644 --- a/locales/bs/json.json +++ b/locales/bs/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Ekvatorijalna Gvineja", "Eritrea": "Eritrea", "Error": "Greška", + "errors": "errors", "Estonia": "Estonija", "Ethiopia": "Etiopija", "ex VAT": "bez PDV-a", @@ -367,6 +368,7 @@ "Lithuania": "Litva", "Load :perPage More": "Učitaj :perPage više", "Loading": "Učitavanje", + "Location": "Location", "Log in": "Samo se _prijavi", "Log In": "Ulogovati se", "Log Out": "Odjava", diff --git a/locales/ca/json.json b/locales/ca/json.json index 28d8e540468..5f13dbe0c48 100644 --- a/locales/ca/json.json +++ b/locales/ca/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Guinea Equatorial", "Eritrea": "Eritrea", "Error": "Error", + "errors": "errors", "Estonia": "Estònia", "Ethiopia": "Etiòpia", "ex VAT": "sense VAT", @@ -367,6 +368,7 @@ "Lithuania": "Lituània", "Load :perPage More": "Càrrega :perPage Més", "Loading": "Carregant", + "Location": "Location", "Log in": "Entrar", "Log In": "Entrar", "Log Out": "Sortir", diff --git a/locales/ceb/json.json b/locales/ceb/json.json index 9b1396bc514..6a3b3bd8535 100644 --- a/locales/ceb/json.json +++ b/locales/ceb/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Equatorial Guinea", "Eritrea": "Eritrea", "Error": "Sayop", + "errors": "errors", "Estonia": "Estonia", "Ethiopia": "Etiopia", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "Lithuania", "Load :perPage More": "Pag-load sa :perPage Dugang pa", "Loading": "Nagkarga", + "Location": "Location", "Log in": "Sulod", "Log In": "Sulod", "Log Out": "Log Out", diff --git a/locales/ckb/json.json b/locales/ckb/json.json index 7e3de40b6ee..01293c899ae 100644 --- a/locales/ckb/json.json +++ b/locales/ckb/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "گینیا ئیکواتۆریال", "Eritrea": "ئێریتریا", "Error": "هەڵە", + "errors": "errors", "Estonia": "ئیستۆنیا", "Ethiopia": "ئەسیوپیا", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "لیتوانیا", "Load :perPage More": ":perPage زیاتر بار بکە", "Loading": "بارکردن", + "Location": "Location", "Log in": "چونه‌ ژووره‌وه‌", "Log In": "چونه‌ ژووره‌وه‌", "Log Out": "چوونە دەرەوە", diff --git a/locales/cs/json.json b/locales/cs/json.json index 1af6cd64d6f..90c0a8da1b8 100644 --- a/locales/cs/json.json +++ b/locales/cs/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Rovníková Guinea", "Eritrea": "Eritrea", "Error": "Chyba", + "errors": "errors", "Estonia": "Estonsko", "Ethiopia": "Etiopie", "ex VAT": "bez DPH", @@ -367,6 +368,7 @@ "Lithuania": "Litva", "Load :perPage More": "Načíst :perPage více", "Loading": "načítání", + "Location": "Location", "Log in": "Přihlásit", "Log In": "Přihlásit se", "Log Out": "Odhlásit", diff --git a/locales/cy/json.json b/locales/cy/json.json index bad791a6d68..5be1655a52e 100644 --- a/locales/cy/json.json +++ b/locales/cy/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Guinea Gyhydeddol", "Eritrea": "Eritrea", "Error": "Gwall", + "errors": "errors", "Estonia": "Estonia", "Ethiopia": "Ethiopia", "ex VAT": "heb TAW", @@ -367,6 +368,7 @@ "Lithuania": "Lithwania", "Load :perPage More": "Llwyth :perPage Mwy", "Loading": "Llwytho", + "Location": "Location", "Log in": "Logio i mewn", "Log In": "Mewngofnodi", "Log Out": "Yn Logio Allan", diff --git a/locales/da/json.json b/locales/da/json.json index 0cef2e7ee97..7bd1cd952f2 100644 --- a/locales/da/json.json +++ b/locales/da/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Ækvatorialguinea", "Eritrea": "Eritrea", "Error": "Fejl", + "errors": "errors", "Estonia": "Estland", "Ethiopia": "Etiopien", "ex VAT": "eksl. moms", @@ -367,6 +368,7 @@ "Lithuania": "Litauen", "Load :perPage More": "Indlæs :perside mere", "Loading": "Indlæser", + "Location": "Location", "Log in": "Log ind", "Log In": "Log ind", "Log Out": "Log ud", diff --git a/locales/de/json.json b/locales/de/json.json index bb04b3a88d1..d29d4384bdf 100644 --- a/locales/de/json.json +++ b/locales/de/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Äquatorialguinea", "Eritrea": "Eritrea", "Error": "Fehler", + "errors": "errors", "Estonia": "Estland", "Ethiopia": "Äthiopien", "ex VAT": "ohne Umsatzsteuer", @@ -367,6 +368,7 @@ "Lithuania": "Litauen", "Load :perPage More": ":perPage weitere laden", "Loading": "Wird geladen", + "Location": "Location", "Log in": "Einloggen", "Log In": "Einloggen", "Log Out": "Abmelden", diff --git a/locales/de_CH/json.json b/locales/de_CH/json.json index f9b1281e2f5..02fbe8fba5e 100644 --- a/locales/de_CH/json.json +++ b/locales/de_CH/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Äquatorialguinea", "Eritrea": "Eritrea", "Error": "Fehler", + "errors": "errors", "Estonia": "Estland", "Ethiopia": "Äthiopien", "ex VAT": "exkl. MwSt", @@ -367,6 +368,7 @@ "Lithuania": "Litauen", "Load :perPage More": "Laden :perPage weitere", "Loading": "Wird geladen", + "Location": "Location", "Log in": "Einloggen", "Log In": "Einloggen", "Log Out": "Abmelden", diff --git a/locales/doi/json.json b/locales/doi/json.json index 0d50c593d24..d8eeb0e6503 100644 --- a/locales/doi/json.json +++ b/locales/doi/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "भूमध्यरेखीय गिनी", "Eritrea": "इरिट्रिया ने दी", "Error": "गलती", + "errors": "errors", "Estonia": "एस्टोनिया", "Ethiopia": "इथियोपिया ने दी", "ex VAT": "पूर्व वैट", @@ -367,6 +368,7 @@ "Lithuania": "लिथुआनिया", "Load :perPage More": "लोड :perPage होर", "Loading": "लोड हो रहा है", + "Location": "Location", "Log in": "लॉग इन करो", "Log In": "लॉग इन करो", "Log Out": "लॉग आउट करो", diff --git a/locales/ee/json.json b/locales/ee/json.json index 54bafc30ee5..ca17bee8b6c 100644 --- a/locales/ee/json.json +++ b/locales/ee/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Equatorial Guinea ƒe ɣletinyigba", "Eritrea": "Eritrea ƒe dukɔ", "Error": "Vodada", + "errors": "errors", "Estonia": "Estonia", "Ethiopia": "Ethiopia", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "Lithuania ƒe dukɔ", "Load :perPage More": "Agba :perPage Bubuwo", "Loading": "Wole agba tsɔm", + "Location": "Location", "Log in": "Ge ɖe eme", "Log In": "Ge Ðe Eme", "Log Out": "Do go le eme", diff --git a/locales/el/json.json b/locales/el/json.json index 9b0c84a26d7..e273c46fb36 100644 --- a/locales/el/json.json +++ b/locales/el/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Ισημερινή Γουινέα", "Eritrea": "Ερυθραία", "Error": "Λάθος", + "errors": "errors", "Estonia": "Εσθονία", "Ethiopia": "Αιθιοπία", "ex VAT": "χωρίς ΦΠΑ", @@ -367,6 +368,7 @@ "Lithuania": "Λιθουανία", "Load :perPage More": "Φορτώστε :perσελίδα περισσότερα", "Loading": "Φόρτωση", + "Location": "Location", "Log in": "Συνδεθείτε", "Log In": "Σύνδεση", "Log Out": "αποσυνδεθείτε", diff --git a/locales/en/json.json b/locales/en/json.json index fce79b36e84..0d67e8e1cd2 100644 --- a/locales/en/json.json +++ b/locales/en/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Equatorial Guinea", "Eritrea": "Eritrea", "Error": "Error", + "errors": "errors", "Estonia": "Estonia", "Ethiopia": "Ethiopia", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "Lithuania", "Load :perPage More": "Load :perPage More", "Loading": "Loading", + "Location": "Location", "Log in": "Log in", "Log In": "Log In", "Log Out": "Log Out", diff --git a/locales/eo/json.json b/locales/eo/json.json index 697ea23af93..e9edf9354e0 100644 --- a/locales/eo/json.json +++ b/locales/eo/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Ekvatora Gvineo", "Eritrea": "Eritreo", "Error": "Eraro", + "errors": "errors", "Estonia": "Estonio", "Ethiopia": "Etiopio", "ex VAT": "eks VAT", @@ -367,6 +368,7 @@ "Lithuania": "Litovio", "Load :perPage More": "Ŝarĝu :perPage Pli", "Loading": "Ŝarĝante", + "Location": "Location", "Log in": "Ensaluti", "Log In": "Ensaluti", "Log Out": "Elsaluti", diff --git a/locales/es/json.json b/locales/es/json.json index 9825726f98e..10064b96677 100644 --- a/locales/es/json.json +++ b/locales/es/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Guinea Ecuatorial", "Eritrea": "Eritrea", "Error": "Error", + "errors": "errors", "Estonia": "Estonia", "Ethiopia": "Etiopía", "ex VAT": "sin VAT", @@ -367,6 +368,7 @@ "Lithuania": "Lituania", "Load :perPage More": "Cargar :perPage Mas", "Loading": "Cargando", + "Location": "Location", "Log in": "Iniciar sesión", "Log In": "Iniciar sesión", "Log Out": "Finalizar sesión", diff --git a/locales/et/json.json b/locales/et/json.json index 5f01071969d..40fca00bec6 100644 --- a/locales/et/json.json +++ b/locales/et/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Ekvatoriaal-Guinea", "Eritrea": "Eritrea", "Error": "Viga", + "errors": "errors", "Estonia": "Eesti", "Ethiopia": "Etioopia", "ex VAT": "käibemaksuta", @@ -367,6 +368,7 @@ "Lithuania": "Leedu", "Load :perPage More": "Koormus :perPage rohkem", "Loading": "Laadimine", + "Location": "Location", "Log in": "Logima", "Log In": "Logi sisse", "Log Out": "väljalogimine", diff --git a/locales/eu/json.json b/locales/eu/json.json index be7130b4221..43c1b009922 100644 --- a/locales/eu/json.json +++ b/locales/eu/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Ekuatore Gineako", "Eritrea": "Eritrea", "Error": "Errorea", + "errors": "errors", "Estonia": "Estonia", "Ethiopia": "Etiopia", "ex VAT": "BEZik gabe", @@ -367,6 +368,7 @@ "Lithuania": "Lituaniako", "Load :perPage More": "Karga :perPage Gehiago", "Loading": "Kargatzen", + "Location": "Location", "Log in": "Saioa", "Log In": "Saioa hasi", "Log Out": "Saioa", diff --git a/locales/fa/json.json b/locales/fa/json.json index e3ab8435dd2..7ee2d36f9fd 100644 --- a/locales/fa/json.json +++ b/locales/fa/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "گینه استوایی", "Eritrea": "اریتره", "Error": "خطا", + "errors": "errors", "Estonia": "استونی", "Ethiopia": "اتیوپی", "ex VAT": "سابق VAT", @@ -367,6 +368,7 @@ "Lithuania": "لیتوانی", "Load :perPage More": "بارگذاری :perPage دیگر", "Loading": "در حال بارگذاری", + "Location": "Location", "Log in": "ورود", "Log In": "ورود", "Log Out": "خروج", diff --git a/locales/fi/json.json b/locales/fi/json.json index 5431a500d14..6d6bd02a0f3 100644 --- a/locales/fi/json.json +++ b/locales/fi/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Päiväntasaajan Guinea", "Eritrea": "Eritrea", "Error": "Virhe", + "errors": "errors", "Estonia": "Viro", "Ethiopia": "Etiopia", "ex VAT": "poislukien ALV", @@ -367,6 +368,7 @@ "Lithuania": "Liettua", "Load :perPage More": "Lataa :perSivu lisää", "Loading": "Ladataan", + "Location": "Location", "Log in": "Kirjautunut", "Log In": "Kirjaudu sisään", "Log Out": "Kirjaudu Ulos", diff --git a/locales/fil/json.json b/locales/fil/json.json index 8d78ccaeb48..0abe50c161d 100644 --- a/locales/fil/json.json +++ b/locales/fil/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Equatorial Guinea", "Eritrea": "Eritrea", "Error": "Error", + "errors": "errors", "Estonia": "Estonia", "Ethiopia": "Ethiopia", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "Lithuania", "Load :perPage More": "Mag-load ng :perPage More", "Loading": "Naglo-load", + "Location": "Location", "Log in": "Mag log in", "Log In": "Mag log in", "Log Out": "Log Out", diff --git a/locales/fr/json.json b/locales/fr/json.json index 8215ea05c82..9b77558a1b2 100644 --- a/locales/fr/json.json +++ b/locales/fr/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Guinée équatoriale", "Eritrea": "Érythrée", "Error": "Erreur", + "errors": "errors", "Estonia": "Estonie", "Ethiopia": "Éthiopie", "ex VAT": "hors TVA", @@ -367,6 +368,7 @@ "Lithuania": "Lituanie", "Load :perPage More": "Charger :perPage de plus", "Loading": "Chargement", + "Location": "Location", "Log in": "Se connecter", "Log In": "Se connecter", "Log Out": "Se déconnecter", diff --git a/locales/fy/json.json b/locales/fy/json.json index 13537f8aed4..7bf63faa8c2 100644 --- a/locales/fy/json.json +++ b/locales/fy/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Ekwatoriaal-Guinee", "Eritrea": "Eritreä", "Error": "Fersin", + "errors": "errors", "Estonia": "Estlân", "Ethiopia": "Etioopje", "ex VAT": "ex btw", @@ -367,6 +368,7 @@ "Lithuania": "Litouwen", "Load :perPage More": "Laad :perPage Mear", "Loading": "Loading", + "Location": "Location", "Log in": "Oanmelde", "Log In": "Oanmelde", "Log Out": "Útlogge", diff --git a/locales/ga/json.json b/locales/ga/json.json index 581e38c39de..89cc9bf2f23 100644 --- a/locales/ga/json.json +++ b/locales/ga/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "An Ghuine Mheánchriosach", "Eritrea": "Eiritré", "Error": "Earráid", + "errors": "errors", "Estonia": "an Eastóin", "Ethiopia": "Aetóip", "ex VAT": "ex CBL", @@ -367,6 +368,7 @@ "Lithuania": "an Liotuáin", "Load :perPage More": "Luchtaigh :perPage Eile", "Loading": "Ag lódáil", + "Location": "Location", "Log in": "Logáil isteach", "Log In": "Logáil isteach", "Log Out": "Logáil Amach", diff --git a/locales/gd/json.json b/locales/gd/json.json index 6291ce04b04..129614dcfc6 100644 --- a/locales/gd/json.json +++ b/locales/gd/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Equatorial Guinea", "Eritrea": "Eritrea", "Error": "Mearachd", + "errors": "errors", "Estonia": "Estonia", "Ethiopia": "Ethiopia", "ex VAT": "às aonais VAT", @@ -367,6 +368,7 @@ "Lithuania": "Lithuania", "Load :perPage More": "Luchdaich sìos :perPage a bharrachd", "Loading": "A' luchdachadh", + "Location": "Location", "Log in": "Log a-steach", "Log In": "Log a-steach", "Log Out": "Log a-mach", diff --git a/locales/gl/json.json b/locales/gl/json.json index 66bb98ecb74..0e5dd6e7b4e 100644 --- a/locales/gl/json.json +++ b/locales/gl/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Guinea Ecuatorial", "Eritrea": "Eritrea", "Error": "Erro", + "errors": "errors", "Estonia": "Estonia", "Ethiopia": "Etiopía", "ex VAT": "sen IVE", @@ -367,6 +368,7 @@ "Lithuania": "Lituania", "Load :perPage More": "Carga :perPage Máis", "Loading": "Cargando", + "Location": "Location", "Log in": "Entrar en", "Log In": "Iniciar sesión", "Log Out": "Saír", diff --git a/locales/gu/json.json b/locales/gu/json.json index 542e561a1b0..0a6b2f34c98 100644 --- a/locales/gu/json.json +++ b/locales/gu/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "વિષુવવૃત્તીય ગિની", "Eritrea": "એરિટ્રિયા", "Error": "ભૂલ", + "errors": "errors", "Estonia": "એસ્ટોનિયા", "Ethiopia": "ઇથોપિયા", "ex VAT": "ભૂતપૂર્વ VAT", @@ -367,6 +368,7 @@ "Lithuania": "લિથુઆનિયા", "Load :perPage More": ":PerPage વધુ લોડ કરો", "Loading": "લોડ કરી રહ્યું છે", + "Location": "Location", "Log in": "પ્રવેશ કરો", "Log In": "પ્રવેશ કરો", "Log Out": "લૉગ આઉટ", diff --git a/locales/ha/json.json b/locales/ha/json.json index ba90277fb49..cc58592cb7b 100644 --- a/locales/ha/json.json +++ b/locales/ha/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Equatorial Guinea", "Eritrea": "Eritrea", "Error": "Kuskure", + "errors": "errors", "Estonia": "Estoniya", "Ethiopia": "Habasha", "ex VAT": "misali VAT", @@ -367,6 +368,7 @@ "Lithuania": "Lithuania", "Load :perPage More": "Loda :perPage ƙari", "Loading": "Ana lodawa", + "Location": "Location", "Log in": "Shiga", "Log In": "Shiga", "Log Out": "Fita", diff --git a/locales/haw/json.json b/locales/haw/json.json index 66769c1a889..0c00b881893 100644 --- a/locales/haw/json.json +++ b/locales/haw/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Kini ʻEkuakolia", "Eritrea": "ʻElikilea", "Error": "Kuhihewa", + "errors": "errors", "Estonia": "ʻEsetonia", "Ethiopia": "ʻAikiopa", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "Lituania", "Load :perPage More": "Haawe :perPage More", "Loading": "Ke hoʻouka nei", + "Location": "Location", "Log in": "E komo", "Log In": "Komo i loko", "Log Out": "Lele", diff --git a/locales/he/json.json b/locales/he/json.json index e38ff551791..8360e251fe3 100644 --- a/locales/he/json.json +++ b/locales/he/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "גינאה המשוונית", "Eritrea": "אריתריאה", "Error": "שְׁגִיאָה", + "errors": "errors", "Estonia": "אסטוניה", "Ethiopia": "אתיופיה", "ex VAT": "ללא מע\"מ", @@ -367,6 +368,7 @@ "Lithuania": "ליטא", "Load :perPage More": "טען :perPage יותר", "Loading": "טעינה", + "Location": "Location", "Log in": "התחבר", "Log In": "התחברות", "Log Out": "התנתק", diff --git a/locales/hi/json.json b/locales/hi/json.json index 0286eb1d223..e5e3c670360 100644 --- a/locales/hi/json.json +++ b/locales/hi/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "इक्वेटोरियल गिनी", "Eritrea": "इरिट्रिया", "Error": "गलती", + "errors": "errors", "Estonia": "एस्टोनिया", "Ethiopia": "इथियोपिया", "ex VAT": "पूर्व वैट", @@ -367,6 +368,7 @@ "Lithuania": "लिथुआनिया", "Load :perPage More": "लोड अधिक :perPage", "Loading": "लोड हो रहा है", + "Location": "Location", "Log in": "लॉग इन करें", "Log In": "लॉग इन करें", "Log Out": "लॉग आउट करें", diff --git a/locales/hr/json.json b/locales/hr/json.json index 1be3a08c9d4..c7405eb4f36 100644 --- a/locales/hr/json.json +++ b/locales/hr/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Ekvatorska Gvineja", "Eritrea": "Eritreja", "Error": "Greška", + "errors": "errors", "Estonia": "Estonija", "Ethiopia": "Etiopija", "ex VAT": "ex PDV", @@ -367,6 +368,7 @@ "Lithuania": "Litva", "Load :perPage More": "Učitaj :perPage više", "Loading": "Učitavam", + "Location": "Location", "Log in": "Prijava", "Log In": "Prijava", "Log Out": "Odjava", diff --git a/locales/hu/json.json b/locales/hu/json.json index 810a6ba41af..e1de371f3cf 100644 --- a/locales/hu/json.json +++ b/locales/hu/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Egyenlítői-Guinea", "Eritrea": "Eritrea", "Error": "Hiba", + "errors": "errors", "Estonia": "Észtország", "Ethiopia": "Etiópia", "ex VAT": "áfa nélkül", @@ -367,6 +368,7 @@ "Lithuania": "Litvánia", "Load :perPage More": "Betöltése :perpage több", "Loading": "Betöltés", + "Location": "Location", "Log in": "Bejelentkezés", "Log In": "Belépés", "Log Out": "Kijelentkezés", diff --git a/locales/hy/json.json b/locales/hy/json.json index 4878fd10370..e4871e1a014 100644 --- a/locales/hy/json.json +++ b/locales/hy/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Հասարակածային Գվինեա", "Eritrea": "Էրիթրեա", "Error": "Սխալ", + "errors": "errors", "Estonia": "Էստոնիա", "Ethiopia": "Եթովպիա", "ex VAT": "նախկին ԱԱՀ", @@ -367,6 +368,7 @@ "Lithuania": "Լիտվա", "Load :perPage More": "Ներբեռնեք :per Էջ Ավելին", "Loading": "Բեռնվում է", + "Location": "Location", "Log in": "Մուտք գործել", "Log In": "Մուտք գործեք", "Log Out": "դուրս գալ համակարգից", diff --git a/locales/id/json.json b/locales/id/json.json index 0125ed05392..e89f88c8a99 100644 --- a/locales/id/json.json +++ b/locales/id/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Guinea Khatulistiwa", "Eritrea": "Eritrea", "Error": "Kesalahan", + "errors": "errors", "Estonia": "Estonia", "Ethiopia": "Etiopia", "ex VAT": "tidak termasuk PPN", @@ -367,6 +368,7 @@ "Lithuania": "Lituania", "Load :perPage More": "Muat Lebih Banyak :perPage", "Loading": "Memuat", + "Location": "Location", "Log in": "Masuk", "Log In": "Masuk", "Log Out": "Keluar", diff --git a/locales/ig/json.json b/locales/ig/json.json index f3ca160c25c..0101fedc27c 100644 --- a/locales/ig/json.json +++ b/locales/ig/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Equatorial Guinea", "Eritrea": "Eritrea", "Error": "Njehie", + "errors": "errors", "Estonia": "Estonia", "Ethiopia": "Etiopia", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "Lithuania", "Load :perPage More": "Ibu :perPage ọzọ", "Loading": "Na-ebugo", + "Location": "Location", "Log in": "Banye", "Log In": "Banye", "Log Out": "Wepụ", diff --git a/locales/is/json.json b/locales/is/json.json index 11c8656fada..3e9c331e1bc 100644 --- a/locales/is/json.json +++ b/locales/is/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Í Miðbaugs-Guineu", "Eritrea": "Burma", "Error": "Villa", + "errors": "errors", "Estonia": "Eistland", "Ethiopia": "Eþíópíu", "ex VAT": "án virðisaukaskatts", @@ -367,6 +368,7 @@ "Lithuania": "Litháen", "Load :perPage More": "Hlaða :perPage Fleiri", "Loading": "Hleðsla", + "Location": "Location", "Log in": "Skráðu þig í", "Log In": "Skrá inn", "Log Out": "Að Skrá Þig Út", diff --git a/locales/it/json.json b/locales/it/json.json index fa63aa7e70d..d4ae109f912 100644 --- a/locales/it/json.json +++ b/locales/it/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Guinea Equatoriale", "Eritrea": "Eritrea", "Error": "Errore", + "errors": "errors", "Estonia": "Estonia", "Ethiopia": "Etiopia", "ex VAT": "IVA esclusa", @@ -367,6 +368,7 @@ "Lithuania": "Lituania", "Load :perPage More": "Carica altri :perPage", "Loading": "Caricamento", + "Location": "Location", "Log in": "Accedi", "Log In": "Accedi", "Log Out": "Esci", diff --git a/locales/ja/json.json b/locales/ja/json.json index cbb3d7339c1..f72835bb1cf 100644 --- a/locales/ja/json.json +++ b/locales/ja/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "赤道ギニア", "Eritrea": "エリトリア", "Error": "エラー", + "errors": "errors", "Estonia": "エストニア", "Ethiopia": "エチオピア", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "リトアニア", "Load :perPage More": ":PerPageページ分読み込む", "Loading": "読み込み中", + "Location": "Location", "Log in": "ログイン", "Log In": "ログイン", "Log Out": "ログアウト", diff --git a/locales/ka/json.json b/locales/ka/json.json index 1db64e5e545..f60072da7af 100644 --- a/locales/ka/json.json +++ b/locales/ka/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "ეკვატორული გვინეა", "Eritrea": "ერიტრეა", "Error": "შეცდომა", + "errors": "errors", "Estonia": "ესტონეთი", "Ethiopia": "ეთიოპია", "ex VAT": "დღგ-ს გარეშე", @@ -367,6 +368,7 @@ "Lithuania": "ლიტვა", "Load :perPage More": "დატვირთვა :perPage მეტი", "Loading": "Ჩატვირთვა", + "Location": "Location", "Log in": "შესვლა", "Log In": "Შესვლა", "Log Out": "გამოხვიდეთ", diff --git a/locales/kk/json.json b/locales/kk/json.json index c0bf12602e0..834c54a16a6 100644 --- a/locales/kk/json.json +++ b/locales/kk/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Экваторлық Гвинея", "Eritrea": "Эритрея", "Error": "Қате", + "errors": "errors", "Estonia": "Эстония", "Ethiopia": "Эфиопия", "ex VAT": "бұрынғы ҚҚС", @@ -367,6 +368,7 @@ "Lithuania": "Литва", "Load :perPage More": "Тағы :per бетті жүктеңіз", "Loading": "Жүктелуде", + "Location": "Location", "Log in": "Авторлану", "Log In": "Кіру", "Log Out": "жүйеден шығу", diff --git a/locales/km/json.json b/locales/km/json.json index 222a63c0dd7..19644f7bb4a 100644 --- a/locales/km/json.json +++ b/locales/km/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "ហ្គីណេអេក្វាទ័រ", "Eritrea": "អេរីត្រេ", "Error": "កំហុស", + "errors": "errors", "Estonia": "អេស្តូនី", "Ethiopia": "អេត្យូពី", "ex VAT": "អតីត VAT", @@ -367,6 +368,7 @@ "Lithuania": "លីទុយអានី", "Load :perPage More": "ផ្ទុក :perPage ច្រើនទៀត", "Loading": "កំពុងផ្ទុក", + "Location": "Location", "Log in": "ចូល", "Log In": "ចូល", "Log Out": "ចាកចេញ", diff --git a/locales/kn/json.json b/locales/kn/json.json index 1ddbabc571d..dc4d01e8f1d 100644 --- a/locales/kn/json.json +++ b/locales/kn/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "ವಿಷುವದ್ರೇಖೆಯ ಗಿನಿ", "Eritrea": "ಏರಿಟ್ರಿಯಾ", "Error": "ದೋಷ", + "errors": "errors", "Estonia": "ಎಸ್ಟೋನಿಯಾ", "Ethiopia": "ಇಥಿಯೋಪಿಯ", "ex VAT": "ಮಾಜಿ ವ್ಯಾಟ್", @@ -367,6 +368,7 @@ "Lithuania": "ಲಿಥುವೇನಿಯಾ", "Load :perPage More": "ಲೋಡ್ ಹೆಚ್ಚು :perPage", "Loading": "ಲೋಡ್ ಆಗುತ್ತಿದೆ", + "Location": "Location", "Log in": "ಲಾಗ್", "Log In": "ಲಾಗಿನ್ ಮಾಡಿ", "Log Out": "ಲಾಗ್ ಔಟ್", diff --git a/locales/ko/json.json b/locales/ko/json.json index aedc7ddd1e5..ae143d00ac6 100644 --- a/locales/ko/json.json +++ b/locales/ko/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "적도 기니", "Eritrea": "에리트리아", "Error": "오류", + "errors": "errors", "Estonia": "에스토니아", "Ethiopia": "에티오피아", "ex VAT": "VAT 제외", @@ -367,6 +368,7 @@ "Lithuania": "리투아니아", "Load :perPage More": ":PerPage 더 로드", "Loading": "로드 중", + "Location": "Location", "Log in": "로그인", "Log In": "로그인", "Log Out": "로그아웃", diff --git a/locales/ku/json.json b/locales/ku/json.json index c939496ddd9..3300c0a0361 100644 --- a/locales/ku/json.json +++ b/locales/ku/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Gîneya Ekwatorê", "Eritrea": "Erître", "Error": "Şaşî", + "errors": "errors", "Estonia": "Estonya", "Ethiopia": "Etîyopya", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "Lîtvanya", "Load :perPage More": "Barkirina :perPage Zêdetir", "Loading": "Barkirin", + "Location": "Location", "Log in": "Têkeve", "Log In": "Têkeve", "Log Out": "Derkeve", diff --git a/locales/ky/json.json b/locales/ky/json.json index f4348953e94..aa20031643f 100644 --- a/locales/ky/json.json +++ b/locales/ky/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Экватордук Гвинея", "Eritrea": "Эритрия", "Error": "Ката", + "errors": "errors", "Estonia": "Эстония", "Ethiopia": "Эфиопия", "ex VAT": "мурунку КНС", @@ -367,6 +368,7 @@ "Lithuania": "Литва", "Load :perPage More": "Дагы :perPage жүктөө", "Loading": "Жүктөө", + "Location": "Location", "Log in": "Кириңиз", "Log In": "Кирүү", "Log Out": "Чыгуу", diff --git a/locales/lb/json.json b/locales/lb/json.json index ab8e532c810..77fab2a2af2 100644 --- a/locales/lb/json.json +++ b/locales/lb/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Äquatorialguinea", "Eritrea": "Eritrea", "Error": "Feeler", + "errors": "errors", "Estonia": "Estland", "Ethiopia": "Äthiopien", "ex VAT": "ex TVA", @@ -367,6 +368,7 @@ "Lithuania": "Litauen", "Load :perPage More": "Luet :perPage Méi", "Loading": "Lueden", + "Location": "Location", "Log in": "Mellt Iech un", "Log In": "Aloggen", "Log Out": "Ausloggen", diff --git a/locales/lg/json.json b/locales/lg/json.json index bc507b20ced..82dc3754c16 100644 --- a/locales/lg/json.json +++ b/locales/lg/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Equatorial Guinea", "Eritrea": "Eritrea mu ggwanga", "Error": "Ensobi", + "errors": "errors", "Estonia": "Estonia", "Ethiopia": "Ethiopia", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "Lithuania eyitibwa Lithuania", "Load :perPage More": "Load :perPage Ebisingawo", "Loading": "Okutikka", + "Location": "Location", "Log in": "Yingira mu", "Log In": "Yingira mu", "Log Out": "Okufuluma", diff --git a/locales/ln/json.json b/locales/ln/json.json index 59f5c003629..96e184a4c7b 100644 --- a/locales/ln/json.json +++ b/locales/ln/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Guinée équatoriale", "Eritrea": "Érythrée na mboka", "Error": "Libunga", + "errors": "errors", "Estonia": "Estonie", "Ethiopia": "Éthiopie", "ex VAT": "ex TVA", @@ -367,6 +368,7 @@ "Lithuania": "Lituanie, ekólo Lituanie", "Load :perPage More": "Charge :perPage Lisusu", "Loading": "Ezali ko charger", + "Location": "Location", "Log in": "Kota na kati", "Log In": "Kokota na site", "Log Out": "Bima na libanda", diff --git a/locales/lo/json.json b/locales/lo/json.json index e4990370f4f..40674499b86 100644 --- a/locales/lo/json.json +++ b/locales/lo/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Equatorial Guinea", "Eritrea": "ເອຣິເທຣຍ", "Error": "ຜິດພາດ", + "errors": "errors", "Estonia": "ເອສໂຕເນຍ", "Ethiopia": "ເອທິໂອເປຍ", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "ລິທົວເນຍ", "Load :perPage More": "ໂຫຼດ :perPage ເພີ່ມເຕີມ", "Loading": "ກຳລັງໂຫຼດ", + "Location": "Location", "Log in": "ເຂົ້າ​ສູ່​ລະ​ບົບ", "Log In": "ເຂົ້າ​ສູ່​ລະ​ບົບ", "Log Out": "ອອກ​ຈາກ​ລະ​ບົບ", diff --git a/locales/lt/json.json b/locales/lt/json.json index 7cf2fcac562..94338390283 100644 --- a/locales/lt/json.json +++ b/locales/lt/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Pusiaujo Gvinėja", "Eritrea": "Eritrėja", "Error": "Klaida", + "errors": "errors", "Estonia": "Estija", "Ethiopia": "Etiopija", "ex VAT": "be PVM", @@ -367,6 +368,7 @@ "Lithuania": "Lietuva", "Load :perPage More": "Load :perpage plačiau", "Loading": "Įkeliama", + "Location": "Location", "Log in": "Prisijungti", "Log In": "Prisijungti", "Log Out": "atsijungti", diff --git a/locales/lv/json.json b/locales/lv/json.json index 2e8d2f544ad..c0561eeea78 100644 --- a/locales/lv/json.json +++ b/locales/lv/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Ekvatoriālā Gvineja", "Eritrea": "Eritreja", "Error": "Kļūda", + "errors": "errors", "Estonia": "Igaunija", "Ethiopia": "Etiopija", "ex VAT": "bez PVN", @@ -367,6 +368,7 @@ "Lithuania": "Lietuva", "Load :perPage More": "Slodze :perPage vairāk", "Loading": "Notiek ielāde", + "Location": "Location", "Log in": "Pieteikties", "Log In": "Pieslēgties", "Log Out": "iziet", diff --git a/locales/mai/json.json b/locales/mai/json.json index bdf870e9c50..a36a3f6f24b 100644 --- a/locales/mai/json.json +++ b/locales/mai/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "भूमध्यरेखीय गिनी", "Eritrea": "इरिट्रिया", "Error": "दोष", + "errors": "errors", "Estonia": "एस्टोनिया", "Ethiopia": "इथियोपिया", "ex VAT": "पूर्व वैट", @@ -367,6 +368,7 @@ "Lithuania": "लिथुआनिया", "Load :perPage More": "लोड :perPage और", "Loading": "लोड हो रहल अछि", + "Location": "Location", "Log in": "लॉग इन करू", "Log In": "लॉग इन करू", "Log Out": "लॉग आउट", diff --git a/locales/mg/json.json b/locales/mg/json.json index d600fa50192..1ab611337ca 100644 --- a/locales/mg/json.json +++ b/locales/mg/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Guinée équatoriale", "Eritrea": "ÉRYTHRÉE", "Error": "fahadisoana", + "errors": "errors", "Estonia": "Estonia", "Ethiopia": "Ethiopia", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "LITOANIA", "Load :perPage More": "Load :perPage More", "Loading": "Loading", + "Location": "Location", "Log in": "Hiditra", "Log In": "Hiditra", "Log Out": "Miala", diff --git a/locales/mi/json.json b/locales/mi/json.json index 395064013f7..b74dec59a28 100644 --- a/locales/mi/json.json +++ b/locales/mi/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Guinea Equatorial", "Eritrea": "Eritrea", "Error": "Hapa", + "errors": "errors", "Estonia": "Estonia", "Ethiopia": "Etiopia", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "Lithuania", "Load :perPage More": "Utaina :perPage Ētahi atu", "Loading": "Uta ana", + "Location": "Location", "Log in": "Takiuru", "Log In": "Takiuru", "Log Out": "Takiputa atu", diff --git a/locales/mk/json.json b/locales/mk/json.json index 06022d700cd..d87541ec284 100644 --- a/locales/mk/json.json +++ b/locales/mk/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Екваторијалниот Гвинеја", "Eritrea": "Еритреја", "Error": "Грешка", + "errors": "errors", "Estonia": "Естонија", "Ethiopia": "Етиопија", "ex VAT": "екс ДДВ", @@ -367,6 +368,7 @@ "Lithuania": "Литванија", "Load :perPage More": "Оптоварување :perPage Повеќе", "Loading": "Се вчитува", + "Location": "Location", "Log in": "Најави се", "Log In": "Логирај Се", "Log Out": "Одјавете се", diff --git a/locales/ml/json.json b/locales/ml/json.json index 31651c63a69..0e58a39aa2d 100644 --- a/locales/ml/json.json +++ b/locales/ml/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "ഇക്വറ്റോറിയൽ ഗിനിയ", "Eritrea": "എറിത്രിയ", "Error": "പിശക്", + "errors": "errors", "Estonia": "എസ്റ്റോണിയ", "Ethiopia": "എത്യോപ്യ", "ex VAT": "മുൻ വാറ്റ്", @@ -367,6 +368,7 @@ "Lithuania": "ലിത്വാനിയ", "Load :perPage More": ":perPage എണ്ണം കൂടി ലോഡുചെയ്യുക", "Loading": "ലോഡിംഗ്", + "Location": "Location", "Log in": "ലോഗിൻ", "Log In": "ലോഗിൻ", "Log Out": "ലോഗ് ഔട്ട് ചെയ്യുക", diff --git a/locales/mn/json.json b/locales/mn/json.json index eaa2355a62d..1af825c4f73 100644 --- a/locales/mn/json.json +++ b/locales/mn/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Гвиней Улс", "Eritrea": "Эритрей", "Error": "Алдаа", + "errors": "errors", "Estonia": "Эстони", "Ethiopia": "Этиоп", "ex VAT": "өмнөх НӨАТ", @@ -367,6 +368,7 @@ "Lithuania": "Литва", "Load :perPage More": "Ачаалал :per түүнээс дээш", "Loading": "Ачааж байна", + "Location": "Location", "Log in": "Нэвтрэх", "Log In": "Нэвтрэх", "Log Out": "Нэвтрэх", diff --git a/locales/mni_Mtei/json.json b/locales/mni_Mtei/json.json index ec27948498c..61ec9ff438d 100644 --- a/locales/mni_Mtei/json.json +++ b/locales/mni_Mtei/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "ꯏꯛꯕꯦꯇꯣꯔꯤꯑꯦꯜ ꯒꯤꯅꯤꯗꯥ ꯂꯩꯕꯥ ꯌꯨ.ꯑꯦꯁ", "Eritrea": "ꯏꯔꯤꯠꯔꯤꯌꯥꯗꯥ ꯂꯩꯕꯥ ꯌꯨ.ꯑꯦꯁ", "Error": "ꯑꯁꯣꯏꯕ", + "errors": "errors", "Estonia": "ꯏꯁ꯭ꯇꯣꯅꯤꯌꯥꯗꯥ ꯂꯩꯕꯥ꯫", "Ethiopia": "ꯏꯊꯤꯑꯣꯄꯤꯌꯥꯗꯥ ꯌꯨ.ꯑꯦꯁ", "ex VAT": "ꯑꯦꯛꯁ ꯚꯦꯠ ꯇꯧꯕꯥ꯫", @@ -367,6 +368,7 @@ "Lithuania": "ꯂꯤꯊꯨꯅꯤꯌꯥꯗꯥ ꯂꯩꯕꯥ ꯌꯨ.ꯑꯦꯁ", "Load :perPage More": "ꯂꯣꯗ ꯱꯰ ꯍꯦꯟꯅꯥ ꯂꯩ꯫", "Loading": "ꯂꯣꯗ ꯇꯧꯕꯥ꯫", + "Location": "Location", "Log in": "ꯂꯣꯒ ꯏꯟ ꯇꯧꯕꯤꯌꯨ꯫", "Log In": "ꯂꯣꯒ ꯏꯟ ꯇꯧꯕꯥ꯫", "Log Out": "ꯂꯣꯒ ꯑꯥꯎꯠ ꯇꯧꯕꯥ꯫", diff --git a/locales/mr/json.json b/locales/mr/json.json index 9f708a01866..ad8b65e50f3 100644 --- a/locales/mr/json.json +++ b/locales/mr/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "इक्वेटोरीयल गिनी", "Eritrea": "इरिट्रिया", "Error": "त्रुटी", + "errors": "errors", "Estonia": "इस्टोनिया", "Ethiopia": "इथिओपिया", "ex VAT": "एक्स व्हॅट", @@ -367,6 +368,7 @@ "Lithuania": "लिथुआनिया", "Load :perPage More": "आणखी :perPage लोड करा", "Loading": "लोड करत आहे", + "Location": "Location", "Log in": "लॉग इन", "Log In": "लॉग इन करा", "Log Out": "लॉग आउट", diff --git a/locales/ms/json.json b/locales/ms/json.json index f1747bfda66..df40eb35b41 100644 --- a/locales/ms/json.json +++ b/locales/ms/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Khatulistiwa Guinea", "Eritrea": "Eritrea", "Error": "ralat", + "errors": "errors", "Estonia": "Estonia", "Ethiopia": "Habsyah", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "Lithuania", "Load :perPage More": "Beban Lebih :perPage", "Loading": "Memuatkan", + "Location": "Location", "Log in": "Dalam Log", "Log In": "Log masuk", "Log Out": "Log keluar", diff --git a/locales/mt/json.json b/locales/mt/json.json index afac02dbf8a..798921031b2 100644 --- a/locales/mt/json.json +++ b/locales/mt/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Ginea Ekwatorjali", "Eritrea": "l-Eritrea", "Error": "Żball", + "errors": "errors", "Estonia": "Estonja", "Ethiopia": "Etjopja", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "il-Litwanja", "Load :perPage More": "Tagħbija :perPage Aktar", "Loading": "Tagħbija", + "Location": "Location", "Log in": "Idħol", "Log In": "Idħol", "Log Out": "Oħroġ", diff --git a/locales/my/json.json b/locales/my/json.json index e9ca3f73cb4..7daa6a3ff25 100644 --- a/locales/my/json.json +++ b/locales/my/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "အီကွေတိုရီရယ်ဂီနီ", "Eritrea": "အီရီထရီးယား", "Error": "အမှား", + "errors": "errors", "Estonia": "အက်စ်တိုးနီးယား", "Ethiopia": "အီသီယိုးပီးယား", "ex VAT": "VAT ဟောင်း", @@ -367,6 +368,7 @@ "Lithuania": "လစ်သူယေးနီးယား", "Load :perPage More": "နောက်ထပ် :perPage ခု တင်ပါ။", "Loading": "ဒိန်း", + "Location": "Location", "Log in": "လော့ဂ်အင်", "Log In": "လော့ဂ်အင်", "Log Out": "Log Out လုပ်ပါ။", diff --git a/locales/nb/json.json b/locales/nb/json.json index 29b7fe64036..4bf439846f1 100644 --- a/locales/nb/json.json +++ b/locales/nb/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Ekvatorial-Guinea", "Eritrea": "Eritrea", "Error": "Feil", + "errors": "errors", "Estonia": "Estland", "Ethiopia": "Etiopia", "ex VAT": "eks MVA", @@ -367,6 +368,7 @@ "Lithuania": "Litauen", "Load :perPage More": "Last :perPage til", "Loading": "Laster", + "Location": "Location", "Log in": "Logg inn", "Log In": "Logg inn", "Log Out": "Logg ut", diff --git a/locales/ne/json.json b/locales/ne/json.json index b7b19eca348..e33f62bf851 100644 --- a/locales/ne/json.json +++ b/locales/ne/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "इक्वेटोरियल गिनी", "Eritrea": "एरित्रिया", "Error": "त्रुटि", + "errors": "errors", "Estonia": "इस्टोनिया", "Ethiopia": "इथोपिया", "ex VAT": "पूर्व VAT", @@ -367,6 +368,7 @@ "Lithuania": "मासेडोनिया", "Load :perPage More": "लोड :perPage अधिक", "Loading": "लोड गर्दै", + "Location": "Location", "Log in": "लग - इन", "Log In": "लग - इन", "Log Out": "लग आउट", diff --git a/locales/nl/json.json b/locales/nl/json.json index 92dae6003e1..3d7776c9152 100644 --- a/locales/nl/json.json +++ b/locales/nl/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Equatoriaal-Guinea", "Eritrea": "Eritrea", "Error": "Fout", + "errors": "errors", "Estonia": "Estland", "Ethiopia": "Ethiopië", "ex VAT": "excl. btw", @@ -367,6 +368,7 @@ "Lithuania": "Litouwen", "Load :perPage More": "Laad :perPage Meer", "Loading": "Bezig met laden", + "Location": "Location", "Log in": "Inloggen", "Log In": "Inloggen", "Log Out": "Uitloggen", diff --git a/locales/nn/json.json b/locales/nn/json.json index 90ad8cf4c1f..543a9d5ef98 100644 --- a/locales/nn/json.json +++ b/locales/nn/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Ekvatorial-Guinea", "Eritrea": "Eritrea", "Error": "Feil", + "errors": "errors", "Estonia": "Estland", "Ethiopia": "Etiopia", "ex VAT": "eks mva", @@ -367,6 +368,7 @@ "Lithuania": "Litauen", "Load :perPage More": "Last inn :perPage mer", "Loading": "Laster", + "Location": "Location", "Log in": "Logg Inn", "Log In": "Logg Inn", "Log Out": "Logg ut", diff --git a/locales/oc/json.json b/locales/oc/json.json index 5aa095af587..da7d8d7f3f8 100644 --- a/locales/oc/json.json +++ b/locales/oc/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Equatorial Guinea", "Eritrea": "Eritrea", "Error": "Error", + "errors": "errors", "Estonia": "Estonia", "Ethiopia": "Ethiopia", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "Lithuania", "Load :perPage More": "Load :perPage More", "Loading": "Loading", + "Location": "Location", "Log in": "Log in", "Log In": "Log In", "Log Out": "Log Out", diff --git a/locales/om/json.json b/locales/om/json.json index d15cf141339..78b16e8a3f1 100644 --- a/locales/om/json.json +++ b/locales/om/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Ikuwaatooriyaal Giinii", "Eritrea": "Eertiraa", "Error": "Dogoggora", + "errors": "errors", "Estonia": "Istooniyaa", "Ethiopia": "Itoophiyaa", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "Lituwaaniyaa", "Load :perPage More": "Fe'i :perPage Dabalata", "Loading": "Fe'amaa jira", + "Location": "Location", "Log in": "Galmaa'aa", "Log In": "Galmee Galchuu", "Log Out": "Log Out", diff --git a/locales/or/json.json b/locales/or/json.json index d9e71848d2a..dab0c96dc5c 100644 --- a/locales/or/json.json +++ b/locales/or/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "ଏକ୍ୟୁଟୋରିଆଲ୍ ଗିନି", "Eritrea": "ଇରିଟ୍ରିଆ", "Error": "ତ୍ରୁଟି |", + "errors": "errors", "Estonia": "ଇଷ୍ଟୋନିଆ", "Ethiopia": "ଇଥିଓପିଆ", "ex VAT": "ପୂର୍ବ ଭ୍ୟାଟ୍", @@ -367,6 +368,7 @@ "Lithuania": "ଲିଥୁଆନିଆ", "Load :perPage More": ":perPage ଅଧିକ ଲୋଡ୍ କରନ୍ତୁ |", "Loading": "ଲୋଡିଂ", + "Location": "Location", "Log in": "ଭିତରକୁ ଯାଉ", "Log In": "ଭିତରକୁ ଯାଉ", "Log Out": "ପ୍ରସ୍ଥାନ କର", diff --git a/locales/pa/json.json b/locales/pa/json.json index 13a37d8bb08..c014bfa5264 100644 --- a/locales/pa/json.json +++ b/locales/pa/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "ਇਕੂਟੇਰੀਅਲ ਗਿਨੀ", "Eritrea": "ਇਰੀਟਰੀਆ", "Error": "ਗਲਤੀ", + "errors": "errors", "Estonia": "ਐਸਟੋਨੀਆ", "Ethiopia": "ਇਥੋਪੀਆ", "ex VAT": "ਸਾਬਕਾ ਵੈਟ", @@ -367,6 +368,7 @@ "Lithuania": "ਲਿਥੁਆਨੀਆ", "Load :perPage More": ":perPage ਹੋਰ ਲੋਡ ਕਰੋ", "Loading": "ਲੋਡ ਹੋ ਰਿਹਾ ਹੈ", + "Location": "Location", "Log in": "ਲਾਗਿਨ", "Log In": "ਲਾਗਿਨ", "Log Out": "ਲਾੱਗ ਆਊਟ, ਬਾਹਰ ਆਉਣਾ", diff --git a/locales/pl/json.json b/locales/pl/json.json index 6c67e69f892..a14c0cf289d 100644 --- a/locales/pl/json.json +++ b/locales/pl/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Gwinea Równikowa", "Eritrea": "Erytrea", "Error": "Błąd", + "errors": "errors", "Estonia": "Estonia", "Ethiopia": "Etiopia", "ex VAT": "bez VAT", @@ -367,6 +368,7 @@ "Lithuania": "Litwa", "Load :perPage More": "Załaduj :perPage więcej", "Loading": "Ładowanie", + "Location": "Location", "Log in": "Zaloguj się", "Log In": "Zaloguj się", "Log Out": "Wyloguj się", diff --git a/locales/ps/json.json b/locales/ps/json.json index 19c7165df6c..62c187e3473 100644 --- a/locales/ps/json.json +++ b/locales/ps/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "استوایی ګینه", "Eritrea": "اریتره", "Error": "تېروتنه", + "errors": "errors", "Estonia": "استونیا", "Ethiopia": "ایتوپیا", "ex VAT": "پخوانی VAT", @@ -367,6 +368,7 @@ "Lithuania": "لیتوانیا", "Load :perPage More": ":PerPage نور پورته کړئ", "Loading": "بار کول", + "Location": "Location", "Log in": "د ننه کیدل", "Log In": "د ننه کیدل", "Log Out": "وتل", diff --git a/locales/pt/json.json b/locales/pt/json.json index 37c9fc195b0..54666b1645b 100644 --- a/locales/pt/json.json +++ b/locales/pt/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Equatorial", "Eritrea": "Eritreia", "Error": "Erro", + "errors": "errors", "Estonia": "Estonio", "Ethiopia": "Etiope", "ex VAT": "sem VAT", @@ -367,6 +368,7 @@ "Lithuania": "Lituânia", "Load :perPage More": "Carregar mais :perPage", "Loading": "Carregando", + "Location": "Location", "Log in": "Iniciar sessão", "Log In": "Iniciar Sessão", "Log Out": "Terminar Sessão", diff --git a/locales/pt_BR/json.json b/locales/pt_BR/json.json index 04911459d6c..46e5f252252 100644 --- a/locales/pt_BR/json.json +++ b/locales/pt_BR/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Guiné Equatorial", "Eritrea": "Eritreia", "Error": "Erro", + "errors": "errors", "Estonia": "Estônia", "Ethiopia": "Etiópia", "ex VAT": "sem VAT", @@ -367,6 +368,7 @@ "Lithuania": "Lituânia", "Load :perPage More": "Carregar mais :perPage", "Loading": "Carregando", + "Location": "Location", "Log in": "Entrar", "Log In": "Entrar", "Log Out": "Sair", diff --git a/locales/qu/json.json b/locales/qu/json.json index 9c9b7060835..59e38bdee46 100644 --- a/locales/qu/json.json +++ b/locales/qu/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Guinea Icuatorial", "Eritrea": "Eritrea suyupi", "Error": "Pantay", + "errors": "errors", "Estonia": "Estonia", "Ethiopia": "Etiopía", "ex VAT": "ex IVA nisqa", @@ -367,6 +368,7 @@ "Lithuania": "Lituania mama llaqta", "Load :perPage More": "Carga :perPage Astawan", "Loading": "Cargando", + "Location": "Location", "Log in": "Yaykuy", "Log In": "Yaykuy", "Log Out": "Lloqsiy", diff --git a/locales/ro/json.json b/locales/ro/json.json index 42eae9189ff..6c87f3a674c 100644 --- a/locales/ro/json.json +++ b/locales/ro/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Guineea Ecuatorială", "Eritrea": "Eritreea", "Error": "Eroare", + "errors": "errors", "Estonia": "Estonia", "Ethiopia": "Etiopia", "ex VAT": "ex TVA", @@ -367,6 +368,7 @@ "Lithuania": "Lituania", "Load :perPage More": "Încărcați :perPage mai mult", "Loading": "Se încarcă", + "Location": "Location", "Log in": "Autentificare", "Log In": "Autentificare", "Log Out": "Deconectează", diff --git a/locales/ru/json.json b/locales/ru/json.json index 62cffe4c20f..6b9f188b812 100644 --- a/locales/ru/json.json +++ b/locales/ru/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Экваториальная Гвинея", "Eritrea": "Эритрея", "Error": "Ошибка", + "errors": "ошибки", "Estonia": "Эстония", "Ethiopia": "Эфиопия", "ex VAT": "без НДС", @@ -367,6 +368,7 @@ "Lithuania": "Литва", "Load :perPage More": "Загрузить ещё :perPage", "Loading": "Загрузка", + "Location": "Местоположение", "Log in": "Войти", "Log In": "Войти", "Log Out": "Выйти", diff --git a/locales/rw/json.json b/locales/rw/json.json index 790f14afe8c..262547f5643 100644 --- a/locales/rw/json.json +++ b/locales/rw/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Gineya ya Ekwatoriya", "Eritrea": "Eritereya", "Error": "Ikosa", + "errors": "errors", "Estonia": "Esitoniya", "Ethiopia": "Etiyopiya", "ex VAT": "ex TVA", @@ -367,6 +368,7 @@ "Lithuania": "Lituwaniya", "Load :perPage More": "Fata Ibindi :perPage", "Loading": "Kuremera", + "Location": "Location", "Log in": "Injira", "Log In": "Injira", "Log Out": "Gusohoka", diff --git a/locales/sa/json.json b/locales/sa/json.json index 7465611c217..53a2bed985b 100644 --- a/locales/sa/json.json +++ b/locales/sa/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "भूमध्यरेखीय गिनी", "Eritrea": "इरिट्रिया", "Error": "त्रुटि", + "errors": "errors", "Estonia": "एस्टोनिया", "Ethiopia": "इथियोपिया", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "लिथुआनिया", "Load :perPage More": "लोड् १० अधिकम्", "Loading": "लोडिंग", + "Location": "Location", "Log in": "प्रवेशं कुर्वन्तु", "Log In": "Log In इति", "Log Out": "Log Out इति", diff --git a/locales/sc/json.json b/locales/sc/json.json index 5aa095af587..da7d8d7f3f8 100644 --- a/locales/sc/json.json +++ b/locales/sc/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Equatorial Guinea", "Eritrea": "Eritrea", "Error": "Error", + "errors": "errors", "Estonia": "Estonia", "Ethiopia": "Ethiopia", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "Lithuania", "Load :perPage More": "Load :perPage More", "Loading": "Loading", + "Location": "Location", "Log in": "Log in", "Log In": "Log In", "Log Out": "Log Out", diff --git a/locales/sd/json.json b/locales/sd/json.json index 6f9ee8aa924..bf31e303d10 100644 --- a/locales/sd/json.json +++ b/locales/sd/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "ايڪوٽوريل گائينا", "Eritrea": "ايريٽيريا", "Error": "نقص", + "errors": "errors", "Estonia": "ايسٽونيا", "Ethiopia": "ايٿوپيا", "ex VAT": "اڳوڻي VAT", @@ -367,6 +368,7 @@ "Lithuania": "لٿونيا", "Load :perPage More": ":perPage وڌيڪ لوڊ ڪريو", "Loading": "لوڊشيڊنگ", + "Location": "Location", "Log in": "لاگ ان", "Log In": "لاگ ان", "Log Out": "ڪم ڇڏڻ", diff --git a/locales/si/json.json b/locales/si/json.json index d8304b1aa48..fc8339dd05a 100644 --- a/locales/si/json.json +++ b/locales/si/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "නිරක්ෂයට යාබද ගිනිය", "Eritrea": "ඉරිට්රියා", "Error": "දෝෂයකි", + "errors": "errors", "Estonia": "එස්තෝනියාව", "Ethiopia": "ඉතියෝපියාව", "ex VAT": "පරණ VAT", @@ -367,6 +368,7 @@ "Lithuania": "ලිතුවේනියාව", "Load :perPage More": "බර වැඩි :perPage", "Loading": "පූරණය වෙමින් පවතී", + "Location": "Location", "Log in": "වන්න", "Log In": "ඇතුල් වන්න", "Log Out": "ලඝු-සටහන පිටතට", diff --git a/locales/sk/json.json b/locales/sk/json.json index ae596c7d0a7..67e24879f5a 100644 --- a/locales/sk/json.json +++ b/locales/sk/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Rovníková Guinea", "Eritrea": "Eritrea", "Error": "Chyba", + "errors": "errors", "Estonia": "Estónsko", "Ethiopia": "Etiópia", "ex VAT": "bez DPH", @@ -367,6 +368,7 @@ "Lithuania": "Litva", "Load :perPage More": "Načítať :perPage viac", "Loading": "Načítava", + "Location": "Location", "Log in": "Prihlásiť", "Log In": "Prihlásiť sa", "Log Out": "odhlásiť", diff --git a/locales/sl/json.json b/locales/sl/json.json index 5fbb9d192d7..dbf4469dfe7 100644 --- a/locales/sl/json.json +++ b/locales/sl/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Ekvatorialna Gvineja", "Eritrea": "Eritreja", "Error": "Napaka", + "errors": "errors", "Estonia": "Estonija", "Ethiopia": "Etiopija", "ex VAT": "brez DDV", @@ -367,6 +368,7 @@ "Lithuania": "Litva", "Load :perPage More": "Naloži :perPage več", "Loading": "nalaganje", + "Location": "Location", "Log in": "Prijavi se.", "Log In": "Vpiši se", "Log Out": "Odjava", diff --git a/locales/sn/json.json b/locales/sn/json.json index 8d7fd7c3a7e..ef67f079a6e 100644 --- a/locales/sn/json.json +++ b/locales/sn/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Ikwetoriya Gini", "Eritrea": "Eritiriya", "Error": "Error", + "errors": "errors", "Estonia": "Esitoniya", "Ethiopia": "Ithiyopiya", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "Rituaniya", "Load :perPage More": "Load :perPage More", "Loading": "Loading", + "Location": "Location", "Log in": "Log in", "Log In": "Log In", "Log Out": "Kubuda", diff --git a/locales/so/json.json b/locales/so/json.json index abc262a2c7d..6f9450b8b84 100644 --- a/locales/so/json.json +++ b/locales/so/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Equatorial Guinea", "Eritrea": "Eritrea", "Error": "Khalad", + "errors": "errors", "Estonia": "Estonia", "Ethiopia": "Itoobiya", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "Lithuania", "Load :perPage More": "Raadso :perPage dheeraad ah", "Loading": "Soodejinaya", + "Location": "Location", "Log in": "Soo gal", "Log In": "Soo gal", "Log Out": "Ka bax", diff --git a/locales/sq/json.json b/locales/sq/json.json index dbbc2cf52dd..114b975012a 100644 --- a/locales/sq/json.json +++ b/locales/sq/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Equatorial Guine", "Eritrea": "Eritrea", "Error": "Gabim", + "errors": "errors", "Estonia": "Estonia", "Ethiopia": "Etiopia", "ex VAT": "ex TVSH", @@ -367,6 +368,7 @@ "Lithuania": "Lituania", "Load :perPage More": "Ngarko :perPage Më Shumë", "Loading": "Po ngarkohet", + "Location": "Location", "Log in": "Fillo seancën", "Log In": "Identifikohu", "Log Out": "Zvogëlo", diff --git a/locales/sr_Cyrl/json.json b/locales/sr_Cyrl/json.json index 4e9cbe0ae84..a8775e87113 100644 --- a/locales/sr_Cyrl/json.json +++ b/locales/sr_Cyrl/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Екваторијална Гвинеја", "Eritrea": "Еритреја", "Error": "Грешка", + "errors": "errors", "Estonia": "Естонија", "Ethiopia": "Етиопија", "ex VAT": "без ПДВ-а", @@ -367,6 +368,7 @@ "Lithuania": "Литванија", "Load :perPage More": "Преузмите још :per страница", "Loading": "Лоадинг", + "Location": "Location", "Log in": "Пријавите", "Log In": "Пријавите се", "Log Out": "одјавите се", diff --git a/locales/sr_Latn/json.json b/locales/sr_Latn/json.json index ea25e55c206..26b75c62777 100644 --- a/locales/sr_Latn/json.json +++ b/locales/sr_Latn/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Екваторијална Гвинеја", "Eritrea": "Еритреја", "Error": "Error", + "errors": "errors", "Estonia": "Естонија", "Ethiopia": "Етиопија", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "Литванија", "Load :perPage More": "Преузмите још 3.936 страница", "Loading": "Loading", + "Location": "Location", "Log in": "Пријавите", "Log In": "Log In", "Log Out": "одјавите се", diff --git a/locales/sr_Latn_ME/json.json b/locales/sr_Latn_ME/json.json index 8e1fc43959c..c2e7cb2d987 100644 --- a/locales/sr_Latn_ME/json.json +++ b/locales/sr_Latn_ME/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Екваторијална Гвинеја", "Eritrea": "Еритреја", "Error": "Error", + "errors": "errors", "Estonia": "Естонија", "Ethiopia": "Етиопија", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "Литванија", "Load :perPage More": "Преузмите Још :per Страница", "Loading": "Loading", + "Location": "Location", "Log in": "Пријавите", "Log In": "Log In", "Log Out": "одјавите се", diff --git a/locales/su/json.json b/locales/su/json.json index bc141535921..86472c757e2 100644 --- a/locales/su/json.json +++ b/locales/su/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Guinea Khatulistiwa", "Eritrea": "Éritréa", "Error": "Kasalahan", + "errors": "errors", "Estonia": "Éstonia", "Ethiopia": "Étiopia", "ex VAT": "ex PPN", @@ -367,6 +368,7 @@ "Lithuania": "Lituania", "Load :perPage More": "ngamuat :perPage More", "Loading": "Ngamuat", + "Location": "Location", "Log in": "Lebet", "Log In": "Lebet", "Log Out": "Kaluar", diff --git a/locales/sv/json.json b/locales/sv/json.json index 8ecf4758c01..03d7c141003 100644 --- a/locales/sv/json.json +++ b/locales/sv/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Ekvatorialguinea", "Eritrea": "Eritrea", "Error": "Fel", + "errors": "errors", "Estonia": "Estland", "Ethiopia": "Etiopien", "ex VAT": "ex moms", @@ -367,6 +368,7 @@ "Lithuania": "Litauen", "Load :perPage More": "Ladda :persida mer", "Loading": "Läser in", + "Location": "Location", "Log in": "Inloggning", "Log In": "Logga in", "Log Out": "utloggning", diff --git a/locales/sw/json.json b/locales/sw/json.json index 51281376a04..7b9c922a72d 100644 --- a/locales/sw/json.json +++ b/locales/sw/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Guinea ya Ikweta", "Eritrea": "Eritrea", "Error": "Hitilafu", + "errors": "errors", "Estonia": "Estonia", "Ethiopia": "Ethiopia", "ex VAT": "VAT iliyopitwa", @@ -367,6 +368,7 @@ "Lithuania": "Lithuania", "Load :perPage More": "Pakia :perPage Zaidi", "Loading": "Inapakia", + "Location": "Location", "Log in": "Ingia", "Log In": "Ingia", "Log Out": "Toka nje", diff --git a/locales/ta/json.json b/locales/ta/json.json index ab669bf4ec1..83ddb8b9cfb 100644 --- a/locales/ta/json.json +++ b/locales/ta/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "எக்குவடோரியல் கினியா", "Eritrea": "எரித்திரியா", "Error": "பிழை", + "errors": "errors", "Estonia": "எஸ்டோனியா", "Ethiopia": "எத்தியோப்பியா", "ex VAT": "முன்னாள் VAT", @@ -367,6 +368,7 @@ "Lithuania": "லிதுவேனியா", "Load :perPage More": "மேலும் :perPage ஏற்றவும்", "Loading": "ஏற்றுகிறது", + "Location": "Location", "Log in": "உள்நுழைய", "Log In": "உள்நுழைய", "Log Out": "வெளியேறு", diff --git a/locales/te/json.json b/locales/te/json.json index c9554eef89d..0960b4229ff 100644 --- a/locales/te/json.json +++ b/locales/te/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "ఈక్వటోరియల్ గినియా", "Eritrea": "ఎరిత్రియా", "Error": "లోపం", + "errors": "errors", "Estonia": "ఎస్టోనియా", "Ethiopia": "ఇథియోపియా", "ex VAT": "మాజీ VAT", @@ -367,6 +368,7 @@ "Lithuania": "లిథువేనియా", "Load :perPage More": "మరో :perPage లోడ్ చేయండి", "Loading": "లోడ్", + "Location": "Location", "Log in": "ప్రవేశించండి", "Log In": "ప్రవేశించండి", "Log Out": "లాగ్ అవుట్ చేయండి", diff --git a/locales/tg/json.json b/locales/tg/json.json index 59fa1ada4f3..0cf2b2b313b 100644 --- a/locales/tg/json.json +++ b/locales/tg/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Экваториальная Гвинея", "Eritrea": "Эритрея", "Error": "Хатогӣ", + "errors": "errors", "Estonia": "Эстония", "Ethiopia": "Эфиопия", "ex VAT": "собиқ ААИ", @@ -367,6 +368,7 @@ "Lithuania": "Литва", "Load :perPage More": "Дарефти боз :per Саҳифа", "Loading": "Бор карда мешавад", + "Location": "Location", "Log in": "Авторизоваться", "Log In": "Даромадан", "Log Out": "берун аз низоми", diff --git a/locales/th/json.json b/locales/th/json.json index 4aa92ab3d7b..9ec839ed5c9 100644 --- a/locales/th/json.json +++ b/locales/th/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "อิเควทอเรียลกินี", "Eritrea": "เอริเทรีย", "Error": "ข้อผิดพลาด", + "errors": "errors", "Estonia": "เอสโทเนีย", "Ethiopia": "เอธิโอเปีย", "ex VAT": "ไม่รวมภาษีมูลค่าเพิ่ม", @@ -367,6 +368,7 @@ "Lithuania": "ลิทัวเนีย", "Load :perPage More": "โหลดอีก :perPage", "Loading": "กำลังโหลด", + "Location": "Location", "Log in": "เข้าสู่ระบบ", "Log In": "เข้าสู่ระบบ", "Log Out": "ออกจากระบบ", diff --git a/locales/ti/json.json b/locales/ti/json.json index 946e825f3a0..d6193650a0b 100644 --- a/locales/ti/json.json +++ b/locales/ti/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "ኢኳቶርያል ጊኒ", "Eritrea": "ኤርትራ", "Error": "ስሕተት", + "errors": "errors", "Estonia": "ኢስቶንያ", "Ethiopia": "ኢትዮጵያ", "ex VAT": "ካብ ቫት ወጻኢ", @@ -367,6 +368,7 @@ "Lithuania": "ሊትዋንያ", "Load :perPage More": ":perPage ተወሳኺ ጽዕነት", "Loading": "ምጽዓን እዩ።", + "Location": "Location", "Log in": "እቶ", "Log In": "Log In", "Log Out": "ሎግ ኣውት", diff --git a/locales/tk/json.json b/locales/tk/json.json index 603b308ba73..6ef09f5b956 100644 --- a/locales/tk/json.json +++ b/locales/tk/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Ekwatorial Gwineýa", "Eritrea": "Eritreýa", "Error": "Roralňyşlyk", + "errors": "errors", "Estonia": "Estoniýa", "Ethiopia": "Efiopiýa", "ex VAT": "öňki salgyt", @@ -367,6 +368,7 @@ "Lithuania": "Litwa", "Load :perPage More": "Moreene :perPage ýükläň", "Loading": "Adingüklemek", + "Location": "Location", "Log in": "Giriň", "Log In": "Giriş", "Log Out": "Hasapdan çykmak", diff --git a/locales/tl/json.json b/locales/tl/json.json index 7046383e059..e57175b72be 100644 --- a/locales/tl/json.json +++ b/locales/tl/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Malapit Sa Ekwador Guinea", "Eritrea": "Eritrea", "Error": "Error", + "errors": "errors", "Estonia": "Estonya", "Ethiopia": "Ethiopia", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "Litwaniya", "Load :perPage More": "Load :perPage Higit pa", "Loading": "Naglo-load", + "Location": "Location", "Log in": "Mag-Log in", "Log In": "Mag log in", "Log Out": "Mag-Log Out", diff --git a/locales/tr/json.json b/locales/tr/json.json index f8cee41605c..cfda393872d 100644 --- a/locales/tr/json.json +++ b/locales/tr/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Ekvator Ginesi", "Eritrea": "Eritre", "Error": "Hata", + "errors": "errors", "Estonia": "Estonya", "Ethiopia": "Etiyopya", "ex VAT": "KDV Hariç", @@ -367,6 +368,7 @@ "Lithuania": "Litvanya", "Load :perPage More": ":Perpage daha yükle", "Loading": "Yükleniyor", + "Location": "Location", "Log in": "Giriş yap", "Log In": "Giriş Yap", "Log Out": "Çıkış Yap", diff --git a/locales/tt/json.json b/locales/tt/json.json index 70ea4607cdb..96568e10f22 100644 --- a/locales/tt/json.json +++ b/locales/tt/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Экваториаль Гвинея", "Eritrea": "Эритрея", "Error": "Хата", + "errors": "errors", "Estonia": "Эстония", "Ethiopia": "Эфиопия", "ex VAT": "элеккеге НДС", @@ -367,6 +368,7 @@ "Lithuania": "Литва", "Load :perPage More": "Тагын :perPage йөк", "Loading": "Йөкләү", + "Location": "Location", "Log in": "Керергә", "Log In": "Керергә", "Log Out": "Чыгарга", diff --git a/locales/ug/json.json b/locales/ug/json.json index 746405afd9a..6cc332e74b4 100644 --- a/locales/ug/json.json +++ b/locales/ug/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "ئېكۋاتور گۋىنىيىسى", "Eritrea": "Eritrea", "Error": "خاتالىق", + "errors": "errors", "Estonia": "ئېستونىيە", "Ethiopia": "ئېفىيوپىيە", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "لىتۋا", "Load :perPage More": ":PerPage نى يۈكلەڭ", "Loading": "يۈكلەۋاتىدۇ", + "Location": "Location", "Log in": "كىرىڭ", "Log In": "كىرىش", "Log Out": "چېكىنىش", diff --git a/locales/uk/json.json b/locales/uk/json.json index 64768c3a86a..755b18d0e65 100644 --- a/locales/uk/json.json +++ b/locales/uk/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Екваторіальна Гвінея", "Eritrea": "Еритрея", "Error": "Помилка", + "errors": "errors", "Estonia": "Естонія", "Ethiopia": "Ефіопія", "ex VAT": "без ПДВ", @@ -367,6 +368,7 @@ "Lithuania": "Литва", "Load :perPage More": "Завантажити ще :perPage", "Loading": "Завантаження", + "Location": "Location", "Log in": "Увійти", "Log In": "Увійти", "Log Out": "Вийти з системи", diff --git a/locales/ur/json.json b/locales/ur/json.json index 8a9ab6bd06b..665287194a3 100644 --- a/locales/ur/json.json +++ b/locales/ur/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "استوائی گنی", "Eritrea": "اریٹیریا", "Error": "خرابی", + "errors": "errors", "Estonia": "ایسٹونیا", "Ethiopia": "ایتھوپیا", "ex VAT": "سابق VAT", @@ -367,6 +368,7 @@ "Lithuania": "لتھوانیا", "Load :perPage More": "لوڈ :perPage زیادہ", "Loading": "لوڈ ہو رہا ہے۔", + "Location": "Location", "Log in": "میں لاگ ان کریں", "Log In": "لاگ ان کریں", "Log Out": "باہر لاگ ان کریں", diff --git a/locales/uz_Cyrl/json.json b/locales/uz_Cyrl/json.json index 18b26e4cb05..1eaf0444264 100644 --- a/locales/uz_Cyrl/json.json +++ b/locales/uz_Cyrl/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Equatorial Gvineya", "Eritrea": "Eritreya", "Error": "Xato", + "errors": "errors", "Estonia": "Estoniya", "Ethiopia": "Efiopiya", "ex VAT": "sobiq QQS", @@ -367,6 +368,7 @@ "Lithuania": "Litva", "Load :perPage More": "Batafsil yuk :perPage", "Loading": "Yuklanmoqda", + "Location": "Location", "Log in": "Kirishinkyu. com. ve", "Log In": "Tizimga kirish", "Log Out": "Chiqish", diff --git a/locales/uz_Latn/json.json b/locales/uz_Latn/json.json index 147d607b563..9a70575684b 100644 --- a/locales/uz_Latn/json.json +++ b/locales/uz_Latn/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Equatorial Gvineya", "Eritrea": "Eritreya", "Error": "Error", + "errors": "errors", "Estonia": "Estoniya", "Ethiopia": "Ethiopia", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "Litva", "Load :perPage More": "Batafsil yuk :perPage", "Loading": "Loading", + "Location": "Location", "Log in": "Kirishinkyu. com. ve", "Log In": "Log In", "Log Out": "Log Out", diff --git a/locales/vi/json.json b/locales/vi/json.json index fada600dccc..2f0345f3cb6 100644 --- a/locales/vi/json.json +++ b/locales/vi/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Equatorial Guinea", "Eritrea": "Eritrea", "Error": "Lỗi", + "errors": "errors", "Estonia": "Estonia", "Ethiopia": "Ethiopia", "ex VAT": "VAT cũ", @@ -367,6 +368,7 @@ "Lithuania": "Lithuania", "Load :perPage More": "Tải thêm :perPage trang", "Loading": "Đang tải", + "Location": "Location", "Log in": "Đăng nhập", "Log In": "Đăng Nhập", "Log Out": "Đăng Xuất", diff --git a/locales/xh/json.json b/locales/xh/json.json index cd61398b41a..d2a50d29a58 100644 --- a/locales/xh/json.json +++ b/locales/xh/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Ekhwithoriyal Gini", "Eritrea": "Erithriya", "Error": "Impazamo", + "errors": "errors", "Estonia": "Estoniya", "Ethiopia": "Yuthophiya", "ex VAT": "Ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "Lithuwaniya", "Load :perPage More": "Layisha :perPage Ngaphezulu", "Loading": "Iyalayisha", + "Location": "Location", "Log in": "Ngema", "Log In": "Ngema", "Log Out": "Phuma", diff --git a/locales/yi/json.json b/locales/yi/json.json index 43560d3f62a..866a804f1de 100644 --- a/locales/yi/json.json +++ b/locales/yi/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "עקוואַטאָריאַל גיני", "Eritrea": "עריטרייע", "Error": "טעות", + "errors": "errors", "Estonia": "עסטאָניאַ", "Ethiopia": "עטיאפיע", "ex VAT": "עקס וואַט", @@ -367,6 +368,7 @@ "Lithuania": "ליטע", "Load :perPage More": "לאָדן :perPage מער", "Loading": "Loading", + "Location": "Location", "Log in": "צייכן אריין", "Log In": "צייכן אריין", "Log Out": "קלאָץ אויס", diff --git a/locales/yo/json.json b/locales/yo/json.json index a8a477a2a2f..78b4274d643 100644 --- a/locales/yo/json.json +++ b/locales/yo/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "Equatorial Guinea", "Eritrea": "Eritrea", "Error": "Asise", + "errors": "errors", "Estonia": "Estonia", "Ethiopia": "Ethiopia", "ex VAT": "fun apẹẹrẹ VAT", @@ -367,6 +368,7 @@ "Lithuania": "Lithuania", "Load :perPage More": "Fifuye :perPage diẹ sii", "Loading": "Ikojọpọ", + "Location": "Location", "Log in": "Wo ile", "Log In": "Wo ile", "Log Out": "Jade jade", diff --git a/locales/zh_CN/json.json b/locales/zh_CN/json.json index b608fcd7a7b..d1b4d65e032 100644 --- a/locales/zh_CN/json.json +++ b/locales/zh_CN/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "赤道几内亚", "Eritrea": "厄立特里亚", "Error": "错误", + "errors": "errors", "Estonia": "爱沙尼亚", "Ethiopia": "埃塞俄比亚", "ex VAT": "不含增值税", @@ -367,6 +368,7 @@ "Lithuania": "立陶宛", "Load :perPage More": "加载:perPage更多", "Loading": "加载中", + "Location": "Location", "Log in": "登录", "Log In": "登录", "Log Out": "登出", diff --git a/locales/zh_HK/json.json b/locales/zh_HK/json.json index 85986a923e8..e3096ad9a4d 100644 --- a/locales/zh_HK/json.json +++ b/locales/zh_HK/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "赤道几内亚", "Eritrea": "厄立特里亚", "Error": "錯誤", + "errors": "errors", "Estonia": "爱沙尼亚", "Ethiopia": "埃塞俄比亚", "ex VAT": "不含增值税", @@ -367,6 +368,7 @@ "Lithuania": "立陶宛", "Load :perPage More": "加载:per頁更多", "Loading": "加载中", + "Location": "Location", "Log in": "登入", "Log In": "登入", "Log Out": "註銷", diff --git a/locales/zh_TW/json.json b/locales/zh_TW/json.json index 2f959960901..eec3b22ff11 100644 --- a/locales/zh_TW/json.json +++ b/locales/zh_TW/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "赤道幾內亞", "Eritrea": "厄利垂亞", "Error": "錯誤", + "errors": "errors", "Estonia": "愛沙尼亞", "Ethiopia": "衣索比亞", "ex VAT": "未含增值稅 (營業稅)", @@ -367,6 +368,7 @@ "Lithuania": "立陶宛", "Load :perPage More": "載入 :perPage 更多", "Loading": "載入中", + "Location": "Location", "Log in": "登入", "Log In": "登入", "Log Out": "登出", diff --git a/locales/zu/json.json b/locales/zu/json.json index edf574b4cca..ec90836dc46 100644 --- a/locales/zu/json.json +++ b/locales/zu/json.json @@ -248,6 +248,7 @@ "Equatorial Guinea": "I-Equatorial Guinea", "Eritrea": "I-Eritrea", "Error": "Iphutha", + "errors": "errors", "Estonia": "E-Estonia", "Ethiopia": "I-Ethiopia", "ex VAT": "ex VAT", @@ -367,6 +368,7 @@ "Lithuania": "I-Lithuania", "Load :perPage More": "Layisha :perPage Okunye", "Loading": "Iyalayisha", + "Location": "Location", "Log in": "Ngena ngemvume", "Log In": "Ngena ngemvume", "Log Out": "Phuma",