localisation: nwc
This commit is contained in:
@@ -383,6 +383,9 @@ data class NwcStrings(
|
||||
val connectionRowExpires : String,
|
||||
val connectionRowPubkey : String,
|
||||
val connectionNeverUsed : String,
|
||||
val lastUsedToday : String, // e.g. "Last used today"
|
||||
val lastUsedYesterday : String, // e.g. "Last used yesterday"
|
||||
val lastUsedDate : String, // e.g. "Last used %s" — %s is a formatted date
|
||||
val connectionNoExpiry : String,
|
||||
/** "Expired · {date}" */
|
||||
val connectionExpired : (date: String) -> String,
|
||||
@@ -406,12 +409,16 @@ data class NwcStrings(
|
||||
val permLookupInvoice : String,
|
||||
val permListTransactions : String,
|
||||
val permSignMessage : String,
|
||||
val permPay : String, // "Send payments"
|
||||
val permInvoice : String, // "Create invoices"
|
||||
val permLookupHistory: String, // "Lookup status & transaction history"
|
||||
val permBalanceInfo : String, // "Read balance & account info"
|
||||
val permSendPayments: String,
|
||||
val permCreateInvoices: String,
|
||||
val permPay : String, // "Send payments"
|
||||
val permInvoice : String, // "Create invoices"
|
||||
val permLookup : String,
|
||||
val permHistory : String,
|
||||
val permBalance : String,
|
||||
val permInfo : String,
|
||||
val permLookupHistory : String, // "Lookup status & transaction history"
|
||||
val permBalanceInfo : String, // "Read balance & account info"
|
||||
val permSendPayments : String,
|
||||
val permCreateInvoices : String,
|
||||
val permLookupInvoiceStatus: String,
|
||||
val permReadTransactionHistory: String,
|
||||
val permReadWalletBalance: String,
|
||||
@@ -420,4 +427,56 @@ data class NwcStrings(
|
||||
val revokeDialogBody : String,
|
||||
val revokeDialogConfirm : String,
|
||||
val revokeDialogDismiss : String,
|
||||
)
|
||||
val refreshDaily : String,
|
||||
val refreshWeekly : String,
|
||||
val refreshMonthly : String,
|
||||
val refreshYearly : String,
|
||||
val refreshNever : String,
|
||||
|
||||
// New Connection
|
||||
val newConnection : String,
|
||||
val labelHint : String,
|
||||
val expires : String,
|
||||
val pickDate : String,
|
||||
val pickTime : String,
|
||||
val never : String,
|
||||
val budgets : String,
|
||||
val addBudget : String,
|
||||
val removeBudget : String,
|
||||
val permissions : String,
|
||||
val unnamed : String,
|
||||
val creating : String,
|
||||
val createConnection : String,
|
||||
val ok : String,
|
||||
val sats : String,
|
||||
val resets : String,
|
||||
|
||||
val deleteConnection : String,
|
||||
val unnamedConnection : String,
|
||||
val neverUsed : String,
|
||||
val expired : String,
|
||||
|
||||
val connectionCreated : String,
|
||||
val scanOrCopyHint : String,
|
||||
val nwcPairingQrCode : String,
|
||||
val nwcConnectionString : String,
|
||||
val shareNwcConnectionString : String,
|
||||
val openInApp : String,
|
||||
|
||||
val walletConnect : String,
|
||||
val addConnection : String,
|
||||
val noCompatibleAppFound : String,
|
||||
val removeConnection : String,
|
||||
val removeConnectionDetail: String,
|
||||
val remove : String,
|
||||
|
||||
val noConnectionsYet : String,
|
||||
val tapToAddHint : String,
|
||||
val somethingWentWrong : String,
|
||||
val retry : String,
|
||||
|
||||
val failedToLoadConnections : String,
|
||||
val failedToCreateConnection : String,
|
||||
val failedToDeleteConnection : String,
|
||||
val failedToLoadConnection : String,
|
||||
)
|
||||
Reference in New Issue
Block a user