From 0bc6e632ec88ad8eb97a56d3d76256a8e78957b0 Mon Sep 17 00:00:00 2001 From: Chris Parker Date: Sun, 22 Sep 2024 19:42:16 -0400 Subject: [PATCH] Add new payment method "Faster Payments System (SBP)" for Russian Ruble Discovered missing displayStrings that were not included in the previous commit, and added them. --- core/src/main/resources/i18n/displayStrings.properties | 1 - core/src/main/resources/i18n/displayStrings_cs.properties | 4 ++++ core/src/main/resources/i18n/displayStrings_de.properties | 4 ++++ core/src/main/resources/i18n/displayStrings_es.properties | 4 ++++ core/src/main/resources/i18n/displayStrings_fa.properties | 4 ++++ core/src/main/resources/i18n/displayStrings_fr.properties | 4 ++++ core/src/main/resources/i18n/displayStrings_it.properties | 4 ++++ core/src/main/resources/i18n/displayStrings_ja.properties | 4 ++++ core/src/main/resources/i18n/displayStrings_pl.properties | 4 ++++ core/src/main/resources/i18n/displayStrings_pt-br.properties | 4 ++++ core/src/main/resources/i18n/displayStrings_pt.properties | 4 ++++ core/src/main/resources/i18n/displayStrings_th.properties | 4 ++++ core/src/main/resources/i18n/displayStrings_vi.properties | 4 ++++ .../src/main/resources/i18n/displayStrings_zh-hans.properties | 4 ++++ .../src/main/resources/i18n/displayStrings_zh-hant.properties | 4 ++++ 15 files changed, 56 insertions(+), 1 deletion(-) diff --git a/core/src/main/resources/i18n/displayStrings.properties b/core/src/main/resources/i18n/displayStrings.properties index 96fa72e3d1..f05c4376ea 100644 --- a/core/src/main/resources/i18n/displayStrings.properties +++ b/core/src/main/resources/i18n/displayStrings.properties @@ -4436,7 +4436,6 @@ MERCADO_PAGO=MercadoPago # suppress inspection "UnusedProperty" SBP=Faster Payments System (SBP) - # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty" OK_PAY=OKPay diff --git a/core/src/main/resources/i18n/displayStrings_cs.properties b/core/src/main/resources/i18n/displayStrings_cs.properties index e8567f04ed..191afae2f7 100644 --- a/core/src/main/resources/i18n/displayStrings_cs.properties +++ b/core/src/main/resources/i18n/displayStrings_cs.properties @@ -3342,6 +3342,8 @@ DOMESTIC_WIRE_TRANSFER=Tuzemský bankovní převod BSQ_SWAP=BSQ swap # suppress inspection "UnusedProperty" MERCADO_PAGO=MercadoPago +# suppress inspection "UnusedProperty" +SBP=Faster Payments System (SBP) # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty" @@ -3440,6 +3442,8 @@ DOMESTIC_WIRE_TRANSFER_SHORT=Tuzemský převod BSQ_SWAP_SHORT=BSQ swap # suppress inspection "UnusedProperty" MERCADO_PAGO_SHORT=MercadoPago +# suppress inspection "UnusedProperty" +SBP_SHORT=SBP # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty" diff --git a/core/src/main/resources/i18n/displayStrings_de.properties b/core/src/main/resources/i18n/displayStrings_de.properties index 480631884d..657bce47ce 100644 --- a/core/src/main/resources/i18n/displayStrings_de.properties +++ b/core/src/main/resources/i18n/displayStrings_de.properties @@ -3342,6 +3342,8 @@ DOMESTIC_WIRE_TRANSFER=Inlandsüberweisung BSQ_SWAP=BSQ Swap # suppress inspection "UnusedProperty" MERCADO_PAGO=MercadoPago +# suppress inspection "UnusedProperty" +SBP=Faster Payments System (SBP) # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty" @@ -3440,6 +3442,8 @@ DOMESTIC_WIRE_TRANSFER_SHORT=Inlandsüberweisung BSQ_SWAP_SHORT=BSQ Swap # suppress inspection "UnusedProperty" MERCADO_PAGO_SHORT=MercadoPago +# suppress inspection "UnusedProperty" +SBP_SHORT=SBP # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty" diff --git a/core/src/main/resources/i18n/displayStrings_es.properties b/core/src/main/resources/i18n/displayStrings_es.properties index ed5cdb5cfb..66bdfbf587 100644 --- a/core/src/main/resources/i18n/displayStrings_es.properties +++ b/core/src/main/resources/i18n/displayStrings_es.properties @@ -3342,6 +3342,8 @@ DOMESTIC_WIRE_TRANSFER=Transferencia bancaria doméstica BSQ_SWAP=Swap BSQ # suppress inspection "UnusedProperty" MERCADO_PAGO=MercadoPago +# suppress inspection "UnusedProperty" +SBP=Faster Payments System (SBP) # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty" @@ -3440,6 +3442,8 @@ DOMESTIC_WIRE_TRANSFER_SHORT=Transferencia doméstica BSQ_SWAP_SHORT=Swap BSQ # suppress inspection "UnusedProperty" MERCADO_PAGO_SHORT=MercadoPago +# suppress inspection "UnusedProperty" +SBP_SHORT=SBP # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty" diff --git a/core/src/main/resources/i18n/displayStrings_fa.properties b/core/src/main/resources/i18n/displayStrings_fa.properties index efa405f969..ba56da18bf 100644 --- a/core/src/main/resources/i18n/displayStrings_fa.properties +++ b/core/src/main/resources/i18n/displayStrings_fa.properties @@ -3342,6 +3342,8 @@ DOMESTIC_WIRE_TRANSFER=Domestic Wire Transfer BSQ_SWAP=BSQ Swap # suppress inspection "UnusedProperty" MERCADO_PAGO=MercadoPago +# suppress inspection "UnusedProperty" +SBP=Faster Payments System (SBP) # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty" @@ -3440,6 +3442,8 @@ DOMESTIC_WIRE_TRANSFER_SHORT=Domestic Wire BSQ_SWAP_SHORT=BSQ Swap # suppress inspection "UnusedProperty" MERCADO_PAGO_SHORT=MercadoPago +# suppress inspection "UnusedProperty" +SBP_SHORT=SBP # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty" diff --git a/core/src/main/resources/i18n/displayStrings_fr.properties b/core/src/main/resources/i18n/displayStrings_fr.properties index b6aad7ef08..1ff830247e 100644 --- a/core/src/main/resources/i18n/displayStrings_fr.properties +++ b/core/src/main/resources/i18n/displayStrings_fr.properties @@ -3342,6 +3342,8 @@ DOMESTIC_WIRE_TRANSFER=Domestic Wire Transfer BSQ_SWAP=BSQ Swap # suppress inspection "UnusedProperty" MERCADO_PAGO=MercadoPago +# suppress inspection "UnusedProperty" +SBP=Faster Payments System (SBP) # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty" @@ -3440,6 +3442,8 @@ DOMESTIC_WIRE_TRANSFER_SHORT=Domestic Wire BSQ_SWAP_SHORT=BSQ Swap # suppress inspection "UnusedProperty" MERCADO_PAGO_SHORT=MercadoPago +# suppress inspection "UnusedProperty" +SBP_SHORT=SBP # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty" diff --git a/core/src/main/resources/i18n/displayStrings_it.properties b/core/src/main/resources/i18n/displayStrings_it.properties index 49971c4683..09b7837d8a 100644 --- a/core/src/main/resources/i18n/displayStrings_it.properties +++ b/core/src/main/resources/i18n/displayStrings_it.properties @@ -3342,6 +3342,8 @@ DOMESTIC_WIRE_TRANSFER=Domestic Wire Transfer BSQ_SWAP=BSQ Swap # suppress inspection "UnusedProperty" MERCADO_PAGO=MercadoPago +# suppress inspection "UnusedProperty" +SBP=Faster Payments System (SBP) # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty" @@ -3440,6 +3442,8 @@ DOMESTIC_WIRE_TRANSFER_SHORT=Domestic Wire BSQ_SWAP_SHORT=BSQ Swap # suppress inspection "UnusedProperty" MERCADO_PAGO_SHORT=MercadoPago +# suppress inspection "UnusedProperty" +SBP_SHORT=SBP # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty" diff --git a/core/src/main/resources/i18n/displayStrings_ja.properties b/core/src/main/resources/i18n/displayStrings_ja.properties index a384af1faa..2503215975 100644 --- a/core/src/main/resources/i18n/displayStrings_ja.properties +++ b/core/src/main/resources/i18n/displayStrings_ja.properties @@ -3342,6 +3342,8 @@ DOMESTIC_WIRE_TRANSFER=Domestic Wire Transfer BSQ_SWAP=BSQ Swap # suppress inspection "UnusedProperty" MERCADO_PAGO=MercadoPago +# suppress inspection "UnusedProperty" +SBP=Faster Payments System (SBP) # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty" @@ -3440,6 +3442,8 @@ DOMESTIC_WIRE_TRANSFER_SHORT=Domestic Wire BSQ_SWAP_SHORT=BSQ Swap # suppress inspection "UnusedProperty" MERCADO_PAGO_SHORT=MercadoPago +# suppress inspection "UnusedProperty" +SBP_SHORT=SBP # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty" diff --git a/core/src/main/resources/i18n/displayStrings_pl.properties b/core/src/main/resources/i18n/displayStrings_pl.properties index b274fef7cf..c9d416b7c6 100644 --- a/core/src/main/resources/i18n/displayStrings_pl.properties +++ b/core/src/main/resources/i18n/displayStrings_pl.properties @@ -3342,6 +3342,8 @@ DOMESTIC_WIRE_TRANSFER=Domestic Wire Transfer BSQ_SWAP=BSQ Swap # suppress inspection "UnusedProperty" MERCADO_PAGO=MercadoPago +# suppress inspection "UnusedProperty" +SBP=Faster Payments System (SBP) # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty" @@ -3440,6 +3442,8 @@ DOMESTIC_WIRE_TRANSFER_SHORT=Domestic Wire BSQ_SWAP_SHORT=BSQ Swap # suppress inspection "UnusedProperty" MERCADO_PAGO_SHORT=MercadoPago +# suppress inspection "UnusedProperty" +SBP_SHORT=SBP # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty" diff --git a/core/src/main/resources/i18n/displayStrings_pt-br.properties b/core/src/main/resources/i18n/displayStrings_pt-br.properties index 1298bcc727..0886b9ba3f 100644 --- a/core/src/main/resources/i18n/displayStrings_pt-br.properties +++ b/core/src/main/resources/i18n/displayStrings_pt-br.properties @@ -3342,6 +3342,8 @@ DOMESTIC_WIRE_TRANSFER=Domestic Wire Transfer BSQ_SWAP=BSQ Swap # suppress inspection "UnusedProperty" MERCADO_PAGO=MercadoPago +# suppress inspection "UnusedProperty" +SBP=Faster Payments System (SBP) # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty" @@ -3440,6 +3442,8 @@ DOMESTIC_WIRE_TRANSFER_SHORT=Transferência Doméstica BSQ_SWAP_SHORT=BSQ Swap # suppress inspection "UnusedProperty" MERCADO_PAGO_SHORT=MercadoPago +# suppress inspection "UnusedProperty" +SBP_SHORT=SBP # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty" diff --git a/core/src/main/resources/i18n/displayStrings_pt.properties b/core/src/main/resources/i18n/displayStrings_pt.properties index 6c61e88263..a7b8b4c77d 100644 --- a/core/src/main/resources/i18n/displayStrings_pt.properties +++ b/core/src/main/resources/i18n/displayStrings_pt.properties @@ -3342,6 +3342,8 @@ DOMESTIC_WIRE_TRANSFER=Domestic Wire Transfer BSQ_SWAP=BSQ Swap # suppress inspection "UnusedProperty" MERCADO_PAGO=MercadoPago +# suppress inspection "UnusedProperty" +SBP=Faster Payments System (SBP) # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty" @@ -3440,6 +3442,8 @@ DOMESTIC_WIRE_TRANSFER_SHORT=Domestic Wire BSQ_SWAP_SHORT=BSQ Swap # suppress inspection "UnusedProperty" MERCADO_PAGO_SHORT=MercadoPago +# suppress inspection "UnusedProperty" +SBP_SHORT=SBP # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty" diff --git a/core/src/main/resources/i18n/displayStrings_th.properties b/core/src/main/resources/i18n/displayStrings_th.properties index f64aacd6d3..7a5634f7c7 100644 --- a/core/src/main/resources/i18n/displayStrings_th.properties +++ b/core/src/main/resources/i18n/displayStrings_th.properties @@ -3342,6 +3342,8 @@ DOMESTIC_WIRE_TRANSFER=Domestic Wire Transfer BSQ_SWAP=BSQ Swap # suppress inspection "UnusedProperty" MERCADO_PAGO=MercadoPago +# suppress inspection "UnusedProperty" +SBP=Faster Payments System (SBP) # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty" @@ -3440,6 +3442,8 @@ DOMESTIC_WIRE_TRANSFER_SHORT=Domestic Wire BSQ_SWAP_SHORT=BSQ Swap # suppress inspection "UnusedProperty" MERCADO_PAGO_SHORT=MercadoPago +# suppress inspection "UnusedProperty" +SBP_SHORT=SBP # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty" diff --git a/core/src/main/resources/i18n/displayStrings_vi.properties b/core/src/main/resources/i18n/displayStrings_vi.properties index 995f827049..750c0bfe8d 100644 --- a/core/src/main/resources/i18n/displayStrings_vi.properties +++ b/core/src/main/resources/i18n/displayStrings_vi.properties @@ -3342,6 +3342,8 @@ DOMESTIC_WIRE_TRANSFER=Domestic Wire Transfer BSQ_SWAP=BSQ Swap # suppress inspection "UnusedProperty" MERCADO_PAGO=MercadoPago +# suppress inspection "UnusedProperty" +SBP=Faster Payments System (SBP) # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty" @@ -3440,6 +3442,8 @@ DOMESTIC_WIRE_TRANSFER_SHORT=Domestic Wire BSQ_SWAP_SHORT=BSQ Swap # suppress inspection "UnusedProperty" MERCADO_PAGO_SHORT=MercadoPago +# suppress inspection "UnusedProperty" +SBP_SHORT=SBP # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty" diff --git a/core/src/main/resources/i18n/displayStrings_zh-hans.properties b/core/src/main/resources/i18n/displayStrings_zh-hans.properties index f870ecf34a..a4ea502d4e 100644 --- a/core/src/main/resources/i18n/displayStrings_zh-hans.properties +++ b/core/src/main/resources/i18n/displayStrings_zh-hans.properties @@ -3342,6 +3342,8 @@ DOMESTIC_WIRE_TRANSFER=Domestic Wire Transfer BSQ_SWAP=BSQ Swap # suppress inspection "UnusedProperty" MERCADO_PAGO=MercadoPago +# suppress inspection "UnusedProperty" +SBP=Faster Payments System (SBP) # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty" @@ -3440,6 +3442,8 @@ DOMESTIC_WIRE_TRANSFER_SHORT=Domestic Wire BSQ_SWAP_SHORT=BSQ Swap # suppress inspection "UnusedProperty" MERCADO_PAGO_SHORT=MercadoPago +# suppress inspection "UnusedProperty" +SBP_SHORT=SBP # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty" diff --git a/core/src/main/resources/i18n/displayStrings_zh-hant.properties b/core/src/main/resources/i18n/displayStrings_zh-hant.properties index 7de94932e4..f44149c392 100644 --- a/core/src/main/resources/i18n/displayStrings_zh-hant.properties +++ b/core/src/main/resources/i18n/displayStrings_zh-hant.properties @@ -3342,6 +3342,8 @@ DOMESTIC_WIRE_TRANSFER=Domestic Wire Transfer BSQ_SWAP=BSQ Swap # suppress inspection "UnusedProperty" MERCADO_PAGO=MercadoPago +# suppress inspection "UnusedProperty" +SBP=Faster Payments System (SBP) # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty" @@ -3440,6 +3442,8 @@ DOMESTIC_WIRE_TRANSFER_SHORT=Domestic Wire BSQ_SWAP_SHORT=BSQ Swap # suppress inspection "UnusedProperty" MERCADO_PAGO_SHORT=MercadoPago +# suppress inspection "UnusedProperty" +SBP_SHORT=SBP # Deprecated: Cannot be deleted as it would break old trade history entries # suppress inspection "UnusedProperty"