From 34e20e7cb355d5cc59e022ac626feb53cf54d73b Mon Sep 17 00:00:00 2001 From: Vukky Date: Thu, 29 Jun 2023 03:24:26 +0200 Subject: [PATCH 01/11] New translations en.json (Cute Engwish) --- public/assets/lang/en-UWU.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/assets/lang/en-UWU.json b/public/assets/lang/en-UWU.json index 0273e3e..38ffacb 100644 --- a/public/assets/lang/en-UWU.json +++ b/public/assets/lang/en-UWU.json @@ -18,8 +18,8 @@ ], "COMPANION": { "GREETING": [ - "Hello!", - "Hi!" + "Hewwo!", + "Hoi!" ] }, "SETTINGS": "Settings, fwendo", @@ -30,11 +30,11 @@ "SETTINGS_GENERAL": "Genewaw", "SETTINGS_APPEARANCE": "Appeawance", "SETTINGS_ABOUT": "About~", - "SETTINGS_EXIT": "Exit 3:", + "SETTINGS_EXIT": "See you next time 3:", "SETTING_LANGUAGE": "Wanguage (wequiwes wewoad)", "ENTER_INVITE_CODE": "Enter the invite code for the quark you want to join.", - "MESSAGE_REQUIRED": "You need to enter a message to send! :D", - "NOTIFICATIONS_ENABLED_TITLE": "Notifications enabled.", + "MESSAGE_REQUIRED": "Ermm... you need to enter something first, silly... >w>", + "NOTIFICATIONS_ENABLED_TITLE": "Pwingy noises enyabwed!", "NOTIFICATIONS_ENABLED_BODY": "Please enjoy them!", "NOTIFICATIONS_DENIED": "You have denied Quarky's request to send you notifications, so no notifications can be sent...", "LOADING_EMOJI": "Woading emoji... :3", From 18378de415d9011d690e5d45b1c3bd2c6582ceef Mon Sep 17 00:00:00 2001 From: Vukky Date: Thu, 29 Jun 2023 03:54:51 +0200 Subject: [PATCH 02/11] New translations en.json (Cute Engwish) --- public/assets/lang/en-UWU.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/assets/lang/en-UWU.json b/public/assets/lang/en-UWU.json index 38ffacb..019b813 100644 --- a/public/assets/lang/en-UWU.json +++ b/public/assets/lang/en-UWU.json @@ -30,13 +30,13 @@ "SETTINGS_GENERAL": "Genewaw", "SETTINGS_APPEARANCE": "Appeawance", "SETTINGS_ABOUT": "About~", - "SETTINGS_EXIT": "See you next time 3:", + "SETTINGS_EXIT": "Exit 3:", "SETTING_LANGUAGE": "Wanguage (wequiwes wewoad)", "ENTER_INVITE_CODE": "Enter the invite code for the quark you want to join.", - "MESSAGE_REQUIRED": "Ermm... you need to enter something first, silly... >w>", + "MESSAGE_REQUIRED": "Bwehh... uu need to type stuff fiwst, siwwy... >w>", "NOTIFICATIONS_ENABLED_TITLE": "Pwingy noises enyabwed!", - "NOTIFICATIONS_ENABLED_BODY": "Please enjoy them!", - "NOTIFICATIONS_DENIED": "You have denied Quarky's request to send you notifications, so no notifications can be sent...", + "NOTIFICATIONS_ENABLED_BODY": "Nyow I'm going to p-poke uu FOWEVEW!!!", + "NOTIFICATIONS_DENIED": "oh nyoo! uu didn't wet me send you pwingy noises! can't send you any nyow, siwwy! 3:", "LOADING_EMOJI": "Woading emoji... :3", "NO_EMOJI": "Nyo emoji... 3:", "SETTING_NOTIFICATIONS": "Show notifications for all new messages", @@ -49,6 +49,6 @@ "LETTING_YOU_IN": "Letting you in...", "BY_VUKKY": "b-by Vukky UwU", "CREDITS_WACKYMODER": "WackyModer for the fancier message sender and attachment support", - "AVATAR_UPDATED_TITLE": "Your avatar's been updated.", - "AVATAR_UPDATED_BODY": "Enjoy your new look!" + "AVATAR_UPDATED_TITLE": "Oooh, nyew pictuwe...", + "AVATAR_UPDATED_BODY": "So pwetty! Hope uu wike it!!" } \ No newline at end of file From d2106c4a3010867e6c95149360aa3e7c5ebc93b9 Mon Sep 17 00:00:00 2001 From: Vukky Date: Thu, 29 Jun 2023 03:54:52 +0200 Subject: [PATCH 03/11] New translations contrib.html (Norwegian) --- public/docs/no-NO/contrib.html | 38 ++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 public/docs/no-NO/contrib.html diff --git a/public/docs/no-NO/contrib.html b/public/docs/no-NO/contrib.html new file mode 100644 index 0000000..18e919f --- /dev/null +++ b/public/docs/no-NO/contrib.html @@ -0,0 +1,38 @@ + + + + + Quarky Docs - Contributing to Quarky + + + +
+ +

