Various typo fixes and clearups (#5350)
* Various typo fixes and clearups As reported on Crowdin. * touch up wording on the environments * lint * roll back describes + lint * fix extra "usd" in some languages in the hosting marketing page * fix: lint + devin pass --------- Co-authored-by: Calum H. (IMB11) <contact@cal.engineer>
This commit is contained in:
@@ -30,7 +30,7 @@ export const ENVIRONMENTS_COPY: Record<
|
||||
description: defineMessage({
|
||||
id: 'project.environment.server-only.description',
|
||||
defaultMessage:
|
||||
'All functionality is done server-side and is compatible with vanilla clients.',
|
||||
'All functionality is done server-side and is compatible with vanilla clients. Also works on the internal server in singleplayer.',
|
||||
}),
|
||||
},
|
||||
singleplayer_only: {
|
||||
@@ -52,7 +52,7 @@ export const ENVIRONMENTS_COPY: Record<
|
||||
description: defineMessage({
|
||||
id: 'project.environment.dedicated-server-only.description',
|
||||
defaultMessage:
|
||||
'All functionality is done server-side and is compatible with vanilla clients.',
|
||||
'All functionality is done server-side and is compatible with vanilla clients. Only works on dedicated servers.',
|
||||
}),
|
||||
},
|
||||
client_and_server: {
|
||||
@@ -62,8 +62,7 @@ export const ENVIRONMENTS_COPY: Record<
|
||||
}),
|
||||
description: defineMessage({
|
||||
id: 'project.environment.client-and-server.description',
|
||||
defaultMessage:
|
||||
'Has some functionality on both the client and server, even if only partially.',
|
||||
defaultMessage: 'Required on both the client and server.',
|
||||
}),
|
||||
},
|
||||
client_only_server_optional: {
|
||||
@@ -74,7 +73,7 @@ export const ENVIRONMENTS_COPY: Record<
|
||||
description: defineMessage({
|
||||
id: 'project.environment.client-only-server-optional.description',
|
||||
defaultMessage:
|
||||
'Has some functionality on both the client and server, even if only partially.',
|
||||
'Most functionality is client-side, but installing it on the server enables enhanced functionality.',
|
||||
}),
|
||||
},
|
||||
server_only_client_optional: {
|
||||
@@ -85,7 +84,7 @@ export const ENVIRONMENTS_COPY: Record<
|
||||
description: defineMessage({
|
||||
id: 'project.environment.server-only-client-optional.description',
|
||||
defaultMessage:
|
||||
'Has some functionality on both the client and server, even if only partially.',
|
||||
'Most functionality is server-side, but installing it on the client enables enhanced functionality.',
|
||||
}),
|
||||
},
|
||||
client_or_server: {
|
||||
@@ -107,7 +106,7 @@ export const ENVIRONMENTS_COPY: Record<
|
||||
description: defineMessage({
|
||||
id: 'project.environment.client-or-server-prefers-both.description',
|
||||
defaultMessage:
|
||||
'Has some functionality on both the client and server, even if only partially.',
|
||||
'Has some functionality on both the client and server, even if only partially. Installing it on both leads to the best experience.',
|
||||
}),
|
||||
},
|
||||
unknown: {
|
||||
|
||||
Reference in New Issue
Block a user