diff options
author | Go MAEDA <maeda@farend.jp> | 2019-06-02 13:25:40 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-06-02 13:25:40 +0000 |
commit | 748e8725d6c93dadfebc94440a0600cdfb890f9a (patch) | |
tree | ad5a6e5f5b820ceda678bd2f4b07cce413dd5ff3 /config/locales/th.yml | |
parent | 1c0a539eb73ca5be014dd670d431f37ec1194c6c (diff) | |
download | redmine-748e8725d6c93dadfebc94440a0600cdfb890f9a.tar.gz redmine-748e8725d6c93dadfebc94440a0600cdfb890f9a.zip |
Add text_user_wrote_in to locales (#31427).
Patch by Mizuki ISHIKAWA.
git-svn-id: http://svn.redmine.org/redmine/trunk@18216 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/th.yml')
-rw-r--r-- | config/locales/th.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/th.yml b/config/locales/th.yml index 11c53ce1b..fd8091705 100644 --- a/config/locales/th.yml +++ b/config/locales/th.yml @@ -704,6 +704,7 @@ th: mail_body_reminder: "%{count} issue(s) that are assigned to you are due in the next %{days} days:" mail_subject_reminder: "%{count} issue(s) due in the next %{days} days" text_user_wrote: "%{value} wrote:" + text_user_wrote_in: "%{value} wrote (%{link}):" label_duplicated_by: duplicated by setting_enabled_scm: Enabled SCM text_enumeration_category_reassign_to: 'Reassign them to this value:' |