Skip to content

Commit

Permalink
Sort translations
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
brandonkelly committed Feb 3, 2023
1 parent ad8c3ed commit 87c8d23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/translations/en/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -893,8 +893,8 @@
'Min Value' => 'Min Value',
'Minute Increment' => 'Minute Increment',
'Minutes' => 'Minutes',
'Missing {items}' => 'Missing {items}',
'Missing or empty {items}' => 'Missing or empty {items}',
'Missing {items}' => 'Missing {items}',
'Missing' => 'Missing',
'Mobile' => 'Mobile',
'Mode' => 'Mode',
Expand Down Expand Up @@ -1452,8 +1452,8 @@
'The filesystem doesn’t contain any files.' => 'The filesystem doesn’t contain any files.',
'The following <a href="{url}">aliases</a> are defined:' => 'The following <a href="{url}">aliases</a> are defined:',
'The following items were not indexed.' => 'The following items were not indexed.',
'The following {items} could not be found. Should they be deleted from the index?' => 'The following {items} could not be found. Should they be deleted from the index?',
'The following {items} could not be found or are empty. Should they be deleted from the index?' => 'The following {items} could not be found or are empty. Should they be deleted from the index?',
'The following {items} could not be found. Should they be deleted from the index?' => 'The following {items} could not be found. Should they be deleted from the index?',
'The image format that transformed images should use.' => 'The image format that transformed images should use.',
'The label text to display beside the lightswitch’s disabled state.' => 'The label text to display beside the lightswitch’s disabled state.',
'The label text to display beside the lightswitch’s enabled state.' => 'The label text to display beside the lightswitch’s enabled state.',
Expand Down
4 changes: 2 additions & 2 deletions src/web/assets/cp/CpAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ private function _registerTranslations(View $view): void
'Make required',
'Matrix block could not be added. Maximum number of blocks reached.',
'Merge the folder (any conflicting files will be replaced)',
'Missing {items}',
'Missing or empty {items}',
'Missing {items}',
'Mobile',
'More info',
'More items',
Expand Down Expand Up @@ -318,8 +318,8 @@ private function _registerTranslations(View $view): void
'Tablet',
'The draft could not be saved.',
'The draft has been saved.',
'The following {items} could not be found. Should they be deleted from the index?',
'The following {items} could not be found or are empty. Should they be deleted from the index?',
'The following {items} could not be found. Should they be deleted from the index?',
'This can be left blank if you just want an unlabeled separator.',
'This field has been modified.',
'This month',
Expand Down

0 comments on commit 87c8d23

Please sign in to comment.