mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Updated translations with latest Crowdin changes (#4256)
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user