Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New translation added. (zh-HK) #13

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="C:/Users/lifehome/GreenWare/usr/lifehome/lib/minecraft/CB/craftbukkit-1.5.1-R0.2-20130406.060241-8.jar"/>
<classpathentry kind="lib" path="C:/Users/lifehome/GreenWare/usr/lifehome/lib/minecraft/Vault.jar"/>
<classpathentry kind="lib" path="C:/Users/lifehome/GreenWare/usr/lifehome/lib/minecraft/Register.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Stargate-Bukkit</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
7 changes: 7 additions & 0 deletions .settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.6
Binary file not shown.
52 changes: 52 additions & 0 deletions bin/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Stargate Configuration File
# Main Stargate config
#
# portal-folder - The folder for storing portals
# gate-folder - The folder for storing gate layouts
# default-gate-network - The default gate network
# destroyexplosion - Whether or not to destroy gates with explosions (Creeper, TNT, etc)
# maxgates - The maximum number of gates allowed on a network - 0 for unlimited
# lang - The language file to load for messages
# destMemory - Whether to remember the cursor location between uses
# ignoreEntrance - Ignore the entrance blocks of a gate when checking. Used to work around snowmen
# handleVehicles - Whether to allow vehicles through gates
# sortLists - Whether to sort network lists alphabetically
# protectEntrance - Whether to protect gate entrance material (More resource intensive. Only enable if using destroyable open/closed material)
# signColor - The color used for drawing signs (Default: BLACK). See:
############################
# Stargate economy options #
############################
# useiconomy - Whether to use an economy plugin (Uses Register to interact with all economy plugins)
# createcost - The cost to create a gate
# destroycost - The cost to destroy a gate
# usecost - The cost to use a gate
# toowner - Whether the charge for using a gate goes to the gates owner
# chargefreedestination - Whether a gate whose destination is a free gate is still charged
# freegatesgreen - Whether a free gate in the destination list is drawn green
#################
# Debug options #
#################
# debug - Debug -- Only enable if you have issues, massive console output
# permdebug - This will output any and all Permissions checks to console, used for permissions debugging (Requires debug: true)
portal-folder: plugins/Stargate/portals/
gate-folder: plugins/Stargate/gates/
default-gate-network: central
destroyexplosion: false
maxgates: 0
lang: en
destMemory: false
ignoreEntrance: false
handleVehicles: true
sortLists: false
protectEntrance: false
signColor: BLACK
useiconomy: false
createcost: 0
destroycost: 0
usecost: 0
toowner: false
chargefreedestination: true
freegatesgreen: false
debug: false
permdebug: false
enableBungee: false
Binary file added bin/net/TheDgtl/Stargate/Blox.class
Binary file not shown.
Binary file added bin/net/TheDgtl/Stargate/BloxPopulator.class
Binary file not shown.
Binary file not shown.
Binary file added bin/net/TheDgtl/Stargate/Gate.class
Binary file not shown.
Binary file added bin/net/TheDgtl/Stargate/LangLoader.class
Binary file not shown.
Binary file added bin/net/TheDgtl/Stargate/MetricsLite$1.class
Binary file not shown.
Binary file added bin/net/TheDgtl/Stargate/MetricsLite.class
Binary file not shown.
Binary file added bin/net/TheDgtl/Stargate/Portal$1.class
Binary file not shown.
Binary file added bin/net/TheDgtl/Stargate/Portal.class
Binary file not shown.
Binary file added bin/net/TheDgtl/Stargate/RelativeBlockVector.class
Binary file not shown.
Binary file not shown.
Binary file added bin/net/TheDgtl/Stargate/Stargate$SGThread.class
Binary file not shown.
Binary file added bin/net/TheDgtl/Stargate/Stargate$bListener$1.class
Binary file not shown.
Binary file added bin/net/TheDgtl/Stargate/Stargate$bListener.class
Binary file not shown.
Binary file added bin/net/TheDgtl/Stargate/Stargate$eListener.class
Binary file not shown.
Binary file added bin/net/TheDgtl/Stargate/Stargate$pListener.class
Binary file not shown.
Binary file added bin/net/TheDgtl/Stargate/Stargate$sListener.class
Binary file not shown.
Binary file added bin/net/TheDgtl/Stargate/Stargate$vListener.class
Binary file not shown.
Binary file added bin/net/TheDgtl/Stargate/Stargate$wListener.class
Binary file not shown.
Binary file added bin/net/TheDgtl/Stargate/Stargate.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/net/TheDgtl/Stargate/event/StargateEvent.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/net/TheDgtl/Stargate/iConomyHandler.class
Binary file not shown.
Binary file added bin/net/TheDgtl/Stargate/pmListener.class
Binary file not shown.
28 changes: 28 additions & 0 deletions bin/net/TheDgtl/Stargate/resources/de.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
author=EduardBaer
prefix=[Stargate]
teleportMsg=Du wurdest Teleportiert.
destroyMsg=Gate zerst�rt
invalidMsg=Ung�ltiges Ziel
blockMsg=Ziel blockiert
destEmpty=Zielliste leer
denyMsg=Zugriff verweigert

ecoDeduct=%cost% abgezogen
ecoRefund=%cost% zur�ckerstattet
ecoObtain=%cost% von Stargate %portal% erhalten
ecoInFunds=Das kannst du dir nicht leisten.

createMsg=Gate erstellt.
createNetDeny=Du hast keinen Zugriff auf dieses Netzwerk.
createGateDeny=Du hast keinen Zugriff auf dieses Gate-Layout.
createPersonal=Gate im pers�nlichen Netzwerk erstellt.
createNameLength=Name zu kurz oder zu lang.
createExists=Ein Gate mit diesem Name existiert bereits.
createFull=Dieses Netzwerk ist voll.
createWorldDeny=Du hast keinen Zugriff auf diese Welt.
createConflict=Dieses Gate steht im Konflikt mit einem bereits existierenden.

signRightClick=Right click
signToUse=to use gate
signRandom=Random
signDisconnected=Disconnected
32 changes: 32 additions & 0 deletions bin/net/TheDgtl/Stargate/resources/en.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
prefix=[Stargate]
teleportMsg=Teleported
destroyMsg=Gate Destroyed
invalidMsg=Invalid Destination
blockMsg=Destination Blocked
destEmpty=Destination List Empty
denyMsg=Access Denied

ecoDeduct=Deducted %cost%
ecoRefund=Refunded %cost%
ecoObtain=Obtained %cost% from Stargate %portal%
ecoInFunds=Insufficient Funds

createMsg=Gate Created
createNetDeny=You do not have access to that network
createGateDeny=You do not have access to that gate layout
createPersonal=Creating gate on personal network
createNameLength=Name too short or too long.
createExists=A gate by that name already exists
createFull=This network is full
createWorldDeny=You do not have access to that world
createConflict=Gate conflicts with existing gate

signRightClick=Right click
signToUse=to use gate
signRandom=Random
signDisconnected=Disconnected

bungeeDisabled=BungeeCord support is disabled.
bungeeDeny=You do not have permission to create BungeeCord gates.
bungeeEmpty=BungeeCord gates require both a destination and network.
bungeeSign=Teleport to
28 changes: 28 additions & 0 deletions bin/net/TheDgtl/Stargate/resources/es.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
author=Manuestaire
prefix=[Stargate]
teleportMsg=Teletransportado
destroyMsg=Portal Destru�do
invalidMsg=Elige Destino
blockMsg=Destino Bloqueado
destEmpty=La lista de destinos est� vac�a
denyMsg=Acceso denegado

ecoDeduct=Pagaste %cost%
ecoRefund=Reembolsado %cost%
ecoObtain=Obtenido %cost% del Portal %portal%
ecoInFunds=No tienes suficiente dinero

createMsg=Portal creado
createNetDeny=No tienes acceso a esta red
createGateDeny=No tienes acceso a este dise�o de portal
createPersonal=Creando el portal en una red personal
createNameLength=Nombre demasiado largo o demasiado corto
createExists=Ya existe una puerta con este nombre
createFull=Esta red est� llena
createWorldDeny=No tienes permisos para acceder a ese mundo
createConflict=El portal entra en conflicto con un portal ya existente

signRightClick=Click derecho
signToUse=para usar
signRandom=Aleatorio
signDisconnected=Desconectado
28 changes: 28 additions & 0 deletions bin/net/TheDgtl/Stargate/resources/fr.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
author=Dauphin14
prefix=[Stargate]
teleportMsg=Téléportation Réussie.
destroyMsg=Portail detruit.
invalidMsg=Destination invalide.
blockMsg=Destination bloquée.
destEmpty=Aucune Destination disponible.
denyMsg=Accès Refusé.

