| Strings Words Characters | |||
|---|---|---|---|
| 82 716 4,553 |
|
All strings | Browse Translate Zen |
| 74 586 3,805 |
|
Translated strings | Browse Translate Zen |
| 8 130 748 |
|
Unfinished strings | Browse Translate Zen |
| 7 91 530 |
|
Untranslated strings | Browse Translate Zen |
| 1 39 218 |
|
Strings marked for edit | Browse Translate Zen |
| 5 142 822 |
|
Strings with suggestions | Browse Translate Zen |
| 5 25 167 |
|
Unfinished strings without suggestions | Browse Translate Zen |
| 2 75 454 |
|
Strings with any failing checks | Browse Translate Zen |
| 1 36 236 |
|
Translated strings with any failing checks | Browse Translate Zen |
| 1 36 236 |
|
Failing check: Multiple capitals | Browse Translate Zen |
| 1 39 218 |
|
Failing check: Has been translated | Browse Translate Zen |
Summary
| Project website | the-algorithms.com | |
|---|---|---|
| Instructions for translators | Thank you for your interest in translating the The Algorithms website! Before translating, you should follow and ensure the next rules:
Note about
|
|
| Project maintainers2 |
|
|
| Translation license | MIT License | |
| Translation process |
|
|
| Source code repository |
https://github.com/TheAlgorithms/website
|
|
| Repository branch | main | |
| Last remote commit |
Translated using Weblate (Telugu)
7645006
|
|
| Last commit in Weblate |
Translated using Weblate (Telugu)
7645006
|
|
| Weblate repository |
https://hosted.weblate.org/git/TheAlgorithms/common/
|
|
| File mask |
public/locales/*/common.json
|
|
| Monolingual base language file |
public/locales/en/common.json
|
|
| Translation file |
Download
public/locales/ar/common.json
|
|
| Last change | Oct. 25, 2024, 3:54 p.m. | |
| Last change made by | Malte Jürgens | |
| Language | Arabic | |
| Language code | ar | |
| Text direction | Right to left | |
| Case sensitivity | Case-insensitive | |
| Number of speakers | 378,792,526 | |
| Number of plurals | 6 | |
| Plural type | Arabic languages | |
| Plurals | Zero | 0 | One | 1 |
| Two | 2 | |
| Few | 3, 4, 5, 6, 7, 8, 9, 10, 103, 104, … | |
| Many | 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, … | |
| Other | 100, 101, 102, 200, 201, 202, 300, 301, 302, 400, … | |
| Plural formula |
n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5
|
|
01/22/2026
String statistics
| Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
|---|---|---|---|---|---|---|
| Total | 82 | 716 | 4,553 | |||
| Translated | 90% | 74 | 81% | 586 | 83% | 3,805 |
| Needs editing | 1% | 1 | 5% | 39 | 4% | 218 |
| Read-only | 0% | 0 | 0% | 0 | 0% | 0 |
| Failing checks | 2% | 2 | 10% | 75 | 9% | 454 |
| Strings with suggestions | 6% | 5 | 19% | 142 | 18% | 822 |
| Untranslated strings | 8% | 7 | 12% | 91 | 11% | 530 |
Quick numbers
and previous 30 days
Trends of last 30 days
—
Hosted words
+100%
—
Hosted strings
+100%
—
Translated
+90%
—
Contributors
—
|
Source string changed |
|
None
Changes committed |
Changes committed
10/22/2024
|
|
Translation changed |
|
|
Contributor joined |
Contributor joined
10/21/2024
|
|
Source string changed |
|
|
Suggestion added |
|
anonymous
Suggestion added |
|
anonymous
Suggestion added |
|
anonymous
Suggestion added |
|
anonymous
Suggestion added |
|
| 82 | File in original format as translated in the repository | i18next JSON file v3 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 82 | All strings, converted files enriched with comments; suitable for offline translation | Android String Resource | CSV | JSON | JSON nested structure file | gettext PO | iOS strings | TBX | TMX | XLIFF 1.1 with gettext extensions | XLIFF 1.1 | XLSX |
| 8 | Unfinished strings, converted files enriched with comments; suitable for offline translation | Android String Resource | CSV | JSON | JSON nested structure file | gettext PO | iOS strings | TBX | TMX | XLIFF 1.1 with gettext extensions | XLIFF 1.1 | XLSX |
None
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.What is an Algorithm?