Skip to content

Commit

Permalink
Merge pull request #62 from ezeep/feature/icons_and_markup_fixes
Browse files Browse the repository at this point in the history
Renamed properties and adjustment of SVG icons
  • Loading branch information
tp-shery authored Jan 17, 2024
2 parents b97138e + 842ffa2 commit a6f73ed
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/components/ezp-icon/assets/glyph-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/ezp-icon/assets/glyph-duplex.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/ezp-icon/assets/glyph-orientation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/ezp-icon/assets/glyph-quality.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/ezp-icon/assets/glyph-size.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/components/ezp-icon/assets/glyph-trays.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ export class EzpPrinterSelection {
value={this.selectedProperties.PageRanges}
eventType="paper_ranges"
type="text"
label={i18next.t('printer_selection.paper_ranges')}
label={i18next.t('printer_selection.page_ranges')}
/>
</div>
<ezp-stepper label={i18next.t('printer_selection.copies')} max={10} icon="copies" />
Expand Down
6 changes: 3 additions & 3 deletions src/data/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"pull_print_success": "Bereit zum Auslösen.",
"width":"Breite",
"length":"Länge",
"trays": "Trays",
"select_trays": "Wähle Trays",
"page_ranges": "Page Ranges",
"trays": "Papierfach",
"select_trays": "Wähle Papierfach",
"page_ranges": "Druckbereich",
"paper_ranges": "Papier-Ranges"
},
"button_actions": {
Expand Down
4 changes: 2 additions & 2 deletions src/data/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"copies": "Copies",
"width":"Width",
"length":"Length",
"trays": "Trays",
"select_trays": "Select Trays",
"trays": "Tray",
"select_trays": "Select Tray",
"page_ranges": "Page Ranges",
"paper_ranges": "Paper Ranges"
},
Expand Down

0 comments on commit a6f73ed

Please sign in to comment.