Quarky

+ Behind the Scenes +
+
+

Contributing to Quarky

+

Fancy frameworks are too scawy for me, so these instructions shouldn't be too advanced. You might still want to look at it if you're uncertain, though.

+

Editor

+

Personally I use WebStorm, but it's expensive... Visual Studio Code should work as an alternative in this case.

+

Getting the code

+

※ A GitHub account is required to contribute to Quarky. If you don't have one, go to https://github.com/signup.

+

If you're planning to contribute to Quarky, you'll want to fork the GitHub repository, then install Git and Node.js if you don't already have them.

+

Then open a terminal, go to your desired folder, and run these commands (replace YOURUSER with your GitHub username):

+
git clone https://github.com/YOURUSER/quarky
cd quarky
npm i && npm run build
+

Creating a branch

+

If you already know what you're going to contribute, you should create a branch. This allows you to keep your changes separate from the main Quarky code, and other changes - which is especially helpful if you're juggling multiple changes that haven't been merged into Quarky yet.

+
git checkout -b BRANCHNAME main
+

※ Your branch name should be a short description of what you're changing, like fix-settings-typo.

+

Editing the code

+

The git clone command from earlier should have created a quarky folder in your desired folder. Open it in your editor.

+

Once you have done that, if you're using Visual Studio Code, you should open the command palette (Ctrl + Shift + P), type Show Recommended Extensions, and install the extensions that appear.

+

Now you can start editing the code! To open Quarky in your web browser, press the Start button next to "Start local Quarky" in WebStorm, or the Go Live button in the bottom right of Visual Studio Code.

+

I made my changes, now what?

+

※ When using git commit, you should provide a short message that explains what you changed. "Made changes" isn't very helpful, so you'll probably want to type something else. Make sure to keep the quotation marks.

+
git add .
git commit -m "Made changes"
git push
+

Then, go to https://github.com/Vukkysoft/Quarky. A box should appear with your GitHub username and branch name, saying that there were recent pushes on it. Click the "Compare & pull request" button to request your changes to be merged into Quarky.

+
+ + \ No newline at end of file From 45aa021cc4caf048ee3001092ab6d6e2f7d8d71c Mon Sep 17 00:00:00 2001 From: Vukky Date: Thu, 29 Jun 2023 03:54:53 +0200 Subject: [PATCH 04/11] New translations contrib.html (Cute Engwish) --- public/docs/en-UWU/contrib.html | 38 +++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 public/docs/en-UWU/contrib.html diff --git a/public/docs/en-UWU/contrib.html b/public/docs/en-UWU/contrib.html new file mode 100644 index 0000000..3408ab4 --- /dev/null +++ b/public/docs/en-UWU/contrib.html @@ -0,0 +1,38 @@ + + + + + Quarky Docs - Contributing to Quarky + + + +
+ +

Quarky

+ Behind the Scenes +
+
+

Contributing to Quarky

+

Fancy frameworks are too scawy for me, so these instructions shouldn't be too advanced. You might still want to look at it if you're uncertain, though.

+

Editor

+

Personally I use WebStorm, but it's expensive... Visual Studio Code should work as an alternative in this case.

+

Getting the code

+

