Strings Words Characters | |||
---|---|---|---|
82 716 4,553 |
|
All strings | Browse Translate Zen |
25 55 363 |
|
Translated strings | Browse Translate Zen |
57 661 4,190 |
|
Unfinished strings | Browse Translate Zen |
57 661 4,190 |
|
Untranslated strings | Browse Translate Zen |
57 661 4,190 |
|
Unfinished strings without suggestions | Browse Translate Zen |
Other components
Component | Translated | Unfinished | Unfinished words | Unfinished characters | Untranslated | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|---|---|
Categories MIT | 0% | 232 | 356 | 2,743 | 0 | 0 | 0 | 0 | |
|
Overview
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 maintainers | Panquesito7 maltejur | |
Translation license | MIT License | |
Translation process |
|
|
Source code repository |
https://github.com/TheAlgorithms/website
|
|
Repository branch | main | |
Last remote commit |
Translated using Weblate (Esperanto)
85b115e
phlostically authored 2 weeks ago |
|
Last commit in Weblate |
Added translation using Weblate (Polish)
538a646
dawideksudnicki authored a week ago |
|
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/ja/common.json
|
|
Last change | Oct. 25, 2024, 3:54 p.m. | |
Last change made by | Malte Jürgens | |
Language | Japanese | |
Language code | ja | |
Text direction | Left to right | |
Number of speakers | 117,558,321 | |
Number of plurals | 1 | |
Plural type | None | |
Plurals | ||
Plural formula | 0 |
2 weeks ago
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 82 | 716 | 4,553 | |||
Translated | 30% | 25 | 7% | 55 | 7% | 363 |
Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
Read-only | 0% | 0 | 0% | 0 | 0% | 0 |
Failing checks | 0% | 0 | 0% | 0 | 0% | 0 |
Strings with suggestions | 0% | 0 | 0% | 0 | 0% | 0 |
Untranslated strings | 69% | 57 | 92% | 661 | 92% | 4,190 |
Quick numbers
and previous 30 days
Trends of last 30 days
—
Hosted words
+100%
—
Hosted strings
+100%
—
Translated
+30%
+100%
Contributors
—
maltejur
Source string changed |
|
mr.abhinandanmandal
Source string changed |
|
None
Changes committed |
Changes committed
a year ago
|
HankHsiehtw
Translation added |
|
HankHsiehtw
Contributor joined |
Contributor joined
a year ago
|
None
Resource updated |
The “
public/locales/en/common.json ” file was changed.
a year ago
|
None
String updated in the repository |
|
None
String updated in the repository |
|
phlostically
Translation changed |
|
phlostically
Translation changed |
|
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 |
57 | 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 |
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?