Skip to content

Commit

Permalink
Merge pull request #3259 from khasunuma/PAYARA-2764-admingui-translat…
Browse files Browse the repository at this point in the history
…ion-ja

PAYARA-2764 Translate Payara only feature to Japanese
  • Loading branch information
arjantijms authored Nov 2, 2018
2 parents ff32cee + b853a96 commit 9c1eefe
Show file tree
Hide file tree
Showing 83 changed files with 4,404 additions and 360 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) [2018] Payara Foundation and/or its affiliates.
# All rights reserved.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common Development
# and Distribution License("CDDL") (collectively, the "License"). You
# may not use this file except in compliance with the License. You can
# obtain a copy of the License at
# https://github.com/payara/Payara/blob/master/LICENSE.txt
# See the License for the specific
# language governing permissions and limitations under the License.
#
# When distributing the software, include this License Header Notice in each
# file and include the License file at glassfish/legal/LICENSE.txt.
#
# GPL Classpath Exception:
# The Payara Foundation designates this particular file as subject to the
# "Classpath" exception as provided by the Payara Foundation in the GPL
# Version 2 section of the License file that accompanied this code.
#
# Modifications:
# If applicable, add the following below the License Header, with the fields
# enclosed by brackets [] replaced by your own identifying information:
# "Portions Copyright [year] [name of copyright owner]"
#
# Contributor(s):
# If you wish your version of this file to be governed by only the CDDL or
# only the GPL Version 2, indicate your decision by adding "[Contributor]
# elects to include this software in this distribution under the [CDDL or GPL
# Version 2] license." If you don't indicate a single choice of license, a
# recipient has the option to distribute your version of this file under
# either the CDDL, the GPL Version 2 or to extend the choice of license to
# its licensees as provided above. However, if you add GPL Version 2 code
# and therefore, elected the GPL Version 2 license, then the option applies
# only if the new code is made subject to such option by the copyright
# holder.

Fragment-Host: fish.payara.admingui.cdieventbus-notifier-console-plugin; bundle-version=${project.osgi.version}
104 changes: 104 additions & 0 deletions appserver/admingui/cdieventbus-notifier-console-plugin-l10n/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright (c) [2018] Payara Foundation and/or its affiliates.
All rights reserved.
The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
and Distribution License("CDDL") (collectively, the "License"). You
may not use this file except in compliance with the License. You can
obtain a copy of the License at
https://github.com/payara/Payara/blob/master/LICENSE.txt
See the License for the specific
language governing permissions and limitations under the License.
When distributing the software, include this License Header Notice in each
file and include the License file at glassfish/legal/LICENSE.txt.
GPL Classpath Exception:
The Payara Foundation designates this particular file as subject to the
"Classpath" exception as provided by the Payara Foundation in the GPL
Version 2 section of the License file that accompanied this code.
Modifications:
If applicable, add the following below the License Header, with the fields
enclosed by brackets [] replaced by your own identifying information:
"Portions Copyright [year] [name of copyright owner]"
Contributor(s):
If you wish your version of this file to be governed by only the CDDL or
only the GPL Version 2, indicate your decision by adding "[Contributor]
elects to include this software in this distribution under the [CDDL or GPL
Version 2] license." If you don't indicate a single choice of license, a
recipient has the option to distribute your version of this file under
either the CDDL, the GPL Version 2 or to extend the choice of license to
its licensees as provided above. However, if you add GPL Version 2 code
and therefore, elected the GPL Version 2 license, then the option applies
only if the new code is made subject to such option by the copyright
holder.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>fish.payara.admingui</groupId>
<artifactId>admingui</artifactId>
<version>5.184-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>cdieventbus-notifier-console-plugin-l10n</artifactId>
<name>Admin Console CDI Event Bus Notifier Plugin l10n</name>
<description>CDI Event Bus Notifier Plugin bundle for Admin Console Localization</description>

<properties>
<javadoc.skip>true</javadoc.skip>
<deploy.skip>true</deploy.skip>
</properties>