※ A GitHub account is required to contribute to Quarky. If you don't have one, go to https://github.com/signup.

+

If you're planning to contribute to Quarky, you'll want to fork the GitHub repository, then install Git and Node.js if you don't already have them.

+

Then open a terminal, go to your desired folder, and run these commands (replace YOURUSER with your GitHub username):

+
git clone https://github.com/YOURUSER/quarky
cd quarky
npm i && npm run build
+

Creating a branch

+

If you already know what you're going to contribute, you should create a branch. This allows you to keep your changes separate from the main Quarky code, and other changes - which is especially helpful if you're juggling multiple changes that haven't been merged into Quarky yet.

+
git checkout -b BRANCHNAME main
+

※ Your branch name should be a short description of what you're changing, like fix-settings-typo.

+

Editing the code

+

The git clone command from earlier should have created a quarky folder in your desired folder. Open it in your editor.

+

Once you have done that, if you're using Visual Studio Code, you should open the command palette (Ctrl + Shift + P), type Show Recommended Extensions, and install the extensions that appear.

+

Now you can start editing the code! To open Quarky in your web browser, press the Start button next to "Start local Quarky" in WebStorm, or the Go Live button in the bottom right of Visual Studio Code.

+

I made my changes, now what?

+

※ When using git commit, you should provide a short message that explains what you changed. "Made changes" isn't very helpful, so you'll probably want to type something else. Make sure to keep the quotation marks.

+
git add .
git commit -m "Made changes"
git push
+

Then, go to https://github.com/Vukkysoft/Quarky. A box should appear with your GitHub username and branch name, saying that there were recent pushes on it. Click the "Compare & pull request" button to request your changes to be merged into Quarky.

+
+ + \ No newline at end of file From f79168b585e65a3f08e9ce5a9b561abd5ebc05e1 Mon Sep 17 00:00:00 2001 From: Vukky Date: Thu, 29 Jun 2023 03:54:54 +0200 Subject: [PATCH 05/11] New translations index.html (Norwegian) --- public/docs/no-NO/index.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 public/docs/no-NO/index.html diff --git a/public/docs/no-NO/index.html b/public/docs/no-NO/index.html new file mode 100644 index 0000000..d63b43d --- /dev/null +++ b/public/docs/no-NO/index.html @@ -0,0 +1,27 @@ + + + + + Quarky Docs + + + +
+ +

Quarky

+ Behind the Scenes +
+
+

OwO, what's this? *notices your docs*

+

This is the documentation folder of Quarky. Sometimes a user guide, sometimes developer instructions, sometimes a trivia section, sometimes offering a bit of insight, but mostly a distraction from actually working on the software - it's text!

+

Neat. What can I read?

+
+
Developers
+
licensing
+
contributing to quarky
+
Not a developer?
+
Check back later, there's nothing for you to read :3
+
+
+ + \ No newline at end of file From ad6bf7f5feb0eff28af1e780f9dd4d077475e062 Mon Sep 17 00:00:00 2001 From: Vukky Date: Thu, 29 Jun 2023 03:54:55 +0200 Subject: [PATCH 06/11] New translations index.html (Cute Engwish) --- public/docs/en-UWU/index.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 public/docs/en-UWU/index.html diff --git a/public/docs/en-UWU/index.html b/public/docs/en-UWU/index.html new file mode 100644 index 0000000..0d3c8f4 --- /dev/null +++ b/public/docs/en-UWU/index.html @@ -0,0 +1,27 @@ + + + + + Quarky Docs + + + +
+ +

Quarky

+ Behind the Scenes +
+
+

OwO, what's this? *notices your docs*

+

This is the documentation folder of Quarky. Sometimes a user guide, sometimes developer instructions, sometimes a trivia section, sometimes offering a bit of insight, but mostly a distraction from actually working on the software - it's text!

+

Neat. What can I read?

