Skip to content

Commit

Permalink
Merge pull request #3181 from craftcms/t9n/develop
Browse files Browse the repository at this point in the history
New Crowdin updates
  • Loading branch information
lukeholder authored Aug 2, 2023
2 parents 7cb0c17 + 034e092 commit 41d24b8
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/translations/de/commerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@
'Maximum number of matching items that can be ordered for this discount to apply. A zero value here will skip this condition.' => 'Maximale Anzahl von betreffenden Artikeln, die bestellt werden können, damit dieser Rabatt wirksam ist. Ein Wert von Null sorgt für ein Überspringen dieser Bedingung.',
'Maximum order quantity for this item is {num}.' => 'Die maximale Bestellmenge für diesen Artikel beträgt {num}.',
'Maximum' => 'Maximum',
'Max quantity must greater than min.' => 'Max quantity must greater than min.',
'Message' => 'Nachricht',
'Meters (m)' => 'Meter (m)',
'Millimeters (mm)' => 'Millimeter (mm)',
Expand All @@ -589,6 +590,7 @@
'Minimum number of matching items that need to be ordered for this discount to apply.' => 'Minimale Anzahl von betreffenden Artikeln, die bestellt werden müssen, damit dieser Rabatt wirksam ist.',
'Minimum order quantity for this item is {num}.' => 'Die Mindestbestellmenge für diesen Artikel beträgt {num}.',
'Minimum' => 'Minimum',
'Min quantity must be less than max.' => 'Min quantity must be less than max.',
'Missing Gateway' => 'Fehlendes Gateway',
'Must have at least one variant.' => 'Muss mindestens eine Variante haben.',
'Name Field' => 'Namensfeld',
Expand Down Expand Up @@ -1075,6 +1077,8 @@
'Type' => 'Typ',
'URI' => 'URI',
'Unable to cancel subscription at this time.' => 'Zurzeit kann das Abonnement nicht storniert werden.',
'Unable to delete user {user}: the user has a Craft Commerce order.' => 'Unable to delete user {user}: the user has a Craft Commerce order.',
'Unable to delete user {user}: the user has a Craft Commerce subscription.' => 'Unable to delete user {user}: the user has a Craft Commerce subscription.',
'Unable to generate coupon codes: {message}' => 'Gutscheincodes können nicht erzeugt werden: {message}',
'Unable to make payment at this time.' => 'Die Zahlung kann zurzeit nicht durchgeführt werden.',
'Unable to modify subscription at this time.' => 'Das Abonnement kann zurzeit nicht verändert werden.',
Expand Down
4 changes: 4 additions & 0 deletions src/translations/en-GB/commerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@
'Maximum number of matching items that can be ordered for this discount to apply. A zero value here will skip this condition.' => 'Maximum number of matching items that can be ordered for this discount to apply. A zero value here will skip this condition.',
'Maximum order quantity for this item is {num}.' => 'Maximum order quantity for this item is {num}.',
'Maximum' => 'Maximum',
'Max quantity must greater than min.' => 'Max quantity must greater than min.',
'Message' => 'Message',
'Meters (m)' => 'Metres (m)',
'Millimeters (mm)' => 'Millimetres (mm)',
Expand All @@ -589,6 +590,7 @@
'Minimum number of matching items that need to be ordered for this discount to apply.' => 'Minimum number of matching items that need to be ordered for this discount to apply.',
'Minimum order quantity for this item is {num}.' => 'Minimum order quantity for this item is {num}.',
'Minimum' => 'Minimum',
'Min quantity must be less than max.' => 'Min quantity must be less than max.',
'Missing Gateway' => 'Missing Gateway',
'Must have at least one variant.' => 'Must have at least one variant.',
'Name Field' => 'Name Field',
Expand Down Expand Up @@ -1074,6 +1076,8 @@
'Type' => 'Type',
'URI' => 'URI',
'Unable to cancel subscription at this time.' => 'Unable to cancel subscription at this time.',
'Unable to delete user {user}: the user has a Craft Commerce order.' => 'Unable to delete user {user}: the user has a Craft Commerce order.',
'Unable to delete user {user}: the user has a Craft Commerce subscription.' => 'Unable to delete user {user}: the user has a Craft Commerce subscription.',
'Unable to generate coupon codes: {message}' => 'Unable to generate coupon codes: {message}',
'Unable to make payment at this time.' => 'Unable to make payment at this time.',
'Unable to modify subscription at this time.' => 'Unable to modify subscription at this time.',
Expand Down
4 changes: 4 additions & 0 deletions src/translations/fr-CA/commerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@
'Maximum number of matching items that can be ordered for this discount to apply. A zero value here will skip this condition.' => 'Le nombre maximum d’éléments correspondants qui peuvent être commandés pour que cette réduction s’applique. Une valeur zéro ici évitera cette condition.',
'Maximum order quantity for this item is {num}.' => 'La quantité maximale pouvant être commandée pour cet article est {num}.',
'Maximum' => 'Maximum',
'Max quantity must greater than min.' => 'Max quantity must greater than min.',
'Message' => 'Message',
'Meters (m)' => 'Mètres (m)',
'Millimeters (mm)' => 'Millimètres (mm)',
Expand All @@ -589,6 +590,7 @@
'Minimum number of matching items that need to be ordered for this discount to apply.' => 'Nombre minimum d’articles correspondants qui doivent être commandés pour que cette réduction s’applique.',
'Minimum order quantity for this item is {num}.' => 'La quantité minimale devant être commandée pour cet article est {num}.',
'Minimum' => 'Minimum',
'Min quantity must be less than max.' => 'Min quantity must be less than max.',
'Missing Gateway' => 'Passerelle manquante',
'Must have at least one variant.' => 'Doit avoir au moins une variante.',
'Name Field' => 'Champ de nom',
Expand Down Expand Up @@ -1074,6 +1076,8 @@
'Type' => 'Type',
'URI' => 'URI',
'Unable to cancel subscription at this time.' => 'Impossible d\'annuler l’abonnement actuellement.',
'Unable to delete user {user}: the user has a Craft Commerce order.' => 'Unable to delete user {user}: the user has a Craft Commerce order.',
'Unable to delete user {user}: the user has a Craft Commerce subscription.' => 'Unable to delete user {user}: the user has a Craft Commerce subscription.',
'Unable to generate coupon codes: {message}' => 'Impossible de générer des codes de réduction : {message}',
'Unable to make payment at this time.' => 'Impossible d’effectuer le paiement pour le moment.',
'Unable to modify subscription at this time.' => 'Impossible de modifier l’abonnement actuellement.',
Expand Down
4 changes: 4 additions & 0 deletions src/translations/fr/commerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@
'Maximum number of matching items that can be ordered for this discount to apply. A zero value here will skip this condition.' => 'Nombre maximum d\'articles correspondants qui peuvent être commandés pour que cette réduction soit appliquée. La valeur zéro indique que ce critère n\'est pas pris en compte.',
'Maximum order quantity for this item is {num}.' => 'La quantité maximale de commande pour cet article est {num}.',
'Maximum' => 'Maximum',
'Max quantity must greater than min.' => 'Max quantity must greater than min.',
'Message' => 'Message',
'Meters (m)' => 'Mètres (m)',
'Millimeters (mm)' => 'Millimètres (mm)',
Expand All @@ -589,6 +590,7 @@
'Minimum number of matching items that need to be ordered for this discount to apply.' => 'Nombre minimum d\'articles correspondants qui doivent être commandés pour que cette réduction puisse s\'appliquer.',
'Minimum order quantity for this item is {num}.' => 'La quantité minimale de commande pour cet article est {num}.',
'Minimum' => 'Minimum',
'Min quantity must be less than max.' => 'Min quantity must be less than max.',
'Missing Gateway' => 'Portail manquant',
'Must have at least one variant.' => 'Doit avoir au moins une variante.',
'Name Field' => 'Champ de nom',
Expand Down Expand Up @@ -1074,6 +1076,8 @@
'Type' => 'Type',
'URI' => 'URI',
'Unable to cancel subscription at this time.' => 'Impossible d\'annuler l’abonnement actuellement.',
'Unable to delete user {user}: the user has a Craft Commerce order.' => 'Unable to delete user {user}: the user has a Craft Commerce order.',
'Unable to delete user {user}: the user has a Craft Commerce subscription.' => 'Unable to delete user {user}: the user has a Craft Commerce subscription.',
'Unable to generate coupon codes: {message}' => 'Impossible de générer des codes de réduction : {message}',
'Unable to make payment at this time.' => 'Impossible d’effectuer le paiement actuellement.',
'Unable to modify subscription at this time.' => 'Impossible de modifier l’abonnement actuellement.',
Expand Down
4 changes: 4 additions & 0 deletions src/translations/it/commerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@
'Maximum number of matching items that can be ordered for this discount to apply. A zero value here will skip this condition.' => 'Numero massimo di articoli corrispondenti ordinabili per applicare questo sconto. Se questo valore è pari a zero, questa condizione verrà saltata.',
'Maximum order quantity for this item is {num}.' => 'La quantità massima ordinabile per questo articolo è pari a {num}.',
'Maximum' => 'Massimo',
'Max quantity must greater than min.' => 'Max quantity must greater than min.',
'Message' => 'Messaggio',
'Meters (m)' => 'Metri (m)',
'Millimeters (mm)' => 'Millimetri (mm)',
Expand All @@ -589,6 +590,7 @@
'Minimum number of matching items that need to be ordered for this discount to apply.' => 'Numero minimo di articoli corrispondenti che devono essere ordinati per applicare questo sconto.',
'Minimum order quantity for this item is {num}.' => 'La quantità minima ordinabile per questo articolo è pari a {num}.',
'Minimum' => 'Minimo',
'Min quantity must be less than max.' => 'Min quantity must be less than max.',
'Missing Gateway' => 'Gateway mancante',
'Must have at least one variant.' => 'Deve avere almeno una variante.',
'Name Field' => 'Campo Nome',
Expand Down Expand Up @@ -1074,6 +1076,8 @@
'Type' => 'Tipo',
'URI' => 'URI',
'Unable to cancel subscription at this time.' => 'Al momento non è possibile annullare la sottoscrizione.',
'Unable to delete user {user}: the user has a Craft Commerce order.' => 'Unable to delete user {user}: the user has a Craft Commerce order.',
'Unable to delete user {user}: the user has a Craft Commerce subscription.' => 'Unable to delete user {user}: the user has a Craft Commerce subscription.',
'Unable to generate coupon codes: {message}' => 'Impossibile generare codici promozionali: {message}',
'Unable to make payment at this time.' => 'Al momento non è possibile effettuare il pagamento.',
'Unable to modify subscription at this time.' => 'Al momento non è possibile modificare la sottoscrizione.',
Expand Down
4 changes: 4 additions & 0 deletions src/translations/ja/commerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@
'Maximum number of matching items that can be ordered for this discount to apply. A zero value here will skip this condition.' => 'このディスカウントの適用に可能となる、マッチングアイテムの最大数。ここでゼロの値を指定すると、この条件はスキップされます。',
'Maximum order quantity for this item is {num}.' => 'このアイテムの最大注文数量は {num} です。',
'Maximum' => '最大',
'Max quantity must greater than min.' => 'Max quantity must greater than min.',
'Message' => 'メッセージ',
'Meters (m)' => 'メートル(m)',
'Millimeters (mm)' => 'ミリメートル(mm)',
Expand All @@ -589,6 +590,7 @@
'Minimum number of matching items that need to be ordered for this discount to apply.' => 'このディスカウントの適用に必要となる、マッチングアイテムの最小数。',
'Minimum order quantity for this item is {num}.' => 'このアイテムの最低注文数量は {num} です。',
'Minimum' => '最小',
'Min quantity must be less than max.' => 'Min quantity must be less than max.',
'Missing Gateway' => '見つからないゲートウェイ',
'Must have at least one variant.' => '少なくとも 1 つのバリアントが必要です。',
'Name Field' => '名前フィールド',
Expand Down Expand Up @@ -1074,6 +1076,8 @@
'Type' => 'タイプ',
'URI' => 'URI',
'Unable to cancel subscription at this time.' => '現在、定期支払いをキャンセルできません。',
'Unable to delete user {user}: the user has a Craft Commerce order.' => 'Unable to delete user {user}: the user has a Craft Commerce order.',
'Unable to delete user {user}: the user has a Craft Commerce subscription.' => 'Unable to delete user {user}: the user has a Craft Commerce subscription.',
'Unable to generate coupon codes: {message}' => 'クーポンコードを生成できません: {message}',
'Unable to make payment at this time.' => '現在のところ、お支払いできません。',
'Unable to modify subscription at this time.' => '現在、定期支払いを変更できません。',
Expand Down
4 changes: 4 additions & 0 deletions src/translations/nb/commerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@
'Maximum number of matching items that can be ordered for this discount to apply. A zero value here will skip this condition.' => 'Maksimalt antall samsvarende varer som kan bestilles for at denne rabatten trer i kraft. Null i verdi vil her hoppe over denne betingelsen.',
'Maximum order quantity for this item is {num}.' => 'Maksimumsantall som kan bestilles av denne artikkelen er {num}.',
'Maximum' => 'Maksimum',
'Max quantity must greater than min.' => 'Max quantity must greater than min.',
'Message' => 'Beskjed',
'Meters (m)' => 'Meter (m)',
'Millimeters (mm)' => 'Millimeter (mm)',
Expand All @@ -589,6 +590,7 @@
'Minimum number of matching items that need to be ordered for this discount to apply.' => 'Minimalt antall samsvarende varer som må bestilles for at denne rabatten skal gjelde.',
'Minimum order quantity for this item is {num}.' => 'Minimumsantall for denne artikkelen er {num}.',
'Minimum' => 'Minimum',
'Min quantity must be less than max.' => 'Min quantity must be less than max.',
'Missing Gateway' => 'Mangler portal',
'Must have at least one variant.' => 'Må ha minst én variant.',
'Name Field' => 'Navnfelt',
Expand Down Expand Up @@ -1074,6 +1076,8 @@
'Type' => 'Type',
'URI' => 'URI',
'Unable to cancel subscription at this time.' => 'Kan ikke avbryte abonnementet nå.',
'Unable to delete user {user}: the user has a Craft Commerce order.' => 'Unable to delete user {user}: the user has a Craft Commerce order.',
'Unable to delete user {user}: the user has a Craft Commerce subscription.' => 'Unable to delete user {user}: the user has a Craft Commerce subscription.',
'Unable to generate coupon codes: {message}' => 'Kan ikke generere kupongkoder: {message}',
'Unable to make payment at this time.' => 'Kan ikke utføre betaling nå.',
'Unable to modify subscription at this time.' => 'Kan ikke endre abonnementet nå.',
Expand Down
4 changes: 4 additions & 0 deletions src/translations/nl/commerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@
'Maximum number of matching items that can be ordered for this discount to apply. A zero value here will skip this condition.' => 'Maximaal aantal bijpassende items dat kan worden besteld zodat deze account van toepassing is. Met een waarde van nul wordt deze voorwaarde overgeslagen.',
'Maximum order quantity for this item is {num}.' => 'De maximale bestelhoeveelheid voor dit artikel is {num}.',
'Maximum' => 'Maximum',
'Max quantity must greater than min.' => 'Max quantity must greater than min.',
'Message' => 'Bericht',
'Meters (m)' => 'Meter (m)',
'Millimeters (mm)' => 'Millimeter (mm)',
Expand All @@ -589,6 +590,7 @@
'Minimum number of matching items that need to be ordered for this discount to apply.' => 'Minimale aantal bijpassende items dat moet worden besteld om deze korting te krijgen.',
'Minimum order quantity for this item is {num}.' => 'De minimale bestelhoeveelheid voor dit artikel is {num}.',
'Minimum' => 'Minimum',
'Min quantity must be less than max.' => 'Min quantity must be less than max.',
'Missing Gateway' => 'Ontbrekende gateway',
'Must have at least one variant.' => 'Moet minstens één variant hebben.',
'Name Field' => 'Naamveld',
Expand Down Expand Up @@ -1074,6 +1076,8 @@
'Type' => 'Type',
'URI' => 'URI',
'Unable to cancel subscription at this time.' => 'Annulering van het abonnement is momenteel niet mogelijk.',
'Unable to delete user {user}: the user has a Craft Commerce order.' => 'Unable to delete user {user}: the user has a Craft Commerce order.',
'Unable to delete user {user}: the user has a Craft Commerce subscription.' => 'Unable to delete user {user}: the user has a Craft Commerce subscription.',
'Unable to generate coupon codes: {message}' => 'Kan couponcodes niet genereren: {message}',
'Unable to make payment at this time.' => 'Betalen is momenteel niet mogelijk.',
'Unable to modify subscription at this time.' => 'Wijzigen van het abonnement is momenteel niet mogelijk.',
Expand Down
4 changes: 4 additions & 0 deletions src/translations/pt/commerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@
'Maximum number of matching items that can be ordered for this discount to apply. A zero value here will skip this condition.' => 'O número máximo de itens correspondentes que podem ser comprados para a aplicação do desconto. Um valor zero aqui ignorará essa condição.',
'Maximum order quantity for this item is {num}.' => 'A quantidade máxima de pedido para este item é {num}.',
'Maximum' => 'Máximo',
'Max quantity must greater than min.' => 'Max quantity must greater than min.',
'Message' => 'Mensagem',
'Meters (m)' => 'Metros (m)',
'Millimeters (mm)' => 'Milímetros (mm)',
Expand All @@ -589,6 +590,7 @@
'Minimum number of matching items that need to be ordered for this discount to apply.' => 'Número mínimo de items válidos que precisam ser pedidos para que esse desconto seja aplicado.',
'Minimum order quantity for this item is {num}.' => 'A quantidade mínima para pedido deste item é {num}.',
'Minimum' => 'Mínimo',
'Min quantity must be less than max.' => 'Min quantity must be less than max.',
'Missing Gateway' => 'Gateway em falta',
'Must have at least one variant.' => 'Deve ter pelo menos uma variante.',
'Name Field' => 'Campo do nome',
Expand Down Expand Up @@ -1074,6 +1076,8 @@
'Type' => 'Tipo',
'URI' => 'URI',
'Unable to cancel subscription at this time.' => 'De momento, não é possível cancelar a subscrição.',
'Unable to delete user {user}: the user has a Craft Commerce order.' => 'Unable to delete user {user}: the user has a Craft Commerce order.',
'Unable to delete user {user}: the user has a Craft Commerce subscription.' => 'Unable to delete user {user}: the user has a Craft Commerce subscription.',
'Unable to generate coupon codes: {message}' => 'Não foi possível gerar códigos de cupão: {message}',
'Unable to make payment at this time.' => 'De momento, não é possível efetuar o pagamento.',
'Unable to modify subscription at this time.' => 'De momento, não é possível modificar a subscrição.',
Expand Down
Loading

0 comments on commit 41d24b8

Please sign in to comment.