[Translation] delete_inactivate_accounts -> Delete all inactive accounts #2000

Closed
opened 2025-11-02 04:20:42 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @Pofilo on GitHub (Jul 3, 2018).

  • Gitea version (or commit ref): Not relevant
  • Git version: Not relevant
  • Operating system: Not relevant
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

In the admin page, in the Dashboard -> Operations, the first operation (in English) is:
Delete all inactive accounts

However, I wanted to know what inactive means (1 week, 1 month, 1 year ?). After some researches, I found that the string is the translation of delete_inactivate_accounts which calls the function DeleteInactivateUsers of models/user.go.
If we look at the function, it deletes users not activated.

So there is a misunderstanding between inactive and inactivate. It seems that other languages are also badly translated. How can we fix the meaning of the function in all the different languages ?

Originally created by @Pofilo on GitHub (Jul 3, 2018). <!-- 1. Please speak English, this is the language all of us can speak and write. 2. Please ask questions or configuration/deploy problems on our Discord server (https://discord.gg/NsatcWJ) or forum (https://discourse.gitea.io). 3. Please take a moment to check that your issue doesn't already exist. 4. Please give all relevant information below for bug reports, because incomplete details will be handled as an invalid report. --> - Gitea version (or commit ref): _Not relevant_ - Git version: _Not relevant_ - Operating system: _Not relevant_ - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL - [ ] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [ ] No - [x] Not relevant - Log gist: ## Description In the admin page, in the Dashboard -> Operations, the first operation (in English) is: `Delete all inactive accounts` However, I wanted to know what inactive means (1 week, 1 month, 1 year ?). After some researches, I found that the string is the translation of `delete_inactivate_accounts` which calls the function `DeleteInactivateUsers` of `models/user.go`. If we look at the function, it deletes users not activated. So there is a misunderstanding between _inactive_ and _inactivate_. It seems that other languages are also badly translated. How can we fix the meaning of the function in all the different languages ?
Author
Owner

@daviian commented on GitHub (Jul 3, 2018):

@Pofilo Except en-US all translations are managed in crowdin https://crowdin.com/project/gitea . Changes in en-US need a PR.

@daviian commented on GitHub (Jul 3, 2018): @Pofilo Except en-US all translations are managed in crowdin https://crowdin.com/project/gitea . Changes in en-US need a PR.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#2000