From f041d3f58f7e42231de7942aefa713103fb8f15d Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Sun, 20 Oct 2013 22:09:59 -0700 Subject: [PATCH] Community-contributed localization for Kannada (kn) --- .../hudson/model/AbstractBuild/index_kn.properties | 5 +++++ .../hudson/model/AbstractBuild/sidepanel_kn.properties | 4 ++++ .../hudson/model/AbstractBuild/tasks_kn.properties | 7 ++++++- .../hudson/model/AbstractProject/main_kn.properties | 5 +++++ .../model/AbstractProject/sidepanel_kn.properties | 10 ++++++++++ .../resources/hudson/model/Job/index_kn.properties | 3 +++ .../hudson/model/Job/permalinks_kn.properties | 3 +++ .../Permalink/link_kn.properties | 3 +++ .../resources/hudson/model/Run/console_kn.properties | 3 +++ .../UpdateCenter/ConnectionCheckJob/row_kn.properties | 3 +++ .../DownloadJob/Pending/status_kn.properties | 3 +++ .../RestartJenkinsJob/Pending/status_kn.properties | 3 +++ .../hudson/model/View/AsynchPeople/index_kn.properties | 3 +++ .../hudson/model/View/sidepanel_kn.properties | 6 ++++++ .../hudson/scm/EmptyChangeLogSet/digest_kn.properties | 3 +++ .../HudsonPrivateSecurityRealm/loginLink_kn.properties | 3 +++ .../security/SecurityRealm/loginLink_kn.properties | 3 +++ .../views/BuildButtonColumn/column_kn.properties | 4 ++++ .../DefaultMyViewsTabBar/myViewTabs_kn.properties | 3 +++ .../views/DefaultViewsTabBar/viewTabs_kn.properties | 3 +++ .../LastDurationColumn/columnHeader_kn.properties | 3 +++ .../views/LastDurationColumn/column_kn.properties | 3 +++ .../views/LastFailureColumn/columnHeader_kn.properties | 3 +++ .../views/LastFailureColumn/column_kn.properties | 3 +++ .../views/LastSuccessColumn/columnHeader_kn.properties | 3 +++ .../views/LastSuccessColumn/column_kn.properties | 3 +++ .../views/StatusColumn/columnHeader_kn.properties | 3 +++ .../views/WeatherColumn/columnHeader_kn.properties | 3 +++ .../hudson/widgets/HistoryWidget/entry_kn.properties | 3 +++ .../hudson/widgets/HistoryWidget/index_kn.properties | 5 +++++ .../lib/form/breadcrumb-config-outline_kn.properties | 3 +++ .../resources/lib/hudson/buildCaption_kn.properties | 3 +++ .../resources/lib/hudson/buildHealth_kn.properties | 3 +++ .../lib/hudson/buildProgressBar_kn.properties | 3 +++ .../lib/hudson/editableDescription_kn.properties | 4 ++++ .../main/resources/lib/hudson/executors_kn.properties | 6 ++++++ .../main/resources/lib/hudson/iconSize_kn.properties | 3 +++ .../hudson/project/upstream-downstream_kn.properties | 4 ++++ core/src/main/resources/lib/hudson/queue_kn.properties | 4 ++++ .../src/main/resources/lib/hudson/rssBar_kn.properties | 6 ++++++ .../resources/lib/layout/breadcrumbBar_kn.properties | 3 +++ .../src/main/resources/lib/layout/layout_kn.properties | 6 +++++- 42 files changed, 158 insertions(+), 2 deletions(-) create mode 100644 core/src/main/resources/hudson/model/AbstractBuild/index_kn.properties create mode 100644 core/src/main/resources/hudson/model/AbstractBuild/sidepanel_kn.properties create mode 100644 core/src/main/resources/hudson/model/AbstractProject/main_kn.properties create mode 100644 core/src/main/resources/hudson/model/AbstractProject/sidepanel_kn.properties create mode 100644 core/src/main/resources/hudson/model/Job/index_kn.properties create mode 100644 core/src/main/resources/hudson/model/Job/permalinks_kn.properties create mode 100644 core/src/main/resources/hudson/model/PermalinkProjectAction/Permalink/link_kn.properties create mode 100644 core/src/main/resources/hudson/model/Run/console_kn.properties create mode 100644 core/src/main/resources/hudson/model/UpdateCenter/ConnectionCheckJob/row_kn.properties create mode 100644 core/src/main/resources/hudson/model/UpdateCenter/DownloadJob/Pending/status_kn.properties create mode 100644 core/src/main/resources/hudson/model/UpdateCenter/RestartJenkinsJob/Pending/status_kn.properties create mode 100644 core/src/main/resources/hudson/model/View/AsynchPeople/index_kn.properties create mode 100644 core/src/main/resources/hudson/model/View/sidepanel_kn.properties create mode 100644 core/src/main/resources/hudson/scm/EmptyChangeLogSet/digest_kn.properties create mode 100644 core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/loginLink_kn.properties create mode 100644 core/src/main/resources/hudson/security/SecurityRealm/loginLink_kn.properties create mode 100644 core/src/main/resources/hudson/views/BuildButtonColumn/column_kn.properties create mode 100644 core/src/main/resources/hudson/views/DefaultMyViewsTabBar/myViewTabs_kn.properties create mode 100644 core/src/main/resources/hudson/views/DefaultViewsTabBar/viewTabs_kn.properties create mode 100644 core/src/main/resources/hudson/views/LastDurationColumn/columnHeader_kn.properties create mode 100644 core/src/main/resources/hudson/views/LastDurationColumn/column_kn.properties create mode 100644 core/src/main/resources/hudson/views/LastFailureColumn/columnHeader_kn.properties create mode 100644 core/src/main/resources/hudson/views/LastFailureColumn/column_kn.properties create mode 100644 core/src/main/resources/hudson/views/LastSuccessColumn/columnHeader_kn.properties create mode 100644 core/src/main/resources/hudson/views/LastSuccessColumn/column_kn.properties create mode 100644 core/src/main/resources/hudson/views/StatusColumn/columnHeader_kn.properties create mode 100644 core/src/main/resources/hudson/views/WeatherColumn/columnHeader_kn.properties create mode 100644 core/src/main/resources/hudson/widgets/HistoryWidget/entry_kn.properties create mode 100644 core/src/main/resources/hudson/widgets/HistoryWidget/index_kn.properties create mode 100644 core/src/main/resources/lib/form/breadcrumb-config-outline_kn.properties create mode 100644 core/src/main/resources/lib/hudson/buildCaption_kn.properties create mode 100644 core/src/main/resources/lib/hudson/buildHealth_kn.properties create mode 100644 core/src/main/resources/lib/hudson/buildProgressBar_kn.properties create mode 100644 core/src/main/resources/lib/hudson/editableDescription_kn.properties create mode 100644 core/src/main/resources/lib/hudson/executors_kn.properties create mode 100644 core/src/main/resources/lib/hudson/iconSize_kn.properties create mode 100644 core/src/main/resources/lib/hudson/project/upstream-downstream_kn.properties create mode 100644 core/src/main/resources/lib/hudson/queue_kn.properties create mode 100644 core/src/main/resources/lib/hudson/rssBar_kn.properties create mode 100644 core/src/main/resources/lib/layout/breadcrumbBar_kn.properties diff --git a/core/src/main/resources/hudson/model/AbstractBuild/index_kn.properties b/core/src/main/resources/hudson/model/AbstractBuild/index_kn.properties new file mode 100644 index 0000000000..8e0eb288c2 --- /dev/null +++ b/core/src/main/resources/hudson/model/AbstractBuild/index_kn.properties @@ -0,0 +1,5 @@ +# This file is under the MIT License by authors + +Build=\u0CAC\u0CBF\u0CB2\u0CCD\u0CA1\u0CCD +beingExecuted={0} \u0CB8\u0CAE\u0CAF\u0CA6\u0CBF\u0C82\u0CA6 \u0CAC\u0CBF\u0CB2\u0CCD\u0CA1\u0CCD \u0C86\u0C97\u0CC1\u0CA4\u0CCD\u0CA4\u0CBE \u0C87\u0CA6\u0CC6 +startedAgo={0} \u0CB8\u0CAE\u0CAF\u0CA6 \u0CB9\u0CBF\u0C82\u0CA6\u0CC6 \u0CAA\u0CCD\u0CB0\u0CBE\u0CB0\u0C82\u0CAD\u0CB5\u0CBE\u0CAF\u0CBF\u0CA4\u0CC1 diff --git a/core/src/main/resources/hudson/model/AbstractBuild/sidepanel_kn.properties b/core/src/main/resources/hudson/model/AbstractBuild/sidepanel_kn.properties new file mode 100644 index 0000000000..1857c8eead --- /dev/null +++ b/core/src/main/resources/hudson/model/AbstractBuild/sidepanel_kn.properties @@ -0,0 +1,4 @@ +# This file is under the MIT License by authors + +Next\ Build=\u0CAE\u0CC1\u0C82\u0CA6\u0CBF\u0CA8 \u0CAC\u0CBF\u0CB2\u0CCD\u0CA1\u0CCD +Previous\ Build=\u0CB9\u0CBF\u0C82\u0CA6\u0CBF\u0CA8 \u0CAC\u0CBF\u0CB2\u0CCD\u0CA1\u0CCD diff --git a/core/src/main/resources/hudson/model/AbstractBuild/tasks_kn.properties b/core/src/main/resources/hudson/model/AbstractBuild/tasks_kn.properties index 4b8a75317d..c9e414b782 100644 --- a/core/src/main/resources/hudson/model/AbstractBuild/tasks_kn.properties +++ b/core/src/main/resources/hudson/model/AbstractBuild/tasks_kn.properties @@ -20,5 +20,10 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. +Back\ to\ Project=\u0CAE\u0CB0\u0CB3\u0CBF \u0CAA\u0CCD\u0CB0\u0CBE\u0C9C\u0CC6\u0C95\u0CCD\u0C9F\u0CCD \u0C97\u0CC6 Changes=\u0CAC\u0CA6\u0CB2\u0CBE\u0CB5\u0CA3\u0CBF\u0C97\u0CB3\u0CC1 -Status=\u0CB8\u0CBF\u0CCD\u0CA4\u0CA4\u0CBF +Console\ Output=\u0C95\u0CA8\u0CCD\u0CB8\u0CC6\u0CC2\u0CD5\u0CB2\u0CCD \u0C89\u0CA4\u0CCD\u0CAA\u0CA8\u0CCD\u0CA8 +Status=\u0CB8\u0CCD\u0CA5\u0CBF\u0CA4\u0CBF +View\ Build\ Information=\u0CAC\u0CBF\u0CB2\u0CCD\u0CA1\u0CCD \u0CAE\u0CBE\u0CB9\u0CBF\u0CA4\u0CBF \u0CB5\u0CBF\u0CD5\u0C95\u0CCD\u0CB7\u0CBF\u0CB8\u0CAC\u0CB9\u0CC1\u0CA6\u0CC1 +View\ as\ plain\ text="\u0CAA\u0CCD\u0CB2\u0CC8\u0CA8\u0CCD \u0C9F\u0CC6\u0C95\u0CCD\u0CB8\u0CCD\u0C9F\u0CCD" \u0C86\u0C97\u0CBF \u0CB5\u0CC0\u0C95\u0CCD\u0CB7\u0CBF\u0CB8\u0CBF +raw=\u0C95\u0C9A\u0CCD\u0C9A\u0CBE diff --git a/core/src/main/resources/hudson/model/AbstractProject/main_kn.properties b/core/src/main/resources/hudson/model/AbstractProject/main_kn.properties new file mode 100644 index 0000000000..eca13c63c3 --- /dev/null +++ b/core/src/main/resources/hudson/model/AbstractProject/main_kn.properties @@ -0,0 +1,5 @@ +# This file is under the MIT License by authors + +Last\ Successful\ Artifacts=\u0CB9\u0CBF\u0C82\u0CA6\u0CBF\u0CA8 \u0CB8\u0CAB\u0CB2 \u0C85\u0CB0\u0CCD\u0CA4\u0CBF\u0CAB\u0CBE\u0C95\u0CCD\u0C9F\u0CCD\u0CB8\u0CCD +Recent\ Changes=\u0CA8\u0CB5 \u0CAC\u0CA6\u0CB2\u0CBE\u0CB5\u0CA3\u0CC6 +Workspace=\u0C95\u0CBE\u0CB0\u0CCD\u0CAF\u0CB8\u0CCD\u0CA5\u0CB3 diff --git a/core/src/main/resources/hudson/model/AbstractProject/sidepanel_kn.properties b/core/src/main/resources/hudson/model/AbstractProject/sidepanel_kn.properties new file mode 100644 index 0000000000..0573b46f91 --- /dev/null +++ b/core/src/main/resources/hudson/model/AbstractProject/sidepanel_kn.properties @@ -0,0 +1,10 @@ +# This file is under the MIT License by authors + +Back\ to\ Dashboard=\u0CAA\u0CC1\u0CA8\u0C83 \u0CA6\u0CB7\u0CCD \u0CAC\u0CCB\u0CB0\u0CCD\u0CA1\u0CCD \u0C97\u0CC6 \u0CB9\u0CCB\u0C97\u0CC1 +Build\ scheduled=\u0CAC\u0CBF\u0CB2\u0CCD\u0CA1\u0CCD \u0C85\u0CA8\u0CC1\u0CB8\u0CC2\u0C9A\u0CBF +Changes=\u0CAC\u0CA6\u0CB2\u0CBE\u0CB5\u0CA3\u0CC6 +Configure=\u0CB8\u0C82\u0CB0\u0C9A\u0CBF\u0CB8\u0CC1 +Status=\u0CB8\u0CCD\u0CA5\u0CBF\u0CA4\u0CBF +Wipe\ Out\ Workspace=\u0C95\u0CBE\u0CB0\u0CCD\u0CAF\u0CB8\u0CCD\u0CA5\u0CB3\u0CA6\u0CBF\u0C82\u0CA6 \u0C92\u0CB0\u0CB8\u0CC1 +Workspace=\u0C95\u0CBE\u0CB0\u0CCD\u0CAF\u0CB8\u0CCD\u0CA5\u0CB3 +delete=\u0C85\u0CB3\u0CBF\u0CB8\u0CC1 diff --git a/core/src/main/resources/hudson/model/Job/index_kn.properties b/core/src/main/resources/hudson/model/Job/index_kn.properties new file mode 100644 index 0000000000..788bbb67de --- /dev/null +++ b/core/src/main/resources/hudson/model/Job/index_kn.properties @@ -0,0 +1,3 @@ +# This file is under the MIT License by authors + +Disable\ Project=\u0CAA\u0CCD\u0CB0\u0CBE\u0C9C\u0CC6\u0C95\u0CCD\u0C9F\u0CCD \u0CA8\u0CBF\u0CB7\u0CCD\u0C95\u0CCD\u0CB0\u0CBF\u0CAF\u0C97\u0CCA\u0CB3\u0CBF\u0CB8\u0CC1 diff --git a/core/src/main/resources/hudson/model/Job/permalinks_kn.properties b/core/src/main/resources/hudson/model/Job/permalinks_kn.properties new file mode 100644 index 0000000000..265ad32779 --- /dev/null +++ b/core/src/main/resources/hudson/model/Job/permalinks_kn.properties @@ -0,0 +1,3 @@ +# This file is under the MIT License by authors + +Permalinks=\u0CAA\u0CC6\u0CB0\u0CCD\u0CAE\u0CB2\u0CBF\u0CA8\u0CCD\u0C95\u0CCD\u0CB8\u0CCD diff --git a/core/src/main/resources/hudson/model/PermalinkProjectAction/Permalink/link_kn.properties b/core/src/main/resources/hudson/model/PermalinkProjectAction/Permalink/link_kn.properties new file mode 100644 index 0000000000..210d73cfc8 --- /dev/null +++ b/core/src/main/resources/hudson/model/PermalinkProjectAction/Permalink/link_kn.properties @@ -0,0 +1,3 @@ +# This file is under the MIT License by authors + +format={0} ({1}), {2} \u0CB9\u0CBF\u0C82\u0CA6\u0CC6 diff --git a/core/src/main/resources/hudson/model/Run/console_kn.properties b/core/src/main/resources/hudson/model/Run/console_kn.properties new file mode 100644 index 0000000000..18836465d7 --- /dev/null +++ b/core/src/main/resources/hudson/model/Run/console_kn.properties @@ -0,0 +1,3 @@ +# This file is under the MIT License by authors + +Console\ Output=\u0C95\u0CA8\u0CCD\u0CB8\u0CC6\u0CC2\u0CD5\u0CB2\u0CCD \u0C89\u0CA4\u0CCD\u0CAA\u0CA8\u0CCD\u0CA8 diff --git a/core/src/main/resources/hudson/model/UpdateCenter/ConnectionCheckJob/row_kn.properties b/core/src/main/resources/hudson/model/UpdateCenter/ConnectionCheckJob/row_kn.properties new file mode 100644 index 0000000000..551476e9c0 --- /dev/null +++ b/core/src/main/resources/hudson/model/UpdateCenter/ConnectionCheckJob/row_kn.properties @@ -0,0 +1,3 @@ +# This file is under the MIT License by authors + +Preparation=\u0CAA\u0CC2\u0CB0\u0CCD\u0CB5 \u0CB8\u0CBF\u0CA6\u0CCD\u0CA7\u0CA4\u0CC6 diff --git a/core/src/main/resources/hudson/model/UpdateCenter/DownloadJob/Pending/status_kn.properties b/core/src/main/resources/hudson/model/UpdateCenter/DownloadJob/Pending/status_kn.properties new file mode 100644 index 0000000000..2c76ca0610 --- /dev/null +++ b/core/src/main/resources/hudson/model/UpdateCenter/DownloadJob/Pending/status_kn.properties @@ -0,0 +1,3 @@ +# This file is under the MIT License by authors + +Pending=\u0CA4\u0CA1\u0CC6\u0CB9\u0CBF\u0CA1\u0CBF diff --git a/core/src/main/resources/hudson/model/UpdateCenter/RestartJenkinsJob/Pending/status_kn.properties b/core/src/main/resources/hudson/model/UpdateCenter/RestartJenkinsJob/Pending/status_kn.properties new file mode 100644 index 0000000000..2c76ca0610 --- /dev/null +++ b/core/src/main/resources/hudson/model/UpdateCenter/RestartJenkinsJob/Pending/status_kn.properties @@ -0,0 +1,3 @@ +# This file is under the MIT License by authors + +Pending=\u0CA4\u0CA1\u0CC6\u0CB9\u0CBF\u0CA1\u0CBF diff --git a/core/src/main/resources/hudson/model/View/AsynchPeople/index_kn.properties b/core/src/main/resources/hudson/model/View/AsynchPeople/index_kn.properties new file mode 100644 index 0000000000..7723da1d6c --- /dev/null +++ b/core/src/main/resources/hudson/model/View/AsynchPeople/index_kn.properties @@ -0,0 +1,3 @@ +# This file is under the MIT License by authors + +People=\u0C9C\u0CA8\u0CB0\u0CC1 diff --git a/core/src/main/resources/hudson/model/View/sidepanel_kn.properties b/core/src/main/resources/hudson/model/View/sidepanel_kn.properties new file mode 100644 index 0000000000..a411165aa5 --- /dev/null +++ b/core/src/main/resources/hudson/model/View/sidepanel_kn.properties @@ -0,0 +1,6 @@ +# This file is under the MIT License by authors + +Build\ History=\u0CA8\u0CBF\u0CB0\u0CCD\u0CAE\u0CBE\u0CA3\u0CA6 \u0C87\u0CA4\u0CBF\u0CB9\u0CBE\u0CB8 +Edit\ View=\u0C8E\u0CA1\u0CBF\u0C9F\u0CCD \u0CB5\u0CBF\u0CB5\u0C83 +NewJob=\u0CB9\u0CC6\u0CC2\u0CB8 {0} +People=\u0C9C\u0CA8\u0CB0\u0CC1 diff --git a/core/src/main/resources/hudson/scm/EmptyChangeLogSet/digest_kn.properties b/core/src/main/resources/hudson/scm/EmptyChangeLogSet/digest_kn.properties new file mode 100644 index 0000000000..4b58c3480d --- /dev/null +++ b/core/src/main/resources/hudson/scm/EmptyChangeLogSet/digest_kn.properties @@ -0,0 +1,3 @@ +# This file is under the MIT License by authors + +No\ changes.=\u0C8F\u0CA8\u0CC2 \u0CAC\u0CA6\u0CB2\u0CBE\u0CB5\u0CA3\u0CC6\u0C97\u0CB3\u0CBF\u0CB2\u0CCD\u0CB2 diff --git a/core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/loginLink_kn.properties b/core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/loginLink_kn.properties new file mode 100644 index 0000000000..9f494ee261 --- /dev/null +++ b/core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/loginLink_kn.properties @@ -0,0 +1,3 @@ +# This file is under the MIT License by authors + +sign\ up=\u0CB8\u0CC6\u0CD6\u0CA8\u0CCD \u0C85\u0CAA\u0CCD \u0CAE\u0CBE\u0CA1\u0CBF diff --git a/core/src/main/resources/hudson/security/SecurityRealm/loginLink_kn.properties b/core/src/main/resources/hudson/security/SecurityRealm/loginLink_kn.properties new file mode 100644 index 0000000000..189cc0339b --- /dev/null +++ b/core/src/main/resources/hudson/security/SecurityRealm/loginLink_kn.properties @@ -0,0 +1,3 @@ +# This file is under the MIT License by authors + +login=\u0CB2\u0CBE\u0C97\u0CCD \u0C87\u0CA8\u0CCD \u0CAE\u0CBE\u0CA1\u0CBF diff --git a/core/src/main/resources/hudson/views/BuildButtonColumn/column_kn.properties b/core/src/main/resources/hudson/views/BuildButtonColumn/column_kn.properties new file mode 100644 index 0000000000..bfa73ab9e7 --- /dev/null +++ b/core/src/main/resources/hudson/views/BuildButtonColumn/column_kn.properties @@ -0,0 +1,4 @@ +# This file is under the MIT License by authors + +Build\ scheduled=\u0CA8\u0CBF\u0C97\u0CA6\u0CBF\u0CA4 \u0CA8\u0CBF\u0CB0\u0CCD\u0CAE\u0CBE\u0CA3 +Schedule\ a\ build=\u0C92\u0C82\u0CA6\u0CC1 \u0CA8\u0CBF\u0CB0\u0CCD\u0CAE\u0CBE\u0CA3 \u0CB5\u0CC6\u0CD5\u0CB3\u0CBE\u0CAA\u0C9F\u0CCD\u0C9F\u0CBF diff --git a/core/src/main/resources/hudson/views/DefaultMyViewsTabBar/myViewTabs_kn.properties b/core/src/main/resources/hudson/views/DefaultMyViewsTabBar/myViewTabs_kn.properties new file mode 100644 index 0000000000..6026558a39 --- /dev/null +++ b/core/src/main/resources/hudson/views/DefaultMyViewsTabBar/myViewTabs_kn.properties @@ -0,0 +1,3 @@ +# This file is under the MIT License by authors + +New\ View=\u0CB9\u0CCA\u0CB8 \u0CA8\u0CC6\u0CC2\u0CD5\u0C9F diff --git a/core/src/main/resources/hudson/views/DefaultViewsTabBar/viewTabs_kn.properties b/core/src/main/resources/hudson/views/DefaultViewsTabBar/viewTabs_kn.properties new file mode 100644 index 0000000000..71849fb2f9 --- /dev/null +++ b/core/src/main/resources/hudson/views/DefaultViewsTabBar/viewTabs_kn.properties @@ -0,0 +1,3 @@ +# This file is under the MIT License by authors + +New\ View=\u0CB9\u0CC6\u0CC2\u0CB8 \u0CA8\u0CC6\u0CC2\u0CD5\u0C9F diff --git a/core/src/main/resources/hudson/views/LastDurationColumn/columnHeader_kn.properties b/core/src/main/resources/hudson/views/LastDurationColumn/columnHeader_kn.properties new file mode 100644 index 0000000000..daee4f9e48 --- /dev/null +++ b/core/src/main/resources/hudson/views/LastDurationColumn/columnHeader_kn.properties @@ -0,0 +1,3 @@ +# This file is under the MIT License by authors + +Last\ Duration=\u0C95\u0CC6\u0CC2\u0CA8\u0CC6\u0CAF \u0C85\u0CB5\u0CA7\u0CBF diff --git a/core/src/main/resources/hudson/views/LastDurationColumn/column_kn.properties b/core/src/main/resources/hudson/views/LastDurationColumn/column_kn.properties new file mode 100644 index 0000000000..a8191ffeda --- /dev/null +++ b/core/src/main/resources/hudson/views/LastDurationColumn/column_kn.properties @@ -0,0 +1,3 @@ +# This file is under the MIT License by authors + +N/A=Idu illa diff --git a/core/src/main/resources/hudson/views/LastFailureColumn/columnHeader_kn.properties b/core/src/main/resources/hudson/views/LastFailureColumn/columnHeader_kn.properties new file mode 100644 index 0000000000..271aef45c5 --- /dev/null +++ b/core/src/main/resources/hudson/views/LastFailureColumn/columnHeader_kn.properties @@ -0,0 +1,3 @@ +# This file is under the MIT License by authors + +Last\ Failure=\u0C95\u0CC6\u0CC2\u0CA8\u0CC6\u0CAF \u0CB5\u0CC6\u0CD6\u0CAB\u0CB2\u0CCD\u0CAF diff --git a/core/src/main/resources/hudson/views/LastFailureColumn/column_kn.properties b/core/src/main/resources/hudson/views/LastFailureColumn/column_kn.properties new file mode 100644 index 0000000000..dd5e1f1782 --- /dev/null +++ b/core/src/main/resources/hudson/views/LastFailureColumn/column_kn.properties @@ -0,0 +1,3 @@ +# This file is under the MIT License by authors + +N/A=\u0CB8\u0C82\u0CAC\u0C82\u0CA6\u0CBF\u0CB8\u0CBF\u0CB2 diff --git a/core/src/main/resources/hudson/views/LastSuccessColumn/columnHeader_kn.properties b/core/src/main/resources/hudson/views/LastSuccessColumn/columnHeader_kn.properties new file mode 100644 index 0000000000..9f463c1780 --- /dev/null +++ b/core/src/main/resources/hudson/views/LastSuccessColumn/columnHeader_kn.properties @@ -0,0 +1,3 @@ +# This file is under the MIT License by authors + +Last\ Success=\u0C95\u0CC6\u0CC2\u0CA8\u0CC6\u0CAF \u0CAF\u0CB6\u0CB8\u0CCD\u0CB8\u0CC1 diff --git a/core/src/main/resources/hudson/views/LastSuccessColumn/column_kn.properties b/core/src/main/resources/hudson/views/LastSuccessColumn/column_kn.properties new file mode 100644 index 0000000000..337202c2e1 --- /dev/null +++ b/core/src/main/resources/hudson/views/LastSuccessColumn/column_kn.properties @@ -0,0 +1,3 @@ +# This file is under the MIT License by authors + +N/A=idu illa diff --git a/core/src/main/resources/hudson/views/StatusColumn/columnHeader_kn.properties b/core/src/main/resources/hudson/views/StatusColumn/columnHeader_kn.properties new file mode 100644 index 0000000000..c564139a4b --- /dev/null +++ b/core/src/main/resources/hudson/views/StatusColumn/columnHeader_kn.properties @@ -0,0 +1,3 @@ +# This file is under the MIT License by authors + +Status\ of\ the\ last\ build=\u0C95\u0CC6\u0CC2\u0CA8\u0CC6\u0CAF \u0CA8\u0CBF\u0CB0\u0CCD\u0CAE\u0CBE\u0CA3 \u0CB8\u0CCD\u0CA5\u0CBF\u0CA4\u0CBF diff --git a/core/src/main/resources/hudson/views/WeatherColumn/columnHeader_kn.properties b/core/src/main/resources/hudson/views/WeatherColumn/columnHeader_kn.properties new file mode 100644 index 0000000000..882e8a14d7 --- /dev/null +++ b/core/src/main/resources/hudson/views/WeatherColumn/columnHeader_kn.properties @@ -0,0 +1,3 @@ +# This file is under the MIT License by authors + +Weather\ report\ showing\ aggregated\ status\ of\ recent\ builds=\u0C87\u0CA4\u0CCD\u0CA4\u0CBF\u0CD5\u0C9A\u0CBF\u0CA8 \u0CAC\u0CBF\u0CB2\u0CCD\u0CA1\u0CCD\u0C97\u0CB3 \u0C92\u0C9F\u0CCD\u0C9F\u0CC1\u0C97\u0CC2\u0CA1\u0CBF\u0CB8\u0CBF\u0CA6 \u0CB8\u0CCD\u0CA5\u0CBF\u0CA4\u0CBF \u0CA4\u0CC6\u0CC2\u0CD5\u0CB0\u0CBF\u0CB8\u0CC1\u0CB5 \u0CB9\u0CB5\u0CBE\u0CAE\u0CBE\u0CA8 \u0CB5\u0CB0\u0CA6\u0CBF diff --git a/core/src/main/resources/hudson/widgets/HistoryWidget/entry_kn.properties b/core/src/main/resources/hudson/widgets/HistoryWidget/entry_kn.properties new file mode 100644 index 0000000000..03f9bf6188 --- /dev/null +++ b/core/src/main/resources/hudson/widgets/HistoryWidget/entry_kn.properties @@ -0,0 +1,3 @@ +# This file is under the MIT License by authors + +Console\ Output=\u0C95\u0CBE\u0C82\u0CB8\u0CCB\u0CB2\u0CC6 \u0C94\u0C9F\u0CCD\u0CAA\u0CC1\u0C9F\u0CCD diff --git a/core/src/main/resources/hudson/widgets/HistoryWidget/index_kn.properties b/core/src/main/resources/hudson/widgets/HistoryWidget/index_kn.properties new file mode 100644 index 0000000000..2726574b64 --- /dev/null +++ b/core/src/main/resources/hudson/widgets/HistoryWidget/index_kn.properties @@ -0,0 +1,5 @@ +# This file is under the MIT License by authors + +for\ all=\u0C8E\u0CB2\u0CCD\u0CB2\u0CBE\u0CA6\u0C95\u0CC1 +for\ failures=\u0C8E\u0CB2\u0CBE \u0CB8\u0CCB\u0CB2\u0CBF\u0C97\u0CC6 +trend=\u0C97\u0CA4\u0CBF\u0CB5\u0CBF\u0CA7\u0CBF diff --git a/core/src/main/resources/lib/form/breadcrumb-config-outline_kn.properties b/core/src/main/resources/lib/form/breadcrumb-config-outline_kn.properties new file mode 100644 index 0000000000..0c45276071 --- /dev/null +++ b/core/src/main/resources/lib/form/breadcrumb-config-outline_kn.properties @@ -0,0 +1,3 @@ +# This file is under the MIT License by authors + +configuration=\u0CB8\u0C82\u0CB0\u0C9A\u0CA8\u0CBE diff --git a/core/src/main/resources/lib/hudson/buildCaption_kn.properties b/core/src/main/resources/lib/hudson/buildCaption_kn.properties new file mode 100644 index 0000000000..07c18a7362 --- /dev/null +++ b/core/src/main/resources/lib/hudson/buildCaption_kn.properties @@ -0,0 +1,3 @@ +# This file is under the MIT License by authors + +Progress=\u0CAA\u0CCD\u0CB0\u0C97\u0CA4\u0CBF diff --git a/core/src/main/resources/lib/hudson/buildHealth_kn.properties b/core/src/main/resources/lib/hudson/buildHealth_kn.properties new file mode 100644 index 0000000000..2fb39c0851 --- /dev/null +++ b/core/src/main/resources/lib/hudson/buildHealth_kn.properties @@ -0,0 +1,3 @@ +# This file is under the MIT License by authors + +Description=\u0CB5\u0CBF\u0CB5\u0CB0\u0CA3\u0CC6 diff --git a/core/src/main/resources/lib/hudson/buildProgressBar_kn.properties b/core/src/main/resources/lib/hudson/buildProgressBar_kn.properties new file mode 100644 index 0000000000..40c3b95c3d --- /dev/null +++ b/core/src/main/resources/lib/hudson/buildProgressBar_kn.properties @@ -0,0 +1,3 @@ +# This file is under the MIT License by authors + +text={0} \u0CB8\u0CAE\u0CAF\u0CA6 \u0CB9\u0CBF\u0C82\u0CA6\u0CC6 \u0CAA\u0CCD\u0CB0\u0CBE\u0CB0\u0C82\u0CAD\u0CB5\u0CBE\u0CAF\u0CBF\u0CA4\u0CC1
\u0C87\u0CA8\u0CCD\u0CA8\u0CC1 {1} \u0CB8\u0CAE\u0CAF \u0CAC\u0CBE\u0C95\u0CBF \u0C87\u0CA6\u0CC6 diff --git a/core/src/main/resources/lib/hudson/editableDescription_kn.properties b/core/src/main/resources/lib/hudson/editableDescription_kn.properties new file mode 100644 index 0000000000..72b14e6418 --- /dev/null +++ b/core/src/main/resources/lib/hudson/editableDescription_kn.properties @@ -0,0 +1,4 @@ +# This file is under the MIT License by authors + +add\ description=\u0CB5\u0CBF\u0CB5\u0CB0\u0CA3\u0CC6 \u0CB9\u0CBE\u0C95\u0CC1 +edit\ description=\u0CB5\u0CBF\u0CB5\u0CB0\u0CA3\u0CC6 \u0CB8\u0C82\u0CAA\u0CBE\u0CA6\u0CBF\u0CB8\u0CBF diff --git a/core/src/main/resources/lib/hudson/executors_kn.properties b/core/src/main/resources/lib/hudson/executors_kn.properties new file mode 100644 index 0000000000..91347359f7 --- /dev/null +++ b/core/src/main/resources/lib/hudson/executors_kn.properties @@ -0,0 +1,6 @@ +# This file is under the MIT License by authors + +Build\ Executor\ Status=\u0CA8\u0CBF\u0CB0\u0CCD\u0CB5\u0CBE\u0CB9\u0C95 \u0CB8\u0CCD\u0CA5\u0CBF\u0CA4\u0CBF \u0CA8\u0CBF\u0CB0\u0CCD\u0CAE\u0CBF\u0CB8\u0CBF +Idle=\u0CB8\u0CC1\u0CAE\u0CCD\u0CAE\u0CA8\u0CC6\u0CAF +Master=\u0CAF\u0C9C\u0CAE\u0CBE\u0CA8 +Status=\u0CB8\u0CCD\u0CA0\u0CBF\u0CA4\u0CBF diff --git a/core/src/main/resources/lib/hudson/iconSize_kn.properties b/core/src/main/resources/lib/hudson/iconSize_kn.properties new file mode 100644 index 0000000000..f5ab2d0b99 --- /dev/null +++ b/core/src/main/resources/lib/hudson/iconSize_kn.properties @@ -0,0 +1,3 @@ +# This file is under the MIT License by authors + +Icon=\u0CB5\u0CBF\u0C97\u0CCD\u0CB0\u0CB9 diff --git a/core/src/main/resources/lib/hudson/project/upstream-downstream_kn.properties b/core/src/main/resources/lib/hudson/project/upstream-downstream_kn.properties new file mode 100644 index 0000000000..d148556978 --- /dev/null +++ b/core/src/main/resources/lib/hudson/project/upstream-downstream_kn.properties @@ -0,0 +1,4 @@ +# This file is under the MIT License by authors + +Downstream\ Projects=\u0CA6\u0CCA\u0CB5\u0CA8\u0CCD\u0CB8\u0CCD\u0CA4\u0CCD\u0CB0\u0CC6\u0C82 \u0CAA\u0CCD\u0CB0\u0CBE\u0C9C\u0CC6\u0C95\u0CCD\u0C9F\u0CCD\u0CB8\u0CCD +Upstream\ Projects=\u0C89\u0CAA\u0CCD\u0CB8\u0CCD\u0CA4\u0CCD\u0CB0\u0CC6\u0C82 \u0CAA\u0CCD\u0CB0\u0CBE\u0C9C\u0CC6\u0C95\u0CCD\u0C9F\u0CCD diff --git a/core/src/main/resources/lib/hudson/queue_kn.properties b/core/src/main/resources/lib/hudson/queue_kn.properties new file mode 100644 index 0000000000..735a8801e8 --- /dev/null +++ b/core/src/main/resources/lib/hudson/queue_kn.properties @@ -0,0 +1,4 @@ +# This file is under the MIT License by authors + +Build\ Queue=\u0CA8\u0CBF\u0CB0\u0CCD\u0CAE\u0CBE\u0CA3\u0CA6 \u0CB8\u0CB0\u0CA6\u0CBF \u0CB8\u0CBE\u0CB2\u0CC1 +No\ builds\ in\ the\ queue.=\u0CB8\u0CB0\u0CA6\u0CBF \u0CB8\u0CBE\u0CB2\u0CBF\u0CA8\u0CB2\u0CCD\u0CB2\u0CBF \u0CA8\u0CBF\u0CB0\u0CCD\u0CAE\u0CBE\u0CA3\u0C97\u0CB3\u0CC1 \u0C87\u0CB2\u0CCD\u0CB2 diff --git a/core/src/main/resources/lib/hudson/rssBar_kn.properties b/core/src/main/resources/lib/hudson/rssBar_kn.properties new file mode 100644 index 0000000000..620a2633f9 --- /dev/null +++ b/core/src/main/resources/lib/hudson/rssBar_kn.properties @@ -0,0 +1,6 @@ +# This file is under the MIT License by authors + +Legend=\u0C85\u0C96\u0CCD\u0CAF\u0CBE\u0CA8 +for\ all=\u0C8E\u0CB2\u0CCD\u0CB2\u0CBE +for\ failures=\u0CB5\u0CBF\u0CAB\u0CB2\u0CA4\u0CC6\u0C97\u0CBE\u0C97\u0CBF +for\ just\ latest\ builds=\u0C95\u0CC7\u0CB5\u0CB2 \u0C87\u0CA4\u0CCD\u0CA4\u0CC0\u0C9A\u0CBF\u0CA8 \u0CA8\u0CBF\u0CB0\u0CCD\u0CAE\u0CBE\u0CA3\u0C97\u0CB3\u0CBF\u0C97\u0CBE\u0C97\u0CBF diff --git a/core/src/main/resources/lib/layout/breadcrumbBar_kn.properties b/core/src/main/resources/lib/layout/breadcrumbBar_kn.properties new file mode 100644 index 0000000000..c6af67a96e --- /dev/null +++ b/core/src/main/resources/lib/layout/breadcrumbBar_kn.properties @@ -0,0 +1,3 @@ +# This file is under the MIT License by authors + +ENABLE\ AUTO\ REFRESH=\u0CB8\u0CCD\u0CB5\u0CAF\u0C82 \u0CA4\u0CBE\u0C9C\u0CBE\u0C97\u0CC6\u0CC2\u0CB3\u0CBF\u0CB8\u0CB2\u0CC1 \u0CB8\u0C95\u0CCD\u0CB0\u0CBF\u0CAF\u0C97\u0CC6\u0CC2\u0CB3\u0CBF\u0CB8\u0CBF diff --git a/core/src/main/resources/lib/layout/layout_kn.properties b/core/src/main/resources/lib/layout/layout_kn.properties index c753ff03ae..28091a447a 100644 --- a/core/src/main/resources/lib/layout/layout_kn.properties +++ b/core/src/main/resources/lib/layout/layout_kn.properties @@ -20,4 +20,8 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -search=\u0CB9\u0CC1\u0CA1\u0CC1\u0C95\u0CC1 +ENABLE\ AUTO\ REFRESH=\u0C86\u0C9F\u0CC6\u0CC2\u0CD5 \u0CB0\u0CBF\u0CAB\u0CCD\u0CB0\u0CC6\u0CB6\u0CCD \u0CB8\u0C95\u0CCD\u0CB0\u0CBF\u0CAF\u0C97\u0CC6\u0CC2\u0CB3\u0CBF\u0CB8\u0CBF +Page\ generated=\u0CB0\u0C9A\u0CBF\u0CA4\u0CB5\u0CBE\u0CA6 \u0CAA\u0CC1\u0C9F +logout=\u0CB2\u0CBE\u0C97\u0CCD \u0C94\u0C9F\u0CCD +search=\u0CB9\u0CC1\u0CA1\u0CC1\u0C95\u0CBF\u0CB0\u0CBF +searchBox.url=\u0CB9\u0CCD\u0CA4\u0CCD\u0CA4\u0CCD\u0CAA\u0CCD://\u0CB5\u0CBF\u0C95\u0CBF.\u0C9C\u0CC6\u0C82\u0C95\u0CBF\u0CA8\u0CCD\u0CB8\u0CCD-\u0CB8\u0CBF.\u0C93\u0CB0\u0CCD\u0C97\u0CCD/\u0CA6\u0CBF\u0CB8\u0CCD\u0CAA\u0CCD\u0CB3\u0CBF/\u0C9C\u0CC6\u0C82\u0C95\u0CBF\u0CA8\u0CCD\u0CB8\u0CCD/\u0CB8\u0CB0\u0CCD\u0C9A\u0CCD+\u0CAC\u0CBE\u0C95\u0CCD\u0CB8\u0CCD -- GitLab