-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor i18n strings and enhance logging for translations.
Updated i18n keys for consistency and improved translation handling. Added logging for missing and found translations in `I18n::get`. Simplified configuration translations using the `i18n` helper method for clarity and maintainability.
- Loading branch information
1 parent
5b66d99
commit a460e45
Showing
9 changed files
with
68 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
pq.portfolio=Portfolio | ||
pq.total=G E S A M T | ||
pq.cnf.portfolio_id=Portfolio-ID (muss auf öffentlich stehen!) | ||
pq.cnf.portfolioId=Portfolio-ID (muss auf öffentlich stehen!) | ||
pq.cnf.mode=Standardzeitraum (Zeitraum kann durch mittellanges Drücken des mittleren Buttons geändert werden) | ||
pq.cnf.clock=Uhr auf dem ersten Bildschirm anzeigen | ||
pq.cnf.totals=Gesamtübersicht anzeigen | ||
pq.cnf.total_val=Gesamtwert des Portfolios anzeigen | ||
pq.cnf.totalVal=Gesamtwert des Portfolios anzeigen | ||
pq.cnf.values=Preis oder Wert der Aktien anzeigen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,21 @@ | ||
welcome=Willkommen | ||
infoorbs=InfoOrbs | ||
infoOrbs=InfoOrbs | ||
by=von | ||
brett.tech=brett.tech | ||
version=Version \1 | ||
loading_data=Lade Daten: | ||
enable_widget=Widget aktivieren | ||
loadingData=Lade Daten: | ||
enableWidget=Widget aktivieren | ||
timezoneLoc=Zeitzone, verwende eine aus <a href='https://timezonedb.com/time-zones' target='blank'>dieser Liste</a> | ||
language=Sprache | ||
widgetCycleDelay=Widgets automatisch alle X Sekunden wechseln, 0 zum Deaktivieren | ||
ntpServer=NTP-Server | ||
orbRotation=Orb-Drehung | ||
orbRotation.0=Keine Drehung | ||
orbRotation.1=90° im Uhrzeigersinn | ||
orbRotation.2=180° drehen | ||
orbRotation.3=270° im Uhrzeigersinn | ||
nightmode=Nachtmodus aktivieren | ||
tftBrightness=TFT-Helligkeit [0-255] | ||
dimStartHour=Startzeit Nachtmodus [24h-Format] | ||
dimEndHour=Endzeit Nachtmodus [24h-Format] | ||
dimBrightness=Helligkeit im Nachtmodus [0-255] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
pq.portfolio=Portfolio | ||
pq.total=T O T A L | ||
pq.cnf.portfolio_id=Portfolio ID (must be set to public!) | ||
pq.cnf.portfolioId=Portfolio ID (must be set to public!) | ||
pq.cnf.mode=Default timeframe (you can change timeframes by medium pressing the middle button) | ||
pq.cnf.clock=Show clock on first screen | ||
pq.cnf.totals=Show totals screen | ||
pq.cnf.total_val=Show total portfolio value | ||
pq.cnf.totalVal=Show total portfolio value | ||
pq.cnf.values=Show price or value for stocks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,21 @@ | ||
welcome=Welcome | ||
infoorbs=InfoOrbs | ||
infoOrbs=InfoOrbs | ||
by=by | ||
brett.tech=brett.tech | ||
version=Version \1 | ||
loading_data=Loading data: | ||
enable_widget=Enable Widget | ||
loadingData=Loading data: | ||
enableWidget=Enable Widget | ||
timezoneLoc=Timezone Location, use one from <a href='https://timezonedb.com/time-zones' target='blank'>this list</a> | ||
language=Language | ||
widgetCycleDelay=Automatically cycle widgets every X seconds, set to 0 to disable | ||
ntpServer=NTP server | ||
orbRotation=Orb rotation | ||
orbRotation.0=No rotation | ||
orbRotation.1=Rotate 90° clockwise | ||
orbRotation.2=Rotate 180° | ||
orbRotation.3=Rotate 270° clockwise | ||
nightmode=Enable Nighttime mode | ||
tftBrightness=TFT Brightness [0-255] | ||
dimStartHour=Nighttime Start [24h format] | ||
dimEndHour=Nighttime End [24h format] | ||
dimBrightness=Nighttime Brightness [0-255] |