mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-25 03:55:35 +01:00
New translations strings.yml (Indonesian)
This commit is contained in:
parent
18981b73fa
commit
a938aed3ed
@ -60,19 +60,18 @@ questEditorDelete: "Hapus Quest"
|
||||
questEditorName: "Atur nama"
|
||||
questEditorAskMessage: "Atur pesan pertanyaan"
|
||||
questEditorFinishMessage: "Atur pesan penyelesaian"
|
||||
questEditorRedoDelay: "Atur mengulangi penundaan"
|
||||
questEditorNPCStart: "Atur NPC mulai"
|
||||
questEditorBlockStart: "Atur Blok mulai"
|
||||
questEditorInitialEvent: "Atur awal acara"
|
||||
questEditorSetGUI: "Atur tampilan Item GUI"
|
||||
questEditorReqs: "Edit Persyaratan"
|
||||
questEditorPln: "Edit Planner"
|
||||
questEditorStages: "Edit Tahapan"
|
||||
questEditorRews: "Edit Hadiah"
|
||||
questEditorEnterQuestName: "Masukkan nama Quest (<cancel>)"
|
||||
questEditorEditEnterQuestName: "Enter Quest name to edit (<cancel>)"
|
||||
questEditorEnterAskMessage: "Masukkan pesan pertanyaan (<cancel>)"
|
||||
questEditorEnterFinishMessage: "Masukkan pesan selesai (<cancel>)"
|
||||
questEditorEnterRedoDelay: "Masukkan jumlah waktu (dalam detik), 0 untuk menghapus penundaan ulang atau -1 untuk membatalkan"
|
||||
questEditorEnterNPCStart: "Masukkan NPC ID, -1 untuk menghapus NPC start atau -2 untuk membatalkan"
|
||||
questEditorEnterBlockStart: "Klik kanan pada blok untuk menggunakan sebagai titik awal, <done>, <clear>, <cancel>"
|
||||
questEditorEnterInitialEvent: "Masukkan satu nama acar. <clear>, <cancel>"
|
||||
@ -514,6 +513,14 @@ reqMustAddItem: "Anda harus menambahkan setidaknya satu item pertama!"
|
||||
reqNoMessage: "Anda harus menetapkan pesan persyaratan gagal!"
|
||||
reqNoMcMMO: "mcMMO tidak dipasang"
|
||||
reqNoHeroes: "Heroes tidak dipasang"
|
||||
plnStart: "Set start date"
|
||||
plnEnd: "Set end date"
|
||||
plnRepeat: "Set repeat cycle"
|
||||
plnCooldown: "Set player cooldown"
|
||||
plnStartPrompt: "Enter amount of time (in seconds), 0 to clear the start date or -1 to cancel"
|
||||
plnEndPrompt: "Enter amount of time (in seconds), 0 to clear the end date or -1 to cancel"
|
||||
plnRepeatPrompt: "Enter amount of time (in seconds), 0 to clear the repeat or -1 to cancel"
|
||||
plnCooldownPrompt: "Enter amount of time (in seconds), 0 to clear the cooldown or -1 to cancel"
|
||||
rewSetMoney: "Atur uang penghargaan"
|
||||
rewSetQuestPoints: "Atur penghargaan Poin Quest"
|
||||
rewSetItems: "Atur item penghargaan"
|
||||
@ -580,6 +587,21 @@ itemCreateInvalidInput: "Masukan tidak sah!"
|
||||
itemCreateNotNumber: "Masukan bukan angka!"
|
||||
itemCreateNoNameAmount: "Anda harus menetapkan nama dan jumlah terlebih dahulu!"
|
||||
itemCreateCriticalError: "Sebuah kesalahan kritis telah terjadi."
|
||||
dateCreateEnterDay: "Enter a day (max. 31), <cancel>"
|
||||
dateCreateInvalidDay: "Day must be between 1 and 31!"
|
||||
dateCreateEnterMonth: "Enter a month (max. 12), <cancel>"
|
||||
dateCreateInvalidMonth: "Day must be between 1 and 12!"
|
||||
dateCreateEnterYear: "Enter a year (max. 9999), <cancel>"
|
||||
dateCreateInvalidYear: "Year must be between 1000 and 9999!"
|
||||
dateCreateEnterHour: "Enter an hour (max. 23), <cancel>"
|
||||
dateCreateInvalidHour: "Hour must be between 0 and 23!"
|
||||
dateCreateEnterMinute: "Enter a minute (max. 59), <cancel>"
|
||||
dateCreateInvalidMinute: "Minute must be between 0 and 59!"
|
||||
dateCreateEnterSecond: "Enter a second (max. 59), <cancel>"
|
||||
dateCreateInvalidSecond: "Second must be between 0 and 59!"
|
||||
dateCreateEnterZone: "Enter a UTC time zone (max. 14), <cancel>"
|
||||
dateCreateInvalidZone: "Zone must be between -12 and 14!"
|
||||
dateCreateNoYearAmount: "You must set a year first!"
|
||||
questTitle: "-- <quest> --"
|
||||
questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: '**PENCARIAN LENGKAP: <quest>**'
|
||||
@ -604,6 +626,7 @@ questEditTitle: "- Edit Pencarian -"
|
||||
questDeleteTitle: "- Hapus Pencarian -"
|
||||
requirementsTitle: "- <quest> | Persyaratan -"
|
||||
rewardsTitle: "- <quest> | Penghargaan -"
|
||||
plannerTitle: "- <quest> | Planner -"
|
||||
itemRequirementsTitle: "- Persyaratan Item-"
|
||||
itemRewardsTitle: "- Penghargaan Item -"
|
||||
mcMMORequirementsTitle: "- Persyaratan mcMMO -"
|
||||
@ -622,6 +645,7 @@ eventTitle: "- Acara -"
|
||||
completedQuestsTitle: "- Selesai Pencarian -"
|
||||
topQuestersTitle: "- Atas <number> Pencari kerja -"
|
||||
createItemTitle: "- Buat Item -"
|
||||
dateTimeTitle: "- Date & Time -"
|
||||
enchantmentsTitle: "- Pesona -"
|
||||
questGUITitle: "- GUI Tampilan Item -"
|
||||
questRegionTitle: "- Daerah Pencarian -"
|
||||
@ -797,8 +821,13 @@ COLOR_RED: "Merah"
|
||||
COLOR_SILVER: "Perak"
|
||||
COLOR_WHITE: "Putih"
|
||||
COLOR_YELLOW: "Kuning"
|
||||
timeZone: "Time zone"
|
||||
timeDay: "Hari"
|
||||
timeDays: "Hari"
|
||||
timeMonth: "Month"
|
||||
timeMonths: "Months"
|
||||
timeYear: "Year"
|
||||
timeYears: "Years"
|
||||
timeHour: "Jam"
|
||||
timeHours: "Jam"
|
||||
timeMinute: "Menit"
|
||||
|
Loading…
Reference in New Issue
Block a user