You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/i18n/translations/en.json
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,6 @@
9
9
"session_expired": {
10
10
"description": "Try to log in again",
11
11
"title": "Your current session expired"
12
-
},
13
-
"remove_account": {
14
-
"description": "Are you sure you want to delete your account?",
15
-
"title": "Attention!",
16
-
"confirm": "Yes, delete"
17
12
}
18
13
},
19
14
"bottom_tabs": {
@@ -34,8 +29,7 @@
34
29
"save": "Save",
35
30
"search": "Search",
36
31
"try_again_later": "Please try again later",
37
-
"try_again": "Try again",
38
-
"remove_account": "Remove account"
32
+
"try_again": "Try again"
39
33
},
40
34
"errors": {
41
35
"invalid_email": "Niepoprawny adres e-mail",
@@ -234,8 +228,14 @@
234
228
"copy_push_token": "Copy push token",
235
229
"current_theme": "Current theme: {{theme}}",
236
230
"sign_out": "Sign out!",
237
-
"selected": " - selected",
238
-
"remove_account": "Remove account"
231
+
"selected": " - selected"
232
+
},
233
+
"profile_screen": {
234
+
"profile": "Profile",
235
+
"update_your_details": "Update your personal details here.",
236
+
"remove_account": "Remove account",
237
+
"are_you_sure": "Are you sure?",
238
+
"remove_account_desc": "This action cannot be undone.\n\nYou will lose access to your account. If you have an active subscription you will lose access to it.\n\nPlease make sure you are certain about this action."
239
239
},
240
240
"sign_in_screen": {
241
241
"do_not_have_an_account": "Don't have an account?",
Copy file name to clipboardExpand all lines: src/i18n/translations/pl.json
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,6 @@
9
9
"session_expired": {
10
10
"description": "Spróbuj zalogować się ponownie",
11
11
"title": "Twoja sesja wygasła"
12
-
},
13
-
"remove_account": {
14
-
"description": "Czy na pewno chcesz usunąć swoje konto?",
15
-
"title": "Uwaga!",
16
-
"confirm": "Tak, usuń"
17
12
}
18
13
},
19
14
"bottom_tabs": {
@@ -34,8 +29,7 @@
34
29
"save": "Zapisz",
35
30
"search": "Szukaj",
36
31
"try_again_later": "Proszę spróbuj ponownie później",
37
-
"try_again": "Spróbuj ponownie",
38
-
"remove_account": "Usuń konto"
32
+
"try_again": "Spróbuj ponownie"
39
33
},
40
34
"errors": {
41
35
"invalid_email": "Niepoprawny adres e-mail",
@@ -232,8 +226,14 @@
232
226
"settings_screen": {
233
227
"current_theme": "Current theme: {{theme}}",
234
228
"selected": " - wybrano",
235
-
"sign_out": "Wyloguj!",
236
-
"remove_account": "Usuń konto"
229
+
"sign_out": "Wyloguj!"
230
+
},
231
+
"profile_screen": {
232
+
"profile": "Profil",
233
+
"update_your_details": "Zaktualizuj swoje dane osobowe tutaj.",
234
+
"remove_account": "Usuń konto",
235
+
"are_you_sure": "Jesteś pewny/a?",
236
+
"remove_account_desc": "Tej akcji nie można cofnąć.\n\nUtracisz dostęp do swojego konta. Jeśli masz aktywną subskrypcję, utracisz do niej dostęp.\n\nUpewnij się, że jesteś pewien tej akcji"
0 commit comments