12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "app": {
- "loading": "Loading...",
- "offline": "Can't connect, are you offline?",
- "logginIn": "Logging in..."
- },
- "error": {
- "insufficientRights": "You don't have enough rights for this action."
- },
- "buttons": {
- "ok": "OK",
- "cancel": "Cancel",
- "save": "Save",
- "edit": "Edit",
- "send": "Send",
- "next": "Next",
- "previous": "Previous",
- "back": "Back",
- "skip": "Skip",
- "sending": "Sending...",
- "create": "Create",
- "tryToReconnect": "Try to reconnect",
- "stayAnonymous": "Stay anonymous",
- "authorize": "Authorize"
- },
- "commonWords": {
- "you": "You",
- "send": "Send",
- "or": "or",
- "of": "of",
- "with": "with",
- "and": "and",
- "on": "on",
- "per": "per"
- }
- }
|