nextcloud/android

i18n: Text strings for setting status

オープン

#9,750 opened on 2022/01/25

 (10 件のコメント) (0 件のリアクション) (0 人の担当者)Java (1,719 件のフォーク)batch import
approvedbugfeature: statusgood first issuei18n

Repository metrics

Stars
 (3,752 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド