web_lib

Common web application libraries
git clone https://radroots.dev/git/web_lib.git
Log | Files | Refs | LICENSE

commit 9bc7f4be94ef84179f6af0cf4b68d5684fe7fce2
parent 8a6b5ec83c395c63aec474adc42fa286d73f82a8
Author: triesap <137732411+triesap@users.noreply.github.com>
Date:   Sun, 27 Apr 2025 03:46:17 +0000

locales: add/edit messages

Diffstat:
Mlocales/src/messages/en/common.json | 3+++
Mlocales/src/messages/en/icu.json | 6+++++-
Mlocales/src/messages/en/units.json | 42++++++++++++++++++++++++++++++++++++++++++
3 files changed, 50 insertions(+), 1 deletion(-)

diff --git a/locales/src/messages/en/common.json b/locales/src/messages/en/common.json @@ -1,4 +1,7 @@ { + "nostr_key": "Nostr key", + "nip05_address": "NIP-05 address", + "create": "Create", "hide_alerts": "Hide alerts", "keep_previous": "Keep previous", "upload_photo": "Upload photo", diff --git a/locales/src/messages/en/icu.json b/locales/src/messages/en/icu.json @@ -1,4 +1,5 @@ { + "not_a_valid_": "Not a valid {{value}}", "choose_*": "Choose {{value}}", "add_*": "Add {{value}}", "add_existing_*": "Add existing {{value}}", @@ -9,5 +10,8 @@ "enter_a_valid_*": "Enter a valid {{value}}", "failure_saving_*_to_the_database": "Failure saving {{value}} to the database", "the_*_is_available": "The {{value}} is available", - "use_existing_*": "Use existing {{value}}" + "use_existing_*": "Use existing {{value}}", + "keystore": { + "init_existing": "This device has an existing configuration. There are {{value}} existing keys found." + } } \ No newline at end of file diff --git a/locales/src/messages/en/units.json b/locales/src/messages/en/units.json @@ -27,5 +27,47 @@ "lb_ab": "Lb.", "lb_pl": "Pounds" } + }, + "currency": { + "btc": "₿", + "usd": "$", + "eur": "€", + "gbp": "£", + "jpy": "¥", + "cny": "¥", + "inr": "₹", + "krw": "₩", + "rub": "₽", + "aud": "A$", + "cad": "C$", + "nzd": "NZ$", + "chf": "CHF", + "sek": "kr", + "nok": "kr", + "dkk": "kr", + "pln": "zł", + "brl": "R$", + "mxn": "MX$", + "zar": "R", + "try": "₺", + "hkd": "HK$", + "sgd": "S$", + "myr": "RM", + "thb": "฿", + "idr": "Rp", + "php": "₱", + "twd": "NT$", + "vnd": "₫", + "ils": "₪", + "aed": "د.إ", + "sar": "﷼", + "egp": "E£", + "ngn": "₦", + "clp": "CLP$", + "cop": "COL$", + "uah": "₴", + "czk": "Kč", + "huf": "Ft", + "ron": "lei" } } \ No newline at end of file