Skip to content
Snippets Groups Projects
Commit d61c3fb6 authored by insert's avatar insert
Browse files

Add strings.

parent 37cf5b51
No related merge requests found
...@@ -62,7 +62,22 @@ ...@@ -62,7 +62,22 @@
"disconnected": "Disconnected.", "disconnected": "Disconnected.",
"connecting": "Connecting...", "connecting": "Connecting...",
"reconnecting": "Reconnecting..." "reconnecting": "Reconnecting..."
} },
"modals": {
"error": "An error occurred!",
"clipboard": {
"unavailable": "Clipboard is unavailable!",
"https": "You are not currently in a HTTPS context.",
"copy": "Manual Copy:"
},
"signed_out": "You were signed out!",
"actions": {
"ok": "Ok",
"close": "Close",
"reload": "Reload App"
}
},
"requires_online": "You need to be online to view this."
}, },
"context_menu": { "context_menu": {
"copy_id": "Copy ID", "copy_id": "Copy ID",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment