Welcome to mirror list, hosted at ThFree Co, Russian Federation.

messages.json « pl « _locales « generic « platform « src - github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0735dd52587d4e5e1a54ed645039cf98b6ea8242 (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
78
79
80
{
    "extensionName"       : {
        "message"    : "Passwords for Nextcloud Browser Extension",
        "description": "Name of the extension."
    },
    "extensionDescription": {
        "message"    : "Klient aplikacji Nextcloud Passwords.",
        "description": "Description of the extension."
    },
    "locale"              : {
        "message"    : "pl",
        "description": "The language tag of this translation. Same as the folder name"
    },
    "browserActionTitle"  : {
        "message"    : "Hasła",
        "description": "Title of the button in the browser bar"
    },
    "contextMenuTitle"    : {
        "message"    : "Hasła",
        "description": "Title of the context menu item"
    },
    "ServerBaseUrl"       : {
        "message"    : "Url",
        "description": "Label of the server url field in account details in the extension settings"
    },
    "ServerUser"          : {
        "message"    : "Użytkownik",
        "description": "Label of the account login user field in account details in the extension settings"
    },
    "LabelPassword"       : {
        "message"    : "Hasło",
        "description": "Label for the password of a password entry"
    },
    "LabelUsername"       : {
        "message"    : "Użytkownik",
        "description": "Label for the username of a password entry"
    },
    "LabelUser"           : {
        "message"    : "Użytkownik",
        "description": "Label for the username of in the server info in the browse tab"
    },
    "LabelUrl"            : {
        "message"    : "Url",
        "description": "Label for of a field that contains an url (used in collected password or server info)"
    },
    "LabelPasswords"      : {
        "message"    : "Hasła",
        "description": "Label for the password count in the server info in the browse tab"
    },
    "AppLabelString"      : {
        "message"     : "Hasła $VERSION$",
        "description" : "Value for the passwords app version in the server info in the browse tab",
        "placeholders": {
            "version": {
                "content": "$1",
                "example": "20"
            }
        }
    },
    "PlaceholderPassword" : {
        "message"    : "Hasło",
        "description": "Placeholder text in the master password field of the server authorization dialog"
    },
    "PropertyPassword"    : {
        "message"    : "Hasło",
        "description": "Label of the property password of the password entry used in PasswordPropertyCopied"
    },
    "PropertyUsername"    : {
        "message"    : "Użytkownik",
        "description": "Label of the property username of the password entry used in PasswordPropertyCopied"
    },
    "PropertyUrl"         : {
        "message"    : "Url",
        "description": "Label of the property url of the password entry used in PasswordPropertyCopied"
    },
    "ButtonSave"          : {
        "message"    : "Zapisz",
        "description": "The save button of a password detection system notification"
    }
}