<build>
<plugins>
<plugin>
<groupId>org.glassfish.hk2</groupId>
<artifactId>osgiversion-maven-plugin</artifactId>
<executions>
<execution>
<id>compute-osgi-version</id>
<goals>
<goal>compute-osgi-version</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<executions>
<execution>
<id>bundle-manifest</id>
<phase>process-classes</phase>
<goals>
<goal>manifest</goal>
</goals>
<configuration>
<instructions>
<Export-Package />
</instructions>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
<resources>
<resource>
<directory>src/main/resources</directory>
<excludes>
<exclude>**/*.jar</exclude>
</excludes>
</resource>
</resources>
</build>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) [2018] Payara Foundation and/or its affiliates.
# All rights reserved.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common Development
# and Distribution License("CDDL") (collectively, the "License"). You
# may not use this file except in compliance with the License. You can
# obtain a copy of the License at
# https://github.com/payara/Payara/blob/master/LICENSE.txt
# See the License for the specific
# language governing permissions and limitations under the License.
#
# When distributing the software, include this License Header Notice in each
# file and include the License file at glassfish/legal/LICENSE.txt.
#
# GPL Classpath Exception:
# The Payara Foundation designates this particular file as subject to the
# "Classpath" exception as provided by the Payara Foundation in the GPL
# Version 2 section of the License file that accompanied this code.
#
# Modifications:
# If applicable, add the following below the License Header, with the fields
# enclosed by brackets [] replaced by your own identifying information:
# "Portions Copyright [year] [name of copyright owner]"
#
# Contributor(s):
# If you wish your version of this file to be governed by only the CDDL or
# only the GPL Version 2, indicate your decision by adding "[Contributor]
# elects to include this software in this distribution under the [CDDL or GPL
# Version 2] license." If you don't indicate a single choice of license, a
# recipient has the option to distribute your version of this file under
# either the CDDL, the GPL Version 2 or to extend the choice of license to
# its licensees as provided above. However, if you add GPL Version 2 code
# and therefore, elected the GPL Version 2 license, then the option applies
# only if the new code is made subject to such option by the copyright
# holder.

notifier.cdieventbus.tabs.tabText=CDI Event Bus
notifier.cdieventbus.tabs.tabToolTip=CDI Event Bus\u901a\u77e5\u69cb\u6210
notifier.cdieventbus.configuration.pageTitle=CDI Event Bus\u901a\u77e5\u69cb\u6210
notifier.cdieventbus.configuration.pageHelpText=CDI Event Bus\u30ce\u30fc\u30c6\u30a3\u30d5\u30a1\u30a4\u30e4\u30fc\u3092\u6709\u52b9\u5316\u304a\u3088\u3073\u69cb\u6210\u3057\u307e\u3059
notifier.cdieventbus.configuration.enabledLabel=\u6709\u52b9
notifier.cdieventbus.configuration.enabledLabelHelpText=CDI Event Bus\u30ce\u30fc\u30c6\u30a3\u30d5\u30a1\u30a4\u30e4\u30fc\u306e\u6709\u52b9\u5316/\u7121\u52b9\u5316
notifier.cdieventbus.configuration.loopBackEnabledLabel=\u30eb\u30fc\u30d7\u30d0\u30c3\u30af
notifier.cdieventbus.configuration.loopBackEnabledLabelHelpText=\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u540c\u3058\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u304b\u5426\u304b\u3092\u554f\u308f\u306a\u3044\u30a4\u30d9\u30f3\u30c8\u306e\u767a\u706b\u3092\u6709\u52b9\u5316/\u7121\u52b9\u5316\u3057\u307e\u3059
notifier.cdieventbus.hazelcast.should.be.enabled=CDI Event Bus\u3092\u4f7f\u7528\u3059\u308b\u306b\u306f\u3001Hazelcast\u3092\u6709\u52b9\u306b\u3057\u307e\u3059\u3002
notifier.cdieventbus.hazelcast.should.be.enabled.link=\u69cb\u6210\u3057\u3066\u304f\u3060\u3055\u3044\u3002
41 changes: 41 additions & 0 deletions appserver/admingui/cdieventbus-notifier-console-plugin/osgi.bundle
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) [2018] Payara Foundation and/or its affiliates.
# All rights reserved.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common Development
# and Distribution License("CDDL") (collectively, the "License"). You
# may not use this file except in compliance with the License. You can
# obtain a copy of the License at
# https://github.com/payara/Payara/blob/master/LICENSE.txt
# See the License for the specific
# language governing permissions and limitations under the License.
#
# When distributing the software, include this License Header Notice in each
# file and include the License file at glassfish/legal/LICENSE.txt.
#
# GPL Classpath Exception:
# The Payara Foundation designates this particular file as subject to the
# "Classpath" exception as provided by the Payara Foundation in the GPL
# Version 2 section of the License file that accompanied this code.
#
# Modifications:
# If applicable, add the following below the License Header, with the fields
# enclosed by brackets [] replaced by your own identifying information:
# "Portions Copyright [year] [name of copyright owner]"
#
# Contributor(s):
# If you wish your version of this file to be governed by only the CDDL or
# only the GPL Version 2, indicate your decision by adding "[Contributor]
# elects to include this software in this distribution under the [CDDL or GPL
# Version 2] license." If you don't indicate a single choice of license, a
# recipient has the option to distribute your version of this file under
# either the CDDL, the GPL Version 2 or to extend the choice of license to
# its licensees as provided above. However, if you add GPL Version 2 code
# and therefore, elected the GPL Version 2 license, then the option applies
# only if the new code is made subject to such option by the copyright
# holder.

-exportcontents: fish.payara.admingui.cdieventbus-notifier-console-plugin; version=${project.osgi.version}
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@
# only if the new code is made subject to such option by the copyright
# holder.
#
# Portions Copyright [2016] [Payara Foundation]
# Portions Copyright [2016-2018] [Payara Foundation and/or its affiliates]

tree.clusters=Cluster
tree.dgs=Deployment Groups
tree.nodes=Knoten
tree.standaloneInstances=Standalone-Instanzen
tree.gms=Group Management Service
Expand Down Expand Up @@ -67,13 +68,61 @@ clusterNew.NodeCol=Knoten
clusterNew.Node=Knoten:
clusterNew.NodeHelp=Name des Knotens, auf dem sich die Instanz befindet

clusters.PageTitle=Cluster
clusters.PageTitleHelp=Erstellen und verwalten Sie Payara Server-Cluster. Ein Cluster ist eine benannte Collection von Payara Server-Instanzen, mit der hohe Verf\u00fcgbarkeit durch Skalierbarkeit, Load Balancing und Ausfallsicherung geboten wird.
clusters.TableTitle=Cluster
clusters.instanceCol=Instanzen
cluster.error.start-cluster=Beim Versuch, die folgenden Cluster zu starten:
cluster.error.stop-cluster=Beim Versuch, die folgenden Cluster zu stoppen:
cluster.error.delete-cluster=Beim Versuch, die folgenden Cluster zu l\u00f6schen:
#Deployment Group Strings
button.stopDG=Stop Deployment Group
button.startDG=Start Deployment Group
button.restartDG=Restart Deployment Group
dg.PageTitle=Deployment Groups
dg.GeneralTitle=Deployment Group
dg.GeneralTitleHelp=View and edit general parameters for the deployment group. Use the tabs to view and modify additional deployment group parameters.
dg.dgName=Deployment Group Name
dg.PageTitleHelp=Create and manage Payara Server deployment groups. A deployment group is a loose collection of Instances used for deployment targeting and lifecycle control.
dg.TableTitle=Deployment Groups
dg.instanceCol=Instances
dg.instancesTitle=Deployment Group Instances
dg.instancesTitleHelp=Manage which server instances are in the deployment group
dg.error.start-cluster=When trying to start the following deployment groups:
dg.error.stop-cluster=When trying to stop the following deployment groups:
dg.error.delete-cluster=When trying to delete the following deployment groups:
dg.ResourcesTitle=Resources
dg.ResourcesTitleHelp=All instances in this deployment group will have the same set of resources
msg.JS.confirmDeleteDGs=Delete the Deployment Group? Note: All instances in the group will NOT be deleted
msg.JS.confirmStartDGs=Start the deployment group?
msg.JS.confirmStopDGs=Stop the deployment group?
msg.JS.confirmStartDGs=Start the selected deployment groups?
msg.JS.confirmStopDGs=Stop the selected deployment groups?
msg.JS.confirmRestartDGs=Do a rolling restart on the selected deployment groups?
dgNew.TableTitle=Server Instances to add to the group
dgNew.PageTitle=New Deployment Group
dgNew.PageTitleHelp=Creates a new Deployment Group
dg.dgProperties=Deployment Group Properties
dg.ApplicationsTitle=Applications
dg.ApplicationsTitleHelp=Deploy, undeploy, enable, disable and remove applications associated with the deployment group. Removing the application undeploys the application from all instances in the deployment group.
dg.InstanceNewPageTitle=New Payara Server Instance
dgInstanceNew.PageTitleHelp=Create a new server instance and associate it with this deployment group
dg.AvailableDeploymentGroup=Available Deployment Groups
dg.SelectedDeploymentGroup=Selected Deployment Groups
dg.AvailableInstances=Available Instances
dg.SelectedInstances=Selected Instances
clusterNew.DG=Deployment Group
clusterNew.DGHelp=Choose a deployment group for the instance
clusters.PageTitle=Clusters (Deprecated)
clusters.PageTitleHelp=Create and manage Payara Server clusters. A cluster is a named collection of Payara Server instances that provides high availability through scalability, load balancing, and failure protection.<br/>Clusters are deprecated in Payara 5 and we recommend you migrate to Deployment Groups
clusters.TableTitle=Deprecated Clusters
clusters.instanceCol=Instances
cluster.error.start-cluster=When trying to start the following clusters:
cluster.error.stop-cluster=When trying to stop the following clusters:
cluster.error.delete-cluster=When trying to delete the following clusters:
common.DGCol=Deployment Groups
msg.JS.confirmAddToDeploymentGroup=Do you want to add the server to the Deployment Group
cluster.Reason=Restart Reason
cluster.Uptime=Uptime
cluster.DeploymentGroup=Deployment Group
cluster.ClusterMembers=Visible Cluster Members
dgNew.TableTitle=Server Instances to Be Created
dgNew.InstanceNameCol=Instance Name
dgNew.WeightCol=Weight
dgNew.NodeCol=Node

instance.error.start-instance=Beim Versuch, die folgenden Instanzen zu starten:
instance.error.stop-instance=Beim Versuch, die folgenden Instanzen zu stoppen:
Expand Down
Loading

0 comments on commit 9c1eefe

Please sign in to comment.