Skip to content

Commit

Permalink
Translations
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jul 24, 2024
1 parent a3ef0db commit 518aed4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/translations/en/image-resizer.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

return [
'All Asset Source Settings' => 'All Asset Source Settings',
'All Asset Volume Settings' => 'All Asset Volume Settings',
'Bulk Resize' => 'Bulk Resize',
'Cancel' => 'Cancel',
'Caution' => 'Caution',
Expand All @@ -21,6 +21,7 @@
'Image Resizer will save a copy of your original image, untouched. This will be in a folder called `originals`, relative to the source image.' => 'Image Resizer will save a copy of your original image, untouched. This will be in a folder called `originals`, relative to the source image.',
'Image Width' => 'Image Width',
'Logs' => 'Logs',
'Manage Resize for All Volumes' => 'Manage Resize for All Volumes',
'Non-destructive' => 'Non-destructive',
'Quality' => 'Quality',
'Resize' => 'Resize',
Expand All @@ -47,7 +48,8 @@
'Volume not enabled to auto-resize on upload.' => 'Volume not enabled to auto-resize on upload.',
'Volume not found.' => 'Volume not found.',
'Whether uploaded images should be automatically resized. This does not effect batch processing.' => 'Whether uploaded images should be automatically resized. This does not effect batch processing.',
'Whether you want to manage image resize settings for all asset volumes, or manage them individually for each volume.' => 'Whether you want to manage image resize settings for all asset volumes, or manage them individually for each volume.',
'width' => 'width',
'You are about to resize {desc} to be a maximum of {width}px wide and {height}px high. Alternatively, set the width and height limits below for on-demand resizing.' => 'You are about to resize {desc} to be a maximum of {width}px wide and {height}px high. Alternatively, set the width and height limits below for on-demand resizing.',
'{label} Asset Source Settings' => '{label} Asset Source Settings',
'{label} Asset Volume Settings' => '{label} Asset Volume Settings',
];

0 comments on commit 518aed4

Please sign in to comment.