Skip to content

Commit 1eb1c54

Browse files
committed
english translations
1 parent 94a5493 commit 1eb1c54

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed
Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
<?php
22

33
return [
4-
4+
'pages' => [
5+
'lbl' => 'Page',
6+
'plural_lbl' => 'Pages',
7+
'nav_group' => 'Website',
8+
'tabs' => [
9+
'lbl' => 'Page',
10+
'general' => 'General',
11+
'content' => 'Content',
12+
'seo' => 'Search engine optimization',
13+
'overview' => 'Overview',
14+
],
15+
'table' => [
16+
'created_at_col' => 'Created at',
17+
],
18+
],
19+
'redirects' => [
20+
'redirects_lbl' => 'Redirect',
21+
'redirects_plural_lbl' => 'Redirects',
22+
'redirect_old_url' => 'Old URL',
23+
'redirect_new_url' => 'New URL',
24+
'redirect_status_code' => 'Status code',
25+
],
26+
'settings' => [
27+
'settings_lbl' => 'Setting',
28+
'settings_plural_lbl' => 'Settings',
29+
'navigation_group' => 'Settings',
30+
'settings_tab_site_general' => 'General',
31+
'site_title' => 'Website title',
32+
'settings_contact_info' => 'Contact information',
33+
'settings_tab_seo' => 'SEO',
34+
'settings_default_seo_image' => 'Default SEO image',
35+
'settings_default_seo_image_hint' => 'If no SEO image is set for a page, this image will be used.',
36+
],
537
];

src/Resources/RedirectResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public static function getPluralLabel(): ?string
3636

3737
public static function getNavigationGroup(): string
3838
{
39-
return flexiblePagesTrans('pages.pages_nav_group');
39+
return flexiblePagesTrans('pages.nav_group');
4040
}
4141

4242
public static function form(Form $form): Form

0 commit comments

Comments
 (0)