mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 11:02:48 +02:00
653e3a3766
Currently translated at 60.7% (17 of 28 strings) Translation: Riot iOS/Riot iOS (Push) Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/ko/
35 lines
1.9 KiB
Plaintext
35 lines
1.9 KiB
Plaintext
/* New message from a specific person, not referencing a room */
|
|
"MSG_FROM_USER" = "%@가 보낸 메시지";
|
|
/* New message from a specific person in a named room */
|
|
"MSG_FROM_USER_IN_ROOM" = "%@ 방에 게시 %@";
|
|
/* New message from a specific person, not referencing a room. Content included. */
|
|
"MSG_FROM_USER_WITH_CONTENT" = "%@: %@";
|
|
/* New message from a specific person in a named room. Content included. */
|
|
"MSG_FROM_USER_IN_ROOM_WITH_CONTENT" = "%@: %@ 안의 %@";
|
|
/* New action message from a specific person, not referencing a room. */
|
|
"ACTION_FROM_USER" = "* %@ %@";
|
|
/* New action message from a specific person in a named room. */
|
|
"ACTION_FROM_USER_IN_ROOM" = "%@: * %@ %@";
|
|
/* New action message from a specific person, not referencing a room. */
|
|
"IMAGE_FROM_USER" = "%@ 보낸 사진 %@";
|
|
/* A single unread message in a room */
|
|
"SINGLE_UNREAD_IN_ROOM" = "%@에서 메시지를 받았습니다";
|
|
/* A single unread message */
|
|
"SINGLE_UNREAD" = "메시지를 받았습니다";
|
|
/* A user has invited you to a chat */
|
|
"USER_INVITE_TO_CHAT" = "%@가 대화에 당신을 초대했습니다";
|
|
/* A user has invited you to an (unamed) group chat */
|
|
"USER_INVITE_TO_CHAT_GROUP_CHAT" = "%@가 그룹 대화에 당신을 초대했습니다";
|
|
/* Incoming one-to-one voice call */
|
|
"VOICE_CALL_FROM_USER" = "%@이 건 통화";
|
|
/* Incoming one-to-one video call */
|
|
"VIDEO_CALL_FROM_USER" = "%@가 건 영상통화";
|
|
/* Incoming unnamed voice conference invite from a specific person */
|
|
"VOICE_CONF_FROM_USER" = "%@이 건 그룹통화";
|
|
/* Incoming unnamed video conference invite from a specific person */
|
|
"VIDEO_CONF_FROM_USER" = "%@이 건 영상그룹통화";
|
|
/* Sticker from a specific person, not referencing a room. */
|
|
"STICKER_FROM_USER" = "%@가 스티커를 보냈습니다";
|
|
/* A user has invited you to a named room */
|
|
"USER_INVITE_TO_NAMED_ROOM" = "%@가 %@로 당신을 초대했습니다";
|