-
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
Showing
9 changed files
with
75 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
|
||
return [ | ||
'paypal_transaction_declined' => 'غير قادر على معالجة الدفعة لأن معاملتك تم رفضها على PayPal', | ||
'paypal_transaction_not_verified' => 'غير قادر على التحقق من المعاملة من 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
|
||
return [ | ||
'paypal_transaction_declined' => '由于您的交易在PayPal上被拒绝,无法处理付款', | ||
'paypal_transaction_not_verified' => '无法从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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
|
||
return [ | ||
'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', | ||
]; |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
|
||
return [ | ||
'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', | ||
]; |
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 |
---|---|---|
@@ -0,0 +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_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', | ||
]; |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
|
||
return [ | ||
'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', | ||
]; |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
|
||
return [ | ||
'paypal_transaction_declined' => 'PayPalでお取引が拒否されたため、支払いを処理できません', | ||
'paypal_transaction_not_verified' => '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
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