]> BookStack Code Mirror - bookstack/blob - lang/ca/common.php
Merge branch 'fix/oidc-logout' into development
[bookstack] / lang / ca / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => 'Cancel·la',
9     'close' => 'Close',
10     'confirm' => 'D\'acord',
11     'back' => 'Enrere',
12     'save' => 'Desa',
13     'continue' => 'Continua',
14     'select' => 'Selecciona',
15     'toggle_all' => 'Commuta-ho tot',
16     'more' => 'Més',
17
18     // Form Labels
19     'name' => 'Nom',
20     'description' => 'Descripció',
21     'role' => 'Rol',
22     'cover_image' => 'Imatge de portada',
23     'cover_image_description' => 'Aquesta imatge hauria de fer aproximadament 440x250 px.',
24
25     // Actions
26     'actions' => 'Accions',
27     'view' => 'Visualitza',
28     'view_all' => 'Visualitza-ho tot',
29     'new' => 'New',
30     'create' => 'Crea',
31     'update' => 'Actualitza',
32     'edit' => 'Edita',
33     'sort' => 'Ordena',
34     'move' => 'Mou',
35     'copy' => 'Copia',
36     'reply' => 'Respon',
37     'delete' => 'Suprimeix',
38     'delete_confirm' => 'Confirma la supressió',
39     'search' => 'Cerca',
40     'search_clear' => 'Esborra la cerca',
41     'reset' => 'Reinicialitza',
42     'remove' => 'Elimina',
43     'add' => 'Afegeix',
44     'configure' => 'Configure',
45     'manage' => 'Manage',
46     'fullscreen' => 'Pantalla completa',
47     'favourite' => 'Favourite',
48     'unfavourite' => 'Unfavourite',
49     'next' => 'Next',
50     'previous' => 'Previous',
51     'filter_active' => 'Active Filter:',
52     'filter_clear' => 'Clear Filter',
53     'download' => 'Download',
54     'open_in_tab' => 'Open in Tab',
55     'open' => 'Open',
56
57     // Sort Options
58     'sort_options' => 'Opcions d\'ordenació',
59     'sort_direction_toggle' => 'Commuta la direcció de l\'ordenació',
60     'sort_ascending' => 'Ordre ascendent',
61     'sort_descending' => 'Ordre descendent',
62     'sort_name' => 'Nom',
63     'sort_default' => 'Per defecte',
64     'sort_created_at' => 'Data de creació',
65     'sort_updated_at' => 'Data d\'actualització',
66
67     // Misc
68     'deleted_user' => 'Usuari eliminat',
69     'no_activity' => 'No hi ha activitat',
70     'no_items' => 'No hi ha cap element',
71     'back_to_top' => 'Torna a dalt',
72     'skip_to_main_content' => 'Skip to main content',
73     'toggle_details' => 'Commuta els detalls',
74     'toggle_thumbnails' => 'Commuta les miniatures',
75     'details' => 'Detalls',
76     'grid_view' => 'Visualització en graella',
77     'list_view' => 'Visualització en llista',
78     'default' => 'Per defecte',
79     'breadcrumb' => 'Ruta de navegació',
80     'status' => 'Status',
81     'status_active' => 'Active',
82     'status_inactive' => 'Inactive',
83     'never' => 'Never',
84     'none' => 'None',
85
86     // Header
87     'homepage' => 'Homepage',
88     'header_menu_expand' => 'Expand Header Menu',
89     'profile_menu' => 'Menú del perfil',
90     'view_profile' => 'Mostra el perfil',
91     'edit_profile' => 'Edita el perfil',
92     'dark_mode' => 'Mode fosc',
93     'light_mode' => 'Mode clar',
94     'global_search' => 'Global Search',
95
96     // Layout tabs
97     'tab_info' => 'Informació',
98     'tab_info_label' => 'Tab: Show Secondary Information',
99     'tab_content' => 'Contingut',
100     'tab_content_label' => 'Tab: Show Primary Content',
101
102     // Email Content
103     'email_action_help' => 'Si teniu problemes per fer clic al botó ":actionText", copieu i enganxeu l\'URL següent al vostre navegador web:',
104     'email_rights' => 'Tots els drets reservats',
105
106     // Footer Link Options
107     // Not directly used but available for convenience to users.
108     'privacy_policy' => 'Política de privadesa',
109     'terms_of_service' => 'Condicions del servei',
110 ];