117 lines
		
	
	
		
			4.9 KiB
		
	
	
	
		
			PHP
		
	
	
	
			
		
		
	
	
			117 lines
		
	
	
		
			4.9 KiB
		
	
	
	
		
			PHP
		
	
	
	
| <?php
 | |
| /**
 | |
|  * Activity text strings.
 | |
|  * Is used for all the text within activity logs & notifications.
 | |
|  */
 | |
| return [
 | |
| 
 | |
|     // Pages
 | |
|     'page_create'                 => '页面已创建',
 | |
|     'page_create_notification'    => '页面创建成功',
 | |
|     'page_update'                 => '页面已更新',
 | |
|     'page_update_notification'    => '页面更新成功',
 | |
|     'page_delete'                 => '页面已删除',
 | |
|     'page_delete_notification'    => '页面删除成功',
 | |
|     'page_restore'                => '页面已恢复',
 | |
|     'page_restore_notification'   => '页面恢复成功',
 | |
|     'page_move'                   => '页面已移动',
 | |
|     'page_move_notification'      => '页面移动成功',
 | |
| 
 | |
|     // Chapters
 | |
|     'chapter_create'              => '章节已创建',
 | |
|     'chapter_create_notification' => '章节创建成功',
 | |
|     'chapter_update'              => '章节已更新',
 | |
|     'chapter_update_notification' => '章节更新成功',
 | |
|     'chapter_delete'              => '章节已删除',
 | |
|     'chapter_delete_notification' => '章节删除成功',
 | |
|     'chapter_move'                => '章节已移动',
 | |
|     'chapter_move_notification' => '章节移动成功',
 | |
| 
 | |
|     // Books
 | |
|     'book_create'                 => '图书已创建',
 | |
|     'book_create_notification'    => '成功创建图书',
 | |
|     'book_create_from_chapter'              => '将章节转换为图书',
 | |
|     'book_create_from_chapter_notification' => '章节已成功转换为图书',
 | |
|     'book_update'                 => '图书已更新',
 | |
|     'book_update_notification'    => '图书更新成功',
 | |
|     'book_delete'                 => '图书已删除',
 | |
|     'book_delete_notification'    => '图书删除成功',
 | |
|     'book_sort'                   => '图书已排序',
 | |
|     'book_sort_notification'      => '图书重新排序成功',
 | |
| 
 | |
|     // Bookshelves
 | |
|     'bookshelf_create'            => '书架已创建',
 | |
|     'bookshelf_create_notification'    => '书架创建成功',
 | |
|     'bookshelf_create_from_book'    => '将图书转换为书架',
 | |
|     'bookshelf_create_from_book_notification'    => '图书已成功转换为书架',
 | |
|     'bookshelf_update'                 => '书架已更新',
 | |
|     'bookshelf_update_notification'    => '书架更新成功',
 | |
|     'bookshelf_delete'                 => '书架已删除',
 | |
|     'bookshelf_delete_notification'    => '书架删除成功',
 | |
| 
 | |
|     // Revisions
 | |
|     'revision_restore' => 'restored revision',
 | |
|     'revision_delete' => 'deleted revision',
 | |
|     'revision_delete_notification' => 'Revision successfully deleted',
 | |
| 
 | |
|     // Favourites
 | |
|     'favourite_add_notification' => '":name" 已添加到您的收藏',
 | |
|     'favourite_remove_notification' => '":name" 已从您的收藏中删除',
 | |
| 
 | |
|     // Auth
 | |
|     'auth_login' => 'logged in',
 | |
|     'auth_register' => 'registered as new user',
 | |
|     'auth_password_reset_request' => 'requested user password reset',
 | |
|     'auth_password_reset_update' => 'reset user password',
 | |
|     'mfa_setup_method' => 'configured MFA method',
 | |
|     'mfa_setup_method_notification' => '多重身份认证设置成功',
 | |
|     'mfa_remove_method' => 'removed MFA method',
 | |
|     'mfa_remove_method_notification' => '多重身份认证已成功移除',
 | |
| 
 | |
|     // Settings
 | |
|     'settings_update' => 'updated settings',
 | |
|     'settings_update_notification' => '设置更新成功',
 | |
|     'maintenance_action_run' => 'ran maintenance action',
 | |
| 
 | |
|     // Webhooks
 | |
|     'webhook_create' => 'Webhook 已创建',
 | |
|     'webhook_create_notification' => 'Webhook 创建成功',
 | |
|     'webhook_update' => 'Webhook 已更新',
 | |
|     'webhook_update_notification' => 'Webhook 更新成功',
 | |
|     'webhook_delete' => 'Webhook 已删除',
 | |
|     'webhook_delete_notification' => 'Webhook 删除成功',
 | |
| 
 | |
|     // Users
 | |
|     'user_create' => 'created user',
 | |
|     'user_create_notification' => '用户创建成功',
 | |
|     'user_update' => 'updated user',
 | |
|     'user_update_notification' => '用户更新成功',
 | |
|     'user_delete' => 'deleted user',
 | |
|     'user_delete_notification' => '成功移除用户',
 | |
| 
 | |
|     // API Tokens
 | |
|     'api_token_create' => 'created api token',
 | |
|     'api_token_create_notification' => 'API token successfully created',
 | |
|     'api_token_update' => 'updated api token',
 | |
|     'api_token_update_notification' => 'API token successfully updated',
 | |
|     'api_token_delete' => 'deleted api token',
 | |
|     'api_token_delete_notification' => 'API token successfully deleted',
 | |
| 
 | |
|     // Roles
 | |
|     'role_create' => 'created role',
 | |
|     'role_create_notification' => '角色创建成功',
 | |
|     'role_update' => 'updated role',
 | |
|     'role_update_notification' => '角色更新成功',
 | |
|     'role_delete' => 'deleted role',
 | |
|     'role_delete_notification' => '角色删除成功',
 | |
| 
 | |
|     // Recycle Bin
 | |
|     'recycle_bin_empty' => 'emptied recycle bin',
 | |
|     'recycle_bin_restore' => 'restored from recycle bin',
 | |
|     'recycle_bin_destroy' => 'removed from recycle bin',
 | |
| 
 | |
|     // Other
 | |
|     'commented_on'                => '评论',
 | |
|     'permissions_update'          => '权限已更新',
 | |
| ];
 |