Change log button label from text to '+' to save space
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
61d07d09b9
commit
e9995bb5d2
1 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ var STRINGS = {
|
|||
de: {
|
||||
hint:'Menü → "Zum Startbildschirm" für App-Icon',
|
||||
emptyLine1:'Noch keine Ziele.',emptyLine2:'Tippe auf + um zu starten.',
|
||||
noEntry:'Noch kein Eintrag',log:'Eintragen',
|
||||
noEntry:'Noch kein Eintrag',log:'+',
|
||||
noch:'Noch',dAbbr:'T',endet:'endet',todayShort:'heute',total:'total',
|
||||
todayHeading:'Heute',done2:'Gemacht',dailyGoal:'Tagesziel',remaining:'Noch',
|
||||
history:'Verlauf — heute & gestern bearbeitbar',
|
||||
|
|
@ -62,7 +62,7 @@ var STRINGS = {
|
|||
en: {
|
||||
hint:'Menu → "Add to Home Screen" for app icon',
|
||||
emptyLine1:'No goals yet.',emptyLine2:'Tap + to get started.',
|
||||
noEntry:'No entries yet',log:'Log',
|
||||
noEntry:'No entries yet',log:'+',
|
||||
noch:'Left',dAbbr:'d',endet:'ends',todayShort:'today',total:'total',
|
||||
todayHeading:'Today',done2:'Done',dailyGoal:'Daily goal',remaining:'Left',
|
||||
history:'History — today & yesterday editable',
|
||||
|
|
@ -118,7 +118,7 @@ var STRINGS = {
|
|||
pl: {
|
||||
hint:'Menu → "Dodaj do ekranu głównego" aby zainstalować',
|
||||
emptyLine1:'Brak celów.',emptyLine2:'Dotknij +, aby zacząć.',
|
||||
noEntry:'Brak wpisów',log:'Zapisz',
|
||||
noEntry:'Brak wpisów',log:'+',
|
||||
noch:'Jeszcze',dAbbr:'d',endet:'kończy',todayShort:'dziś',total:'łącznie',
|
||||
todayHeading:'Dziś',done2:'Wykonano',dailyGoal:'Cel dzienny',remaining:'Pozostało',
|
||||
history:'Historia — dziś i wczoraj edytowalne',
|
||||
|
|
|
|||
Loading…
Reference in a new issue