BookStackApp_BookStack/lang/ca/activities.php

125 lines
5.9 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* Activity text strings.
* Is used for all the text within activity logs & notifications.
*/
return [
// Pages
'page_create' => 'ha creat la pàgina',
'page_create_notification' => 'Sha creat la pàgina',
'page_update' => 'ha actualitzat la pàgina',
'page_update_notification' => 'Sha actualitzat la pàgina',
'page_delete' => 'ha suprimit la pàgina',
'page_delete_notification' => 'Sha suprimit la pàgina',
'page_restore' => 'ha restaurat la pàgina',
'page_restore_notification' => 'Sha restaurat la pàgina',
'page_move' => 'ha mogut la pàgina',
'page_move_notification' => 'Sha mogut la pàgina',
// Chapters
'chapter_create' => 'ha creat el capítol',
'chapter_create_notification' => 'Sha creat el capítol',
'chapter_update' => 'ha actualitzat el capítol',
'chapter_update_notification' => 'Sha actualitzat el capítol',
'chapter_delete' => 'ha suprimit el capítol',
'chapter_delete_notification' => 'Sha suprimit el capítol',
'chapter_move' => 'ha mogut el capítol',
'chapter_move_notification' => 'Sha mogut el capítol',
// Books
'book_create' => 'ha creat el llibre',
'book_create_notification' => 'Sha creat el llibre',
'book_create_from_chapter' => 'ha convertit el capítol a llibre',
'book_create_from_chapter_notification' => 'Sha convertit el capítol a llibre',
'book_update' => 'ha actualitzat el llibre',
'book_update_notification' => 'Sha actualitzat el llibre',
'book_delete' => 'ha suprimit el llibre',
'book_delete_notification' => 'Sha suprimit el llibre',
'book_sort' => 'ha ordenat el llibre',
'book_sort_notification' => 'Sha tornat a ordenar el llibre',
// Bookshelves
'bookshelf_create' => 'ha creat el prestatge',
'bookshelf_create_notification' => 'Sha creat el prestatge',
'bookshelf_create_from_book' => 'ha convertit el llibre a prestatge',
'bookshelf_create_from_book_notification' => 'Sha convertit el llibre a prestatge',
'bookshelf_update' => 'ha actualitzat el prestatge',
'bookshelf_update_notification' => 'Sha actualitzat el prestatge',
'bookshelf_delete' => 'ha suprimit el prestatge',
'bookshelf_delete_notification' => 'Sha suprimit el prestatge',
// Revisions
'revision_restore' => 'ha restaurat la revisió',
'revision_delete' => 'ha suprimit la revisió',
'revision_delete_notification' => 'Sha suprimit la revisió',
// Favourites
'favourite_add_notification' => 'Sha afegit &laquo;:name&raquo; als favorits.',
'favourite_remove_notification' => 'Sha eliminat &laquo;:name&raquo; dels favorits.',
// Watching
'watch_update_level_notification' => 'Shan actualitzat les preferències de seguiment',
// Auth
'auth_login' => 'ha iniciat sessió',
'auth_register' => 'sha registrat com a usuari nou',
'auth_password_reset_request' => 'ha sol·licitat la reinicialització de la contrasenya',
'auth_password_reset_update' => 'ha reinicialitzat la contrasenya',
'mfa_setup_method' => 'ha configurat un mètode dautenticació multifactorial',
'mfa_setup_method_notification' => 'Sha configurat un mètode dautenticació multifactorial',
'mfa_remove_method' => 'ha eliminat un mètode dautenticació multifactorial',
'mfa_remove_method_notification' => 'Sha eliminat un mètode dautenticació multifactorial',
// Settings
'settings_update' => 'ha actualitzat la configuració',
'settings_update_notification' => 'Sha actualitzat la configuració',
'maintenance_action_run' => 'ha executat una acció de manteniment',
// Webhooks
'webhook_create' => 'ha creat un webhook',
'webhook_create_notification' => 'Sha creat el webhook',
'webhook_update' => 'ha actualitzat el webhook',
'webhook_update_notification' => 'Sha actualitzat el webhook',
'webhook_delete' => 'ha suprimit el webhook',
'webhook_delete_notification' => 'Sha suprimit el webhook',
// Users
'user_create' => 'ha creat lusuari',
'user_create_notification' => 'Sha creat lusuari',
'user_update' => 'ha actualitzat lusuari',
'user_update_notification' => 'Sha actualitzat lusuari',
'user_delete' => 'ha suprimit lusuari',
'user_delete_notification' => 'Sha suprimit lusuari',
// API Tokens
'api_token_create' => 'ha creat el testimoni API',
'api_token_create_notification' => 'Sha creat el testimoni API',
'api_token_update' => 'ha actualitzat el testimoni API',
'api_token_update_notification' => 'Sha actualitzat el testimoni API',
'api_token_delete' => 'ha suprimit el testimoni API',
'api_token_delete_notification' => 'Sha suprimit el testimoni API',
// Roles
'role_create' => 'ha creat el rol',
'role_create_notification' => 'Sha creat el rol',
'role_update' => 'ha actualitzat el rol',
'role_update_notification' => 'Sha actualitzat el rol',
'role_delete' => 'ha suprimit el rol',
'role_delete_notification' => 'Sha suprimit el rol',
// Recycle Bin
'recycle_bin_empty' => 'ha buidat la paperera',
'recycle_bin_restore' => 'ha restaurat de la paperera',
'recycle_bin_destroy' => 'ha eliminat de la paperera',
// Comments
'commented_on' => 'ha comentat a',
'comment_create' => 'ha afegit un comentari',
'comment_update' => 'ha actualitzat un comentari',
'comment_delete' => 'ha suprimit un comentari',
// Other
'permissions_update' => 'ha actualitzat els permisos',
];