first commit

This commit is contained in:
2025-02-18 15:25:17 +01:00
commit 37cf0e8062
7403 changed files with 1227142 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{
"economy.account.balance": "<hover:show_text:'<gray>Currency: <yellow><impactor:currency><newline><gray>Account: <yellow><impactor:account:name> <gray>(<aqua><impactor:account:uuid><gray>)'><gray>Balance: <green><impactor:account:balance>",
"economy.transactions.successful": "<hover:show_text:'<gray>Transaction Type: <yellow><impactor:economy_transaction:type><newline><gray>Before: <yellow><impactor:economy_transaction:before><newline><gray>After: <yellow><impactor:account:balance>'><gray>Transaction completed successfully! Hover for transaction info!",
"economy.transactions.transfer.successful": "<hover:show_text:'<gray>Transaction Type: <yellow>TRANSFER<newline><gray>Source: <green><impactor:economy_transaction:source:before> <gray>--> <green><impactor:economy_transaction:source:after><newline><gray>Recipient: <green><impactor:economy_transaction:recipient:before> <gray>--> <green><impactor:economy_transaction:recipient:after>'><gray>Transaction completed successfully! Hover for transaction info!",
"economy.transactions.transfer.not-allowed": "<red>Sorry, but transfers are unsupported for <impactor:currency>...",
"economy.transactions.failed": "<red>The transaction failed with the given status: <yellow><impactor:economy_transaction:result>",
"economy.transactions.cant-pay-self": "<red>You are unable to pay yourself!",
"economy.baltop.calculating": "<gray>Calculating the current top balances...",
"economy.baltop.header": "<st><gradient:#32a852:#326da8>====================</gradient><reset> <yellow><impactor:currency> <st><gradient:#326da8:#32a852>=====================",
"economy.baltop.entry": "<yellow><impactor:baltop:ranking>) <aqua><impactor:account:name><gray>: <green><impactor:account:balance>",
"economy.baltop.footer": "<st><gradient:#32a852:#326da8>=========================</gradient><gradient:#326da8:#32a852>==========================",
"translations.searching": "<gray>Checking available languages...",
"translations.installing": "<gray>Attempting to install translations now...",
"translations.installing-language": "<gray>Installing language: <yellow><impactor:language:id> <gray>[<green><impactor:language:name><gray>]",
"translations.install-complete": "<gray>Installation complete!",
"translations.install-failed": "<red>Installation has failed...",
"translations.info.header-footer": "<st><gradient:#32a852:#326da8>==========================</gradient><gradient:#326da8:#32a852>===========================",
"translations.info.language": "<gray>Language: <yellow><impactor:language:id> <gray>[<green><impactor:language:name><gray>]",
"translations.info.progress": "<gray>Progress: <impactor:language:progress>",
"translations.info.contributor.header": "<gray>Contributors:",
"translations.info.contributor.name": "<yellow>* <impactor:language:contributor>",
"translations.info.invalid-locale": "<red>Invalid locale specified!",
"platform.info.notify-generated": "<gray>Generated platform information, see the dumps directory!"
}

View File

@ -0,0 +1,24 @@
{
"economy.account.balance": "<hover:show_text:'<gray>Валюта: <yellow><impactor:currency><newline><gray>Аккаунт: <yellow><impactor:account:name> <gray>(<aqua><impactor:account:uuid><gray>)'><gray>Баланс: <green><impactor:account:balance>",
"economy.transactions.successful": "<hover:show_text:'<gray>Transaction Type: <yellow><impactor:economy_transaction:type><newline><gray>Before: <yellow><impactor:economy_transaction:before><newline><gray>After: <yellow><impactor:account:balance>'><gray>Transaction completed successfully! Hover for transaction info!",
"economy.transactions.transfer.successful": "<hover:show_text:'<gray>Transaction Type: <yellow>TRANSFER<newline><gray>Source: <green><impactor:economy_transaction:source:before> <gray>--> <green><impactor:economy_transaction:source:after><newline><gray>Recipient: <green><impactor:economy_transaction:recipient:before> <gray>--> <green><impactor:economy_transaction:recipient:after>'><gray>Transaction completed successfully! Hover for transaction info!",
"economy.transactions.transfer.not-allowed": "<red>Sorry, but transfers are unsupported for <impactor:currency>...",
"economy.transactions.failed": "<red>The transaction failed with the given status: <yellow><impactor:economy_transaction:result>",
"economy.transactions.cant-pay-self": "<red>You are unable to pay yourself!",
"economy.baltop.calculating": "<gray>Calculating the current top balances...",
"economy.baltop.header": "<st><gradient:#32a852:#326da8>====================</gradient><reset> <yellow><impactor:currency> <st><gradient:#326da8:#32a852>=====================",
"economy.baltop.entry": "<yellow><impactor:baltop:ranking>) <aqua><impactor:account:name><gray>: <green><impactor:account:balance>",
"economy.baltop.footer": "<st><gradient:#32a852:#326da8>=========================</gradient><gradient:#326da8:#32a852>==========================",
"translations.searching": "<gray>Проверка доступных языков...",
"translations.installing": "<gray>Попытка установить перевод...",
"translations.installing-language": "<gray>Установка языка: <yellow><impactor:language:id> <gray>[<green><impactor:language:name><gray>]",
"translations.install-complete": "<gray>Установка завершена!",
"translations.install-failed": "<red>Установка не удалась...",
"translations.info.header-footer": "<st><gradient:#32a852:#326da8>==========================</gradient><gradient:#326da8:#32a852>===============================",
"translations.info.language": "<gray>Язык: <yellow><impactor:language:id> <gray>[<green><impactor:language:name><gray>]",
"translations.info.progress": "<gray>Прогресс: <impactor:language:progress>",
"translations.info.contributor.header": "<gray>Участники проекта:",
"translations.info.contributor.name": "<yellow>* <impactor:language:contributor>",
"translations.info.invalid-locale": "<red>Указан неверный язык!",
"platform.info.notify-generated": "<gray>Generated platform information, see the dumps directory!"
}

View File

@ -0,0 +1,3 @@
{
"lastRefresh": 1735713873900
}

View File

@ -0,0 +1,18 @@
# +----------------------------------------------------------------------------------------------+
# | Translation Settings |
# | |
# | These settings control how Impactor should attempt to download and install possibly |
# | new translations from the Crowdin metadata server. |
# +----------------------------------------------------------------------------------------------+
# When enabled, allows the server to attempt to download new translations each server restart,
# so long as the cache is considered invalid. For the cache to be considered invalid, a set
# amount of time must elapse from the last install period.
auto-install = true
#
max-bundle-size = "1MB"
# Specifies the max age of the cache before an attempt will be allowed on installing translations
# via the auto-install method.
max-cache-age = "24h"