nextcloud/android

i18n: Text strings for setting status

開放

#9,750 建立於 2022年1月25日

 (10 則留言) (0 個反應) (0 位負責人)Java (1,719 個分叉)batch import
approvedbugfeature: statusgood first issuei18n

倉庫指標

星標
 (3,752 顆星)
PR 合併指標
 (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

貢獻者指南