Skip to content

Commit

Permalink
New Crowdin translations by GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
crowdin-bot committed Feb 21, 2024
1 parent 0d18f31 commit 666b56a
Show file tree
Hide file tree
Showing 33 changed files with 303 additions and 70 deletions.
7 changes: 3 additions & 4 deletions i18n/da-DK/app.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"nav": {
"gradients": "Gradients",
"hexGradient": "RGBirdflop",
"animatedTAB": "Animated TAB",
"tabAnimationPreviewer": "TAB Animation Previewer",
"analysis": "Analysis",
"sparkProfile": "Spark Profile",
"paperTimings": "Paper Timings",
"misc": "Misc",
"animatedTextures": "Animated Textures",
"flags": "Flags",
"colorCodeStripper": "Color Code Stripper",
"presetTools": "Preset Tools",
"privacyPolicy": "Privacy Policy"
"privacyPolicy": "Privacy Policy",
"termsofService": "Terms of Service",
"more": "More Resources"
}
}
9 changes: 4 additions & 5 deletions i18n/es-ES/app.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"nav": {
"gradients": "Degradados",
"hexGradient": "Degradado Hex",
"hexGradient": "RGBirdflop",
"animatedTAB": "TAB animado",
"tabAnimationPreviewer": "TAB Animación Previewer",
"analysis": "Análisis",
"sparkProfile": "Perfil Spark",
"paperTimings": "Paper Tiempo",
"misc": "Miscelánea",
"animatedTextures": "Texturas animadas",
"flags": "Flags",
"colorCodeStripper": "Color Code Stripper",
"presetTools": "Herramientas de preajuste",
"privacyPolicy": "Política de privacidad"
"privacyPolicy": "Política de privacidad",
"termsofService": "Terms of Service",
"more": "More Resources"
}
}
4 changes: 2 additions & 2 deletions i18n/es-ES/color.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"color": {
"output": "Salida",
"outputSubtitle": "Esto es lo que pones en el chat. Haz click en él para copiarlo.",
"outputSubtitle": "Copy-paste this for RGB text!",
"colorAmount": "Color Amount",
"hexColor": "Color Hex",
"inputText": "Texto de entrada",
"presets": "Predefinidos",
"exportedPreset": "Exportado predefinido exitosamente a portapapeles!",
"importedPreset": "¡Importado con éxito!",
"invalidPreset": "PREAJUSTE NO VÁLIDO!\nSi este es un preajuste antiguo, actualícelo utilizando la página de <a class=\"text-blue-400\" href=\"/PresetTools\">herramientas de preajuste</a>, si no, informe a los <a class=\"text-blue-400\" href=\"https://discord.gg/9vUZ9MREVz\">desarrolladores</a>.",
"invalidPreset": "INVALID PRESET!\nIf this is an old preset, please update it using the <a class=\"text-blue-400\" href=\"/PresetTools\">Preset Tools</a> page, If not please report to the <a class=\"text-blue-400\" href=\"https://discord.gg/9vUZ9MREVz\">Developers</a>.",
"export": "Exportar",
"import": "Importar (Pegar aquí)",
"bold": "Negrita",
Expand Down
4 changes: 2 additions & 2 deletions i18n/es-ES/gradient.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"gradient": {
"title": "Degradado Hex",
"subtitle": "Creador de degradados de color hex",
"title": "RGBirdflop",
"subtitle": "Powered by Birdflop, a 501(c)(3) nonprofit Minecraft host.",
"prefix": "Prefijo (generalmente usado para comandos)",
"prefixPlaceholder": "ejemplo: '/nick '"
}
Expand Down
7 changes: 7 additions & 0 deletions i18n/fr-FR/animpreview.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"animpreview": {
"title": "Animation Previewer",
"subtitle": "Preview TAB Animations without the need to put them in-game",
"yamlInput": "YAML Input"
}
}
11 changes: 11 additions & 0 deletions i18n/fr-FR/animtab.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"animtab": {
"title": "Animated TAB",
"subtitle": "TAB plugin gradient animation creator",
"animationName": "Animation Name",
"speed": "Speed",
"outputFormat": "Output Format",
"outputType": "Output Type",
"length": "Gradient Length"
}
}
11 changes: 11 additions & 0 deletions i18n/fr-FR/animtexture.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"animtexture": {
"title": "Animated Textures",
"subtitle": "Easily merge textures for resource pack animations",
"textureName": "Texture Name",
"cumulative": "Cumulative (Turn this on if gif frames are broken)",
"generate": "Generate",
"downloadPNG": "Download PNG",
"downloadMCMETA": "Download MCMETA"
}
}
16 changes: 16 additions & 0 deletions i18n/fr-FR/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"nav": {
"hexGradient": "RGBirdflop",
"animatedTAB": "Animated TAB",
"tabAnimationPreviewer": "TAB Animation Previewer",
"sparkProfile": "Spark Profile",
"paperTimings": "Paper Timings",
"animatedTextures": "Animated Textures",
"flags": "Flags",
"colorCodeStripper": "Color Code Stripper",
"presetTools": "Preset Tools",
"privacyPolicy": "Privacy Policy",
"termsofService": "Terms of Service",
"more": "More Resources"
}
}
27 changes: 27 additions & 0 deletions i18n/fr-FR/color.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"color": {
"output": "Output",
"outputSubtitle": "Copy-paste this for RGB text!",
"colorAmount": "Color Amount",
"hexColor": "Hex Color",
"inputText": "Input Text",
"presets": "Presets",
"exportedPreset": "Successfully exported preset to clipboard!",
"importedPreset": "Successfully imported preset!",
"invalidPreset": "INVALID PRESET!\nIf this is an old preset, please update it using the <a class=\"text-blue-400\" href=\"/PresetTools\">Preset Tools</a> page, If not please report to the <a class=\"text-blue-400\" href=\"https://discord.gg/9vUZ9MREVz\">Developers</a>.",
"export": "Export",
"import": "Import (Paste here)",
"bold": "Bold",
"strikethrough": "Strikethrough",
"underline": "Underline",
"italic": "Italic",
"customFormat": "Custom Format",
"custom": "Custom",
"placeholders": "Placeholders:",
"formatting": "Formatting",
"character": "Character",
"formatCharacter": "Format Character",
"colorPreset": "Color Preset",
"colorFormat": "Color Format"
}
}
9 changes: 9 additions & 0 deletions i18n/fr-FR/colorstrip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"colorstrip": {
"title": "Color Code Stripper",
"subtitle": "Strips all color / format codes from text",
"inputText": "Input Text",
"output": "Output",
"colorCodeType": "Color Code Type"
}
}
145 changes: 145 additions & 0 deletions i18n/fr-FR/flags.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,145 @@
{
"flags": {
"title": "Flags Generator",
"subtitle": "A simple script generator to start your Minecraft servers with optimal flags.",
"software": {
"label": "Software",
"description": "The software in which your Minecraft server will run on."
},
"config": {
"label": "Config",
"description": "The various additions and modifications that can be made to your start script."
},
"result": "Result",
"environments": {
"label": "Operating System",
"description": "The operating system that the server runs on.",
"linux": {
"label": "Linux",
"description": "The most common operating system used for servers"
},
"windows": {
"label": "Windows",
"description": "The most common operating system used for home desktops"
},
"macos": {
"label": "macOS",
"description": "Apple's operating system"
},
"pterodactyl": {
"label": "Pterodactyl",
"description": "Web-based server management platform used by most hosts"
},
"command": {
"label": "Command",
"description": "Only the java command required to start the server"
}
},
"serverType": {
"paper": {
"label": "Paper",
"description": "Bukkit-based plugin loader"
},
"purpur": {
"label": "Purpur",
"description": "Bukkit-based plugin loader but more"
},
"velocity": {
"label": "Velocity",
"description": "Proxy with plugin loader"
},
"forge": {
"label": "Forge",
"description": "Mod loader"
},
"fabric": {
"label": "Fabric",
"description": "Better mod loader"
},
"waterfall": {
"label": "Waterfall",
"description": "Deprecated Proxy"
}
},
"gui": {
"label": "Use GUI",
"description": "Whether to display the built-in server management GUI."
},
"autoRestart": {
"label": "Auto-restart",
"description": "Whether to automatically restart after it is stopped."
},
"variables": {
"label": "Use Variables",
"description": "Whether to use environment variables within the script to define memory, file name, and other commonly changed elements."
},
"fileName": {
"label": "File Name",
"description": "The name of the file that will be used to start your server."
},
"script": {
"label": "Script",
"description": "The resulting script that can be used to start your server. Place this file in the same location as {{fileName}}, then execute it!"
},
"flags": {
"label": "Flags",
"description": "The collection of start arguments that typically optimize the server's performance.",
"none": {
"label": "None",
"description": "A blank slate for your server."
},
"aikars": {
"label": "Aikar's Flags",
"description": "The classic and reliable flags for boosting your server's performance."
},
"benchmarkedG1GC": {
"label": "Benchmarked (G1GC)",
"description": "Performance flags backed by benchmarks. Uses G1GC, similar to Aikar's flags."
},
"benchmarkedZGC": {
"label": "Benchmarked (ZGC)",
"description": "Performance flags backed by benchmarks. Uses ZGC, which is quite unreliable between different systems."
},
"benchmarkedShenandoah": {
"label": "Benchmarked (Shenandoah)",
"description": "Performance flags backed by benchmarks. Uses Shenandoah, similar to hilltty's flags."
},
"hillttys": {
"label": "hilltty's Flags",
"description": "Experimental performance flags based on Shenandoah GC. May require additional setup."
},
"obyduxs": {
"label": "Obydux's Flags",
"description": "Experimental performance flags based on Etil's Flags and Benchmarked (G1GC), exclusive to Linux users. May require additional setup."
},
"etils": {
"label": "Etil's Flags",
"description": "Experimental and archived performance flags based on Aikar's Flags, exclusive to Linux users."
},
"proxy": {
"label": "Proxy",
"description": "Generic performance flags for most proxy server software."
}
},
"extraFlags": {
"label": "Extra Flags",
"description": "Additional flags that may improve performance or change functionality.",
"vectors": {
"label": "Modern Vectors",
"description": "Enables SIMD operations to optimize map item rendering on Pufferfish and its forks."
},
"benchmarkedGraalVM": {
"label": "Benchmarked (GraalVM)",
"description": "Additional performance flags for Benchmarked (G1GC) exclusive to GraalVM users."
}
},
"memory": {
"label": "Memory",
"description": "The amount of memory (RAM) to allocate to your server.",
"warning": {
"low": "It's recommended to increase the amount of memory allocated to the server.",
"high": "It's recommended to decrease the amount of memory allocated to the server."
}
}
}
}
8 changes: 8 additions & 0 deletions i18n/fr-FR/gradient.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"gradient": {
"title": "RGBirdflop",
"subtitle": "Powered by Birdflop, a 501(c)(3) nonprofit Minecraft host.",
"prefix": "Prefix (Usually used for commands)",
"prefixPlaceholder": "example: '/nick '"
}
}
8 changes: 8 additions & 0 deletions i18n/fr-FR/presettools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"presettools": {
"title": "Preset Updater",
"subtitle": "This will update older preset versions to the newest version.",
"input": "Preset Input",
"output": "Output"
}
}
9 changes: 4 additions & 5 deletions i18n/ko-KR/app.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"nav": {
"gradients": "그라디언트",
"hexGradient": "헥스 그라디언트",
"hexGradient": "RGBirdflop",
"animatedTAB": "애니메이션 탭",
"tabAnimationPreviewer": "탭 애니메이션 미리 보기",
"analysis": "분석",
"sparkProfile": "Spark Profile",
"paperTimings": "Paper Timings",
"misc": "기타",
"animatedTextures": "애니메이션 텍스처",
"flags": "플래그",
"colorCodeStripper": "색상 코드 제거기",
"presetTools": "프리셋 도구",
"privacyPolicy": "개인정보 처리방침"
"privacyPolicy": "개인정보 처리방침",
"termsofService": "Terms of Service",
"more": "More Resources"
}
}
4 changes: 2 additions & 2 deletions i18n/ko-KR/color.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"color": {
"output": "출력",
"outputSubtitle": "채팅에 입력한 내용입니다. 클릭하여 복사할 수 있습니다.",
"outputSubtitle": "Copy-paste this for RGB text!",
"colorAmount": "색상 양",
"hexColor": "헥스 색상",
"inputText": "입력 텍스트",
"presets": "프리셋",
"exportedPreset": "프리셋을 성공적으로 클립보드에 내보냈습니다!",
"importedPreset": "프리셋을 성공적으로 가져왔습니다!",
"invalidPreset": "잘못된 프리셋!\n이전 프리셋인 경우 <a class=\"text-blue-400\" href=\"/PresetTools\">프리셋 도구</a> 페이지를 사용하여 업데이트하십시오. 그렇지 않으면 <a class=\"text-blue-400\" href=\"https://discord.gg/9vUZ9MREVz\">개발자들에게</a> 보고해주세요.",
"invalidPreset": "INVALID PRESET!\nIf this is an old preset, please update it using the <a class=\"text-blue-400\" href=\"/PresetTools\">Preset Tools</a> page, If not please report to the <a class=\"text-blue-400\" href=\"https://discord.gg/9vUZ9MREVz\">Developers</a>.",
"export": "내보내기",
"import": "가져오기 (여기에 붙여넣기)",
"bold": "굵게",
Expand Down
4 changes: 2 additions & 2 deletions i18n/ko-KR/gradient.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"gradient": {
"title": "헥스 코드 그라데이션",
"subtitle": "헥스 코드 색상 그라데이션 생성기",
"title": "RGBirdflop",
"subtitle": "Powered by Birdflop, a 501(c)(3) nonprofit Minecraft host.",
"prefix": "접두사 (일반적으로 명령어에 사용됨)",
"prefixPlaceholder": "예: '/nick '"
}
Expand Down
Loading

0 comments on commit 666b56a

Please sign in to comment.