mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-28 21:56:28 +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"
|
questEditorName: "Atur nama"
|
||||||
questEditorAskMessage: "Atur pesan pertanyaan"
|
questEditorAskMessage: "Atur pesan pertanyaan"
|
||||||
questEditorFinishMessage: "Atur pesan penyelesaian"
|
questEditorFinishMessage: "Atur pesan penyelesaian"
|
||||||
questEditorRedoDelay: "Atur mengulangi penundaan"
|
|
||||||
questEditorNPCStart: "Atur NPC mulai"
|
questEditorNPCStart: "Atur NPC mulai"
|
||||||
questEditorBlockStart: "Atur Blok mulai"
|
questEditorBlockStart: "Atur Blok mulai"
|
||||||
questEditorInitialEvent: "Atur awal acara"
|
questEditorInitialEvent: "Atur awal acara"
|
||||||
questEditorSetGUI: "Atur tampilan Item GUI"
|
questEditorSetGUI: "Atur tampilan Item GUI"
|
||||||
questEditorReqs: "Edit Persyaratan"
|
questEditorReqs: "Edit Persyaratan"
|
||||||
|
questEditorPln: "Edit Planner"
|
||||||
questEditorStages: "Edit Tahapan"
|
questEditorStages: "Edit Tahapan"
|
||||||
questEditorRews: "Edit Hadiah"
|
questEditorRews: "Edit Hadiah"
|
||||||
questEditorEnterQuestName: "Masukkan nama Quest (<cancel>)"
|
questEditorEnterQuestName: "Masukkan nama Quest (<cancel>)"
|
||||||
questEditorEditEnterQuestName: "Enter Quest name to edit (<cancel>)"
|
questEditorEditEnterQuestName: "Enter Quest name to edit (<cancel>)"
|
||||||
questEditorEnterAskMessage: "Masukkan pesan pertanyaan (<cancel>)"
|
questEditorEnterAskMessage: "Masukkan pesan pertanyaan (<cancel>)"
|
||||||
questEditorEnterFinishMessage: "Masukkan pesan selesai (<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"
|
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>"
|
questEditorEnterBlockStart: "Klik kanan pada blok untuk menggunakan sebagai titik awal, <done>, <clear>, <cancel>"
|
||||||
questEditorEnterInitialEvent: "Masukkan satu nama acar. <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!"
|
reqNoMessage: "Anda harus menetapkan pesan persyaratan gagal!"
|
||||||
reqNoMcMMO: "mcMMO tidak dipasang"
|
reqNoMcMMO: "mcMMO tidak dipasang"
|
||||||
reqNoHeroes: "Heroes 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"
|
rewSetMoney: "Atur uang penghargaan"
|
||||||
rewSetQuestPoints: "Atur penghargaan Poin Quest"
|
rewSetQuestPoints: "Atur penghargaan Poin Quest"
|
||||||
rewSetItems: "Atur item penghargaan"
|
rewSetItems: "Atur item penghargaan"
|
||||||
@ -580,6 +587,21 @@ itemCreateInvalidInput: "Masukan tidak sah!"
|
|||||||
itemCreateNotNumber: "Masukan bukan angka!"
|
itemCreateNotNumber: "Masukan bukan angka!"
|
||||||
itemCreateNoNameAmount: "Anda harus menetapkan nama dan jumlah terlebih dahulu!"
|
itemCreateNoNameAmount: "Anda harus menetapkan nama dan jumlah terlebih dahulu!"
|
||||||
itemCreateCriticalError: "Sebuah kesalahan kritis telah terjadi."
|
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> --"
|
questTitle: "-- <quest> --"
|
||||||
questObjectivesTitle: "---(<quest>)---"
|
questObjectivesTitle: "---(<quest>)---"
|
||||||
questCompleteTitle: '**PENCARIAN LENGKAP: <quest>**'
|
questCompleteTitle: '**PENCARIAN LENGKAP: <quest>**'
|
||||||
@ -604,6 +626,7 @@ questEditTitle: "- Edit Pencarian -"
|
|||||||
questDeleteTitle: "- Hapus Pencarian -"
|
questDeleteTitle: "- Hapus Pencarian -"
|
||||||
requirementsTitle: "- <quest> | Persyaratan -"
|
requirementsTitle: "- <quest> | Persyaratan -"
|
||||||
rewardsTitle: "- <quest> | Penghargaan -"
|
rewardsTitle: "- <quest> | Penghargaan -"
|
||||||
|
plannerTitle: "- <quest> | Planner -"
|
||||||
itemRequirementsTitle: "- Persyaratan Item-"
|
itemRequirementsTitle: "- Persyaratan Item-"
|
||||||
itemRewardsTitle: "- Penghargaan Item -"
|
itemRewardsTitle: "- Penghargaan Item -"
|
||||||
mcMMORequirementsTitle: "- Persyaratan mcMMO -"
|
mcMMORequirementsTitle: "- Persyaratan mcMMO -"
|
||||||
@ -622,6 +645,7 @@ eventTitle: "- Acara -"
|
|||||||
completedQuestsTitle: "- Selesai Pencarian -"
|
completedQuestsTitle: "- Selesai Pencarian -"
|
||||||
topQuestersTitle: "- Atas <number> Pencari kerja -"
|
topQuestersTitle: "- Atas <number> Pencari kerja -"
|
||||||
createItemTitle: "- Buat Item -"
|
createItemTitle: "- Buat Item -"
|
||||||
|
dateTimeTitle: "- Date & Time -"
|
||||||
enchantmentsTitle: "- Pesona -"
|
enchantmentsTitle: "- Pesona -"
|
||||||
questGUITitle: "- GUI Tampilan Item -"
|
questGUITitle: "- GUI Tampilan Item -"
|
||||||
questRegionTitle: "- Daerah Pencarian -"
|
questRegionTitle: "- Daerah Pencarian -"
|
||||||
@ -797,8 +821,13 @@ COLOR_RED: "Merah"
|
|||||||
COLOR_SILVER: "Perak"
|
COLOR_SILVER: "Perak"
|
||||||
COLOR_WHITE: "Putih"
|
COLOR_WHITE: "Putih"
|
||||||
COLOR_YELLOW: "Kuning"
|
COLOR_YELLOW: "Kuning"
|
||||||
|
timeZone: "Time zone"
|
||||||
timeDay: "Hari"
|
timeDay: "Hari"
|
||||||
timeDays: "Hari"
|
timeDays: "Hari"
|
||||||
|
timeMonth: "Month"
|
||||||
|
timeMonths: "Months"
|
||||||
|
timeYear: "Year"
|
||||||
|
timeYears: "Years"
|
||||||
timeHour: "Jam"
|
timeHour: "Jam"
|
||||||
timeHours: "Jam"
|
timeHours: "Jam"
|
||||||
timeMinute: "Menit"
|
timeMinute: "Menit"
|
||||||
|
Loading…
Reference in New Issue
Block a user