Show More
@@ -10,8 +10,11 b' var _TM = {' | |||||
10 | 'Close': 'Close', |
|
10 | 'Close': 'Close', | |
11 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
11 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
12 | 'Delete this comment?': 'Delete this comment?', |
|
12 | 'Delete this comment?': 'Delete this comment?', | |
|
13 | 'Diff to Commit ': 'Diff to Commit ', | |||
13 | 'Follow': 'Follow', |
|
14 | 'Follow': 'Follow', | |
14 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
15 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
|
16 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', | |||
|
17 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', | |||
15 | 'Loading ...': 'Loading ...', |
|
18 | 'Loading ...': 'Loading ...', | |
16 | 'Loading failed': 'Loading failed', |
|
19 | 'Loading failed': 'Loading failed', | |
17 | 'Loading more results...': 'Loading more results...', |
|
20 | 'Loading more results...': 'Loading more results...', | |
@@ -27,6 +30,7 b' var _TM = {' | |||||
27 | 'No tags available yet.': 'No tags available yet.', |
|
30 | 'No tags available yet.': 'No tags available yet.', | |
28 | 'No user groups available yet.': 'No user groups available yet.', |
|
31 | 'No user groups available yet.': 'No user groups available yet.', | |
29 | 'No users available yet.': 'No users available yet.', |
|
32 | 'No users available yet.': 'No users available yet.', | |
|
33 | 'Note Comment': 'Note Comment', | |||
30 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', |
|
34 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', | |
31 | 'Open new pull request': 'Open new pull request', |
|
35 | 'Open new pull request': 'Open new pull request', | |
32 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', |
|
36 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', | |
@@ -39,6 +43,7 b' var _TM = {' | |||||
39 | 'Send': 'Send', |
|
43 | 'Send': 'Send', | |
40 | 'Set status to Approved': 'Set status to Approved', |
|
44 | 'Set status to Approved': 'Set status to Approved', | |
41 | 'Set status to Rejected': 'Set status to Rejected', |
|
45 | 'Set status to Rejected': 'Set status to Rejected', | |
|
46 | 'Show at Commit ': 'Show at Commit ', | |||
42 | 'Show more': 'Show more', |
|
47 | 'Show more': 'Show more', | |
43 | 'Show selected commit __S': 'Show selected commit __S', |
|
48 | 'Show selected commit __S': 'Show selected commit __S', | |
44 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', |
|
49 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |
@@ -48,6 +53,8 b' var _TM = {' | |||||
48 | 'Submitting...': 'Submitting...', |
|
53 | 'Submitting...': 'Submitting...', | |
49 | 'Switch to chat': 'Switch to chat', |
|
54 | 'Switch to chat': 'Switch to chat', | |
50 | 'Switch to comment': 'Switch to comment', |
|
55 | 'Switch to comment': 'Switch to comment', | |
|
56 | 'TODO comment': 'TODO comment', | |||
|
57 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |||
51 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
58 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
52 | 'Unfollow': 'Unfollow', |
|
59 | 'Unfollow': 'Unfollow', | |
53 | 'Updating...': 'Updating...', |
|
60 | 'Updating...': 'Updating...', | |
@@ -62,6 +69,9 b' var _TM = {' | |||||
62 | 'in {0} and {1}': 'in {0} and {1}', |
|
69 | 'in {0} and {1}': 'in {0} and {1}', | |
63 | 'in {0}, {1}': 'in {0}, {1}', |
|
70 | 'in {0}, {1}': 'in {0}, {1}', | |
64 | 'just now': 'just now', |
|
71 | 'just now': 'just now', | |
|
72 | 'resolve comment': 'resolve comment', | |||
|
73 | 'showing {0} out of {1} commit': 'showing {0} out of {1} commit', | |||
|
74 | 'showing {0} out of {1} commits': 'showing {0} out of {1} commits', | |||
65 | 'specify commit': 'specify commit', |
|
75 | 'specify commit': 'specify commit', | |
66 | 'truncated result': 'truncated result', |
|
76 | 'truncated result': 'truncated result', | |
67 | 'truncated results': 'truncated results', |
|
77 | 'truncated results': 'truncated results', |
@@ -10,8 +10,11 b' var _TM = {' | |||||
10 | 'Close': 'Close', |
|
10 | 'Close': 'Close', | |
11 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
11 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
12 | 'Delete this comment?': 'Delete this comment?', |
|
12 | 'Delete this comment?': 'Delete this comment?', | |
|
13 | 'Diff to Commit ': 'Diff to Commit ', | |||
13 | 'Follow': 'Follow', |
|
14 | 'Follow': 'Follow', | |
14 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
15 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
|
16 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', | |||
|
17 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', | |||
15 | 'Loading ...': 'Loading ...', |
|
18 | 'Loading ...': 'Loading ...', | |
16 | 'Loading failed': 'Loading failed', |
|
19 | 'Loading failed': 'Loading failed', | |
17 | 'Loading more results...': 'Loading more results...', |
|
20 | 'Loading more results...': 'Loading more results...', | |
@@ -27,6 +30,7 b' var _TM = {' | |||||
27 | 'No tags available yet.': 'No tags available yet.', |
|
30 | 'No tags available yet.': 'No tags available yet.', | |
28 | 'No user groups available yet.': 'No user groups available yet.', |
|
31 | 'No user groups available yet.': 'No user groups available yet.', | |
29 | 'No users available yet.': 'No users available yet.', |
|
32 | 'No users available yet.': 'No users available yet.', | |
|
33 | 'Note Comment': 'Note Comment', | |||
30 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', |
|
34 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', | |
31 | 'Open new pull request': 'Open new pull request', |
|
35 | 'Open new pull request': 'Open new pull request', | |
32 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', |
|
36 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', | |
@@ -39,6 +43,7 b' var _TM = {' | |||||
39 | 'Send': 'Senden', |
|
43 | 'Send': 'Senden', | |
40 | 'Set status to Approved': 'Set status to Approved', |
|
44 | 'Set status to Approved': 'Set status to Approved', | |
41 | 'Set status to Rejected': 'Set status to Rejected', |
|
45 | 'Set status to Rejected': 'Set status to Rejected', | |
|
46 | 'Show at Commit ': 'Show at Commit ', | |||
42 | 'Show more': 'Show more', |
|
47 | 'Show more': 'Show more', | |
43 | 'Show selected commit __S': 'Show selected commit __S', |
|
48 | 'Show selected commit __S': 'Show selected commit __S', | |
44 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', |
|
49 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |
@@ -48,6 +53,8 b' var _TM = {' | |||||
48 | 'Submitting...': 'Submitting...', |
|
53 | 'Submitting...': 'Submitting...', | |
49 | 'Switch to chat': 'Switch to chat', |
|
54 | 'Switch to chat': 'Switch to chat', | |
50 | 'Switch to comment': 'Switch to comment', |
|
55 | 'Switch to comment': 'Switch to comment', | |
|
56 | 'TODO comment': 'TODO comment', | |||
|
57 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |||
51 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
58 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
52 | 'Unfollow': 'Unfollow', |
|
59 | 'Unfollow': 'Unfollow', | |
53 | 'Updating...': 'Updating...', |
|
60 | 'Updating...': 'Updating...', | |
@@ -62,6 +69,9 b' var _TM = {' | |||||
62 | 'in {0} and {1}': 'in {0} and {1}', |
|
69 | 'in {0} and {1}': 'in {0} and {1}', | |
63 | 'in {0}, {1}': 'in {0}, {1}', |
|
70 | 'in {0}, {1}': 'in {0}, {1}', | |
64 | 'just now': 'jetzt gerade', |
|
71 | 'just now': 'jetzt gerade', | |
|
72 | 'resolve comment': 'resolve comment', | |||
|
73 | 'showing {0} out of {1} commit': 'showing {0} out of {1} commit', | |||
|
74 | 'showing {0} out of {1} commits': 'showing {0} out of {1} commits', | |||
65 | 'specify commit': 'specify commit', |
|
75 | 'specify commit': 'specify commit', | |
66 | 'truncated result': 'truncated result', |
|
76 | 'truncated result': 'truncated result', | |
67 | 'truncated results': 'truncated results', |
|
77 | 'truncated results': 'truncated results', |
@@ -10,8 +10,11 b' var _TM = {' | |||||
10 | 'Close': 'Close', |
|
10 | 'Close': 'Close', | |
11 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
11 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
12 | 'Delete this comment?': 'Delete this comment?', |
|
12 | 'Delete this comment?': 'Delete this comment?', | |
|
13 | 'Diff to Commit ': 'Diff to Commit ', | |||
13 | 'Follow': 'Follow', |
|
14 | 'Follow': 'Follow', | |
14 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
15 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
|
16 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', | |||
|
17 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', | |||
15 | 'Loading ...': 'Loading ...', |
|
18 | 'Loading ...': 'Loading ...', | |
16 | 'Loading failed': 'Loading failed', |
|
19 | 'Loading failed': 'Loading failed', | |
17 | 'Loading more results...': 'Loading more results...', |
|
20 | 'Loading more results...': 'Loading more results...', | |
@@ -27,6 +30,7 b' var _TM = {' | |||||
27 | 'No tags available yet.': 'No tags available yet.', |
|
30 | 'No tags available yet.': 'No tags available yet.', | |
28 | 'No user groups available yet.': 'No user groups available yet.', |
|
31 | 'No user groups available yet.': 'No user groups available yet.', | |
29 | 'No users available yet.': 'No users available yet.', |
|
32 | 'No users available yet.': 'No users available yet.', | |
|
33 | 'Note Comment': 'Note Comment', | |||
30 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', |
|
34 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', | |
31 | 'Open new pull request': 'Open new pull request', |
|
35 | 'Open new pull request': 'Open new pull request', | |
32 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', |
|
36 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', | |
@@ -39,6 +43,7 b' var _TM = {' | |||||
39 | 'Send': 'Send', |
|
43 | 'Send': 'Send', | |
40 | 'Set status to Approved': 'Set status to Approved', |
|
44 | 'Set status to Approved': 'Set status to Approved', | |
41 | 'Set status to Rejected': 'Set status to Rejected', |
|
45 | 'Set status to Rejected': 'Set status to Rejected', | |
|
46 | 'Show at Commit ': 'Show at Commit ', | |||
42 | 'Show more': 'Show more', |
|
47 | 'Show more': 'Show more', | |
43 | 'Show selected commit __S': 'Show selected commit __S', |
|
48 | 'Show selected commit __S': 'Show selected commit __S', | |
44 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', |
|
49 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |
@@ -48,6 +53,8 b' var _TM = {' | |||||
48 | 'Submitting...': 'Submitting...', |
|
53 | 'Submitting...': 'Submitting...', | |
49 | 'Switch to chat': 'Switch to chat', |
|
54 | 'Switch to chat': 'Switch to chat', | |
50 | 'Switch to comment': 'Switch to comment', |
|
55 | 'Switch to comment': 'Switch to comment', | |
|
56 | 'TODO comment': 'TODO comment', | |||
|
57 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |||
51 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
58 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
52 | 'Unfollow': 'Unfollow', |
|
59 | 'Unfollow': 'Unfollow', | |
53 | 'Updating...': 'Updating...', |
|
60 | 'Updating...': 'Updating...', | |
@@ -62,6 +69,9 b' var _TM = {' | |||||
62 | 'in {0} and {1}': 'in {0} and {1}', |
|
69 | 'in {0} and {1}': 'in {0} and {1}', | |
63 | 'in {0}, {1}': 'in {0}, {1}', |
|
70 | 'in {0}, {1}': 'in {0}, {1}', | |
64 | 'just now': 'just now', |
|
71 | 'just now': 'just now', | |
|
72 | 'resolve comment': 'resolve comment', | |||
|
73 | 'showing {0} out of {1} commit': 'showing {0} out of {1} commit', | |||
|
74 | 'showing {0} out of {1} commits': 'showing {0} out of {1} commits', | |||
65 | 'specify commit': 'specify commit', |
|
75 | 'specify commit': 'specify commit', | |
66 | 'truncated result': 'truncated result', |
|
76 | 'truncated result': 'truncated result', | |
67 | 'truncated results': 'truncated results', |
|
77 | 'truncated results': 'truncated results', |
@@ -10,8 +10,11 b' var _TM = {' | |||||
10 | 'Close': 'Close', |
|
10 | 'Close': 'Close', | |
11 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
11 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
12 | 'Delete this comment?': 'Delete this comment?', |
|
12 | 'Delete this comment?': 'Delete this comment?', | |
|
13 | 'Diff to Commit ': 'Diff to Commit ', | |||
13 | 'Follow': 'Follow', |
|
14 | 'Follow': 'Follow', | |
14 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
15 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
|
16 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', | |||
|
17 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', | |||
15 | 'Loading ...': 'Loading ...', |
|
18 | 'Loading ...': 'Loading ...', | |
16 | 'Loading failed': 'Loading failed', |
|
19 | 'Loading failed': 'Loading failed', | |
17 | 'Loading more results...': 'Loading more results...', |
|
20 | 'Loading more results...': 'Loading more results...', | |
@@ -27,6 +30,7 b' var _TM = {' | |||||
27 | 'No tags available yet.': 'No tags available yet.', |
|
30 | 'No tags available yet.': 'No tags available yet.', | |
28 | 'No user groups available yet.': 'No user groups available yet.', |
|
31 | 'No user groups available yet.': 'No user groups available yet.', | |
29 | 'No users available yet.': 'No users available yet.', |
|
32 | 'No users available yet.': 'No users available yet.', | |
|
33 | 'Note Comment': 'Note Comment', | |||
30 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', |
|
34 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', | |
31 | 'Open new pull request': 'Open new pull request', |
|
35 | 'Open new pull request': 'Open new pull request', | |
32 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', |
|
36 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', | |
@@ -39,6 +43,7 b' var _TM = {' | |||||
39 | 'Send': 'Send', |
|
43 | 'Send': 'Send', | |
40 | 'Set status to Approved': 'Set status to Approved', |
|
44 | 'Set status to Approved': 'Set status to Approved', | |
41 | 'Set status to Rejected': 'Set status to Rejected', |
|
45 | 'Set status to Rejected': 'Set status to Rejected', | |
|
46 | 'Show at Commit ': 'Show at Commit ', | |||
42 | 'Show more': 'Show more', |
|
47 | 'Show more': 'Show more', | |
43 | 'Show selected commit __S': 'Show selected commit __S', |
|
48 | 'Show selected commit __S': 'Show selected commit __S', | |
44 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', |
|
49 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |
@@ -48,6 +53,8 b' var _TM = {' | |||||
48 | 'Submitting...': 'Submitting...', |
|
53 | 'Submitting...': 'Submitting...', | |
49 | 'Switch to chat': 'Switch to chat', |
|
54 | 'Switch to chat': 'Switch to chat', | |
50 | 'Switch to comment': 'Switch to comment', |
|
55 | 'Switch to comment': 'Switch to comment', | |
|
56 | 'TODO comment': 'TODO comment', | |||
|
57 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |||
51 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
58 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
52 | 'Unfollow': 'Unfollow', |
|
59 | 'Unfollow': 'Unfollow', | |
53 | 'Updating...': 'Updating...', |
|
60 | 'Updating...': 'Updating...', | |
@@ -62,6 +69,9 b' var _TM = {' | |||||
62 | 'in {0} and {1}': 'in {0} and {1}', |
|
69 | 'in {0} and {1}': 'in {0} and {1}', | |
63 | 'in {0}, {1}': 'in {0}, {1}', |
|
70 | 'in {0}, {1}': 'in {0}, {1}', | |
64 | 'just now': 'just now', |
|
71 | 'just now': 'just now', | |
|
72 | 'resolve comment': 'resolve comment', | |||
|
73 | 'showing {0} out of {1} commit': 'showing {0} out of {1} commit', | |||
|
74 | 'showing {0} out of {1} commits': 'showing {0} out of {1} commits', | |||
65 | 'specify commit': 'specify commit', |
|
75 | 'specify commit': 'specify commit', | |
66 | 'truncated result': 'truncated result', |
|
76 | 'truncated result': 'truncated result', | |
67 | 'truncated results': 'truncated results', |
|
77 | 'truncated results': 'truncated results', |
@@ -10,8 +10,11 b' var _TM = {' | |||||
10 | 'Close': 'Close', |
|
10 | 'Close': 'Close', | |
11 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
11 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
12 | 'Delete this comment?': 'Delete this comment?', |
|
12 | 'Delete this comment?': 'Delete this comment?', | |
|
13 | 'Diff to Commit ': 'Diff to Commit ', | |||
13 | 'Follow': 'Follow', |
|
14 | 'Follow': 'Follow', | |
14 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
15 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
|
16 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', | |||
|
17 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', | |||
15 | 'Loading ...': 'Loading ...', |
|
18 | 'Loading ...': 'Loading ...', | |
16 | 'Loading failed': 'Loading failed', |
|
19 | 'Loading failed': 'Loading failed', | |
17 | 'Loading more results...': 'Loading more results...', |
|
20 | 'Loading more results...': 'Loading more results...', | |
@@ -27,6 +30,7 b' var _TM = {' | |||||
27 | 'No tags available yet.': 'No tags available yet.', |
|
30 | 'No tags available yet.': 'No tags available yet.', | |
28 | 'No user groups available yet.': 'No user groups available yet.', |
|
31 | 'No user groups available yet.': 'No user groups available yet.', | |
29 | 'No users available yet.': 'No users available yet.', |
|
32 | 'No users available yet.': 'No users available yet.', | |
|
33 | 'Note Comment': 'Note Comment', | |||
30 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', |
|
34 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', | |
31 | 'Open new pull request': 'Nouvelle requête de pull', |
|
35 | 'Open new pull request': 'Nouvelle requête de pull', | |
32 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', |
|
36 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', | |
@@ -39,6 +43,7 b' var _TM = {' | |||||
39 | 'Send': 'Envoyer', |
|
43 | 'Send': 'Envoyer', | |
40 | 'Set status to Approved': 'Set status to Approved', |
|
44 | 'Set status to Approved': 'Set status to Approved', | |
41 | 'Set status to Rejected': 'Set status to Rejected', |
|
45 | 'Set status to Rejected': 'Set status to Rejected', | |
|
46 | 'Show at Commit ': 'Show at Commit ', | |||
42 | 'Show more': 'Show more', |
|
47 | 'Show more': 'Show more', | |
43 | 'Show selected commit __S': 'Show selected commit __S', |
|
48 | 'Show selected commit __S': 'Show selected commit __S', | |
44 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', |
|
49 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |
@@ -48,6 +53,8 b' var _TM = {' | |||||
48 | 'Submitting...': 'Envoi…', |
|
53 | 'Submitting...': 'Envoi…', | |
49 | 'Switch to chat': 'Switch to chat', |
|
54 | 'Switch to chat': 'Switch to chat', | |
50 | 'Switch to comment': 'Switch to comment', |
|
55 | 'Switch to comment': 'Switch to comment', | |
|
56 | 'TODO comment': 'TODO comment', | |||
|
57 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |||
51 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
58 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
52 | 'Unfollow': 'Unfollow', |
|
59 | 'Unfollow': 'Unfollow', | |
53 | 'Updating...': 'Updating...', |
|
60 | 'Updating...': 'Updating...', | |
@@ -62,6 +69,9 b' var _TM = {' | |||||
62 | 'in {0} and {1}': 'in {0} and {1}', |
|
69 | 'in {0} and {1}': 'in {0} and {1}', | |
63 | 'in {0}, {1}': 'in {0}, {1}', |
|
70 | 'in {0}, {1}': 'in {0}, {1}', | |
64 | 'just now': 'à l’instant', |
|
71 | 'just now': 'à l’instant', | |
|
72 | 'resolve comment': 'resolve comment', | |||
|
73 | 'showing {0} out of {1} commit': 'showing {0} out of {1} commit', | |||
|
74 | 'showing {0} out of {1} commits': 'showing {0} out of {1} commits', | |||
65 | 'specify commit': 'specify commit', |
|
75 | 'specify commit': 'specify commit', | |
66 | 'truncated result': 'truncated result', |
|
76 | 'truncated result': 'truncated result', | |
67 | 'truncated results': 'truncated results', |
|
77 | 'truncated results': 'truncated results', |
@@ -10,8 +10,11 b' var _TM = {' | |||||
10 | 'Close': 'Close', |
|
10 | 'Close': 'Close', | |
11 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
11 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
12 | 'Delete this comment?': 'Delete this comment?', |
|
12 | 'Delete this comment?': 'Delete this comment?', | |
|
13 | 'Diff to Commit ': 'Diff to Commit ', | |||
13 | 'Follow': 'Segui', |
|
14 | 'Follow': 'Segui', | |
14 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
15 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
|
16 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', | |||
|
17 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', | |||
15 | 'Loading ...': 'Caricamento ...', |
|
18 | 'Loading ...': 'Caricamento ...', | |
16 | 'Loading failed': 'Loading failed', |
|
19 | 'Loading failed': 'Loading failed', | |
17 | 'Loading more results...': 'Loading more results...', |
|
20 | 'Loading more results...': 'Loading more results...', | |
@@ -27,6 +30,7 b' var _TM = {' | |||||
27 | 'No tags available yet.': 'No tags available yet.', |
|
30 | 'No tags available yet.': 'No tags available yet.', | |
28 | 'No user groups available yet.': 'No user groups available yet.', |
|
31 | 'No user groups available yet.': 'No user groups available yet.', | |
29 | 'No users available yet.': 'No users available yet.', |
|
32 | 'No users available yet.': 'No users available yet.', | |
|
33 | 'Note Comment': 'Note Comment', | |||
30 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', |
|
34 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', | |
31 | 'Open new pull request': 'Apri una richiesta PULL', |
|
35 | 'Open new pull request': 'Apri una richiesta PULL', | |
32 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', |
|
36 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', | |
@@ -39,6 +43,7 b' var _TM = {' | |||||
39 | 'Send': 'Invia', |
|
43 | 'Send': 'Invia', | |
40 | 'Set status to Approved': 'Set status to Approved', |
|
44 | 'Set status to Approved': 'Set status to Approved', | |
41 | 'Set status to Rejected': 'Set status to Rejected', |
|
45 | 'Set status to Rejected': 'Set status to Rejected', | |
|
46 | 'Show at Commit ': 'Show at Commit ', | |||
42 | 'Show more': 'Mostra ancora', |
|
47 | 'Show more': 'Mostra ancora', | |
43 | 'Show selected commit __S': 'Show selected commit __S', |
|
48 | 'Show selected commit __S': 'Show selected commit __S', | |
44 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', |
|
49 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |
@@ -48,6 +53,8 b' var _TM = {' | |||||
48 | 'Submitting...': 'Inoltro...', |
|
53 | 'Submitting...': 'Inoltro...', | |
49 | 'Switch to chat': 'Switch to chat', |
|
54 | 'Switch to chat': 'Switch to chat', | |
50 | 'Switch to comment': 'Switch to comment', |
|
55 | 'Switch to comment': 'Switch to comment', | |
|
56 | 'TODO comment': 'TODO comment', | |||
|
57 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |||
51 | 'There are currently no open pull requests requiring your participation.': 'Al momento non ci sono richieste di PULL che richiedono il tuo intervento', |
|
58 | 'There are currently no open pull requests requiring your participation.': 'Al momento non ci sono richieste di PULL che richiedono il tuo intervento', | |
52 | 'Unfollow': 'Smetti di seguire', |
|
59 | 'Unfollow': 'Smetti di seguire', | |
53 | 'Updating...': 'Updating...', |
|
60 | 'Updating...': 'Updating...', | |
@@ -62,6 +69,9 b' var _TM = {' | |||||
62 | 'in {0} and {1}': 'in {0} and {1}', |
|
69 | 'in {0} and {1}': 'in {0} and {1}', | |
63 | 'in {0}, {1}': 'in {0}, {1}', |
|
70 | 'in {0}, {1}': 'in {0}, {1}', | |
64 | 'just now': 'proprio ora', |
|
71 | 'just now': 'proprio ora', | |
|
72 | 'resolve comment': 'resolve comment', | |||
|
73 | 'showing {0} out of {1} commit': 'showing {0} out of {1} commit', | |||
|
74 | 'showing {0} out of {1} commits': 'showing {0} out of {1} commits', | |||
65 | 'specify commit': 'specify commit', |
|
75 | 'specify commit': 'specify commit', | |
66 | 'truncated result': 'truncated result', |
|
76 | 'truncated result': 'truncated result', | |
67 | 'truncated results': 'truncated results', |
|
77 | 'truncated results': 'truncated results', |
@@ -10,8 +10,11 b' var _TM = {' | |||||
10 | 'Close': 'Close', |
|
10 | 'Close': 'Close', | |
11 | 'Comment text will be set automatically based on currently selected status ({0}) ...': '選択したステータス ({0}) を元にコメントが自動的に設定されます...', |
|
11 | 'Comment text will be set automatically based on currently selected status ({0}) ...': '選択したステータス ({0}) を元にコメントが自動的に設定されます...', | |
12 | 'Delete this comment?': 'Delete this comment?', |
|
12 | 'Delete this comment?': 'Delete this comment?', | |
|
13 | 'Diff to Commit ': 'Diff to Commit ', | |||
13 | 'Follow': 'フォロー', |
|
14 | 'Follow': 'フォロー', | |
14 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
15 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
|
16 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', | |||
|
17 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', | |||
15 | 'Loading ...': '読み込み中...', |
|
18 | 'Loading ...': '読み込み中...', | |
16 | 'Loading failed': '読み込み失敗', |
|
19 | 'Loading failed': '読み込み失敗', | |
17 | 'Loading more results...': '結果を読み込み中...', |
|
20 | 'Loading more results...': '結果を読み込み中...', | |
@@ -27,6 +30,7 b' var _TM = {' | |||||
27 | 'No tags available yet.': 'まだタグがありません。', |
|
30 | 'No tags available yet.': 'まだタグがありません。', | |
28 | 'No user groups available yet.': 'まだユーザーグループがありません。', |
|
31 | 'No user groups available yet.': 'まだユーザーグループがありません。', | |
29 | 'No users available yet.': 'まだユーザーがいません。', |
|
32 | 'No users available yet.': 'まだユーザーがいません。', | |
|
33 | 'Note Comment': 'Note Comment', | |||
30 | 'One result is available, press enter to select it.': '1 件の結果があります。 Enter で選択できます。', |
|
34 | 'One result is available, press enter to select it.': '1 件の結果があります。 Enter で選択できます。', | |
31 | 'Open new pull request': '新しいプルリクエストを作成', |
|
35 | 'Open new pull request': '新しいプルリクエストを作成', | |
32 | 'Open new pull request for selected commit': '選択したコミットから新しいプルリクエストを作成', |
|
36 | 'Open new pull request for selected commit': '選択したコミットから新しいプルリクエストを作成', | |
@@ -39,6 +43,7 b' var _TM = {' | |||||
39 | 'Send': '送信', |
|
43 | 'Send': '送信', | |
40 | 'Set status to Approved': 'ステータスを承認にする', |
|
44 | 'Set status to Approved': 'ステータスを承認にする', | |
41 | 'Set status to Rejected': 'ステータスを拒否にする', |
|
45 | 'Set status to Rejected': 'ステータスを拒否にする', | |
|
46 | 'Show at Commit ': 'Show at Commit ', | |||
42 | 'Show more': 'もっと表示', |
|
47 | 'Show more': 'もっと表示', | |
43 | 'Show selected commit __S': 'Show selected commit __S', |
|
48 | 'Show selected commit __S': 'Show selected commit __S', | |
44 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', |
|
49 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |
@@ -48,6 +53,8 b' var _TM = {' | |||||
48 | 'Submitting...': '送信中...', |
|
53 | 'Submitting...': '送信中...', | |
49 | 'Switch to chat': 'Switch to chat', |
|
54 | 'Switch to chat': 'Switch to chat', | |
50 | 'Switch to comment': 'Switch to comment', |
|
55 | 'Switch to comment': 'Switch to comment', | |
|
56 | 'TODO comment': 'TODO comment', | |||
|
57 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |||
51 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
58 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
52 | 'Unfollow': 'アンフォロー', |
|
59 | 'Unfollow': 'アンフォロー', | |
53 | 'Updating...': 'Updating...', |
|
60 | 'Updating...': 'Updating...', | |
@@ -62,6 +69,9 b' var _TM = {' | |||||
62 | 'in {0} and {1}': 'in {0} and {1}', |
|
69 | 'in {0} and {1}': 'in {0} and {1}', | |
63 | 'in {0}, {1}': 'in {0}, {1}', |
|
70 | 'in {0}, {1}': 'in {0}, {1}', | |
64 | 'just now': 'たったいま', |
|
71 | 'just now': 'たったいま', | |
|
72 | 'resolve comment': 'resolve comment', | |||
|
73 | 'showing {0} out of {1} commit': 'showing {0} out of {1} commit', | |||
|
74 | 'showing {0} out of {1} commits': 'showing {0} out of {1} commits', | |||
65 | 'specify commit': 'specify commit', |
|
75 | 'specify commit': 'specify commit', | |
66 | 'truncated result': '省略された結果', |
|
76 | 'truncated result': '省略された結果', | |
67 | 'truncated results': '省略された結果', |
|
77 | 'truncated results': '省略された結果', |
@@ -4,8 +4,11 b'' | |||||
4 | _gettext('Close'); |
|
4 | _gettext('Close'); | |
5 | _gettext('Comment text will be set automatically based on currently selected status ({0}) ...'); |
|
5 | _gettext('Comment text will be set automatically based on currently selected status ({0}) ...'); | |
6 | _gettext('Delete this comment?'); |
|
6 | _gettext('Delete this comment?'); | |
|
7 | _gettext('Diff to Commit '); | |||
7 | _gettext('Follow'); |
|
8 | _gettext('Follow'); | |
8 | _gettext('Invite reviewers to this discussion'); |
|
9 | _gettext('Invite reviewers to this discussion'); | |
|
10 | _gettext('Leave a comment on line {0}.'); | |||
|
11 | _gettext('Leave a comment, or click resolve button to resolve TODO comment #{0}'); | |||
9 | _gettext('Loading ...'); |
|
12 | _gettext('Loading ...'); | |
10 | _gettext('Loading failed'); |
|
13 | _gettext('Loading failed'); | |
11 | _gettext('Loading more results...'); |
|
14 | _gettext('Loading more results...'); | |
@@ -21,6 +24,7 b'' | |||||
21 | _gettext('No tags available yet.'); |
|
24 | _gettext('No tags available yet.'); | |
22 | _gettext('No user groups available yet.'); |
|
25 | _gettext('No user groups available yet.'); | |
23 | _gettext('No users available yet.'); |
|
26 | _gettext('No users available yet.'); | |
|
27 | _gettext('Note Comment'); | |||
24 | _gettext('One result is available, press enter to select it.'); |
|
28 | _gettext('One result is available, press enter to select it.'); | |
25 | _gettext('Open new pull request'); |
|
29 | _gettext('Open new pull request'); | |
26 | _gettext('Open new pull request for selected commit'); |
|
30 | _gettext('Open new pull request for selected commit'); | |
@@ -33,6 +37,7 b'' | |||||
33 | _gettext('Send'); |
|
37 | _gettext('Send'); | |
34 | _gettext('Set status to Approved'); |
|
38 | _gettext('Set status to Approved'); | |
35 | _gettext('Set status to Rejected'); |
|
39 | _gettext('Set status to Rejected'); | |
|
40 | _gettext('Show at Commit '); | |||
36 | _gettext('Show more'); |
|
41 | _gettext('Show more'); | |
37 | _gettext('Show selected commit __S'); |
|
42 | _gettext('Show selected commit __S'); | |
38 | _gettext('Show selected commits __S ... __E'); |
|
43 | _gettext('Show selected commits __S ... __E'); | |
@@ -42,6 +47,8 b'' | |||||
42 | _gettext('Submitting...'); |
|
47 | _gettext('Submitting...'); | |
43 | _gettext('Switch to chat'); |
|
48 | _gettext('Switch to chat'); | |
44 | _gettext('Switch to comment'); |
|
49 | _gettext('Switch to comment'); | |
|
50 | _gettext('TODO comment'); | |||
|
51 | _gettext('TODO from comment {0} was fixed.'); | |||
45 | _gettext('There are currently no open pull requests requiring your participation.'); |
|
52 | _gettext('There are currently no open pull requests requiring your participation.'); | |
46 | _gettext('Unfollow'); |
|
53 | _gettext('Unfollow'); | |
47 | _gettext('Updating...'); |
|
54 | _gettext('Updating...'); | |
@@ -56,6 +63,9 b'' | |||||
56 | _gettext('in {0} and {1}'); |
|
63 | _gettext('in {0} and {1}'); | |
57 | _gettext('in {0}, {1}'); |
|
64 | _gettext('in {0}, {1}'); | |
58 | _gettext('just now'); |
|
65 | _gettext('just now'); | |
|
66 | _gettext('resolve comment'); | |||
|
67 | _gettext('showing {0} out of {1} commit'); | |||
|
68 | _gettext('showing {0} out of {1} commits'); | |||
59 | _gettext('specify commit'); |
|
69 | _gettext('specify commit'); | |
60 | _gettext('truncated result'); |
|
70 | _gettext('truncated result'); | |
61 | _gettext('truncated results'); |
|
71 | _gettext('truncated results'); |
@@ -10,8 +10,11 b' var _TM = {' | |||||
10 | 'Close': 'Zamknij', |
|
10 | 'Close': 'Zamknij', | |
11 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
11 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
12 | 'Delete this comment?': 'Delete this comment?', |
|
12 | 'Delete this comment?': 'Delete this comment?', | |
|
13 | 'Diff to Commit ': 'Diff to Commit ', | |||
13 | 'Follow': 'Obserwuj', |
|
14 | 'Follow': 'Obserwuj', | |
14 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
15 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
|
16 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', | |||
|
17 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', | |||
15 | 'Loading ...': 'Ładuję...', |
|
18 | 'Loading ...': 'Ładuję...', | |
16 | 'Loading failed': 'Loading failed', |
|
19 | 'Loading failed': 'Loading failed', | |
17 | 'Loading more results...': 'Loading more results...', |
|
20 | 'Loading more results...': 'Loading more results...', | |
@@ -27,6 +30,7 b' var _TM = {' | |||||
27 | 'No tags available yet.': 'No tags available yet.', |
|
30 | 'No tags available yet.': 'No tags available yet.', | |
28 | 'No user groups available yet.': 'No user groups available yet.', |
|
31 | 'No user groups available yet.': 'No user groups available yet.', | |
29 | 'No users available yet.': 'No users available yet.', |
|
32 | 'No users available yet.': 'No users available yet.', | |
|
33 | 'Note Comment': 'Note Comment', | |||
30 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', |
|
34 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', | |
31 | 'Open new pull request': 'Otwórz nową prośbę o połączenie gałęzi', |
|
35 | 'Open new pull request': 'Otwórz nową prośbę o połączenie gałęzi', | |
32 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', |
|
36 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', | |
@@ -39,6 +43,7 b' var _TM = {' | |||||
39 | 'Send': 'Wyślij', |
|
43 | 'Send': 'Wyślij', | |
40 | 'Set status to Approved': 'Set status to Approved', |
|
44 | 'Set status to Approved': 'Set status to Approved', | |
41 | 'Set status to Rejected': 'Set status to Rejected', |
|
45 | 'Set status to Rejected': 'Set status to Rejected', | |
|
46 | 'Show at Commit ': 'Show at Commit ', | |||
42 | 'Show more': 'Pokaż więcej', |
|
47 | 'Show more': 'Pokaż więcej', | |
43 | 'Show selected commit __S': 'Show selected commit __S', |
|
48 | 'Show selected commit __S': 'Show selected commit __S', | |
44 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', |
|
49 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |
@@ -48,6 +53,8 b' var _TM = {' | |||||
48 | 'Submitting...': 'Przesyłanie...', |
|
53 | 'Submitting...': 'Przesyłanie...', | |
49 | 'Switch to chat': 'Switch to chat', |
|
54 | 'Switch to chat': 'Switch to chat', | |
50 | 'Switch to comment': 'Switch to comment', |
|
55 | 'Switch to comment': 'Switch to comment', | |
|
56 | 'TODO comment': 'TODO comment', | |||
|
57 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |||
51 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
58 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
52 | 'Unfollow': 'Nie obserwuj', |
|
59 | 'Unfollow': 'Nie obserwuj', | |
53 | 'Updating...': 'Updating...', |
|
60 | 'Updating...': 'Updating...', | |
@@ -62,6 +69,9 b' var _TM = {' | |||||
62 | 'in {0} and {1}': 'in {0} and {1}', |
|
69 | 'in {0} and {1}': 'in {0} and {1}', | |
63 | 'in {0}, {1}': 'in {0}, {1}', |
|
70 | 'in {0}, {1}': 'in {0}, {1}', | |
64 | 'just now': 'przed chwilą', |
|
71 | 'just now': 'przed chwilą', | |
|
72 | 'resolve comment': 'resolve comment', | |||
|
73 | 'showing {0} out of {1} commit': 'showing {0} out of {1} commit', | |||
|
74 | 'showing {0} out of {1} commits': 'showing {0} out of {1} commits', | |||
65 | 'specify commit': 'specify commit', |
|
75 | 'specify commit': 'specify commit', | |
66 | 'truncated result': 'truncated result', |
|
76 | 'truncated result': 'truncated result', | |
67 | 'truncated results': 'truncated results', |
|
77 | 'truncated results': 'truncated results', |
@@ -10,8 +10,11 b' var _TM = {' | |||||
10 | 'Close': 'Close', |
|
10 | 'Close': 'Close', | |
11 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
11 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
12 | 'Delete this comment?': 'Delete this comment?', |
|
12 | 'Delete this comment?': 'Delete this comment?', | |
|
13 | 'Diff to Commit ': 'Diff to Commit ', | |||
13 | 'Follow': 'Seguir', |
|
14 | 'Follow': 'Seguir', | |
14 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
15 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
|
16 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', | |||
|
17 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', | |||
15 | 'Loading ...': 'Carregando...', |
|
18 | 'Loading ...': 'Carregando...', | |
16 | 'Loading failed': 'Loading failed', |
|
19 | 'Loading failed': 'Loading failed', | |
17 | 'Loading more results...': 'Loading more results...', |
|
20 | 'Loading more results...': 'Loading more results...', | |
@@ -27,6 +30,7 b' var _TM = {' | |||||
27 | 'No tags available yet.': 'No tags available yet.', |
|
30 | 'No tags available yet.': 'No tags available yet.', | |
28 | 'No user groups available yet.': 'No user groups available yet.', |
|
31 | 'No user groups available yet.': 'No user groups available yet.', | |
29 | 'No users available yet.': 'No users available yet.', |
|
32 | 'No users available yet.': 'No users available yet.', | |
|
33 | 'Note Comment': 'Note Comment', | |||
30 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', |
|
34 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', | |
31 | 'Open new pull request': 'Crie novo pull request', |
|
35 | 'Open new pull request': 'Crie novo pull request', | |
32 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', |
|
36 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', | |
@@ -39,6 +43,7 b' var _TM = {' | |||||
39 | 'Send': 'Enviar', |
|
43 | 'Send': 'Enviar', | |
40 | 'Set status to Approved': 'Set status to Approved', |
|
44 | 'Set status to Approved': 'Set status to Approved', | |
41 | 'Set status to Rejected': 'Set status to Rejected', |
|
45 | 'Set status to Rejected': 'Set status to Rejected', | |
|
46 | 'Show at Commit ': 'Show at Commit ', | |||
42 | 'Show more': 'Mostrar mais', |
|
47 | 'Show more': 'Mostrar mais', | |
43 | 'Show selected commit __S': 'Show selected commit __S', |
|
48 | 'Show selected commit __S': 'Show selected commit __S', | |
44 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', |
|
49 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |
@@ -48,6 +53,8 b' var _TM = {' | |||||
48 | 'Submitting...': 'Enviando...', |
|
53 | 'Submitting...': 'Enviando...', | |
49 | 'Switch to chat': 'Switch to chat', |
|
54 | 'Switch to chat': 'Switch to chat', | |
50 | 'Switch to comment': 'Switch to comment', |
|
55 | 'Switch to comment': 'Switch to comment', | |
|
56 | 'TODO comment': 'TODO comment', | |||
|
57 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |||
51 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
58 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
52 | 'Unfollow': 'Parar de seguir', |
|
59 | 'Unfollow': 'Parar de seguir', | |
53 | 'Updating...': 'Updating...', |
|
60 | 'Updating...': 'Updating...', | |
@@ -62,6 +69,9 b' var _TM = {' | |||||
62 | 'in {0} and {1}': 'in {0} and {1}', |
|
69 | 'in {0} and {1}': 'in {0} and {1}', | |
63 | 'in {0}, {1}': 'in {0}, {1}', |
|
70 | 'in {0}, {1}': 'in {0}, {1}', | |
64 | 'just now': 'agora há pouco', |
|
71 | 'just now': 'agora há pouco', | |
|
72 | 'resolve comment': 'resolve comment', | |||
|
73 | 'showing {0} out of {1} commit': 'showing {0} out of {1} commit', | |||
|
74 | 'showing {0} out of {1} commits': 'showing {0} out of {1} commits', | |||
65 | 'specify commit': 'specify commit', |
|
75 | 'specify commit': 'specify commit', | |
66 | 'truncated result': 'truncated result', |
|
76 | 'truncated result': 'truncated result', | |
67 | 'truncated results': 'truncated results', |
|
77 | 'truncated results': 'truncated results', |
@@ -10,8 +10,11 b' var _TM = {' | |||||
10 | 'Close': 'Close', |
|
10 | 'Close': 'Close', | |
11 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
11 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
12 | 'Delete this comment?': 'Delete this comment?', |
|
12 | 'Delete this comment?': 'Delete this comment?', | |
|
13 | 'Diff to Commit ': 'Diff to Commit ', | |||
13 | 'Follow': 'Наблюдать', |
|
14 | 'Follow': 'Наблюдать', | |
14 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
15 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
|
16 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', | |||
|
17 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', | |||
15 | 'Loading ...': 'Загрузка...', |
|
18 | 'Loading ...': 'Загрузка...', | |
16 | 'Loading failed': 'Loading failed', |
|
19 | 'Loading failed': 'Loading failed', | |
17 | 'Loading more results...': 'Loading more results...', |
|
20 | 'Loading more results...': 'Loading more results...', | |
@@ -27,6 +30,7 b' var _TM = {' | |||||
27 | 'No tags available yet.': 'No tags available yet.', |
|
30 | 'No tags available yet.': 'No tags available yet.', | |
28 | 'No user groups available yet.': 'No user groups available yet.', |
|
31 | 'No user groups available yet.': 'No user groups available yet.', | |
29 | 'No users available yet.': 'No users available yet.', |
|
32 | 'No users available yet.': 'No users available yet.', | |
|
33 | 'Note Comment': 'Note Comment', | |||
30 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', |
|
34 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', | |
31 | 'Open new pull request': 'Создать новый pull запрос', |
|
35 | 'Open new pull request': 'Создать новый pull запрос', | |
32 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', |
|
36 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', | |
@@ -39,6 +43,7 b' var _TM = {' | |||||
39 | 'Send': 'Отправить', |
|
43 | 'Send': 'Отправить', | |
40 | 'Set status to Approved': 'Set status to Approved', |
|
44 | 'Set status to Approved': 'Set status to Approved', | |
41 | 'Set status to Rejected': 'Set status to Rejected', |
|
45 | 'Set status to Rejected': 'Set status to Rejected', | |
|
46 | 'Show at Commit ': 'Show at Commit ', | |||
42 | 'Show more': 'Показать еще', |
|
47 | 'Show more': 'Показать еще', | |
43 | 'Show selected commit __S': 'Show selected commit __S', |
|
48 | 'Show selected commit __S': 'Show selected commit __S', | |
44 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', |
|
49 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |
@@ -48,6 +53,8 b' var _TM = {' | |||||
48 | 'Submitting...': 'Применение...', |
|
53 | 'Submitting...': 'Применение...', | |
49 | 'Switch to chat': 'Switch to chat', |
|
54 | 'Switch to chat': 'Switch to chat', | |
50 | 'Switch to comment': 'Switch to comment', |
|
55 | 'Switch to comment': 'Switch to comment', | |
|
56 | 'TODO comment': 'TODO comment', | |||
|
57 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |||
51 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
58 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
52 | 'Unfollow': 'Не наблюдать', |
|
59 | 'Unfollow': 'Не наблюдать', | |
53 | 'Updating...': 'Updating...', |
|
60 | 'Updating...': 'Updating...', | |
@@ -62,6 +69,9 b' var _TM = {' | |||||
62 | 'in {0} and {1}': 'in {0} and {1}', |
|
69 | 'in {0} and {1}': 'in {0} and {1}', | |
63 | 'in {0}, {1}': 'in {0}, {1}', |
|
70 | 'in {0}, {1}': 'in {0}, {1}', | |
64 | 'just now': 'прямо сейчас', |
|
71 | 'just now': 'прямо сейчас', | |
|
72 | 'resolve comment': 'resolve comment', | |||
|
73 | 'showing {0} out of {1} commit': 'showing {0} out of {1} commit', | |||
|
74 | 'showing {0} out of {1} commits': 'showing {0} out of {1} commits', | |||
65 | 'specify commit': 'specify commit', |
|
75 | 'specify commit': 'specify commit', | |
66 | 'truncated result': 'truncated result', |
|
76 | 'truncated result': 'truncated result', | |
67 | 'truncated results': 'truncated results', |
|
77 | 'truncated results': 'truncated results', |
@@ -10,8 +10,11 b' var _TM = {' | |||||
10 | 'Close': 'Close', |
|
10 | 'Close': 'Close', | |
11 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
11 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
12 | 'Delete this comment?': 'Delete this comment?', |
|
12 | 'Delete this comment?': 'Delete this comment?', | |
|
13 | 'Diff to Commit ': 'Diff to Commit ', | |||
13 | 'Follow': 'Follow', |
|
14 | 'Follow': 'Follow', | |
14 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
15 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
|
16 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', | |||
|
17 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', | |||
15 | 'Loading ...': 'Loading ...', |
|
18 | 'Loading ...': 'Loading ...', | |
16 | 'Loading failed': 'Loading failed', |
|
19 | 'Loading failed': 'Loading failed', | |
17 | 'Loading more results...': 'Loading more results...', |
|
20 | 'Loading more results...': 'Loading more results...', | |
@@ -27,6 +30,7 b' var _TM = {' | |||||
27 | 'No tags available yet.': 'No tags available yet.', |
|
30 | 'No tags available yet.': 'No tags available yet.', | |
28 | 'No user groups available yet.': 'No user groups available yet.', |
|
31 | 'No user groups available yet.': 'No user groups available yet.', | |
29 | 'No users available yet.': 'No users available yet.', |
|
32 | 'No users available yet.': 'No users available yet.', | |
|
33 | 'Note Comment': 'Note Comment', | |||
30 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', |
|
34 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', | |
31 | 'Open new pull request': '新建拉取请求', |
|
35 | 'Open new pull request': '新建拉取请求', | |
32 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', |
|
36 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', | |
@@ -39,6 +43,7 b' var _TM = {' | |||||
39 | 'Send': '发送', |
|
43 | 'Send': '发送', | |
40 | 'Set status to Approved': 'Set status to Approved', |
|
44 | 'Set status to Approved': 'Set status to Approved', | |
41 | 'Set status to Rejected': 'Set status to Rejected', |
|
45 | 'Set status to Rejected': 'Set status to Rejected', | |
|
46 | 'Show at Commit ': 'Show at Commit ', | |||
42 | 'Show more': 'Show more', |
|
47 | 'Show more': 'Show more', | |
43 | 'Show selected commit __S': 'Show selected commit __S', |
|
48 | 'Show selected commit __S': 'Show selected commit __S', | |
44 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', |
|
49 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |
@@ -48,6 +53,8 b' var _TM = {' | |||||
48 | 'Submitting...': '提交中……', |
|
53 | 'Submitting...': '提交中……', | |
49 | 'Switch to chat': 'Switch to chat', |
|
54 | 'Switch to chat': 'Switch to chat', | |
50 | 'Switch to comment': 'Switch to comment', |
|
55 | 'Switch to comment': 'Switch to comment', | |
|
56 | 'TODO comment': 'TODO comment', | |||
|
57 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |||
51 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
58 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
52 | 'Unfollow': 'Unfollow', |
|
59 | 'Unfollow': 'Unfollow', | |
53 | 'Updating...': 'Updating...', |
|
60 | 'Updating...': 'Updating...', | |
@@ -62,6 +69,9 b' var _TM = {' | |||||
62 | 'in {0} and {1}': 'in {0} and {1}', |
|
69 | 'in {0} and {1}': 'in {0} and {1}', | |
63 | 'in {0}, {1}': 'in {0}, {1}', |
|
70 | 'in {0}, {1}': 'in {0}, {1}', | |
64 | 'just now': '刚才', |
|
71 | 'just now': '刚才', | |
|
72 | 'resolve comment': 'resolve comment', | |||
|
73 | 'showing {0} out of {1} commit': 'showing {0} out of {1} commit', | |||
|
74 | 'showing {0} out of {1} commits': 'showing {0} out of {1} commits', | |||
65 | 'specify commit': 'specify commit', |
|
75 | 'specify commit': 'specify commit', | |
66 | 'truncated result': 'truncated result', |
|
76 | 'truncated result': 'truncated result', | |
67 | 'truncated results': 'truncated results', |
|
77 | 'truncated results': 'truncated results', |
General Comments 0
You need to be logged in to leave comments.
Login now