diff --git a/Sources/SPProfiling/Resources/Localization/en.lproj/Localizable.strings b/Sources/SPProfiling/Resources/Localization/en.lproj/Localizable.strings index d8b4d63..15afa2d 100644 --- a/Sources/SPProfiling/Resources/Localization/en.lproj/Localizable.strings +++ b/Sources/SPProfiling/Resources/Localization/en.lproj/Localizable.strings @@ -19,6 +19,9 @@ /* No comment provided by engineer. */ "error auth cant prepare required data" = "Failed to prepare the necessary data"; +/* No comment provided by engineer. */ +"error auth cant prepare required data" = "Failed to prepare the required data"; + /* No comment provided by engineer. */ "error auth cant present" = "Failed to show authentication screen"; @@ -112,9 +115,21 @@ /* No comment provided by engineer. */ "profile devices title" = "Devices"; +/* No comment provided by engineer. */ +"profile email title" = "Email"; + +/* No comment provided by engineer. */ +"profile name title" = "Name"; + /* No comment provided by engineer. */ "profile placeholder name" = "No Name"; +/* No comment provided by engineer. */ +"profile public data footer" = "The information will be visible to all users."; + +/* No comment provided by engineer. */ +"profile public data header" = "Personal"; + /* No comment provided by engineer. */ "profile rename alert description" = "The name will be visible for everybody."; diff --git a/Sources/SPProfiling/Resources/Localization/ru.lproj/Localizable.strings b/Sources/SPProfiling/Resources/Localization/ru.lproj/Localizable.strings index 6d2210f..e83729a 100644 --- a/Sources/SPProfiling/Resources/Localization/ru.lproj/Localizable.strings +++ b/Sources/SPProfiling/Resources/Localization/ru.lproj/Localizable.strings @@ -19,6 +19,9 @@ /* No comment provided by engineer. */ "error auth cant prepare required data" = "Не удалось подготовить необходимые данные"; +/* No comment provided by engineer. */ +"error auth cant prepare required data" = "Не удалось подготовить запрашиваемые данные"; + /* No comment provided by engineer. */ "error auth cant present" = "Не удалось показать экран аутентификации"; @@ -112,9 +115,21 @@ /* No comment provided by engineer. */ "profile devices title" = "Устройства"; +/* No comment provided by engineer. */ +"profile email title" = "Email"; + +/* No comment provided by engineer. */ +"profile name title" = "Имя"; + /* No comment provided by engineer. */ "profile placeholder name" = "Нет имени"; +/* No comment provided by engineer. */ +"profile public data footer" = "Информация будет видна всем пользователям."; + +/* No comment provided by engineer. */ +"profile public data header" = "Личная информация"; + /* No comment provided by engineer. */ "profile rename alert description" = "Имя профиля будет видно всем.";