diff options
author | metiftikci <metiftikci@hotmail.com> | 2025-02-19 03:29:17 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-18 16:29:17 -0800 |
commit | 84d2159ef6a9d299f4b379ea37c0cf17291ad69b (patch) | |
tree | 9f25e8f0afbd0cd48915b70072b31b1167831ff7 /options/locale | |
parent | ce65613690e4564d9961f847ebd6eb2137f0c885 (diff) | |
download | gitea-84d2159ef6a9d299f4b379ea37c0cf17291ad69b.tar.gz gitea-84d2159ef6a9d299f4b379ea37c0cf17291ad69b.zip |
fix: add missing locale (#33641)
this removed in #23113 but still using in `head_navbar.tmpl`
Diffstat (limited to 'options/locale')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index bce64a81a3..c2c5b07b65 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1702,7 +1702,9 @@ issues.time_estimate_invalid = Time estimate format is invalid issues.start_tracking_history = started working %s issues.tracker_auto_close = Timer will be stopped automatically when this issue gets closed issues.tracking_already_started = `You have already started time tracking on <a href="%s">another issue</a>!` +issues.stop_tracking = Stop Timer issues.stop_tracking_history = worked for <b>%[1]s</b> %[2]s +issues.cancel_tracking = Discard issues.cancel_tracking_history = `canceled time tracking %s` issues.del_time = Delete this time log issues.add_time_history = added spent time <b>%[1]s</b> %[2]s |