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
@@ -6,14 +6,18 @@
//JS translations map
var _TM = {
'(from usergroup {0})': '(from usergroup {0})',
+ '{0} file changed, ': '{0} file changed, ',
+ '{0} files changed, ': '{0} files changed, ',
'Add another comment': 'Add another comment',
'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
+ 'Ajax Request Error': 'Ajax Request Error',
'All Authors': 'All Authors',
'All individual reviewers must vote.': 'All individual reviewers must vote.',
'All reviewers must vote.': 'All reviewers must vote.',
'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
+ 'Authentication Token': 'Authentication Token',
'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
'Changed files': 'Changed files',
'Close': 'Close',
@@ -23,13 +27,16 @@ var _TM = {
'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: ',
+ 'Delete': 'Delete',
'Delete this comment?': 'Delete this comment?',
'Diff to Commit ': 'Diff to Commit ',
+ 'Error during search operation': 'Error during search operation',
'Expand all files': 'Expand all files',
'Expand {0} commit': 'Expand {0} commit',
'Expand {0} commits': 'Expand {0} commits',
'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
+ 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
'Follow': 'Follow',
'Force updating...': 'Force updating...',
'Hide full context diff': 'Hide full context diff',
@@ -40,6 +47,7 @@ var _TM = {
'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
'Lifetime': 'Lifetime',
'Loading ...': 'Loading ...',
+ 'Loading diff ...': 'Loading diff ...',
'Loading failed': 'Loading failed',
'Loading more results...': 'Loading more results...',
'Loading...': 'Loading...',
@@ -68,6 +76,7 @@ var _TM = {
'Please delete {0} characters': 'Please delete {0} characters',
'Please enter {0} or more character': 'Please enter {0} or more character',
'Please enter {0} or more characters': 'Please enter {0} or more characters',
+ 'Please wait creating pull request...': 'Please wait creating pull request...',
'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
'Saving...': 'Saving...',
'Searching...': 'Searching...',
@@ -75,12 +84,14 @@ var _TM = {
'Send': 'Send',
'Set status to Approved': 'Set status to Approved',
'Set status to Rejected': 'Set status to Rejected',
+ 'Show': 'Show',
'Show at Commit ': 'Show at Commit ',
'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
'Show full context diff': 'Show full context diff',
'Show more': 'Show more',
'Show selected commit __S': 'Show selected commit __S',
'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
+ 'Show this authentication token?': 'Show this authentication token?',
'Show whitespace changes': 'Show whitespace changes',
'Specified expiration date': 'Specified expiration date',
'Start following this repository': 'Start following this repository',
@@ -94,6 +105,10 @@ var _TM = {
'TODO comment': 'TODO comment',
'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
+ 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
+ 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
+ 'This pull requests will consist of {0} commit.': 'This pull requests will consist of {0} commit.',
+ 'This pull requests will consist of {0} commits.': 'This pull requests will consist of {0} commits.',
'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
'Unfollow': 'Unfollow',
'Unwatch': 'Unwatch',
@@ -101,6 +116,7 @@ var _TM = {
'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',
'Watch': 'Watch',
+ 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
'You can only select {0} item': 'You can only select {0} item',
'You can only select {0} items': 'You can only select {0} items',
'activated': 'activated',
@@ -117,6 +133,7 @@ var _TM = {
'just now': 'just now',
'loading...': 'loading...',
'member of "{0}"': 'member of "{0}"',
+ 'no commits': 'no commits',
'not active': 'not active',
'resolve comment': 'resolve comment',
'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
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
@@ -6,14 +6,18 @@
//JS translations map
var _TM = {
'(from usergroup {0})': '(from usergroup {0})',
+ '{0} file changed, ': '{0} file changed, ',
+ '{0} files changed, ': '{0} files changed, ',
'Add another comment': 'Add another comment',
'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
+ 'Ajax Request Error': 'Ajax Request Error',
'All Authors': 'All Authors',
'All individual reviewers must vote.': 'All individual reviewers must vote.',
'All reviewers must vote.': 'All reviewers must vote.',
'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
+ 'Authentication Token': 'Authentication Token',
'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
'Changed files': 'Changed files',
'Close': 'Close',
@@ -23,13 +27,16 @@ var _TM = {
'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: ',
+ 'Delete': 'Löschen',
'Delete this comment?': 'Delete this comment?',
'Diff to Commit ': 'Diff to Commit ',
+ 'Error during search operation': 'Error during search operation',
'Expand all files': 'Expand all files',
'Expand {0} commit': 'Expand {0} commit',
'Expand {0} commits': 'Expand {0} commits',
'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
+ 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
'Follow': 'Follow',
'Force updating...': 'Force updating...',
'Hide full context diff': 'Hide full context diff',
@@ -40,6 +47,7 @@ var _TM = {
'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
'Lifetime': 'Lebensdauer',
'Loading ...': 'Loading ...',
+ 'Loading diff ...': 'Loading diff ...',
'Loading failed': 'Loading failed',
'Loading more results...': 'Loading more results...',
'Loading...': 'Loading...',
@@ -68,6 +76,7 @@ var _TM = {
'Please delete {0} characters': 'Bitte {0} Zeichen löschen',
'Please enter {0} or more character': 'Bitte {0} oder mehr Zeichen eingeben',
'Please enter {0} or more characters': 'Bitte {0} oder mehr Zeichen eingeben',
+ 'Please wait creating pull request...': 'Please wait creating pull request...',
'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
'Saving...': 'Saving...',
'Searching...': 'Searching...',
@@ -75,12 +84,14 @@ var _TM = {
'Send': 'Senden',
'Set status to Approved': 'Set status to Approved',
'Set status to Rejected': 'Set status to Rejected',
+ 'Show': 'Show',
'Show at Commit ': 'Show at Commit ',
'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
'Show full context diff': 'Show full context diff',
'Show more': 'Show more',
'Show selected commit __S': 'Show selected commit __S',
'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
+ 'Show this authentication token?': 'Show this authentication token?',
'Show whitespace changes': 'Show whitespace changes',
'Specified expiration date': 'Specified expiration date',
'Start following this repository': 'Start following this repository',
@@ -94,6 +105,10 @@ var _TM = {
'TODO comment': 'TODO comment',
'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
+ 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
+ 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
+ 'This pull requests will consist of {0} commit.': 'This pull requests will consist of {0} commit.',
+ 'This pull requests will consist of {0} commits.': 'This pull requests will consist of {0} commits.',
'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
'Unfollow': 'Unfollow',
'Unwatch': 'Unwatch',
@@ -101,6 +116,7 @@ var _TM = {
'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',
'Watch': 'Watch',
+ 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
'You can only select {0} item': 'You can only select {0} item',
'You can only select {0} items': 'You can only select {0} items',
'activated': 'activated',
@@ -117,6 +133,7 @@ var _TM = {
'just now': 'jetzt gerade',
'loading...': 'loading...',
'member of "{0}"': 'member of "{0}"',
+ 'no commits': 'no commits',
'not active': 'not active',
'resolve comment': 'resolve comment',
'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
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
@@ -6,14 +6,18 @@
//JS translations map
var _TM = {
'(from usergroup {0})': '(from usergroup {0})',
+ '{0} file changed, ': '{0} file changed, ',
+ '{0} files changed, ': '{0} files changed, ',
'Add another comment': 'Add another comment',
'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
+ 'Ajax Request Error': 'Ajax Request Error',
'All Authors': 'All Authors',
'All individual reviewers must vote.': 'All individual reviewers must vote.',
'All reviewers must vote.': 'All reviewers must vote.',
'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
+ 'Authentication Token': 'Authentication Token',
'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
'Changed files': 'Changed files',
'Close': 'Close',
@@ -23,13 +27,16 @@ var _TM = {
'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: ',
+ 'Delete': 'Delete',
'Delete this comment?': 'Delete this comment?',
'Diff to Commit ': 'Diff to Commit ',
+ 'Error during search operation': 'Error during search operation',
'Expand all files': 'Expand all files',
'Expand {0} commit': 'Expand {0} commit',
'Expand {0} commits': 'Expand {0} commits',
'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
+ 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
'Follow': 'Follow',
'Force updating...': 'Force updating...',
'Hide full context diff': 'Hide full context diff',
@@ -40,6 +47,7 @@ var _TM = {
'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
'Lifetime': 'Lifetime',
'Loading ...': 'Loading ...',
+ 'Loading diff ...': 'Loading diff ...',
'Loading failed': 'Loading failed',
'Loading more results...': 'Loading more results...',
'Loading...': 'Loading...',
@@ -68,6 +76,7 @@ var _TM = {
'Please delete {0} characters': 'Please delete {0} characters',
'Please enter {0} or more character': 'Please enter {0} or more character',
'Please enter {0} or more characters': 'Please enter {0} or more characters',
+ 'Please wait creating pull request...': 'Please wait creating pull request...',
'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
'Saving...': 'Saving...',
'Searching...': 'Searching...',
@@ -75,12 +84,14 @@ var _TM = {
'Send': 'Send',
'Set status to Approved': 'Set status to Approved',
'Set status to Rejected': 'Set status to Rejected',
+ 'Show': 'Show',
'Show at Commit ': 'Show at Commit ',
'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
'Show full context diff': 'Show full context diff',
'Show more': 'Show more',
'Show selected commit __S': 'Show selected commit __S',
'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
+ 'Show this authentication token?': 'Show this authentication token?',
'Show whitespace changes': 'Show whitespace changes',
'Specified expiration date': 'Specified expiration date',
'Start following this repository': 'Start following this repository',
@@ -94,6 +105,10 @@ var _TM = {
'TODO comment': 'TODO comment',
'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
+ 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
+ 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
+ 'This pull requests will consist of {0} commit.': 'This pull requests will consist of {0} commit.',
+ 'This pull requests will consist of {0} commits.': 'This pull requests will consist of {0} commits.',
'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
'Unfollow': 'Unfollow',
'Unwatch': 'Unwatch',
@@ -101,6 +116,7 @@ var _TM = {
'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',
'Watch': 'Watch',
+ 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
'You can only select {0} item': 'You can only select {0} item',
'You can only select {0} items': 'You can only select {0} items',
'activated': 'activated',
@@ -117,6 +133,7 @@ var _TM = {
'just now': 'just now',
'loading...': 'loading...',
'member of "{0}"': 'member of "{0}"',
+ 'no commits': 'no commits',
'not active': 'not active',
'resolve comment': 'resolve comment',
'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
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
@@ -6,14 +6,18 @@
//JS translations map
var _TM = {
'(from usergroup {0})': '(from usergroup {0})',
+ '{0} file changed, ': '{0} file changed, ',
+ '{0} files changed, ': '{0} files changed, ',
'Add another comment': 'Add another comment',
'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
+ 'Ajax Request Error': 'Ajax Request Error',
'All Authors': 'All Authors',
'All individual reviewers must vote.': 'All individual reviewers must vote.',
'All reviewers must vote.': 'All reviewers must vote.',
'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
+ 'Authentication Token': 'Authentication Token',
'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
'Changed files': 'Changed files',
'Close': 'Close',
@@ -23,13 +27,16 @@ var _TM = {
'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: ',
+ 'Delete': 'Delete',
'Delete this comment?': 'Delete this comment?',
'Diff to Commit ': 'Diff to Commit ',
+ 'Error during search operation': 'Error during search operation',
'Expand all files': 'Expand all files',
'Expand {0} commit': 'Expand {0} commit',
'Expand {0} commits': 'Expand {0} commits',
'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
+ 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
'Follow': 'Follow',
'Force updating...': 'Force updating...',
'Hide full context diff': 'Hide full context diff',
@@ -40,6 +47,7 @@ var _TM = {
'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
'Lifetime': 'De por vida',
'Loading ...': 'Loading ...',
+ 'Loading diff ...': 'Loading diff ...',
'Loading failed': 'Loading failed',
'Loading more results...': 'Loading more results...',
'Loading...': 'Loading...',
@@ -68,6 +76,7 @@ var _TM = {
'Please delete {0} characters': 'Please delete {0} characters',
'Please enter {0} or more character': 'Please enter {0} or more character',
'Please enter {0} or more characters': 'Please enter {0} or more characters',
+ 'Please wait creating pull request...': 'Please wait creating pull request...',
'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
'Saving...': 'Saving...',
'Searching...': 'Searching...',
@@ -75,12 +84,14 @@ var _TM = {
'Send': 'Send',
'Set status to Approved': 'Set status to Approved',
'Set status to Rejected': 'Set status to Rejected',
+ 'Show': 'Show',
'Show at Commit ': 'Show at Commit ',
'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
'Show full context diff': 'Show full context diff',
'Show more': 'Show more',
'Show selected commit __S': 'Show selected commit __S',
'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
+ 'Show this authentication token?': 'Show this authentication token?',
'Show whitespace changes': 'Show whitespace changes',
'Specified expiration date': 'Specified expiration date',
'Start following this repository': 'Start following this repository',
@@ -94,6 +105,10 @@ var _TM = {
'TODO comment': 'TODO comment',
'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
+ 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
+ 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
+ 'This pull requests will consist of {0} commit.': 'This pull requests will consist of {0} commit.',
+ 'This pull requests will consist of {0} commits.': 'This pull requests will consist of {0} commits.',
'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
'Unfollow': 'Unfollow',
'Unwatch': 'Unwatch',
@@ -101,6 +116,7 @@ var _TM = {
'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',
'Watch': 'Watch',
+ 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
'You can only select {0} item': 'You can only select {0} item',
'You can only select {0} items': 'You can only select {0} items',
'activated': 'activated',
@@ -117,6 +133,7 @@ var _TM = {
'just now': 'just now',
'loading...': 'loading...',
'member of "{0}"': 'member of "{0}"',
+ 'no commits': 'no commits',
'not active': 'not active',
'resolve comment': 'resolve comment',
'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
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
@@ -6,14 +6,18 @@
//JS translations map
var _TM = {
'(from usergroup {0})': '(from usergroup {0})',
+ '{0} file changed, ': '{0} file changed, ',
+ '{0} files changed, ': '{0} files changed, ',
'Add another comment': 'Add another comment',
'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
+ 'Ajax Request Error': 'Ajax Request Error',
'All Authors': 'All Authors',
'All individual reviewers must vote.': 'All individual reviewers must vote.',
'All reviewers must vote.': 'All reviewers must vote.',
'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
+ 'Authentication Token': 'Authentication Token',
'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
'Changed files': 'Changed files',
'Close': 'Close',
@@ -23,13 +27,16 @@ var _TM = {
'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: ',
+ 'Delete': 'Supprimer',
'Delete this comment?': 'Delete this comment?',
'Diff to Commit ': 'Diff to Commit ',
+ 'Error during search operation': 'Error during search operation',
'Expand all files': 'Expand all files',
'Expand {0} commit': 'Expand {0} commit',
'Expand {0} commits': 'Expand {0} commits',
'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
+ 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
'Follow': 'Follow',
'Force updating...': 'Force updating...',
'Hide full context diff': 'Hide full context diff',
@@ -40,6 +47,7 @@ var _TM = {
'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
'Lifetime': 'Durée de vie',
'Loading ...': 'Loading ...',
+ 'Loading diff ...': 'Loading diff ...',
'Loading failed': 'Loading failed',
'Loading more results...': 'Loading more results...',
'Loading...': 'Loading...',
@@ -68,6 +76,7 @@ var _TM = {
'Please delete {0} characters': 'Please delete {0} characters',
'Please enter {0} or more character': 'Please enter {0} or more character',
'Please enter {0} or more characters': 'Please enter {0} or more characters',
+ 'Please wait creating pull request...': 'Please wait creating pull request...',
'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
'Saving...': 'Saving...',
'Searching...': 'Searching...',
@@ -75,12 +84,14 @@ var _TM = {
'Send': 'Envoyer',
'Set status to Approved': 'Set status to Approved',
'Set status to Rejected': 'Set status to Rejected',
+ 'Show': 'Show',
'Show at Commit ': 'Show at Commit ',
'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
'Show full context diff': 'Show full context diff',
'Show more': 'Show more',
'Show selected commit __S': 'Show selected commit __S',
'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
+ 'Show this authentication token?': 'Show this authentication token?',
'Show whitespace changes': 'Show whitespace changes',
'Specified expiration date': 'Specified expiration date',
'Start following this repository': 'Suivre ce dépôt',
@@ -94,6 +105,10 @@ var _TM = {
'TODO comment': 'TODO comment',
'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
+ 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
+ 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
+ 'This pull requests will consist of {0} commit.': 'This pull requests will consist of {0} commit.',
+ 'This pull requests will consist of {0} commits.': 'This pull requests will consist of {0} commits.',
'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
'Unfollow': 'Unfollow',
'Unwatch': 'Unwatch',
@@ -101,6 +116,7 @@ var _TM = {
'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',
'Watch': 'Watch',
+ 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
'You can only select {0} item': 'You can only select {0} item',
'You can only select {0} items': 'You can only select {0} items',
'activated': 'activated',
@@ -117,6 +133,7 @@ var _TM = {
'just now': 'à l’instant',
'loading...': 'Chargement…',
'member of "{0}"': 'member of "{0}"',
+ 'no commits': 'no commits',
'not active': 'not active',
'resolve comment': 'resolve comment',
'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
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
@@ -6,14 +6,18 @@
//JS translations map
var _TM = {
'(from usergroup {0})': '(from usergroup {0})',
+ '{0} file changed, ': '{0} file changed, ',
+ '{0} files changed, ': '{0} files changed, ',
'Add another comment': 'Aggiungi un altro commento',
'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
+ 'Ajax Request Error': 'Ajax Request Error',
'All Authors': 'All Authors',
'All individual reviewers must vote.': 'All individual reviewers must vote.',
'All reviewers must vote.': 'All reviewers must vote.',
'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
+ 'Authentication Token': 'Authentication Token',
'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
'Changed files': 'Changed files',
'Close': 'Close',
@@ -23,13 +27,16 @@ var _TM = {
'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: ',
+ 'Delete': 'Elimina',
'Delete this comment?': 'Delete this comment?',
'Diff to Commit ': 'Diff to Commit ',
+ 'Error during search operation': 'Error during search operation',
'Expand all files': 'Expand all files',
'Expand {0} commit': 'Expand {0} commit',
'Expand {0} commits': 'Expand {0} commits',
'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
+ 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
'Follow': 'Segui',
'Force updating...': 'Force updating...',
'Hide full context diff': 'Hide full context diff',
@@ -40,6 +47,7 @@ var _TM = {
'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
'Lifetime': 'a vita',
'Loading ...': 'Caricamento ...',
+ 'Loading diff ...': 'Loading diff ...',
'Loading failed': 'Loading failed',
'Loading more results...': 'Loading more results...',
'Loading...': 'Loading...',
@@ -68,6 +76,7 @@ var _TM = {
'Please delete {0} characters': 'Please delete {0} characters',
'Please enter {0} or more character': 'Please enter {0} or more character',
'Please enter {0} or more characters': 'Please enter {0} or more characters',
+ 'Please wait creating pull request...': 'Please wait creating pull request...',
'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
'Saving...': 'Saving...',
'Searching...': 'Searching...',
@@ -75,12 +84,14 @@ var _TM = {
'Send': 'Invia',
'Set status to Approved': 'Set status to Approved',
'Set status to Rejected': 'Set status to Rejected',
+ 'Show': 'Show',
'Show at Commit ': 'Show at Commit ',
'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
'Show full context diff': 'Show full context diff',
'Show more': 'Mostra ancora',
'Show selected commit __S': 'Show selected commit __S',
'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
+ 'Show this authentication token?': 'Show this authentication token?',
'Show whitespace changes': 'Show whitespace changes',
'Specified expiration date': 'Specified expiration date',
'Start following this repository': 'Inizia a seguire il repository',
@@ -94,6 +105,10 @@ var _TM = {
'TODO comment': 'TODO comment',
'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
'There are currently no open pull requests requiring your participation.': 'Al momento non ci sono richieste di PULL che richiedono il tuo intervento',
+ 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
+ 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
+ 'This pull requests will consist of {0} commit.': 'This pull requests will consist of {0} commit.',
+ 'This pull requests will consist of {0} commits.': 'This pull requests will consist of {0} commits.',
'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
'Unfollow': 'Smetti di seguire',
'Unwatch': 'Unwatch',
@@ -101,6 +116,7 @@ var _TM = {
'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',
'Watch': 'Watch',
+ 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
'You can only select {0} item': 'You can only select {0} item',
'You can only select {0} items': 'You can only select {0} items',
'activated': 'activated',
@@ -117,6 +133,7 @@ var _TM = {
'just now': 'proprio ora',
'loading...': 'loading...',
'member of "{0}"': 'member of "{0}"',
+ 'no commits': 'no commits',
'not active': 'not active',
'resolve comment': 'resolve comment',
'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
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
@@ -6,14 +6,18 @@
//JS translations map
var _TM = {
'(from usergroup {0})': '(from usergroup {0})',
+ '{0} file changed, ': '{0} file changed, ',
+ '{0} files changed, ': '{0} files changed, ',
'Add another comment': '別のコメントを追加',
'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
+ 'Ajax Request Error': 'Ajax Request Error',
'All Authors': 'All Authors',
'All individual reviewers must vote.': 'All individual reviewers must vote.',
'All reviewers must vote.': 'All reviewers must vote.',
'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
+ 'Authentication Token': 'Authentication Token',
'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
'Changed files': 'Changed files',
'Close': 'Close',
@@ -23,13 +27,16 @@ var _TM = {
'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: ',
+ 'Delete': '削除',
'Delete this comment?': 'Delete this comment?',
'Diff to Commit ': 'Diff to Commit ',
+ 'Error during search operation': 'Error during search operation',
'Expand all files': 'Expand all files',
'Expand {0} commit': 'Expand {0} commit',
'Expand {0} commits': 'Expand {0} commits',
'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
+ 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
'Follow': 'フォロー',
'Force updating...': 'Force updating...',
'Hide full context diff': 'Hide full context diff',
@@ -40,6 +47,7 @@ var _TM = {
'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
'Lifetime': '有効期間',
'Loading ...': '読み込み中...',
+ 'Loading diff ...': 'Loading diff ...',
'Loading failed': '読み込み失敗',
'Loading more results...': '結果を読み込み中...',
'Loading...': 'Loading...',
@@ -68,6 +76,7 @@ var _TM = {
'Please delete {0} characters': '{0} 文字削除してください',
'Please enter {0} or more character': '{0} 文字以上入力してください',
'Please enter {0} or more characters': '{0} 文字以上入力してください',
+ 'Please wait creating pull request...': 'Please wait creating pull request...',
'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
'Saving...': 'Saving...',
'Searching...': '検索中...',
@@ -75,12 +84,14 @@ var _TM = {
'Send': '送信',
'Set status to Approved': 'ステータスを承認にする',
'Set status to Rejected': 'ステータスを拒否にする',
+ 'Show': 'Show',
'Show at Commit ': 'Show at Commit ',
'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
'Show full context diff': 'Show full context diff',
'Show more': 'もっと表示',
'Show selected commit __S': 'Show selected commit __S',
'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
+ 'Show this authentication token?': 'Show this authentication token?',
'Show whitespace changes': 'Show whitespace changes',
'Specified expiration date': 'Specified expiration date',
'Start following this repository': 'このリポジトリのフォローする',
@@ -94,6 +105,10 @@ var _TM = {
'TODO comment': 'TODO comment',
'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
+ 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
+ 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
+ 'This pull requests will consist of {0} commit.': 'This pull requests will consist of {0} commit.',
+ 'This pull requests will consist of {0} commits.': 'This pull requests will consist of {0} commits.',
'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
'Unfollow': 'アンフォロー',
'Unwatch': 'Unwatch',
@@ -101,6 +116,7 @@ var _TM = {
'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',
'Watch': 'Watch',
+ 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
'You can only select {0} item': '{0} 件のみ選択できます',
'You can only select {0} items': '{0} 件のみ選択できます',
'activated': 'activated',
@@ -117,6 +133,7 @@ var _TM = {
'just now': 'たったいま',
'loading...': '読み込み中...',
'member of "{0}"': 'member of "{0}"',
+ 'no commits': 'no commits',
'not active': 'not active',
'resolve comment': 'resolve comment',
'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
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
@@ -1,13 +1,17 @@
// AUTO GENERATED FILE FOR Babel JS-GETTEXT EXTRACTORS, DO NOT CHANGE
_gettext('(from usergroup {0})');
+_gettext('{0} file changed, ');
+_gettext('{0} files changed, ');
_gettext('Add another comment');
_gettext('Adding new reviewers is forbidden.');
+_gettext('Ajax Request Error');
_gettext('All Authors');
_gettext('All individual reviewers must vote.');
_gettext('All reviewers must vote.');
_gettext('Are you sure to close this pull request without merging?');
_gettext('At least {0} reviewer must vote.');
_gettext('At least {0} reviewers must vote.');
+_gettext('Authentication Token');
_gettext('Author is not allowed to be a reviewer.');
_gettext('Changed files');
_gettext('Close');
@@ -17,13 +21,16 @@
_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: ');
+_gettext('Delete');
_gettext('Delete this comment?');
_gettext('Diff to Commit ');
+_gettext('Error during search operation');
_gettext('Expand all files');
_gettext('Expand {0} commit');
_gettext('Expand {0} commits');
_gettext('Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.');
_gettext('Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.');
+_gettext('File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.');
_gettext('Follow');
_gettext('Force updating...');
_gettext('Hide full context diff');
@@ -34,6 +41,7 @@
_gettext('Leave a resolution comment, or click resolve button to resolve TODO comment #{0}');
_gettext('Lifetime');
_gettext('Loading ...');
+_gettext('Loading diff ...');
_gettext('Loading failed');
_gettext('Loading more results...');
_gettext('Loading...');
@@ -62,6 +70,7 @@
_gettext('Please delete {0} characters');
_gettext('Please enter {0} or more character');
_gettext('Please enter {0} or more characters');
+_gettext('Please wait creating pull request...');
_gettext('Reviewers picked from source code changes.');
_gettext('Saving...');
_gettext('Searching...');
@@ -69,12 +78,14 @@
_gettext('Send');
_gettext('Set status to Approved');
_gettext('Set status to Rejected');
+_gettext('Show');
_gettext('Show at Commit ');
_gettext('Show commit range {0} ... {1}');
_gettext('Show full context diff');
_gettext('Show more');
_gettext('Show selected commit __S');
_gettext('Show selected commits __S ... __E');
+_gettext('Show this authentication token?');
_gettext('Show whitespace changes');
_gettext('Specified expiration date');
_gettext('Start following this repository');
@@ -88,6 +99,10 @@
_gettext('TODO comment');
_gettext('TODO from comment {0} was fixed.');
_gettext('There are currently no open pull requests requiring your participation.');
+_gettext('There is a later version of file tree available. Click {0} to create a file at the latest tree.');
+_gettext('There is an existing path `{0}` at this commit.');
+_gettext('This pull requests will consist of {0} commit.');
+_gettext('This pull requests will consist of {0} commits.');
_gettext('Toggle Wide Mode diff');
_gettext('Unfollow');
_gettext('Unwatch');
@@ -95,6 +110,7 @@
_gettext('User `{0}` already in reviewers');
_gettext('User `{0}` not allowed to be a reviewer');
_gettext('Watch');
+_gettext('Yes, delete comment #{0}!');
_gettext('You can only select {0} item');
_gettext('You can only select {0} items');
_gettext('activated');
@@ -111,6 +127,7 @@
_gettext('just now');
_gettext('loading...');
_gettext('member of "{0}"');
+_gettext('no commits');
_gettext('not active');
_gettext('resolve comment');
_gettext('showing {0} out of {1} commit');
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
@@ -6,14 +6,18 @@
//JS translations map
var _TM = {
'(from usergroup {0})': '(from usergroup {0})',
+ '{0} file changed, ': '{0} file changed, ',
+ '{0} files changed, ': '{0} files changed, ',
'Add another comment': 'Dodaj kolejny komentarz',
'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
+ 'Ajax Request Error': 'Ajax Request Error',
'All Authors': 'All Authors',
'All individual reviewers must vote.': 'All individual reviewers must vote.',
'All reviewers must vote.': 'All reviewers must vote.',
'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
+ 'Authentication Token': 'Authentication Token',
'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
'Changed files': 'Changed files',
'Close': 'Zamknij',
@@ -23,13 +27,16 @@ var _TM = {
'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: ',
+ 'Delete': 'Usuń',
'Delete this comment?': 'Delete this comment?',
'Diff to Commit ': 'Diff to Commit ',
+ 'Error during search operation': 'Error during search operation',
'Expand all files': 'Expand all files',
'Expand {0} commit': 'Expand {0} commit',
'Expand {0} commits': 'Expand {0} commits',
'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
+ 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
'Follow': 'Obserwuj',
'Force updating...': 'Force updating...',
'Hide full context diff': 'Hide full context diff',
@@ -40,6 +47,7 @@ var _TM = {
'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
'Lifetime': 'Czas życia',
'Loading ...': 'Ładuję...',
+ 'Loading diff ...': 'Loading diff ...',
'Loading failed': 'Loading failed',
'Loading more results...': 'Loading more results...',
'Loading...': 'Loading...',
@@ -68,6 +76,7 @@ var _TM = {
'Please delete {0} characters': 'Please delete {0} characters',
'Please enter {0} or more character': 'Please enter {0} or more character',
'Please enter {0} or more characters': 'Please enter {0} or more characters',
+ 'Please wait creating pull request...': 'Please wait creating pull request...',
'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
'Saving...': 'Saving...',
'Searching...': 'Searching...',
@@ -75,12 +84,14 @@ var _TM = {
'Send': 'Wyślij',
'Set status to Approved': 'Set status to Approved',
'Set status to Rejected': 'Set status to Rejected',
+ 'Show': 'Show',
'Show at Commit ': 'Show at Commit ',
'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
'Show full context diff': 'Show full context diff',
'Show more': 'Pokaż więcej',
'Show selected commit __S': 'Show selected commit __S',
'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
+ 'Show this authentication token?': 'Show this authentication token?',
'Show whitespace changes': 'Show whitespace changes',
'Specified expiration date': 'Specified expiration date',
'Start following this repository': 'Zacznij obserwację tego repozytorium',
@@ -94,6 +105,10 @@ var _TM = {
'TODO comment': 'TODO comment',
'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
+ 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
+ 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
+ 'This pull requests will consist of {0} commit.': 'This pull requests will consist of {0} commit.',
+ 'This pull requests will consist of {0} commits.': 'This pull requests will consist of {0} commits.',
'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
'Unfollow': 'Nie obserwuj',
'Unwatch': 'Unwatch',
@@ -101,6 +116,7 @@ var _TM = {
'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',
'Watch': 'Watch',
+ 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
'You can only select {0} item': 'You can only select {0} item',
'You can only select {0} items': 'You can only select {0} items',
'activated': 'activated',
@@ -117,6 +133,7 @@ var _TM = {
'just now': 'przed chwilą',
'loading...': 'wczytywanie...',
'member of "{0}"': 'member of "{0}"',
+ 'no commits': 'no commits',
'not active': 'not active',
'resolve comment': 'resolve comment',
'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
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
@@ -6,14 +6,18 @@
//JS translations map
var _TM = {
'(from usergroup {0})': '(from usergroup {0})',
+ '{0} file changed, ': '{0} file changed, ',
+ '{0} files changed, ': '{0} files changed, ',
'Add another comment': 'Adicionar outro comentário',
'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
+ 'Ajax Request Error': 'Ajax Request Error',
'All Authors': 'All Authors',
'All individual reviewers must vote.': 'All individual reviewers must vote.',
'All reviewers must vote.': 'All reviewers must vote.',
'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
+ 'Authentication Token': 'Authentication Token',
'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
'Changed files': 'Changed files',
'Close': 'Close',
@@ -23,13 +27,16 @@ var _TM = {
'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: ',
+ 'Delete': 'Excluir',
'Delete this comment?': 'Delete this comment?',
'Diff to Commit ': 'Diff to Commit ',
+ 'Error during search operation': 'Error during search operation',
'Expand all files': 'Expand all files',
'Expand {0} commit': 'Expand {0} commit',
'Expand {0} commits': 'Expand {0} commits',
'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
+ 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
'Follow': 'Seguir',
'Force updating...': 'Force updating...',
'Hide full context diff': 'Hide full context diff',
@@ -40,6 +47,7 @@ var _TM = {
'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
'Lifetime': 'Tempo de Vida',
'Loading ...': 'Carregando...',
+ 'Loading diff ...': 'Loading diff ...',
'Loading failed': 'Loading failed',
'Loading more results...': 'Loading more results...',
'Loading...': 'Loading...',
@@ -68,6 +76,7 @@ var _TM = {
'Please delete {0} characters': 'Please delete {0} characters',
'Please enter {0} or more character': 'Please enter {0} or more character',
'Please enter {0} or more characters': 'Please enter {0} or more characters',
+ 'Please wait creating pull request...': 'Please wait creating pull request...',
'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
'Saving...': 'Saving...',
'Searching...': 'Searching...',
@@ -75,12 +84,14 @@ var _TM = {
'Send': 'Enviar',
'Set status to Approved': 'Set status to Approved',
'Set status to Rejected': 'Set status to Rejected',
+ 'Show': 'Show',
'Show at Commit ': 'Show at Commit ',
'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
'Show full context diff': 'Show full context diff',
'Show more': 'Mostrar mais',
'Show selected commit __S': 'Show selected commit __S',
'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
+ 'Show this authentication token?': 'Show this authentication token?',
'Show whitespace changes': 'Show whitespace changes',
'Specified expiration date': 'Specified expiration date',
'Start following this repository': 'Passar a seguir este repositório',
@@ -94,6 +105,10 @@ var _TM = {
'TODO comment': 'TODO comment',
'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
+ 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
+ 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
+ 'This pull requests will consist of {0} commit.': 'This pull requests will consist of {0} commit.',
+ 'This pull requests will consist of {0} commits.': 'This pull requests will consist of {0} commits.',
'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
'Unfollow': 'Parar de seguir',
'Unwatch': 'Unwatch',
@@ -101,6 +116,7 @@ var _TM = {
'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',
'Watch': 'Watch',
+ 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
'You can only select {0} item': 'You can only select {0} item',
'You can only select {0} items': 'You can only select {0} items',
'activated': 'activated',
@@ -117,6 +133,7 @@ var _TM = {
'just now': 'agora há pouco',
'loading...': 'loading...',
'member of "{0}"': 'member of "{0}"',
+ 'no commits': 'no commits',
'not active': 'not active',
'resolve comment': 'resolve comment',
'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
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
@@ -6,14 +6,18 @@
//JS translations map
var _TM = {
'(from usergroup {0})': '(from usergroup {0})',
+ '{0} file changed, ': '{0} file changed, ',
+ '{0} files changed, ': '{0} files changed, ',
'Add another comment': 'Добавить другой комментарий',
'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
+ 'Ajax Request Error': 'Ajax Request Error',
'All Authors': 'All Authors',
'All individual reviewers must vote.': 'All individual reviewers must vote.',
'All reviewers must vote.': 'All reviewers must vote.',
'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
+ 'Authentication Token': 'Authentication Token',
'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
'Changed files': 'Changed files',
'Close': 'Close',
@@ -23,13 +27,16 @@ var _TM = {
'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: ',
+ 'Delete': 'Удалить',
'Delete this comment?': 'Delete this comment?',
'Diff to Commit ': 'Diff to Commit ',
+ 'Error during search operation': 'Error during search operation',
'Expand all files': 'Expand all files',
'Expand {0} commit': 'Expand {0} commit',
'Expand {0} commits': 'Expand {0} commits',
'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
+ 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
'Follow': 'Наблюдать',
'Force updating...': 'Force updating...',
'Hide full context diff': 'Hide full context diff',
@@ -40,6 +47,7 @@ var _TM = {
'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
'Lifetime': 'Срок',
'Loading ...': 'Загрузка...',
+ 'Loading diff ...': 'Loading diff ...',
'Loading failed': 'Loading failed',
'Loading more results...': 'Loading more results...',
'Loading...': 'Loading...',
@@ -68,6 +76,7 @@ var _TM = {
'Please delete {0} characters': 'Please delete {0} characters',
'Please enter {0} or more character': 'Please enter {0} or more character',
'Please enter {0} or more characters': 'Please enter {0} or more characters',
+ 'Please wait creating pull request...': 'Please wait creating pull request...',
'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
'Saving...': 'Saving...',
'Searching...': 'Searching...',
@@ -75,12 +84,14 @@ var _TM = {
'Send': 'Отправить',
'Set status to Approved': 'Set status to Approved',
'Set status to Rejected': 'Set status to Rejected',
+ 'Show': 'Show',
'Show at Commit ': 'Show at Commit ',
'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
'Show full context diff': 'Show full context diff',
'Show more': 'Показать еще',
'Show selected commit __S': 'Show selected commit __S',
'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
+ 'Show this authentication token?': 'Show this authentication token?',
'Show whitespace changes': 'Show whitespace changes',
'Specified expiration date': 'Specified expiration date',
'Start following this repository': 'Наблюдать за репозиторием',
@@ -94,6 +105,10 @@ var _TM = {
'TODO comment': 'TODO comment',
'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
+ 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
+ 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
+ 'This pull requests will consist of {0} commit.': 'This pull requests will consist of {0} commit.',
+ 'This pull requests will consist of {0} commits.': 'This pull requests will consist of {0} commits.',
'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
'Unfollow': 'Не наблюдать',
'Unwatch': 'Unwatch',
@@ -101,6 +116,7 @@ var _TM = {
'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',
'Watch': 'Watch',
+ 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
'You can only select {0} item': 'You can only select {0} item',
'You can only select {0} items': 'You can only select {0} items',
'activated': 'activated',
@@ -117,6 +133,7 @@ var _TM = {
'just now': 'прямо сейчас',
'loading...': 'загрузка...',
'member of "{0}"': 'member of "{0}"',
+ 'no commits': 'no commits',
'not active': 'not active',
'resolve comment': 'resolve comment',
'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
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
@@ -6,14 +6,18 @@
//JS translations map
var _TM = {
'(from usergroup {0})': '(from usergroup {0})',
+ '{0} file changed, ': '{0} file changed, ',
+ '{0} files changed, ': '{0} files changed, ',
'Add another comment': 'Add another comment',
'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
+ 'Ajax Request Error': 'Ajax Request Error',
'All Authors': 'All Authors',
'All individual reviewers must vote.': 'All individual reviewers must vote.',
'All reviewers must vote.': 'All reviewers must vote.',
'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
+ 'Authentication Token': 'Authentication Token',
'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
'Changed files': 'Changed files',
'Close': 'Close',
@@ -23,13 +27,16 @@ var _TM = {
'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: ',
+ 'Delete': '删除',
'Delete this comment?': 'Delete this comment?',
'Diff to Commit ': 'Diff to Commit ',
+ 'Error during search operation': 'Error during search operation',
'Expand all files': 'Expand all files',
'Expand {0} commit': 'Expand {0} commit',
'Expand {0} commits': 'Expand {0} commits',
'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
+ 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
'Follow': 'Follow',
'Force updating...': 'Force updating...',
'Hide full context diff': 'Hide full context diff',
@@ -40,6 +47,7 @@ var _TM = {
'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
'Lifetime': '终身',
'Loading ...': 'Loading ...',
+ 'Loading diff ...': 'Loading diff ...',
'Loading failed': 'Loading failed',
'Loading more results...': 'Loading more results...',
'Loading...': 'Loading...',
@@ -68,6 +76,7 @@ var _TM = {
'Please delete {0} characters': 'Please delete {0} characters',
'Please enter {0} or more character': 'Please enter {0} or more character',
'Please enter {0} or more characters': 'Please enter {0} or more characters',
+ 'Please wait creating pull request...': 'Please wait creating pull request...',
'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
'Saving...': 'Saving...',
'Searching...': 'Searching...',
@@ -75,12 +84,14 @@ var _TM = {
'Send': '发送',
'Set status to Approved': 'Set status to Approved',
'Set status to Rejected': 'Set status to Rejected',
+ 'Show': 'Show',
'Show at Commit ': 'Show at Commit ',
'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
'Show full context diff': 'Show full context diff',
'Show more': 'Show more',
'Show selected commit __S': 'Show selected commit __S',
'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
+ 'Show this authentication token?': 'Show this authentication token?',
'Show whitespace changes': 'Show whitespace changes',
'Specified expiration date': 'Specified expiration date',
'Start following this repository': '开始关注该版本库',
@@ -94,6 +105,10 @@ var _TM = {
'TODO comment': 'TODO comment',
'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
+ 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
+ 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
+ 'This pull requests will consist of {0} commit.': 'This pull requests will consist of {0} commit.',
+ 'This pull requests will consist of {0} commits.': 'This pull requests will consist of {0} commits.',
'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
'Unfollow': 'Unfollow',
'Unwatch': 'Unwatch',
@@ -101,6 +116,7 @@ var _TM = {
'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',
'Watch': 'Watch',
+ 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
'You can only select {0} item': 'You can only select {0} item',
'You can only select {0} items': 'You can only select {0} items',
'activated': 'activated',
@@ -117,6 +133,7 @@ var _TM = {
'just now': '刚刚',
'loading...': 'loading...',
'member of "{0}"': 'member of "{0}"',
+ 'no commits': 'no commits',
'not active': 'not active',
'resolve comment': 'resolve comment',
'showing {0} out of {1} commit': 'showing {0} out of {1} commit',