add i18n checker and autogenerated AI translations (#2160)
* use translated string
* fix typos in lnbits/static/i18n/{it,jp,nl,we}.js
* add missing strings to cs,en,sk translations
* remove duplicates from lnbits/static/i18n/{cs,en,kr,sk}.js
* add i18n checker
* add i18n ai tool
* add autogenerated AI translations
* add i18n-ai-tool check whether variables in formatted strings are not broken
* fix issues with variables found by the script
* chore: make bundle
This commit is contained in:
@@ -8,7 +8,7 @@ window.localisation.sk = {
|
||||
channels: 'Kanály',
|
||||
transactions: 'Transakcie',
|
||||
dashboard: 'Prehľad',
|
||||
manage_node: 'Spravovať uzol',
|
||||
node: 'Uzol',
|
||||
total_capacity: 'Celková kapacita',
|
||||
avg_channel_size: 'Priemerná veľkosť kanálu',
|
||||
biggest_channel_size: 'Najväčší kanál',
|
||||
@@ -54,6 +54,11 @@ window.localisation.sk = {
|
||||
view_github: 'Zobraziť na GitHube',
|
||||
voidwallet_active: 'VoidWallet je aktívny! Platby zakázané',
|
||||
use_with_caution: 'POUŽÍVAJTE OPATRNE - %{name} peňaženka je stále v BETE',
|
||||
service_fee: 'Servisný poplatok: %{amount} % za transakciu',
|
||||
service_fee_max:
|
||||
'Servisný poplatok: %{amount} % za transakciu (max %{max} satoshi)',
|
||||
service_fee_tooltip:
|
||||
'Servisný poplatok účtovaný správcom LNbits servera za odchádzajúcu transakciu',
|
||||
toggle_darkmode: 'Prepnúť Tmavý režim',
|
||||
view_swagger_docs: 'Zobraziť LNbits Swagger API dokumentáciu',
|
||||
api_docs: 'API dokumentácia',
|
||||
@@ -67,11 +72,10 @@ window.localisation.sk = {
|
||||
create_invoice: 'Vytvoriť faktúru',
|
||||
camera_tooltip: 'Použite kameru na naskenovanie faktúry/QR',
|
||||
export_csv: 'Exportovať do CSV',
|
||||
transactions: 'Transakcie',
|
||||
chart_tooltip: 'Zobraziť graf',
|
||||
pending: 'Čakajúce',
|
||||
copy_invoice: 'Kopírovať faktúru',
|
||||
close: 'Zatvoriť',
|
||||
withdraw_from: 'Vybrať z',
|
||||
cancel: 'Zrušiť',
|
||||
scan: 'Skenovať',
|
||||
read: 'Čítať',
|
||||
@@ -107,7 +111,6 @@ window.localisation.sk = {
|
||||
install: 'Inštalovať',
|
||||
uninstall: 'Odinštalovať',
|
||||
drop_db: 'Odstrániť údaje',
|
||||
open: 'Otvoriť',
|
||||
enable: 'Povoliť',
|
||||
enable_extension_details: 'Povoliť rozšírenie pre aktuálneho používateľa',
|
||||
disable: 'Zakázať',
|
||||
@@ -137,6 +140,7 @@ window.localisation.sk = {
|
||||
payment_hash: 'Hash platby',
|
||||
fee: 'Poplatok',
|
||||
amount: 'Suma',
|
||||
tag: 'Tag',
|
||||
unit: 'Jednotka',
|
||||
description: 'Popis',
|
||||
expiry: 'Expirácia',
|
||||
|
||||
Reference in New Issue
Block a user