localisation: nwc
This commit is contained in:
@@ -379,6 +379,9 @@ val EnHomeStrings = AppStrings(
|
||||
connectionRowExpires = "Expires",
|
||||
connectionRowPubkey = "Public key",
|
||||
connectionNeverUsed = "Never",
|
||||
lastUsedToday = "Last used today",
|
||||
lastUsedYesterday = "Last used yesterday",
|
||||
lastUsedDate = "Last used %s",
|
||||
connectionNoExpiry = "Never",
|
||||
connectionExpired = { date -> "Expired · $date" },
|
||||
connectionSectionPermissions = "Permissions",
|
||||
@@ -400,6 +403,10 @@ val EnHomeStrings = AppStrings(
|
||||
permSignMessage = "Sign messages",
|
||||
permPay = "Send payments",
|
||||
permInvoice = "Create invoices",
|
||||
permLookup = "Lookup invoice status",
|
||||
permHistory = "Read transaction history",
|
||||
permBalance = "Read wallet balance",
|
||||
permInfo = "Read account info",
|
||||
permLookupHistory = "Lookup status & transaction history",
|
||||
permBalanceInfo = "Read balance & account info",
|
||||
permSendPayments = "Send payments",
|
||||
@@ -412,6 +419,57 @@ val EnHomeStrings = AppStrings(
|
||||
revokeDialogBody = "This will permanently revoke this Nostr Wallet Connect key. Any app using it will lose access.",
|
||||
revokeDialogConfirm = "Revoke",
|
||||
revokeDialogDismiss = "Cancel",
|
||||
)
|
||||
refreshDaily = "Daily",
|
||||
refreshWeekly = "Weekly",
|
||||
refreshMonthly = "Monthly",
|
||||
refreshYearly = "Yearly",
|
||||
refreshNever = "Never",
|
||||
|
||||
newConnection = "New connection",
|
||||
labelHint = "Label (e.g. Amethyst, Bitrefill)",
|
||||
expires = "Expires",
|
||||
pickDate = "Pick date",
|
||||
pickTime = "Pick time",
|
||||
never = "Never",
|
||||
budgets = "Budgets",
|
||||
addBudget = "Add budget",
|
||||
removeBudget = "Remove budget",
|
||||
permissions = "Permissions",
|
||||
unnamed = "Unnamed",
|
||||
creating = "Creating…",
|
||||
createConnection = "Create connection",
|
||||
ok = "OK",
|
||||
sats = "Sats",
|
||||
resets = "Resets",
|
||||
|
||||
deleteConnection = "Delete connection",
|
||||
unnamedConnection = "Unnamed connection",
|
||||
neverUsed = "Never used",
|
||||
expired = "Expired",
|
||||
|
||||
connectionCreated = "Connection created",
|
||||
scanOrCopyHint = "Scan or copy this connection string into your app. It will not be shown again.",
|
||||
nwcPairingQrCode = "NWC pairing QR code",
|
||||
nwcConnectionString = "NWC connection string",
|
||||
shareNwcConnectionString = "Share NWC connection string",
|
||||
openInApp = "Open in app",
|
||||
|
||||
walletConnect = "Wallet Connect",
|
||||
addConnection = "Add connection",
|
||||
noCompatibleAppFound = "No compatible app found",
|
||||
removeConnection = "Remove connection?",
|
||||
removeConnectionDetail = "This will permanently revoke this Nostr Wallet Connect key. Any app using it will lose access.",
|
||||
remove = "Remove",
|
||||
|
||||
noConnectionsYet = "No connections yet",
|
||||
tapToAddHint = "Tap + to connect an app via Nostr Wallet Connect.",
|
||||
somethingWentWrong = "Something went wrong",
|
||||
retry = "Retry",
|
||||
|
||||
failedToLoadConnections = "Failed to load connections",
|
||||
failedToCreateConnection = "Failed to create connection",
|
||||
failedToDeleteConnection = "Failed to delete connection",
|
||||
failedToLoadConnection = "Failed to load connection",
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
@@ -380,6 +380,9 @@ val EsHomeStrings = AppStrings(
|
||||
connectionRowExpires = "Vence",
|
||||
connectionRowPubkey = "Clave pública",
|
||||
connectionNeverUsed = "Nunca",
|
||||
lastUsedToday = "Usada hoy",
|
||||
lastUsedYesterday = "Usada ayer",
|
||||
lastUsedDate = "Usada %s",
|
||||
connectionNoExpiry = "Sin vencimiento",
|
||||
connectionExpired = { date -> "Vencido · $date" },
|
||||
connectionSectionPermissions = "Permisos",
|
||||
@@ -401,6 +404,10 @@ val EsHomeStrings = AppStrings(
|
||||
permSignMessage = "Firmar mensajes",
|
||||
permPay = "Enviar pagos",
|
||||
permInvoice = "Crear facturas",
|
||||
permLookup = "Consultar estado de facturas",
|
||||
permHistory = "Leer historial de transacciones",
|
||||
permBalance = "Leer saldo del monedero",
|
||||
permInfo = "Leer información de cuenta",
|
||||
permLookupHistory = "Consultar estado e historial de transacciones",
|
||||
permBalanceInfo = "Ver saldo e información de cuenta",
|
||||
permSendPayments = "Enviar pagos",
|
||||
@@ -413,5 +420,56 @@ val EsHomeStrings = AppStrings(
|
||||
revokeDialogBody = "Esto revocará permanentemente esta clave Nostr Wallet Connect. Cualquier app que la use perderá el acceso.",
|
||||
revokeDialogConfirm = "Revocar",
|
||||
revokeDialogDismiss = "Cancelar",
|
||||
refreshDaily = "Diario",
|
||||
refreshWeekly = "Semanal",
|
||||
refreshMonthly = "Mensual",
|
||||
refreshYearly = "Anual",
|
||||
refreshNever = "Nunca",
|
||||
|
||||
newConnection = "Nueva conexión",
|
||||
labelHint = "Etiqueta (p.ej. Amethyst, Bitrefill)",
|
||||
expires = "Caduca",
|
||||
pickDate = "Elegir fecha",
|
||||
pickTime = "Elegir hora",
|
||||
never = "Nunca",
|
||||
budgets = "Presupuestos",
|
||||
addBudget = "Añadir presupuesto",
|
||||
removeBudget = "Eliminar presupuesto",
|
||||
permissions = "Permisos",
|
||||
unnamed = "Sin nombre",
|
||||
creating = "Creando…",
|
||||
createConnection = "Crear conexión",
|
||||
ok = "OK",
|
||||
sats = "Sats",
|
||||
resets = "Se reinicia",
|
||||
|
||||
deleteConnection = "Eliminar conexión",
|
||||
unnamedConnection = "Conexión sin nombre",
|
||||
neverUsed = "Nunca usada",
|
||||
expired = "Caducada",
|
||||
|
||||
connectionCreated = "Conexión creada",
|
||||
scanOrCopyHint = "Escanea o copia esta cadena de conexión en tu app. No se volverá a mostrar.",
|
||||
nwcPairingQrCode = "Código QR de emparejamiento NWC",
|
||||
nwcConnectionString = "Cadena de conexión NWC",
|
||||
shareNwcConnectionString = "Compartir cadena de conexión NWC",
|
||||
openInApp = "Abrir en app",
|
||||
|
||||
walletConnect = "Wallet Connect",
|
||||
addConnection = "Añadir conexión",
|
||||
noCompatibleAppFound = "No se encontró una app compatible",
|
||||
removeConnection = "¿Eliminar conexión?",
|
||||
removeConnectionDetail = "Esto revocará permanentemente esta clave de Nostr Wallet Connect. Cualquier app que la use perderá el acceso.",
|
||||
remove = "Eliminar",
|
||||
|
||||
noConnectionsYet = "Aún no hay conexiones",
|
||||
tapToAddHint = "Toca + para conectar una app vía Nostr Wallet Connect.",
|
||||
somethingWentWrong = "Algo salió mal",
|
||||
retry = "Reintentar",
|
||||
|
||||
failedToLoadConnections = "Error al cargar las conexiones",
|
||||
failedToCreateConnection = "Error al crear la conexión",
|
||||
failedToDeleteConnection = "Error al eliminar la conexión",
|
||||
failedToLoadConnection = "Error al cargar la conexión",
|
||||
)
|
||||
)
|
||||
|
||||
@@ -376,6 +376,9 @@ val EuStrings = AppStrings(
|
||||
connectionSectionDetails = "Xehetasunak",
|
||||
connectionRowCreated = "Konektatuta",
|
||||
connectionRowLastUsed = "Azken erabilera",
|
||||
lastUsedToday = "Duela gutxi erabilia", // "used recently" (idiomatic for today)
|
||||
lastUsedYesterday = "Atzo erabilia", // "used yesterday"
|
||||
lastUsedDate = "Duela %s erabilia", // "used [date] ago"
|
||||
connectionRowExpires = "Iraungitze-data",
|
||||
connectionRowPubkey = "Gako publikoa",
|
||||
connectionNeverUsed = "Inoiz ez",
|
||||
@@ -400,6 +403,10 @@ val EuStrings = AppStrings(
|
||||
permSignMessage = "Mezuak sinatu",
|
||||
permPay = "Ordainketak bidali",
|
||||
permInvoice = "Fakturak sortu",
|
||||
permLookup = "Kontsultatu faktura-egoera",
|
||||
permHistory = "Irakurri transakzio-historiala",
|
||||
permBalance = "Irakurri zorroaren saldoa",
|
||||
permInfo = "Irakurri kontu-informazioa",
|
||||
permLookupHistory = "Egoera eta transakzio-historia kontsultatu",
|
||||
permBalanceInfo = "Saldoa eta kontuaren informazioa ikusi",
|
||||
permSendPayments = "Ordainketak bidali",
|
||||
@@ -412,5 +419,56 @@ val EuStrings = AppStrings(
|
||||
revokeDialogBody = "Honek Nostr Wallet Connect gako hau behin betiko baliogabetuko du. Erabiltzen duen edozein aplikaziok sarbidea galduko du.",
|
||||
revokeDialogConfirm = "Baliogabetu",
|
||||
revokeDialogDismiss = "Utzi",
|
||||
)
|
||||
refreshDaily = "Egunero",
|
||||
refreshWeekly = "Astero",
|
||||
refreshMonthly = "Hilabetero",
|
||||
refreshYearly = "Urtero",
|
||||
refreshNever = "Inoiz ez",
|
||||
|
||||
newConnection = "Konexio berria",
|
||||
labelHint = "Etiketa (adb. Amethyst, Bitrefill)",
|
||||
expires = "Iraungitzen da",
|
||||
pickDate = "Aukeratu data",
|
||||
pickTime = "Aukeratu ordua",
|
||||
never = "Inoiz ez",
|
||||
budgets = "Aurrekontuak",
|
||||
addBudget = "Gehitu aurrekontua",
|
||||
removeBudget = "Kendu aurrekontua",
|
||||
permissions = "Baimenak",
|
||||
unnamed = "Izengabea",
|
||||
creating = "Sortzen…",
|
||||
createConnection = "Sortu konexioa",
|
||||
ok = "Ados",
|
||||
sats = "Sats",
|
||||
resets = "Berrezarri",
|
||||
|
||||
deleteConnection = "Ezabatu konexioa",
|
||||
unnamedConnection = "Izengabeko konexioa",
|
||||
neverUsed = "Inoiz erabili gabea",
|
||||
expired = "Iraungitua",
|
||||
|
||||
connectionCreated = "Konexioa sortuta",
|
||||
scanOrCopyHint = "Eskaneatu edo kopiatu konexio-kate hau zure app-ean. Ez da berriro erakutsiko.",
|
||||
nwcPairingQrCode = "NWC parekatzeko QR kodea",
|
||||
nwcConnectionString = "NWC konexio-katea",
|
||||
shareNwcConnectionString = "Partekatu NWC konexio-katea",
|
||||
openInApp = "Ireki app-ean",
|
||||
|
||||
walletConnect = "Wallet Connect",
|
||||
addConnection = "Gehitu konexioa",
|
||||
noCompatibleAppFound = "Ez da app bateragarririk aurkitu",
|
||||
removeConnection = "Kendu konexioa?",
|
||||
removeConnectionDetail = "Honek Nostr Wallet Connect gako hau behin betiko indargabetuko du. Erabiltzen duen edozein app-ek sarbidea galduko du.",
|
||||
remove = "Kendu",
|
||||
|
||||
noConnectionsYet = "Oraindik konexiorik ez",
|
||||
tapToAddHint = "Sakatu + app bat Nostr Wallet Connect bidez konektatzeko.",
|
||||
somethingWentWrong = "Zerbait gaizki atera da",
|
||||
retry = "Saiatu berriro",
|
||||
|
||||
failedToLoadConnections = "Huts egin du konexioak kargatzean",
|
||||
failedToCreateConnection = "Huts egin du konexioa sortzean",
|
||||
failedToDeleteConnection = "Huts egin du konexioa ezabatzean",
|
||||
failedToLoadConnection = "Huts egin du konexioa kargatzean",
|
||||
)
|
||||
)
|
||||
|
||||
@@ -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