From ff60dacebda826f9e91966893bbaf02fe546ec4a Mon Sep 17 00:00:00 2001
From: Maikel Linke
Date: Fri, 6 Oct 2023 11:23:43 +1100
Subject: [PATCH] Update all locales with the latest Transifex translations
---
config/locales/de_DE.yml | 31 +++++++++++++++++++++++++++----
config/locales/en_GB.yml | 20 +++++++++++++++++++-
2 files changed, 46 insertions(+), 5 deletions(-)
diff --git a/config/locales/de_DE.yml b/config/locales/de_DE.yml
index 9b1a872009..6c75cae9be 100644
--- a/config/locales/de_DE.yml
+++ b/config/locales/de_DE.yml
@@ -740,6 +740,7 @@ de_DE:
loading: Produkte werden geladen...
sort:
pagination:
+ total_html: "%{total} Produkte für Ihre Suchkriterien gefunden. Zeige %{from} bis %{to}."
per_page:
show: Zeige
per_page: "%{num} pro Seite"
@@ -757,6 +758,17 @@ de_DE:
no_products_found: Keine Produkte gefunden.
import_products: Produkte importieren
no_products_found_for_search: Keine Produkte für Ihre Suchkriterien gefunden.
+ table:
+ modified_summary:
+ one: "%{count} Produkt geändert."
+ other: "%{count} Produkte geändert."
+ save: Änderungen speichern
+ reset: Änderungen verwerfen
+ bulk_update:
+ success: "Produkte erfolgreich aktualisiert"
+ products_have_error:
+ one: "%{count} Produkt weist einen Fehler auf."
+ other: "%{count} Produkte weisen Fehler auf."
product_import:
title: Produkte importieren
file_not_found: Die Datei konnte nicht gefunden oder nicht geöffnet werden.
@@ -1296,7 +1308,7 @@ de_DE:
back_to_list: "Zurück zur Liste"
checkout_options:
back_end: "Nur im Backoffice"
- cancel: "Stornieren"
+ cancel: "Abbrechen"
checkout_options: "Zahlungsarten & Lieferoptionen"
distributor: "Verteilstelle"
no_payment_methods: Jede Verteilstelle dieses Bestellzyklus benötigt mindestens eine aktivierte Zahlungsart.
@@ -1509,7 +1521,8 @@ de_DE:
enterprise_fee_summary:
name: "Unternehmensgebühren"
description: "Bericht der erhobenen Gebühren"
- enterprise_fees_with_tax_report_by_order: "Unternehmensgebühren mit Steuern nach Bestellung"
+ enterprise_fees_with_tax_report_by_order: "Unternehmensgebühren mit Steuern nach Bestellungen"
+ enterprise_fees_with_tax_report_by_producer: "Unternehmensgebühren mit Steuern nach Produzenten"
errors:
no_report_type: "Bitte wählen Sie eine Berichtsart aus."
report_not_found: "Bericht wurde nicht gefunden."
@@ -1653,6 +1666,9 @@ de_DE:
save: Speichern
voucher_code: Gutschein-Code
voucher_amount: Summe
+ voucher_type: Gutscheintyp
+ flat_rate: Festbetrag
+ percentage_rate: Prozentsatz (%)
controllers:
enterprises:
stripe_connect_cancelled: "Die Verbindung zu Stripe wurde abgebrochen."
@@ -2841,7 +2857,7 @@ de_DE:
report_header_tags: Stichwörter
report_header_items: Produkte
report_header_items_total: "Summe Produkte (%{currency_symbol})"
- report_header_taxable_items_total: "Steuerpflichtige Posten insgesamt (%{currency_symbol})"
+ report_header_taxable_items_total: "Summe Steuerpflichtige Artikel (%{currency_symbol})"
report_header_sales_tax: "Umsatzsteuer (%{currency_symbol})"
report_header_delivery_charge: "Liefergebühr (%{currency_symbol})"
report_header_tax: "Steuern"
@@ -2953,6 +2969,9 @@ de_DE:
report_header_transaction_fee: Transaktionsgebühr (keine Steuern)
report_header_total_untaxable_admin: Summe nicht steuerpflichtiger Admin-Anpassungen (keine Steuern)
report_header_total_taxable_admin: Summe steuerpflichtiger Admin-Anpassungen (inkl. Steuern)
+ report_line_cost_of_produce: Produktkosten
+ report_line_line_items: Einzelposten
+ report_header_last_completed_order_date: Letzte Bestellung
report_xero_configuration: Xero-Konfiguration
initial_invoice_number: "Ursprüngliche Rechnungsnummer"
invoice_date: "Rechnungsdatum"
@@ -3044,6 +3063,7 @@ de_DE:
amount: "Summe"
invoice_number: "Rechnungsnummer"
invoice_file: "Datei"
+ invalid_url: "„ %{url} “ ist eine ungültige URL"
state_names:
ready: bereit
pending: ausstehend
@@ -3081,7 +3101,7 @@ de_DE:
confirm: "Bestätigen"
close: "Schließen"
continue: "Weiter"
- cancel: "Stornieren"
+ cancel: "Abbrechen"
invite: "Einladen"
invite_title: "Geben Sie die E-Mail-Adresse eines nicht registrierten Benutzers ein, um dieses Unternehmen zu verwalten."
tag_rule_help:
@@ -3218,6 +3238,8 @@ de_DE:
select_all_variants: "Wählen Sie alle %{total_number_of_variants} Produktvarianten aus"
variants_loaded: "%{num_of_variants_loaded} von %{total_number_of_variants} Produktvarianten geladen"
loading_variants: "Produktvarianten werden geladen ..."
+ no_variants: "Für dieses Produkt ist keine Variante verfügbar (über die Katalogeinstellungen ausgeblendet)."
+ some_variants_hidden: "(Einige Varianten könnten über die Katalogeinstellungen ausgeblendet sein.)"
tag_rules:
shipping_method_tagged_top: "Lieferoptionen markiert mit"
shipping_method_tagged_bottom: "sind:"
@@ -4167,6 +4189,7 @@ de_DE:
enterprise_limit: "Maximale Anzahl der Unternehmen"
confirm_password: "Passwort erneut eingeben"
password: "Passwort"
+ locale: "Sprache"
email_confirmation:
confirmation_pending: "E-Mail-Bestätigung steht aus. Wir haben eine E-Mail an %{address} gesendet."
variants:
diff --git a/config/locales/en_GB.yml b/config/locales/en_GB.yml
index b25f0bb436..fdcca6c32d 100644
--- a/config/locales/en_GB.yml
+++ b/config/locales/en_GB.yml
@@ -131,6 +131,7 @@ en_GB:
unprocessable_entity:
title: "The change you wanted was rejected (422)"
message_html: "The change you wanted was rejected. Maybe you tried to change something you don't have access to.
"
+ stimulus_reflex_error: "We're sorry, but something went wrong.\n\nThis might be a temporary problem, so please try again or reload the page.\nWe record all errors and may be working on a fix.\nIf the problem persists or is urgent, please contact us."
stripe:
error_code:
incorrect_number: "The card number is incorrect."
@@ -740,6 +741,7 @@ en_GB:
loading: Loading your products
sort:
pagination:
+ total_html: "%{total}productsfound for your search criteria. Showing %{from}to%{to}."
per_page:
show: Show
per_page: "%{num}per page"
@@ -757,6 +759,14 @@ en_GB:
no_products_found: No products found
import_products: Import multiple products
no_products_found_for_search: No products found for your search criteria
+ table:
+ modified_summary:
+ one: "%{count}product modified."
+ other: "%{count}products modified."
+ save: Save changes
+ reset: Discard changes
+ bulk_update:
+ success: "Products successfully updated"
product_import:
title: Product Import
file_not_found: File not found or could not be opened
@@ -1507,6 +1517,7 @@ en_GB:
name: "Enterprise Fee Summary"
description: "Summary of Enterprise Fees collected"
enterprise_fees_with_tax_report_by_order: "Enterprise Fees With Tax Report By Order"
+ enterprise_fees_with_tax_report_by_producer: "Enterprise Fees With Tax Report By Producer"
errors:
no_report_type: "Please specify a report type"
report_not_found: "Report not found"
@@ -2243,7 +2254,7 @@ en_GB:
products_changes_saved: "Changes saved."
products_no_results_html: "Sorry, no results found for %{query}"
products_clear_search: "Clear search"
- search_no_results_html: "Sorry, no results found for %{query}. Try another search?"
+ search_no_results_html: "No open shops found for %{query}. Click the 'Show Closed Shops' button to see shops opening at a later date."
components_profiles_popover: "Profiles do not have a shopfront on the Open Food Network, but may have their own physical or online shop elsewhere"
components_profiles_show: "Show profiles"
components_filters_nofilters: "No filters"
@@ -2953,6 +2964,9 @@ en_GB:
report_header_transaction_fee: Transaction Fee (no tax)
report_header_total_untaxable_admin: Total untaxable admin adjustments (no tax)
report_header_total_taxable_admin: Total taxable admin adjustments (tax inclusive)
+ report_line_cost_of_produce: Cost of produce
+ report_line_line_items: line items
+ report_header_last_completed_order_date: Last completed order date
report_xero_configuration: Xero Configuration
initial_invoice_number: "Initial invoice number"
invoice_date: "Invoice date"
@@ -3044,6 +3058,7 @@ en_GB:
amount: "Amount"
invoice_number: "Invoice Number"
invoice_file: "File"
+ invalid_url: "'%{url}' is an invalid URL"
state_names:
ready: Ready
pending: Pending
@@ -3216,6 +3231,8 @@ en_GB:
select_all_variants: "Select All %{total_number_of_variants} Variants"
variants_loaded: "%{num_of_variants_loaded} of %{total_number_of_variants} Variants Loaded"
loading_variants: "Loading Variants"
+ no_variants: "No variant available for this product (hidden via inventory settings)."
+ some_variants_hidden: "(Some variants might be hidden via inventory settings)"
tag_rules:
shipping_method_tagged_top: "Shipping methods tagged"
shipping_method_tagged_bottom: "are:"
@@ -4166,6 +4183,7 @@ en_GB:
enterprise_limit: "Enterprise Limit"
confirm_password: "Confirm Password"
password: "Password"
+ locale: "Language"
email_confirmation:
confirmation_pending: "Email confirmation is pending. We've sent a confirmation email to %{address}."
variants: