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 |
@@ -1872,7 +1872,7 b' self: super: {' | |||||
1872 | }; |
|
1872 | }; | |
1873 | }; |
|
1873 | }; | |
1874 | "rhodecode-enterprise-ce" = super.buildPythonPackage { |
|
1874 | "rhodecode-enterprise-ce" = super.buildPythonPackage { | |
1875 |
name = "rhodecode-enterprise-ce-4.2 |
|
1875 | name = "rhodecode-enterprise-ce-4.21.0"; | |
1876 | buildInputs = [ |
|
1876 | buildInputs = [ | |
1877 | self."pytest" |
|
1877 | self."pytest" | |
1878 | self."py" |
|
1878 | self."py" |
@@ -6,6 +6,8 b'' | |||||
6 | //JS translations map |
|
6 | //JS translations map | |
7 | var _TM = { |
|
7 | var _TM = { | |
8 | '(from usergroup {0})': '(from usergroup {0})', |
|
8 | '(from usergroup {0})': '(from usergroup {0})', | |
|
9 | '<strong>, and {0} file</strong> changed.': '<strong>, and {0} file</strong> changed.', | |||
|
10 | '<strong>, and {0} files</strong> changed.': '<strong>, and {0} files</strong> changed.', | |||
9 | '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ', |
|
11 | '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ', | |
10 | '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ', |
|
12 | '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ', | |
11 | 'Add another comment': 'Add another comment', |
|
13 | 'Add another comment': 'Add another comment', | |
@@ -27,6 +29,8 b' var _TM = {' | |||||
27 | 'Comment body was not changed.': 'Comment body was not changed.', |
|
29 | 'Comment body was not changed.': 'Comment body was not changed.', | |
28 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
30 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
29 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', |
|
31 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', | |
|
32 | 'Compare summary: <strong>{0} commit</strong>': 'Compare summary: <strong>{0} commit</strong>', | |||
|
33 | 'Compare summary: <strong>{0} commits</strong>': 'Compare summary: <strong>{0} commits</strong>', | |||
30 | 'Context file: ': 'Context file: ', |
|
34 | 'Context file: ': 'Context file: ', | |
31 | 'Delete': 'Delete', |
|
35 | 'Delete': 'Delete', | |
32 | 'Delete this comment?': 'Delete this comment?', |
|
36 | 'Delete this comment?': 'Delete this comment?', | |
@@ -64,6 +68,7 b' var _TM = {' | |||||
64 | 'No repository groups available yet.': 'No repository groups available yet.', |
|
68 | 'No repository groups available yet.': 'No repository groups available yet.', | |
65 | 'No repository groups present.': 'No repository groups present.', |
|
69 | 'No repository groups present.': 'No repository groups present.', | |
66 | 'No results': 'No results', |
|
70 | 'No results': 'No results', | |
|
71 | 'No review rules set.': 'No review rules set.', | |||
67 | 'No ssh keys available yet.': 'No ssh keys available yet.', |
|
72 | 'No ssh keys available yet.': 'No ssh keys available yet.', | |
68 | 'No tags available yet.': 'No tags available yet.', |
|
73 | 'No tags available yet.': 'No tags available yet.', | |
69 | 'No user groups available yet.': 'No user groups available yet.', |
|
74 | 'No user groups available yet.': 'No user groups available yet.', | |
@@ -101,11 +106,13 b' var _TM = {' | |||||
101 | 'Stop following this repository': 'Stop following this repository', |
|
106 | 'Stop following this repository': 'Stop following this repository', | |
102 | 'Stopped watching this repository': 'Stopped watching this repository', |
|
107 | 'Stopped watching this repository': 'Stopped watching this repository', | |
103 | 'Submitting...': 'Submitting...', |
|
108 | 'Submitting...': 'Submitting...', | |
|
109 | 'Switch target repository with the source.': 'Switch target repository with the source.', | |||
104 | 'Switch to chat': 'Switch to chat', |
|
110 | 'Switch to chat': 'Switch to chat', | |
105 | 'Switch to comment': 'Switch to comment', |
|
111 | 'Switch to comment': 'Switch to comment', | |
106 | 'TODO comment': 'TODO comment', |
|
112 | 'TODO comment': 'TODO comment', | |
107 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', |
|
113 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |
108 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
114 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
|
115 | 'There are no commits to merge.': 'There are no commits to merge.', | |||
109 | 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.', |
|
116 | 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.', | |
110 | 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.', |
|
117 | 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.', | |
111 | 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.', |
|
118 | 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.', |
@@ -6,6 +6,8 b'' | |||||
6 | //JS translations map |
|
6 | //JS translations map | |
7 | var _TM = { |
|
7 | var _TM = { | |
8 | '(from usergroup {0})': '(from usergroup {0})', |
|
8 | '(from usergroup {0})': '(from usergroup {0})', | |
|
9 | '<strong>, and {0} file</strong> changed.': '<strong>, and {0} file</strong> changed.', | |||
|
10 | '<strong>, and {0} files</strong> changed.': '<strong>, and {0} files</strong> changed.', | |||
9 | '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ', |
|
11 | '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ', | |
10 | '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ', |
|
12 | '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ', | |
11 | 'Add another comment': 'Add another comment', |
|
13 | 'Add another comment': 'Add another comment', | |
@@ -27,6 +29,8 b' var _TM = {' | |||||
27 | 'Comment body was not changed.': 'Comment body was not changed.', |
|
29 | 'Comment body was not changed.': 'Comment body was not changed.', | |
28 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
30 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
29 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', |
|
31 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', | |
|
32 | 'Compare summary: <strong>{0} commit</strong>': 'Compare summary: <strong>{0} commit</strong>', | |||
|
33 | 'Compare summary: <strong>{0} commits</strong>': 'Compare summary: <strong>{0} commits</strong>', | |||
30 | 'Context file: ': 'Context file: ', |
|
34 | 'Context file: ': 'Context file: ', | |
31 | 'Delete': 'Löschen', |
|
35 | 'Delete': 'Löschen', | |
32 | 'Delete this comment?': 'Delete this comment?', |
|
36 | 'Delete this comment?': 'Delete this comment?', | |
@@ -64,6 +68,7 b' var _TM = {' | |||||
64 | 'No repository groups available yet.': 'No repository groups available yet.', |
|
68 | 'No repository groups available yet.': 'No repository groups available yet.', | |
65 | 'No repository groups present.': 'No repository groups present.', |
|
69 | 'No repository groups present.': 'No repository groups present.', | |
66 | 'No results': 'No results', |
|
70 | 'No results': 'No results', | |
|
71 | 'No review rules set.': 'No review rules set.', | |||
67 | 'No ssh keys available yet.': 'No ssh keys available yet.', |
|
72 | 'No ssh keys available yet.': 'No ssh keys available yet.', | |
68 | 'No tags available yet.': 'No tags available yet.', |
|
73 | 'No tags available yet.': 'No tags available yet.', | |
69 | 'No user groups available yet.': 'No user groups available yet.', |
|
74 | 'No user groups available yet.': 'No user groups available yet.', | |
@@ -101,11 +106,13 b' var _TM = {' | |||||
101 | 'Stop following this repository': 'Stop following this repository', |
|
106 | 'Stop following this repository': 'Stop following this repository', | |
102 | 'Stopped watching this repository': 'Stopped watching this repository', |
|
107 | 'Stopped watching this repository': 'Stopped watching this repository', | |
103 | 'Submitting...': 'Submitting...', |
|
108 | 'Submitting...': 'Submitting...', | |
|
109 | 'Switch target repository with the source.': 'Switch target repository with the source.', | |||
104 | 'Switch to chat': 'Switch to chat', |
|
110 | 'Switch to chat': 'Switch to chat', | |
105 | 'Switch to comment': 'Switch to comment', |
|
111 | 'Switch to comment': 'Switch to comment', | |
106 | 'TODO comment': 'TODO comment', |
|
112 | 'TODO comment': 'TODO comment', | |
107 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', |
|
113 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |
108 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
114 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
|
115 | 'There are no commits to merge.': 'There are no commits to merge.', | |||
109 | 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.', |
|
116 | 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.', | |
110 | 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.', |
|
117 | 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.', | |
111 | 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.', |
|
118 | 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.', |
@@ -6,6 +6,8 b'' | |||||
6 | //JS translations map |
|
6 | //JS translations map | |
7 | var _TM = { |
|
7 | var _TM = { | |
8 | '(from usergroup {0})': '(from usergroup {0})', |
|
8 | '(from usergroup {0})': '(from usergroup {0})', | |
|
9 | '<strong>, and {0} file</strong> changed.': '<strong>, and {0} file</strong> changed.', | |||
|
10 | '<strong>, and {0} files</strong> changed.': '<strong>, and {0} files</strong> changed.', | |||
9 | '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ', |
|
11 | '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ', | |
10 | '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ', |
|
12 | '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ', | |
11 | 'Add another comment': 'Add another comment', |
|
13 | 'Add another comment': 'Add another comment', | |
@@ -27,6 +29,8 b' var _TM = {' | |||||
27 | 'Comment body was not changed.': 'Comment body was not changed.', |
|
29 | 'Comment body was not changed.': 'Comment body was not changed.', | |
28 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
30 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
29 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', |
|
31 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', | |
|
32 | 'Compare summary: <strong>{0} commit</strong>': 'Compare summary: <strong>{0} commit</strong>', | |||
|
33 | 'Compare summary: <strong>{0} commits</strong>': 'Compare summary: <strong>{0} commits</strong>', | |||
30 | 'Context file: ': 'Context file: ', |
|
34 | 'Context file: ': 'Context file: ', | |
31 | 'Delete': 'Delete', |
|
35 | 'Delete': 'Delete', | |
32 | 'Delete this comment?': 'Delete this comment?', |
|
36 | 'Delete this comment?': 'Delete this comment?', | |
@@ -64,6 +68,7 b' var _TM = {' | |||||
64 | 'No repository groups available yet.': 'No repository groups available yet.', |
|
68 | 'No repository groups available yet.': 'No repository groups available yet.', | |
65 | 'No repository groups present.': 'No repository groups present.', |
|
69 | 'No repository groups present.': 'No repository groups present.', | |
66 | 'No results': 'No results', |
|
70 | 'No results': 'No results', | |
|
71 | 'No review rules set.': 'No review rules set.', | |||
67 | 'No ssh keys available yet.': 'No ssh keys available yet.', |
|
72 | 'No ssh keys available yet.': 'No ssh keys available yet.', | |
68 | 'No tags available yet.': 'No tags available yet.', |
|
73 | 'No tags available yet.': 'No tags available yet.', | |
69 | 'No user groups available yet.': 'No user groups available yet.', |
|
74 | 'No user groups available yet.': 'No user groups available yet.', | |
@@ -101,11 +106,13 b' var _TM = {' | |||||
101 | 'Stop following this repository': 'Stop following this repository', |
|
106 | 'Stop following this repository': 'Stop following this repository', | |
102 | 'Stopped watching this repository': 'Stopped watching this repository', |
|
107 | 'Stopped watching this repository': 'Stopped watching this repository', | |
103 | 'Submitting...': 'Submitting...', |
|
108 | 'Submitting...': 'Submitting...', | |
|
109 | 'Switch target repository with the source.': 'Switch target repository with the source.', | |||
104 | 'Switch to chat': 'Switch to chat', |
|
110 | 'Switch to chat': 'Switch to chat', | |
105 | 'Switch to comment': 'Switch to comment', |
|
111 | 'Switch to comment': 'Switch to comment', | |
106 | 'TODO comment': 'TODO comment', |
|
112 | 'TODO comment': 'TODO comment', | |
107 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', |
|
113 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |
108 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
114 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
|
115 | 'There are no commits to merge.': 'There are no commits to merge.', | |||
109 | 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.', |
|
116 | 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.', | |
110 | 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.', |
|
117 | 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.', | |
111 | 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.', |
|
118 | 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.', |
@@ -6,6 +6,8 b'' | |||||
6 | //JS translations map |
|
6 | //JS translations map | |
7 | var _TM = { |
|
7 | var _TM = { | |
8 | '(from usergroup {0})': '(from usergroup {0})', |
|
8 | '(from usergroup {0})': '(from usergroup {0})', | |
|
9 | '<strong>, and {0} file</strong> changed.': '<strong>, and {0} file</strong> changed.', | |||
|
10 | '<strong>, and {0} files</strong> changed.': '<strong>, and {0} files</strong> changed.', | |||
9 | '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ', |
|
11 | '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ', | |
10 | '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ', |
|
12 | '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ', | |
11 | 'Add another comment': 'Add another comment', |
|
13 | 'Add another comment': 'Add another comment', | |
@@ -27,6 +29,8 b' var _TM = {' | |||||
27 | 'Comment body was not changed.': 'Comment body was not changed.', |
|
29 | 'Comment body was not changed.': 'Comment body was not changed.', | |
28 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
30 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
29 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', |
|
31 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', | |
|
32 | 'Compare summary: <strong>{0} commit</strong>': 'Compare summary: <strong>{0} commit</strong>', | |||
|
33 | 'Compare summary: <strong>{0} commits</strong>': 'Compare summary: <strong>{0} commits</strong>', | |||
30 | 'Context file: ': 'Context file: ', |
|
34 | 'Context file: ': 'Context file: ', | |
31 | 'Delete': 'Delete', |
|
35 | 'Delete': 'Delete', | |
32 | 'Delete this comment?': 'Delete this comment?', |
|
36 | 'Delete this comment?': 'Delete this comment?', | |
@@ -64,6 +68,7 b' var _TM = {' | |||||
64 | 'No repository groups available yet.': 'No repository groups available yet.', |
|
68 | 'No repository groups available yet.': 'No repository groups available yet.', | |
65 | 'No repository groups present.': 'No repository groups present.', |
|
69 | 'No repository groups present.': 'No repository groups present.', | |
66 | 'No results': 'No results', |
|
70 | 'No results': 'No results', | |
|
71 | 'No review rules set.': 'No review rules set.', | |||
67 | 'No ssh keys available yet.': 'No ssh keys available yet.', |
|
72 | 'No ssh keys available yet.': 'No ssh keys available yet.', | |
68 | 'No tags available yet.': 'No tags available yet.', |
|
73 | 'No tags available yet.': 'No tags available yet.', | |
69 | 'No user groups available yet.': 'No user groups available yet.', |
|
74 | 'No user groups available yet.': 'No user groups available yet.', | |
@@ -101,11 +106,13 b' var _TM = {' | |||||
101 | 'Stop following this repository': 'Stop following this repository', |
|
106 | 'Stop following this repository': 'Stop following this repository', | |
102 | 'Stopped watching this repository': 'Stopped watching this repository', |
|
107 | 'Stopped watching this repository': 'Stopped watching this repository', | |
103 | 'Submitting...': 'Submitting...', |
|
108 | 'Submitting...': 'Submitting...', | |
|
109 | 'Switch target repository with the source.': 'Switch target repository with the source.', | |||
104 | 'Switch to chat': 'Switch to chat', |
|
110 | 'Switch to chat': 'Switch to chat', | |
105 | 'Switch to comment': 'Switch to comment', |
|
111 | 'Switch to comment': 'Switch to comment', | |
106 | 'TODO comment': 'TODO comment', |
|
112 | 'TODO comment': 'TODO comment', | |
107 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', |
|
113 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |
108 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
114 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
|
115 | 'There are no commits to merge.': 'There are no commits to merge.', | |||
109 | 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.', |
|
116 | 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.', | |
110 | 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.', |
|
117 | 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.', | |
111 | 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.', |
|
118 | 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.', |
@@ -6,6 +6,8 b'' | |||||
6 | //JS translations map |
|
6 | //JS translations map | |
7 | var _TM = { |
|
7 | var _TM = { | |
8 | '(from usergroup {0})': '(from usergroup {0})', |
|
8 | '(from usergroup {0})': '(from usergroup {0})', | |
|
9 | '<strong>, and {0} file</strong> changed.': '<strong>, and {0} file</strong> changed.', | |||
|
10 | '<strong>, and {0} files</strong> changed.': '<strong>, and {0} files</strong> changed.', | |||
9 | '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ', |
|
11 | '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ', | |
10 | '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ', |
|
12 | '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ', | |
11 | 'Add another comment': 'Add another comment', |
|
13 | 'Add another comment': 'Add another comment', | |
@@ -27,6 +29,8 b' var _TM = {' | |||||
27 | 'Comment body was not changed.': 'Comment body was not changed.', |
|
29 | 'Comment body was not changed.': 'Comment body was not changed.', | |
28 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
30 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
29 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', |
|
31 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', | |
|
32 | 'Compare summary: <strong>{0} commit</strong>': 'Compare summary: <strong>{0} commit</strong>', | |||
|
33 | 'Compare summary: <strong>{0} commits</strong>': 'Compare summary: <strong>{0} commits</strong>', | |||
30 | 'Context file: ': 'Context file: ', |
|
34 | 'Context file: ': 'Context file: ', | |
31 | 'Delete': 'Supprimer', |
|
35 | 'Delete': 'Supprimer', | |
32 | 'Delete this comment?': 'Delete this comment?', |
|
36 | 'Delete this comment?': 'Delete this comment?', | |
@@ -64,6 +68,7 b' var _TM = {' | |||||
64 | 'No repository groups available yet.': 'No repository groups available yet.', |
|
68 | 'No repository groups available yet.': 'No repository groups available yet.', | |
65 | 'No repository groups present.': 'No repository groups present.', |
|
69 | 'No repository groups present.': 'No repository groups present.', | |
66 | 'No results': 'No results', |
|
70 | 'No results': 'No results', | |
|
71 | 'No review rules set.': 'No review rules set.', | |||
67 | 'No ssh keys available yet.': 'No ssh keys available yet.', |
|
72 | 'No ssh keys available yet.': 'No ssh keys available yet.', | |
68 | 'No tags available yet.': 'No tags available yet.', |
|
73 | 'No tags available yet.': 'No tags available yet.', | |
69 | 'No user groups available yet.': 'No user groups available yet.', |
|
74 | 'No user groups available yet.': 'No user groups available yet.', | |
@@ -101,11 +106,13 b' var _TM = {' | |||||
101 | 'Stop following this repository': 'Arrêter de suivre ce dépôt', |
|
106 | 'Stop following this repository': 'Arrêter de suivre ce dépôt', | |
102 | 'Stopped watching this repository': 'Stopped watching this repository', |
|
107 | 'Stopped watching this repository': 'Stopped watching this repository', | |
103 | 'Submitting...': 'Envoi…', |
|
108 | 'Submitting...': 'Envoi…', | |
|
109 | 'Switch target repository with the source.': 'Switch target repository with the source.', | |||
104 | 'Switch to chat': 'Switch to chat', |
|
110 | 'Switch to chat': 'Switch to chat', | |
105 | 'Switch to comment': 'Switch to comment', |
|
111 | 'Switch to comment': 'Switch to comment', | |
106 | 'TODO comment': 'TODO comment', |
|
112 | 'TODO comment': 'TODO comment', | |
107 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', |
|
113 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |
108 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
114 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
|
115 | 'There are no commits to merge.': 'There are no commits to merge.', | |||
109 | 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.', |
|
116 | 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.', | |
110 | 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.', |
|
117 | 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.', | |
111 | 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.', |
|
118 | 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.', |
@@ -6,6 +6,8 b'' | |||||
6 | //JS translations map |
|
6 | //JS translations map | |
7 | var _TM = { |
|
7 | var _TM = { | |
8 | '(from usergroup {0})': '(from usergroup {0})', |
|
8 | '(from usergroup {0})': '(from usergroup {0})', | |
|
9 | '<strong>, and {0} file</strong> changed.': '<strong>, and {0} file</strong> changed.', | |||
|
10 | '<strong>, and {0} files</strong> changed.': '<strong>, and {0} files</strong> changed.', | |||
9 | '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ', |
|
11 | '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ', | |
10 | '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ', |
|
12 | '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ', | |
11 | 'Add another comment': 'Aggiungi un altro commento', |
|
13 | 'Add another comment': 'Aggiungi un altro commento', | |
@@ -27,6 +29,8 b' var _TM = {' | |||||
27 | 'Comment body was not changed.': 'Comment body was not changed.', |
|
29 | 'Comment body was not changed.': 'Comment body was not changed.', | |
28 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
30 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
29 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', |
|
31 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', | |
|
32 | 'Compare summary: <strong>{0} commit</strong>': 'Compare summary: <strong>{0} commit</strong>', | |||
|
33 | 'Compare summary: <strong>{0} commits</strong>': 'Compare summary: <strong>{0} commits</strong>', | |||
30 | 'Context file: ': 'Context file: ', |
|
34 | 'Context file: ': 'Context file: ', | |
31 | 'Delete': 'Elimina', |
|
35 | 'Delete': 'Elimina', | |
32 | 'Delete this comment?': 'Delete this comment?', |
|
36 | 'Delete this comment?': 'Delete this comment?', | |
@@ -64,6 +68,7 b' var _TM = {' | |||||
64 | 'No repository groups available yet.': 'No repository groups available yet.', |
|
68 | 'No repository groups available yet.': 'No repository groups available yet.', | |
65 | 'No repository groups present.': 'No repository groups present.', |
|
69 | 'No repository groups present.': 'No repository groups present.', | |
66 | 'No results': 'Nessun risultato', |
|
70 | 'No results': 'Nessun risultato', | |
|
71 | 'No review rules set.': 'No review rules set.', | |||
67 | 'No ssh keys available yet.': 'No ssh keys available yet.', |
|
72 | 'No ssh keys available yet.': 'No ssh keys available yet.', | |
68 | 'No tags available yet.': 'No tags available yet.', |
|
73 | 'No tags available yet.': 'No tags available yet.', | |
69 | 'No user groups available yet.': 'No user groups available yet.', |
|
74 | 'No user groups available yet.': 'No user groups available yet.', | |
@@ -101,11 +106,13 b' var _TM = {' | |||||
101 | 'Stop following this repository': 'Smetti di seguire il repository', |
|
106 | 'Stop following this repository': 'Smetti di seguire il repository', | |
102 | 'Stopped watching this repository': 'Stopped watching this repository', |
|
107 | 'Stopped watching this repository': 'Stopped watching this repository', | |
103 | 'Submitting...': 'Inoltro...', |
|
108 | 'Submitting...': 'Inoltro...', | |
|
109 | 'Switch target repository with the source.': 'Switch target repository with the source.', | |||
104 | 'Switch to chat': 'Switch to chat', |
|
110 | 'Switch to chat': 'Switch to chat', | |
105 | 'Switch to comment': 'Switch to comment', |
|
111 | 'Switch to comment': 'Switch to comment', | |
106 | 'TODO comment': 'TODO comment', |
|
112 | 'TODO comment': 'TODO comment', | |
107 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', |
|
113 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |
108 | 'There are currently no open pull requests requiring your participation.': 'Al momento non ci sono richieste di PULL che richiedono il tuo intervento', |
|
114 | 'There are currently no open pull requests requiring your participation.': 'Al momento non ci sono richieste di PULL che richiedono il tuo intervento', | |
|
115 | 'There are no commits to merge.': 'There are no commits to merge.', | |||
109 | 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.', |
|
116 | 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.', | |
110 | 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.', |
|
117 | 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.', | |
111 | 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.', |
|
118 | 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.', |
@@ -6,6 +6,8 b'' | |||||
6 | //JS translations map |
|
6 | //JS translations map | |
7 | var _TM = { |
|
7 | var _TM = { | |
8 | '(from usergroup {0})': '(from usergroup {0})', |
|
8 | '(from usergroup {0})': '(from usergroup {0})', | |
|
9 | '<strong>, and {0} file</strong> changed.': '<strong>, and {0} file</strong> changed.', | |||
|
10 | '<strong>, and {0} files</strong> changed.': '<strong>, and {0} files</strong> changed.', | |||
9 | '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ', |
|
11 | '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ', | |
10 | '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ', |
|
12 | '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ', | |
11 | 'Add another comment': '別のコメントを追加', |
|
13 | 'Add another comment': '別のコメントを追加', | |
@@ -27,6 +29,8 b' var _TM = {' | |||||
27 | 'Comment body was not changed.': 'Comment body was not changed.', |
|
29 | 'Comment body was not changed.': 'Comment body was not changed.', | |
28 | 'Comment text will be set automatically based on currently selected status ({0}) ...': '選択したステータス ({0}) を元にコメントが自動的に設定されます...', |
|
30 | 'Comment text will be set automatically based on currently selected status ({0}) ...': '選択したステータス ({0}) を元にコメントが自動的に設定されます...', | |
29 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', |
|
31 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', | |
|
32 | 'Compare summary: <strong>{0} commit</strong>': 'Compare summary: <strong>{0} commit</strong>', | |||
|
33 | 'Compare summary: <strong>{0} commits</strong>': 'Compare summary: <strong>{0} commits</strong>', | |||
30 | 'Context file: ': 'Context file: ', |
|
34 | 'Context file: ': 'Context file: ', | |
31 | 'Delete': '削除', |
|
35 | 'Delete': '削除', | |
32 | 'Delete this comment?': 'Delete this comment?', |
|
36 | 'Delete this comment?': 'Delete this comment?', | |
@@ -64,6 +68,7 b' var _TM = {' | |||||
64 | 'No repository groups available yet.': 'まだリポジトリグループがありません。', |
|
68 | 'No repository groups available yet.': 'まだリポジトリグループがありません。', | |
65 | 'No repository groups present.': 'No repository groups present.', |
|
69 | 'No repository groups present.': 'No repository groups present.', | |
66 | 'No results': '結果がありません', |
|
70 | 'No results': '結果がありません', | |
|
71 | 'No review rules set.': 'No review rules set.', | |||
67 | 'No ssh keys available yet.': 'No ssh keys available yet.', |
|
72 | 'No ssh keys available yet.': 'No ssh keys available yet.', | |
68 | 'No tags available yet.': 'まだタグがありません。', |
|
73 | 'No tags available yet.': 'まだタグがありません。', | |
69 | 'No user groups available yet.': 'まだユーザーグループがありません。', |
|
74 | 'No user groups available yet.': 'まだユーザーグループがありません。', | |
@@ -101,11 +106,13 b' var _TM = {' | |||||
101 | 'Stop following this repository': 'このリポジトリのフォローをやめる', |
|
106 | 'Stop following this repository': 'このリポジトリのフォローをやめる', | |
102 | 'Stopped watching this repository': 'Stopped watching this repository', |
|
107 | 'Stopped watching this repository': 'Stopped watching this repository', | |
103 | 'Submitting...': '送信中...', |
|
108 | 'Submitting...': '送信中...', | |
|
109 | 'Switch target repository with the source.': 'Switch target repository with the source.', | |||
104 | 'Switch to chat': 'Switch to chat', |
|
110 | 'Switch to chat': 'Switch to chat', | |
105 | 'Switch to comment': 'Switch to comment', |
|
111 | 'Switch to comment': 'Switch to comment', | |
106 | 'TODO comment': 'TODO comment', |
|
112 | 'TODO comment': 'TODO comment', | |
107 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', |
|
113 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |
108 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
114 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
|
115 | 'There are no commits to merge.': 'There are no commits to merge.', | |||
109 | 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.', |
|
116 | 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.', | |
110 | 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.', |
|
117 | 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.', | |
111 | 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.', |
|
118 | 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.', |
@@ -1,5 +1,7 b'' | |||||
1 | // AUTO GENERATED FILE FOR Babel JS-GETTEXT EXTRACTORS, DO NOT CHANGE |
|
1 | // AUTO GENERATED FILE FOR Babel JS-GETTEXT EXTRACTORS, DO NOT CHANGE | |
2 | _gettext('(from usergroup {0})'); |
|
2 | _gettext('(from usergroup {0})'); | |
|
3 | _gettext('<strong>, and {0} file</strong> changed.'); | |||
|
4 | _gettext('<strong>, and {0} files</strong> changed.'); | |||
3 | _gettext('<strong>{0} file</strong> changed, '); |
|
5 | _gettext('<strong>{0} file</strong> changed, '); | |
4 | _gettext('<strong>{0} files</strong> changed, '); |
|
6 | _gettext('<strong>{0} files</strong> changed, '); | |
5 | _gettext('Add another comment'); |
|
7 | _gettext('Add another comment'); | |
@@ -21,6 +23,8 b'' | |||||
21 | _gettext('Comment body was not changed.'); |
|
23 | _gettext('Comment body was not changed.'); | |
22 | _gettext('Comment text will be set automatically based on currently selected status ({0}) ...'); |
|
24 | _gettext('Comment text will be set automatically based on currently selected status ({0}) ...'); | |
23 | _gettext('Commit Authors are not allowed to be a reviewer.'); |
|
25 | _gettext('Commit Authors are not allowed to be a reviewer.'); | |
|
26 | _gettext('Compare summary: <strong>{0} commit</strong>'); | |||
|
27 | _gettext('Compare summary: <strong>{0} commits</strong>'); | |||
24 | _gettext('Context file: '); |
|
28 | _gettext('Context file: '); | |
25 | _gettext('Delete'); |
|
29 | _gettext('Delete'); | |
26 | _gettext('Delete this comment?'); |
|
30 | _gettext('Delete this comment?'); | |
@@ -58,6 +62,7 b'' | |||||
58 | _gettext('No repository groups available yet.'); |
|
62 | _gettext('No repository groups available yet.'); | |
59 | _gettext('No repository groups present.'); |
|
63 | _gettext('No repository groups present.'); | |
60 | _gettext('No results'); |
|
64 | _gettext('No results'); | |
|
65 | _gettext('No review rules set.'); | |||
61 | _gettext('No ssh keys available yet.'); |
|
66 | _gettext('No ssh keys available yet.'); | |
62 | _gettext('No tags available yet.'); |
|
67 | _gettext('No tags available yet.'); | |
63 | _gettext('No user groups available yet.'); |
|
68 | _gettext('No user groups available yet.'); | |
@@ -95,11 +100,13 b'' | |||||
95 | _gettext('Stop following this repository'); |
|
100 | _gettext('Stop following this repository'); | |
96 | _gettext('Stopped watching this repository'); |
|
101 | _gettext('Stopped watching this repository'); | |
97 | _gettext('Submitting...'); |
|
102 | _gettext('Submitting...'); | |
|
103 | _gettext('Switch target repository with the source.'); | |||
98 | _gettext('Switch to chat'); |
|
104 | _gettext('Switch to chat'); | |
99 | _gettext('Switch to comment'); |
|
105 | _gettext('Switch to comment'); | |
100 | _gettext('TODO comment'); |
|
106 | _gettext('TODO comment'); | |
101 | _gettext('TODO from comment {0} was fixed.'); |
|
107 | _gettext('TODO from comment {0} was fixed.'); | |
102 | _gettext('There are currently no open pull requests requiring your participation.'); |
|
108 | _gettext('There are currently no open pull requests requiring your participation.'); | |
|
109 | _gettext('There are no commits to merge.'); | |||
103 | _gettext('There is a later version of file tree available. Click {0} to create a file at the latest tree.'); |
|
110 | _gettext('There is a later version of file tree available. Click {0} to create a file at the latest tree.'); | |
104 | _gettext('There is an existing path `{0}` at this commit.'); |
|
111 | _gettext('There is an existing path `{0}` at this commit.'); | |
105 | _gettext('This pull requests will consist of <strong>{0} commit</strong>.'); |
|
112 | _gettext('This pull requests will consist of <strong>{0} commit</strong>.'); |
@@ -6,6 +6,8 b'' | |||||
6 | //JS translations map |
|
6 | //JS translations map | |
7 | var _TM = { |
|
7 | var _TM = { | |
8 | '(from usergroup {0})': '(from usergroup {0})', |
|
8 | '(from usergroup {0})': '(from usergroup {0})', | |
|
9 | '<strong>, and {0} file</strong> changed.': '<strong>, and {0} file</strong> changed.', | |||
|
10 | '<strong>, and {0} files</strong> changed.': '<strong>, and {0} files</strong> changed.', | |||
9 | '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ', |
|
11 | '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ', | |
10 | '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ', |
|
12 | '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ', | |
11 | 'Add another comment': 'Dodaj kolejny komentarz', |
|
13 | 'Add another comment': 'Dodaj kolejny komentarz', | |
@@ -27,6 +29,8 b' var _TM = {' | |||||
27 | 'Comment body was not changed.': 'Comment body was not changed.', |
|
29 | 'Comment body was not changed.': 'Comment body was not changed.', | |
28 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
30 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
29 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', |
|
31 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', | |
|
32 | 'Compare summary: <strong>{0} commit</strong>': 'Compare summary: <strong>{0} commit</strong>', | |||
|
33 | 'Compare summary: <strong>{0} commits</strong>': 'Compare summary: <strong>{0} commits</strong>', | |||
30 | 'Context file: ': 'Context file: ', |
|
34 | 'Context file: ': 'Context file: ', | |
31 | 'Delete': 'Usuń', |
|
35 | 'Delete': 'Usuń', | |
32 | 'Delete this comment?': 'Delete this comment?', |
|
36 | 'Delete this comment?': 'Delete this comment?', | |
@@ -64,6 +68,7 b' var _TM = {' | |||||
64 | 'No repository groups available yet.': 'No repository groups available yet.', |
|
68 | 'No repository groups available yet.': 'No repository groups available yet.', | |
65 | 'No repository groups present.': 'No repository groups present.', |
|
69 | 'No repository groups present.': 'No repository groups present.', | |
66 | 'No results': 'No results', |
|
70 | 'No results': 'No results', | |
|
71 | 'No review rules set.': 'No review rules set.', | |||
67 | 'No ssh keys available yet.': 'No ssh keys available yet.', |
|
72 | 'No ssh keys available yet.': 'No ssh keys available yet.', | |
68 | 'No tags available yet.': 'No tags available yet.', |
|
73 | 'No tags available yet.': 'No tags available yet.', | |
69 | 'No user groups available yet.': 'No user groups available yet.', |
|
74 | 'No user groups available yet.': 'No user groups available yet.', | |
@@ -101,11 +106,13 b' var _TM = {' | |||||
101 | 'Stop following this repository': 'Zakończyć obserwację tego repozytorium', |
|
106 | 'Stop following this repository': 'Zakończyć obserwację tego repozytorium', | |
102 | 'Stopped watching this repository': 'Stopped watching this repository', |
|
107 | 'Stopped watching this repository': 'Stopped watching this repository', | |
103 | 'Submitting...': 'Przesyłanie...', |
|
108 | 'Submitting...': 'Przesyłanie...', | |
|
109 | 'Switch target repository with the source.': 'Switch target repository with the source.', | |||
104 | 'Switch to chat': 'Switch to chat', |
|
110 | 'Switch to chat': 'Switch to chat', | |
105 | 'Switch to comment': 'Switch to comment', |
|
111 | 'Switch to comment': 'Switch to comment', | |
106 | 'TODO comment': 'TODO comment', |
|
112 | 'TODO comment': 'TODO comment', | |
107 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', |
|
113 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |
108 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
114 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
|
115 | 'There are no commits to merge.': 'There are no commits to merge.', | |||
109 | 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.', |
|
116 | 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.', | |
110 | 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.', |
|
117 | 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.', | |
111 | 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.', |
|
118 | 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.', |
@@ -6,6 +6,8 b'' | |||||
6 | //JS translations map |
|
6 | //JS translations map | |
7 | var _TM = { |
|
7 | var _TM = { | |
8 | '(from usergroup {0})': '(from usergroup {0})', |
|
8 | '(from usergroup {0})': '(from usergroup {0})', | |
|
9 | '<strong>, and {0} file</strong> changed.': '<strong>, and {0} file</strong> changed.', | |||
|
10 | '<strong>, and {0} files</strong> changed.': '<strong>, and {0} files</strong> changed.', | |||
9 | '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ', |
|
11 | '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ', | |
10 | '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ', |
|
12 | '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ', | |
11 | 'Add another comment': 'Adicionar outro comentário', |
|
13 | 'Add another comment': 'Adicionar outro comentário', | |
@@ -27,6 +29,8 b' var _TM = {' | |||||
27 | 'Comment body was not changed.': 'Comment body was not changed.', |
|
29 | 'Comment body was not changed.': 'Comment body was not changed.', | |
28 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
30 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
29 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', |
|
31 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', | |
|
32 | 'Compare summary: <strong>{0} commit</strong>': 'Compare summary: <strong>{0} commit</strong>', | |||
|
33 | 'Compare summary: <strong>{0} commits</strong>': 'Compare summary: <strong>{0} commits</strong>', | |||
30 | 'Context file: ': 'Context file: ', |
|
34 | 'Context file: ': 'Context file: ', | |
31 | 'Delete': 'Excluir', |
|
35 | 'Delete': 'Excluir', | |
32 | 'Delete this comment?': 'Delete this comment?', |
|
36 | 'Delete this comment?': 'Delete this comment?', | |
@@ -64,6 +68,7 b' var _TM = {' | |||||
64 | 'No repository groups available yet.': 'No repository groups available yet.', |
|
68 | 'No repository groups available yet.': 'No repository groups available yet.', | |
65 | 'No repository groups present.': 'No repository groups present.', |
|
69 | 'No repository groups present.': 'No repository groups present.', | |
66 | 'No results': 'No results', |
|
70 | 'No results': 'No results', | |
|
71 | 'No review rules set.': 'No review rules set.', | |||
67 | 'No ssh keys available yet.': 'No ssh keys available yet.', |
|
72 | 'No ssh keys available yet.': 'No ssh keys available yet.', | |
68 | 'No tags available yet.': 'No tags available yet.', |
|
73 | 'No tags available yet.': 'No tags available yet.', | |
69 | 'No user groups available yet.': 'No user groups available yet.', |
|
74 | 'No user groups available yet.': 'No user groups available yet.', | |
@@ -101,11 +106,13 b' var _TM = {' | |||||
101 | 'Stop following this repository': 'Parar de seguir este repositório', |
|
106 | 'Stop following this repository': 'Parar de seguir este repositório', | |
102 | 'Stopped watching this repository': 'Stopped watching this repository', |
|
107 | 'Stopped watching this repository': 'Stopped watching this repository', | |
103 | 'Submitting...': 'Enviando...', |
|
108 | 'Submitting...': 'Enviando...', | |
|
109 | 'Switch target repository with the source.': 'Switch target repository with the source.', | |||
104 | 'Switch to chat': 'Switch to chat', |
|
110 | 'Switch to chat': 'Switch to chat', | |
105 | 'Switch to comment': 'Switch to comment', |
|
111 | 'Switch to comment': 'Switch to comment', | |
106 | 'TODO comment': 'TODO comment', |
|
112 | 'TODO comment': 'TODO comment', | |
107 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', |
|
113 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |
108 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
114 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
|
115 | 'There are no commits to merge.': 'There are no commits to merge.', | |||
109 | 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.', |
|
116 | 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.', | |
110 | 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.', |
|
117 | 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.', | |
111 | 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.', |
|
118 | 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.', |
@@ -6,6 +6,8 b'' | |||||
6 | //JS translations map |
|
6 | //JS translations map | |
7 | var _TM = { |
|
7 | var _TM = { | |
8 | '(from usergroup {0})': '(from usergroup {0})', |
|
8 | '(from usergroup {0})': '(from usergroup {0})', | |
|
9 | '<strong>, and {0} file</strong> changed.': '<strong>, and {0} file</strong> changed.', | |||
|
10 | '<strong>, and {0} files</strong> changed.': '<strong>, and {0} files</strong> changed.', | |||
9 | '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ', |
|
11 | '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ', | |
10 | '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ', |
|
12 | '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ', | |
11 | 'Add another comment': 'Добавить другой комментарий', |
|
13 | 'Add another comment': 'Добавить другой комментарий', | |
@@ -27,6 +29,8 b' var _TM = {' | |||||
27 | 'Comment body was not changed.': 'Comment body was not changed.', |
|
29 | 'Comment body was not changed.': 'Comment body was not changed.', | |
28 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
30 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
29 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', |
|
31 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', | |
|
32 | 'Compare summary: <strong>{0} commit</strong>': 'Compare summary: <strong>{0} commit</strong>', | |||
|
33 | 'Compare summary: <strong>{0} commits</strong>': 'Compare summary: <strong>{0} commits</strong>', | |||
30 | 'Context file: ': 'Context file: ', |
|
34 | 'Context file: ': 'Context file: ', | |
31 | 'Delete': 'Удалить', |
|
35 | 'Delete': 'Удалить', | |
32 | 'Delete this comment?': 'Delete this comment?', |
|
36 | 'Delete this comment?': 'Delete this comment?', | |
@@ -64,6 +68,7 b' var _TM = {' | |||||
64 | 'No repository groups available yet.': 'No repository groups available yet.', |
|
68 | 'No repository groups available yet.': 'No repository groups available yet.', | |
65 | 'No repository groups present.': 'No repository groups present.', |
|
69 | 'No repository groups present.': 'No repository groups present.', | |
66 | 'No results': 'No results', |
|
70 | 'No results': 'No results', | |
|
71 | 'No review rules set.': 'No review rules set.', | |||
67 | 'No ssh keys available yet.': 'No ssh keys available yet.', |
|
72 | 'No ssh keys available yet.': 'No ssh keys available yet.', | |
68 | 'No tags available yet.': 'No tags available yet.', |
|
73 | 'No tags available yet.': 'No tags available yet.', | |
69 | 'No user groups available yet.': 'No user groups available yet.', |
|
74 | 'No user groups available yet.': 'No user groups available yet.', | |
@@ -101,11 +106,13 b' var _TM = {' | |||||
101 | 'Stop following this repository': 'Отменить наблюдение за репозиторием', |
|
106 | 'Stop following this repository': 'Отменить наблюдение за репозиторием', | |
102 | 'Stopped watching this repository': 'Stopped watching this repository', |
|
107 | 'Stopped watching this repository': 'Stopped watching this repository', | |
103 | 'Submitting...': 'Применение...', |
|
108 | 'Submitting...': 'Применение...', | |
|
109 | 'Switch target repository with the source.': 'Switch target repository with the source.', | |||
104 | 'Switch to chat': 'Switch to chat', |
|
110 | 'Switch to chat': 'Switch to chat', | |
105 | 'Switch to comment': 'Switch to comment', |
|
111 | 'Switch to comment': 'Switch to comment', | |
106 | 'TODO comment': 'TODO comment', |
|
112 | 'TODO comment': 'TODO comment', | |
107 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', |
|
113 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |
108 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
114 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
|
115 | 'There are no commits to merge.': 'There are no commits to merge.', | |||
109 | 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.', |
|
116 | 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.', | |
110 | 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.', |
|
117 | 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.', | |
111 | 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.', |
|
118 | 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.', |
@@ -6,6 +6,8 b'' | |||||
6 | //JS translations map |
|
6 | //JS translations map | |
7 | var _TM = { |
|
7 | var _TM = { | |
8 | '(from usergroup {0})': '(from usergroup {0})', |
|
8 | '(from usergroup {0})': '(from usergroup {0})', | |
|
9 | '<strong>, and {0} file</strong> changed.': '<strong>, and {0} file</strong> changed.', | |||
|
10 | '<strong>, and {0} files</strong> changed.': '<strong>, and {0} files</strong> changed.', | |||
9 | '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ', |
|
11 | '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ', | |
10 | '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ', |
|
12 | '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ', | |
11 | 'Add another comment': 'Add another comment', |
|
13 | 'Add another comment': 'Add another comment', | |
@@ -27,6 +29,8 b' var _TM = {' | |||||
27 | 'Comment body was not changed.': 'Comment body was not changed.', |
|
29 | 'Comment body was not changed.': 'Comment body was not changed.', | |
28 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
30 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
29 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', |
|
31 | 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', | |
|
32 | 'Compare summary: <strong>{0} commit</strong>': 'Compare summary: <strong>{0} commit</strong>', | |||
|
33 | 'Compare summary: <strong>{0} commits</strong>': 'Compare summary: <strong>{0} commits</strong>', | |||
30 | 'Context file: ': 'Context file: ', |
|
34 | 'Context file: ': 'Context file: ', | |
31 | 'Delete': '删除', |
|
35 | 'Delete': '删除', | |
32 | 'Delete this comment?': 'Delete this comment?', |
|
36 | 'Delete this comment?': 'Delete this comment?', | |
@@ -64,6 +68,7 b' var _TM = {' | |||||
64 | 'No repository groups available yet.': 'No repository groups available yet.', |
|
68 | 'No repository groups available yet.': 'No repository groups available yet.', | |
65 | 'No repository groups present.': 'No repository groups present.', |
|
69 | 'No repository groups present.': 'No repository groups present.', | |
66 | 'No results': 'No results', |
|
70 | 'No results': 'No results', | |
|
71 | 'No review rules set.': 'No review rules set.', | |||
67 | 'No ssh keys available yet.': 'No ssh keys available yet.', |
|
72 | 'No ssh keys available yet.': 'No ssh keys available yet.', | |
68 | 'No tags available yet.': 'No tags available yet.', |
|
73 | 'No tags available yet.': 'No tags available yet.', | |
69 | 'No user groups available yet.': 'No user groups available yet.', |
|
74 | 'No user groups available yet.': 'No user groups available yet.', | |
@@ -101,11 +106,13 b' var _TM = {' | |||||
101 | 'Stop following this repository': '停止关注该版本库', |
|
106 | 'Stop following this repository': '停止关注该版本库', | |
102 | 'Stopped watching this repository': 'Stopped watching this repository', |
|
107 | 'Stopped watching this repository': 'Stopped watching this repository', | |
103 | 'Submitting...': '提交中……', |
|
108 | 'Submitting...': '提交中……', | |
|
109 | 'Switch target repository with the source.': 'Switch target repository with the source.', | |||
104 | 'Switch to chat': 'Switch to chat', |
|
110 | 'Switch to chat': 'Switch to chat', | |
105 | 'Switch to comment': 'Switch to comment', |
|
111 | 'Switch to comment': 'Switch to comment', | |
106 | 'TODO comment': 'TODO comment', |
|
112 | 'TODO comment': 'TODO comment', | |
107 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', |
|
113 | 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.', | |
108 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', |
|
114 | 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.', | |
|
115 | 'There are no commits to merge.': 'There are no commits to merge.', | |||
109 | 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.', |
|
116 | 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.', | |
110 | 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.', |
|
117 | 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.', | |
111 | 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.', |
|
118 | 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.', |
General Comments 0
You need to be logged in to leave comments.
Login now