Various language string updates.

This commit is contained in:
James Cole
2019-03-17 09:14:33 +01:00
parent a11d2df6bb
commit 69fa60cd21
14 changed files with 250 additions and 250 deletions

View File

@@ -24,9 +24,9 @@ declare(strict_types=1);
return [
// profile
'personal_access_tokens' => '個人訪問權杖',
'personal_access_tokens' => '個人存取權杖',
// bills:
'not_expected_period' => '本期未預期',
'not_expected_period' => '未預期在此時期內',
'not_or_not_yet' => '(還) 沒有',
];