From c236a759d5795c91fd6aa851974e8f3b900b8f7e Mon Sep 17 00:00:00 2001 From: JRoberts <8711996+jr-simplex@users.noreply.github.com> Date: Mon, 19 Sep 2022 19:35:59 +0400 Subject: [PATCH] ios: clear storage translations (#1071) --- .../en.xcloc/Localized Contents/en.xliff | 36 +++++++++++++++++-- .../en.xcloc/contents.json | 4 +-- .../ru.xcloc/Localized Contents/ru.xliff | 36 +++++++++++++++++-- .../ru.xcloc/contents.json | 4 +-- apps/ios/ru.lproj/Localizable.strings | 18 ++++++++++ 5 files changed, 88 insertions(+), 10 deletions(-) diff --git a/apps/ios/SimpleX Localizations/en.xcloc/Localized Contents/en.xliff b/apps/ios/SimpleX Localizations/en.xcloc/Localized Contents/en.xliff index 2483f03dd..69bb8221b 100644 --- a/apps/ios/SimpleX Localizations/en.xcloc/Localized Contents/en.xliff +++ b/apps/ios/SimpleX Localizations/en.xcloc/Localized Contents/en.xliff @@ -2,7 +2,7 @@
- +
@@ -82,6 +82,11 @@ %lld contact(s) selected No comment provided by engineer. + + %lld file(s) with total size of %@ + %lld file(s) with total size of %@ + No comment provided by engineer. + %lld members %lld members @@ -701,6 +706,16 @@ Delete database No comment provided by engineer. + + Delete files & media + Delete files & media + No comment provided by engineer. + + + Delete files and media? + Delete files and media? + No comment provided by engineer. + Delete for everyone Delete for everyone @@ -1016,6 +1031,11 @@ File: %@ No comment provided by engineer. + + Files + Files + No comment provided by engineer. + For console For console @@ -1478,6 +1498,11 @@ We will be adding server redundancy to prevent lost messages. Group not found! No comment provided by engineer. + + No received or sent files + No received or sent files + No comment provided by engineer. + Notifications Notifications @@ -2103,6 +2128,11 @@ We will be adding server redundancy to prevent lost messages. Theme No comment provided by engineer. + + This action cannot be undone - all received and sent files and media will be deleted. Low resolution pictures will remain. + This action cannot be undone - all received and sent files and media will be deleted. Low resolution pictures will remain. + No comment provided by engineer. + This action cannot be undone - your profile, contacts, messages and files will be irreversibly lost. This action cannot be undone - your profile, contacts, messages and files will be irreversibly lost. @@ -2995,7 +3025,7 @@ SimpleX servers cannot see your profile.
- +
@@ -3027,7 +3057,7 @@ SimpleX servers cannot see your profile.
- +
diff --git a/apps/ios/SimpleX Localizations/en.xcloc/contents.json b/apps/ios/SimpleX Localizations/en.xcloc/contents.json index 3e0830ec0..f363d76c7 100644 --- a/apps/ios/SimpleX Localizations/en.xcloc/contents.json +++ b/apps/ios/SimpleX Localizations/en.xcloc/contents.json @@ -3,10 +3,10 @@ "project" : "SimpleX.xcodeproj", "targetLocale" : "en", "toolInfo" : { - "toolBuildNumber" : "13E113", + "toolBuildNumber" : "14A309", "toolID" : "com.apple.dt.xcode", "toolName" : "Xcode", - "toolVersion" : "13.3" + "toolVersion" : "14.0" }, "version" : "1.0" } \ No newline at end of file diff --git a/apps/ios/SimpleX Localizations/ru.xcloc/Localized Contents/ru.xliff b/apps/ios/SimpleX Localizations/ru.xcloc/Localized Contents/ru.xliff index e8bd00ee7..4c15f3f03 100644 --- a/apps/ios/SimpleX Localizations/ru.xcloc/Localized Contents/ru.xliff +++ b/apps/ios/SimpleX Localizations/ru.xcloc/Localized Contents/ru.xliff @@ -2,7 +2,7 @@
- +
@@ -82,6 +82,11 @@ Выбрано контактов: %lld No comment provided by engineer. + + %lld file(s) with total size of %@ + %lld файл(ов) общим размером %@ + No comment provided by engineer. + %lld members Членов группы: %lld @@ -701,6 +706,16 @@ Удалить данные чата No comment provided by engineer. + + Delete files & media + Удалить файлы и медиа + No comment provided by engineer. + + + Delete files and media? + Удалить файлы и медиа? + No comment provided by engineer. + Delete for everyone Удалить для всех @@ -1016,6 +1031,11 @@ Файл: %@ No comment provided by engineer. + + Files + Файлы + No comment provided by engineer. + For console Для консоли @@ -1478,6 +1498,11 @@ We will be adding server redundancy to prevent lost messages. Группа не найдена! No comment provided by engineer. + + No received or sent files + Нет полученных или отправленных файлов + No comment provided by engineer. + Notifications Уведомления @@ -2103,6 +2128,11 @@ We will be adding server redundancy to prevent lost messages. Тема No comment provided by engineer. + + This action cannot be undone - all received and sent files and media will be deleted. Low resolution pictures will remain. + Это действие нельзя отменить — все полученные и отправленные файлы будут удалены. Изображения останутся в низком разрешении. + No comment provided by engineer. + This action cannot be undone - your profile, contacts, messages and files will be irreversibly lost. Это действие нельзя отменить — ваш профиль, контакты, сообщения и файлы будут безвозвратно утеряны. @@ -2995,7 +3025,7 @@ SimpleX серверы не могут получить доступ к ваше
- +
@@ -3027,7 +3057,7 @@ SimpleX серверы не могут получить доступ к ваше
- +
diff --git a/apps/ios/SimpleX Localizations/ru.xcloc/contents.json b/apps/ios/SimpleX Localizations/ru.xcloc/contents.json index 50ec87db4..3d390e587 100644 --- a/apps/ios/SimpleX Localizations/ru.xcloc/contents.json +++ b/apps/ios/SimpleX Localizations/ru.xcloc/contents.json @@ -3,10 +3,10 @@ "project" : "SimpleX.xcodeproj", "targetLocale" : "ru", "toolInfo" : { - "toolBuildNumber" : "13E113", + "toolBuildNumber" : "14A309", "toolID" : "com.apple.dt.xcode", "toolName" : "Xcode", - "toolVersion" : "13.3" + "toolVersion" : "14.0" }, "version" : "1.0" } \ No newline at end of file diff --git a/apps/ios/ru.lproj/Localizable.strings b/apps/ios/ru.lproj/Localizable.strings index 74022a7c2..22c2ee0f9 100644 --- a/apps/ios/ru.lproj/Localizable.strings +++ b/apps/ios/ru.lproj/Localizable.strings @@ -97,6 +97,9 @@ /* No comment provided by engineer. */ "%lld contact(s) selected" = "Выбрано контактов: %lld"; +/* No comment provided by engineer. */ +"%lld file(s) with total size of %@" = "%lld файл(ов) общим размером %@"; + /* No comment provided by engineer. */ "%lld members" = "Членов группы: %lld"; @@ -500,6 +503,12 @@ /* No comment provided by engineer. */ "Delete database" = "Удалить данные чата"; +/* No comment provided by engineer. */ +"Delete files & media" = "Удалить файлы и медиа"; + +/* No comment provided by engineer. */ +"Delete files and media?" = "Удалить файлы и медиа?"; + /* No comment provided by engineer. */ "Delete for everyone" = "Удалить для всех"; @@ -713,6 +722,9 @@ /* No comment provided by engineer. */ "File: %@" = "Файл: %@"; +/* No comment provided by engineer. */ +"Files" = "Файлы"; + /* No comment provided by engineer. */ "For console" = "Для консоли"; @@ -1043,6 +1055,9 @@ /* No comment provided by engineer. */ "No group!" = "Группа не найдена!"; +/* No comment provided by engineer. */ +"No received or sent files" = "Нет полученных или отправленных файлов"; + /* No comment provided by engineer. */ "Notifications" = "Уведомления"; @@ -1457,6 +1472,9 @@ /* No comment provided by engineer. */ "Theme" = "Тема"; +/* No comment provided by engineer. */ +"This action cannot be undone - all received and sent files and media will be deleted. Low resolution pictures will remain." = "Это действие нельзя отменить — все полученные и отправленные файлы будут удалены. Изображения останутся в низком разрешении."; + /* No comment provided by engineer. */ "This action cannot be undone - your profile, contacts, messages and files will be irreversibly lost." = "Это действие нельзя отменить — ваш профиль, контакты, сообщения и файлы будут безвозвратно утеряны.";