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

feat(tari-universe): improve ux #142

Merged
merged 13 commits into from
Nov 18, 2024
3 changes: 2 additions & 1 deletion locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"add": "Add",
"cancel": "Cancel",
"submit": "Submit",
"balances": "Balances"
"balances": "Balances",
"refresh": "Refresh"
}
6 changes: 5 additions & 1 deletion locales/en/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@
"tari-wallet-daemon": "Tari wallet daemon",
"get-free-coins": " Get free coins",
"get-balances": "Get balances",
"balance-updates": "Balance updates"
"balance-updates": "Balance updates",
"create-account": "New account",
"open-logs-directory": "Logs",
"simulation-status": "Simulation status",
"simulation-error-msg": "Simulation error"
}
4 changes: 3 additions & 1 deletion locales/en/errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@
"manifest-response-error": "Failed to receive manifest {{ endpoint }}",
"failed-to-download": "Failed to download from {{ url }}",
"tapplet-invalid-checksum": "Failed to validate checksum for version {{ version }}",
"tapplet-package-incomplete": "Incomplete tapplet package version {{ version }} - not all required files found"
"tapplet-package-incomplete": "Incomplete tapplet package version {{ version }} - not all required files found",
"failed-to-request": "Request failed: {{ message }}",
"failed-to-find-provider": "No pprovider found"
}
3 changes: 2 additions & 1 deletion locales/pl/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"add": "Dodaj",
"cancel": "Anuluj",
"submit": "Zatwierdź",
"balances": "Balanse"
"balances": "Balanse",
"refresh": "Odśwież"
}
6 changes: 5 additions & 1 deletion locales/pl/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@
"tari-wallet-daemon": "Demon portfela Tari",
"get-free-coins": "Odbierz darmowe monety",
"get-balances": "Pobierz balanse",
"balance-updates": "Zmiana balansów"
"balance-updates": "Zmiana balansów",
"create-account": "Dodaj nowe konto",
"open-logs-directory": "Logi",
"simulation-status": "Status symulacji",
"simulation-error-msg": "Błąd symulacji"
}
4 changes: 3 additions & 1 deletion locales/pl/errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@
"manifest-response-error": "Nie udało się odebrać manifestu {{ endpoint }}",
"failed-to-download": "Nie udało się pobrać z {{ url }}",
"tapplet-invalid-checksum": "Niepoprawna suma kontrolna wersji {{ version }}",
"tapplet-package-incomplete": "Niekompletna paczka w wersji {{ version }} - nie znaleziono wszystkich wymaganych plików"
"tapplet-package-incomplete": "Niekompletna paczka w wersji {{ version }} - nie znaleziono wszystkich wymaganych plików",
"failed-to-request": "Błąd przesłania żądania: {{ message }}",
"failed-to-find-provider": "Nie znaleziono provider'a"
}
Loading
Loading