mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Remove escaped single quotes and fix format args (translations) (#3682)
This commit is contained in:
parent
e421d6708a
commit
8c1643be97
38 changed files with 366 additions and 366 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue