Skip to content

Commit

Permalink
fix number in string format
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Feb 9, 2025
1 parent 4ae9f22 commit b6f66e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -355,9 +355,9 @@
<string name="sync_notification_transferred">%s von %s übertragen</string>
<string name="sync_notification_speed">"Geschwindigkeit: %s"</string>
<string name="sync_notification_remaining">"Verbleibend: %s"</string>
<string name="sync_notification_errors">"Fehler: %s"</string>
<string name="sync_notification_errors">"Fehler: %d"</string>
<string name="sync_notification_elapsed">"Vergangen: %s"</string>
<string name="sync_notification_deletions">Löschungen: %s</string>
<string name="sync_notification_deletions">Löschungen: %d</string>
<string name="sync_notification_file_syncing">"Datei: %s"</string>
<string name="sync_notification_file_checking">"Checking: %s"</string>
<string name="sync_notification_short">%s von %s, %s verbleibend</string>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,8 @@
<string name="sync_notification_transferred">已转移 %s 共 %s</string>
<string name="sync_notification_speed">速度: %s</string>
<string name="sync_notification_remaining">剩余: %s</string>
<string name="sync_notification_errors">错误: %s</string>
<string name="sync_notification_deletions">删除: %s</string>
<string name="sync_notification_errors">错误: %d</string>
<string name="sync_notification_deletions">删除: %d</string>
<string name="sync_notification_file_syncing">文件: %14s</string>
<string name="sync_notification_file_checking">检查: %14s</string>
<string name="sync_notification_elapsed">跳过: %14s</string>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,8 @@
<string name="sync_notification_transferred">Transferred %1$s of %2$s</string>
<string name="sync_notification_speed">"Speed: %s"</string>
<string name="sync_notification_remaining">"Remaining: %s"</string>
<string name="sync_notification_errors">"Errors: %s"</string>
<string name="sync_notification_deletions">"Deletions: %s"</string>
<string name="sync_notification_errors">"Errors: %d"</string>
<string name="sync_notification_deletions">"Deletions: %d"</string>
<string name="sync_notification_file_syncing">File: %14s</string>
<string name="sync_notification_file_checking">Checking: %14s</string>
<string name="sync_notification_elapsed">Elapsed: %14s</string>
Expand Down

0 comments on commit b6f66e1

Please sign in to comment.