+
+
Developers
+
licensing
+
contributing to quarky
+
Not a developer?
+
Check back later, there's nothing for you to read :3
+
+
+ + \ No newline at end of file From e8d48c0ea23e1b5c0d5fdc3e11e779e725b0a1c1 Mon Sep 17 00:00:00 2001 From: Vukky Date: Thu, 29 Jun 2023 03:59:40 +0200 Subject: [PATCH 07/11] New translations index.html (Norwegian) --- public/docs/no-NO/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/docs/no-NO/index.html b/public/docs/no-NO/index.html index d63b43d..e4466b4 100644 --- a/public/docs/no-NO/index.html +++ b/public/docs/no-NO/index.html @@ -12,8 +12,8 @@

Quarky

Behind the Scenes
-

OwO, what's this? *notices your docs*

-

This is the documentation folder of Quarky. Sometimes a user guide, sometimes developer instructions, sometimes a trivia section, sometimes offering a bit of insight, but mostly a distraction from actually working on the software - it's text!

+

Welcome to Quarky's documentation!

+

Sometimes a user guide, sometimes developer instructions, sometimes a trivia section, sometimes offering a bit of insight, but mostly a distraction from actually working on the software - it's text!

Neat. What can I read?

Developers
@@ -24,4 +24,4 @@

Neat. What can I read?

- \ No newline at end of file + From 5aaca5b8a4f073067939033dbaf1cc15fc836c32 Mon Sep 17 00:00:00 2001 From: Vukky Date: Thu, 29 Jun 2023 03:59:41 +0200 Subject: [PATCH 08/11] New translations index.html (Cute Engwish) --- public/docs/en-UWU/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/docs/en-UWU/index.html b/public/docs/en-UWU/index.html index 0d3c8f4..409f3eb 100644 --- a/public/docs/en-UWU/index.html +++ b/public/docs/en-UWU/index.html @@ -12,8 +12,8 @@

Quarky

Behind the Scenes
-

OwO, what's this? *notices your docs*

-

This is the documentation folder of Quarky. Sometimes a user guide, sometimes developer instructions, sometimes a trivia section, sometimes offering a bit of insight, but mostly a distraction from actually working on the software - it's text!

+

Welcome to Quarky's documentation!

+

Sometimes a user guide, sometimes developer instructions, sometimes a trivia section, sometimes offering a bit of insight, but mostly a distraction from actually working on the software - it's text!

Neat. What can I read?

Developers
@@ -24,4 +24,4 @@

Neat. What can I read?

- \ No newline at end of file + From 9b5b2f5194a99624586268fe5c31f01cd3aa49b7 Mon Sep 17 00:00:00 2001 From: Vukky Date: Thu, 29 Jun 2023 05:02:18 +0200 Subject: [PATCH 09/11] New translations index.html (Cute Engwish) --- public/docs/en-UWU/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/public/docs/en-UWU/index.html b/public/docs/en-UWU/index.html index 409f3eb..973d07b 100644 --- a/public/docs/en-UWU/index.html +++ b/public/docs/en-UWU/index.html @@ -8,19 +8,19 @@
-

Quarky

+

Quawky

Behind the Scenes
-

Welcome to Quarky's documentation!

-

Sometimes a user guide, sometimes developer instructions, sometimes a trivia section, sometimes offering a bit of insight, but mostly a distraction from actually working on the software - it's text!

-

Neat. What can I read?

+

OwO, what's this? *notices your docs*

+

Dis is da secwet Quawky texts, UwU.

+

Huohhh? Wat can I wead?

