Merge pull request #1367 from clickwork-git/v4.0
V4.0: Modifications and additions for translations
This commit is contained in:
commit
696d6ca828
8 changed files with 55 additions and 26 deletions
|
@ -438,8 +438,8 @@
|
|||
<div class="modal-body">
|
||||
<div class="m-0">
|
||||
<div class="d-flex mb-2">
|
||||
<label for="friendlyURL" class="p-0 m-0 me-auto fw-bold">Page URL</label>
|
||||
<button id="btnGenURLFromTitle" type="button" class="btn p-0 m-0 text-primary"><i class="bi bi-hammer"></i>Generate from page title</button>
|
||||
<label for="friendlyURL" class="p-0 m-0 me-auto fw-bold"><?php echo $L->g('Page URL') ?></label>
|
||||
<button id="btnGenURLFromTitle" type="button" class="btn p-0 m-0 text-primary"><i class="bi bi-hammer"></i><?php echo $L->g('Generate from page title') ?></button>
|
||||
</div>
|
||||
<input id="friendlyURL" name="friendlyURL" type="text" class="form-control" value="<?php echo ($pageKey ? $page->slug() : '') ?>">
|
||||
<div class="form-text">https://www.varlogdiego.com/my-page-about-k8s</div>
|
||||
|
@ -465,28 +465,28 @@
|
|||
<div class="form-check mb-2">
|
||||
<input id="statusDraft" name="type" class="form-check-input" type="radio" value="draft" <?php echo ((($pageKey && $page->draft()) || !$pageKey) ? 'checked' : '') ?>>
|
||||
<label class="form-check-label" for="statusDraft"><?php echo $L->g('Draft') ?></label>
|
||||
<div class="form-text">Page as draft, is not visible for visitors.</div>
|
||||
<div class="form-text"><?php echo $L->g('Page as draft, is not visible for visitors.') ?></div>
|
||||
</div>
|
||||
<div class="form-check mb-2">
|
||||
<input id="statusPublish" name="type" class="form-check-input" type="radio" value="published" <?php echo (($pageKey && $page->published()) ? 'checked' : '') ?>>
|
||||
<label class="form-check-label" for="statusPublish">Publish</label>
|
||||
<div class="form-text">Publish the page, everyone can see it.</div>
|
||||
<label class="form-check-label" for="statusPublish"><?php echo $L->g('Publish') ?></label>
|
||||
<div class="form-text"><?php echo $L->g('Publish the page, everyone can see it.') ?></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="form-check mb-2">
|
||||
<input id="statusSticky" name="type" class="form-check-input" type="radio" value="sticky" <?php echo (($pageKey && $page->sticky()) ? 'checked' : '') ?>>
|
||||
<label class="form-check-label" for="statusSticky">Publish as sticky</label>
|
||||
<div class="form-text">The page can be seen by everyone in the top of the main page.</div>
|
||||
<label class="form-check-label" for="statusSticky"><?php echo $L->g('Publish as sticky.') ?></label>
|
||||
<div class="form-text"><?php echo $L->g('The page can be seen by everyone at the top of the main page.') ?></div>
|
||||
</div>
|
||||
<div class="form-check mb-2">
|
||||
<input id="statusStatic" name="type" class="form-check-input" type="radio" value="static" <?php echo (($pageKey && $page->isStatic()) ? 'checked' : '') ?>>
|
||||
<label class="form-check-label" for="statusStatic">Publish as static</label>
|
||||
<div class="form-text">The page can be seen by everyone as static page.</div>
|
||||
<label class="form-check-label" for="statusStatic"><?php echo $L->g('Publish as static.') ?></label>
|
||||
<div class="form-text"><?php echo $L->g('The page can be seen by everyone as static page.') ?></div>
|
||||
</div>
|
||||
<div class="form-check mb-2">
|
||||
<input id="statusUnlisted" name="type" class="form-check-input" type="radio" value="unlisted" <?php echo (($pageKey && $page->unlisted()) ? 'checked' : '') ?>>
|
||||
<label class="form-check-label" for="statusUnlisted">Publish as unlisted</label>
|
||||
<div class="form-text">The page can be seen and shared by anyone with the link.</div>
|
||||
<label class="form-check-label" for="statusUnlisted"><?php echo $L->g('Publish as unlisted.') ?></label>
|
||||
<div class="form-text"><?php echo $L->g('The page can be seen and shared by anyone with the link.') ?></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer ps-2 pe-2 pt-1 pb-1">
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"native": "Deutsch (Österreich)",
|
||||
"english-name": "German",
|
||||
"locale": "de, de_AT",
|
||||
"last-update": "2021-10-05",
|
||||
"last-update": "2021-10-07",
|
||||
"authors": [
|
||||
"Clickwork https:\/\/clickwork.ch",
|
||||
"blog2read https:\/\/github.com\/blog2read",
|
||||
|
@ -252,7 +252,7 @@
|
|||
"order-items-by": "Inhalte sortieren nach",
|
||||
"all-content": "Alle Inhalte",
|
||||
"dynamic": "Dynamisch",
|
||||
"type": "Art der Seite",
|
||||
"type": "Art",
|
||||
"draft-content": "Entwürfe",
|
||||
"post": "Post",
|
||||
"default": "Standardvorgabe",
|
||||
|
@ -418,13 +418,20 @@
|
|||
"upload-file": "Datei hochladen",
|
||||
"preview": "Vorschau",
|
||||
"filename": "Dateiname",
|
||||
"size": "Dateigröße",
|
||||
"size": "Dateigrösse",
|
||||
"insert-original": "Originalbild einfügen",
|
||||
"insert-small": "Kleines Bild einfügen",
|
||||
"insert-medium": "Mittelgrosses Bild einfügen",
|
||||
"cover-image-preview": "Vorschau Hauptbild",
|
||||
"page-as-draft,-is-not-visible-for-visitors": "Ein Entwurf ist für Besucher nicht sichtbar.",
|
||||
"page-url": "URL der Seite",
|
||||
"generate-from-page-title": "Aus dem Titel der Seite generieren",
|
||||
"page-as-draft,-is-not-visible-for-visitors": "Ein Entwurf kann von Besuchern nicht gesehen werden.",
|
||||
"publish-the-page,-everyone-can-see-it": "Eine veröffentlichte Seite kann von allen Besuchern gesehen werden.",
|
||||
"publish-as-sticky": "Als fixierte Seite veröffentlichen",
|
||||
"the-page-can-be-seen-by-everyone-at-the-top-of-the-main-page": "Die Seite wird zuoberst auf der Haupt- oder Blogseite angezeigt.",
|
||||
"publish-as-static": "Als statische Seite veröffentlichen",
|
||||
"the-page-can-be-seen-by-everyone-as-static-page": "Die Seite kann von allen als statische Seite gesehen werden.",
|
||||
"publish-as-unlisted": "Als unverlinkte Seite veröffentlichen",
|
||||
"the-page-can-be-seen-and-shared-by-anyone-with-the-link": "Die Seite kann von allen, die ihren Link haben, gesehen werden.",
|
||||
"active": "Aktiviert"
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"native": "Deutsch (Schweiz)",
|
||||
"english-name": "German",
|
||||
"locale": "de, de_CH",
|
||||
"last-update": "2021-10-05",
|
||||
"last-update": "2021-10-06",
|
||||
"authors": [
|
||||
"Clickwork https:\/\/clickwork.ch",
|
||||
"blog2read https:\/\/github.com\/blog2read",
|
||||
|
@ -252,7 +252,7 @@
|
|||
"order-items-by": "Inhalte sortieren nach",
|
||||
"all-content": "Alle Inhalte",
|
||||
"dynamic": "Dynamisch",
|
||||
"type": "Art der Seite",
|
||||
"type": "Art",
|
||||
"draft-content": "Entwürfe",
|
||||
"post": "Post",
|
||||
"default": "Standardvorgabe",
|
||||
|
@ -423,8 +423,15 @@
|
|||
"insert-small": "Kleines Bild einfügen",
|
||||
"insert-medium": "Mittelgrosses Bild einfügen",
|
||||
"cover-image-preview": "Vorschau Hauptbild",
|
||||
"page-as-draft,-is-not-visible-for-visitors": "Ein Entwurf ist für Besucher nicht sichtbar.",
|
||||
"page-url": "URL der Seite",
|
||||
"generate-from-page-title": "Aus dem Titel der Seite generieren",
|
||||
"page-as-draft,-is-not-visible-for-visitors": "Ein Entwurf kann von Besuchern nicht gesehen werden.",
|
||||
"publish-the-page,-everyone-can-see-it": "Eine veröffentlichte Seite kann von allen Besuchern gesehen werden.",
|
||||
"publish-as-sticky": "Als fixierte Seite veröffentlichen",
|
||||
"the-page-can-be-seen-by-everyone-at-the-top-of-the-main-page": "Die Seite wird zuoberst auf der Haupt- oder Blogseite angezeigt.",
|
||||
"publish-as-static": "Als statische Seite veröffentlichen",
|
||||
"the-page-can-be-seen-by-everyone-as-static-page": "Die Seite kann von allen als statische Seite gesehen werden.",
|
||||
"publish-as-unlisted": "Als unverlinkte Seite veröffentlichen",
|
||||
"the-page-can-be-seen-and-shared-by-anyone-with-the-link": "Die Seite kann von allen, die ihren Link haben, gesehen werden.",
|
||||
"active": "Aktiviert"
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"native": "Deutsch (Deutschland)",
|
||||
"english-name": "German",
|
||||
"locale": "de, de_DE",
|
||||
"last-update": "2021-10-05",
|
||||
"last-update": "2021-10-06",
|
||||
"authors": [
|
||||
"Clickwork https:\/\/clickwork.ch",
|
||||
"blog2read https:\/\/github.com\/blog2read",
|
||||
|
@ -252,7 +252,7 @@
|
|||
"order-items-by": "Inhalte sortieren nach",
|
||||
"all-content": "Alle Inhalte",
|
||||
"dynamic": "Dynamisch",
|
||||
"type": "Art der Seite",
|
||||
"type": "Art",
|
||||
"draft-content": "Entwürfe",
|
||||
"post": "Post",
|
||||
"default": "Standardvorgabe",
|
||||
|
@ -418,13 +418,20 @@
|
|||
"upload-file": "Datei hochladen",
|
||||
"preview": "Vorschau",
|
||||
"filename": "Dateiname",
|
||||
"size": "Dateigröße",
|
||||
"size": "Dateigrösse",
|
||||
"insert-original": "Originalbild einfügen",
|
||||
"insert-small": "Kleines Bild einfügen",
|
||||
"insert-medium": "Mittelgrosses Bild einfügen",
|
||||
"cover-image-preview": "Vorschau Hauptbild",
|
||||
"page-as-draft,-is-not-visible-for-visitors": "Ein Entwurf ist für Besucher nicht sichtbar.",
|
||||
"page-url": "URL der Seite",
|
||||
"generate-from-page-title": "Aus dem Titel der Seite generieren",
|
||||
"page-as-draft,-is-not-visible-for-visitors": "Ein Entwurf kann von Besuchern nicht gesehen werden.",
|
||||
"publish-the-page,-everyone-can-see-it": "Eine veröffentlichte Seite kann von allen Besuchern gesehen werden.",
|
||||
"publish-as-sticky": "Als fixierte Seite veröffentlichen",
|
||||
"the-page-can-be-seen-by-everyone-at-the-top-of-the-main-page": "Die Seite wird zuoberst auf der Haupt- oder Blogseite angezeigt.",
|
||||
"publish-as-static": "Als statische Seite veröffentlichen",
|
||||
"the-page-can-be-seen-by-everyone-as-static-page": "Die Seite kann von allen als statische Seite gesehen werden.",
|
||||
"publish-as-unlisted": "Als unverlinkte Seite veröffentlichen",
|
||||
"the-page-can-be-seen-and-shared-by-anyone-with-the-link": "Die Seite kann von allen, die ihren Link haben, gesehen werden.",
|
||||
"active": "Aktiviert"
|
||||
}
|
||||
|
|
|
@ -4,5 +4,7 @@
|
|||
"name": "Popeye",
|
||||
"description": ""
|
||||
},
|
||||
"related-pages": "Verwandte Seiten"
|
||||
"related-pages": "Verwandte Seiten",
|
||||
"minutes": "Minuten",
|
||||
"read": "Lesezeit"
|
||||
}
|
||||
|
|
|
@ -4,5 +4,7 @@
|
|||
"name": "Popeye",
|
||||
"description": ""
|
||||
},
|
||||
"related-pages": "Verwandte Seiten"
|
||||
"related-pages": "Verwandte Seiten",
|
||||
"minutes": "Minuten",
|
||||
"read": "Lesezeit"
|
||||
}
|
||||
|
|
|
@ -4,5 +4,7 @@
|
|||
"name": "Popeye",
|
||||
"description": ""
|
||||
},
|
||||
"related-pages": "Verwandte Seiten"
|
||||
"related-pages": "Verwandte Seiten",
|
||||
"minutes": "Minuten",
|
||||
"read": "Lesezeit"
|
||||
}
|
||||
|
|
|
@ -4,5 +4,7 @@
|
|||
"name": "Popeye",
|
||||
"description": ""
|
||||
},
|
||||
"related-pages": "Related pages"
|
||||
"related-pages": "Related pages",
|
||||
"minutes": "minutes",
|
||||
"read": "read"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue