add Swedish

This commit is contained in:
HolgerHatGarKeineNode
2023-02-11 15:31:03 +01:00
parent 574091cd62
commit 50cc183f8d
15 changed files with 875 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
<?php
return array (
'language_exists' => '',
);

View File

@@ -0,0 +1,41 @@
<?php
return array (
'add' => '',
'add_language' => '',
'add_translation' => '',
'advanced_options' => '',
'group' => '',
'group_label' => '',
'group_placeholder' => '',
'group_single' => '',
'key' => '',
'key_label' => '',
'key_placeholder' => '',
'keys_synced' => '',
'language' => '',
'language_added' => '',
'language_exists' => '',
'language_key_added' => '',
'language_name' => '',
'languages' => '',
'locale' => '',
'namespace_label' => '',
'namespace_placeholder' => '',
'no_missing_keys' => '',
'prompt_group' => '',
'prompt_key' => '',
'prompt_language' => '',
'prompt_language_for_key' => '',
'prompt_name' => '',
'prompt_type' => '',
'prompt_value' => '',
'save' => '',
'search' => '',
'translation_added' => '',
'translations' => '',
'type' => '',
'type_error' => '',
'value_label' => '',
'value_placeholder' => '',
);