diff --git a/.release.cfg b/.release.cfg --- a/.release.cfg +++ b/.release.cfg @@ -17,6 +17,7 @@ done = true done = true [task:updated_translation] +done = true [release] state = in_progress diff --git a/rhodecode/public/js/rhodecode/i18n/be.js b/rhodecode/public/js/rhodecode/i18n/be.js --- a/rhodecode/public/js/rhodecode/i18n/be.js +++ b/rhodecode/public/js/rhodecode/i18n/be.js @@ -24,6 +24,7 @@ var _TM = { 'Collapse all files': 'Collapse all files', 'Collapse {0} commit': 'Collapse {0} commit', 'Collapse {0} commits': 'Collapse {0} commits', + 'Comment body was not changed.': 'Comment body was not changed.', 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', 'Context file: ': 'Context file: ', @@ -112,6 +113,7 @@ var _TM = { 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', 'Unfollow': 'Unfollow', 'Unwatch': 'Unwatch', + 'Updated Comment': 'Updated Comment', 'Updating...': 'Updating...', 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', diff --git a/rhodecode/public/js/rhodecode/i18n/de.js b/rhodecode/public/js/rhodecode/i18n/de.js --- a/rhodecode/public/js/rhodecode/i18n/de.js +++ b/rhodecode/public/js/rhodecode/i18n/de.js @@ -24,6 +24,7 @@ var _TM = { 'Collapse all files': 'Collapse all files', 'Collapse {0} commit': 'Collapse {0} commit', 'Collapse {0} commits': 'Collapse {0} commits', + 'Comment body was not changed.': 'Comment body was not changed.', 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', 'Context file: ': 'Context file: ', @@ -112,6 +113,7 @@ var _TM = { 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', 'Unfollow': 'Unfollow', 'Unwatch': 'Unwatch', + 'Updated Comment': 'Updated Comment', 'Updating...': 'Updating...', 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', diff --git a/rhodecode/public/js/rhodecode/i18n/en.js b/rhodecode/public/js/rhodecode/i18n/en.js --- a/rhodecode/public/js/rhodecode/i18n/en.js +++ b/rhodecode/public/js/rhodecode/i18n/en.js @@ -24,6 +24,7 @@ var _TM = { 'Collapse all files': 'Collapse all files', 'Collapse {0} commit': 'Collapse {0} commit', 'Collapse {0} commits': 'Collapse {0} commits', + 'Comment body was not changed.': 'Comment body was not changed.', 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', 'Context file: ': 'Context file: ', @@ -112,6 +113,7 @@ var _TM = { 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', 'Unfollow': 'Unfollow', 'Unwatch': 'Unwatch', + 'Updated Comment': 'Updated Comment', 'Updating...': 'Updating...', 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', diff --git a/rhodecode/public/js/rhodecode/i18n/es.js b/rhodecode/public/js/rhodecode/i18n/es.js --- a/rhodecode/public/js/rhodecode/i18n/es.js +++ b/rhodecode/public/js/rhodecode/i18n/es.js @@ -24,6 +24,7 @@ var _TM = { 'Collapse all files': 'Collapse all files', 'Collapse {0} commit': 'Collapse {0} commit', 'Collapse {0} commits': 'Collapse {0} commits', + 'Comment body was not changed.': 'Comment body was not changed.', 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', 'Context file: ': 'Context file: ', @@ -112,6 +113,7 @@ var _TM = { 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', 'Unfollow': 'Unfollow', 'Unwatch': 'Unwatch', + 'Updated Comment': 'Updated Comment', 'Updating...': 'Updating...', 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', diff --git a/rhodecode/public/js/rhodecode/i18n/fr.js b/rhodecode/public/js/rhodecode/i18n/fr.js --- a/rhodecode/public/js/rhodecode/i18n/fr.js +++ b/rhodecode/public/js/rhodecode/i18n/fr.js @@ -24,6 +24,7 @@ var _TM = { 'Collapse all files': 'Collapse all files', 'Collapse {0} commit': 'Collapse {0} commit', 'Collapse {0} commits': 'Collapse {0} commits', + 'Comment body was not changed.': 'Comment body was not changed.', 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', 'Context file: ': 'Context file: ', @@ -112,6 +113,7 @@ var _TM = { 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', 'Unfollow': 'Unfollow', 'Unwatch': 'Unwatch', + 'Updated Comment': 'Updated Comment', 'Updating...': 'Updating...', 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', diff --git a/rhodecode/public/js/rhodecode/i18n/it.js b/rhodecode/public/js/rhodecode/i18n/it.js --- a/rhodecode/public/js/rhodecode/i18n/it.js +++ b/rhodecode/public/js/rhodecode/i18n/it.js @@ -24,6 +24,7 @@ var _TM = { 'Collapse all files': 'Collapse all files', 'Collapse {0} commit': 'Collapse {0} commit', 'Collapse {0} commits': 'Collapse {0} commits', + 'Comment body was not changed.': 'Comment body was not changed.', 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', 'Context file: ': 'Context file: ', @@ -112,6 +113,7 @@ var _TM = { 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', 'Unfollow': 'Smetti di seguire', 'Unwatch': 'Unwatch', + 'Updated Comment': 'Updated Comment', 'Updating...': 'Updating...', 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', diff --git a/rhodecode/public/js/rhodecode/i18n/ja.js b/rhodecode/public/js/rhodecode/i18n/ja.js --- a/rhodecode/public/js/rhodecode/i18n/ja.js +++ b/rhodecode/public/js/rhodecode/i18n/ja.js @@ -24,6 +24,7 @@ var _TM = { 'Collapse all files': 'Collapse all files', 'Collapse {0} commit': 'Collapse {0} commit', 'Collapse {0} commits': 'Collapse {0} commits', + 'Comment body was not changed.': 'Comment body was not changed.', 'Comment text will be set automatically based on currently selected status ({0}) ...': '選択したステータス ({0}) を元にコメントが自動的に設定されます...', 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', 'Context file: ': 'Context file: ', @@ -112,6 +113,7 @@ var _TM = { 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', 'Unfollow': 'アンフォロー', 'Unwatch': 'Unwatch', + 'Updated Comment': 'Updated Comment', 'Updating...': 'Updating...', 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', diff --git a/rhodecode/public/js/rhodecode/i18n/js_translations.js b/rhodecode/public/js/rhodecode/i18n/js_translations.js --- a/rhodecode/public/js/rhodecode/i18n/js_translations.js +++ b/rhodecode/public/js/rhodecode/i18n/js_translations.js @@ -18,6 +18,7 @@ _gettext('Collapse all files'); _gettext('Collapse {0} commit'); _gettext('Collapse {0} commits'); +_gettext('Comment body was not changed.'); _gettext('Comment text will be set automatically based on currently selected status ({0}) ...'); _gettext('Commit Authors are not allowed to be a reviewer.'); _gettext('Context file: '); @@ -106,6 +107,7 @@ _gettext('Toggle Wide Mode diff'); _gettext('Unfollow'); _gettext('Unwatch'); +_gettext('Updated Comment'); _gettext('Updating...'); _gettext('User `{0}` already in reviewers'); _gettext('User `{0}` not allowed to be a reviewer'); diff --git a/rhodecode/public/js/rhodecode/i18n/pl.js b/rhodecode/public/js/rhodecode/i18n/pl.js --- a/rhodecode/public/js/rhodecode/i18n/pl.js +++ b/rhodecode/public/js/rhodecode/i18n/pl.js @@ -24,6 +24,7 @@ var _TM = { 'Collapse all files': 'Collapse all files', 'Collapse {0} commit': 'Collapse {0} commit', 'Collapse {0} commits': 'Collapse {0} commits', + 'Comment body was not changed.': 'Comment body was not changed.', 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', 'Context file: ': 'Context file: ', @@ -112,6 +113,7 @@ var _TM = { 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', 'Unfollow': 'Nie obserwuj', 'Unwatch': 'Unwatch', + 'Updated Comment': 'Updated Comment', 'Updating...': 'Updating...', 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', diff --git a/rhodecode/public/js/rhodecode/i18n/pt.js b/rhodecode/public/js/rhodecode/i18n/pt.js --- a/rhodecode/public/js/rhodecode/i18n/pt.js +++ b/rhodecode/public/js/rhodecode/i18n/pt.js @@ -24,6 +24,7 @@ var _TM = { 'Collapse all files': 'Collapse all files', 'Collapse {0} commit': 'Collapse {0} commit', 'Collapse {0} commits': 'Collapse {0} commits', + 'Comment body was not changed.': 'Comment body was not changed.', 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', 'Context file: ': 'Context file: ', @@ -112,6 +113,7 @@ var _TM = { 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', 'Unfollow': 'Parar de seguir', 'Unwatch': 'Unwatch', + 'Updated Comment': 'Updated Comment', 'Updating...': 'Updating...', 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', diff --git a/rhodecode/public/js/rhodecode/i18n/ru.js b/rhodecode/public/js/rhodecode/i18n/ru.js --- a/rhodecode/public/js/rhodecode/i18n/ru.js +++ b/rhodecode/public/js/rhodecode/i18n/ru.js @@ -24,6 +24,7 @@ var _TM = { 'Collapse all files': 'Collapse all files', 'Collapse {0} commit': 'Collapse {0} commit', 'Collapse {0} commits': 'Collapse {0} commits', + 'Comment body was not changed.': 'Comment body was not changed.', 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', 'Context file: ': 'Context file: ', @@ -112,6 +113,7 @@ var _TM = { 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', 'Unfollow': 'Не наблюдать', 'Unwatch': 'Unwatch', + 'Updated Comment': 'Updated Comment', 'Updating...': 'Updating...', 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', diff --git a/rhodecode/public/js/rhodecode/i18n/zh.js b/rhodecode/public/js/rhodecode/i18n/zh.js --- a/rhodecode/public/js/rhodecode/i18n/zh.js +++ b/rhodecode/public/js/rhodecode/i18n/zh.js @@ -24,6 +24,7 @@ var _TM = { 'Collapse all files': 'Collapse all files', 'Collapse {0} commit': 'Collapse {0} commit', 'Collapse {0} commits': 'Collapse {0} commits', + 'Comment body was not changed.': 'Comment body was not changed.', 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', 'Context file: ': 'Context file: ', @@ -112,6 +113,7 @@ var _TM = { 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', 'Unfollow': 'Unfollow', 'Unwatch': 'Unwatch', + 'Updated Comment': 'Updated Comment', 'Updating...': 'Updating...', 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer',