Fix incorrect cs_CZ translation

The word "me" here is a [dative case!](https://en.wikipedia.org/wiki/Dative_case) but the current translation would be used for genitive or accusative cases, thus it is incorrect and should be changed to "mně".
This commit is contained in:
Martin Krejčí
2021-04-24 05:21:09 +02:00
committed by GitHub
parent 3c6df7a6c6
commit 9ac39b77ee

View File

@@ -936,8 +936,8 @@ return array(
'Copy and paste your link here...' => 'Zde vložte váš odkaz...',
'URL' => 'URL',
'Internal links' => 'Interní odkazy',
'Assign to me' => 'Přiřadit to mě',
'Me' => 'Mě',
'Assign to me' => 'Přiřadit to mně',
'Me' => 'Mně',
'Do not duplicate anything' => 'Nekopírovat nic',
'Projects management' => 'Správa projektů',
'Users management' => 'Správa uživatelů',