mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-29 04:39:53 +00:00
27 lines
671 B
Text
27 lines
671 B
Text
|
/* No comment provided by engineer. */
|
||
|
"_italic_" = "\\_italic_";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"*bold*" = "\\*bold*";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"`a + b`" = "\\`a + b`";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"~strike~" = "\\~strike~";
|
||
|
|
||
|
/* call status */
|
||
|
"connecting call" = "connecting call…";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"Connecting server…" = "Connecting to server…";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"Connecting server… (error: %@)" = "Connecting to server… (error: %@)";
|
||
|
|
||
|
/* rcv group event chat item */
|
||
|
"member connected" = "connected";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"No group!" = "Group not found!";
|