mirror of
https://github.com/flutter/samples.git
synced 2026-05-10 17:07:28 +00:00
[Gallery] Update desktop Rally for pages that did not have designs before (#314)
* Update desktop Rally for pages that did not have designs before
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -171,6 +171,18 @@
|
||||
"@rallyAccountDetailDataAccountOwner": {
|
||||
"description": "Title for an account detail. Below the name of the account owner will be displayed."
|
||||
},
|
||||
"rallyBillDetailTotalAmount": "Total Amount",
|
||||
"@rallyBillDetailTotalAmount": {
|
||||
"description": "Title for column where it displays the total dollar amount that the user has in bills."
|
||||
},
|
||||
"rallyBillDetailAmountPaid": "Amount Paid",
|
||||
"@rallyBillDetailAmountPaid": {
|
||||
"description": "Title for column where it displays the amount that the user has paid."
|
||||
},
|
||||
"rallyBillDetailAmountDue": "Amount Due",
|
||||
"@rallyBillDetailAmountDue": {
|
||||
"description": "Title for column where it displays the amount that the user has due."
|
||||
},
|
||||
"rallyBudgetCategoryCoffeeShops": "Coffee Shops",
|
||||
"@rallyBudgetCategoryCoffeeShops": {
|
||||
"description": "Category for budget, to sort expenses / bills in."
|
||||
@@ -187,6 +199,18 @@
|
||||
"@rallyBudgetCategoryClothing": {
|
||||
"description": "Category for budget, to sort expenses / bills in."
|
||||
},
|
||||
"rallyBudgetDetailTotalCap": "Total Cap",
|
||||
"@rallyBudgetDetailTotalCap": {
|
||||
"description": "Title for column where it displays the total dollar cap that the user has for its budget."
|
||||
},
|
||||
"rallyBudgetDetailAmountUsed": "Amount Used",
|
||||
"@rallyBudgetDetailAmountUsed": {
|
||||
"description": "Title for column where it displays the dollar amount that the user has used in its budget."
|
||||
},
|
||||
"rallyBudgetDetailAmountLeft": "Amount Left",
|
||||
"@rallyBudgetDetailAmountLeft": {
|
||||
"description": "Title for column where it displays the dollar amount that the user has left in its budget."
|
||||
},
|
||||
"rallySettingsManageAccounts": "Manage Accounts",
|
||||
"@rallySettingsManageAccounts": {
|
||||
"description": "Link to go to the page 'Manage Accounts."
|
||||
|
||||
@@ -161,6 +161,18 @@
|
||||
name="rallyAccountDetailDataAccountOwner"
|
||||
description="Title for an account detail. Below the name of the account owner will be displayed."
|
||||
>Account Owner</string>
|
||||
<string
|
||||
name="rallyBillDetailTotalAmount"
|
||||
description="Title for column where it displays the total dollar amount that the user has in bills."
|
||||
>Total Amount</string>
|
||||
<string
|
||||
name="rallyBillDetailAmountPaid"
|
||||
description="Title for column where it displays the amount that the user has paid."
|
||||
>Amount Paid</string>
|
||||
<string
|
||||
name="rallyBillDetailAmountDue"
|
||||
description="Title for column where it displays the amount that the user has due."
|
||||
>Amount Due</string>
|
||||
<string
|
||||
name="rallyBudgetCategoryCoffeeShops"
|
||||
description="Category for budget, to sort expenses / bills in."
|
||||
@@ -177,6 +189,18 @@
|
||||
name="rallyBudgetCategoryClothing"
|
||||
description="Category for budget, to sort expenses / bills in."
|
||||
>Clothing</string>
|
||||
<string
|
||||
name="rallyBudgetDetailTotalCap"
|
||||
description="Title for column where it displays the total dollar cap that the user has for its budget."
|
||||
>Total Cap</string>
|
||||
<string
|
||||
name="rallyBudgetDetailAmountUsed"
|
||||
description="Title for column where it displays the dollar amount that the user has used in its budget."
|
||||
>Amount Used</string>
|
||||
<string
|
||||
name="rallyBudgetDetailAmountLeft"
|
||||
description="Title for column where it displays the dollar amount that the user has left in its budget."
|
||||
>Amount Left</string>
|
||||
<string
|
||||
name="rallySettingsManageAccounts"
|
||||
description="Link to go to the page 'Manage Accounts."
|
||||
|
||||
@@ -995,6 +995,12 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"rallyAlertsMessageSpentOnRestaurants": m24,
|
||||
"rallyAlertsMessageUnassignedTransactions": m25,
|
||||
"rallyBillAmount": m26,
|
||||
"rallyBillDetailAmountDue":
|
||||
MessageLookupByLibrary.simpleMessage("Amount Due"),
|
||||
"rallyBillDetailAmountPaid":
|
||||
MessageLookupByLibrary.simpleMessage("Amount Paid"),
|
||||
"rallyBillDetailTotalAmount":
|
||||
MessageLookupByLibrary.simpleMessage("Total Amount"),
|
||||
"rallyBills": MessageLookupByLibrary.simpleMessage("Bills"),
|
||||
"rallyBillsDue": MessageLookupByLibrary.simpleMessage("Due"),
|
||||
"rallyBudgetAmount": m27,
|
||||
@@ -1006,6 +1012,12 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
MessageLookupByLibrary.simpleMessage("Groceries"),
|
||||
"rallyBudgetCategoryRestaurants":
|
||||
MessageLookupByLibrary.simpleMessage("Restaurants"),
|
||||
"rallyBudgetDetailAmountLeft":
|
||||
MessageLookupByLibrary.simpleMessage("Amount Left"),
|
||||
"rallyBudgetDetailAmountUsed":
|
||||
MessageLookupByLibrary.simpleMessage("Amount Used"),
|
||||
"rallyBudgetDetailTotalCap":
|
||||
MessageLookupByLibrary.simpleMessage("Total Cap"),
|
||||
"rallyBudgetLeft": MessageLookupByLibrary.simpleMessage("Left"),
|
||||
"rallyBudgets": MessageLookupByLibrary.simpleMessage("Budgets"),
|
||||
"rallyDescription":
|
||||
|
||||
Reference in New Issue
Block a user