feat: Rename to Toju and add translation
Some checks failed
Deploy Web Apps / deploy (push) Successful in 5m52s
Build Android APK / build-android-apk (push) Failing after 23m15s
Queue Release Build / prepare (push) Successful in 1m42s
Queue Release Build / build-linux (push) Failing after 9m33s
Queue Release Build / build-windows (push) Successful in 26m5s
Queue Release Build / finalize (push) Has been skipped
Some checks failed
Deploy Web Apps / deploy (push) Successful in 5m52s
Build Android APK / build-android-apk (push) Failing after 23m15s
Queue Release Build / prepare (push) Successful in 1m42s
Queue Release Build / build-linux (push) Failing after 9m33s
Queue Release Build / build-windows (push) Successful in 26m5s
Queue Release Build / finalize (push) Has been skipped
This commit is contained in:
161
toju-app/public/i18n/catalog/plugins.json
Normal file
161
toju-app/public/i18n/catalog/plugins.json
Normal file
@@ -0,0 +1,161 @@
|
||||
{
|
||||
"plugins": {
|
||||
"manager": {
|
||||
"backToSettings": "Back to settings",
|
||||
"serverTitle": "Server plugins",
|
||||
"clientTitle": "Client plugins",
|
||||
"serverDescription": "Plugins installed for the current chat server.",
|
||||
"clientDescription": "Global client plugins installed on this device.",
|
||||
"activateReady": "Activate ready plugins",
|
||||
"openStore": "Open Plugin Store",
|
||||
"sectionsAria": "Plugin manager sections",
|
||||
"tabs": {
|
||||
"installed": "Installed",
|
||||
"extensions": "Extension points",
|
||||
"requirements": "Requirements",
|
||||
"settings": "Settings",
|
||||
"docs": "Docs",
|
||||
"logs": "Logs"
|
||||
},
|
||||
"extensionCounts": {
|
||||
"settingsPages": "Settings pages",
|
||||
"appPages": "App pages",
|
||||
"sidePanels": "Side panels",
|
||||
"channelSections": "Channel sections",
|
||||
"composerActions": "Composer actions",
|
||||
"profileActions": "Profile actions",
|
||||
"toolbarActions": "Toolbar actions",
|
||||
"slashCommands": "Slash commands",
|
||||
"embedRenderers": "Embed renderers"
|
||||
},
|
||||
"conflicts": {
|
||||
"title": "Conflict diagnostics",
|
||||
"none": "No duplicate route, action, embed, channel, panel, or settings contribution ids detected.",
|
||||
"conflictsIn": "conflicts in {{plugins}}"
|
||||
},
|
||||
"requirements": {
|
||||
"empty": "No server plugin requirements for the current room.",
|
||||
"serverStatus": "Server status: {{status}}",
|
||||
"versionRange": "Version range: {{range}}"
|
||||
},
|
||||
"settings": {
|
||||
"settingsSuffix": "settings",
|
||||
"noSchema": "This plugin does not declare a settings schema."
|
||||
},
|
||||
"docs": {
|
||||
"readme": "Readme",
|
||||
"homepage": "Homepage",
|
||||
"changelog": "Changelog",
|
||||
"support": "Support"
|
||||
},
|
||||
"logs": {
|
||||
"noPlugins": "No plugins installed.",
|
||||
"noLogs": "No logs for selected plugin."
|
||||
},
|
||||
"installed": {
|
||||
"select": "Select",
|
||||
"disable": "Disable",
|
||||
"enable": "Enable",
|
||||
"activate": "Activate",
|
||||
"reload": "Reload",
|
||||
"unload": "Unload"
|
||||
},
|
||||
"capabilities": {
|
||||
"title": "Capabilities",
|
||||
"none": "Plugin requests no capabilities.",
|
||||
"grantAll": "Grant all requested",
|
||||
"missing": "Missing: {{capabilities}}"
|
||||
},
|
||||
"empty": {
|
||||
"serverTitle": "No server plugins installed.",
|
||||
"clientTitle": "No client plugins installed.",
|
||||
"serverBody": "Server-scoped plugins use scope: server in toju-plugin.json.",
|
||||
"clientBody": "Client-scoped plugins use scope: client or omit scope in toju-plugin.json."
|
||||
}
|
||||
},
|
||||
"store": {
|
||||
"title": "Plugin Store",
|
||||
"backToApp": "Back to app",
|
||||
"summary": "{{installed}} installed for {{scope}} · {{available}} available · {{sources}} sources",
|
||||
"manage": "Manage Plugins",
|
||||
"refresh": "Refresh",
|
||||
"sourcePlaceholder": "https://example.com/plugins.json or /home/me/plugins/source.json",
|
||||
"sourceAria": "Plugin source manifest URL",
|
||||
"addSource": "Add Source",
|
||||
"sourcesAndFiltersAria": "Plugin sources and filters",
|
||||
"sources": "Sources",
|
||||
"allSources": "All sources",
|
||||
"removeSource": "Remove source",
|
||||
"filters": "Filters",
|
||||
"installedOnly": "Installed only",
|
||||
"installServer": "Install server",
|
||||
"defaultEndpoint": "Default endpoint",
|
||||
"noServerForInstall": "No server is available for plugin installs. Owner or Manage Server access is required.",
|
||||
"availablePluginsAria": "Available plugins",
|
||||
"searchPlaceholder": "Search plugins, authors, ids",
|
||||
"searchAria": "Search plugins",
|
||||
"shown": "{{count}} shown",
|
||||
"unknownAuthor": "Unknown author",
|
||||
"updateBadge": "Update",
|
||||
"installedBadge": "Installed",
|
||||
"loadingReadme": "Loading",
|
||||
"readme": "Readme",
|
||||
"loadReadme": "Load readme",
|
||||
"openGitHub": "Open GitHub",
|
||||
"emptyTitle": "No plugins found",
|
||||
"emptyWithSources": "Adjust filters or add another source manifest.",
|
||||
"emptyNoSources": "Add a plugin source manifest URL to populate the catalog.",
|
||||
"readmePanelAria": "Plugin readme",
|
||||
"readmeLabel": "Readme",
|
||||
"parsed": "Parsed",
|
||||
"raw": "Raw",
|
||||
"closeReadme": "Close readme",
|
||||
"openSourceReadme": "Open source readme",
|
||||
"serverInstall": {
|
||||
"title": "Server plugin install",
|
||||
"cancelInstall": "Cancel install",
|
||||
"installToServer": "Install to server",
|
||||
"optionalForMembers": "Optional for server members",
|
||||
"capabilities": "Capabilities",
|
||||
"noCapabilities": "This plugin requests no capabilities.",
|
||||
"cancel": "Cancel",
|
||||
"installAndActivate": "Install and Activate"
|
||||
},
|
||||
"actions": {
|
||||
"install": "Install",
|
||||
"installToServer": "Install to Server",
|
||||
"removeFromServer": "Remove from Server",
|
||||
"uninstall": "Uninstall",
|
||||
"update": "Update",
|
||||
"updateServer": "Update Server"
|
||||
},
|
||||
"errors": {
|
||||
"addSource": "Unable to add plugin source",
|
||||
"removeSource": "Unable to remove plugin source",
|
||||
"refreshSources": "Unable to refresh plugin sources",
|
||||
"updateInstallation": "Unable to update plugin installation",
|
||||
"loadReadme": "Unable to load readme",
|
||||
"noServerAccess": "You need owner or Manage Server access on a chat server before installing server plugins",
|
||||
"prepareServerInstall": "Unable to prepare server plugin install",
|
||||
"installServerPlugin": "Unable to install server plugin",
|
||||
"requiresServerAccess": "Requires owner or Manage Server access on a chat server"
|
||||
}
|
||||
},
|
||||
"actionMenu": {
|
||||
"title": "Plugins",
|
||||
"availableActions": "{{count}} available actions",
|
||||
"closeAria": "Close plugin menu",
|
||||
"close": "Close",
|
||||
"empty": "No plugin actions available.",
|
||||
"menuAria": "Plugin actions"
|
||||
},
|
||||
"pageHost": {
|
||||
"back": "Back",
|
||||
"unavailableTitle": "Plugin page unavailable",
|
||||
"unavailableBody": "The plugin page is not registered or the plugin is not loaded."
|
||||
},
|
||||
"renderHost": {
|
||||
"failed": "Plugin contribution failed to render"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user