Skip to content

Commit ae90776

Browse files
authored
Updated translations with latest Crowdin changes (#4211)
1 parent 4489f65 commit ae90776

25 files changed

+146
-146
lines changed

lang/ca/activities.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@
77

88
// Pages
99
'page_create' => 'ha creat la pàgina',
10-
'page_create_notification' => 'Page successfully created',
10+
'page_create_notification' => 'Pàgina creada correctament',
1111
'page_update' => 'ha actualitzat la pàgina',
12-
'page_update_notification' => 'Page successfully updated',
12+
'page_update_notification' => 'Pàgina actualitzada correctament',
1313
'page_delete' => 'ha suprimit una pàgina',
14-
'page_delete_notification' => 'Page successfully deleted',
14+
'page_delete_notification' => 'Imatge esborrada correctament',
1515
'page_restore' => 'ha restaurat la pàgina',
16-
'page_restore_notification' => 'Page successfully restored',
16+
'page_restore_notification' => 'Pàgina restaurada correctament',
1717
'page_move' => 'ha mogut la pàgina',
1818

1919
// Chapters
2020
'chapter_create' => 'ha creat el capítol',
21-
'chapter_create_notification' => 'Chapter successfully created',
21+
'chapter_create_notification' => 'Capítol creat correctament',
2222
'chapter_update' => 'ha actualitzat el capítol',
23-
'chapter_update_notification' => 'Chapter successfully updated',
23+
'chapter_update_notification' => 'Capítol actualitzat correctament',
2424
'chapter_delete' => 'ha suprimit un capítol',
25-
'chapter_delete_notification' => 'Chapter successfully deleted',
25+
'chapter_delete_notification' => 'Capítol esborrat correctament',
2626
'chapter_move' => 'ha mogut el capítol',
2727

2828
// Books
2929
'book_create' => 'ha creat el llibre',
30-
'book_create_notification' => 'Book successfully created',
30+
'book_create_notification' => 'Llibre creat correctament',
3131
'book_create_from_chapter' => 'converted chapter to book',
3232
'book_create_from_chapter_notification' => 'Chapter successfully converted to a book',
3333
'book_update' => 'ha actualitzat el llibre',

lang/fr/components.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
// Image Manager
88
'image_select' => 'Sélectionner une image',
9-
'image_upload' => 'Upload Image',
10-
'image_intro' => 'Here you can select and manage images that have been previously uploaded to the system.',
11-
'image_intro_upload' => 'Upload a new image by dragging an image file into this window, or by using the "Upload Image" button above.',
9+
'image_upload' => 'Téléverser une image',
10+
'image_intro' => 'Ici, vous pouvez sélectionner et gérer les images qui ont été précédemment téléversées sur le système.',
11+
'image_intro_upload' => 'Téléverser une nouvelle image en glissant un fichier image dans cette fenêtre, ou en utilisant le bouton "Téléverser une image" ci-dessus.',
1212
'image_all' => 'Toutes',
1313
'image_all_title' => 'Voir toutes les images',
1414
'image_book_title' => 'Voir les images ajoutées à ce livre',
@@ -21,7 +21,7 @@
2121
'image_delete_confirm_text' => 'Êtes-vous sûr de vouloir supprimer cette image ?',
2222
'image_select_image' => 'Sélectionner l\'image',
2323
'image_dropzone' => 'Glissez les images ici ou cliquez pour les ajouter',
24-
'image_dropzone_drop' => 'Drop images here to upload',
24+
'image_dropzone_drop' => 'Déposer des images ici pour les téléverser',
2525
'images_deleted' => 'Images supprimées',
2626
'image_preview' => 'Prévisualiser l\'image',
2727
'image_upload_success' => 'Image ajoutée avec succès',

lang/fr/entities.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -309,16 +309,16 @@
309309
'tags_view_existing_tags' => 'Voir les mots-clés existants',
310310
'tags_list_empty_hint' => 'Les mots-clés peuvent être assignés via la barre latérale de l\'éditeur de page ou lors de l\'édition des détails d\'un livre, d\'un chapitre ou d\'une étagère.',
311311
'attachments' => 'Fichiers joints',
312-
'attachments_explain' => 'Ajouter des fichiers ou des liens pour les afficher sur votre page. Ils seront affichés dans la barre latérale',
312+
'attachments_explain' => 'Ajouter des fichiers ou des liens pour les afficher sur votre page. Ils seront affichés dans la barre latérale.',
313313
'attachments_explain_instant_save' => 'Ces changements sont enregistrés immédiatement.',
314-
'attachments_upload' => 'Uploader un fichier',
314+
'attachments_upload' => 'Téléverser un fichier',
315315
'attachments_link' => 'Attacher un lien',
316-
'attachments_upload_drop' => 'Alternatively you can drag and drop a file here to upload it as an attachment.',
316+
'attachments_upload_drop' => 'Vous pouvez également glisser-déposer un fichier ici pour le téléverser en tant que pièce jointe.',
317317
'attachments_set_link' => 'Définir un lien',
318318
'attachments_delete' => 'Êtes-vous sûr de vouloir supprimer la pièce jointe ?',
319-
'attachments_dropzone' => 'Drop files here to upload',
319+
'attachments_dropzone' => 'Déposer des fichiers ici pour les téléverser',
320320
'attachments_no_files' => 'Aucun fichier ajouté',
321-
'attachments_explain_link' => 'Vous pouvez ajouter un lien si vous ne souhaitez pas uploader un fichier.',
321+
'attachments_explain_link' => 'Vous pouvez ajouter un lien si vous ne souhaitez pas téléverser un fichier.',
322322
'attachments_link_name' => 'Nom du lien',
323323
'attachment_link' => 'Lien de l\'attachement',
324324
'attachments_link_url' => 'Lien sur un fichier',

lang/fr/errors.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
// Attachments
5555
'attachment_not_found' => 'Fichier joint non trouvé',
56-
'attachment_upload_error' => 'An error occurred uploading the attachment file',
56+
'attachment_upload_error' => 'Une erreur s\'est produite avec le téléversement du fichier joint',
5757

5858
// Pages
5959
'page_draft_autosave_fail' => 'Le brouillon n\'a pas pu être enregistré. Vérifiez votre connexion internet',

lang/it/components.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
// Image Manager
88
'image_select' => 'Selezione Immagine',
9-
'image_upload' => 'Upload Image',
10-
'image_intro' => 'Here you can select and manage images that have been previously uploaded to the system.',
11-
'image_intro_upload' => 'Upload a new image by dragging an image file into this window, or by using the "Upload Image" button above.',
9+
'image_upload' => 'Carica Immagine',
10+
'image_intro' => 'Qui è possibile selezionare e gestire le immagini che sono state precedentemente caricate nel sistema.',
11+
'image_intro_upload' => 'Carica una nuova immagine trascinando un file immagine in questa finestra oppure utilizzando il pulsante "Carica immagine" in alto.',
1212
'image_all' => 'Tutte',
1313
'image_all_title' => 'Visualizza tutte le immagini',
1414
'image_book_title' => 'Visualizza immagini caricate in questo libro',
@@ -21,7 +21,7 @@
2121
'image_delete_confirm_text' => 'Sei sicuro di voler eliminare questa immagine?',
2222
'image_select_image' => 'Seleziona Immagine',
2323
'image_dropzone' => 'Rilascia immagini o clicca qui per caricarle',
24-
'image_dropzone_drop' => 'Drop images here to upload',
24+
'image_dropzone_drop' => 'Trascina qui le immagini da caricare',
2525
'images_deleted' => 'Immagini Eliminate',
2626
'image_preview' => 'Anteprima Immagine',
2727
'image_upload_success' => 'Immagine caricata correttamente',

lang/it/entities.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,10 +313,10 @@
313313
'attachments_explain_instant_save' => 'I cambiamenti qui sono salvati istantaneamente.',
314314
'attachments_upload' => 'Carica File',
315315
'attachments_link' => 'Allega Link',
316-
'attachments_upload_drop' => 'Alternatively you can drag and drop a file here to upload it as an attachment.',
316+
'attachments_upload_drop' => 'In alternativa puoi trascinare un file qui per caricarlo come allegato.',
317317
'attachments_set_link' => 'Imposta Link',
318318
'attachments_delete' => 'Sei sicuro di voler eliminare questo allegato?',
319-
'attachments_dropzone' => 'Drop files here to upload',
319+
'attachments_dropzone' => 'Trascina qui i file da caricare',
320320
'attachments_no_files' => 'Nessun file è stato caricato',
321321
'attachments_explain_link' => 'Puoi allegare un link se preferisci non caricare un file. Questo può essere un link a un\'altra pagina o a un file nel cloud.',
322322
'attachments_link_name' => 'Nome Link',

lang/it/errors.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
// Attachments
5555
'attachment_not_found' => 'Allegato non trovato',
56-
'attachment_upload_error' => 'An error occurred uploading the attachment file',
56+
'attachment_upload_error' => 'Si è verificato un errore durante il caricamento del file allegato',
5757

5858
// Pages
5959
'page_draft_autosave_fail' => 'Impossibile salvare la bozza. Controlla di essere connesso ad internet prima di salvare questa pagina',

lang/ja/common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
'back_to_top' => '上に戻る',
6969
'skip_to_main_content' => 'メインコンテンツへスキップ',
7070
'toggle_details' => '概要の表示切替',
71-
'toggle_thumbnails' => 'Toggle Thumbnails',
71+
'toggle_thumbnails' => 'サムネイルの切り替え',
7272
'details' => '詳細',
7373
'grid_view' => 'グリッド形式',
7474
'list_view' => 'リスト形式',

lang/ja/components.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
// Image Manager
88
'image_select' => '画像を選択',
9-
'image_upload' => 'Upload Image',
10-
'image_intro' => 'Here you can select and manage images that have been previously uploaded to the system.',
11-
'image_intro_upload' => 'Upload a new image by dragging an image file into this window, or by using the "Upload Image" button above.',
9+
'image_upload' => '画像をアップロード',
10+
'image_intro' => 'ここでは、システムに以前アップロードされた画像を選択して管理できます。',
11+
'image_intro_upload' => 'このウィンドウに画像ファイルをドラッグするか、上の「画像をアップロード」ボタンを使用して新しい画像をアップロードします。',
1212
'image_all' => 'すべて',
1313
'image_all_title' => '全ての画像を表示',
1414
'image_book_title' => 'このブックにアップロードされた画像を表示',
@@ -21,7 +21,7 @@
2121
'image_delete_confirm_text' => 'この画像を削除してもよろしいですか?',
2222
'image_select_image' => '画像を選択',
2323
'image_dropzone' => '画像をドロップするか、クリックしてアップロード',
24-
'image_dropzone_drop' => 'Drop images here to upload',
24+
'image_dropzone_drop' => 'アップロードする画像をここにドロップ',
2525
'images_deleted' => '画像を削除しました',
2626
'image_preview' => '画像プレビュー',
2727
'image_upload_success' => '画像がアップロードされました',

lang/ja/entities.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,10 +313,10 @@
313313
'attachments_explain_instant_save' => 'この変更は即座に保存されます。',
314314
'attachments_upload' => 'アップロード',
315315
'attachments_link' => 'リンクを添付',
316-
'attachments_upload_drop' => 'Alternatively you can drag and drop a file here to upload it as an attachment.',
316+
'attachments_upload_drop' => 'ファイルをここにドラッグアンドドロップして添付ファイルとしてアップロードすることもできます。',
317317
'attachments_set_link' => 'リンクを設定',
318318
'attachments_delete' => 'この添付ファイルを削除してよろしいですか?',
319-
'attachments_dropzone' => 'Drop files here to upload',
319+
'attachments_dropzone' => 'アップロードするファイルをここにドロップ',
320320
'attachments_no_files' => 'ファイルはアップロードされていません',
321321
'attachments_explain_link' => 'ファイルをアップロードしたくない場合、他のページやクラウド上のファイルへのリンクを添付できます。',
322322
'attachments_link_name' => 'リンク名',

0 commit comments

Comments
 (0)