mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-13 07:46:54 +08:00
feat(i18n): add Indonesian (Bahasa Indonesia) language support (#1399)
- Add 'id' to Language type in translations.ts - Add ~1000 Indonesian translation keys covering all UI sections - Update LanguageContext to persist 'id' in localStorage - Add ID button to Header.tsx language toggle - Add �� option to HeaderBar.tsx desktop dropdown and mobile toggle - Add Indonesian translations to inline text objects in LoginRequiredOverlay, StrategyMarketPage, PositionHistory Closes #XX
This commit is contained in:
committed by
GitHub
parent
285053b7a4
commit
3358c5a53e
@@ -158,6 +158,32 @@ export function StrategyMarketPage() {
|
||||
shareYours: 'UPLOAD_STRATEGY',
|
||||
makePublic: 'PUBLISH',
|
||||
loading: 'INITIALIZING...'
|
||||
},
|
||||
id: {
|
||||
title: 'PASAR STRATEGI',
|
||||
subtitle: 'DATABASE STRATEGI GLOBAL',
|
||||
description: 'Temukan, analisis, dan kloning algoritma trading berperforma tinggi',
|
||||
search: 'CARI PARAMETER...',
|
||||
all: 'SEMUA PROTOKOL',
|
||||
popular: 'TREN',
|
||||
recent: 'TERBARU',
|
||||
myStrategies: 'PERPUSTAKAAN SAYA',
|
||||
noStrategies: 'TIDAK ADA SINYAL',
|
||||
noStrategiesDesc: 'Tidak ada sinyal strategis terdeteksi pada frekuensi ini',
|
||||
author: 'OPERATOR',
|
||||
createdAt: 'TIMESTAMP',
|
||||
viewConfig: 'DEKRIPSI CONFIG',
|
||||
hideConfig: 'ENKRIPSI',
|
||||
copyConfig: 'KLON CONFIG',
|
||||
copied: 'DISALIN',
|
||||
configHidden: 'TERENKRIPSI',
|
||||
configHiddenDesc: 'Parameter konfigurasi terenkripsi',
|
||||
indicators: 'INDIKATOR',
|
||||
maxPositions: 'BATAS_POS',
|
||||
maxLeverage: 'LEV_MAKS',
|
||||
shareYours: 'UNGGAH_STRATEGI',
|
||||
makePublic: 'PUBLIKASI',
|
||||
loading: 'MENGINISIALISASI...'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user