-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
288 additions
and
288 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
{ | ||
"minecraft-version": "Minecraft version", | ||
"plugin-load-problem": "The plugin '{{plugin-name}}' could not be loaded.", | ||
"pocketmine-version": "Pocketmine version", | ||
"bedrock-version": "Bedrock version", | ||
"forge-version": "Forge version", | ||
"authme-shutdown-problem": "The plugin 'AuthMe' fails to load and shuts the server down.", | ||
"pex-config-problem": "The configuration of the plugin 'PermissionsEx' is invalid.", | ||
"ambiguous-plugin-name-problem": "There are multiple plugin files for the plugin name '{{plugin-name}}': '{{first-plugin-path}}' and '{{second-plugin-path}}'.", | ||
"plugin-dependency-problem": "The plugin '{{plugin-name}}' is missing the required the plugin '{{dependency-plugin-name}}'.", | ||
"plugin-disabling-problem": "The plugin '{{plugin-name}}' could not be disabled.", | ||
"plugin-enabling-problem": "The plugin '{{plugin-name}}' could not be enabled.", | ||
"plugin-runtime-problem": "The plugin '{{plugin-name}} has a problem while running.", | ||
"forge-confirm-problem": "Forge requires your confirmation to apply changes and start the server.", | ||
"mod-dependency-problem": "The mod '{{mod-name}}' is missing the required mod {{dependency-mod-name}}.", | ||
"mod-dependency-problem-plural": "The mod '{{mod-name}}' is missing the required mods {{dependency-mod-list}}.", | ||
"mod-duplicate-problem": "There are multiple mod files for the mod name '{{mod-name}}': '{{first-mod-path}}' and '{{second-mod-path}}'.", | ||
"mod-exception-problem": "The mod '{{mod-name}}' has thrown an exception.", | ||
"mod-fatal-problem": "The mod '{{mod-name}}' has a fatal error.", | ||
"world-missing-mod-problem": "The world was saved with mod '{{mod-name}}' which appears to be missing.", | ||
"world-mod-version-problem": "This world was saved with mod '{{mod-name}}' version {{mod-expected-version}} and it is now at version {{mod-current-version}}.", | ||
"plugin-incompatible-problem": "The plugin '{{plugin-name}}' is incompatible with your current server version.", | ||
"aquatic-world-on-older-version-problem": "The current world was created/loaded with Minecraft 1.13 or higher. The new format cannot be loaded in any older version.", | ||
"old-player-directory-problem": "The server has detected an old player directory in the world save.", | ||
"command-run-solution": "Run the command '{{command}}'.", | ||
"authme-shutdown-solution": "Set 'stopServer' to 'true'.", | ||
"configure-plugin": "Configure the plugin {{plugin-name}}.", | ||
"configure-plugin-with-file": "Configure the plugin {{plugin-name}} ({{suggested-file}}).", | ||
"plugin-install-different-version-solution": "Install a different version of the plugin '{{plugin-name}}'.", | ||
"plugin-install-solution": "Install the plugin '{{plugin-name}}'.", | ||
"plugin-remove-solution": "Remove the plugin '{{plugin-name}}'.", | ||
"file-delete-solution": "Delete the file '{{file-path}}'.", | ||
"file-edit-solution": "Edit the file '{{file-path}}'.", | ||
"mod-install-different-version-solution": "Install a different version of the mod '{{mod-name}}'.", | ||
"mod-install-solution": "Install the mod '{{mod-name}}'.", | ||
"mod-install-solution-with-version": "Install the mod '{{mod-name}}' with version {{mod-version}}.", | ||
"mod-remove-solution": "Remove the mod '{{mod-name}}'.", | ||
"aquatic-version-install-solution": "Update the server software to 1.13 or newer.", | ||
"plugin-command-exception-problem": "The plugin '{{plugin-name}}' cannot execute the command '{{command}}'." | ||
"minecraft-version": "Minecraft versiyası", | ||
"plugin-load-problem": "'{{plugin-name}}' əlavəsi yüklənilə bilmədi.", | ||
"pocketmine-version": "Pocketmine versiyası", | ||
"bedrock-version": "Bedrock versiyası", | ||
"forge-version": "Forge versiyası", | ||
"authme-shutdown-problem": "'AuthMe' əlavəsi yüklənə bilmədi və serveri bağladı.", | ||
"pex-config-problem": "'PermissionsEx' əlavəsinin konfiqurasiyası etibarsızdır.", | ||
"ambiguous-plugin-name-problem": "'{{plugin-name}}': '{{first-plugin-path}}' və '{{second-plugin-path}}' əlavə adları üçün çoxlu əlavə faylları var.", | ||
"plugin-dependency-problem": "Tələb olunan '{{dependency-plugin-name}}' əlavəsində '{{plugin-name}}' əlavəsi buraxılıb.", | ||
"plugin-disabling-problem": "'{{plugin-name}}' əlavəsi sıradan çıxarıla bilmədi.", | ||
"plugin-enabling-problem": "'{{plugin-name}}' əlavəsi fəallaşdırıla bilmədi.", | ||
"plugin-runtime-problem": "'{{plugin-name}}' əlavəsi işləyərkən problem yaşadı.", | ||
"forge-confirm-problem": "Forge, dəyişiklikləri tətbiq etmək və serveri başlatmaq üçün təsdiqinizi tələb edir.", | ||
"mod-dependency-problem": "Tələb olunan {{dependency-mod-name}} modunda '{{mod-name}}' modu buraxılıb.", | ||
"mod-dependency-problem-plural": "Tələb olunan {{dependency-mod-name}} modlarında '{{mod-name}}' modu buraxılıb.", | ||
"mod-duplicate-problem": "'{{mod-name}}': '{{first-mod-path}}' və '{{second-mod-path}}' mod adları üçün çoxlu mod faylları var.", | ||
"mod-exception-problem": "'{{mod-name}}' modu bir istisna atdı.", | ||
"mod-fatal-problem": "'{{mod-name}}' modunda ölümcül xəta baş verdi.", | ||
"world-missing-mod-problem": "Dünya, '{{mod-name}}' modu ilə saxlanılıb və bu da əskik görünür.", | ||
"world-mod-version-problem": "Bu dünya {{mod-expected-version}} versiyasında '{{mod-name}}' modu ilə saxlanılmışdır və hazırki versiyası {{mod-current-version}}.", | ||
"plugin-incompatible-problem": "'{{plugin-name}}' əlavəsi hazırki server versiyanıza uyğun gəlmir.", | ||
"aquatic-world-on-older-version-problem": "Hazırki dünya 1.13 və daha yüksək versiya ilə yaradıldı/yükləndi. Yeni format köhnə versiyaya yüklənilə bilməz.", | ||
"old-player-directory-problem": "Server, dünya saxlama əməliyyatında köhnə oyunçu kataloqu aşkar etdi.", | ||
"command-run-solution": "'{{command}}' əmrini işlət.", | ||
"authme-shutdown-solution": "'StopServeri'i 'true' olaraq tənzimlə.", | ||
"configure-plugin": "{{plugin-name}} əlavəsini konfiqurasiya et.", | ||
"configure-plugin-with-file": "{{plugin-name}} ({{suggested-file}}) əlavəsini konfiqurasiya et.", | ||
"plugin-install-different-version-solution": "'{{plugin-name}}' əlavəsinin fərqli bir versiyasını quraşdır.", | ||
"plugin-install-solution": "'{{plugin-name}}' əlavəsini quraşdır.", | ||
"plugin-remove-solution": "'{{plugin-name}}' əlavəsini çıxart.", | ||
"file-delete-solution": "'{{file-path}}' faylını sil.", | ||
"file-edit-solution": "'{{file-path}}' faylına düzəliş et.", | ||
"mod-install-different-version-solution": "'{{mod-name}}' modunun fərqli bir versiyasını quraşdır.", | ||
"mod-install-solution": "'{{mod-name}}' modunu quraşdır.", | ||
"mod-install-solution-with-version": "{{mod-version}} versiyası olan '{{mod-name}}' modunu quraşdır.", | ||
"mod-remove-solution": "'{{mod-name}}' modunu çıxart.", | ||
"aquatic-version-install-solution": "Server proqram təminatını 1.13 və ya daha yeni versiyaya yenilə.", | ||
"plugin-command-exception-problem": "'{{plugin-name}}' əlavəsi '{{command}}' əmrini icra edə bilmir." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
{ | ||
"minecraft-version": "Minecraft version", | ||
"plugin-load-problem": "The plugin '{{plugin-name}}' could not be loaded.", | ||
"pocketmine-version": "Pocketmine version", | ||
"bedrock-version": "Bedrock version", | ||
"forge-version": "Forge version", | ||
"authme-shutdown-problem": "The plugin 'AuthMe' fails to load and shuts the server down.", | ||
"pex-config-problem": "The configuration of the plugin 'PermissionsEx' is invalid.", | ||
"ambiguous-plugin-name-problem": "There are multiple plugin files for the plugin name '{{plugin-name}}': '{{first-plugin-path}}' and '{{second-plugin-path}}'.", | ||
"plugin-dependency-problem": "The plugin '{{plugin-name}}' is missing the required the plugin '{{dependency-plugin-name}}'.", | ||
"plugin-disabling-problem": "The plugin '{{plugin-name}}' could not be disabled.", | ||
"plugin-enabling-problem": "The plugin '{{plugin-name}}' could not be enabled.", | ||
"plugin-runtime-problem": "The plugin '{{plugin-name}} has a problem while running.", | ||
"forge-confirm-problem": "Forge requires your confirmation to apply changes and start the server.", | ||
"mod-dependency-problem": "The mod '{{mod-name}}' is missing the required mod {{dependency-mod-name}}.", | ||
"mod-dependency-problem-plural": "The mod '{{mod-name}}' is missing the required mods {{dependency-mod-list}}.", | ||
"mod-duplicate-problem": "There are multiple mod files for the mod name '{{mod-name}}': '{{first-mod-path}}' and '{{second-mod-path}}'.", | ||
"mod-exception-problem": "The mod '{{mod-name}}' has thrown an exception.", | ||
"mod-fatal-problem": "The mod '{{mod-name}}' has a fatal error.", | ||
"world-missing-mod-problem": "The world was saved with mod '{{mod-name}}' which appears to be missing.", | ||
"world-mod-version-problem": "This world was saved with mod '{{mod-name}}' version {{mod-expected-version}} and it is now at version {{mod-current-version}}.", | ||
"plugin-incompatible-problem": "The plugin '{{plugin-name}}' is incompatible with your current server version.", | ||
"aquatic-world-on-older-version-problem": "The current world was created/loaded with Minecraft 1.13 or higher. The new format cannot be loaded in any older version.", | ||
"old-player-directory-problem": "The server has detected an old player directory in the world save.", | ||
"command-run-solution": "Run the command '{{command}}'.", | ||
"authme-shutdown-solution": "Set 'stopServer' to 'true'.", | ||
"configure-plugin": "Configure the plugin {{plugin-name}}.", | ||
"configure-plugin-with-file": "Configure the plugin {{plugin-name}} ({{suggested-file}}).", | ||
"plugin-install-different-version-solution": "Install a different version of the plugin '{{plugin-name}}'.", | ||
"plugin-install-solution": "Install the plugin '{{plugin-name}}'.", | ||
"plugin-remove-solution": "Remove the plugin '{{plugin-name}}'.", | ||
"file-delete-solution": "Delete the file '{{file-path}}'.", | ||
"file-edit-solution": "Edit the file '{{file-path}}'.", | ||
"mod-install-different-version-solution": "Install a different version of the mod '{{mod-name}}'.", | ||
"mod-install-solution": "Install the mod '{{mod-name}}'.", | ||
"mod-install-solution-with-version": "Install the mod '{{mod-name}}' with version {{mod-version}}.", | ||
"mod-remove-solution": "Remove the mod '{{mod-name}}'.", | ||
"aquatic-version-install-solution": "Update the server software to 1.13 or newer.", | ||
"plugin-command-exception-problem": "The plugin '{{plugin-name}}' cannot execute the command '{{command}}'." | ||
"minecraft-version": "Versió de Minecraft", | ||
"plugin-load-problem": "El plugin '{{plugin-name}}' no s'ha pogut carregar.", | ||
"pocketmine-version": "Versió del Pocketmine", | ||
"bedrock-version": "Versió de la Bedrock", | ||
"forge-version": "Versió del Forge", | ||
"authme-shutdown-problem": "El plugin 'AuthMe' falla al carregar i fa que el servidor es tanqui.", | ||
"pex-config-problem": "La configuració del plugin 'PermissionsEx' és errònia.", | ||
"ambiguous-plugin-name-problem": "Hi ha múltiples arxius pel plugin '{{plugin-name}}': '{{first-plugin-path}}' i '{{second-plugin-path}}'.", | ||
"plugin-dependency-problem": "El plugin '{{plugin-name}}' necessita una altre plugin anomenat '{{dependency-plugin-name}}'.", | ||
"plugin-disabling-problem": "El plugin '{{plugin-name}}' no pot ser desactivat.", | ||
"plugin-enabling-problem": "El plugin '{{plugin-name}}' no pot ser activat.", | ||
"plugin-runtime-problem": "El plugin '{{plugin-name}}' té un problema quan s'inicia.", | ||
"forge-confirm-problem": "El Forge necessita la teva confirmació per aplicar el canvis i iniciar el servidor.", | ||
"mod-dependency-problem": "El mod '{{mod-name}}' necessita un altre mod anomenat {{dependency-mod-name}}.", | ||
"mod-dependency-problem-plural": "El mod '{{mod-name}}' necessita uns altres mods anomenats {{dependency-mod-list}}.", | ||
"mod-duplicate-problem": "Hi ha múltiples arxius del mod '{{mod-name}}': '{{first-mod-path}}' i '{{second-mod-path}}'.", | ||
"mod-exception-problem": "El mod '{{mod-name}}' ha fet una excepció.", | ||
"mod-fatal-problem": "El mod '{{mod-name}}' té un error important.", | ||
"world-missing-mod-problem": "El món s'ha desat amb el mod '{{mod-name}}' que semblava estar absent.", | ||
"world-mod-version-problem": "El món es va guardar amb la versió {{mod-expected-version}} del mod '{{mod-name}}' i ara la versió és la {{mod-current-version}}.", | ||
"plugin-incompatible-problem": "El plugin '{{plugin-name}}' és incompatible amb la versió del teu servidor.", | ||
"aquatic-world-on-older-version-problem": "El món actual va ser creat/carregat amb la versió de Minecraft 1.13 o superior. El nou format no pot ser utilitzat en cap altre versió anterior.", | ||
"old-player-directory-problem": "El servidor ha detectat un directori d'un jugador antic quan s'ha desat el món.", | ||
"command-run-solution": "Executa el comandament '{{command}}'.", | ||
"authme-shutdown-solution": "Defineix 'stopServer' a true'.", | ||
"configure-plugin": "Configura el plugin '{{plugin-name}}'.", | ||
"configure-plugin-with-file": "Configura el plugin '{{plugin-name}}' ({{suggested-file}}).", | ||
"plugin-install-different-version-solution": "Instal·la una versió diferent del plugin {{plugin-name}}.", | ||
"plugin-install-solution": "Instal·la el plugin '{{plugin-name}}'.", | ||
"plugin-remove-solution": "Elimina el plugin '{{plugin-name}}'.", | ||
"file-delete-solution": "Elimina l'arxiu '{{file-path}}'.", | ||
"file-edit-solution": "Edita l'arxiu '{{file-path}}'.", | ||
"mod-install-different-version-solution": "Instal·la una versió diferent del mod '{{mod-name}}'.", | ||
"mod-install-solution": "Instal·la el mod '{{mod-name}}'.", | ||
"mod-install-solution-with-version": "Instal·la el mod '{{mod-name}}' amb la versió {{mod-version}}.", | ||
"mod-remove-solution": "Elimina el mod '{{mod-name}}'.", | ||
"aquatic-version-install-solution": "Actualitza la versió del servidor a l'1.13 o superior.", | ||
"plugin-command-exception-problem": "El plugin '{{plugin-name}}' no pot executar el comandament '{{command}}'." | ||
} |
Oops, something went wrong.