Skip to content

Commit

Permalink
fixed translations
Browse files Browse the repository at this point in the history
  • Loading branch information
benfiratkaya committed Jan 22, 2024
1 parent 16b13c4 commit 495efb0
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ public static class Messages extends Language.Messages {

private String cannotCreateFull = "{prefix} &cPlease create some space in your inventory and try again.";

private String haveRequestOngoing = "&cPlease wait for your current request to be done!";

/**
* Help commands message
*/
Expand Down Expand Up @@ -425,6 +427,12 @@ public static class WebStoreGui extends Language.Gui.WebStoreGui {
*/
private String buyWebStoreNotEnoughCredit = "&cNot enough credits.";

private String buyWebStoreOutOfStock = "&cOut of stock.";

private String buyWebStoreProductNotFound = "&cProduct not found.";

private String buyWebStoreUserNotFound = "&cUser not found.";

/**
* withdraw item subtitle error
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ public static class Messages extends Language.Messages {

private String cannotCreateFull = "{prefix} &cEnvanterinde yeterli boşluk bulunmamakta, lütfen envanterini boşalt ve tekrar dene.";

private String haveRequestOngoing = "&cLütfen şu anki işleminin bitmesini bekle!";

/**
* Help commands message
*/
Expand Down Expand Up @@ -418,6 +420,12 @@ public static class WebStoreGui extends Language.Gui.WebStoreGui {
*/
private String buyWebStoreSuccess = "&aSatın alım başarılı.";

private String buyWebStoreOutOfStock = "&cStok yok.";

private String buyWebStoreProductNotFound = "&cÜrün bulunamadı.";

private String buyWebStoreUserNotFound = "&cKullanıcı bulunamadı.";

/**
* purchase subtitle success
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ public static class Messages extends OkaeriConfig {

private String targetPlayerNotAvailable = "{prefix} &cTarget player is not available.";

private String haveRequestOngoing = "&cPlease wait for your current request to be done!";

/**
* Help commands message
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package net.leaderos.bungee.configuration.lang;

import eu.okaeri.configs.OkaeriConfig;
import eu.okaeri.configs.annotation.Comment;
import eu.okaeri.configs.annotation.NameModifier;
import eu.okaeri.configs.annotation.NameStrategy;
Expand Down Expand Up @@ -50,6 +49,8 @@ public static class Messages extends Language.Messages {

private String targetPlayerNotAvailable = "{prefix} &cTarget player is not available.";

private String haveRequestOngoing = "&cPlease wait for your current request to be done!";

/**
* Help commands message
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ public static class Messages extends Language.Messages {

private String targetPlayerNotAvailable = "{prefix} &cBu oyuncu mevcut değil.";

private String haveRequestOngoing = "&cLütfen şu anki işleminin bitmesini bekle!";

/**
* Help commands message
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ public static class Messages extends OkaeriConfig {

private String targetPlayerNotAvailable = "{prefix} &cTarget player is not available.";

private String haveRequestOngoing = "&cPlease wait for your current request to be done!";

/**
* Help commands message
*/
Expand Down Expand Up @@ -217,6 +219,8 @@ public static class Credit extends OkaeriConfig {

private String creditInfoOther = "{prefix} &b{target} &ahas &e{amount} &acredit(s)";

private String cannotSendCreditsThisUser = "{prefix} &cCould not send credits to this user.";

private String cannotSendCreditYourself = "{prefix} &cYou can not send credit(s) to yourself.";

private String cannotSendCreditNegative = "{prefix} &cPlease enter a valid amount. The amount must be higher than 0.";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package net.leaderos.velocity.configuration.lang;

import eu.okaeri.configs.OkaeriConfig;
import eu.okaeri.configs.annotation.Comment;
import eu.okaeri.configs.annotation.NameModifier;
import eu.okaeri.configs.annotation.NameStrategy;
Expand Down Expand Up @@ -50,6 +49,8 @@ public static class Messages extends Language.Messages {

private String targetPlayerNotAvailable = "{prefix} &cTarget player is not available.";

private String haveRequestOngoing = "&cPlease wait for your current request to be done!";

/**
* Help commands message
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ public static class Messages extends Language.Messages {

private String targetPlayerNotAvailable = "{prefix} &cBu oyuncu mevcut değil.";

private String haveRequestOngoing = "&cLütfen şu anki işleminin bitmesini bekle!";

/**
* Help commands message
*/
Expand Down

0 comments on commit 495efb0

Please sign in to comment.