Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌐 Update translations #345

Merged
merged 31 commits into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
c4e4082
New translations en.json (Romanian)
aaronleopold May 22, 2024
ea91a92
New translations en.json (French)
aaronleopold May 22, 2024
c15ac65
New translations en.json (Spanish)
aaronleopold May 22, 2024
8bdc0cc
New translations en.json (Afrikaans)
aaronleopold May 22, 2024
6fdef1b
New translations en.json (Arabic)
aaronleopold May 22, 2024
35b837f
New translations en.json (Catalan)
aaronleopold May 22, 2024
20d9e93
New translations en.json (Czech)
aaronleopold May 22, 2024
34c6ec5
New translations en.json (Danish)
aaronleopold May 22, 2024
34a262d
New translations en.json (German)
aaronleopold May 22, 2024
09286a7
New translations en.json (Greek)
aaronleopold May 22, 2024
16f7102
New translations en.json (Finnish)
aaronleopold May 22, 2024
955597e
New translations en.json (Hebrew)
aaronleopold May 22, 2024
8a0856c
New translations en.json (Hungarian)
aaronleopold May 22, 2024
d5cef3b
New translations en.json (Italian)
aaronleopold May 22, 2024
fe79868
New translations en.json (Japanese)
aaronleopold May 22, 2024
c0ea595
New translations en.json (Korean)
aaronleopold May 22, 2024
5d1797a
New translations en.json (Dutch)
aaronleopold May 22, 2024
9093618
New translations en.json (Norwegian)
aaronleopold May 22, 2024
1425006
New translations en.json (Polish)
aaronleopold May 22, 2024
95ab973
New translations en.json (Portuguese)
aaronleopold May 22, 2024
a2e8061
New translations en.json (Russian)
aaronleopold May 22, 2024
b25923c
New translations en.json (Serbian (Cyrillic))
aaronleopold May 22, 2024
52de7d2
New translations en.json (Swedish)
aaronleopold May 22, 2024
17d17aa
New translations en.json (Turkish)
aaronleopold May 22, 2024
3b79d69
New translations en.json (Ukrainian)
aaronleopold May 22, 2024
a404350
New translations en.json (Chinese Simplified)
aaronleopold May 22, 2024
0c4ec9e
New translations en.json (Chinese Traditional)
aaronleopold May 22, 2024
544fe06
New translations en.json (Vietnamese)
aaronleopold May 22, 2024
b374d0a
New translations en.json (Portuguese, Brazilian)
aaronleopold May 22, 2024
3f4fd0f
New translations en.json (Polish)
aaronleopold May 25, 2024
cf39193
New translations en.json (Polish)
aaronleopold May 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
164 changes: 164 additions & 0 deletions packages/i18n/src/locales/af.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,22 @@
"fileChecksum": "Checksum"
}
},
"emailBook": {
"heading": "Email book",
"description": "Send this book to device or email address",
"form": {
"email": {
"label": "Email",
"placeholder": "Email address",
"description": "An email address to send the book to. Click add to finalize each input"
},
"devices": {
"label": "Devices",
"placeholder": "Select devices",
"noFilterMatch": "No devices match the filter"
}
}
},
"nextInSeries": "Next in Series"
},
"createBookClubScene": {
Expand Down Expand Up @@ -301,6 +317,7 @@
"users": "Users",
"jobs": "Jobs",
"access": "Access",
"email": "Email",
"notifications": "Notifications",
"label": "Server"
}
Expand Down Expand Up @@ -456,6 +473,10 @@
"date": "Build date"
}
}
},
"serverPublicUrl": {
"label": "Public URL",
"description": "The URL that your server is accessible from outside your network, if applicable. This will enable invite links and other features"
}
}
},
Expand Down Expand Up @@ -637,6 +658,135 @@
"createSubmitButton": "Create user",
"updateSubmitButton": "Update user"
}
},
"server/email": {
"helmet": "Email settings",
"title": "Email",
"description": "Settings related to the configuring an SMTP emailer for your Stump server instance",
"sections": {
"emailers": {
"title": "SMTP emailers",
"description": "The clients you have configured for sending emails from your Stump server instance",
"singleInstanceDisclaimer": "While Stump supports multiple SMTP configurations in the backend, only one can be configured on the UI. This will be improved in the future",
"list": {
"emptyHeading": "No SMTP emailers configured",
"primaryEmailer": "Primary emailer",
"sendHistory": {
"heading": "Send history",
"description": "A record of emails sent from this emailer",
"table": {
"columns": {
"to": "To",
"subject": "Subject",
"status": "Status",
"createdAt": "Sent at"
}
},
"emptyHeading": "No history",
"emptySubtitle": "The history of this emailer is empty. It has either not been used or the history has been cleared"
}
}
},
"devices": {
"title": "Email devices",
"description": "The device aliases you have configured for recieving emails from your Stump server instance",
"addDevice": "Add device alias",
"addOrUpdateDevice": {
"title": {
"create": "Create device alias",
"update": "Update device alias"
},
"name": {
"label": "Name",
"description": "A friendly name to uniquely identify this device alias"
},
"email": {
"label": "Email",
"description": "The email address this alias will be associated with"
},
"forbidden": {
"label": "Forbidden",
"description": "When enabled, no user may send emails to the address associated with this alias"
},
"submit": {
"create": "Create device alias",
"update": "Update device alias"
}
},
"table": {
"emptyHeading": "No devices registered",
"emptySubtitle": "Create a new device alias for future use"
}
}
},
"createOrUpdateForm": {
"name": {
"label": "Name",
"description": "A friendly name to uniquely identify this emailer"
},
"smtpSettings": {
"heading": "SMTP settings",
"description": "The SMTP-specific settings for this emailer"
},
"smtpProvider": {
"label": "SMTP provider preset",
"description": "The provider of the SMTP server. This is used to prefill some common settings, but doesn't capture all providers"
},
"smtpHost": {
"label": "SMTP host",
"description": "The hostname of the SMTP server"
},
"smtpPort": {
"label": "SMTP port",
"description": "The port of the SMTP server"
},
"tlsEnabled": {
"label": "TLS enabled",
"description": "If enabled, the connection to the SMTP server will be encrypted"
},
"username": {
"label": "Username",
"description": "The username for authenticating with the SMTP server. This is typically the email address"
},
"password": {
"label": "Password",
"description": "The password for authenticating with the SMTP server. If you're using Gmail, you may need to generate an app-specific password"
},
"senderSettings": {
"heading": "Sender settings",
"description": "The settings for the sender of the email"
},
"senderDisplayName": {
"label": "Sender display name",
"description": "The name that will be displayed to recipients"
},
"senderEmail": {
"label": "Sender email address",
"description": "The email address that will be displayed to recipients"
},
"additionalSettings": {
"heading": "Additional settings",
"description": "Additional settings for the emailer"
},
"maxAttachmentSize": {
"label": "Max attachment size",
"description": "The maximum size, in bytes, that an attachment can be"
},
"submit": {
"create": "Create emailer",
"update": "Update emailer"
}
},
"createEmailer": {
"helmet": "Create emailer",
"title": "Create emailer",
"description": "Create a new SMTP emailer for your Stump server instance"
},
"updateEmailer": {
"helmet": "Update emailer",
"title": "Update emailer",
"description": "Update the details of this SMTP emailer"
}
}
},
"jobOverlay": {
Expand All @@ -647,6 +797,17 @@
"bookCount": "Total Books",
"diskUsage": "Disk Usage"
},
"noLibraries": {
"heading": "Nothing to see here",
"messagePrefix": "You can't see what you don't have",
"message": {
"create": "Create a library to get started",
"wait": "Once libraries are created, they'll be displayed here"
},
"links": {
"create": "Create library"
}
},
"pagination": {
"buttons": {
"next": "Next",
Expand Down Expand Up @@ -746,12 +907,15 @@
}
},
"common": {
"add": "Add",
"cancel": "Cancel",
"confirm": "Confirm",
"save": "Save",
"send": "Send",
"saveChanges": "Save changes",
"create": "Create",
"edit": "Edit",
"update": "Update",
"unimplemented": "This functionality is not yet implemented! Check back later",
"limitedFunctionality": "This is not yet fully implemented and is lacking some features. Check back later"
}
Expand Down
Loading
Loading