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:
@@ -72,11 +72,10 @@ window.localisation.kr = {
|
||||
create_invoice: '인보이스 생성하기',
|
||||
camera_tooltip: '카메라를 이용해서 인보이스/QR을 스캔하세요',
|
||||
export_csv: 'CSV 형태로 내보내기',
|
||||
transactions: '거래 내역',
|
||||
chart_tooltip: '그래프로 보여주기',
|
||||
pending: '대기 중',
|
||||
copy_invoice: '인보이스 복사하기',
|
||||
close: '닫기',
|
||||
withdraw_from: '출금',
|
||||
cancel: '취소',
|
||||
scan: '스캔',
|
||||
read: '분석하기',
|
||||
@@ -112,7 +111,6 @@ window.localisation.kr = {
|
||||
install: '설치',
|
||||
uninstall: '삭제',
|
||||
drop_db: '데이터 삭제',
|
||||
open: '열기',
|
||||
enable: '활성화',
|
||||
enable_extension_details: '현재 사용자 계정에 해당 확장 기능을 활성화합니다',
|
||||
disable: '비활성화',
|
||||
@@ -142,6 +140,7 @@ window.localisation.kr = {
|
||||
payment_hash: '결제 해쉬값',
|
||||
fee: '수수료',
|
||||
amount: '액수',
|
||||
tag: '태그',
|
||||
unit: '단위',
|
||||
description: '상세',
|
||||
expiry: '만료',
|
||||
|
||||
Reference in New Issue
Block a user