From 03e6a21c5a8415c5a75669fb434238bcb6b378fd Mon Sep 17 00:00:00 2001 From: Mic Neale Date: Fri, 24 May 2024 16:50:40 +1000 Subject: [PATCH] trying out some new terminology for size --- ios/Podfile.lock | 4 ++-- lib/l10n/app_en.arb | 26 +++++++++++++------------- lib/l10n/app_localizations.dart | 26 +++++++++++++------------- lib/l10n/app_localizations_en.dart | 26 +++++++++++++------------- 4 files changed, 41 insertions(+), 41 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 2e91fb87..4a8262ae 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -134,8 +134,8 @@ SPEC CHECKSUMS: path_provider_foundation: 3784922295ac71e43754bd15e0653ccfd36a147c PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4 shared_preferences_foundation: b4c3b4cddf1c21f02770737f147a3f5da9d39695 - url_launcher_ios: 6116280ddcfe98ab8820085d8d76ae7449447586 - webview_flutter_wkwebview: be0f0d33777f1bfd0c9fdcb594786704dbf65f36 + url_launcher_ios: bbd758c6e7f9fd7b5b1d4cde34d2b95fcce5e812 + webview_flutter_wkwebview: 4f3e50f7273d31e5500066ed267e3ae4309c5ae4 PODFILE CHECKSUM: 819463e6a0290f5a72f145ba7cde16e8b6ef0796 diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb index b83bd585..54f2eb56 100644 --- a/lib/l10n/app_en.arb +++ b/lib/l10n/app_en.arb @@ -2,14 +2,14 @@ "appName": "DIDPay", "welcomeToDIDPay": "Welcome to DIDPay", "getStarted": "Get started", - "interactWithPfis": "Interact with PFIs (Participating Financial Institutions) and send money to others around the world", + "interactWithPfis": "Interact with Financial Institutions and send money to others around the world", "whereAreYouLocated": "Where are you located?", "done": "Done", "deposit": "Deposit", "send": "Send", "to": "To:", "scanRecipientQrCode": "Don't know the recipient's DID? Scan their QR code", - "scanPfiQrCode": "Don't know the PFI's DID? Scan their QR code", + "scanPfiQrCode": "Don't know the Financial Instutions's DID? Scan their QR code", "withdraw": "Withdraw", "next": "Next", "accountBalance": "Account balance", @@ -72,9 +72,9 @@ "withdrawAmount": "Withdraw amount", "total": "Total", "submit": "Submit", - "selectYourCountry": "Select your country to see what PFIs are available to you", - "getStartedWithAPfi": "Get started with a PFI", - "selectAPfi": "Select a PFI to verify your identity and provide you liquidity", + "selectYourCountry": "Select your country to see what transfer services are available to you", + "getStartedWithAPfi": "Get started with a transfer service", + "selectAPfi": "Select a transfer service to verify your identity and provide you liquidity", "termsOfService": "Terms of service", "exampleTerms": "Financial services are being provided by Block, Inc. By clicking on the \"next\" button, you consent to opening an account with Block, Inc. Block, Inc. will ask you for personal information to verify your identity before opening an account...", "iCertifyThatIAgreeToThe": "I certify that I agree to the ", @@ -119,19 +119,19 @@ "errorFound": "Error found", "tapToRetry": "Tap to retry", "unableToRetrieveTxns": "Unable to retrieve transactions", - "addAPfi": "Add a PFI", - "noPfisFound": "No PFIs found", - "startByAddingAPfi": "Start by adding a PFI", - "pfiAdded": "PFI added!", - "addingPfi": "Adding PFI...", - "mustAddPfiBeforeSending": "Must add a PFI before sending funds!", + "addAPfi": "Add a transfer service", + "noPfisFound": "No transfer services found", + "startByAddingAPfi": "Start by adding a transfer service", + "pfiAdded": "Transfer service added!", + "addingPfi": "Adding transfer service...", + "mustAddPfiBeforeSending": "Must add a transfer service before sending funds!", "gettingYourQuote": "Getting your quote...", "sendingYourRequest": "Sending your request...", "confirmingYourOrder": "Confirming your order...", "orderConfirmed": "Order confirmed!", - "removePfi": "Remove PFI", + "removePfi": "Remove tranfer service", "cancel": "Cancel", - "myPfis": "My PFIs", + "myPfis": "My transfer services", "noTransactionsFound": "No transactions found", "enterRecipientDid": "Enter the recipient's DID", "fetchingOfferings": "Fetching offerings..." diff --git a/lib/l10n/app_localizations.dart b/lib/l10n/app_localizations.dart index c7b78a48..35acfdd0 100644 --- a/lib/l10n/app_localizations.dart +++ b/lib/l10n/app_localizations.dart @@ -112,7 +112,7 @@ abstract class Loc { /// No description provided for @interactWithPfis. /// /// In en, this message translates to: - /// **'Interact with PFIs (Participating Financial Institutions) and send money to others around the world'** + /// **'Interact with Financial Institutions and send money to others around the world'** String get interactWithPfis; /// No description provided for @whereAreYouLocated. @@ -154,7 +154,7 @@ abstract class Loc { /// No description provided for @scanPfiQrCode. /// /// In en, this message translates to: - /// **'Don\'t know the PFI\'s DID? Scan their QR code'** + /// **'Don\'t know the Financial Instutions\'s DID? Scan their QR code'** String get scanPfiQrCode; /// No description provided for @withdraw. @@ -430,19 +430,19 @@ abstract class Loc { /// No description provided for @selectYourCountry. /// /// In en, this message translates to: - /// **'Select your country to see what PFIs are available to you'** + /// **'Select your country to see what transfer services are available to you'** String get selectYourCountry; /// No description provided for @getStartedWithAPfi. /// /// In en, this message translates to: - /// **'Get started with a PFI'** + /// **'Get started with a transfer service'** String get getStartedWithAPfi; /// No description provided for @selectAPfi. /// /// In en, this message translates to: - /// **'Select a PFI to verify your identity and provide you liquidity'** + /// **'Select a transfer service to verify your identity and provide you liquidity'** String get selectAPfi; /// No description provided for @termsOfService. @@ -628,37 +628,37 @@ abstract class Loc { /// No description provided for @addAPfi. /// /// In en, this message translates to: - /// **'Add a PFI'** + /// **'Add a transfer service'** String get addAPfi; /// No description provided for @noPfisFound. /// /// In en, this message translates to: - /// **'No PFIs found'** + /// **'No transfer services found'** String get noPfisFound; /// No description provided for @startByAddingAPfi. /// /// In en, this message translates to: - /// **'Start by adding a PFI'** + /// **'Start by adding a transfer service'** String get startByAddingAPfi; /// No description provided for @pfiAdded. /// /// In en, this message translates to: - /// **'PFI added!'** + /// **'Transfer service added!'** String get pfiAdded; /// No description provided for @addingPfi. /// /// In en, this message translates to: - /// **'Adding PFI...'** + /// **'Adding transfer service...'** String get addingPfi; /// No description provided for @mustAddPfiBeforeSending. /// /// In en, this message translates to: - /// **'Must add a PFI before sending funds!'** + /// **'Must add a transfer service before sending funds!'** String get mustAddPfiBeforeSending; /// No description provided for @gettingYourQuote. @@ -688,7 +688,7 @@ abstract class Loc { /// No description provided for @removePfi. /// /// In en, this message translates to: - /// **'Remove PFI'** + /// **'Remove tranfer service'** String get removePfi; /// No description provided for @cancel. @@ -700,7 +700,7 @@ abstract class Loc { /// No description provided for @myPfis. /// /// In en, this message translates to: - /// **'My PFIs'** + /// **'My transfer services'** String get myPfis; /// No description provided for @noTransactionsFound. diff --git a/lib/l10n/app_localizations_en.dart b/lib/l10n/app_localizations_en.dart index e34192d6..f6a9523c 100644 --- a/lib/l10n/app_localizations_en.dart +++ b/lib/l10n/app_localizations_en.dart @@ -14,7 +14,7 @@ class LocEn extends Loc { String get getStarted => 'Get started'; @override - String get interactWithPfis => 'Interact with PFIs (Participating Financial Institutions) and send money to others around the world'; + String get interactWithPfis => 'Interact with Financial Institutions and send money to others around the world'; @override String get whereAreYouLocated => 'Where are you located?'; @@ -35,7 +35,7 @@ class LocEn extends Loc { String get scanRecipientQrCode => 'Don\'t know the recipient\'s DID? Scan their QR code'; @override - String get scanPfiQrCode => 'Don\'t know the PFI\'s DID? Scan their QR code'; + String get scanPfiQrCode => 'Don\'t know the Financial Instutions\'s DID? Scan their QR code'; @override String get withdraw => 'Withdraw'; @@ -177,13 +177,13 @@ class LocEn extends Loc { String get submit => 'Submit'; @override - String get selectYourCountry => 'Select your country to see what PFIs are available to you'; + String get selectYourCountry => 'Select your country to see what transfer services are available to you'; @override - String get getStartedWithAPfi => 'Get started with a PFI'; + String get getStartedWithAPfi => 'Get started with a transfer service'; @override - String get selectAPfi => 'Select a PFI to verify your identity and provide you liquidity'; + String get selectAPfi => 'Select a transfer service to verify your identity and provide you liquidity'; @override String get termsOfService => 'Terms of service'; @@ -280,22 +280,22 @@ class LocEn extends Loc { String get unableToRetrieveTxns => 'Unable to retrieve transactions'; @override - String get addAPfi => 'Add a PFI'; + String get addAPfi => 'Add a transfer service'; @override - String get noPfisFound => 'No PFIs found'; + String get noPfisFound => 'No transfer services found'; @override - String get startByAddingAPfi => 'Start by adding a PFI'; + String get startByAddingAPfi => 'Start by adding a transfer service'; @override - String get pfiAdded => 'PFI added!'; + String get pfiAdded => 'Transfer service added!'; @override - String get addingPfi => 'Adding PFI...'; + String get addingPfi => 'Adding transfer service...'; @override - String get mustAddPfiBeforeSending => 'Must add a PFI before sending funds!'; + String get mustAddPfiBeforeSending => 'Must add a transfer service before sending funds!'; @override String get gettingYourQuote => 'Getting your quote...'; @@ -310,13 +310,13 @@ class LocEn extends Loc { String get orderConfirmed => 'Order confirmed!'; @override - String get removePfi => 'Remove PFI'; + String get removePfi => 'Remove tranfer service'; @override String get cancel => 'Cancel'; @override - String get myPfis => 'My PFIs'; + String get myPfis => 'My transfer services'; @override String get noTransactionsFound => 'No transactions found';