Skip to content

Commit

Permalink
Translated using Weblate (English)
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (82 of 82 strings)

Translation: The Algorithms Website/Common
Translate-URL: https://hosted.weblate.org/projects/TheAlgorithms/common/en/
  • Loading branch information
maltejur authored and weblate committed Oct 25, 2024
1 parent c7684fd commit 216a778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/locales/en/common.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"algorithmExplanationTitle": "An algorithm is a set of rules that takes in one or more inputs, then performs inner calculations and data manipulations and returns an output or a set of outputs. In short, algorithms make life easy. From complex data manipulations and hashes, to simple arithmetic, algorithms follow a set of steps to produce a useful result. One example of an algorithm would be a simple function that takes two input values, adds them together, and returns their sum.",
"algorithmExplanationTitle": "What is an Algorithm?",
"algorithmExplanation": "An algorithm is a set of rules that takes in one or more inputs, then performs inner calculations and data manipulations and returns an output or a set of outputs. In short, algorithms make life easy. From complex data manipulations and hashes, to simple arithmetic, algorithms follow a set of steps to produce a useful result. One example of an algorithm would be a simple function that takes two input values, adds them together, and returns their sum.",
"aboutUsTitle": "About Us",
"aboutUs": "We are a group of programmers helping each other build new things, whether it be writing complex encryption programs, or simple ciphers. Our goal is to work together to document and model beautiful, helpful and interesting algorithms using code. We are an open-source community - anyone can contribute. We check each other's work, communicate and collaborate to solve problems. We strive to be welcoming, respectful, yet make sure that our code follows the latest programming guidelines.",
Expand Down

0 comments on commit 216a778

Please sign in to comment.