Show More
@@ -17,6 +17,7 b' done = true' | |||||
17 | done = true |
|
17 | done = true | |
18 |
|
18 | |||
19 | [task:updated_translation] |
|
19 | [task:updated_translation] | |
|
20 | done = true | |||
20 |
|
21 | |||
21 | [release] |
|
22 | [release] | |
22 | state = in_progress |
|
23 | state = in_progress |
@@ -13,14 +13,18 b' var _TM = {' | |||||
13 | 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.', |
|
13 | 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.', | |
14 | 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.', |
|
14 | 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.', | |
15 | 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.', |
|
15 | 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.', | |
|
16 | 'Changed files': 'Changed files', | |||
16 | 'Close': 'Close', |
|
17 | 'Close': 'Close', | |
17 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
18 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
18 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', |
|
19 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', | |
|
20 | 'Context file: ': 'Context file: ', | |||
19 | 'Delete this comment?': 'Delete this comment?', |
|
21 | 'Delete this comment?': 'Delete this comment?', | |
20 | 'Diff to Commit ': 'Diff to Commit ', |
|
22 | 'Diff to Commit ': 'Diff to Commit ', | |
21 | 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.', |
|
23 | 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.', | |
22 | 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', |
|
24 | 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', | |
23 | 'Follow': 'Follow', |
|
25 | 'Follow': 'Follow', | |
|
26 | 'Hide full context diff': 'Hide full context diff', | |||
|
27 | 'Hide whitespace changes': 'Hide whitespace changes', | |||
24 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
28 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
25 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', |
|
29 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', | |
26 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', |
|
30 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', | |
@@ -59,9 +63,11 b' var _TM = {' | |||||
59 | 'Set status to Approved': 'Set status to Approved', |
|
63 | 'Set status to Approved': 'Set status to Approved', | |
60 | 'Set status to Rejected': 'Set status to Rejected', |
|
64 | 'Set status to Rejected': 'Set status to Rejected', | |
61 | 'Show at Commit ': 'Show at Commit ', |
|
65 | 'Show at Commit ': 'Show at Commit ', | |
|
66 | 'Show full context diff': 'Show full context diff', | |||
62 | 'Show more': 'Show more', |
|
67 | 'Show more': 'Show more', | |
63 | 'Show selected commit __S': 'Show selected commit __S', |
|
68 | 'Show selected commit __S': 'Show selected commit __S', | |
64 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', |
|
69 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |
|
70 | 'Show whitespace changes': 'Show whitespace changes', | |||
65 | 'Specified expiration date': 'Specified expiration date', |
|
71 | 'Specified expiration date': 'Specified expiration date', | |
66 | 'Start following this repository': 'Start following this repository', |
|
72 | 'Start following this repository': 'Start following this repository', | |
67 | 'Status Review': 'Status Review', |
|
73 | 'Status Review': 'Status Review', | |
@@ -72,6 +78,7 b' var _TM = {' | |||||
72 | 'TODO comment': 'TODO comment', |
|
78 | 'TODO comment': 'TODO comment', | |
73 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', |
|
79 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |
74 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
80 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
|
81 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', | |||
75 | 'Unfollow': 'Unfollow', |
|
82 | 'Unfollow': 'Unfollow', | |
76 | 'Updating...': 'Updating...', |
|
83 | 'Updating...': 'Updating...', | |
77 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
|
84 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
@@ -13,14 +13,18 b' var _TM = {' | |||||
13 | 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.', |
|
13 | 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.', | |
14 | 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.', |
|
14 | 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.', | |
15 | 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.', |
|
15 | 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.', | |
|
16 | 'Changed files': 'Changed files', | |||
16 | 'Close': 'Close', |
|
17 | 'Close': 'Close', | |
17 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
18 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
18 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', |
|
19 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', | |
|
20 | 'Context file: ': 'Context file: ', | |||
19 | 'Delete this comment?': 'Delete this comment?', |
|
21 | 'Delete this comment?': 'Delete this comment?', | |
20 | 'Diff to Commit ': 'Diff to Commit ', |
|
22 | 'Diff to Commit ': 'Diff to Commit ', | |
21 | 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.', |
|
23 | 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.', | |
22 | 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', |
|
24 | 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', | |
23 | 'Follow': 'Follow', |
|
25 | 'Follow': 'Follow', | |
|
26 | 'Hide full context diff': 'Hide full context diff', | |||
|
27 | 'Hide whitespace changes': 'Hide whitespace changes', | |||
24 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
28 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
25 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', |
|
29 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', | |
26 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', |
|
30 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', | |
@@ -59,9 +63,11 b' var _TM = {' | |||||
59 | 'Set status to Approved': 'Set status to Approved', |
|
63 | 'Set status to Approved': 'Set status to Approved', | |
60 | 'Set status to Rejected': 'Set status to Rejected', |
|
64 | 'Set status to Rejected': 'Set status to Rejected', | |
61 | 'Show at Commit ': 'Show at Commit ', |
|
65 | 'Show at Commit ': 'Show at Commit ', | |
|
66 | 'Show full context diff': 'Show full context diff', | |||
62 | 'Show more': 'Show more', |
|
67 | 'Show more': 'Show more', | |
63 | 'Show selected commit __S': 'Show selected commit __S', |
|
68 | 'Show selected commit __S': 'Show selected commit __S', | |
64 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', |
|
69 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |
|
70 | 'Show whitespace changes': 'Show whitespace changes', | |||
65 | 'Specified expiration date': 'Specified expiration date', |
|
71 | 'Specified expiration date': 'Specified expiration date', | |
66 | 'Start following this repository': 'Start following this repository', |
|
72 | 'Start following this repository': 'Start following this repository', | |
67 | 'Status Review': 'Status Review', |
|
73 | 'Status Review': 'Status Review', | |
@@ -72,6 +78,7 b' var _TM = {' | |||||
72 | 'TODO comment': 'TODO comment', |
|
78 | 'TODO comment': 'TODO comment', | |
73 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', |
|
79 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |
74 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
80 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
|
81 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', | |||
75 | 'Unfollow': 'Unfollow', |
|
82 | 'Unfollow': 'Unfollow', | |
76 | 'Updating...': 'Updating...', |
|
83 | 'Updating...': 'Updating...', | |
77 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
|
84 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
@@ -13,14 +13,18 b' var _TM = {' | |||||
13 | 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.', |
|
13 | 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.', | |
14 | 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.', |
|
14 | 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.', | |
15 | 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.', |
|
15 | 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.', | |
|
16 | 'Changed files': 'Changed files', | |||
16 | 'Close': 'Close', |
|
17 | 'Close': 'Close', | |
17 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
18 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
18 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', |
|
19 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', | |
|
20 | 'Context file: ': 'Context file: ', | |||
19 | 'Delete this comment?': 'Delete this comment?', |
|
21 | 'Delete this comment?': 'Delete this comment?', | |
20 | 'Diff to Commit ': 'Diff to Commit ', |
|
22 | 'Diff to Commit ': 'Diff to Commit ', | |
21 | 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.', |
|
23 | 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.', | |
22 | 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', |
|
24 | 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', | |
23 | 'Follow': 'Follow', |
|
25 | 'Follow': 'Follow', | |
|
26 | 'Hide full context diff': 'Hide full context diff', | |||
|
27 | 'Hide whitespace changes': 'Hide whitespace changes', | |||
24 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
28 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
25 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', |
|
29 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', | |
26 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', |
|
30 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', | |
@@ -59,9 +63,11 b' var _TM = {' | |||||
59 | 'Set status to Approved': 'Set status to Approved', |
|
63 | 'Set status to Approved': 'Set status to Approved', | |
60 | 'Set status to Rejected': 'Set status to Rejected', |
|
64 | 'Set status to Rejected': 'Set status to Rejected', | |
61 | 'Show at Commit ': 'Show at Commit ', |
|
65 | 'Show at Commit ': 'Show at Commit ', | |
|
66 | 'Show full context diff': 'Show full context diff', | |||
62 | 'Show more': 'Show more', |
|
67 | 'Show more': 'Show more', | |
63 | 'Show selected commit __S': 'Show selected commit __S', |
|
68 | 'Show selected commit __S': 'Show selected commit __S', | |
64 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', |
|
69 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |
|
70 | 'Show whitespace changes': 'Show whitespace changes', | |||
65 | 'Specified expiration date': 'Specified expiration date', |
|
71 | 'Specified expiration date': 'Specified expiration date', | |
66 | 'Start following this repository': 'Start following this repository', |
|
72 | 'Start following this repository': 'Start following this repository', | |
67 | 'Status Review': 'Status Review', |
|
73 | 'Status Review': 'Status Review', | |
@@ -72,6 +78,7 b' var _TM = {' | |||||
72 | 'TODO comment': 'TODO comment', |
|
78 | 'TODO comment': 'TODO comment', | |
73 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', |
|
79 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |
74 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
80 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
|
81 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', | |||
75 | 'Unfollow': 'Unfollow', |
|
82 | 'Unfollow': 'Unfollow', | |
76 | 'Updating...': 'Updating...', |
|
83 | 'Updating...': 'Updating...', | |
77 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
|
84 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
@@ -13,14 +13,18 b' var _TM = {' | |||||
13 | 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.', |
|
13 | 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.', | |
14 | 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.', |
|
14 | 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.', | |
15 | 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.', |
|
15 | 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.', | |
|
16 | 'Changed files': 'Changed files', | |||
16 | 'Close': 'Close', |
|
17 | 'Close': 'Close', | |
17 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
18 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
18 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', |
|
19 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', | |
|
20 | 'Context file: ': 'Context file: ', | |||
19 | 'Delete this comment?': 'Delete this comment?', |
|
21 | 'Delete this comment?': 'Delete this comment?', | |
20 | 'Diff to Commit ': 'Diff to Commit ', |
|
22 | 'Diff to Commit ': 'Diff to Commit ', | |
21 | 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.', |
|
23 | 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.', | |
22 | 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', |
|
24 | 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', | |
23 | 'Follow': 'Follow', |
|
25 | 'Follow': 'Follow', | |
|
26 | 'Hide full context diff': 'Hide full context diff', | |||
|
27 | 'Hide whitespace changes': 'Hide whitespace changes', | |||
24 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
28 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
25 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', |
|
29 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', | |
26 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', |
|
30 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', | |
@@ -59,9 +63,11 b' var _TM = {' | |||||
59 | 'Set status to Approved': 'Set status to Approved', |
|
63 | 'Set status to Approved': 'Set status to Approved', | |
60 | 'Set status to Rejected': 'Set status to Rejected', |
|
64 | 'Set status to Rejected': 'Set status to Rejected', | |
61 | 'Show at Commit ': 'Show at Commit ', |
|
65 | 'Show at Commit ': 'Show at Commit ', | |
|
66 | 'Show full context diff': 'Show full context diff', | |||
62 | 'Show more': 'Show more', |
|
67 | 'Show more': 'Show more', | |
63 | 'Show selected commit __S': 'Show selected commit __S', |
|
68 | 'Show selected commit __S': 'Show selected commit __S', | |
64 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', |
|
69 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |
|
70 | 'Show whitespace changes': 'Show whitespace changes', | |||
65 | 'Specified expiration date': 'Specified expiration date', |
|
71 | 'Specified expiration date': 'Specified expiration date', | |
66 | 'Start following this repository': 'Start following this repository', |
|
72 | 'Start following this repository': 'Start following this repository', | |
67 | 'Status Review': 'Status Review', |
|
73 | 'Status Review': 'Status Review', | |
@@ -72,6 +78,7 b' var _TM = {' | |||||
72 | 'TODO comment': 'TODO comment', |
|
78 | 'TODO comment': 'TODO comment', | |
73 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', |
|
79 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |
74 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
80 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
|
81 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', | |||
75 | 'Unfollow': 'Unfollow', |
|
82 | 'Unfollow': 'Unfollow', | |
76 | 'Updating...': 'Updating...', |
|
83 | 'Updating...': 'Updating...', | |
77 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
|
84 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
@@ -13,14 +13,18 b' var _TM = {' | |||||
13 | 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.', |
|
13 | 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.', | |
14 | 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.', |
|
14 | 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.', | |
15 | 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.', |
|
15 | 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.', | |
|
16 | 'Changed files': 'Changed files', | |||
16 | 'Close': 'Close', |
|
17 | 'Close': 'Close', | |
17 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
18 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
18 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', |
|
19 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', | |
|
20 | 'Context file: ': 'Context file: ', | |||
19 | 'Delete this comment?': 'Delete this comment?', |
|
21 | 'Delete this comment?': 'Delete this comment?', | |
20 | 'Diff to Commit ': 'Diff to Commit ', |
|
22 | 'Diff to Commit ': 'Diff to Commit ', | |
21 | 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.', |
|
23 | 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.', | |
22 | 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', |
|
24 | 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', | |
23 | 'Follow': 'Follow', |
|
25 | 'Follow': 'Follow', | |
|
26 | 'Hide full context diff': 'Hide full context diff', | |||
|
27 | 'Hide whitespace changes': 'Hide whitespace changes', | |||
24 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
28 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
25 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', |
|
29 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', | |
26 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', |
|
30 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', | |
@@ -59,9 +63,11 b' var _TM = {' | |||||
59 | 'Set status to Approved': 'Set status to Approved', |
|
63 | 'Set status to Approved': 'Set status to Approved', | |
60 | 'Set status to Rejected': 'Set status to Rejected', |
|
64 | 'Set status to Rejected': 'Set status to Rejected', | |
61 | 'Show at Commit ': 'Show at Commit ', |
|
65 | 'Show at Commit ': 'Show at Commit ', | |
|
66 | 'Show full context diff': 'Show full context diff', | |||
62 | 'Show more': 'Show more', |
|
67 | 'Show more': 'Show more', | |
63 | 'Show selected commit __S': 'Show selected commit __S', |
|
68 | 'Show selected commit __S': 'Show selected commit __S', | |
64 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', |
|
69 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |
|
70 | 'Show whitespace changes': 'Show whitespace changes', | |||
65 | 'Specified expiration date': 'Specified expiration date', |
|
71 | 'Specified expiration date': 'Specified expiration date', | |
66 | 'Start following this repository': 'Suivre ce dépôt', |
|
72 | 'Start following this repository': 'Suivre ce dépôt', | |
67 | 'Status Review': 'Status Review', |
|
73 | 'Status Review': 'Status Review', | |
@@ -72,6 +78,7 b' var _TM = {' | |||||
72 | 'TODO comment': 'TODO comment', |
|
78 | 'TODO comment': 'TODO comment', | |
73 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', |
|
79 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |
74 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
80 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
|
81 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', | |||
75 | 'Unfollow': 'Unfollow', |
|
82 | 'Unfollow': 'Unfollow', | |
76 | 'Updating...': 'Updating...', |
|
83 | 'Updating...': 'Updating...', | |
77 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
|
84 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
@@ -13,14 +13,18 b' var _TM = {' | |||||
13 | 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.', |
|
13 | 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.', | |
14 | 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.', |
|
14 | 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.', | |
15 | 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.', |
|
15 | 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.', | |
|
16 | 'Changed files': 'Changed files', | |||
16 | 'Close': 'Close', |
|
17 | 'Close': 'Close', | |
17 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
18 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
18 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', |
|
19 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', | |
|
20 | 'Context file: ': 'Context file: ', | |||
19 | 'Delete this comment?': 'Delete this comment?', |
|
21 | 'Delete this comment?': 'Delete this comment?', | |
20 | 'Diff to Commit ': 'Diff to Commit ', |
|
22 | 'Diff to Commit ': 'Diff to Commit ', | |
21 | 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.', |
|
23 | 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.', | |
22 | 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', |
|
24 | 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', | |
23 | 'Follow': 'Segui', |
|
25 | 'Follow': 'Segui', | |
|
26 | 'Hide full context diff': 'Hide full context diff', | |||
|
27 | 'Hide whitespace changes': 'Hide whitespace changes', | |||
24 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
28 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
25 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', |
|
29 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', | |
26 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', |
|
30 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', | |
@@ -59,9 +63,11 b' var _TM = {' | |||||
59 | 'Set status to Approved': 'Set status to Approved', |
|
63 | 'Set status to Approved': 'Set status to Approved', | |
60 | 'Set status to Rejected': 'Set status to Rejected', |
|
64 | 'Set status to Rejected': 'Set status to Rejected', | |
61 | 'Show at Commit ': 'Show at Commit ', |
|
65 | 'Show at Commit ': 'Show at Commit ', | |
|
66 | 'Show full context diff': 'Show full context diff', | |||
62 | 'Show more': 'Mostra ancora', |
|
67 | 'Show more': 'Mostra ancora', | |
63 | 'Show selected commit __S': 'Show selected commit __S', |
|
68 | 'Show selected commit __S': 'Show selected commit __S', | |
64 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', |
|
69 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |
|
70 | 'Show whitespace changes': 'Show whitespace changes', | |||
65 | 'Specified expiration date': 'Specified expiration date', |
|
71 | 'Specified expiration date': 'Specified expiration date', | |
66 | 'Start following this repository': 'Inizia a seguire il repository', |
|
72 | 'Start following this repository': 'Inizia a seguire il repository', | |
67 | 'Status Review': 'Status Review', |
|
73 | 'Status Review': 'Status Review', | |
@@ -72,6 +78,7 b' var _TM = {' | |||||
72 | 'TODO comment': 'TODO comment', |
|
78 | 'TODO comment': 'TODO comment', | |
73 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', |
|
79 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |
74 | 'There are currently no open pull requests requiring your participation.': 'Al momento non ci sono richieste di PULL che richiedono il tuo intervento', |
|
80 | 'There are currently no open pull requests requiring your participation.': 'Al momento non ci sono richieste di PULL che richiedono il tuo intervento', | |
|
81 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', | |||
75 | 'Unfollow': 'Smetti di seguire', |
|
82 | 'Unfollow': 'Smetti di seguire', | |
76 | 'Updating...': 'Updating...', |
|
83 | 'Updating...': 'Updating...', | |
77 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
|
84 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
@@ -13,14 +13,18 b' var _TM = {' | |||||
13 | 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.', |
|
13 | 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.', | |
14 | 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.', |
|
14 | 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.', | |
15 | 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.', |
|
15 | 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.', | |
|
16 | 'Changed files': 'Changed files', | |||
16 | 'Close': 'Close', |
|
17 | 'Close': 'Close', | |
17 | 'Comment text will be set automatically based on currently selected status ({0}) ...': '選択したステータス ({0}) を元にコメントが自動的に設定されます...', |
|
18 | 'Comment text will be set automatically based on currently selected status ({0}) ...': '選択したステータス ({0}) を元にコメントが自動的に設定されます...', | |
18 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', |
|
19 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', | |
|
20 | 'Context file: ': 'Context file: ', | |||
19 | 'Delete this comment?': 'Delete this comment?', |
|
21 | 'Delete this comment?': 'Delete this comment?', | |
20 | 'Diff to Commit ': 'Diff to Commit ', |
|
22 | 'Diff to Commit ': 'Diff to Commit ', | |
21 | 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.', |
|
23 | 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.', | |
22 | 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', |
|
24 | 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', | |
23 | 'Follow': 'フォロー', |
|
25 | 'Follow': 'フォロー', | |
|
26 | 'Hide full context diff': 'Hide full context diff', | |||
|
27 | 'Hide whitespace changes': 'Hide whitespace changes', | |||
24 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
28 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
25 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', |
|
29 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', | |
26 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', |
|
30 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', | |
@@ -59,9 +63,11 b' var _TM = {' | |||||
59 | 'Set status to Approved': 'ステータスを承認にする', |
|
63 | 'Set status to Approved': 'ステータスを承認にする', | |
60 | 'Set status to Rejected': 'ステータスを拒否にする', |
|
64 | 'Set status to Rejected': 'ステータスを拒否にする', | |
61 | 'Show at Commit ': 'Show at Commit ', |
|
65 | 'Show at Commit ': 'Show at Commit ', | |
|
66 | 'Show full context diff': 'Show full context diff', | |||
62 | 'Show more': 'もっと表示', |
|
67 | 'Show more': 'もっと表示', | |
63 | 'Show selected commit __S': 'Show selected commit __S', |
|
68 | 'Show selected commit __S': 'Show selected commit __S', | |
64 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', |
|
69 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |
|
70 | 'Show whitespace changes': 'Show whitespace changes', | |||
65 | 'Specified expiration date': 'Specified expiration date', |
|
71 | 'Specified expiration date': 'Specified expiration date', | |
66 | 'Start following this repository': 'このリポジトリのフォローする', |
|
72 | 'Start following this repository': 'このリポジトリのフォローする', | |
67 | 'Status Review': 'ステータスレビュー', |
|
73 | 'Status Review': 'ステータスレビュー', | |
@@ -72,6 +78,7 b' var _TM = {' | |||||
72 | 'TODO comment': 'TODO comment', |
|
78 | 'TODO comment': 'TODO comment', | |
73 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', |
|
79 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |
74 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
80 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
|
81 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', | |||
75 | 'Unfollow': 'アンフォロー', |
|
82 | 'Unfollow': 'アンフォロー', | |
76 | 'Updating...': 'Updating...', |
|
83 | 'Updating...': 'Updating...', | |
77 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
|
84 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
@@ -7,14 +7,18 b'' | |||||
7 | _gettext('At least {0} reviewer must vote.'); |
|
7 | _gettext('At least {0} reviewer must vote.'); | |
8 | _gettext('At least {0} reviewers must vote.'); |
|
8 | _gettext('At least {0} reviewers must vote.'); | |
9 | _gettext('Author is not allowed to be a reviewer.'); |
|
9 | _gettext('Author is not allowed to be a reviewer.'); | |
|
10 | _gettext('Changed files'); | |||
10 | _gettext('Close'); |
|
11 | _gettext('Close'); | |
11 | _gettext('Comment text will be set automatically based on currently selected status ({0}) ...'); |
|
12 | _gettext('Comment text will be set automatically based on currently selected status ({0}) ...'); | |
12 | _gettext('Commit Authors are not allowed to be a reviewer.'); |
|
13 | _gettext('Commit Authors are not allowed to be a reviewer.'); | |
|
14 | _gettext('Context file: '); | |||
13 | _gettext('Delete this comment?'); |
|
15 | _gettext('Delete this comment?'); | |
14 | _gettext('Diff to Commit '); |
|
16 | _gettext('Diff to Commit '); | |
15 | _gettext('Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.'); |
|
17 | _gettext('Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.'); | |
16 | _gettext('Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.'); |
|
18 | _gettext('Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.'); | |
17 | _gettext('Follow'); |
|
19 | _gettext('Follow'); | |
|
20 | _gettext('Hide full context diff'); | |||
|
21 | _gettext('Hide whitespace changes'); | |||
18 | _gettext('Invite reviewers to this discussion'); |
|
22 | _gettext('Invite reviewers to this discussion'); | |
19 | _gettext('Leave a comment on line {0}.'); |
|
23 | _gettext('Leave a comment on line {0}.'); | |
20 | _gettext('Leave a comment, or click resolve button to resolve TODO comment #{0}'); |
|
24 | _gettext('Leave a comment, or click resolve button to resolve TODO comment #{0}'); | |
@@ -53,9 +57,11 b'' | |||||
53 | _gettext('Set status to Approved'); |
|
57 | _gettext('Set status to Approved'); | |
54 | _gettext('Set status to Rejected'); |
|
58 | _gettext('Set status to Rejected'); | |
55 | _gettext('Show at Commit '); |
|
59 | _gettext('Show at Commit '); | |
|
60 | _gettext('Show full context diff'); | |||
56 | _gettext('Show more'); |
|
61 | _gettext('Show more'); | |
57 | _gettext('Show selected commit __S'); |
|
62 | _gettext('Show selected commit __S'); | |
58 | _gettext('Show selected commits __S ... __E'); |
|
63 | _gettext('Show selected commits __S ... __E'); | |
|
64 | _gettext('Show whitespace changes'); | |||
59 | _gettext('Specified expiration date'); |
|
65 | _gettext('Specified expiration date'); | |
60 | _gettext('Start following this repository'); |
|
66 | _gettext('Start following this repository'); | |
61 | _gettext('Status Review'); |
|
67 | _gettext('Status Review'); | |
@@ -66,6 +72,7 b'' | |||||
66 | _gettext('TODO comment'); |
|
72 | _gettext('TODO comment'); | |
67 | _gettext('TODO from comment {0} was fixed.'); |
|
73 | _gettext('TODO from comment {0} was fixed.'); | |
68 | _gettext('There are currently no open pull requests requiring your participation.'); |
|
74 | _gettext('There are currently no open pull requests requiring your participation.'); | |
|
75 | _gettext('Toggle Wide Mode diff'); | |||
69 | _gettext('Unfollow'); |
|
76 | _gettext('Unfollow'); | |
70 | _gettext('Updating...'); |
|
77 | _gettext('Updating...'); | |
71 | _gettext('User `{0}` already in reviewers'); |
|
78 | _gettext('User `{0}` already in reviewers'); |
@@ -13,14 +13,18 b' var _TM = {' | |||||
13 | 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.', |
|
13 | 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.', | |
14 | 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.', |
|
14 | 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.', | |
15 | 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.', |
|
15 | 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.', | |
|
16 | 'Changed files': 'Changed files', | |||
16 | 'Close': 'Zamknij', |
|
17 | 'Close': 'Zamknij', | |
17 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
18 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
18 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', |
|
19 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', | |
|
20 | 'Context file: ': 'Context file: ', | |||
19 | 'Delete this comment?': 'Delete this comment?', |
|
21 | 'Delete this comment?': 'Delete this comment?', | |
20 | 'Diff to Commit ': 'Diff to Commit ', |
|
22 | 'Diff to Commit ': 'Diff to Commit ', | |
21 | 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.', |
|
23 | 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.', | |
22 | 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', |
|
24 | 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', | |
23 | 'Follow': 'Obserwuj', |
|
25 | 'Follow': 'Obserwuj', | |
|
26 | 'Hide full context diff': 'Hide full context diff', | |||
|
27 | 'Hide whitespace changes': 'Hide whitespace changes', | |||
24 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
28 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
25 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', |
|
29 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', | |
26 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', |
|
30 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', | |
@@ -59,9 +63,11 b' var _TM = {' | |||||
59 | 'Set status to Approved': 'Set status to Approved', |
|
63 | 'Set status to Approved': 'Set status to Approved', | |
60 | 'Set status to Rejected': 'Set status to Rejected', |
|
64 | 'Set status to Rejected': 'Set status to Rejected', | |
61 | 'Show at Commit ': 'Show at Commit ', |
|
65 | 'Show at Commit ': 'Show at Commit ', | |
|
66 | 'Show full context diff': 'Show full context diff', | |||
62 | 'Show more': 'Pokaż więcej', |
|
67 | 'Show more': 'Pokaż więcej', | |
63 | 'Show selected commit __S': 'Show selected commit __S', |
|
68 | 'Show selected commit __S': 'Show selected commit __S', | |
64 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', |
|
69 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |
|
70 | 'Show whitespace changes': 'Show whitespace changes', | |||
65 | 'Specified expiration date': 'Specified expiration date', |
|
71 | 'Specified expiration date': 'Specified expiration date', | |
66 | 'Start following this repository': 'Zacznij obserwację tego repozytorium', |
|
72 | 'Start following this repository': 'Zacznij obserwację tego repozytorium', | |
67 | 'Status Review': 'Status Review', |
|
73 | 'Status Review': 'Status Review', | |
@@ -72,6 +78,7 b' var _TM = {' | |||||
72 | 'TODO comment': 'TODO comment', |
|
78 | 'TODO comment': 'TODO comment', | |
73 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', |
|
79 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |
74 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
80 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
|
81 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', | |||
75 | 'Unfollow': 'Nie obserwuj', |
|
82 | 'Unfollow': 'Nie obserwuj', | |
76 | 'Updating...': 'Updating...', |
|
83 | 'Updating...': 'Updating...', | |
77 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
|
84 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
@@ -13,14 +13,18 b' var _TM = {' | |||||
13 | 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.', |
|
13 | 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.', | |
14 | 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.', |
|
14 | 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.', | |
15 | 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.', |
|
15 | 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.', | |
|
16 | 'Changed files': 'Changed files', | |||
16 | 'Close': 'Close', |
|
17 | 'Close': 'Close', | |
17 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
18 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
18 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', |
|
19 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', | |
|
20 | 'Context file: ': 'Context file: ', | |||
19 | 'Delete this comment?': 'Delete this comment?', |
|
21 | 'Delete this comment?': 'Delete this comment?', | |
20 | 'Diff to Commit ': 'Diff to Commit ', |
|
22 | 'Diff to Commit ': 'Diff to Commit ', | |
21 | 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.', |
|
23 | 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.', | |
22 | 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', |
|
24 | 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', | |
23 | 'Follow': 'Seguir', |
|
25 | 'Follow': 'Seguir', | |
|
26 | 'Hide full context diff': 'Hide full context diff', | |||
|
27 | 'Hide whitespace changes': 'Hide whitespace changes', | |||
24 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
28 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
25 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', |
|
29 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', | |
26 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', |
|
30 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', | |
@@ -59,9 +63,11 b' var _TM = {' | |||||
59 | 'Set status to Approved': 'Set status to Approved', |
|
63 | 'Set status to Approved': 'Set status to Approved', | |
60 | 'Set status to Rejected': 'Set status to Rejected', |
|
64 | 'Set status to Rejected': 'Set status to Rejected', | |
61 | 'Show at Commit ': 'Show at Commit ', |
|
65 | 'Show at Commit ': 'Show at Commit ', | |
|
66 | 'Show full context diff': 'Show full context diff', | |||
62 | 'Show more': 'Mostrar mais', |
|
67 | 'Show more': 'Mostrar mais', | |
63 | 'Show selected commit __S': 'Show selected commit __S', |
|
68 | 'Show selected commit __S': 'Show selected commit __S', | |
64 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', |
|
69 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |
|
70 | 'Show whitespace changes': 'Show whitespace changes', | |||
65 | 'Specified expiration date': 'Specified expiration date', |
|
71 | 'Specified expiration date': 'Specified expiration date', | |
66 | 'Start following this repository': 'Passar a seguir este repositório', |
|
72 | 'Start following this repository': 'Passar a seguir este repositório', | |
67 | 'Status Review': 'Status Review', |
|
73 | 'Status Review': 'Status Review', | |
@@ -72,6 +78,7 b' var _TM = {' | |||||
72 | 'TODO comment': 'TODO comment', |
|
78 | 'TODO comment': 'TODO comment', | |
73 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', |
|
79 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |
74 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
80 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
|
81 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', | |||
75 | 'Unfollow': 'Parar de seguir', |
|
82 | 'Unfollow': 'Parar de seguir', | |
76 | 'Updating...': 'Updating...', |
|
83 | 'Updating...': 'Updating...', | |
77 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
|
84 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
@@ -13,14 +13,18 b' var _TM = {' | |||||
13 | 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.', |
|
13 | 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.', | |
14 | 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.', |
|
14 | 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.', | |
15 | 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.', |
|
15 | 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.', | |
|
16 | 'Changed files': 'Changed files', | |||
16 | 'Close': 'Close', |
|
17 | 'Close': 'Close', | |
17 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
18 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
18 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', |
|
19 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', | |
|
20 | 'Context file: ': 'Context file: ', | |||
19 | 'Delete this comment?': 'Delete this comment?', |
|
21 | 'Delete this comment?': 'Delete this comment?', | |
20 | 'Diff to Commit ': 'Diff to Commit ', |
|
22 | 'Diff to Commit ': 'Diff to Commit ', | |
21 | 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.', |
|
23 | 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.', | |
22 | 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', |
|
24 | 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', | |
23 | 'Follow': 'Наблюдать', |
|
25 | 'Follow': 'Наблюдать', | |
|
26 | 'Hide full context diff': 'Hide full context diff', | |||
|
27 | 'Hide whitespace changes': 'Hide whitespace changes', | |||
24 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
28 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
25 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', |
|
29 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', | |
26 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', |
|
30 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', | |
@@ -59,9 +63,11 b' var _TM = {' | |||||
59 | 'Set status to Approved': 'Set status to Approved', |
|
63 | 'Set status to Approved': 'Set status to Approved', | |
60 | 'Set status to Rejected': 'Set status to Rejected', |
|
64 | 'Set status to Rejected': 'Set status to Rejected', | |
61 | 'Show at Commit ': 'Show at Commit ', |
|
65 | 'Show at Commit ': 'Show at Commit ', | |
|
66 | 'Show full context diff': 'Show full context diff', | |||
62 | 'Show more': 'Показать еще', |
|
67 | 'Show more': 'Показать еще', | |
63 | 'Show selected commit __S': 'Show selected commit __S', |
|
68 | 'Show selected commit __S': 'Show selected commit __S', | |
64 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', |
|
69 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |
|
70 | 'Show whitespace changes': 'Show whitespace changes', | |||
65 | 'Specified expiration date': 'Specified expiration date', |
|
71 | 'Specified expiration date': 'Specified expiration date', | |
66 | 'Start following this repository': 'Наблюдать за репозиторием', |
|
72 | 'Start following this repository': 'Наблюдать за репозиторием', | |
67 | 'Status Review': 'Status Review', |
|
73 | 'Status Review': 'Status Review', | |
@@ -72,6 +78,7 b' var _TM = {' | |||||
72 | 'TODO comment': 'TODO comment', |
|
78 | 'TODO comment': 'TODO comment', | |
73 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', |
|
79 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |
74 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
80 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
|
81 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', | |||
75 | 'Unfollow': 'Не наблюдать', |
|
82 | 'Unfollow': 'Не наблюдать', | |
76 | 'Updating...': 'Updating...', |
|
83 | 'Updating...': 'Updating...', | |
77 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
|
84 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
@@ -13,14 +13,18 b' var _TM = {' | |||||
13 | 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.', |
|
13 | 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.', | |
14 | 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.', |
|
14 | 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.', | |
15 | 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.', |
|
15 | 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.', | |
|
16 | 'Changed files': 'Changed files', | |||
16 | 'Close': 'Close', |
|
17 | 'Close': 'Close', | |
17 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
18 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
18 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', |
|
19 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', | |
|
20 | 'Context file: ': 'Context file: ', | |||
19 | 'Delete this comment?': 'Delete this comment?', |
|
21 | 'Delete this comment?': 'Delete this comment?', | |
20 | 'Diff to Commit ': 'Diff to Commit ', |
|
22 | 'Diff to Commit ': 'Diff to Commit ', | |
21 | 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.', |
|
23 | 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.', | |
22 | 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', |
|
24 | 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', | |
23 | 'Follow': 'Follow', |
|
25 | 'Follow': 'Follow', | |
|
26 | 'Hide full context diff': 'Hide full context diff', | |||
|
27 | 'Hide whitespace changes': 'Hide whitespace changes', | |||
24 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
28 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
25 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', |
|
29 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', | |
26 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', |
|
30 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', | |
@@ -59,9 +63,11 b' var _TM = {' | |||||
59 | 'Set status to Approved': 'Set status to Approved', |
|
63 | 'Set status to Approved': 'Set status to Approved', | |
60 | 'Set status to Rejected': 'Set status to Rejected', |
|
64 | 'Set status to Rejected': 'Set status to Rejected', | |
61 | 'Show at Commit ': 'Show at Commit ', |
|
65 | 'Show at Commit ': 'Show at Commit ', | |
|
66 | 'Show full context diff': 'Show full context diff', | |||
62 | 'Show more': 'Show more', |
|
67 | 'Show more': 'Show more', | |
63 | 'Show selected commit __S': 'Show selected commit __S', |
|
68 | 'Show selected commit __S': 'Show selected commit __S', | |
64 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', |
|
69 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |
|
70 | 'Show whitespace changes': 'Show whitespace changes', | |||
65 | 'Specified expiration date': 'Specified expiration date', |
|
71 | 'Specified expiration date': 'Specified expiration date', | |
66 | 'Start following this repository': '开始关注该版本库', |
|
72 | 'Start following this repository': '开始关注该版本库', | |
67 | 'Status Review': 'Status Review', |
|
73 | 'Status Review': 'Status Review', | |
@@ -72,6 +78,7 b' var _TM = {' | |||||
72 | 'TODO comment': 'TODO comment', |
|
78 | 'TODO comment': 'TODO comment', | |
73 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', |
|
79 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |
74 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
80 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
|
81 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', | |||
75 | 'Unfollow': 'Unfollow', |
|
82 | 'Unfollow': 'Unfollow', | |
76 | 'Updating...': 'Updating...', |
|
83 | 'Updating...': 'Updating...', | |
77 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
|
84 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
General Comments 0
You need to be logged in to leave comments.
Login now