3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-14 18:45:45 +00:00
Files
snipe-it/resources/lang/th-TH/passwords.php
2023-12-19 17:23:16 +00:00

10 lines
514 B
PHP

<?php
return [
'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
'token' => 'This password reset token is invalid or expired, or does not match the username provided.',
'reset' => 'Your password has been reset!',
'password_change' => 'Your password has been updated!',
];