-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '1.4' into 1.x-browsable-fields
- Loading branch information
Showing
25 changed files
with
617 additions
and
9 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,5 @@ | ||
If you have a potential security concern to report, please message @fletch3555 or @emptynick directly in our slack group: | ||
|
||
https://voyager-slack-invitation.herokuapp.com/ | ||
|
||
We request that you do NOT report it publicly until we've had a chance to confirm the issue and provide a fix. |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -42,7 +42,7 @@ | |
*/ | ||
|
||
'models' => [ | ||
//'namespace' => 'App\\', | ||
// 'namespace' => 'App\\Models\\', | ||
], | ||
|
||
/* | ||
|
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 |
---|---|---|
|
@@ -42,7 +42,7 @@ | |
*/ | ||
|
||
'models' => [ | ||
//'namespace' => 'App\\', | ||
//'namespace' => 'App\\Models\\', | ||
], | ||
|
||
/* | ||
|
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,14 @@ | ||
<?php | ||
|
||
return [ | ||
'by_pageview' => 'Per pàgina', | ||
'by_sessions' => 'Per sessions', | ||
'by_users' => 'Per usuaris', | ||
'no_client_id' => 'Per veure la analitica, es necessita una ID de client de Google Analytics i afegir-la a la configuració amb la clau <code>google_analytics_client_id</code>. Pots obtenir la clau de Google a la consola de desenvolupadors de Google: ', | ||
'set_view' => 'Seleccionar una vista', | ||
'this_vs_last_week' => 'Aquesta setmana vs la semana anterior', | ||
'this_vs_last_year' => 'Any actual vs Any anterior', | ||
'top_browsers' => 'Principals Navegadors', | ||
'top_countries' => 'Principals països', | ||
'various_visualizations' => 'Varies visualizacions', | ||
]; |
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,42 @@ | ||
<?php | ||
|
||
return [ | ||
'add_bread' => 'Afegir BREAD a la taula', | ||
'bread_crud_actions' => 'Accions BREAD / CRUD', | ||
'bread_info' => 'Informació del BREAD', | ||
'controller_name_hint' => 'Exemple. PageController, si es deixa buit, utilizarà el controlador BREAD ', | ||
'create_bread_for_table' => 'Crear BREAD per a la taula :table', | ||
'delete_bread' => 'Eliminar BREAD', | ||
'delete_bread_conf' => 'Sí, eliminar el BREAD', | ||
'delete_bread_quest' => 'Estàs segur d\'eliminar el BREAD per a la taula :table?', | ||
'edit_bread' => 'Editar BREAD', | ||
'edit_bread_for_table' => 'Editar BREAD per a la taula :table', | ||
'error_creating_bread' => 'Ho sento, hi ha hagut un problema al crear el BREAD', | ||
'error_removing_bread' => 'Ho sento, hi ha hagut un problema al eliminar el BREAD', | ||
'error_updating_bread' => 'Ho sento, hi ha hagut un problema al actualitzar el BREAD', | ||
'success_created_bread' => 'BREAD creat', | ||
'success_remove_bread' => 'BREAD del tipo :datatype borrat', | ||
'success_update_bread' => 'Actualitzat correctament el BREAD :datatype', | ||
'controller_name' => 'Nom del Controlador', | ||
'create_migration' => 'Crear migració per a aquesta taula?', | ||
'create_model_table' => 'Crear model per a aquesta taula?', | ||
'description' => 'Descripció', | ||
'display_name' => 'Nom per a mostrar', | ||
'display_name_plural' => 'Nom de visualizació (Plural)', | ||
'display_name_singular' => 'Nom de visualizació (Singular)', | ||
'edit_rows' => 'Editar les files de la taula següent:', | ||
'generate_permissions' => 'Generar permisos', | ||
'icon_class' => 'Icona a utilizar per a esta taula', | ||
'icon_hint' => 'Icona (opcional) utilitzar una ', | ||
'icon_hint2' => 'Voyager Font Class', | ||
'model_class' => 'Nom de classe del model', | ||
'model_name' => 'Nom del model', | ||
'model_name_ph' => 'ex. \App\User, si es deixa buit s\intentarà fer servir el Nom de la taula ', | ||
'policy_class' => 'Classe de restriccions', | ||
'policy_name' => 'Nom de restriccions', | ||
'policy_name_ph' => 'ex. \App\Policies\UserPolicy, si es deixa buit, intentará fer servir el valor predeterminat', | ||
'server_pagination' => 'Paginació del servidor', | ||
'updated_order' => 'Ordre actualitzat correctament', | ||
'url_slug' => 'URL Slug (ha de ser únic)', | ||
'url_slug_ph' => 'URL slug (ex posts)', | ||
]; |
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,44 @@ | ||
<?php | ||
|
||
return [ | ||
'welcome' => 'Benvingut al Compàs de Voyager. Cada bona aplicació necessita un compàs perquè l\'apunti en la direcció correcta. En aquesta seccion trobaràs moltes fonts i tasques administratives que t\'ajudaran a guiar-te mentre construeixes la teva aplicació.', | ||
'links' => [ | ||
'title' => 'Links', | ||
'documentation' => 'Documentació', | ||
'voyager_homepage' => 'Pàgina de inici de Voyager', | ||
'voyager_hooks' => 'Voyager Hooks', | ||
], | ||
'commands' => [ | ||
'title' => 'Comandes', | ||
'text' => 'Corre comandes de Artisan desde Voyager', | ||
'clear_output' => 'borrar text', | ||
'command_output' => 'Resultat de la Commanda de Artisan', | ||
'additional_args' => 'Arguments Addicionals?', | ||
'run_command' => 'Executar commanda', | ||
], | ||
'resources' => [ | ||
'title' => 'Fonts', | ||
'text' => 'Les fonts de Voyager t\'ajudaran a trobar les coses ràpidament.', | ||
|
||
], | ||
'logs' => [ | ||
'title' => 'Registres', | ||
'text' => 'Els registres de la teva aplicació', | ||
'file_too_big' => 'L\'arxiu de regsitre pesa >50M, descarrega\'l.', | ||
'level' => 'Nivell', | ||
'context' => 'Context', | ||
'date' => 'Data', | ||
'content' => 'Contingut', | ||
'download_file' => 'Descargar arxiu', | ||
'delete_file' => 'Eliminar arxiu', | ||
'delete_all_files' => 'Eliminar tots els arxius', | ||
'delete_success' => 'S\'ha eliminat l\'arxiu:', | ||
'delete_all_success' => 'Arxius eliminats correctament', | ||
|
||
], | ||
'fonts' => [ | ||
'title' => 'Fonts', | ||
'font_class' => 'Mapa de la Classe de Fonts de Voyager', | ||
'font_character' => 'Mapa dels Caràcacters de Fonts de Voyager', | ||
], | ||
]; |
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,89 @@ | ||
<?php | ||
|
||
return [ | ||
'add_new_column' => 'Afegir nova columna', | ||
'add_softdeletes' => 'Afegir Soft Deletes', | ||
'add_timestamps' => 'Afegir Timestamps', | ||
'already_exists' => 'ja existeix', | ||
'already_exists_table' => 'La taula :table ja existeix', | ||
'column' => 'Columna', | ||
'composite_warning' => 'Advertencia: aquesta columna forma part de un index compost', | ||
'create_new_table' => 'Crear nova taula', | ||
'create_your_new_table' => 'Crear nova taula', | ||
'default' => 'Per defecte', | ||
'delete_bread_before_table' => 'Assegura\'s de treure el BREAD d\'aquesta taula abans d\'esborrar la taula.', | ||
'delete_table_confirm' => 'Sí, eliminar taula', | ||
'delete_table_question' => 'Eliminar taula :table?', | ||
'description' => 'Descripció', | ||
'display_name' => 'Nom per a mostrar', | ||
'display_name_plural' => 'Nom de visualizació (Plural)', | ||
'display_name_singular' => 'Nom de visualizació (Singular)', | ||
'edit_bread' => 'Editar BREAD', | ||
'edit_bread_for_table' => 'Editar BREAD per a la taula :table', | ||
'edit_rows' => 'Editar files de la taula següent', | ||
'edit_table' => 'Editar la taula següent:', | ||
'edit_table_not_exist' => 'La taula que vols editar no existeix', | ||
'editing_table' => 'Editant la taula :table', | ||
'extra' => 'Extra', | ||
'field' => 'Camp', | ||
'field_safe_failed' => 'No es pot guardar el camp :field, Tornant enrere! ', | ||
'index' => 'INDEX', | ||
'input_type' => 'Tipo de entrada', | ||
'key' => 'Clau', | ||
'name_warning' => 'Si us plau, posa un nom a la Columna abans de afegir un index', | ||
'no_composites_warning' => 'Aquesta taula té índexs composts. Tingui en compte que en aquest moment no s\'admeten. Vagi amb compte en intentar afegir/treure índexs.', | ||
'null' => 'Null', | ||
'optional_details' => 'Detalls opcionals', | ||
'policy_class' => 'Clase de restriccions', | ||
'policy_name' => 'Nom de restriccions', | ||
'policy_name_ph' => 'ex. \App\Policies\UserPolicy, si es deixa buit, intentará fer servir el valor predeterminat', | ||
'primary' => 'PRIMARI', | ||
'server_pagination' => 'Paginació del Servidor', | ||
'success_create_table' => 'Taula :table creada', | ||
'success_created_bread' => 'BREAD creat', | ||
'success_delete_table' => 'Taula :table eliminada correctament', | ||
'success_remove_bread' => 'BREAD de tipo :datatype borrat correctament', | ||
'success_update_bread' => 'Actualitzat correctament el BREAD :datatype', | ||
'success_update_table' => 'Taula :table actualitzada correctament', | ||
'table_actions' => 'Accions de la taula', | ||
'table_columns' => 'Columnes de la taula', | ||
'table_has_index' => 'La taula ja té un index primari.', | ||
'table_name' => 'Nom de la taula', | ||
'table_no_columns' => 'La taula no te columnes ...', | ||
'type' => 'Tipo', | ||
'type_not_supported' => 'Tipo no compatible', | ||
'unique' => 'ÚNIC', | ||
'unknown_type' => 'Tipo desconegut', | ||
'update_table' => 'Actualizar taula', | ||
'url_slug' => 'URL Slug (ha de ser únic)', | ||
'url_slug_ph' => 'URL slug (ex posts)', | ||
'visibility' => 'Visibilitat', | ||
'relationship' => [ | ||
'relationship' => 'Relació', | ||
'relationships' => 'Relacions', | ||
'has_one' => 'Has One', | ||
'has_many' => 'Has Many', | ||
'belongs_to' => 'Belongs To', | ||
'belongs_to_many' => 'Belongs To Many', | ||
'which_column_from' => 'Quina columna de', | ||
'is_used_to_reference' => 'fa referència a', | ||
'pivot_table' => 'taula Pivot', | ||
'selection_details' => 'Selecció de Detalls', | ||
'display_the' => 'Veure de', | ||
'store_the' => 'Guardar de', | ||
'easy_there' => 'Tranquil Mariner', | ||
'before_create' => 'Abans que pugui crear una nova relació, primer haurà de crear el BREAD. <br> Després, torni per a editar el BREAD i podrà agregar relacions. Gràcies.', | ||
'cancel' => 'Cancelar', | ||
'add_new' => 'Afegir Nova Relació', | ||
'open' => 'Obrir', | ||
'close' => 'Tancar', | ||
'relationship_details' => 'Detalls de la Relació', | ||
'browse' => 'Veure', | ||
'read' => 'Llegir', | ||
'edit' => 'Editar', | ||
'add' => 'Afegir', | ||
'delete' => 'Eliminar', | ||
'create' => 'Crear una Relació', | ||
'namespace' => 'Namespace del Model (ex. App\Category)', | ||
], | ||
]; |
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,26 @@ | ||
<?php | ||
|
||
// DataTable translations from: https://github.com/DataTables/Plugins/tree/master/i18n | ||
return [ | ||
'sEmptyTable' => 'No hi ha dades disponibles', | ||
'sInfo' => 'Mostrant de _START_ a _END_ de _TOTAL_ entrades', | ||
'sInfoEmpty' => 'Mostrant de 0 a 0 de 0 entradas', | ||
'sInfoFiltered' => '(Filtrada de _MAX_ entrades totals)', | ||
'sInfoPostFix' => '', | ||
'sInfoThousands' => ',', | ||
'sLengthMenu' => 'Mostrar _MENU_ entrades', | ||
'sLoadingRecords' => 'Carregant...', | ||
'sProcessing' => 'Processant...', | ||
'sSearch' => 'Cercar:', | ||
'sZeroRecords' => 'No s\'han trobat coincidencies', | ||
'oPaginate' => [ | ||
'sFirst' => 'Primer', | ||
'sLast' => 'Últim', | ||
'sNext' => 'Següent', | ||
'sPrevious' => 'Anterior', | ||
], | ||
'oAria' => [ | ||
'sSortAscending' => ': Activar per a ordenar la columna ascendent', | ||
'sSortDescending' => ': Activar per a ordenar la columna descendent', | ||
], | ||
]; |
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,8 @@ | ||
<?php | ||
|
||
return [ | ||
'last_week' => 'La setmana passada', | ||
'last_year' => 'L\'any passat', | ||
'this_week' => 'Aquesta setmana', | ||
'this_year' => 'Aquest any', | ||
]; |
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,13 @@ | ||
<?php | ||
|
||
return [ | ||
'page' => 'Pàgina|Pàgines', | ||
'page_link_text' => 'Veure totes les pàgines', | ||
'page_text' => 'Tens :count :string a la base de dades. Fes click al boto de a sota per veure totes les pàgines. ', | ||
'post' => 'Post|Posts', | ||
'post_link_text' => 'Veure tots els posts', | ||
'post_text' => 'Tiene :count :string a la base de dades. Fes click al boto de a sota per veure tots els posts. ', | ||
'user' => 'Usuario|Usuarios', | ||
'user_link_text' => 'Veure tots els usuaris', | ||
'user_text' => 'Tens :count :string a la base de dades. Fes click al boto de a sota per veure tots els usuaris. ', | ||
]; |
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,11 @@ | ||
<?php | ||
|
||
return [ | ||
'symlink_created_text' => 'Hem creat l\'enllaç simbòlic que faltava.', | ||
'symlink_created_title' => 'Hem creat l\'enllaç simbòlic que faltava.', | ||
'symlink_failed_text' => 'No s\'ha pogut crear l\'enllaç simbòlic que faltava. El teu proveïdor web no ens ho permet', | ||
'symlink_failed_title' => 'No s\'ha pogut crear l\'enllaç simbòlic que faltava.', | ||
'symlink_missing_button' => 'Arregla-ho', | ||
'symlink_missing_text' => 'No s\'ha pogut crear l\'enllaç simbòlic que faltava per a storage. Això pot afectar als elements multimedia.', | ||
'symlink_missing_title' => 'No s\'ha pogut crear l\'enllaç simbòlic que faltava per a storage.', | ||
]; |
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,15 @@ | ||
<?php | ||
|
||
return [ | ||
'field_password_keep' => 'Deixar buit per mantenir el mateix', | ||
'field_select_dd_relationship' => 'Assegura\'t de crear la relació apropiada en el mètode :method de la clase :class.', | ||
'type_checkbox' => 'Casella de verificació', | ||
'type_codeeditor' => 'Editor de codi', | ||
'type_file' => 'Arxiu', | ||
'type_image' => 'Imatge', | ||
'type_radiobutton' => 'Botó de radi', | ||
'type_richtextbox' => 'Caixa de text enriquit', | ||
'type_selectdropdown' => 'Seleccionar Desplegable', | ||
'type_textarea' => 'Àrea de text', | ||
'type_textbox' => 'Caixa de text', | ||
]; |
Oops, something went wrong.