Skip to content

Commit

Permalink
🌐 Update translations (#185)
Browse files Browse the repository at this point in the history
* New translations en.json (French)

* New translations en.json (Spanish)

* New translations en.json (Afrikaans)

* New translations en.json (Arabic)

* New translations en.json (Catalan)

* New translations en.json (Czech)

* New translations en.json (Danish)

* New translations en.json (German)

* New translations en.json (Greek)

* New translations en.json (Finnish)

* New translations en.json (Hebrew)

* New translations en.json (Hungarian)

* New translations en.json (Italian)

* New translations en.json (Japanese)

* New translations en.json (Korean)

* New translations en.json (Dutch)

* New translations en.json (Norwegian)

* New translations en.json (Polish)

* New translations en.json (Portuguese)

* New translations en.json (Russian)

* New translations en.json (Serbian (Cyrillic))

* New translations en.json (Swedish)

* New translations en.json (Turkish)

* New translations en.json (Ukrainian)

* New translations en.json (Chinese Simplified)

* New translations en.json (Vietnamese)

* New translations en.json (Portuguese, Brazilian)

* New translations en.json (Spanish)

* New translations en.json (French)

* New translations en.json (Spanish)

* New translations en.json (Afrikaans)

* New translations en.json (Arabic)

* New translations en.json (Catalan)

* New translations en.json (Czech)

* New translations en.json (Danish)

* New translations en.json (German)

* New translations en.json (Greek)

* New translations en.json (Finnish)

* New translations en.json (Hebrew)

* New translations en.json (Hungarian)

* New translations en.json (Italian)

* New translations en.json (Japanese)

* New translations en.json (Korean)

* New translations en.json (Dutch)

* New translations en.json (Norwegian)

* New translations en.json (Polish)

* New translations en.json (Portuguese)

* New translations en.json (Russian)

* New translations en.json (Serbian (Cyrillic))

* New translations en.json (Swedish)

* New translations en.json (Turkish)

* New translations en.json (Ukrainian)

* New translations en.json (Chinese Simplified)

* New translations en.json (English)

* New translations en.json (Vietnamese)

* New translations en.json (Portuguese, Brazilian)

* New translations en.json (Romanian)
  • Loading branch information
aaronleopold authored Nov 12, 2023
1 parent 1a4379c commit bc566ae
Show file tree
Hide file tree
Showing 27 changed files with 3,915 additions and 189 deletions.
152 changes: 145 additions & 7 deletions packages/interface/src/i18n/locales/af.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,67 @@
},
"nextInSeries": "Next in Series"
},
"createBookClubScene": {
"heading": "Create a new book club",
"subtitle": "You can create a private book club a select few, or make it public for anyone on the server to join",
"form": {
"name": {
"label": "Name",
"placeholder": "My book club",
"description": "The name of your book club"
},
"description": {
"label": "Description",
"placeholder": "An 'Our Flag Means Death' fan club. We read pirate fiction to our hearts content",
"description": "An optional, short description of your book club"
},
"is_private": {
"label": "Private club",
"description": "If enabled, only users you invite will be able to join your book club"
},
"member_role_spec": {
"heading": "Custom role mapping",
"subtitle": [
"You can create custom names for the roles in your book club. For example, you could rename the 'Member' role to 'Crewmate', or 'Creator' to 'Captain'. If you don't want to use custom names, you can leave these fields blank and the default names will be used instead. For more information about roles, refer to the",
"documentation"
],
"member": {
"label": "Member",
"placeholder": "Member",
"description": "The name of the default role for your book club"
},
"moderator": {
"label": "Moderator",
"placeholder": "Moderator",
"description": "The name of the moderator role for your book club"
},
"admin": {
"label": "Admin",
"placeholder": "Admin",
"description": "The name of the admin role for your book club"
},
"creator": {
"label": "Creator",
"placeholder": "Creator",
"description": "The name of the creator role for your book club. This is you!"
}
},
"creator_preferences": {
"heading": "Your membership preferences",
"subtitle": "Some preferences for your membership in the book club. These can be changed at any time from the book club settings page",
"creator_display_name": {
"label": "Display Name",
"placeholder": "oromei",
"description": "An optional display name for your membership in the book club. If set, this takes precedence over your username"
},
"creator_hide_progress": {
"label": "Hide Progress",
"description": "If enabled, your read progress will be hidden from other members of the book club"
}
},
"submit": "Create Book Club"
}
},
"createLibraryScene": {
"heading": "Create New Library",
"subtitle": "Libraries are used to group your books together. If you're wanting a refresh on libraries and how they work, check out the",
Expand Down Expand Up @@ -198,10 +259,90 @@
"heading": "Server Settings",
"subtitle": "Manage various configurable options for your Stump server instance, itself"
},
"desktop": {
"helmet": "Desktop Settings",
"heading": "Desktop Settings",
"subtitle": "Configure the Stump desktop application",
"discordPresence": {
"label": "Discord Presence",
"description": "Display your Stump activity in Discord using Discord Rich Presence",
"reconnect": "Reconnect to Discord"
}
},
"users": {
"helmet": "User Management",
"heading": "User Management",
"subtitle": "Manage the users on this server, including creating new users and changing their permissions"
},
"createOrUpdateUsers": {
"createHelmet": "Create user",
"createHeading": "Create new user",
"createSubtitle": "Use the form below to create a new user on this server",
"updateHelmet": "Update user",
"updateHeading": "Update user",
"updateSubtitle": "Use the form below to update the details of this user",
"accessControl": {
"heading": "Access control and restrictions",
"subtitle": [
"If you want to restrict access to certain content based on tags or age rating, you can do so here. Any unset values means that the restriction will not be enforced. For more information about access control, see the",
"documentation"
],
"ageRestriction": {
"label": "Age restriction",
"description": "Restricts the user from accessing content above the set age rating threshold",
"placeholder": "13",
"enforceUnset": {
"label": "Enforce on unset",
"description": "If enabled, users will be restricted from accessing content with no age rating available"
}
},
"tagRestriction": {
"label": "Tag restrictions",
"description": "Restricts the user from accessing content with the selected tags",
"placeholder": "Adult, Gore"
}
},
"permissions": {
"heading": "Granted permissions",
"subtitle": [
"Select the permissions you want to grant to this user. For more information on what each permission does, see the",
"documentation"
],
"bookclub": {
"label": "Book Clubs",
"read": {
"label": "Access book club features",
"description": "Allows the user to access book club features, including viewing and joining book clubs"
},
"create": {
"label": "Create book clubs",
"description": "Allows the user to create new book clubs"
}
},
"file": {
"label": "File Management",
"explorer": {
"label": "File Explorer",
"description": "Allows the user to access the Library File Explorer.\nContent restriction is not supported when this feature is granted"
},
"upload": {
"label": "Upload files",
"description": "Allows the user to upload files to the server"
}
},
"library": {
"label": "Library Management",
"scan": {
"label": "Scan libraries",
"description": "Allows the user to initiate scans for existing libraries"
}
}
},
"validation": {
"ageRestrictionTooLow": "Age restriction cannot be less than 0"
},
"createSubmitButton": "Create user",
"updateSubmitButton": "Update user"
}
},
"jobOverlay": {
Expand Down Expand Up @@ -238,21 +379,18 @@
"home": "Home",
"libraries": "Libraries",
"books": "Explore Books",
"bookClubs": "Book Clubs",
"createLibrary": "Create Library",
"settings": "Settings",
"themeToggle": "Toggle Theme",
"goForward": "Go Forward",
"goBack": "Go Back"
},
"libraryOptions": {
"scanLibrary": {
"base": "Scan Library",
"parallel": "Parallel Scan",
"inOrder": "In Order Scan"
},
"scanLibrary": "Scan",
"fileExplorer": "File Explorer",
"editLibrary": "Edit Library",
"deleteLibrary": "Delete Library"
"manageLibrary": "Manage",
"deleteLibrary": "Delete"
},
"versionInformation": {
"heading": "Version Information",
Expand Down
152 changes: 145 additions & 7 deletions packages/interface/src/i18n/locales/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,67 @@
},
"nextInSeries": "Next in Series"
},
"createBookClubScene": {
"heading": "Create a new book club",
"subtitle": "You can create a private book club a select few, or make it public for anyone on the server to join",
"form": {
"name": {
"label": "Name",
"placeholder": "My book club",
"description": "The name of your book club"
},
"description": {
"label": "Description",
"placeholder": "An 'Our Flag Means Death' fan club. We read pirate fiction to our hearts content",
"description": "An optional, short description of your book club"
},
"is_private": {
"label": "Private club",
"description": "If enabled, only users you invite will be able to join your book club"
},
"member_role_spec": {
"heading": "Custom role mapping",
"subtitle": [
"You can create custom names for the roles in your book club. For example, you could rename the 'Member' role to 'Crewmate', or 'Creator' to 'Captain'. If you don't want to use custom names, you can leave these fields blank and the default names will be used instead. For more information about roles, refer to the",
"documentation"
],
"member": {
"label": "Member",
"placeholder": "Member",
"description": "The name of the default role for your book club"
},
"moderator": {
"label": "Moderator",
"placeholder": "Moderator",
"description": "The name of the moderator role for your book club"
},
"admin": {
"label": "Admin",
"placeholder": "Admin",
"description": "The name of the admin role for your book club"
},
"creator": {
"label": "Creator",
"placeholder": "Creator",
"description": "The name of the creator role for your book club. This is you!"
}
},
"creator_preferences": {
"heading": "Your membership preferences",
"subtitle": "Some preferences for your membership in the book club. These can be changed at any time from the book club settings page",
"creator_display_name": {
"label": "Display Name",
"placeholder": "oromei",
"description": "An optional display name for your membership in the book club. If set, this takes precedence over your username"
},
"creator_hide_progress": {
"label": "Hide Progress",
"description": "If enabled, your read progress will be hidden from other members of the book club"
}
},
"submit": "Create Book Club"
}
},
"createLibraryScene": {
"heading": "Create New Library",
"subtitle": "Libraries are used to group your books together. If you're wanting a refresh on libraries and how they work, check out the",
Expand Down Expand Up @@ -198,10 +259,90 @@
"heading": "Server Settings",
"subtitle": "Manage various configurable options for your Stump server instance, itself"
},
"desktop": {
"helmet": "Desktop Settings",
"heading": "Desktop Settings",
"subtitle": "Configure the Stump desktop application",
"discordPresence": {
"label": "Discord Presence",
"description": "Display your Stump activity in Discord using Discord Rich Presence",
"reconnect": "Reconnect to Discord"
}
},
"users": {
"helmet": "User Management",
"heading": "User Management",
"subtitle": "Manage the users on this server, including creating new users and changing their permissions"
},
"createOrUpdateUsers": {
"createHelmet": "Create user",
"createHeading": "Create new user",
"createSubtitle": "Use the form below to create a new user on this server",
"updateHelmet": "Update user",
"updateHeading": "Update user",
"updateSubtitle": "Use the form below to update the details of this user",
"accessControl": {
"heading": "Access control and restrictions",
"subtitle": [
"If you want to restrict access to certain content based on tags or age rating, you can do so here. Any unset values means that the restriction will not be enforced. For more information about access control, see the",
"documentation"
],
"ageRestriction": {
"label": "Age restriction",
"description": "Restricts the user from accessing content above the set age rating threshold",
"placeholder": "13",
"enforceUnset": {
"label": "Enforce on unset",
"description": "If enabled, users will be restricted from accessing content with no age rating available"
}
},
"tagRestriction": {
"label": "Tag restrictions",
"description": "Restricts the user from accessing content with the selected tags",
"placeholder": "Adult, Gore"
}
},
"permissions": {
"heading": "Granted permissions",
"subtitle": [
"Select the permissions you want to grant to this user. For more information on what each permission does, see the",
"documentation"
],
"bookclub": {
"label": "Book Clubs",
"read": {
"label": "Access book club features",
"description": "Allows the user to access book club features, including viewing and joining book clubs"
},
"create": {
"label": "Create book clubs",
"description": "Allows the user to create new book clubs"
}
},
"file": {
"label": "File Management",
"explorer": {
"label": "File Explorer",
"description": "Allows the user to access the Library File Explorer.\nContent restriction is not supported when this feature is granted"
},
"upload": {
"label": "Upload files",
"description": "Allows the user to upload files to the server"
}
},
"library": {
"label": "Library Management",
"scan": {
"label": "Scan libraries",
"description": "Allows the user to initiate scans for existing libraries"
}
}
},
"validation": {
"ageRestrictionTooLow": "Age restriction cannot be less than 0"
},
"createSubmitButton": "Create user",
"updateSubmitButton": "Update user"
}
},
"jobOverlay": {
Expand Down Expand Up @@ -238,21 +379,18 @@
"home": "Home",
"libraries": "Libraries",
"books": "Explore Books",
"bookClubs": "Book Clubs",
"createLibrary": "Create Library",
"settings": "Settings",
"themeToggle": "Toggle Theme",
"goForward": "Go Forward",
"goBack": "Go Back"
},
"libraryOptions": {
"scanLibrary": {
"base": "Scan Library",
"parallel": "Parallel Scan",
"inOrder": "In Order Scan"
},
"scanLibrary": "Scan",
"fileExplorer": "File Explorer",
"editLibrary": "Edit Library",
"deleteLibrary": "Delete Library"
"manageLibrary": "Manage",
"deleteLibrary": "Delete"
},
"versionInformation": {
"heading": "Version Information",
Expand Down
Loading

0 comments on commit bc566ae

Please sign in to comment.