summaryrefslogtreecommitdiff
path: root/pse-dashboard/src/locales/en.json
blob: acc7f2d8c1b25db8f6c58ce27757805d9c894de8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
    "message": {
        "addSubscription": "Add Subscription",
        "changePassword": "Change Password",
        "close": "Close",
        "deleteAccount": "Delete Account",
        "deleteAccountWarning": "Are you sure you want to delete your account named '{username}'? You will lose all your subscriptions and listened episodes. However, you can always create a new account. ",
        "episode": "no episodes | one episode | {n} episodes", 
        "emailAddressRequest": "Please enter your Email Address",
        "exportData": "Export Data",
        "forgotPassword": "Forgot Password",
        "gpodderInstanceRequest": "Enter Gpodder-Instance ",
        "help": "Help",
        "import": "Import",
        "importData": "Import Data",
        "instance": "GPodder Instance",
        "login": "Login",
        "loginRequest": "Login Please",
        "logout": "Logout",
        "mostRecentlyHeardEpisodes": "Recently heard episodes", 
        "mostRecentlyHeared": "Recently Heard",
        "newPassword": "New Password",
        "newSubscription": "New Subscription",
        "noAccountYet": "No Account Yet",
        "noEpisodes": "Looks like you don't have listened to something yet. ",
        "noSubscriptions": "Looks like you don't have any subscriptions yet. ",
        "oldPassword": "Old Password",
        "passwordRequest": "Enter Password",
        "personalData": "Personal Data",
        "podcast": "Podcast | Podcasts",
        "registration": "Registration",
        "rememberMe": "Remember Me",
        "repeat": "Repeat",
        "repeatPassword": "Repeat Password",
        "selectAll": "Select All",
        "send": "Send",
        "setNewPassword": "Set new Password",
        "settings": "Settings",
        "signUp": "Sign Up",
        "userNameRequest": "Enter Username",
        "unsubscribePodcasts": "Unsubscribe from Podcasts",
        "unsubscribePodcastsWarning": "Are you sure you want to unsubscribe from the following podcast? This will also delete all listening progress of the subscriptions. ",
        "unsubscribeSelected": "Unsubscribe from Selected",
        "yourSubscriptions": "Your Podcast Subscriptions"
    },
    "passwordRequirements": {
        "passwordLength": "At least {n} characters long",
        "passwordMatch": "Passwords are Identical",
        "passwordNumbers": "Digit",
        "passwordSpecialChar": "Symbol",
        "passwordUpperLower": "Lowercase and Uppercase Letter"
    },
    "form": {
        "emailAddress": "Email Address",
        "password": "Password",
        "username": "Username"
    },
    "error": {
        "accountCreated": "Account created! Validate your mail. ",
        "accountDeleted": "Account got deleted. We are sorry you go. ",
        "copiedPodcast": "Copied Podcast to Clipboard!",
        "copiedPodcastError": "Can't share Podcast. ",
        "gpodderImport": "Imported data from GPodder-Instance. ",
        "passwordChanged": "Password got changed! ",
        "passwordForgot": "E-Mail was send. Look into your invoice!",
        "passwordRequirements": "Password requirements are not met. ",
        "passwordReset": "Password got reset! Test you new Password. ",
        "subscriptionAdded": "Subscription got added to your list!",
        "400BadRequest": "Inputs are incorrect. ",
        "401Unauthorized": "Wrong Credentials.",
        "404NotFound": "No user found with these inputs.", 
        "connectionLost": "Cannot establish a connection to the server.",
        "axiosError": "Oops, the programmer made a mistake. ",
        "pageNotFound": "Page not found."
    }
}