X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Fresources%2Fzh-cn.lang.php;h=e5244c073b1ca0978da7ee03234ac50bec01d553;hb=HEAD;hp=7493be7a0dfc24cf49f6d382a2b15b1133e1113f;hpb=a0ff02ec3fa7016404f3992710db57951e74e824;p=timetracker.git diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index 7493be7a..e5244c07 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -281,6 +281,13 @@ $i18n_key_words = array( // 'label.active_users' => 'Active Users', // 'label.inactive_users' => 'Inactive Users', +// Entity names. We use lower case (in English) because they are used in dropdowns, too. +// They are used to associate a custom field with an entity type. +// TODO: translate the following. +// 'entity.time' => 'time', +// 'entity.user' => 'user', +// 'entity.project' => 'project', + // Form titles. // TODO: Translate the following. // 'title.error' => 'Error', @@ -409,8 +416,6 @@ $i18n_key_words = array( // 'dropdown.previous_year' => 'previous year', // 'dropdown.selected_year' => 'year', 'dropdown.all_time' => '全部时间', -// TODO: translate the following. -// 'dropdown.time' => 'time', 'dropdown.projects' => '项目', // TODO: translate the following. // 'dropdown.tasks' => 'tasks',