Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trying out some new terminology for size #171

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
26 changes: 13 additions & 13 deletions lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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 ",
Expand Down Expand Up @@ -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..."
Expand Down
26 changes: 13 additions & 13 deletions lib/l10n/app_localizations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand Down
26 changes: 13 additions & 13 deletions lib/l10n/app_localizations_en.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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?';
Expand All @@ -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';
Expand Down Expand Up @@ -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';
Expand Down Expand Up @@ -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...';
Expand All @@ -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';
Expand Down
Loading