snipe-it/resources/lang/zh-TW/admin/labels/message.php
snipe 8ca4c51186 Updated strings
Signed-off-by: snipe <snipe@snipe.net>
2024-01-24 15:29:39 +00:00

12 lines
378 B
PHP
Raw 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
return [
'invalid_return_count' => '從 :name 返回的計數無效。預期 :expected得到 :actual。',
'invalid_return_type' => '從 :name 返回的類型無效。預期 :expected得到 :actual。',
'invalid_return_value' => '從 :name 返回的值無效。預期 :expected得到 :actual。',
'does_not_exist' => '標籤不存在',
];