- phrasen angepasst

This commit is contained in:
ma0048
2025-01-16 15:59:36 +01:00
parent f381ef229e
commit 0d99cc35d4
2 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ export default {
<button v-if="mode === 'edit'" class="btn btn-danger" @click="deleteTag">Löschen</button>
</div>
<button type="button" class="btn btn-primary" @click="saveTag">
{{ mode === "edit" ? $p.t('ui', 'bearbeiten') : $p.t('studierendenantrag', 'btn_create') }}
{{ mode === "edit" ? $p.t('global', 'speichern') : $p.t('global', 'create') }}
</button>
</div>
</template>
+20
View File
@@ -1233,6 +1233,26 @@ $phrases = array(
)
)
),
array(
'app' => 'core',
'category' => 'global',
'phrase' => 'create',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Anlegen',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Create',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'global',