Skip to content

Commit

Permalink
Docs: minor terminology cleanup in api.rst
Browse files Browse the repository at this point in the history
Cleanup a little terminology mess and mistakes created by the rename of 'fuzzy strings' to 'strings marked for edit' on the API documentation.
  • Loading branch information
Fat-Zer authored and nijel committed Dec 26, 2020
1 parent afdbc7f commit e7f194c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -733,8 +733,8 @@ Languages
:>json int translated_chars: number of translated characters
:>json int translated_chars_percent: percentage of translated characters
:>json int total_chars: number of total characters
:>json int fuzzy: number of fuzzy strings
:>json int fuzzy_percent: percentage of fuzzy strings
:>json int fuzzy: number of fuzzy (marked for edit) strings
:>json int fuzzy_percent: percentage of fuzzy (marked for edit) strings
:>json int failing: number of failing strings
:>json int failing: percentage of failing strings

Expand Down Expand Up @@ -1583,9 +1583,9 @@ Translations
:>json float failing_checks_percent: percentage of strings failing checks
:>json int failing_checks_words: number of words with failing checks
:>json string filename: translation filename
:>json int fuzzy: number of strings marked for review
:>json float fuzzy_percent: percentage of strings marked for review
:>json int fuzzy_words: number of words marked for review
:>json int fuzzy: number of fuzzy (marked for edit) strings
:>json float fuzzy_percent: percentage of fuzzy (marked for edit) strings
:>json int fuzzy_words: number of words in fuzzy (marked for edit) strings
:>json int have_comment: number of strings with comment
:>json int have_suggestion: number of strings with suggestion
:>json boolean is_template: whether the translation has a monolingual base
Expand Down Expand Up @@ -1782,7 +1782,7 @@ Translations
:form string email: Author e-mail
:form string author: Author name
:form string method: Upload method (``translate``, ``approve``, ``suggest``, ``fuzzy``, ``replace``, ``source``), see :ref:`upload-method`
:form string fuzzy: Fuzzy strings processing (*empty*, ``process``, ``approve``)
:form string fuzzy: Fuzzy (marked for edit) strings processing (*empty*, ``process``, ``approve``)

**CURL example:**

Expand Down Expand Up @@ -1836,8 +1836,8 @@ Translations
:>json string code: language code
:>json int failing: number of failing checks
:>json float failing_percent: percentage of failing checks
:>json int fuzzy: number of strings needing review
:>json float fuzzy_percent: percentage of strings needing review
:>json int fuzzy: number of fuzzy (marked for edit) strings
:>json float fuzzy_percent: percentage of fuzzy (marked for edit) strings
:>json int total_words: total number of words
:>json int translated_words: number of translated words
:>json string last_author: name of last author
Expand Down

0 comments on commit e7f194c

Please sign in to comment.