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: {
|
de: {
|
||||||
hint:'Menü → "Zum Startbildschirm" für App-Icon',
|
hint:'Menü → "Zum Startbildschirm" für App-Icon',
|
||||||
emptyLine1:'Noch keine Ziele.',emptyLine2:'Tippe auf + um zu starten.',
|
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',
|
noch:'Noch',dAbbr:'T',endet:'endet',todayShort:'heute',total:'total',
|
||||||
todayHeading:'Heute',done2:'Gemacht',dailyGoal:'Tagesziel',remaining:'Noch',
|
todayHeading:'Heute',done2:'Gemacht',dailyGoal:'Tagesziel',remaining:'Noch',
|
||||||
history:'Verlauf — heute & gestern bearbeitbar',
|
history:'Verlauf — heute & gestern bearbeitbar',
|
||||||
|
|
@ -62,7 +62,7 @@ var STRINGS = {
|
||||||
en: {
|
en: {
|
||||||
hint:'Menu → "Add to Home Screen" for app icon',
|
hint:'Menu → "Add to Home Screen" for app icon',
|
||||||
emptyLine1:'No goals yet.',emptyLine2:'Tap + to get started.',
|
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',
|
noch:'Left',dAbbr:'d',endet:'ends',todayShort:'today',total:'total',
|
||||||
todayHeading:'Today',done2:'Done',dailyGoal:'Daily goal',remaining:'Left',
|
todayHeading:'Today',done2:'Done',dailyGoal:'Daily goal',remaining:'Left',
|
||||||
history:'History — today & yesterday editable',
|
history:'History — today & yesterday editable',
|
||||||
|
|
@ -118,7 +118,7 @@ var STRINGS = {
|
||||||
pl: {
|
pl: {
|
||||||
hint:'Menu → "Dodaj do ekranu głównego" aby zainstalować',
|
hint:'Menu → "Dodaj do ekranu głównego" aby zainstalować',
|
||||||
emptyLine1:'Brak celów.',emptyLine2:'Dotknij +, aby zacząć.',
|
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',
|
noch:'Jeszcze',dAbbr:'d',endet:'kończy',todayShort:'dziś',total:'łącznie',
|
||||||
todayHeading:'Dziś',done2:'Wykonano',dailyGoal:'Cel dzienny',remaining:'Pozostało',
|
todayHeading:'Dziś',done2:'Wykonano',dailyGoal:'Cel dzienny',remaining:'Pozostało',
|
||||||
history:'Historia — dziś i wczoraj edytowalne',
|
history:'Historia — dziś i wczoraj edytowalne',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue