-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc680c6
commit 455f6e6
Showing
5 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
|
||
return [ | ||
'paypal_transaction_declined' => '由于您的交易在PayPal上被拒绝,无法处理付款', | ||
'paypal_transaction_declined' => '由于您的交易在PayPal上被拒绝,无法处理付款', | ||
'paypal_transaction_not_verified' => '无法从PayPal验证交易', | ||
'paypal_connection_error' => '无法连接到PayPal。请重试', | ||
'paypal_connection_error' => '无法连接到PayPal。请重试', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
|
||
return [ | ||
'paypal_transaction_declined' => 'Zahlung konnte nicht verarbeitet werden, da Ihre Transaktion bei PayPal abgelehnt wurde', | ||
'paypal_transaction_declined' => 'Zahlung konnte nicht verarbeitet werden, da Ihre Transaktion bei PayPal abgelehnt wurde', | ||
'paypal_transaction_not_verified' => 'Transaktion konnte bei PayPal nicht verifiziert werden', | ||
'paypal_connection_error' => 'Verbindung zu PayPal konnte nicht hergestellt werden. Bitte versuchen Sie es erneut', | ||
'paypal_connection_error' => 'Verbindung zu PayPal konnte nicht hergestellt werden. Bitte versuchen Sie es erneut', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
|
||
return [ | ||
'paypal_transaction_declined' => 'Imposible procesar el pago ya que tu transacción fue rechazada en PayPal', | ||
'paypal_transaction_declined' => 'Imposible procesar el pago ya que tu transacción fue rechazada en PayPal', | ||
'paypal_transaction_not_verified' => 'Imposible verificar la transacción desde PayPal', | ||
'paypal_connection_error' => 'Imposible conectarse a PayPal. Por favor, inténtalo de nuevo', | ||
'paypal_connection_error' => 'Imposible conectarse a PayPal. Por favor, inténtalo de nuevo', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
|
||
return [ | ||
'paypal_transaction_declined' => 'Nem lehet feldolgozni a fizetést, mivel a tranzakciódat elutasították a PayPal-on', | ||
'paypal_transaction_declined' => 'Nem lehet feldolgozni a fizetést, mivel a tranzakciódat elutasították a PayPal-on', | ||
'paypal_transaction_not_verified' => 'A tranzakciót nem lehet ellenőrizni a PayPal-ról', | ||
'paypal_connection_error' => 'Nem lehet csatlakozni a PayPal-hoz. Kérjük, próbálja újra', | ||
'paypal_connection_error' => 'Nem lehet csatlakozni a PayPal-hoz. Kérjük, próbálja újra', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
|
||
return [ | ||
'paypal_transaction_declined' => 'Impossibile elaborare il pagamento perché la tua transazione è stata rifiutata su PayPal', | ||
'paypal_transaction_declined' => 'Impossibile elaborare il pagamento perché la tua transazione è stata rifiutata su PayPal', | ||
'paypal_transaction_not_verified' => 'Impossibile verificare la transazione su PayPal', | ||
'paypal_connection_error' => 'Impossibile connettersi a PayPal. Si prega di riprovare', | ||
'paypal_connection_error' => 'Impossibile connettersi a PayPal. Si prega di riprovare', | ||
]; |