]> BookStack Code Mirror - bookstack/blobdiff - lang/ca/components.php
Fixed OIDC Logout
[bookstack] / lang / ca / components.php
index fa6578e827ec8b70ba4582f136f092dc725d491c..c296c064b35ae6c5a71a8a3ed4f31ca5e27fc787 100644 (file)
@@ -6,6 +6,8 @@ return [
 
     // Image Manager
     'image_select' => 'Selecciona una imatge',
+    'image_list' => 'Image List',
+    'image_details' => 'Image Details',
     'image_upload' => 'Upload Image',
     'image_intro' => 'Here you can select and manage images that have been previously uploaded to the system.',
     'image_intro_upload' => 'Upload a new image by dragging an image file into this window, or by using the "Upload Image" button above.',
@@ -15,6 +17,9 @@ return [
     'image_page_title' => 'Mostra les imatges pujades a aquesta pàgina',
     'image_search_hint' => 'Cerca per nom d\'imatge',
     'image_uploaded' => 'Pujada :uploadedDate',
+    'image_uploaded_by' => 'Uploaded by :userName',
+    'image_uploaded_to' => 'Uploaded to :pageLink',
+    'image_updated' => 'Updated :updateDate',
     'image_load_more' => 'Carrega\'n més',
     'image_image_name' => 'Nom de la imatge',
     'image_delete_used' => 'Aquesta imatge s\'utilitza a les pàgines següents.',
@@ -27,6 +32,8 @@ return [
     'image_upload_success' => 'Imatge pujada correctament',
     'image_update_success' => 'Detalls de la imatge actualitzats correctament',
     'image_delete_success' => 'Imatge suprimida correctament',
+    'image_replace' => 'Replace Image',
+    'image_replace_success' => 'Image file successfully updated',
 
     // Code Editor
     'code_editor' => 'Edita el codi',