refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
This commit is contained in:
15
resources/lang/vendor/webauthn/zh-TW/errors.php
vendored
Normal file
15
resources/lang/vendor/webauthn/zh-TW/errors.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* ⚠️ Edition not allowed except for 'en' language.
|
||||
*
|
||||
* @see https://github.com/monicahq/monica/blob/main/docs/contribute/translate.md for translations.
|
||||
*/
|
||||
|
||||
return [
|
||||
'user_unauthenticated' => 'You need to log in before doing a Webauthn authentication',
|
||||
'auth_data_not_found' => 'Authentication data not found',
|
||||
'create_data_not_found' => 'Register data not found',
|
||||
'object_not_found' => 'Object not found',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user