Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
6a5555b
New translations en-us.json (Romanian)
RedstoneWizard08 Nov 14, 2024
ed54408
New translations en-us.json (French)
RedstoneWizard08 Nov 14, 2024
19bdc71
New translations en-us.json (Spanish)
RedstoneWizard08 Nov 14, 2024
c614579
New translations en-us.json (Afrikaans)
RedstoneWizard08 Nov 14, 2024
892417b
New translations en-us.json (Arabic)
RedstoneWizard08 Nov 14, 2024
20d0fbf
New translations en-us.json (Catalan)
RedstoneWizard08 Nov 14, 2024
62fcb90
New translations en-us.json (Czech)
RedstoneWizard08 Nov 14, 2024
bc97e9b
New translations en-us.json (Danish)
RedstoneWizard08 Nov 14, 2024
b3b49fa
New translations en-us.json (German)
RedstoneWizard08 Nov 14, 2024
be2f845
New translations en-us.json (Greek)
RedstoneWizard08 Nov 14, 2024
4b9160f
New translations en-us.json (Finnish)
RedstoneWizard08 Nov 14, 2024
01c849e
New translations en-us.json (Hebrew)
RedstoneWizard08 Nov 14, 2024
4d29b9d
New translations en-us.json (Hungarian)
RedstoneWizard08 Nov 14, 2024
c36d71f
New translations en-us.json (Italian)
RedstoneWizard08 Nov 14, 2024
d62cf5c
New translations en-us.json (Japanese)
RedstoneWizard08 Nov 14, 2024
97b667f
New translations en-us.json (Korean)
RedstoneWizard08 Nov 14, 2024
ec828e7
New translations en-us.json (Dutch)
RedstoneWizard08 Nov 14, 2024
27b95c6
New translations en-us.json (Norwegian)
RedstoneWizard08 Nov 14, 2024
f22d2a9
New translations en-us.json (Polish)
RedstoneWizard08 Nov 14, 2024
d781c83
New translations en-us.json (Portuguese)
RedstoneWizard08 Nov 14, 2024
8169235
New translations en-us.json (Russian)
RedstoneWizard08 Nov 14, 2024
3c3922d
New translations en-us.json (Serbian (Cyrillic))
RedstoneWizard08 Nov 14, 2024
685267b
New translations en-us.json (Swedish)
RedstoneWizard08 Nov 14, 2024
4345c28
New translations en-us.json (Turkish)
RedstoneWizard08 Nov 14, 2024
73cee91
New translations en-us.json (Ukrainian)
RedstoneWizard08 Nov 14, 2024
a3478c1
New translations en-us.json (Chinese Simplified)
RedstoneWizard08 Nov 14, 2024
73c219d
New translations en-us.json (Chinese Traditional)
RedstoneWizard08 Nov 14, 2024
161dc16
New translations en-us.json (Vietnamese)
RedstoneWizard08 Nov 14, 2024
318333d
New translations en-us.json (Portuguese, Brazilian)
RedstoneWizard08 Nov 14, 2024
5c7ce85
New translations en-us.json (English (upside down))
RedstoneWizard08 Nov 14, 2024
3ba51a0
New translations en-us.json (Gen Alpha Slang)
RedstoneWizard08 Nov 14, 2024
205469e
Update source file en-US.json
RedstoneWizard08 Nov 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 43 additions & 1 deletion ui/src/locales/af-ZA.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "English",
"site.tagline": "Your home for KubeJS packages",
"site.browse": "Browse Packages",
"site.install": "Install the CLI",
"site.loading": "Loading",
"site.beta": "Beta",
"site.alpha": "Alpha",
"errors.prefix": "Error:",
"errors.something_went_wrong": "Something went wrong",
"errors.no_packages_published": "Looks like you don't have any approved packages published to KJSPKG. How sad!",
Expand Down Expand Up @@ -29,6 +33,9 @@
"loader.fabric": "Fabric",
"loader.quilt": "Quilt",
"loader.neoforge": "NeoForge",
"search.title": "Package Search",
"search.browse": "Browse",
"search.home": "Home",
"search.placeholder": "Search for packages",
"search.package_singular": "package",
"search.package_plural": "packages",
Expand Down Expand Up @@ -71,6 +78,7 @@
"package.version.published": "Published on",
"package.version.updated": "Updated on",
"package.version.prefix": "Version Number:",
"package.version.all": "All Versions",
"modal.add_author.trigger": "Add People",
"modal.add_author.title": "Add Author",
"modal.add_author.placeholder.username": "Enter username...",
Expand Down Expand Up @@ -101,5 +109,39 @@
"modal.upload_version.error.loaders": "At least one loader is required",
"modal.upload_version.error.minecraft": "At least one Minecraft version is required",
"modal.upload_version.error.file": "A file is required",
"modal.upload_version.error.api": "Failed to upload version!"
"modal.upload_version.error.api": "Failed to upload version!",
"install.header": "Installing the CLI",
"install.script_linux_mac": "Linux & MacOS Script",
"install.script_win": "Windows Script",
"install.binstall": "With cargo-binstall",
"install.binaries": "With binaries",
"install.cargo": "With cargo",
"install.source": "Compiling from source",
"install.coming_soon": "Coming soon!",
"install.script_linux_mac.pre": "You can install the KJSPKG CLI with a handy script! Just run:",
"install.script_linux_mac.post.1": "Once you've run that, if",
"install.script_linux_mac.post.2": "is in your",
"install.script_linux_mac.post.3": "it should be installed!",
"install.binaries.pre.1": "To install the KJSPKG CLI with binary releases, head over to",
"install.binaries.pre.anchor": "the latest release page",
"install.binaries.pre.2": "and grab the right file for you!",
"install.binaries.post.1": "To get the most bleeding-edge and unstable binaries, you can find the nightly release",
"install.binaries.post.anchor": "here",
"install.binstall.pre.1": "To install the KJSPKG CLI with",
"install.binstall.pre.2": "just run:",
"install.binstall.post.1": "As long as",
"install.binstall.post.2": "is in your",
"install.binstall.post.3": "it should be installed!",
"install.cargo.crates_io": "crates.io",
"install.cargo.pre.1": "To install the KJSPKG CLI with",
"install.cargo.pre.2": "compiling it from the latest version on",
"install.cargo.pre.3": "just run:",
"install.cargo.post.1": "As long as",
"install.cargo.post.2": "is in your",
"install.cargo.post.3": "it should be installed!",
"install.cargo.rust": "Rust",
"install.cargo.note.1": "Note that this option requires",
"install.cargo.note.2": "to be installed.",
"install.source.pre": "If you want the most bleeding-edge, unreleased version of the CLI, you can install it from source:",
"install.source.post": "Note that this requires git, Rust, and if you are on Windows, MSVC to be installed."
}
44 changes: 43 additions & 1 deletion ui/src/locales/ar-SA.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "English",
"site.tagline": "Your home for KubeJS packages",
"site.browse": "Browse Packages",
"site.install": "Install the CLI",
"site.loading": "Loading",
"site.beta": "Beta",
"site.alpha": "Alpha",
"errors.prefix": "Error:",
"errors.something_went_wrong": "Something went wrong",
"errors.no_packages_published": "Looks like you don't have any approved packages published to KJSPKG. How sad!",
Expand Down Expand Up @@ -29,6 +33,9 @@
"loader.fabric": "Fabric",
"loader.quilt": "Quilt",
"loader.neoforge": "NeoForge",
"search.title": "Package Search",
"search.browse": "Browse",
"search.home": "Home",
"search.placeholder": "Search for packages",
"search.package_singular": "package",
"search.package_plural": "packages",
Expand Down Expand Up @@ -71,6 +78,7 @@
"package.version.published": "Published on",
"package.version.updated": "Updated on",
"package.version.prefix": "Version Number:",
"package.version.all": "All Versions",
"modal.add_author.trigger": "Add People",
"modal.add_author.title": "Add Author",
"modal.add_author.placeholder.username": "Enter username...",
Expand Down Expand Up @@ -101,5 +109,39 @@
"modal.upload_version.error.loaders": "At least one loader is required",
"modal.upload_version.error.minecraft": "At least one Minecraft version is required",
"modal.upload_version.error.file": "A file is required",
"modal.upload_version.error.api": "Failed to upload version!"
"modal.upload_version.error.api": "Failed to upload version!",
"install.header": "Installing the CLI",
"install.script_linux_mac": "Linux & MacOS Script",
"install.script_win": "Windows Script",
"install.binstall": "With cargo-binstall",
"install.binaries": "With binaries",
"install.cargo": "With cargo",
"install.source": "Compiling from source",
"install.coming_soon": "Coming soon!",
"install.script_linux_mac.pre": "You can install the KJSPKG CLI with a handy script! Just run:",
"install.script_linux_mac.post.1": "Once you've run that, if",
"install.script_linux_mac.post.2": "is in your",
"install.script_linux_mac.post.3": "it should be installed!",
"install.binaries.pre.1": "To install the KJSPKG CLI with binary releases, head over to",
"install.binaries.pre.anchor": "the latest release page",
"install.binaries.pre.2": "and grab the right file for you!",
"install.binaries.post.1": "To get the most bleeding-edge and unstable binaries, you can find the nightly release",
"install.binaries.post.anchor": "here",
"install.binstall.pre.1": "To install the KJSPKG CLI with",
"install.binstall.pre.2": "just run:",
"install.binstall.post.1": "As long as",
"install.binstall.post.2": "is in your",
"install.binstall.post.3": "it should be installed!",
"install.cargo.crates_io": "crates.io",
"install.cargo.pre.1": "To install the KJSPKG CLI with",
"install.cargo.pre.2": "compiling it from the latest version on",
"install.cargo.pre.3": "just run:",
"install.cargo.post.1": "As long as",
"install.cargo.post.2": "is in your",
"install.cargo.post.3": "it should be installed!",
"install.cargo.rust": "Rust",
"install.cargo.note.1": "Note that this option requires",
"install.cargo.note.2": "to be installed.",
"install.source.pre": "If you want the most bleeding-edge, unreleased version of the CLI, you can install it from source:",
"install.source.post": "Note that this requires git, Rust, and if you are on Windows, MSVC to be installed."
}
44 changes: 43 additions & 1 deletion ui/src/locales/ca-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "English",
"site.tagline": "Your home for KubeJS packages",
"site.browse": "Browse Packages",
"site.install": "Install the CLI",
"site.loading": "Loading",
"site.beta": "Beta",
"site.alpha": "Alpha",
"errors.prefix": "Error:",
"errors.something_went_wrong": "Something went wrong",
"errors.no_packages_published": "Looks like you don't have any approved packages published to KJSPKG. How sad!",
Expand Down Expand Up @@ -29,6 +33,9 @@
"loader.fabric": "Fabric",
"loader.quilt": "Quilt",
"loader.neoforge": "NeoForge",
"search.title": "Package Search",
"search.browse": "Browse",
"search.home": "Home",
"search.placeholder": "Search for packages",
"search.package_singular": "package",
"search.package_plural": "packages",
Expand Down Expand Up @@ -71,6 +78,7 @@
"package.version.published": "Published on",
"package.version.updated": "Updated on",
"package.version.prefix": "Version Number:",
"package.version.all": "All Versions",
"modal.add_author.trigger": "Add People",
"modal.add_author.title": "Add Author",
"modal.add_author.placeholder.username": "Enter username...",
Expand Down Expand Up @@ -101,5 +109,39 @@
"modal.upload_version.error.loaders": "At least one loader is required",
"modal.upload_version.error.minecraft": "At least one Minecraft version is required",
"modal.upload_version.error.file": "A file is required",
"modal.upload_version.error.api": "Failed to upload version!"
"modal.upload_version.error.api": "Failed to upload version!",
"install.header": "Installing the CLI",
"install.script_linux_mac": "Linux & MacOS Script",
"install.script_win": "Windows Script",
"install.binstall": "With cargo-binstall",
"install.binaries": "With binaries",
"install.cargo": "With cargo",
"install.source": "Compiling from source",
"install.coming_soon": "Coming soon!",
"install.script_linux_mac.pre": "You can install the KJSPKG CLI with a handy script! Just run:",
"install.script_linux_mac.post.1": "Once you've run that, if",
"install.script_linux_mac.post.2": "is in your",
"install.script_linux_mac.post.3": "it should be installed!",
"install.binaries.pre.1": "To install the KJSPKG CLI with binary releases, head over to",
"install.binaries.pre.anchor": "the latest release page",
"install.binaries.pre.2": "and grab the right file for you!",
"install.binaries.post.1": "To get the most bleeding-edge and unstable binaries, you can find the nightly release",
"install.binaries.post.anchor": "here",
"install.binstall.pre.1": "To install the KJSPKG CLI with",
"install.binstall.pre.2": "just run:",
"install.binstall.post.1": "As long as",
"install.binstall.post.2": "is in your",
"install.binstall.post.3": "it should be installed!",
"install.cargo.crates_io": "crates.io",
"install.cargo.pre.1": "To install the KJSPKG CLI with",
"install.cargo.pre.2": "compiling it from the latest version on",
"install.cargo.pre.3": "just run:",
"install.cargo.post.1": "As long as",
"install.cargo.post.2": "is in your",
"install.cargo.post.3": "it should be installed!",
"install.cargo.rust": "Rust",
"install.cargo.note.1": "Note that this option requires",
"install.cargo.note.2": "to be installed.",
"install.source.pre": "If you want the most bleeding-edge, unreleased version of the CLI, you can install it from source:",
"install.source.post": "Note that this requires git, Rust, and if you are on Windows, MSVC to be installed."
}
44 changes: 43 additions & 1 deletion ui/src/locales/cs-CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "English",
"site.tagline": "Your home for KubeJS packages",
"site.browse": "Browse Packages",
"site.install": "Install the CLI",
"site.loading": "Loading",
"site.beta": "Beta",
"site.alpha": "Alpha",
"errors.prefix": "Error:",
"errors.something_went_wrong": "Something went wrong",
"errors.no_packages_published": "Looks like you don't have any approved packages published to KJSPKG. How sad!",
Expand Down Expand Up @@ -29,6 +33,9 @@
"loader.fabric": "Fabric",
"loader.quilt": "Quilt",
"loader.neoforge": "NeoForge",
"search.title": "Package Search",
"search.browse": "Browse",
"search.home": "Home",
"search.placeholder": "Search for packages",
"search.package_singular": "package",
"search.package_plural": "packages",
Expand Down Expand Up @@ -71,6 +78,7 @@
"package.version.published": "Published on",
"package.version.updated": "Updated on",
"package.version.prefix": "Version Number:",
"package.version.all": "All Versions",
"modal.add_author.trigger": "Add People",
"modal.add_author.title": "Add Author",
"modal.add_author.placeholder.username": "Enter username...",
Expand Down Expand Up @@ -101,5 +109,39 @@
"modal.upload_version.error.loaders": "At least one loader is required",
"modal.upload_version.error.minecraft": "At least one Minecraft version is required",
"modal.upload_version.error.file": "A file is required",
"modal.upload_version.error.api": "Failed to upload version!"
"modal.upload_version.error.api": "Failed to upload version!",
"install.header": "Installing the CLI",
"install.script_linux_mac": "Linux & MacOS Script",
"install.script_win": "Windows Script",
"install.binstall": "With cargo-binstall",
"install.binaries": "With binaries",
"install.cargo": "With cargo",
"install.source": "Compiling from source",
"install.coming_soon": "Coming soon!",
"install.script_linux_mac.pre": "You can install the KJSPKG CLI with a handy script! Just run:",
"install.script_linux_mac.post.1": "Once you've run that, if",
"install.script_linux_mac.post.2": "is in your",
"install.script_linux_mac.post.3": "it should be installed!",
"install.binaries.pre.1": "To install the KJSPKG CLI with binary releases, head over to",
"install.binaries.pre.anchor": "the latest release page",
"install.binaries.pre.2": "and grab the right file for you!",
"install.binaries.post.1": "To get the most bleeding-edge and unstable binaries, you can find the nightly release",
"install.binaries.post.anchor": "here",
"install.binstall.pre.1": "To install the KJSPKG CLI with",
"install.binstall.pre.2": "just run:",
"install.binstall.post.1": "As long as",
"install.binstall.post.2": "is in your",
"install.binstall.post.3": "it should be installed!",
"install.cargo.crates_io": "crates.io",
"install.cargo.pre.1": "To install the KJSPKG CLI with",
"install.cargo.pre.2": "compiling it from the latest version on",
"install.cargo.pre.3": "just run:",
"install.cargo.post.1": "As long as",
"install.cargo.post.2": "is in your",
"install.cargo.post.3": "it should be installed!",
"install.cargo.rust": "Rust",
"install.cargo.note.1": "Note that this option requires",
"install.cargo.note.2": "to be installed.",
"install.source.pre": "If you want the most bleeding-edge, unreleased version of the CLI, you can install it from source:",
"install.source.post": "Note that this requires git, Rust, and if you are on Windows, MSVC to be installed."
}
44 changes: 43 additions & 1 deletion ui/src/locales/da-DK.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "English",
"site.tagline": "Your home for KubeJS packages",
"site.browse": "Browse Packages",
"site.install": "Install the CLI",
"site.loading": "Loading",
"site.beta": "Beta",
"site.alpha": "Alpha",
"errors.prefix": "Error:",
"errors.something_went_wrong": "Something went wrong",
"errors.no_packages_published": "Looks like you don't have any approved packages published to KJSPKG. How sad!",
Expand Down Expand Up @@ -29,6 +33,9 @@
"loader.fabric": "Fabric",
"loader.quilt": "Quilt",
"loader.neoforge": "NeoForge",
"search.title": "Package Search",
"search.browse": "Browse",
"search.home": "Home",
"search.placeholder": "Search for packages",
"search.package_singular": "package",
"search.package_plural": "packages",
Expand Down Expand Up @@ -71,6 +78,7 @@
"package.version.published": "Published on",
"package.version.updated": "Updated on",
"package.version.prefix": "Version Number:",
"package.version.all": "All Versions",
"modal.add_author.trigger": "Add People",
"modal.add_author.title": "Add Author",
"modal.add_author.placeholder.username": "Enter username...",
Expand Down Expand Up @@ -101,5 +109,39 @@
"modal.upload_version.error.loaders": "At least one loader is required",
"modal.upload_version.error.minecraft": "At least one Minecraft version is required",
"modal.upload_version.error.file": "A file is required",
"modal.upload_version.error.api": "Failed to upload version!"
"modal.upload_version.error.api": "Failed to upload version!",
"install.header": "Installing the CLI",
"install.script_linux_mac": "Linux & MacOS Script",
"install.script_win": "Windows Script",
"install.binstall": "With cargo-binstall",
"install.binaries": "With binaries",
"install.cargo": "With cargo",
"install.source": "Compiling from source",
"install.coming_soon": "Coming soon!",
"install.script_linux_mac.pre": "You can install the KJSPKG CLI with a handy script! Just run:",
"install.script_linux_mac.post.1": "Once you've run that, if",
"install.script_linux_mac.post.2": "is in your",
"install.script_linux_mac.post.3": "it should be installed!",
"install.binaries.pre.1": "To install the KJSPKG CLI with binary releases, head over to",
"install.binaries.pre.anchor": "the latest release page",
"install.binaries.pre.2": "and grab the right file for you!",
"install.binaries.post.1": "To get the most bleeding-edge and unstable binaries, you can find the nightly release",
"install.binaries.post.anchor": "here",
"install.binstall.pre.1": "To install the KJSPKG CLI with",
"install.binstall.pre.2": "just run:",
"install.binstall.post.1": "As long as",
"install.binstall.post.2": "is in your",
"install.binstall.post.3": "it should be installed!",
"install.cargo.crates_io": "crates.io",
"install.cargo.pre.1": "To install the KJSPKG CLI with",
"install.cargo.pre.2": "compiling it from the latest version on",
"install.cargo.pre.3": "just run:",
"install.cargo.post.1": "As long as",
"install.cargo.post.2": "is in your",
"install.cargo.post.3": "it should be installed!",
"install.cargo.rust": "Rust",
"install.cargo.note.1": "Note that this option requires",
"install.cargo.note.2": "to be installed.",
"install.source.pre": "If you want the most bleeding-edge, unreleased version of the CLI, you can install it from source:",
"install.source.post": "Note that this requires git, Rust, and if you are on Windows, MSVC to be installed."
}
Loading