-
Developers
+
Devewopews
licensing
contributing to quarky
-
Not a developer?
-
Check back later, there's nothing for you to read :3
+
Nyot a devewopew?
+
wooks like vukky did a fucky wucky and fowgor to type texts for uu! myaybe come back watew! 3:
From 6dde5a80b5fc47fd250785269e08cb3a9124e88c Mon Sep 17 00:00:00 2001 From: Vukky Date: Sat, 2 Sep 2023 15:09:05 +0200 Subject: [PATCH 10/11] New translations en.json (Norwegian) --- public/assets/lang/no-NO.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/assets/lang/no-NO.json b/public/assets/lang/no-NO.json index 055ff4b..1c24dfd 100644 --- a/public/assets/lang/no-NO.json +++ b/public/assets/lang/no-NO.json @@ -50,5 +50,7 @@ "BY_VUKKY": "av Vukky", "CREDITS_WACKYMODER": "WackyModer for the fancier message sender and attachment support", "AVATAR_UPDATED_TITLE": "Avataren din er oppdatert.", - "AVATAR_UPDATED_BODY": "Håper du liker det nye utseendet!" + "AVATAR_UPDATED_BODY": "Håper du liker det nye utseendet!", + "NO_CHANNELS": "This quark has no channels.", + "RECONNECTING_SPLASH": "Vukkies are now sleeping... Please wait quietly." } \ No newline at end of file From 7279fb81f3ebd255e1fe60adb637d2a382fbed43 Mon Sep 17 00:00:00 2001 From: Vukky Date: Sat, 2 Sep 2023 15:09:06 +0200 Subject: [PATCH 11/11] New translations en.json (Cute Engwish) --- public/assets/lang/en-UWU.json | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/public/assets/lang/en-UWU.json b/public/assets/lang/en-UWU.json index 019b813..030809d 100644 --- a/public/assets/lang/en-UWU.json +++ b/public/assets/lang/en-UWU.json @@ -22,23 +22,23 @@ "Hoi!" ] }, - "SETTINGS": "Settings, fwendo", - "SELECT_A_QUARK": "Sewect a quawk >w<", - "LEAVE_QUARK": "Weave quawk 3:", + "SETTINGS": "settings, fwendo", + "SELECT_A_QUARK": "sewect a quawk >w<", + "LEAVE_QUARK": "weave quawk 3:", "DEFAULT_USERNAME": "cute kitty", - "SELECT_A_CHANNEL": "Sewect a channew :3c", - "SETTINGS_GENERAL": "Genewaw", - "SETTINGS_APPEARANCE": "Appeawance", - "SETTINGS_ABOUT": "About~", - "SETTINGS_EXIT": "Exit 3:", - "SETTING_LANGUAGE": "Wanguage (wequiwes wewoad)", + "SELECT_A_CHANNEL": "sewect a channew :3c", + "SETTINGS_GENERAL": "genewaw", + "SETTINGS_APPEARANCE": "appeawance", + "SETTINGS_ABOUT": "about~", + "SETTINGS_EXIT": "exit 3:", + "SETTING_LANGUAGE": "wanguage (wequiwes wewoad)", "ENTER_INVITE_CODE": "Enter the invite code for the quark you want to join.", - "MESSAGE_REQUIRED": "Bwehh... uu need to type stuff fiwst, siwwy... >w>", - "NOTIFICATIONS_ENABLED_TITLE": "Pwingy noises enyabwed!", - "NOTIFICATIONS_ENABLED_BODY": "Nyow I'm going to p-poke uu FOWEVEW!!!", + "MESSAGE_REQUIRED": "bwehh... uu need to type stuff fiwst, siwwy... >w>", + "NOTIFICATIONS_ENABLED_TITLE": "pwingy noises enyabwed!", + "NOTIFICATIONS_ENABLED_BODY": "nyow I'm going to p-poke uu FOWEVEW!!!", "NOTIFICATIONS_DENIED": "oh nyoo! uu didn't wet me send you pwingy noises! can't send you any nyow, siwwy! 3:", - "LOADING_EMOJI": "Woading emoji... :3", - "NO_EMOJI": "Nyo emoji... 3:", + "LOADING_EMOJI": "woading emoji... :3", + "NO_EMOJI": "nyo emoji... 3:", "SETTING_NOTIFICATIONS": "Show notifications for all new messages", "SAVING_SETTINGS": "Please wait, your settings are being saved...", "FETCHING_NETWORK": "Getting network information...", @@ -50,5 +50,7 @@ "BY_VUKKY": "b-by Vukky UwU", "CREDITS_WACKYMODER": "WackyModer for the fancier message sender and attachment support", "AVATAR_UPDATED_TITLE": "Oooh, nyew pictuwe...", - "AVATAR_UPDATED_BODY": "So pwetty! Hope uu wike it!!" + "AVATAR_UPDATED_BODY": "So pwetty! Hope uu wike it!!", + "NO_CHANNELS": "oh NYO!! nyo channews in dis quawk 3:", + "RECONNECTING_SPLASH": "Vukkies are now sleeping... Please wait quietly." } \ No newline at end of file