]> BookStack Code Mirror - bookstack/blob - lang/ca/common.php
Comments: Added text for new activity types
[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     'fullscreen' => 'Pantalla completa',
46     'favourite' => 'Favourite',
47     'unfavourite' => 'Unfavourite',
48     'next' => 'Next',
49     'previous' => 'Previous',
50     'filter_active' => 'Active Filter:',
51     'filter_clear' => 'Clear Filter',
52     'download' => 'Download',
53     'open_in_tab' => 'Open in Tab',
54
55     // Sort Options
56     'sort_options' => 'Opcions d\'ordenació',
57     'sort_direction_toggle' => 'Commuta la direcció de l\'ordenació',
58     'sort_ascending' => 'Ordre ascendent',
59     'sort_descending' => 'Ordre descendent',
60     'sort_name' => 'Nom',
61     'sort_default' => 'Per defecte',
62     'sort_created_at' => 'Data de creació',
63     'sort_updated_at' => 'Data d\'actualització',
64
65     // Misc
66     'deleted_user' => 'Usuari eliminat',
67     'no_activity' => 'No hi ha activitat',
68     'no_items' => 'No hi ha cap element',
69     'back_to_top' => 'Torna a dalt',
70     'skip_to_main_content' => 'Skip to main content',
71     'toggle_details' => 'Commuta els detalls',
72     'toggle_thumbnails' => 'Commuta les miniatures',
73     'details' => 'Detalls',
74     'grid_view' => 'Visualització en graella',
75     'list_view' => 'Visualització en llista',
76     'default' => 'Per defecte',
77     'breadcrumb' => 'Ruta de navegació',
78     'status' => 'Status',
79     'status_active' => 'Active',
80     'status_inactive' => 'Inactive',
81     'never' => 'Never',
82     'none' => 'None',
83
84     // Header
85     'homepage' => 'Homepage',
86     'header_menu_expand' => 'Expand Header Menu',
87     'profile_menu' => 'Menú del perfil',
88     'view_profile' => 'Mostra el perfil',
89     'edit_profile' => 'Edita el perfil',
90     'dark_mode' => 'Mode fosc',
91     'light_mode' => 'Mode clar',
92     'global_search' => 'Global Search',
93
94     // Layout tabs
95     'tab_info' => 'Informació',
96     'tab_info_label' => 'Tab: Show Secondary Information',
97     'tab_content' => 'Contingut',
98     'tab_content_label' => 'Tab: Show Primary Content',
99
100     // Email Content
101     'email_action_help' => 'Si teniu problemes per fer clic al botó ":actionText", copieu i enganxeu l\'URL següent al vostre navegador web:',
102     'email_rights' => 'Tots els drets reservats',
103
104     // Footer Link Options
105     // Not directly used but available for convenience to users.
106     'privacy_policy' => 'Política de privadesa',
107     'terms_of_service' => 'Condicions del servei',
108 ];