adds single phrase

This commit is contained in:
SimonGschnell
2024-08-02 08:24:57 +02:00
parent d4e33eb1df
commit 1d4f03e3f1
2 changed files with 21 additions and 1 deletions
@@ -142,7 +142,7 @@ export default {
<div v-if="activeAmpeln && activeAmpeln.length == 0" class="card card-body mt-4 p-4 text-center">
<span class="text-success h2"><i class="fa fa-solid fa-circle-check"></i></span>
<span class="text-success h5">Super!</span><br>
<span class="text-success h5">{{$p.t('ampeln','super')}}</span><br>
<span class="small">{{$p.t('ampeln','noOpenAmpeln')}}</span>
</div>
</div>
+20
View File
@@ -27671,6 +27671,26 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'ampeln',
'phrase' => 'super',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Super!',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Super!',
'description' => '',
'insertvon' => 'system'
)
)
),
);