From 3e631ae7c11387ce11404c59dbe979940a40ddf8 Mon Sep 17 00:00:00 2001 From: Ace Sobremont Date: Sun, 4 Sep 2022 09:03:29 +0800 Subject: [PATCH] Filipino Translation (#15) by @xqwtxon Added fil.yml (Filipino Language) --- resources/languages/fil.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 resources/languages/fil.yml diff --git a/resources/languages/fil.yml b/resources/languages/fil.yml new file mode 100644 index 0000000..2eb6c34 --- /dev/null +++ b/resources/languages/fil.yml @@ -0,0 +1,35 @@ +--- +# Custom Translation +# Made by: @xqwtxon (https://github.com/xqwtxon) +outdated-config: "&6Luma na ang iyong configuration. Awtomatikong maa-update ang configurasyon." +outdated-plugin: "&cGumagamit ka ng lumang bersyon ng plugin. Isinasaalang-alang ang pag-update nito sa mga paglabas ng poggit o github." +new-update-prefix: "[Update Checker]" +new-update-found: "&6Ang iyong bersyon ng ProfanityFilter ay luma na. Inilabas ang bersyon %s para sa api %s." +new-update-details: "&bPocketMine API: %s to %s" +new-update-download: "&aDownload: %s" +no-updates-found: "&aWalang nahanap na Mga Update! Enjoy!" +update-error: "&4Hindi Masuri ang Update. Pakisuri ang iyong koneksyon at subukang muli. %s" +config-notfound: "&eGumagawa ng config.yml..." +config-corrupted: "&cNasira ang iyong config. Maaari itong magdulot ng isyu o mga problema habang binabasa ang iyong configurasyon." +plugin-dir-notfound: "&dGumagawa ng plugin data..." +help-title: "&l&6Profanity Filter" +help-subtitle: "&eListahan ng mga commands ng ProfanityFilter!" +help-page: + - "&e/pf help &7— &bProfanityFilter Help Command" + - "&e/pf ui &7— &bManage ProfanityFilter by GUI" + - "&e/pf credits &7— &bView Plugin Creators & Contributors" + - "&e/pf banned-words/list &7— &bView all list currently banned-words." +profanity-command-only-ingame: "&eMagagamit mo lang ito sa laro!" +profanity-command-usage: "&e/pf &6 &d[args]" +profanity-command-usage-execute: "&cUsage: &e/pf [args]" +banned-words-description: "&bAng mga ito ay kasalukuyang pinagbawalan na mga salita sa configurasyon. Maaari itong magdulot ng ilang string tulad ng **** sa laro. Kaya kung gusto mong tingnan silang lahat, Suriin ang manually banned-words configurasyon o kaya sa console." +banned-words-description-2: "&eKung gusto mong magdagdag pa. Mangyaring magdagdag ng mga banned-word sa profanity configurasyon." +credits-title: "&l&6Profanity Filter" +credits-subtitle: "&bhttps://github.com/xqwtxon/ProfanityFilter" +credits-description: "&eAng mga ito ay kasalukuyang mga pampublikong tagapag-ambag sa plugin." +ui-pf-manage-title: "&l&6Profanity Filter" +ui-pf-manage-description: "&bMaaari mong pamahalaan dito." +ui-pf-manage-button-1: "&eTingnan ang mga Bawal na Salita" +ui-pf-manage-button-exit: "&4Umalis" +ui-pf-manage-button-return: "&cBumalik" +...