First commit
This commit is contained in:
parent
91447f74b4
commit
6ab4bb6daa
13123 changed files with 60099 additions and 204 deletions
20
app/[locale]/dictionaries/de.json
Normal file
20
app/[locale]/dictionaries/de.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"heading": "PDF drucken",
|
||||
"titleLabel": "Titel",
|
||||
"scaleLabel": "Maßstab",
|
||||
"formatLabel": "Format",
|
||||
"button": {
|
||||
"print": "Drucken",
|
||||
"cancel": "Abbrechen"
|
||||
},
|
||||
"formats": {
|
||||
"A4 Hochformat": "A4 Hochformat",
|
||||
"A4 Hochformat mit Legende": "A4 Hochformat mit Legende",
|
||||
"A4 Querformat": "A4 Querformat",
|
||||
"A4 Querformat mit Legende": "A4 Querformat mit Legende",
|
||||
"A3 Hochformat": "A3 Hochformat",
|
||||
"A3 Hochformat mit Legende": "A3 Hochformat mit Legende",
|
||||
"A3 Querformat": "A3 Querformat",
|
||||
"A3 Querformat mit Legende": "A3 Querformat mit Legende"
|
||||
}
|
||||
}
|
20
app/[locale]/dictionaries/en.json
Normal file
20
app/[locale]/dictionaries/en.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"heading": "Print PDF",
|
||||
"titleLabel": "Title",
|
||||
"scaleLabel": "Scale",
|
||||
"formatLabel": "Format",
|
||||
"button": {
|
||||
"print": "Print",
|
||||
"cancel": "Cancel"
|
||||
},
|
||||
"formats": {
|
||||
"A4 Hochformat": "A4 portrait",
|
||||
"A4 Hochformat mit Legende": "A4 portrait with legend",
|
||||
"A4 Querformat": "A4 landscape",
|
||||
"A4 Querformat mit Legende": "A4 landscape with legend",
|
||||
"A3 Hochformat": "A3 portrait",
|
||||
"A3 Hochformat mit Legende": "A3 portrait with legend",
|
||||
"A3 Querformat": "A3 landscape",
|
||||
"A3 Querformat mit Legende": "A3 landscape with legend"
|
||||
}
|
||||
}
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue