-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Showing
36 changed files
with
420 additions
and
416 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
<?php | ||
|
||
return [ | ||
'sections' => [ | ||
'details' => 'Detalles', | ||
'exif' => 'Datos Exif', | ||
'file' => 'Archivo', | ||
'meta' => 'Meta', | ||
'preview' => 'Previsualización', | ||
'upload_new' => 'Subir Nuevo', | ||
'upload_new_helper' => 'Si tiene alguna curación para este medio, posiblemente necesite recrearla, no sucederá automáticamente.', | ||
'curation' => 'Curación', | ||
], | ||
'fields' => [ | ||
'alt' => 'Texto Alt', | ||
'alt_hint' => 'Alt?', | ||
'caption' => 'Pié de foto', | ||
'description' => 'Descripción', | ||
'file' => 'Archivo', | ||
'title' => 'Título', | ||
'name' => 'Nombre', | ||
], | ||
'notices' => [ | ||
'success' => 'El ítem ha sido actualizado', | ||
], | ||
'curations' => [ | ||
'button_label' => 'Crear Curación', | ||
], | ||
'multi_upload' => [ | ||
'action_label' => 'Subida múltiple', | ||
'modal_heading' => 'Subida múltiple de archivos', | ||
'modal_file_label' => 'Archivos', | ||
], | ||
'sections' => [ | ||
'details' => 'Detalles', | ||
'exif' => 'Datos Exif', | ||
'file' => 'Archivo', | ||
'meta' => 'Meta', | ||
'preview' => 'Previsualización', | ||
'upload_new' => 'Subir Nuevo', | ||
'upload_new_helper' => 'Si tiene alguna curación para este medio, posiblemente necesite recrearla, no sucederá automáticamente.', | ||
'curation' => 'Curación', | ||
], | ||
'fields' => [ | ||
'alt' => 'Texto Alt', | ||
'alt_hint' => 'Alt?', | ||
'caption' => 'Pié de foto', | ||
'description' => 'Descripción', | ||
'file' => 'Archivo', | ||
'title' => 'Título', | ||
'name' => 'Nombre', | ||
], | ||
'notices' => [ | ||
'success' => 'El ítem ha sido actualizado', | ||
], | ||
'curations' => [ | ||
'button_label' => 'Crear Curación', | ||
], | ||
'multi_upload' => [ | ||
'action_label' => 'Subida múltiple', | ||
'modal_heading' => 'Subida múltiple de archivos', | ||
'modal_file_label' => 'Archivos', | ||
], | ||
]; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
<?php | ||
|
||
return [ | ||
'columns' => [ | ||
'url' => 'URL', | ||
'name' => 'Nombre', | ||
'ext' => 'Extensión', | ||
'disk' => 'Disco', | ||
'directory' => 'Directorio', | ||
'created_at' => 'Creado En', | ||
], | ||
'actions' => [ | ||
'toggle_table_grid' => 'Cuadricula', | ||
'toggle_table_list' => 'Listado', | ||
], | ||
'columns' => [ | ||
'url' => 'URL', | ||
'name' => 'Nombre', | ||
'ext' => 'Extensión', | ||
'disk' => 'Disco', | ||
'directory' => 'Directorio', | ||
'created_at' => 'Creado En', | ||
], | ||
'actions' => [ | ||
'toggle_table_grid' => 'Cuadricula', | ||
'toggle_table_list' => 'Listado', | ||
], | ||
]; |
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
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 |
---|---|---|
@@ -1,34 +1,34 @@ | ||
<?php | ||
|
||
return [ | ||
'sections' => [ | ||
'details' => 'Dettagli', | ||
'exif' => 'Dati Exif', | ||
'file' => 'File', | ||
'meta' => 'Metadati', | ||
'preview' => 'Anteprima', | ||
'upload_new' => 'Carica Nuovo', | ||
'upload_new_helper' => 'Se hai delle modifiche da apportare a questo supporto, potrebbe essere necessario ricrearle manualmente; non verranno generate automaticamente.', | ||
'curation' => 'Curation', | ||
], | ||
'fields' => [ | ||
'alt' => 'Testo Alt', | ||
'alt_hint' => 'Alt?', | ||
'caption' => 'Didascalia', | ||
'description' => 'Descrizione', | ||
'file' => 'File', | ||
'title' => 'Titolo', | ||
'name' => 'Nome', | ||
], | ||
'notices' => [ | ||
'success' => 'Elemento aggiornato con successo.', | ||
], | ||
'curations' => [ | ||
'button_label' => 'Crea Curation', | ||
], | ||
'multi_upload' => [ | ||
'action_label' => 'Carica Multipli', | ||
'modal_heading' => 'Carica File Multipli', | ||
'modal_file_label' => 'File', | ||
], | ||
]; | ||
<?php | ||
|
||
return [ | ||
'sections' => [ | ||
'details' => 'Dettagli', | ||
'exif' => 'Dati Exif', | ||
'file' => 'File', | ||
'meta' => 'Metadati', | ||
'preview' => 'Anteprima', | ||
'upload_new' => 'Carica Nuovo', | ||
'upload_new_helper' => 'Se hai delle modifiche da apportare a questo supporto, potrebbe essere necessario ricrearle manualmente; non verranno generate automaticamente.', | ||
'curation' => 'Curation', | ||
], | ||
'fields' => [ | ||
'alt' => 'Testo Alt', | ||
'alt_hint' => 'Alt?', | ||
'caption' => 'Didascalia', | ||
'description' => 'Descrizione', | ||
'file' => 'File', | ||
'title' => 'Titolo', | ||
'name' => 'Nome', | ||
], | ||
'notices' => [ | ||
'success' => 'Elemento aggiornato con successo.', | ||
], | ||
'curations' => [ | ||
'button_label' => 'Crea Curation', | ||
], | ||
'multi_upload' => [ | ||
'action_label' => 'Carica Multipli', | ||
'modal_heading' => 'Carica File Multipli', | ||
'modal_file_label' => 'File', | ||
], | ||
]; |
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<?php | ||
|
||
return [ | ||
'update_success' => 'Il record è stato aggiornato con successo.', | ||
'update_error' => 'Si è verificato un errore durante l\'aggiornamento del record.', | ||
'delete_success' => 'Il record è stato eliminato con successo.', | ||
'delete_error' => 'Si è verificato un errore durante l\'eliminazione del record.' | ||
]; | ||
<?php | ||
|
||
return [ | ||
'update_success' => 'Il record è stato aggiornato con successo.', | ||
'update_error' => 'Si è verificato un errore durante l\'aggiornamento del record.', | ||
'delete_success' => 'Il record è stato eliminato con successo.', | ||
'delete_error' => 'Si è verificato un errore durante l\'eliminazione del record.', | ||
|
||
]; |
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 |
---|---|---|
@@ -1,16 +1,16 @@ | ||
<?php | ||
|
||
return [ | ||
'columns' => [ | ||
'url' => 'URL', | ||
'name' => 'Nome', | ||
'ext' => 'Estensione', | ||
'disk' => 'Disco', | ||
'directory' => 'Cartella', | ||
'created_at' => 'Creato il', | ||
], | ||
'actions' => [ | ||
'toggle_table_grid' => 'Vista Griglia', | ||
'toggle_table_list' => 'Vista Elenco', | ||
], | ||
]; | ||
<?php | ||
|
||
return [ | ||
'columns' => [ | ||
'url' => 'URL', | ||
'name' => 'Nome', | ||
'ext' => 'Estensione', | ||
'disk' => 'Disco', | ||
'directory' => 'Cartella', | ||
'created_at' => 'Creato il', | ||
], | ||
'actions' => [ | ||
'toggle_table_grid' => 'Vista Griglia', | ||
'toggle_table_list' => 'Vista Elenco', | ||
], | ||
]; |
Oops, something went wrong.