nextcloud/android

i18n: Text strings for setting status

Open

#9,750 创建于 2022年1月25日

在 GitHub 查看
 (10 评论) (0 反应) (0 负责人)Java (1,719 fork)batch import
approvedbugfeature: statusgood first issuei18n

仓库指标

Star
 (3,752 star)
PR 合并指标
 (平均合并 8天 15小时) (30 天内合并 84 个 PR)

描述

The following text strings:

  • In 1 hour
  • In 30 minutes

obraz

Should be changed to:

  • 1 hour
  • 30 minutes

They are not present in the application code, which can be thought to be downloaded from Android system.

They are translated into Polish as:

  • Za 1 godzinę
  • Za 30 minut

Which contradicts the given function. It should be correct:

  • Przez 1 godzinę
  • Przez 30 minut

obraz

贡献者指南