mirror of
https://github.com/getformwork/formwork.git
synced 2025-01-17 21:49:04 +01:00
Update translations
This commit is contained in:
parent
1bea3ddc48
commit
0bb1b14107
@ -173,25 +173,25 @@ abstract class AbstractController extends BaseAbstractController
|
||||
],
|
||||
'EditorInput' => [
|
||||
'labels' => [
|
||||
'bold' => $this->translate('panel.pages.editor.bold'),
|
||||
'italic' => $this->translate('panel.pages.editor.italic'),
|
||||
'link' => $this->translate('panel.pages.editor.link'),
|
||||
'image' => $this->translate('panel.pages.editor.image'),
|
||||
'quote' => $this->translate('panel.pages.editor.quote'),
|
||||
'undo' => $this->translate('panel.pages.editor.undo'),
|
||||
'redo' => $this->translate('panel.pages.editor.redo'),
|
||||
'bulletList' => $this->translate('panel.pages.editor.bulletList'),
|
||||
'numberedList' => $this->translate('panel.pages.editor.numberedList'),
|
||||
'code' => $this->translate('panel.pages.editor.code'),
|
||||
'heading1' => $this->translate('panel.pages.editor.heading1'),
|
||||
'heading2' => $this->translate('panel.pages.editor.heading2'),
|
||||
'heading3' => $this->translate('panel.pages.editor.heading3'),
|
||||
'heading4' => $this->translate('panel.pages.editor.heading4'),
|
||||
'heading5' => $this->translate('panel.pages.editor.heading5'),
|
||||
'heading6' => $this->translate('panel.pages.editor.heading6'),
|
||||
'paragraph' => $this->translate('panel.pages.editor.paragraph'),
|
||||
'increaseIndent' => $this->translate('panel.pages.editor.increaseIndent'),
|
||||
'decreaseIndent' => $this->translate('panel.pages.editor.decreaseIndent'),
|
||||
'bold' => $this->translate('panel.editor.bold'),
|
||||
'italic' => $this->translate('panel.editor.italic'),
|
||||
'link' => $this->translate('panel.editor.link'),
|
||||
'image' => $this->translate('panel.editor.image'),
|
||||
'quote' => $this->translate('panel.editor.quote'),
|
||||
'undo' => $this->translate('panel.editor.undo'),
|
||||
'redo' => $this->translate('panel.editor.redo'),
|
||||
'bulletList' => $this->translate('panel.editor.bulletList'),
|
||||
'numberedList' => $this->translate('panel.editor.numberedList'),
|
||||
'code' => $this->translate('panel.editor.code'),
|
||||
'heading1' => $this->translate('panel.editor.heading1'),
|
||||
'heading2' => $this->translate('panel.editor.heading2'),
|
||||
'heading3' => $this->translate('panel.editor.heading3'),
|
||||
'heading4' => $this->translate('panel.editor.heading4'),
|
||||
'heading5' => $this->translate('panel.editor.heading5'),
|
||||
'heading6' => $this->translate('panel.editor.heading6'),
|
||||
'paragraph' => $this->translate('panel.editor.paragraph'),
|
||||
'increaseIndent' => $this->translate('panel.editor.increaseIndent'),
|
||||
'decreaseIndent' => $this->translate('panel.editor.decreaseIndent'),
|
||||
],
|
||||
],
|
||||
'SelectInput' => [
|
||||
|
@ -21,6 +21,27 @@ panel.dashboard.statistics.uniqueVisitors: Einzigartige Besucher
|
||||
panel.dashboard.statistics.visits: Besuche
|
||||
panel.dashboard.welcome: Willkommen
|
||||
panel.dragToReorder: Ziehen zum Umsortieren
|
||||
panel.editor.bold: Fett
|
||||
panel.editor.bulletList: Aufzählungsliste
|
||||
panel.editor.code: Code
|
||||
panel.editor.decreaseIndent: Einzug verkleinern
|
||||
panel.editor.heading1: Überschrift 1
|
||||
panel.editor.heading2: Überschrift 2
|
||||
panel.editor.heading3: Überschrift 3
|
||||
panel.editor.heading4: Überschrift 4
|
||||
panel.editor.heading5: Überschrift 5
|
||||
panel.editor.heading6: Überschrift 6
|
||||
panel.editor.image: Bild
|
||||
panel.editor.increaseIndent: Einzug vergrößern
|
||||
panel.editor.italic: Kursiv
|
||||
panel.editor.link: Link
|
||||
panel.editor.numberedList: Nummerierte Liste
|
||||
panel.editor.paragraph: Absatz
|
||||
panel.editor.quote: Zitat
|
||||
panel.editor.redo: Wiederholen
|
||||
panel.editor.summary: Zusammenfassung
|
||||
panel.editor.toggleMarkdown: Markdown anzeigen/ausblenden
|
||||
panel.editor.undo: Rückgängig
|
||||
panel.errors.action.reportToGithub: Fehler an GitHub melden
|
||||
panel.errors.action.returnToDashboard: Zurück zum Dashboard
|
||||
panel.errors.error.forbidden.description: Sie haben keine Berechtigung, auf diese Seite zuzugreifen.
|
||||
@ -53,6 +74,8 @@ panel.modal.action.uploadFile: Datei hochladen
|
||||
panel.modal.images.noImages: Hier sind keine Bilder vorhanden
|
||||
panel.modal.images.noImages.upload: Bitte laden Sie einige Bilder hoch
|
||||
panel.modal.images.title: Bild auswählen
|
||||
panel.modal.link.title: Link einfügen
|
||||
panel.modal.link.uri: Uri
|
||||
panel.navigation.toggle: Navigation umschalten
|
||||
panel.options.options: Optionen
|
||||
panel.options.site: Webseite
|
||||
@ -142,16 +165,6 @@ panel.pages.deleteFile: Datei löschen
|
||||
panel.pages.deleteFile.prompt: Möchten Sie diese Datei wirklich löschen? Diese Aktion kann nicht rückgängig gemacht werden.
|
||||
panel.pages.deletePage: Seite löschen
|
||||
panel.pages.deletePage.prompt: Möchten Sie diese Seite wirklich löschen? Diese Aktion kann nicht rückgängig gemacht werden.
|
||||
panel.pages.editor.bold: Fett
|
||||
panel.pages.editor.bulletList: Aufzählungsliste
|
||||
panel.pages.editor.image: Bild
|
||||
panel.pages.editor.italic: Kursiv
|
||||
panel.pages.editor.link: Link
|
||||
panel.pages.editor.numberedList: Nummerierte Liste
|
||||
panel.pages.editor.quote: Zitat
|
||||
panel.pages.editor.redo: Wiederholen
|
||||
panel.pages.editor.summary: Zusammenfassung
|
||||
panel.pages.editor.undo: Rückgängig
|
||||
panel.pages.editPage: Seite bearbeiten %s
|
||||
panel.pages.file.backToPage: Zurück zur Seite
|
||||
panel.pages.file.exif: EXIF
|
||||
|
@ -21,6 +21,27 @@ panel.dashboard.statistics.uniqueVisitors: Unique visitors
|
||||
panel.dashboard.statistics.visits: Visits
|
||||
panel.dashboard.welcome: Welcome
|
||||
panel.dragToReorder: Drag to reorder
|
||||
panel.editor.bold: Bold
|
||||
panel.editor.bulletList: Bullet list
|
||||
panel.editor.code: Code
|
||||
panel.editor.decreaseIndent: Decrease indent
|
||||
panel.editor.heading1: Heading 1
|
||||
panel.editor.heading2: Heading 2
|
||||
panel.editor.heading3: Heading 3
|
||||
panel.editor.heading4: Heading 4
|
||||
panel.editor.heading5: Heading 5
|
||||
panel.editor.heading6: Heading 6
|
||||
panel.editor.image: Image
|
||||
panel.editor.increaseIndent: Increase indent
|
||||
panel.editor.italic: Italic
|
||||
panel.editor.link: Link
|
||||
panel.editor.numberedList: Ordered list
|
||||
panel.editor.paragraph: Paragraph
|
||||
panel.editor.quote: Quote
|
||||
panel.editor.redo: Redo
|
||||
panel.editor.summary: Summary
|
||||
panel.editor.toggleMarkdown: Toggle Markdown
|
||||
panel.editor.undo: Undo
|
||||
panel.errors.action.reportToGithub: Report an issue to GitHub
|
||||
panel.errors.action.returnToDashboard: Return to dashboard
|
||||
panel.errors.error.forbidden.description: You don’t have permission to access this page.
|
||||
@ -144,26 +165,6 @@ panel.pages.deleteFile: Delete file
|
||||
panel.pages.deleteFile.prompt: Are you sure you want to delete this file? This action can’t be undone.
|
||||
panel.pages.deletePage: Delete page
|
||||
panel.pages.deletePage.prompt: Are you sure you want to delete this page? This action can’t be undone.
|
||||
panel.pages.editor.bold: Bold
|
||||
panel.pages.editor.bulletList: Bullet list
|
||||
panel.pages.editor.code: Code
|
||||
panel.pages.editor.decreaseIndent: Decrease indent
|
||||
panel.pages.editor.heading1: Heading 1
|
||||
panel.pages.editor.heading2: Heading 2
|
||||
panel.pages.editor.heading3: Heading 3
|
||||
panel.pages.editor.heading4: Heading 4
|
||||
panel.pages.editor.heading5: Heading 5
|
||||
panel.pages.editor.heading6: Heading 6
|
||||
panel.pages.editor.image: Image
|
||||
panel.pages.editor.increaseIndent: Increase indent
|
||||
panel.pages.editor.italic: Italic
|
||||
panel.pages.editor.link: Link
|
||||
panel.pages.editor.numberedList: Ordered list
|
||||
panel.pages.editor.paragraph: Paragraph
|
||||
panel.pages.editor.quote: Quote
|
||||
panel.pages.editor.redo: Redo
|
||||
panel.pages.editor.summary: Summary
|
||||
panel.pages.editor.undo: Undo
|
||||
panel.pages.editPage: Edit page %s
|
||||
panel.pages.file.backToPage: Back to page
|
||||
panel.pages.file.exif: EXIF
|
||||
|
@ -21,6 +21,27 @@ panel.dashboard.statistics.uniqueVisitors: Visitantes únicos
|
||||
panel.dashboard.statistics.visits: Visitas
|
||||
panel.dashboard.welcome: Bienvenido
|
||||
panel.dragToReorder: Arrastra para reordenar
|
||||
panel.editor.bold: Negrita
|
||||
panel.editor.bulletList: Lista con viñetas
|
||||
panel.editor.code: Código
|
||||
panel.editor.decreaseIndent: Disminuir sangría
|
||||
panel.editor.heading1: Encabezado 1
|
||||
panel.editor.heading2: Encabezado 2
|
||||
panel.editor.heading3: Encabezado 3
|
||||
panel.editor.heading4: Encabezado 4
|
||||
panel.editor.heading5: Encabezado 5
|
||||
panel.editor.heading6: Encabezado 6
|
||||
panel.editor.image: Imagen
|
||||
panel.editor.increaseIndent: Aumentar sangría
|
||||
panel.editor.italic: Cursiva
|
||||
panel.editor.link: Enlace
|
||||
panel.editor.numberedList: Lista numerada
|
||||
panel.editor.paragraph: Párrafo
|
||||
panel.editor.quote: Cita
|
||||
panel.editor.redo: Rehacer
|
||||
panel.editor.summary: Resumen
|
||||
panel.editor.toggleMarkdown: Activar/desactivar Markdown
|
||||
panel.editor.undo: Deshacer
|
||||
panel.errors.action.reportToGithub: Informar un problema a GitHub
|
||||
panel.errors.action.returnToDashboard: Volver al tablero
|
||||
panel.errors.error.forbidden.description: No tienes permiso para acceder a esta página.
|
||||
@ -53,6 +74,8 @@ panel.modal.action.uploadFile: Subir un archivo
|
||||
panel.modal.images.noImages: No hay imágenes aquí
|
||||
panel.modal.images.noImages.upload: Por favor, sube algunas imágenes
|
||||
panel.modal.images.title: Seleccionar una imagen
|
||||
panel.modal.link.title: Insertar enlace
|
||||
panel.modal.link.uri: Uri
|
||||
panel.navigation.toggle: Alternar navegación
|
||||
panel.options.options: Opciones
|
||||
panel.options.site: Sitio
|
||||
@ -142,16 +165,6 @@ panel.pages.deleteFile: Borrar archivo
|
||||
panel.pages.deleteFile.prompt: ¿Estás seguro de que quieres borrar este archivo? Esta acción no se puede deshacer.
|
||||
panel.pages.deletePage: Borrar página
|
||||
panel.pages.deletePage.prompt: ¿Estás seguro de que quieres borrar esta página? Esta acción no se puede deshacer.
|
||||
panel.pages.editor.bold: Negrita
|
||||
panel.pages.editor.bulletList: Lista con viñetas
|
||||
panel.pages.editor.image: Imagen
|
||||
panel.pages.editor.italic: Cursiva
|
||||
panel.pages.editor.link: Enlace
|
||||
panel.pages.editor.numberedList: Lista numerada
|
||||
panel.pages.editor.quote: Cita
|
||||
panel.pages.editor.redo: Rehacer
|
||||
panel.pages.editor.summary: Resumen
|
||||
panel.pages.editor.undo: Deshacer
|
||||
panel.pages.editPage: Editar página %s
|
||||
panel.pages.file.backToPage: Volver a la página
|
||||
panel.pages.file.exif: EXIF
|
||||
|
@ -21,6 +21,27 @@ panel.dashboard.statistics.uniqueVisitors: Visiteurs uniques
|
||||
panel.dashboard.statistics.visits: Visites
|
||||
panel.dashboard.welcome: Bienvenue
|
||||
panel.dragToReorder: Glisser pour réorganiser
|
||||
panel.editor.bold: Gras
|
||||
panel.editor.bulletList: Liste à puce
|
||||
panel.editor.code: Code
|
||||
panel.editor.decreaseIndent: Diminuer le retrait
|
||||
panel.editor.heading1: Titre 1
|
||||
panel.editor.heading2: Titre 2
|
||||
panel.editor.heading3: Titre 3
|
||||
panel.editor.heading4: Titre 4
|
||||
panel.editor.heading5: Titre 5
|
||||
panel.editor.heading6: Titre 6
|
||||
panel.editor.image: Image
|
||||
panel.editor.increaseIndent: Augmenter le retrait
|
||||
panel.editor.italic: Italique
|
||||
panel.editor.link: Lien
|
||||
panel.editor.numberedList: Liste ordonnée
|
||||
panel.editor.paragraph: Paragraphe
|
||||
panel.editor.quote: Citer
|
||||
panel.editor.redo: Refaire
|
||||
panel.editor.summary: Résumé
|
||||
panel.editor.toggleMarkdown: Afficher/masquer Markdown
|
||||
panel.editor.undo: Annuler
|
||||
panel.errors.action.reportToGithub: Signaler le problème sur GitHub
|
||||
panel.errors.action.returnToDashboard: Retour au tableau de bord
|
||||
panel.errors.error.forbidden.description: Vous n’êtes pas autorisé à accéder à cette page.
|
||||
@ -53,6 +74,8 @@ panel.modal.action.uploadFile: Parcourir…
|
||||
panel.modal.images.noImages: Aucun fichier média n’a été trouvé.
|
||||
panel.modal.images.noImages.upload: Sélectionnez vos fichiers à téléverser.
|
||||
panel.modal.images.title: Bibliothèque de médias
|
||||
panel.modal.link.title: Insérer un lien
|
||||
panel.modal.link.uri: Uri
|
||||
panel.navigation.toggle: Afficher/Masquer la navigation
|
||||
panel.options.options: Paramètres
|
||||
panel.options.site: Site
|
||||
@ -142,16 +165,6 @@ panel.pages.deleteFile: Supprimer le fichier
|
||||
panel.pages.deleteFile.prompt: ÊtesVous sûr de vouloir supprimer ce fichier ? Cette action est irréversible.
|
||||
panel.pages.deletePage: Supprimer la page
|
||||
panel.pages.deletePage.prompt: ÊtesVous sûr de vouloir supprimer cette page ? Cette action est irréversible.
|
||||
panel.pages.editor.bold: Gras
|
||||
panel.pages.editor.bulletList: Liste à puce
|
||||
panel.pages.editor.image: Image
|
||||
panel.pages.editor.italic: Italique
|
||||
panel.pages.editor.link: Lien
|
||||
panel.pages.editor.numberedList: Liste ordonnée
|
||||
panel.pages.editor.quote: Citer
|
||||
panel.pages.editor.redo: Refaire
|
||||
panel.pages.editor.summary: Résumé
|
||||
panel.pages.editor.undo: Annuler
|
||||
panel.pages.editPage: Modifier la page %s
|
||||
panel.pages.file.backToPage: Retour à la page
|
||||
panel.pages.file.exif: EXIF
|
||||
|
@ -21,6 +21,27 @@ panel.dashboard.statistics.uniqueVisitors: Visitatori unici
|
||||
panel.dashboard.statistics.visits: Visite
|
||||
panel.dashboard.welcome: Benvenuto/a
|
||||
panel.dragToReorder: Trascina per riordinare
|
||||
panel.editor.bold: Grassetto
|
||||
panel.editor.bulletList: Elenco puntato
|
||||
panel.editor.code: Codice
|
||||
panel.editor.decreaseIndent: Riduci rientro
|
||||
panel.editor.heading1: Intestazione 1
|
||||
panel.editor.heading2: Intestazione 2
|
||||
panel.editor.heading3: Intestazione 3
|
||||
panel.editor.heading4: Intestazione 4
|
||||
panel.editor.heading5: Intestazione 5
|
||||
panel.editor.heading6: Intestazione 6
|
||||
panel.editor.image: Immagine
|
||||
panel.editor.increaseIndent: Aumenta rientro
|
||||
panel.editor.italic: Corsivo
|
||||
panel.editor.link: Collegamento
|
||||
panel.editor.numberedList: Elenco numerato
|
||||
panel.editor.paragraph: Paragrafo
|
||||
panel.editor.quote: Citazione
|
||||
panel.editor.redo: Ripeti
|
||||
panel.editor.summary: Sommario
|
||||
panel.editor.toggleMarkdown: Mostra/nascondi Markdown
|
||||
panel.editor.undo: Annulla
|
||||
panel.errors.action.reportToGithub: Segnala un problema su GitHub
|
||||
panel.errors.action.returnToDashboard: Torna al riepilogo
|
||||
panel.errors.error.forbidden.description: Non si hanno i permessi per accedere a questa pagina.
|
||||
@ -53,6 +74,8 @@ panel.modal.action.uploadFile: Carica file
|
||||
panel.modal.images.noImages: Qui non ci sono immagini
|
||||
panel.modal.images.noImages.upload: Carica qualche immagine
|
||||
panel.modal.images.title: Seleziona immagine
|
||||
panel.modal.link.title: Inserisci link
|
||||
panel.modal.link.uri: Uri
|
||||
panel.navigation.toggle: Mostra/nascondi menu
|
||||
panel.options.options: Impostazioni
|
||||
panel.options.site: Sito
|
||||
@ -142,16 +165,6 @@ panel.pages.deleteFile: Elimina file
|
||||
panel.pages.deleteFile.prompt: Si è sicuri di eliminare il file? Questa azione non può essere annullata.
|
||||
panel.pages.deletePage: Elimina pagina
|
||||
panel.pages.deletePage.prompt: Si è sicuri di eliminare la pagina? Questa azione non può essere annullata.
|
||||
panel.pages.editor.bold: Grassetto
|
||||
panel.pages.editor.bulletList: Elenco puntato
|
||||
panel.pages.editor.image: Immagine
|
||||
panel.pages.editor.italic: Corsivo
|
||||
panel.pages.editor.link: Collegamento
|
||||
panel.pages.editor.numberedList: Elenco numerato
|
||||
panel.pages.editor.quote: Citazione
|
||||
panel.pages.editor.redo: Ripeti
|
||||
panel.pages.editor.summary: Sommario
|
||||
panel.pages.editor.undo: Annulla
|
||||
panel.pages.editPage: Modifica pagina %s
|
||||
panel.pages.file.backToPage: Torna alla pagina
|
||||
panel.pages.file.exif: EXIF
|
||||
|
@ -21,6 +21,27 @@ panel.dashboard.statistics.uniqueVisitors: Visitantes únicos
|
||||
panel.dashboard.statistics.visits: Visitas
|
||||
panel.dashboard.welcome: BemVindo
|
||||
panel.dragToReorder: Arraste para reordenar
|
||||
panel.editor.bold: Negrito
|
||||
panel.editor.bulletList: Lista de marcadores
|
||||
panel.editor.code: Código
|
||||
panel.editor.decreaseIndent: Diminuir recuo
|
||||
panel.editor.heading1: Cabeçalho 1
|
||||
panel.editor.heading2: Cabeçalho 2
|
||||
panel.editor.heading3: Cabeçalho 3
|
||||
panel.editor.heading4: Cabeçalho 4
|
||||
panel.editor.heading5: Cabeçalho 5
|
||||
panel.editor.heading6: Cabeçalho 6
|
||||
panel.editor.image: Imagem
|
||||
panel.editor.increaseIndent: Aumentar recuo
|
||||
panel.editor.italic: Itálico
|
||||
panel.editor.link: Ligação
|
||||
panel.editor.numberedList: Lista ordenada
|
||||
panel.editor.paragraph: Parágrafo
|
||||
panel.editor.quote: Citar
|
||||
panel.editor.redo: Refazer
|
||||
panel.editor.summary: Sumário
|
||||
panel.editor.toggleMarkdown: Ativar/desativar Markdown
|
||||
panel.editor.undo: Desfazer
|
||||
panel.errors.action.reportToGithub: Denúncie um problema no GitHub
|
||||
panel.errors.action.returnToDashboard: Voltar ao painel
|
||||
panel.errors.error.forbidden.description: Não tem permissões para aceder a esta página.
|
||||
@ -53,6 +74,8 @@ panel.modal.action.uploadFile: Enviar um ficheiro
|
||||
panel.modal.images.noImages: Não há imagens aqui
|
||||
panel.modal.images.noImages.upload: Por favor carregue algumas imagens
|
||||
panel.modal.images.title: Escolha uma imagem
|
||||
panel.modal.link.title: Inserir link
|
||||
panel.modal.link.uri: Uri
|
||||
panel.navigation.toggle: Alternar navegação
|
||||
panel.options.options: Opções
|
||||
panel.options.site: Site
|
||||
@ -142,16 +165,6 @@ panel.pages.deleteFile: Remover ficheiro
|
||||
panel.pages.deleteFile.prompt: Tem certeza de que deseja remover este ficheiro? Esta acção não pode ser desfeita.
|
||||
panel.pages.deletePage: Remover página
|
||||
panel.pages.deletePage.prompt: Tem certeza que deseja remover esta página? Esta ação não pode ser desfeita.
|
||||
panel.pages.editor.bold: Negrito
|
||||
panel.pages.editor.bulletList: Lista de marcadores
|
||||
panel.pages.editor.image: Imagem
|
||||
panel.pages.editor.italic: Itálico
|
||||
panel.pages.editor.link: Ligação
|
||||
panel.pages.editor.numberedList: Lista ordenada
|
||||
panel.pages.editor.quote: Citar
|
||||
panel.pages.editor.redo: Refazer
|
||||
panel.pages.editor.summary: Sumário
|
||||
panel.pages.editor.undo: Desfazer
|
||||
panel.pages.editPage: Editar página %s
|
||||
panel.pages.file.backToPage: Voltar à página
|
||||
panel.pages.file.exif: EXIF
|
||||
|
@ -21,6 +21,27 @@ panel.dashboard.statistics.uniqueVisitors: Уникальные посетите
|
||||
panel.dashboard.statistics.visits: Просмотров
|
||||
panel.dashboard.welcome: Добро пожаловать
|
||||
panel.dragToReorder: Перетащите для изменения порядка
|
||||
panel.editor.bold: Жирный
|
||||
panel.editor.bulletList: Маркированный список
|
||||
panel.editor.code: Код
|
||||
panel.editor.decreaseIndent: Уменьшить отступ
|
||||
panel.editor.heading1: Заголовок 1
|
||||
panel.editor.heading2: Заголовок 2
|
||||
panel.editor.heading3: Заголовок 3
|
||||
panel.editor.heading4: Заголовок 4
|
||||
panel.editor.heading5: Заголовок 5
|
||||
panel.editor.heading6: Заголовок 6
|
||||
panel.editor.image: Изображение
|
||||
panel.editor.increaseIndent: Увеличить отступ
|
||||
panel.editor.italic: Курсивный
|
||||
panel.editor.link: Ссылка
|
||||
panel.editor.numberedList: Нумерованный список
|
||||
panel.editor.paragraph: Абзац
|
||||
panel.editor.quote: Кавычки
|
||||
panel.editor.redo: Выбор
|
||||
panel.editor.summary: Краткий
|
||||
panel.editor.toggleMarkdown: Показать/скрыть Markdown
|
||||
panel.editor.undo: Открыть
|
||||
panel.errors.action.reportToGithub: Сообщить о проблеме на GitHub
|
||||
panel.errors.action.returnToDashboard: Вернуться к панели управления
|
||||
panel.errors.error.forbidden.description: У вас нет разрешения на доступ к этой странице.
|
||||
@ -53,6 +74,8 @@ panel.modal.action.uploadFile: Загрузить файл
|
||||
panel.modal.images.noImages: Там нет изображений здесь
|
||||
panel.modal.images.noImages.upload: Пожалуйста, загрузите некоторые изображения
|
||||
panel.modal.images.title: Выберите изображение
|
||||
panel.modal.link.title: Вставить ссылку
|
||||
panel.modal.link.uri: Uri
|
||||
panel.navigation.toggle: Переключить навигацию
|
||||
panel.options.options: Параметры
|
||||
panel.options.site: Сайт
|
||||
@ -142,16 +165,6 @@ panel.pages.deleteFile: Удалить файл
|
||||
panel.pages.deleteFile.prompt: Вы уверены, что хотите удалить этот файл? Это действие не может быть отменено.
|
||||
panel.pages.deletePage: Удалить страницу
|
||||
panel.pages.deletePage.prompt: Вы уверены, что хотите удалить эту страницу? Это действие не может быть отменено.
|
||||
panel.pages.editor.bold: Жирный
|
||||
panel.pages.editor.bulletList: Маркированный список
|
||||
panel.pages.editor.image: Изображение
|
||||
panel.pages.editor.italic: Курсивный
|
||||
panel.pages.editor.link: Ссылка
|
||||
panel.pages.editor.numberedList: Нумерованный список
|
||||
panel.pages.editor.quote: Кавычки
|
||||
panel.pages.editor.redo: Выбор
|
||||
panel.pages.editor.summary: Краткий
|
||||
panel.pages.editor.undo: Открыть
|
||||
panel.pages.editPage: Отредактировать страницу %s
|
||||
panel.pages.file.backToPage: Назад к странице
|
||||
panel.pages.file.exif: EXIF
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php $this->layout('fields.field') ?>
|
||||
<div class="editor-wrap">
|
||||
<div class="editor-toolbar">
|
||||
<button type="button" class="button toolbar-button editor-toggle-markdown" data-command="toggle-markdown"><?= $this->icon('markdown') ?></button>
|
||||
<button type="button" class="button toolbar-button editor-toggle-markdown" data-command="toggle-markdown" title="<?= $this->translate('panel.editor.toggleMarkdown') ?>"><?= $this->icon('markdown') ?></button>
|
||||
</div>
|
||||
<textarea <?= $this->attr([
|
||||
'class' => ['form-textarea', 'editor-textarea'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user