|
| 1 | +{ |
| 2 | + "alpha": "alfa", |
| 3 | + "beta": "beta", |
| 4 | + "passwords": "Passwords", |
| 5 | + "settings": "Settings", |
| 6 | + "info": "Info", |
| 7 | + "language": "Language", |
| 8 | + "switch_theme": "Switch theme", |
| 9 | + "password_alias": "Password alias", |
| 10 | + "password_value": "Password value", |
| 11 | + "x_characters_long": "{0}+ characters long.", |
| 12 | + "save_password": "Save password", |
| 13 | + "remove_password": "Remove password", |
| 14 | + "password_count_0": "There are no passwords in database.", |
| 15 | + "passwords_count_1": "There's only 1 password in database.", |
| 16 | + "passwords_count_x": "There are {0} passwords in database.", |
| 17 | + "change_master": "Change {0} password", |
| 18 | + "new_master": "New {0} password", |
| 19 | + "save": "Save", |
| 20 | + "reset": "Reset", |
| 21 | + "export_backup": "Export backup", |
| 22 | + "import_backup": "Import backup", |
| 23 | + "about": "About the program", |
| 24 | + "name": "Name", |
| 25 | + "version": "Version", |
| 26 | + "author": "Author", |
| 27 | + "icon": "Program icon", |
| 28 | + "3rd_party": "3rd party software", |
| 29 | + "links": "Useful links", |
| 30 | + "github": "GitHub repository", |
| 31 | + "faq": "FAQ", |
| 32 | + "mail": "Mail", |
| 33 | + "available_languages": "Available languages", |
| 34 | + "add_language": "Add language", |
| 35 | + "warning": "Warning!", |
| 36 | + "whoops": "Whoops!", |
| 37 | + "success": "Success!", |
| 38 | + "ok": "OK", |
| 39 | + "yes": "Yes", |
| 40 | + "no": "No", |
| 41 | + "wip_title": "Work in progress", |
| 42 | + "wip_text": "This feature is under development.", |
| 43 | + "ctx_text": "Choose what do you want to do wth this password.", |
| 44 | + "copy": "Copy", |
| 45 | + "delete": "Delete", |
| 46 | + "nothing": "Nothing", |
| 47 | + "success_save": "Password \"{0}\" successfully saved.", |
| 48 | + "success_copy": "Password copied to clipboard. Now you can paste in somewhere.", |
| 49 | + "success_delete": "Password \"{0}\" successfully deleted.", |
| 50 | + "success_new_master": "New {0} passwords successfully saved.", |
| 51 | + "confirm_delete": "Do you really want to delete \"{0}\" password?", |
| 52 | + "confirm_randomize_alpha": "This will randomize alpha password. It will be super safe, but you probably will not be able to re-enter this password later. You will not be able to access already saved passwords. Do you want to continue?", |
| 53 | + "confirm_randomize_beta": "This will randomize beta password. It will be super safe, but you probably will not be able to re-enter this password later. Do you want to continue?", |
| 54 | + "error_bad_format": "An critical error has occurred. Passwords are saved to local database in wrong way.", |
| 55 | + "error_invalid_token": "Alpha password do not match. If you want to access this password, please change alpha password. If needed, change beta password too.", |
| 56 | + "error_no_alias": "Please provide password alias at first", |
| 57 | + "error_alias_too_short": "Password alias has to be at least {0} characters long", |
| 58 | + "error_already_exists": "That password already exists in database.", |
| 59 | + "error_not_exists": "That password do not exists in database.", |
| 60 | + "error_missing_master_title": "Missing {0} password", |
| 61 | + "error_missing_master_text": "Missing {0} password. It's needed for safe password storing. Do you want to provide it by yourself, or let program to randomize it?", |
| 62 | + "error_master_too_short": "{0} password should be at least {1} characters long.", |
| 63 | + "error_input_too_short": "At least one value is too short.", |
| 64 | + "error_input_invalid": "At last one value is invalid.", |
| 65 | + "error_unknown": "An error has occurred: {0}", |
| 66 | + "set_password": "Set password", |
| 67 | + "randomize": "Randomize", |
| 68 | + "tip_1_title": "Welcome to {0}", |
| 69 | + "tip_1_text_1": "Save your first password, by entering", |
| 70 | + "tip_1_text_2": "it's data on the right.", |
| 71 | + "tip_2_title": "Congratulations!", |
| 72 | + "tip_2_text_1": "You have saved your's 1st password.", |
| 73 | + "tip_2_text_2": "Preview it just by clicking it." |
| 74 | +} |
0 commit comments