diff --git a/en.json b/en.json index 4e69b1a892e8036c43e1a1209f98ea96da6656e6..1bd8c82a5cbf37805fbc67dd7e97bf0dc33bf0ab 100644 --- a/en.json +++ b/en.json @@ -18,10 +18,35 @@ "create": "Create a new account." }, "app": { + "status": { + "online": "Online", + "idle": "Idle", + "busy": "Busy", + "invisible": "Invisible", + "offline": "Offline" + }, + "navigation": { + "tabs": { + "home": "Home", + "friends": "Home", + "unreads": "Unreads" + } + }, "main": { + "categories": { + "conversations": "Conversations", + "channels": "Channels" + }, "channel": { "message": "Message {{name}}" } } + }, + "dayjs": { + "lastDay": "Yesterday at", + "sameDay": "Today at", + "nextDay": "Tomorrow at", + "last": "last", + "at": "at" } } \ No newline at end of file diff --git a/pl.json b/pl.json index eb2ab299274f2b85f404b8acb931fdc418abf9c1..e09b524070d555ba13b5860fc08a0268ebbb4abe 100644 --- a/pl.json +++ b/pl.json @@ -18,10 +18,35 @@ "create": "Stwórz nowe konto." }, "app": { + "status": { + "online": "Dostępny", + "idle": "Bezczynny", + "busy": "Zajęty", + "invisible": "Niewidzialny", + "offline": "Offline" + }, + "navigation": { + "tabs": { + "home": "Głowna strona", + "friends": "Przyjaciele", + "unreads": "Nieprzeczytane" + } + }, "main": { + "categories": { + "conversations": "Konwersacje", + "channels": "Kanały" + }, "channel": { "message": "Wyslij do {{name}}" } } + }, + "dayjs": { + "lastDay": "Wczoraj o", + "sameDay": "Dzisiaj o", + "nextDay": "Jutro o", + "last": "Ostatnia", + "at": "o" } } \ No newline at end of file