ios: add translation for "Checking new messages..." test notification

This commit is contained in:
Evgeny Poberezkin
2022-04-23 11:34:08 +01:00
parent e6fdb40c59
commit 0c37282cd3
5 changed files with 24 additions and 5 deletions
+2 -2
View File
@@ -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>
+6
View File
@@ -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: %@)";
+4 -1
View File
@@ -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. */