mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-07 17:33:22 +00:00
7c1d573a17
* mobile: show skipped messages in the UI * ios: skipped messages alert and translations * android: skipped messages alert * android translation keys * more keys Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
79 lines
3.5 KiB
Plaintext
79 lines
3.5 KiB
Plaintext
/* notification title */
|
|
"%@ is connected!" = "%@ is connected!";
|
|
|
|
/* notification title */
|
|
"%@ wants to connect!" = "%@ wants to connect!";
|
|
|
|
/* integrity error chat item */
|
|
"%d skipped message(s)" = "%d skipped message(s)";
|
|
|
|
/* notification body */
|
|
"Accept contact request from %@?" = "Accept contact request from %@?";
|
|
|
|
/* call status */
|
|
"accepted call" = "accepted call";
|
|
|
|
/* integrity error chat item */
|
|
"bad message hash" = "bad message hash";
|
|
|
|
/* integrity error chat item */
|
|
"bad message ID" = "bad message ID";
|
|
|
|
/* call status */
|
|
"call error" = "call error";
|
|
|
|
/* call status */
|
|
"call in progress" = "call in progress";
|
|
|
|
/* call status */
|
|
"calling…" = "calling…";
|
|
|
|
/* call status */
|
|
"connecting call…" = "connecting call…";
|
|
|
|
/* chat list item title */
|
|
"connecting…" = "connecting…";
|
|
|
|
/* chat list item title (it should not be shown */
|
|
"connection established" = "connection established";
|
|
|
|
/* connection information */
|
|
"connection:%@" = "connection:%@";
|
|
|
|
/* deleted chat item */
|
|
"deleted" = "deleted";
|
|
|
|
/* integrity error chat item */
|
|
"duplicate message" = "duplicate message";
|
|
|
|
/* call status */
|
|
"ended call %@" = "ended call %@";
|
|
|
|
/* notification */
|
|
"Incoming audio call" = "Incoming audio call";
|
|
|
|
/* notification */
|
|
"Incoming video call" = "Incoming video call";
|
|
|
|
/* chat list item title */
|
|
"invited to connect" = "invited to connect";
|
|
|
|
/* call status */
|
|
"missed call" = "missed call";
|
|
|
|
/* call status */
|
|
"rejected call" = "rejected call";
|
|
|
|
/* chat list item description */
|
|
"via contact address link" = "via contact address link";
|
|
|
|
/* chat list item description */
|
|
"via one-time link" = "via one-time link";
|
|
|
|
/* notification body */
|
|
"You can now send messages to %@" = "You can now send messages to %@";
|
|
|
|
/* chat list item description */
|
|
"you shared one-time link" = "you shared one-time link";
|
|
|