Skip to content

Commit 9fc7a14

Browse files
authored
Merge pull request #4 from svyatoynick/main
Updated localisations.
2 parents ba00d3e + 272217b commit 9fc7a14

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

Sources/SPProfiling/Resources/Localization/en.lproj/Localizable.strings

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
/* No comment provided by engineer. */
2020
"error auth cant prepare required data" = "Failed to prepare the necessary data";
2121

22+
/* No comment provided by engineer. */
23+
"error auth cant prepare required data" = "Failed to prepare the required data";
24+
2225
/* No comment provided by engineer. */
2326
"error auth cant present" = "Failed to show authentication screen";
2427

@@ -112,9 +115,21 @@
112115
/* No comment provided by engineer. */
113116
"profile devices title" = "Devices";
114117

118+
/* No comment provided by engineer. */
119+
"profile email title" = "Email";
120+
121+
/* No comment provided by engineer. */
122+
"profile name title" = "Name";
123+
115124
/* No comment provided by engineer. */
116125
"profile placeholder name" = "No Name";
117126

127+
/* No comment provided by engineer. */
128+
"profile public data footer" = "The information will be visible to all users.";
129+
130+
/* No comment provided by engineer. */
131+
"profile public data header" = "Personal";
132+
118133
/* No comment provided by engineer. */
119134
"profile rename alert description" = "The name will be visible for everybody.";
120135

Sources/SPProfiling/Resources/Localization/ru.lproj/Localizable.strings

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
/* No comment provided by engineer. */
2020
"error auth cant prepare required data" = "Не удалось подготовить необходимые данные";
2121

22+
/* No comment provided by engineer. */
23+
"error auth cant prepare required data" = "Не удалось подготовить запрашиваемые данные";
24+
2225
/* No comment provided by engineer. */
2326
"error auth cant present" = "Не удалось показать экран аутентификации";
2427

@@ -112,9 +115,21 @@
112115
/* No comment provided by engineer. */
113116
"profile devices title" = "Устройства";
114117

118+
/* No comment provided by engineer. */
119+
"profile email title" = "Email";
120+
121+
/* No comment provided by engineer. */
122+
"profile name title" = "Имя";
123+
115124
/* No comment provided by engineer. */
116125
"profile placeholder name" = "Нет имени";
117126

127+
/* No comment provided by engineer. */
128+
"profile public data footer" = "Информация будет видна всем пользователям.";
129+
130+
/* No comment provided by engineer. */
131+
"profile public data header" = "Личная информация";
132+
118133
/* No comment provided by engineer. */
119134
"profile rename alert description" = "Имя профиля будет видно всем.";
120135

0 commit comments

Comments
 (0)