Skip to content

Commit

Permalink
v1.2.3 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
taoeffect committed Jan 31, 2025
1 parent 301cb86 commit 6e7b2ba
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "group-income",
"version": "1.2.2",
"version": "1.2.3",
"contractsVersion": "1.2.0",
"private": true,
"description": "Group Income is a decentralized and private (end-to-end encrypted) financial safety net for you and your friends.",
Expand Down
1 change: 1 addition & 0 deletions strings/english.json
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,7 @@
"The new mincome should be different than the current one.": "The new mincome should be different than the current one.",
"The percentage value you are choosing is most likely too low for a decision that can have a potentially significant impact on a person's life. Please consider using a {a_}supermajority threshold{_a}.": "The percentage value you are choosing is most likely too low for a decision that can have a potentially significant impact on a person's life. Please consider using a {a_}supermajority threshold{_a}.",
"The server's history for '{type}' has diverged from ours. This can happen in extremely rare circumstances due to either malicious activity or a bug.\n\nTo fix this, the contract needs to be resynced, and some recent events may be missing. Would you like to do so now?\n\n(If problems persist, please open the Troubleshooting page under the User Settings and resync all contracts.)": "The server's history for '{type}' has diverged from ours. This can happen in extremely rare circumstances due to either malicious activity or a bug.\n\nTo fix this, the contract needs to be resynced, and some recent events may be missing. Would you like to do so now?\n\n(If problems persist, please open the Troubleshooting page under the User Settings and resync all contracts.)",
"The server's history for your identity contract has diverged from ours. This can happen in extremely rare circumstances due to either malicious activity or a bug. {br_}To fix this, the contract needs to be resynced, and some recent events may be missing. {br_}Would you like to log out and resync data on your next login? {br_}Error details: {err}.": "The server's history for your identity contract has diverged from ours. This can happen in extremely rare circumstances due to either malicious activity or a bug. {br_}To fix this, the contract needs to be resynced, and some recent events may be missing. {br_}Would you like to log out and resync data on your next login? {br_}Error details: {err}.",
"Theme": "Theme",
"There are no non-monetary contributions.": "There are no non-monetary contributions.",
"There are no open proposals.": "There are no open proposals.",
Expand Down
3 changes: 3 additions & 0 deletions strings/english.strings
Original file line number Diff line number Diff line change
Expand Up @@ -2424,6 +2424,9 @@
/* main.js */
"The server's history for '{type}' has diverged from ours. This can happen in extremely rare circumstances due to either malicious activity or a bug.\n\nTo fix this, the contract needs to be resynced, and some recent events may be missing. Would you like to do so now?\n\n(If problems persist, please open the Troubleshooting page under the User Settings and resync all contracts.)" = "The server's history for '{type}' has diverged from ours. This can happen in extremely rare circumstances due to either malicious activity or a bug.\n\nTo fix this, the contract needs to be resynced, and some recent events may be missing. Would you like to do so now?\n\n(If problems persist, please open the Troubleshooting page under the User Settings and resync all contracts.)";

/* controller/app/identity.js */
"The server's history for your identity contract has diverged from ours. This can happen in extremely rare circumstances due to either malicious activity or a bug. {br_}To fix this, the contract needs to be resynced, and some recent events may be missing. {br_}Would you like to log out and resync data on your next login? {br_}Error details: {err}." = "The server's history for your identity contract has diverged from ours. This can happen in extremely rare circumstances due to either malicious activity or a bug. {br_}To fix this, the contract needs to be resynced, and some recent events may be missing. {br_}Would you like to log out and resync data on your next login? {br_}Error details: {err}.";

/* views/containers/user-settings/Appearence.vue */
"Theme" = "Theme";

Expand Down
1 change: 1 addition & 0 deletions strings/french.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"Yes": "Yes",
"OK": "OK",
"Login error": "Login error",
"The server's history for your identity contract has diverged from ours. This can happen in extremely rare circumstances due to either malicious activity or a bug. {br_}To fix this, the contract needs to be resynced, and some recent events may be missing. {br_}Would you like to log out and resync data on your next login? {br_}Error details: {err}.": "The server's history for your identity contract has diverged from ours. This can happen in extremely rare circumstances due to either malicious activity or a bug. {br_}To fix this, the contract needs to be resynced, and some recent events may be missing. {br_}Would you like to log out and resync data on your next login? {br_}Error details: {err}.",
"Design System": "Design System",
"Error Testing": "Error Testing",
"Global Dashboard": "Global Dashboard",
Expand Down
3 changes: 3 additions & 0 deletions strings/french.strings
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@
/* MISSING TRANSLATION - controller/app/identity.js */
"Login error" = "Login error";

/* MISSING TRANSLATION - controller/app/identity.js */
"The server's history for your identity contract has diverged from ours. This can happen in extremely rare circumstances due to either malicious activity or a bug. {br_}To fix this, the contract needs to be resynced, and some recent events may be missing. {br_}Would you like to log out and resync data on your next login? {br_}Error details: {err}." = "The server's history for your identity contract has diverged from ours. This can happen in extremely rare circumstances due to either malicious activity or a bug. {br_}To fix this, the contract needs to be resynced, and some recent events may be missing. {br_}Would you like to log out and resync data on your next login? {br_}Error details: {err}.";

/* MISSING TRANSLATION - controller/router.js */
"Design System" = "Design System";

Expand Down

0 comments on commit 6e7b2ba

Please sign in to comment.