Skip to content

Commit e712660

Browse files
committed
translation for sound level meter
1 parent 4c19f2b commit e712660

4 files changed

Lines changed: 788 additions & 662 deletions

File tree

app/views/account.box.edit.script.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h3>{{'CONFIGURATION'|translate}}</h3>
3636
</div>
3737
</div>
3838
<div class="form-group" ng-if="script.showSoundMeterPort">
39-
<label for="soundMeterPort">Lautstärke<br/>{{'DIGITAL_PORT'|translate}}</label>
39+
<label for="soundMeterPort">{{'SOUND_LEVEL'|translate}}<br/>{{'DIGITAL_PORT'|translate}}</label>
4040
<div class="input-group">
4141
<select type="text" class="form-control" id="soundMeterPort" ng-model="script.soundMeterPort"
4242
ng-change="script.generateScript()">

app/views/account.box.register.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ <h4>Bodentemperatur</h4>
745745
src="https://sensebox.kaufen/api/public/uploads/1579187023927-176092104_illustrator_02_gimp%20overlay_cropped.png"
746746
style="vertical-align: middle; height: 90px; width: 90px;" alt="">
747747
<div class="caption">
748-
<h4>Schallpegelmesser</h4>
748+
<h4>{{'SOUND_LEVEL'|translate}}</h4>
749749
<p>
750750
<button type="button" class="btn btn-success"
751751
ng-click="register.addSensorTemplate('soundlevelmeter')">{{'ADD_SENSOR'|translate}}</button>
@@ -1363,7 +1363,7 @@ <h5 ng-bind-html="'COMPILE_SKETCH'|translate"></h5>
13631363
</div>
13641364
</div>
13651365
<div class="form-group">
1366-
<label for="soundMeterPort">Lautstärke {{'DIGITAL_PORT'|translate}}</label>
1366+
<label for="soundMeterPort">{{'SOUND_LEVEL'|translate}} {{'DIGITAL_PORT'|translate}}</label>
13671367
<div class="input-group">
13681368
<select type="text" class="form-control" id="soundMeterPort" ng-model="register.newSenseBox.soundMeterPort"
13691369
ng-change="register.generateScript()">

0 commit comments

Comments
 (0)