-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
02e84d7
commit 19eb60b
Showing
4 changed files
with
166 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
de: | ||
JonoM\BetterNavigator: | ||
VIEWING_LIVE: 'Live' | ||
VIEWING_DRAFT: 'Entwurf' | ||
VIEWING_ARCHIVED: 'Archiviert' | ||
|
||
DEVELOPER_TOOLS_HEADING: 'Entwickler Tools' | ||
DEBUGGING_HEADING: 'Debugging' | ||
|
||
RESTORE_LABEL: 'Wiederherstellen' | ||
VIEW_LIVE_LABEL: 'Live ansehen' | ||
NOT_YET_PUBLISHED_LABEL: 'Noch nicht veröffentlicht' | ||
VIEW_DRAFT_LABEL: 'Entwurf ansehen' | ||
DELETED_FROM_DRAFT_SITE_LABEL: 'Aus dem Entwurf gelöscht' | ||
EDIT_IN_CMS_LABEL: 'Im CMS bearbeiten' | ||
LOG_OUT_LABEL: 'Ausloggen' | ||
LOG_IN_LABEL: 'Einloggen' | ||
DEV_MOVE_ON_LABEL: 'Dev Modus aktiviert' | ||
DEV_MODE_LABEL: 'Dev Modus' | ||
FLUSH_CACHE_LABEL: 'Caches leeren' | ||
BUILD_DATABASE_LABEL: 'Datenbank generieren' | ||
DEV_MENU_LABEL: 'Dev Menü' | ||
SHOW_TEMPLATE_LABEL: 'Template anzeigen' | ||
SHOW_METRICS_LABEL: 'Metrics anzeigen' | ||
DEBUG_PAGE_LABEL: 'Seite debuggen' | ||
DEBUG_REQUEST_LABEL: 'Request debuggen' | ||
DEBUG_FAILOVER_LABEL: 'Debug Failover' | ||
SHOW_QUERIES_LABEL: 'Queries anzeigen' | ||
PREVIEW_WRITE_LABEL: 'Queryvorschau' | ||
|
||
END_DEV_MODE_TITLE: 'Ausloggen um den Dev Modus zu beenden' | ||
FLUSH_CACHE_TITLE: 'Templates + Manifest neu einlesen und Bilder für diese Seite generieren (Verhalten kann sich je nach Framework-Version unterscheiden)' | ||
BUILD_DATABASE_TITLE: 'Datenbank generieren und die Caches leeren (Template-Caches vor SS-3.1.7 sind ausgeschlossen)' | ||
SHOW_TEMPLATE_TITLE: 'Zeigt die kompilierte Version von allen benutzten Templates mit Zeilenangaben an. Gut geeignet, wenn Syntax-Fehler in einem Template vorhanden sind. Kann auf einer Live-Seite ohne isDev nicht benutzt werden' | ||
EXEC_METRIC_TITLE: 'Zeigt die vergangene Zeit zum Ausführen und die Spitzenauslastung der Speichernutzung für diesen Request an' | ||
DEBUG_PAGE_TITLE: 'Zeigt eine Sammlung an Debugging-informationen über die Director- / Controller-operationen' | ||
DEBUG_REQUEST_TITLE: 'Listet alle Schritte des Requests vom ursprünglichen HTTPRequest bis hin zum Controller und dem Template-Rendering auf' | ||
DEBUG_FAILOVER_TITLE: 'Zeigt die Failover Methoden von vererbten Klassen an' | ||
SHOW_QUERIES_TITLE: 'Listet alle ausgeführten SQL queries auf' | ||
PREVIEW_WRITE_TITLE: "Listet alle Insert / Update SQL Queries auf, führt sie aber nicht aus. Als Vorschau für Änderungen in der Datenbank nützlich" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
en: | ||
JonoM\BetterNavigator: | ||
VIEWING_LIVE: 'Live' | ||
VIEWING_DRAFT: 'Draft' | ||
VIEWING_ARCHIVED: 'Archived' | ||
|
||
DEVELOPER_TOOLS_HEADING: 'Developer tools' | ||
DEBUGGING_HEADING: 'Debugging' | ||
|
||
RESTORE_LABEL: 'Restore' | ||
VIEW_LIVE_LABEL: 'View live' | ||
NOT_YET_PUBLISHED_LABEL: 'Not yet published' | ||
VIEW_DRAFT_LABEL: 'View draft' | ||
DELETED_FROM_DRAFT_SITE_LABEL: 'Deleted from draft site' | ||
EDIT_IN_CMS_LABEL: 'Edit in CMS' | ||
LOG_OUT_LABEL: 'Log out' | ||
LOG_IN_LABEL: 'Log in' | ||
DEV_MOVE_ON_LABEL: 'Dev mode on' | ||
DEV_MODE_LABEL: 'Dev mode' | ||
FLUSH_CACHE_LABEL: 'Flush caches' | ||
BUILD_DATABASE_LABEL: 'Build database' | ||
DEV_MENU_LABEL: 'Dev menu' | ||
SHOW_TEMPLATE_LABEL: 'Show template' | ||
SHOW_METRICS_LABEL: 'Show metrics' | ||
DEBUG_PAGE_LABEL: 'Debug page' | ||
DEBUG_REQUEST_LABEL: 'Debug request' | ||
DEBUG_FAILOVER_LABEL: 'Debug failover' | ||
SHOW_QUERIES_LABEL: 'Show queries' | ||
PREVIEW_WRITE_LABEL: 'Preview write' | ||
|
||
END_DEV_MODE_TITLE: 'Log out to end Dev Mode' | ||
FLUSH_CACHE_TITLE: 'Flush templates and manifest, and regenerate images for this page (behaviour varies by Framework version)' | ||
BUILD_DATABASE_TITLE: 'Build database and flush caches (excludes template caches pre SS-3.1.7)' | ||
SHOW_TEMPLATE_TITLE: 'Show the compiled version of all the templates used, including line numbers. Good when you have a syntax error in a template. Cannot be used on a Live site without isDev' | ||
EXEC_METRIC_TITLE: 'Display the execution time and peak memory usage for the request' | ||
DEBUG_PAGE_TITLE: 'Show a collection of debugging information about the director / controller operation' | ||
DEBUG_REQUEST_TITLE: 'Show all steps of the request from initial HTTPRequest to Controller to Template Rendering' | ||
DEBUG_FAILOVER_TITLE: 'Shows failover methods from classes extended' | ||
SHOW_QUERIES_TITLE: 'List all SQL queries executed' | ||
PREVIEW_WRITE_TITLE: "List all insert / update SQL queries, and don't execute them. Useful for previewing writes to the database" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters