Skip to content

Commit

Permalink
Merge pull request #112 from axolotlagatsuma/main
Browse files Browse the repository at this point in the history
Turkish translations
  • Loading branch information
DenisD3D authored Jun 16, 2024
2 parents 7415477 + 5f58090 commit 77ddc3b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
import java.util.regex.Pattern;

public class LangManager {
public static final List<String> AVAILABLE_LANG = Arrays.asList("en_us", "fr_fr", "ru_ru", "ko_kr", "zh_cn" );
public static final List<String> LANG_CONTRIBUTORS = Arrays.asList("Morty#0273 (ru_ru)", "PixelVoxel#4327 (ko_kr)", "thearchy.helios (zh_cn)");
public static final List<String> AVAILABLE_LANG = Arrays.asList("en_us", "fr_fr", "ru_ru", "ko_kr", "zh_cn", "tr_tr");
public static final List<String> LANG_CONTRIBUTORS = Arrays.asList("Morty#0273 (ru_ru)", "PixelVoxel#4327 (ko_kr)", "thearchy.helios (zh_cn)", "Axolotl Agatsuma (tr_tr)");
private static final Gson GSON = new Gson();
private static final Pattern FLOAT_REPLACE_PATTERN = Pattern.compile("%(\\d+\\$)?[\\d.]*[df]");

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"config.messages.start.value": "Sunucu başladı",
"config.messages.stop.value": "Sunucu durduruldu",
"config.messages.join.value": "${player_display_name} oyuna katıldı",
"config.messages.leave.value": "${player_display_name} oyundan ayrıldı",
"config.messages.death.value": "${death_message}",
"config.messages.advancement.value": "${player_display_name} başarı elde etti ${advancement_title}. ${advancement_description}.",
"config.account.messages.link_get_code.value": "Hesabınızı bağlamak için, ${command} mesajını ${bot_name}#${bot_discriminator}'ya Discord'da özel mesaj olarak gönderin",
"config.account.messages.link_successful.value": "Hesabınız şimdi bağlı",
"config.account.messages.link_invalid_code.value": "Bu kod geçersiz",
"config.account.messages.link_error_already.value": "Hesabınız zaten bağlı",
"config.account.messages.unlink_successful.value": "Hesabınız şimdi bağlantısı kesildi",
"config.account.messages.unlink_error.value": "Hesabınızın bağlantısını kesemezsiniz",
"config.account.messages.missing_roles.value": "Hesabınızı bağlamak için gerekli rollere sahip değilsiniz",
"config.style.reply_format.value": "${member_nickname} yanıt olarak: ",
"config.style.presence.message.value": "${online_players} / ${max_players} oyuncu",
"config.misc.discord_text.value": "Davet bağlantısı tanımlanmamış"
}

0 comments on commit 77ddc3b

Please sign in to comment.