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

Add strings.

parent f27f1fb3
No related merge requests found
...@@ -132,6 +132,9 @@ ...@@ -132,6 +132,9 @@
"language": { "language": {
"title": "Language" "title": "Language"
}, },
"donate": {
"title": "Donate"
},
"logOut": "Log Out" "logOut": "Log Out"
} }
}, },
...@@ -243,6 +246,8 @@ ...@@ -243,6 +246,8 @@
"now_friends": "You are now friends with @{{person}}!" "now_friends": "You are now friends with @{{person}}!"
}, },
"error": { "error": {
"network_error": "Network error.",
"unauthorized": "Unauthorized.",
"unlabelled": "Something happened.", "unlabelled": "Something happened.",
"failed_validation": "Failed to validate fields.", "failed_validation": "Failed to validate fields.",
"database_error": "Database error.", "database_error": "Database error.",
......
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