diff --git a/rhodecode/public/js/rhodecode/i18n/be.js b/rhodecode/public/js/rhodecode/i18n/be.js --- a/rhodecode/public/js/rhodecode/i18n/be.js +++ b/rhodecode/public/js/rhodecode/i18n/be.js @@ -17,15 +17,18 @@ var _TM = { 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', 'Delete this comment?': 'Delete this comment?', 'Diff to Commit ': 'Diff to Commit ', + 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', 'Follow': 'Follow', 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', + 'Lifetime': 'Lifetime', 'Loading ...': 'Loading ...', 'Loading failed': 'Loading failed', 'Loading more results...': 'Loading more results...', 'No bookmarks available yet.': 'No bookmarks available yet.', 'No branches available yet.': 'No branches available yet.', + 'No forks available yet.': 'No forks available yet.', 'No gists available yet.': 'No gists available yet.', 'No matches found': 'No matches found', 'No matching files': 'No matching files', @@ -33,6 +36,7 @@ var _TM = { 'No repositories available yet.': 'No repositories available yet.', 'No repository groups available yet.': 'No repository groups available yet.', 'No results': 'No results', + 'No ssh keys available yet.': 'No ssh keys available yet.', 'No tags available yet.': 'No tags available yet.', 'No user groups available yet.': 'No user groups available yet.', 'No users available yet.': 'No users available yet.', @@ -55,6 +59,7 @@ var _TM = { 'Show more': 'Show more', 'Show selected commit __S': 'Show selected commit __S', 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', + 'Specified expiration date': 'Specified expiration date', 'Start following this repository': 'Start following this repository', 'Status Review': 'Status Review', 'Stop following this repository': 'Stop following this repository', @@ -70,6 +75,7 @@ var _TM = { 'You can only select {0} item': 'You can only select {0} item', 'You can only select {0} items': 'You can only select {0} items', 'added manually by "{0}"': 'added manually by "{0}"', + 'date not in future': 'date not in future', 'disabled': 'disabled', 'enabled': 'enabled', 'file': 'file', @@ -97,6 +103,7 @@ var _TM = { '{0} min': '{0} min', '{0} month': '{0} month', '{0} months': '{0} months', + '{0} out of {1} ssh keys': '{0} out of {1} ssh keys', '{0} out of {1} users': '{0} out of {1} users', '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', '{0} sec': '{0} sec', diff --git a/rhodecode/public/js/rhodecode/i18n/de.js b/rhodecode/public/js/rhodecode/i18n/de.js --- a/rhodecode/public/js/rhodecode/i18n/de.js +++ b/rhodecode/public/js/rhodecode/i18n/de.js @@ -17,15 +17,18 @@ var _TM = { 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', 'Delete this comment?': 'Delete this comment?', 'Diff to Commit ': 'Diff to Commit ', + 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', 'Follow': 'Follow', 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', + 'Lifetime': 'Lebensdauer', 'Loading ...': 'Loading ...', 'Loading failed': 'Loading failed', 'Loading more results...': 'Loading more results...', 'No bookmarks available yet.': 'No bookmarks available yet.', 'No branches available yet.': 'No branches available yet.', + 'No forks available yet.': 'No forks available yet.', 'No gists available yet.': 'No gists available yet.', 'No matches found': 'Keine Treffer gefunden', 'No matching files': 'No matching files', @@ -33,6 +36,7 @@ var _TM = { 'No repositories available yet.': 'No repositories available yet.', 'No repository groups available yet.': 'No repository groups available yet.', 'No results': 'No results', + 'No ssh keys available yet.': 'No ssh keys available yet.', 'No tags available yet.': 'No tags available yet.', 'No user groups available yet.': 'No user groups available yet.', 'No users available yet.': 'No users available yet.', @@ -55,6 +59,7 @@ var _TM = { 'Show more': 'Show more', 'Show selected commit __S': 'Show selected commit __S', 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', + 'Specified expiration date': 'Specified expiration date', 'Start following this repository': 'Start following this repository', 'Status Review': 'Status Review', 'Stop following this repository': 'Stop following this repository', @@ -70,6 +75,7 @@ var _TM = { 'You can only select {0} item': 'You can only select {0} item', 'You can only select {0} items': 'You can only select {0} items', 'added manually by "{0}"': 'added manually by "{0}"', + 'date not in future': 'date not in future', 'disabled': 'disabled', 'enabled': 'enabled', 'file': 'file', @@ -97,6 +103,7 @@ var _TM = { '{0} min': '{0} min', '{0} month': '{0} month', '{0} months': '{0} months', + '{0} out of {1} ssh keys': '{0} out of {1} ssh keys', '{0} out of {1} users': '{0} out of {1} users', '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', '{0} sec': '{0} sec', diff --git a/rhodecode/public/js/rhodecode/i18n/en.js b/rhodecode/public/js/rhodecode/i18n/en.js --- a/rhodecode/public/js/rhodecode/i18n/en.js +++ b/rhodecode/public/js/rhodecode/i18n/en.js @@ -17,15 +17,18 @@ var _TM = { 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', 'Delete this comment?': 'Delete this comment?', 'Diff to Commit ': 'Diff to Commit ', + 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', 'Follow': 'Follow', 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', + 'Lifetime': 'Lifetime', 'Loading ...': 'Loading ...', 'Loading failed': 'Loading failed', 'Loading more results...': 'Loading more results...', 'No bookmarks available yet.': 'No bookmarks available yet.', 'No branches available yet.': 'No branches available yet.', + 'No forks available yet.': 'No forks available yet.', 'No gists available yet.': 'No gists available yet.', 'No matches found': 'No matches found', 'No matching files': 'No matching files', @@ -33,6 +36,7 @@ var _TM = { 'No repositories available yet.': 'No repositories available yet.', 'No repository groups available yet.': 'No repository groups available yet.', 'No results': 'No results', + 'No ssh keys available yet.': 'No ssh keys available yet.', 'No tags available yet.': 'No tags available yet.', 'No user groups available yet.': 'No user groups available yet.', 'No users available yet.': 'No users available yet.', @@ -55,6 +59,7 @@ var _TM = { 'Show more': 'Show more', 'Show selected commit __S': 'Show selected commit __S', 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', + 'Specified expiration date': 'Specified expiration date', 'Start following this repository': 'Start following this repository', 'Status Review': 'Status Review', 'Stop following this repository': 'Stop following this repository', @@ -70,6 +75,7 @@ var _TM = { 'You can only select {0} item': 'You can only select {0} item', 'You can only select {0} items': 'You can only select {0} items', 'added manually by "{0}"': 'added manually by "{0}"', + 'date not in future': 'date not in future', 'disabled': 'disabled', 'enabled': 'enabled', 'file': 'file', @@ -97,6 +103,7 @@ var _TM = { '{0} min': '{0} min', '{0} month': '{0} month', '{0} months': '{0} months', + '{0} out of {1} ssh keys': '{0} out of {1} ssh keys', '{0} out of {1} users': '{0} out of {1} users', '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', '{0} sec': '{0} sec', diff --git a/rhodecode/public/js/rhodecode/i18n/es.js b/rhodecode/public/js/rhodecode/i18n/es.js --- a/rhodecode/public/js/rhodecode/i18n/es.js +++ b/rhodecode/public/js/rhodecode/i18n/es.js @@ -17,15 +17,18 @@ var _TM = { 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', 'Delete this comment?': 'Delete this comment?', 'Diff to Commit ': 'Diff to Commit ', + 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', 'Follow': 'Follow', 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', + 'Lifetime': 'De por vida', 'Loading ...': 'Loading ...', 'Loading failed': 'Loading failed', 'Loading more results...': 'Loading more results...', 'No bookmarks available yet.': 'No bookmarks available yet.', 'No branches available yet.': 'No branches available yet.', + 'No forks available yet.': 'No forks available yet.', 'No gists available yet.': 'No gists available yet.', 'No matches found': 'No matches found', 'No matching files': 'No matching files', @@ -33,6 +36,7 @@ var _TM = { 'No repositories available yet.': 'No repositories available yet.', 'No repository groups available yet.': 'No repository groups available yet.', 'No results': 'No results', + 'No ssh keys available yet.': 'No ssh keys available yet.', 'No tags available yet.': 'No tags available yet.', 'No user groups available yet.': 'No user groups available yet.', 'No users available yet.': 'No users available yet.', @@ -55,6 +59,7 @@ var _TM = { 'Show more': 'Show more', 'Show selected commit __S': 'Show selected commit __S', 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', + 'Specified expiration date': 'Specified expiration date', 'Start following this repository': 'Start following this repository', 'Status Review': 'Status Review', 'Stop following this repository': 'Stop following this repository', @@ -70,6 +75,7 @@ var _TM = { 'You can only select {0} item': 'You can only select {0} item', 'You can only select {0} items': 'You can only select {0} items', 'added manually by "{0}"': 'added manually by "{0}"', + 'date not in future': 'date not in future', 'disabled': 'disabled', 'enabled': 'enabled', 'file': 'file', @@ -97,6 +103,7 @@ var _TM = { '{0} min': '{0} min', '{0} month': '{0} month', '{0} months': '{0} months', + '{0} out of {1} ssh keys': '{0} out of {1} ssh keys', '{0} out of {1} users': '{0} out of {1} users', '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', '{0} sec': '{0} sec', diff --git a/rhodecode/public/js/rhodecode/i18n/fr.js b/rhodecode/public/js/rhodecode/i18n/fr.js --- a/rhodecode/public/js/rhodecode/i18n/fr.js +++ b/rhodecode/public/js/rhodecode/i18n/fr.js @@ -17,15 +17,18 @@ var _TM = { 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', 'Delete this comment?': 'Delete this comment?', 'Diff to Commit ': 'Diff to Commit ', + 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', 'Follow': 'Follow', 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', + 'Lifetime': 'Lifetime', 'Loading ...': 'Loading ...', 'Loading failed': 'Loading failed', 'Loading more results...': 'Loading more results...', 'No bookmarks available yet.': 'No bookmarks available yet.', 'No branches available yet.': 'No branches available yet.', + 'No forks available yet.': 'No forks available yet.', 'No gists available yet.': 'No gists available yet.', 'No matches found': 'No matches found', 'No matching files': 'No matching files', @@ -33,6 +36,7 @@ var _TM = { 'No repositories available yet.': 'No repositories available yet.', 'No repository groups available yet.': 'No repository groups available yet.', 'No results': 'No results', + 'No ssh keys available yet.': 'No ssh keys available yet.', 'No tags available yet.': 'No tags available yet.', 'No user groups available yet.': 'No user groups available yet.', 'No users available yet.': 'No users available yet.', @@ -55,6 +59,7 @@ var _TM = { 'Show more': 'Show more', 'Show selected commit __S': 'Show selected commit __S', 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', + 'Specified expiration date': 'Specified expiration date', 'Start following this repository': 'Suivre ce dépôt', 'Status Review': 'Status Review', 'Stop following this repository': 'Arrêter de suivre ce dépôt', @@ -70,6 +75,7 @@ var _TM = { 'You can only select {0} item': 'You can only select {0} item', 'You can only select {0} items': 'You can only select {0} items', 'added manually by "{0}"': 'added manually by "{0}"', + 'date not in future': 'date not in future', 'disabled': 'Désactivé', 'enabled': 'enabled', 'file': 'file', @@ -97,6 +103,7 @@ var _TM = { '{0} min': '{0} min', '{0} month': '{0} month', '{0} months': '{0} months', + '{0} out of {1} ssh keys': '{0} out of {1} ssh keys', '{0} out of {1} users': '{0} out of {1} users', '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', '{0} sec': '{0} sec', diff --git a/rhodecode/public/js/rhodecode/i18n/it.js b/rhodecode/public/js/rhodecode/i18n/it.js --- a/rhodecode/public/js/rhodecode/i18n/it.js +++ b/rhodecode/public/js/rhodecode/i18n/it.js @@ -17,15 +17,18 @@ var _TM = { 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', 'Delete this comment?': 'Delete this comment?', 'Diff to Commit ': 'Diff to Commit ', + 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', 'Follow': 'Segui', 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', + 'Lifetime': 'a vita', 'Loading ...': 'Caricamento ...', 'Loading failed': 'Loading failed', 'Loading more results...': 'Loading more results...', 'No bookmarks available yet.': 'No bookmarks available yet.', 'No branches available yet.': 'No branches available yet.', + 'No forks available yet.': 'No forks available yet.', 'No gists available yet.': 'No gists available yet.', 'No matches found': 'Nessuna corrispondenza', 'No matching files': 'Nessuna corrispondenza tra i file', @@ -33,6 +36,7 @@ var _TM = { 'No repositories available yet.': 'No repositories available yet.', 'No repository groups available yet.': 'No repository groups available yet.', 'No results': 'Nessun risultato', + 'No ssh keys available yet.': 'No ssh keys available yet.', 'No tags available yet.': 'No tags available yet.', 'No user groups available yet.': 'No user groups available yet.', 'No users available yet.': 'No users available yet.', @@ -55,6 +59,7 @@ var _TM = { 'Show more': 'Mostra ancora', 'Show selected commit __S': 'Show selected commit __S', 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', + 'Specified expiration date': 'Specified expiration date', 'Start following this repository': 'Inizia a seguire il repository', 'Status Review': 'Status Review', 'Stop following this repository': 'Smetti di seguire il repository', @@ -70,6 +75,7 @@ var _TM = { 'You can only select {0} item': 'You can only select {0} item', 'You can only select {0} items': 'You can only select {0} items', 'added manually by "{0}"': 'added manually by "{0}"', + 'date not in future': 'date not in future', 'disabled': 'disabilitato', 'enabled': 'abilitato', 'file': 'file', @@ -97,6 +103,7 @@ var _TM = { '{0} min': '{0} min', '{0} month': '{0} month', '{0} months': '{0} months', + '{0} out of {1} ssh keys': '{0} out of {1} ssh keys', '{0} out of {1} users': '{0} out of {1} users', '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', '{0} sec': '{0} sec', diff --git a/rhodecode/public/js/rhodecode/i18n/ja.js b/rhodecode/public/js/rhodecode/i18n/ja.js --- a/rhodecode/public/js/rhodecode/i18n/ja.js +++ b/rhodecode/public/js/rhodecode/i18n/ja.js @@ -17,15 +17,18 @@ var _TM = { 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', 'Delete this comment?': 'Delete this comment?', 'Diff to Commit ': 'Diff to Commit ', + 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', 'Follow': 'フォロー', 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', + 'Lifetime': '有効期間', 'Loading ...': '読み込み中...', 'Loading failed': '読み込み失敗', 'Loading more results...': '結果を読み込み中...', 'No bookmarks available yet.': 'まだブックマークがありません。', 'No branches available yet.': 'まだブランチがありません。', + 'No forks available yet.': 'No forks available yet.', 'No gists available yet.': 'まだ Gist がありません。', 'No matches found': '一致するものが見つかりません', 'No matching files': 'マッチするファイルはありません', @@ -33,6 +36,7 @@ var _TM = { 'No repositories available yet.': 'まだリポジトリがありません。', 'No repository groups available yet.': 'まだリポジトリグループがありません。', 'No results': '結果がありません', + 'No ssh keys available yet.': 'No ssh keys available yet.', 'No tags available yet.': 'まだタグがありません。', 'No user groups available yet.': 'まだユーザーグループがありません。', 'No users available yet.': 'まだユーザーがいません。', @@ -55,6 +59,7 @@ var _TM = { 'Show more': 'もっと表示', 'Show selected commit __S': 'Show selected commit __S', 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', + 'Specified expiration date': 'Specified expiration date', 'Start following this repository': 'このリポジトリのフォローする', 'Status Review': 'ステータスレビュー', 'Stop following this repository': 'このリポジトリのフォローをやめる', @@ -70,6 +75,7 @@ var _TM = { 'You can only select {0} item': '{0} 件のみ選択できます', 'You can only select {0} items': '{0} 件のみ選択できます', 'added manually by "{0}"': 'added manually by "{0}"', + 'date not in future': 'date not in future', 'disabled': '無効', 'enabled': '有効', 'file': 'ファイル', @@ -97,6 +103,7 @@ var _TM = { '{0} min': '{0} 分', '{0} month': '{0} ヶ月', '{0} months': '{0} months', + '{0} out of {1} ssh keys': '{0} out of {1} ssh keys', '{0} out of {1} users': '{0} out of {1} users', '{0} results are available, use up and down arrow keys to navigate.': '{0} 件の結果があります。矢印キーの上下で選択できます。', '{0} sec': '{0} 秒', diff --git a/rhodecode/public/js/rhodecode/i18n/js_translations.js b/rhodecode/public/js/rhodecode/i18n/js_translations.js --- a/rhodecode/public/js/rhodecode/i18n/js_translations.js +++ b/rhodecode/public/js/rhodecode/i18n/js_translations.js @@ -11,15 +11,18 @@ _gettext('Commit Authors are not allowed to be a reviewer.'); _gettext('Delete this comment?'); _gettext('Diff to Commit '); +_gettext('Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.'); _gettext('Follow'); _gettext('Invite reviewers to this discussion'); _gettext('Leave a comment on line {0}.'); _gettext('Leave a comment, or click resolve button to resolve TODO comment #{0}'); +_gettext('Lifetime'); _gettext('Loading ...'); _gettext('Loading failed'); _gettext('Loading more results...'); _gettext('No bookmarks available yet.'); _gettext('No branches available yet.'); +_gettext('No forks available yet.'); _gettext('No gists available yet.'); _gettext('No matches found'); _gettext('No matching files'); @@ -27,6 +30,7 @@ _gettext('No repositories available yet.'); _gettext('No repository groups available yet.'); _gettext('No results'); +_gettext('No ssh keys available yet.'); _gettext('No tags available yet.'); _gettext('No user groups available yet.'); _gettext('No users available yet.'); @@ -49,6 +53,7 @@ _gettext('Show more'); _gettext('Show selected commit __S'); _gettext('Show selected commits __S ... __E'); +_gettext('Specified expiration date'); _gettext('Start following this repository'); _gettext('Status Review'); _gettext('Stop following this repository'); @@ -64,6 +69,7 @@ _gettext('You can only select {0} item'); _gettext('You can only select {0} items'); _gettext('added manually by "{0}"'); +_gettext('date not in future'); _gettext('disabled'); _gettext('enabled'); _gettext('file'); @@ -91,6 +97,7 @@ _gettext('{0} min'); _gettext('{0} month'); _gettext('{0} months'); +_gettext('{0} out of {1} ssh keys'); _gettext('{0} out of {1} users'); _gettext('{0} results are available, use up and down arrow keys to navigate.'); _gettext('{0} sec'); diff --git a/rhodecode/public/js/rhodecode/i18n/pl.js b/rhodecode/public/js/rhodecode/i18n/pl.js --- a/rhodecode/public/js/rhodecode/i18n/pl.js +++ b/rhodecode/public/js/rhodecode/i18n/pl.js @@ -17,15 +17,18 @@ var _TM = { 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', 'Delete this comment?': 'Delete this comment?', 'Diff to Commit ': 'Diff to Commit ', + 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', 'Follow': 'Obserwuj', 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', + 'Lifetime': 'Czas życia', 'Loading ...': 'Ładuję...', 'Loading failed': 'Loading failed', 'Loading more results...': 'Loading more results...', 'No bookmarks available yet.': 'No bookmarks available yet.', 'No branches available yet.': 'No branches available yet.', + 'No forks available yet.': 'No forks available yet.', 'No gists available yet.': 'No gists available yet.', 'No matches found': 'No matches found', 'No matching files': 'Nie ma plików pasujących', @@ -33,6 +36,7 @@ var _TM = { 'No repositories available yet.': 'No repositories available yet.', 'No repository groups available yet.': 'No repository groups available yet.', 'No results': 'No results', + 'No ssh keys available yet.': 'No ssh keys available yet.', 'No tags available yet.': 'No tags available yet.', 'No user groups available yet.': 'No user groups available yet.', 'No users available yet.': 'No users available yet.', @@ -55,6 +59,7 @@ var _TM = { 'Show more': 'Pokaż więcej', 'Show selected commit __S': 'Show selected commit __S', 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', + 'Specified expiration date': 'Specified expiration date', 'Start following this repository': 'Zacznij obserwację tego repozytorium', 'Status Review': 'Status Review', 'Stop following this repository': 'Zakończyć obserwację tego repozytorium', @@ -70,6 +75,7 @@ var _TM = { 'You can only select {0} item': 'You can only select {0} item', 'You can only select {0} items': 'You can only select {0} items', 'added manually by "{0}"': 'added manually by "{0}"', + 'date not in future': 'date not in future', 'disabled': 'disabled', 'enabled': 'enabled', 'file': 'file', @@ -97,6 +103,7 @@ var _TM = { '{0} min': '{0} min', '{0} month': '{0} month', '{0} months': '{0} months', + '{0} out of {1} ssh keys': '{0} out of {1} ssh keys', '{0} out of {1} users': '{0} out of {1} users', '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', '{0} sec': '{0} sec', diff --git a/rhodecode/public/js/rhodecode/i18n/pt.js b/rhodecode/public/js/rhodecode/i18n/pt.js --- a/rhodecode/public/js/rhodecode/i18n/pt.js +++ b/rhodecode/public/js/rhodecode/i18n/pt.js @@ -17,15 +17,18 @@ var _TM = { 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', 'Delete this comment?': 'Delete this comment?', 'Diff to Commit ': 'Diff to Commit ', + 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', 'Follow': 'Seguir', 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', + 'Lifetime': 'Tempo de Vida', 'Loading ...': 'Carregando...', 'Loading failed': 'Loading failed', 'Loading more results...': 'Loading more results...', 'No bookmarks available yet.': 'No bookmarks available yet.', 'No branches available yet.': 'No branches available yet.', + 'No forks available yet.': 'No forks available yet.', 'No gists available yet.': 'No gists available yet.', 'No matches found': 'No matches found', 'No matching files': 'Nenhum arquivo encontrado', @@ -33,6 +36,7 @@ var _TM = { 'No repositories available yet.': 'No repositories available yet.', 'No repository groups available yet.': 'No repository groups available yet.', 'No results': 'No results', + 'No ssh keys available yet.': 'No ssh keys available yet.', 'No tags available yet.': 'No tags available yet.', 'No user groups available yet.': 'No user groups available yet.', 'No users available yet.': 'No users available yet.', @@ -55,6 +59,7 @@ var _TM = { 'Show more': 'Mostrar mais', 'Show selected commit __S': 'Show selected commit __S', 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', + 'Specified expiration date': 'Specified expiration date', 'Start following this repository': 'Passar a seguir este repositório', 'Status Review': 'Status Review', 'Stop following this repository': 'Parar de seguir este repositório', @@ -70,6 +75,7 @@ var _TM = { 'You can only select {0} item': 'You can only select {0} item', 'You can only select {0} items': 'You can only select {0} items', 'added manually by "{0}"': 'added manually by "{0}"', + 'date not in future': 'date not in future', 'disabled': 'desabilitado', 'enabled': 'enabled', 'file': 'file', @@ -97,6 +103,7 @@ var _TM = { '{0} min': '{0} min', '{0} month': '{0} month', '{0} months': '{0} months', + '{0} out of {1} ssh keys': '{0} out of {1} ssh keys', '{0} out of {1} users': '{0} out of {1} users', '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', '{0} sec': '{0} sec', diff --git a/rhodecode/public/js/rhodecode/i18n/ru.js b/rhodecode/public/js/rhodecode/i18n/ru.js --- a/rhodecode/public/js/rhodecode/i18n/ru.js +++ b/rhodecode/public/js/rhodecode/i18n/ru.js @@ -17,15 +17,18 @@ var _TM = { 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', 'Delete this comment?': 'Delete this comment?', 'Diff to Commit ': 'Diff to Commit ', + 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', 'Follow': 'Наблюдать', 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', + 'Lifetime': 'Срок', 'Loading ...': 'Загрузка...', 'Loading failed': 'Loading failed', 'Loading more results...': 'Loading more results...', 'No bookmarks available yet.': 'No bookmarks available yet.', 'No branches available yet.': 'No branches available yet.', + 'No forks available yet.': 'No forks available yet.', 'No gists available yet.': 'No gists available yet.', 'No matches found': 'No matches found', 'No matching files': 'Нет совпадений', @@ -33,6 +36,7 @@ var _TM = { 'No repositories available yet.': 'No repositories available yet.', 'No repository groups available yet.': 'No repository groups available yet.', 'No results': 'No results', + 'No ssh keys available yet.': 'No ssh keys available yet.', 'No tags available yet.': 'No tags available yet.', 'No user groups available yet.': 'No user groups available yet.', 'No users available yet.': 'No users available yet.', @@ -55,6 +59,7 @@ var _TM = { 'Show more': 'Показать еще', 'Show selected commit __S': 'Show selected commit __S', 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', + 'Specified expiration date': 'Specified expiration date', 'Start following this repository': 'Наблюдать за репозиторием', 'Status Review': 'Status Review', 'Stop following this repository': 'Отменить наблюдение за репозиторием', @@ -70,6 +75,7 @@ var _TM = { 'You can only select {0} item': 'You can only select {0} item', 'You can only select {0} items': 'You can only select {0} items', 'added manually by "{0}"': 'added manually by "{0}"', + 'date not in future': 'date not in future', 'disabled': 'отключено', 'enabled': 'enabled', 'file': 'file', @@ -97,6 +103,7 @@ var _TM = { '{0} min': '{0} min', '{0} month': '{0} month', '{0} months': '{0} months', + '{0} out of {1} ssh keys': '{0} out of {1} ssh keys', '{0} out of {1} users': '{0} out of {1} users', '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', '{0} sec': '{0} sec', diff --git a/rhodecode/public/js/rhodecode/i18n/zh.js b/rhodecode/public/js/rhodecode/i18n/zh.js --- a/rhodecode/public/js/rhodecode/i18n/zh.js +++ b/rhodecode/public/js/rhodecode/i18n/zh.js @@ -17,15 +17,18 @@ var _TM = { 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.', 'Delete this comment?': 'Delete this comment?', 'Diff to Commit ': 'Diff to Commit ', + 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.', 'Follow': 'Follow', 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}', + 'Lifetime': '终身', 'Loading ...': 'Loading ...', 'Loading failed': 'Loading failed', 'Loading more results...': 'Loading more results...', 'No bookmarks available yet.': 'No bookmarks available yet.', 'No branches available yet.': 'No branches available yet.', + 'No forks available yet.': 'No forks available yet.', 'No gists available yet.': 'No gists available yet.', 'No matches found': 'No matches found', 'No matching files': 'No matching files', @@ -33,6 +36,7 @@ var _TM = { 'No repositories available yet.': 'No repositories available yet.', 'No repository groups available yet.': 'No repository groups available yet.', 'No results': 'No results', + 'No ssh keys available yet.': 'No ssh keys available yet.', 'No tags available yet.': 'No tags available yet.', 'No user groups available yet.': 'No user groups available yet.', 'No users available yet.': 'No users available yet.', @@ -55,6 +59,7 @@ var _TM = { 'Show more': 'Show more', 'Show selected commit __S': 'Show selected commit __S', 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', + 'Specified expiration date': 'Specified expiration date', 'Start following this repository': '开始关注该版本库', 'Status Review': 'Status Review', 'Stop following this repository': '停止关注该版本库', @@ -70,6 +75,7 @@ var _TM = { 'You can only select {0} item': 'You can only select {0} item', 'You can only select {0} items': 'You can only select {0} items', 'added manually by "{0}"': 'added manually by "{0}"', + 'date not in future': 'date not in future', 'disabled': '禁用', 'enabled': 'enabled', 'file': 'file', @@ -97,6 +103,7 @@ var _TM = { '{0} min': '{0} min', '{0} month': '{0} month', '{0} months': '{0} months', + '{0} out of {1} ssh keys': '{0} out of {1} ssh keys', '{0} out of {1} users': '{0} out of {1} users', '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', '{0} sec': '{0} sec',