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,21 @@
<?php
return array (
'approve_comment' => '',
'awaits_approval' => '',
'cancel' => '',
'copied' => '',
'create_comment' => '',
'create_reply' => '',
'delete' => '',
'delete_confirmation_text' => '',
'delete_confirmation_title' => '',
'edit' => '',
'edit_comment' => '',
'guest' => '',
'just_now' => '',
'no_comments_yet' => '',
'reject_comment' => '',
'write_comment' => '',
'write_reply' => '',
);

View File

@@ -0,0 +1,18 @@
<?php
return array (
'approve_comment' => '',
'approved_comment_mail_body' => '',
'approved_comment_mail_subject' => '',
'approved_comment_mail_title' => '',
'enum_description_all' => '',
'enum_description_none' => '',
'enum_description_participating' => '',
'enum_longdescription_all' => '',
'enum_longdescription_none' => '',
'enum_longdescription_participating' => '',
'pending_comment_mail_body' => '',
'pending_comment_mail_subject' => '',
'reject_comment' => '',
'view_comment' => '',
);

View File

@@ -0,0 +1,16 @@
<?php
return array (
'Permission' => '',
'Permissions' => '',
'Role' => '',
'Roles' => '',
'created_at' => '',
'display_name' => '',
'guard_name' => '',
'name' => '',
'sidebar_label' => '',
'sidebar_label_permissions' => '',
'sidebar_label_roles' => '',
'updated_at' => '',
);

View File

@@ -306,7 +306,7 @@
"Pitcairn": "Pitcairnöarna",
"Poland": "Polen",
"Portugal": "Portugal",
"Press / to search": "Tryck på / för att söka",
"Press \/ to search": "Tryck på \/ för att söka",
"Preview": "Förhandsgranskning",
"Previewing": "Previewing",
"Previous": "Tidigare",

View File

@@ -0,0 +1,6 @@
<?php
return array (
'attached' => '',
'relatable' => '',
);

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' => '',
);

View File

@@ -0,0 +1,17 @@
<?php
return array (
'datePicker' =>
array (
'today' => '',
'tomorrow' => '',
'yesterday' => '',
),
'empty_options' => '',
'errors' =>
array (
'title' => '',
),
'searchHere' => '',
'selectTime' => '',
);