2022-01-16 14:02:53 +01:00
{
2022-01-16 14:39:45 +01:00
"common" : {
"note" : "note" ,
"file" : "file" ,
"advanced" : "advanced" ,
"create" : "create" ,
2022-07-19 10:27:23 +02:00
"loading" : "loading" ,
2022-01-16 14:39:45 +01:00
"mode" : "mode" ,
"views" : "{n, plural, =0 {views} =1 {1 view} other {# views}}" ,
"minutes" : "{n, plural, =0 {minutes} =1 {1 minute} other {# minutes}}" ,
"max" : "max" ,
"share_link" : "share link" ,
2022-07-19 10:27:23 +02:00
"copy_clipboard" : "copy to clipboard" ,
2022-07-20 10:41:37 +02:00
"copied_to_clipboard" : "copied to clipboard" ,
2022-07-19 10:27:23 +02:00
"encrypting" : "encrypting" ,
"decrypting" : "decrypting" ,
"uploading" : "uploading" ,
2023-01-04 19:45:25 +01:00
"downloading" : "downloading" ,
2023-05-23 09:39:06 +02:00
"qr_code" : "qr code" ,
"password" : "password"
2022-01-16 14:39:45 +01:00
} ,
"home" : {
"intro" : "Easily send <i>fully encrypted</i>, secure notes or files with one click. Just create a note and share the link." ,
"explanation" : "the note will expire and be destroyed after {type}." ,
"new_note" : "new note" ,
2023-11-01 15:26:45 +01:00
"new_note_notice" : "<b>availability:</b><br />the note is not guaranteed to be stored as everything is kept in ram, if it fills up the oldest notes will be removed.<br />(you probably will be fine, just be warned.)" ,
2022-01-16 14:39:45 +01:00
"errors" : {
2024-07-05 00:00:06 +02:00
"note_to_big" : "could not create note. note is too big" ,
2022-03-01 16:16:02 +01:00
"note_error" : "could not create note. please try again." ,
2022-03-02 16:55:10 +01:00
"max" : "max: {n}" ,
"empty_content" : "note is empty."
2022-03-01 01:16:31 +01:00
} ,
2022-07-20 10:41:37 +02:00
"messages" : {
"note_created" : "note created."
2023-05-23 09:39:06 +02:00
} ,
"advanced" : {
2023-11-01 15:26:45 +01:00
"explanation" : "By default, a securely generated password is used for each note. You can however also choose your own password, which is not included in the link." ,
2023-05-23 09:39:06 +02:00
"custom_password" : "custom password"
2022-07-20 10:41:37 +02:00
}
2022-01-16 14:39:45 +01:00
} ,
"show" : {
"errors" : {
"not_found" : "note was not found or was already deleted." ,
2022-07-19 10:27:23 +02:00
"decryption_failed" : "wrong password. could not decipher. probably a broken link. note was destroyed." ,
"unsupported_type" : "unsupported note type."
2022-01-16 14:39:45 +01:00
} ,
2024-07-05 00:00:06 +02:00
"explanation" : "click below to show and delete the note if the counter has reached its limit" ,
2022-01-16 14:39:45 +01:00
"show_note" : "show note" ,
"warning_will_not_see_again" : "you will <b>not</b> get the chance to see the note again." ,
2023-11-01 15:26:45 +01:00
"download_all" : "download all" ,
"links_found" : "links found inside the note:"
2022-01-16 14:39:45 +01:00
} ,
"file_upload" : {
"selected_files" : "Selected Files" ,
2024-03-04 18:46:00 +01:00
"no_files_selected" : "No Files Selected" ,
"clear" : "Reset"
2022-01-16 14:39:45 +01:00
}
2022-01-16 14:02:53 +01:00
}