mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-01-03 23:42:28 +03:00
Updated translations with latest Crowdin changes (#4163)
This commit is contained in:
@@ -6,6 +6,9 @@ return [
|
||||
|
||||
// Image Manager
|
||||
'image_select' => 'Selecciona una imatge',
|
||||
'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.',
|
||||
'image_all' => 'Totes',
|
||||
'image_all_title' => 'Mostra totes les imatges',
|
||||
'image_book_title' => 'Mostra les imatges pujades a aquest llibre',
|
||||
@@ -18,12 +21,12 @@ return [
|
||||
'image_delete_confirm_text' => 'Segur que voleu suprimir aquesta imatge?',
|
||||
'image_select_image' => 'Selecciona una imatge',
|
||||
'image_dropzone' => 'Arrossegueu imatges o feu clic aquí per a pujar-les',
|
||||
'image_dropzone_drop' => 'Drop images here to upload',
|
||||
'images_deleted' => 'Imatges suprimides',
|
||||
'image_preview' => 'Previsualització de la imatge',
|
||||
'image_upload_success' => 'Imatge pujada correctament',
|
||||
'image_update_success' => 'Detalls de la imatge actualitzats correctament',
|
||||
'image_delete_success' => 'Imatge suprimida correctament',
|
||||
'image_upload_remove' => 'Suprimeix',
|
||||
|
||||
// Code Editor
|
||||
'code_editor' => 'Edita el codi',
|
||||
|
||||
@@ -311,12 +311,12 @@ return [
|
||||
'attachments' => 'Adjuncions',
|
||||
'attachments_explain' => 'Pugeu fitxers o adjunteu enllaços per a mostrar-los a la pàgina. Són visibles a la barra lateral de la pàgina.',
|
||||
'attachments_explain_instant_save' => 'Els canvis fets aquí es desen instantàniament.',
|
||||
'attachments_items' => 'Elements adjunts',
|
||||
'attachments_upload' => 'Puja un fitxer',
|
||||
'attachments_link' => 'Adjunta un enllaç',
|
||||
'attachments_upload_drop' => 'Alternatively you can drag and drop a file here to upload it as an attachment.',
|
||||
'attachments_set_link' => 'Defineix l\'enllaç',
|
||||
'attachments_delete' => 'Seguir que voleu suprimir aquesta adjunció?',
|
||||
'attachments_dropzone' => 'Arrossegueu fitxers o feu clic aquí per a adjuntar un fitxer',
|
||||
'attachments_dropzone' => 'Drop files here to upload',
|
||||
'attachments_no_files' => 'No s\'ha pujat cap fitxer',
|
||||
'attachments_explain_link' => 'Podeu adjuntar un enllaç si preferiu no pujar un fitxer. Pot ser un enllaç a una altra pàgina o un enllaç a un fitxer al núvol.',
|
||||
'attachments_link_name' => 'Nom de l\'enllaç',
|
||||
|
||||
@@ -45,7 +45,6 @@ return [
|
||||
'cannot_create_thumbs' => 'El servidor no pot crear miniatures. Reviseu que tingueu instal·lada l\'extensió GD del PHP.',
|
||||
'server_upload_limit' => 'El servidor no permet pujades d\'aquesta mida. Proveu-ho amb una mida de fitxer més petita.',
|
||||
'uploaded' => 'El servidor no permet pujades d\'aquesta mida. Proveu-ho amb una mida de fitxer més petita.',
|
||||
'file_upload_timeout' => 'La pujada del fitxer ha superat el temps màxim d\'espera.',
|
||||
|
||||
// Drawing & Images
|
||||
'image_upload_error' => 'S\'ha produït un error en pujar la imatge',
|
||||
@@ -54,6 +53,7 @@ return [
|
||||
|
||||
// Attachments
|
||||
'attachment_not_found' => 'No s\'ha trobat l\'adjunció',
|
||||
'attachment_upload_error' => 'An error occurred uploading the attachment file',
|
||||
|
||||
// Pages
|
||||
'page_draft_autosave_fail' => 'No s\'ha pogut desar l\'esborrany. Assegureu-vos que tingueu connexió a Internet abans de desar la pàgina',
|
||||
|
||||
Reference in New Issue
Block a user