mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-12 10:55:11 +00:00
87c688a739
* ios: prepare for i18n * commit localizations * update Russian translations * fix notifications and layouts after localizations * localization docs * update translations Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com> * fix typo * update translations * fix translations for different link types * update translations Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com> * update translation Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com> * update translations * update translations Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
34 lines
1.6 KiB
Plaintext
34 lines
1.6 KiB
Plaintext
/* notification title */
|
|
"%@ is connected!" = "%@ is connected!";
|
|
|
|
/* notification title */
|
|
"%@ wants to connect!" = "%@ wants to connect!";
|
|
|
|
/* accept contact request via notification */
|
|
"Accept" = "Accept";
|
|
|
|
/* notification body */
|
|
"Accept contact request from %@?" = "Accept contact request from %@?";
|
|
|
|
/* notification */
|
|
"Contact is connected" = "Contact is connected";
|
|
|
|
/* deleted chat item */
|
|
"deleted" = "deleted";
|
|
|
|
/* notification */
|
|
"New contact request" = "New contact request";
|
|
|
|
/* notifications */
|
|
"New message" = "New message";
|
|
|
|
/* to be removed */
|
|
"receiving files is not supported yet" = "receiving files is not supported yet";
|
|
|
|
/* to be removed */
|
|
"sending files is not supported yet" = "sending files is not supported yet";
|
|
|
|
/* notification body */
|
|
"You can now send messages to %@" = "You can now send messages to %@";
|
|
|