Remove escaped single quotes and fix format args (translations) (#3682)

This commit is contained in:
Phil Oliver 2025-11-12 19:16:56 -05:00 committed by GitHub
parent e421d6708a
commit 8c1643be97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 366 additions and 366 deletions

View file

@ -138,7 +138,7 @@
<string name="choose_theme">테마 선택</string>
<string name="provide_location_to_mesh">메쉬에 현재 위치 공유</string>
<plurals name="delete_messages">
<item quantity="other">%s개의 메세지를 삭제하시겠습니까?</item>
<item quantity="other">%1$s개의 메세지를 삭제하시겠습니까?</item>
</plurals>
<string name="delete">삭제</string>
<string name="delete_for_everyone">모두에게서 삭제</string>
@ -265,8 +265,8 @@
<string name="alert_bell_text">알람 종 문자!</string>
<string name="critical_alert">중요 경고!</string>
<string name="favorite">즐겨찾기</string>
<string name="favorite_add">\'%1$s\'를 즐겨찾기 하시겠습니까?</string>
<string name="favorite_remove">\'%1$s\'를 즐겨찾기 취소하시겠습니까?</string>
<string name="favorite_add">'%1$s'를 즐겨찾기 하시겠습니까?</string>
<string name="favorite_remove">'%1$s'를 즐겨찾기 취소하시겠습니까?</string>
<string name="power_metrics_log">전원 메트릭 로그</string>
<string name="channel_1">채널 1</string>
<string name="channel_2">채널 2</string>