ecoDeduct=Retrait de %cost%.
ecoRefund=Remboursement de %cost%.
ecoObtain=Gain de %cost% du Portail %portal%.
ecoInFunds=Ressources insuffisantes.

createMsg=Portail Créé
createNetDeny=Vous n'avez pas accès à ce réseau.
createGateDeny=Vous n'avez pas accès à ce type de portail.
createPersonal=Portail créé sur le réseau personnel.
createNameLength=Nom trop long ou trop court.
createExists=Il existe déjà un portail avec le même nom.
createFull=Le reseau est plein.
createWorldDeny=Vous n'avez pas accès à ce monde.
createConflict=Ce portail entre en conflit avec un portail déjà existant.

signRightClick=Right click
signToUse=to use gate
signRandom=Random
signDisconnected=Disconnected
28 changes: 28 additions & 0 deletions bin/net/TheDgtl/Stargate/resources/hu.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
author=HPoltergeist
prefix=[Stargate]
teleportMsg=Teleportálás
destroyMsg=Kapu törölve
invalidMsg=Nincs ilyen cél
blockMsg=Cél blokkolva
destEmpty=A cél lista üres
denyMsg=Hozzáférés megtagadva

ecoDeduct=%cost% levonva
ecoRefund=%cost% visszatérítve
ecoObtain=%cost% bevétel a következő kapuból: %portal%
ecoInFunds=Nincs elég pénzed

createMsg=Kapu elkészült
createNetDeny=Nincs hozzáférésed ahhoz a hálózathoz
createGateDeny=Nincs hozzáférésed ahhoz a kapucsoporthoz
createPersonal=Kapu készítése magán hálózaton
createNameLength=A név túl rövid vagy túl hosszú
createExists=Már van ilyen nevű kapu
createFull=Ez a hálózat tele van
createWorldDeny=Nincs hozzáférésed ahhoz a világhoz
createConflict=Ez a kapu ütközik egy meglévö kapuval

signRightClick=Jobb katt a
signToUse=használathoz
signRandom=Random
signDisconnected=Szétkapcsolva
28 changes: 28 additions & 0 deletions bin/net/TheDgtl/Stargate/resources/it.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
author=fr33soul
prefix=[Stargate]
teleportMsg=Teletrasporto
destroyMsg=Portale distrutto
invalidMsg=Destinazione invalida
blockMsg=Destinazione bloccata
destEmpty=Lista destinazioni vuota
denyMsg=Accesso Negato

ecoDeduct=%cost% pagato
ecoRefund=%cost% rimborsato
ecoObtain=%cost% ottenuto dal portale %portal%
ecoInFunds=Credito insufficiente

createMsg=Portale creato
createNetDeny=Non hai accesso a questa rete
createGateDeny=Non hai accesso a questo portale speciale
createPersonal=Creazione di un portale sulla rete personale
createNameLength=Nome troppo corto o troppo lungo.
createExists=Questo nome gia' esiste
createFull=Questa rete e' piena
createWorldDeny=Non hai accesso a questo mondo
createConflict=Il portale crea conflitti con uno gia' esistente

signRightClick=Right click
signToUse=to use gate
signRandom=Random
signDisconnected=Disconnected
28 changes: 28 additions & 0 deletions bin/net/TheDgtl/Stargate/resources/nl.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
author=Grovert11
prefix=[Stargate]
teleportMsg=Je bent geteleporteerd.
destroyMsg=Gate kapot gemaakt
invalidMsg=Ongeldige bestemming
blockMsg=Bestemming geblokkeerd
destEmpty=Bestemmingslijst leeg
denyMsg=Toegang geweigerd

ecoDeduct=%cost% afgeschreven
ecoRefund=%cost% terug gekregen
ecoObtain=%cost% gekregen van Stargate %portal%
ecoInFunds=Saldo niet toereikend

createMsg=Gate gemaakt
createNetDeny=Je hebt geen toegang tot dat netwerk.
createGateDeny=Je mag die Gate-Layout niet gebruiken
createPersonal=Gate op persoonlijk netwerk gemaakt.
createNameLength=Naam te lang of te kort.
createExists=Er bestaat al een gate met die naam
createFull=Dit netwerk is vol.
createWorldDeny=Je mag niet in die wereld komen.
createConflict=Gate maakt een conflict met een bestaande gate.

signRightClick=Right click
signToUse=to use gate
signRandom=Random
signDisconnected=Disconnected
28 changes: 28 additions & 0 deletions bin/net/TheDgtl/Stargate/resources/pt-br.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
author=TheProbleemm
prefix=[Stargate]
teleportMsg=Voce foi teleportado.
destroyMsg=Portal destruido.
invalidMsg=Destino Nao conectado/invalido.
blockMsg=Destino bloqueado.
destEmpty=Lista de destino vazia.
denyMsg=Acesso negado. Voce nao tem permissao.

ecoDeduct=O teleporte custou: R$ %cost%.
ecoRefund=Voce foi reembolsado: R$ %cost%.
ecoObtain=Foi obtido R$ %cost% do portal %portal%.
ecoInFunds=Fundos insuficientes.

createMsg=Portal criado.
createNetDeny=Voce nao tem acesso a essa rede.
createGateDeny=Voce nao tem acesso a esse portal layout.
createPersonal=Criando portal em rede pessoal.
createNameLength=Nome muito curto ou muito grande.
createExists=J� existe um portal com esse nome.
createFull=Esta rede esta cheia.
createWorldDeny=Voce nao tem acesso a esse mundo.
createConflict=Portal em conflito com um portal ja existente.

signRightClick=Right click
signToUse=to use gate
signRandom=Random
signDisconnected=Disconnected
28 changes: 28 additions & 0 deletions bin/net/TheDgtl/Stargate/resources/ru.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
author=ckr@jk
prefix=[Портал]
teleportMsg=Вы перемещены
destroyMsg=Портал уничтожен
invalidMsg=Недопустимый пункт назначения
blockMsg=Пункт назначения заблокирован
destEmpty=Список пунктов назначения пуст
denyMsg=Доступ запрещен

ecoDeduct=Вычтено %cost%
ecoRefund=Возвращено %cost%
ecoObtain=Получено %cost% с портала %portal%
ecoInFunds=Недостаточно средств

createMsg=Портал создан
createNetDeny=У вас нет доступа к этой сети порталов
createGateDeny=У вас нет доступа к размещению портала
createPersonal=Создание портала с персональной сетью
createNameLength=Имя слишком короткое или слишком длинное
createExists=Портал с таким именем уже существует
createFull=Эта сеть порталов заполнена
createWorldDeny=У вас нет доступа к этому миру
createConflict=Портал конфликтует с уже существующим порталом

signRightClick=Right click
signToUse=to use gate
signRandom=Random
signDisconnected=Disconnected
32 changes: 32 additions & 0 deletions bin/net/TheDgtl/Stargate/resources/zh.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
prefix=[�P�ڤ���]
teleportMsg=�w�ǰe�C
destroyMsg=�ǰe���w�����C
invalidMsg=�L�Ī��ت��a�C
blockMsg=�ت��a�Q����C
destEmpty=�ت��a�C�����šC
denyMsg=�A�èS���ǰe��ӥت��a���v���C

ecoDeduct=�����F %cost%�C
ecoRefund=�h�^�F %cost%�C
ecoObtain=�q�P�ڤ��� %portal% ��o�F %cost% �������C
ecoInFunds=�A�èS�������������H�ϥΦ��ǰe���C

createMsg=�w�гy�ǰe���C
createNetDeny=�A�èS���s�����P�ں������v���C
createGateDeny=�A�èS���s�����P�ڪ��D���v���C
createPersonal=�w�гy�P�ڤ����b�ӤH�����C
createNameLength=�ǰe���W�r�L���ιL�u�C
createExists=���P�W�ǰe���w�s�b�C
createFull=���P�ں����w���C
createWorldDeny=�A�èS���s�����P�y���v���C
createConflict=���b�]�w���ǰe���P�ثe�w�s�b���P�ڤ����X�{�Ĭ�C

signRightClick=�k��
signToUse=�H�ϥάP�ڤ����C
signRandom=�H���ǰe
signDisconnected=�w���_�s��

bungeeDisabled=�P�t�ǰe�w�Q�����C
bungeeDeny=�A�èS���гy�P�t�ǰe�����v���C
bungeeEmpty=�P�t�ǰe���ݭn�@�ӥت��a�Ψ�����C
bungeeSign=�ǰe��
Loading