mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
ios: add translation for "Checking new messages..." test notification
This commit is contained in:
@@ -109,14 +109,14 @@ class NtfManager: NSObject, UNUserNotificationCenterDelegate, ObservableObject {
|
||||
identifier: ntfCategoryMessageReceived,
|
||||
actions: [],
|
||||
intentIdentifiers: [],
|
||||
hiddenPreviewsBodyPlaceholder: NSLocalizedString("New message", comment: "notifications")
|
||||
hiddenPreviewsBodyPlaceholder: NSLocalizedString("New message", comment: "notification")
|
||||
),
|
||||
// TODO remove
|
||||
UNNotificationCategory(
|
||||
identifier: ntfCategoryCheckingMessages,
|
||||
actions: [],
|
||||
intentIdentifiers: [],
|
||||
hiddenPreviewsBodyPlaceholder: NSLocalizedString("Checking new messages...", comment: "notifications")
|
||||
hiddenPreviewsBodyPlaceholder: NSLocalizedString("Checking new messages...", comment: "notification")
|
||||
)
|
||||
])
|
||||
}
|
||||
|
||||
@@ -150,6 +150,11 @@
|
||||
<target>Check messages</target>
|
||||
<note>No comment provided by engineer.</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Checking new messages..." xml:space="preserve">
|
||||
<source>Checking new messages...</source>
|
||||
<target>Checking new messages...</target>
|
||||
<note>notification</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Choose from library" xml:space="preserve">
|
||||
<source>Choose from library</source>
|
||||
<target>Choose from library</target>
|
||||
@@ -453,7 +458,7 @@
|
||||
<trans-unit id="New message" xml:space="preserve">
|
||||
<source>New message</source>
|
||||
<target>New message</target>
|
||||
<note>notifications</note>
|
||||
<note>notification</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Notifications are disabled!" xml:space="preserve">
|
||||
<source>Notifications are disabled!</source>
|
||||
|
||||
@@ -150,6 +150,11 @@
|
||||
<target>Проверять сообщения</target>
|
||||
<note>No comment provided by engineer.</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Checking new messages..." xml:space="preserve">
|
||||
<source>Checking new messages...</source>
|
||||
<target>Проверяются новые сообщения...</target>
|
||||
<note>notification</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Choose from library" xml:space="preserve">
|
||||
<source>Choose from library</source>
|
||||
<target>Выбрать из библиотеки</target>
|
||||
@@ -453,7 +458,7 @@
|
||||
<trans-unit id="New message" xml:space="preserve">
|
||||
<source>New message</source>
|
||||
<target>Новое сообщение</target>
|
||||
<note>notifications</note>
|
||||
<note>notification</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Notifications are disabled!" xml:space="preserve">
|
||||
<source>Notifications are disabled!</source>
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
/* No comment provided by engineer. */
|
||||
"Connecting server…" = "Connecting to server…";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Connecting server… (error: %@)" = "Connecting to server… (error: %@)";
|
||||
|
||||
@@ -109,6 +109,9 @@
|
||||
/* No comment provided by engineer. */
|
||||
"Check messages" = "Проверять сообщения";
|
||||
|
||||
/* notification */
|
||||
"Checking new messages..." = "Проверяются новые сообщения...";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Choose from library" = "Выбрать из библиотеки";
|
||||
|
||||
@@ -301,7 +304,7 @@
|
||||
/* notification */
|
||||
"New contact request" = "Новый запрос на соединение";
|
||||
|
||||
/* notifications */
|
||||
/* notification */
|
||||
"New message" = "Новое сообщение";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
|
||||
Reference in New Issue
Block a user