mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-02 21:29:12 -04:00
i18n: Localize /admin
pages (#4380)
Not every string was localized: * `/admin/plugins` has some CSS magic to draw the tables of plugins differently on narrow (mobile) screens, and the l10n library we use does not support that particular magic. The strings that were not localized are "Name", "Description", "Version", and "Time". These strings are only stuck in English when the page is viewed on a narrow screen; normal desktop users will see translated strings. The CSS magic ought to be replaced with something more robust (lots of nested `div`s); those remaining strings can be localized whenever that happens. * Strings from external sources such as plugin descriptions, error messages, and `settings.json` comments are not localized.
This commit is contained in:
parent
554eef7770
commit
dbef630f44
5 changed files with 91 additions and 46 deletions
|
@ -1,4 +1,38 @@
|
|||
{
|
||||
"admin.page-title": "Admin Dashboard - Etherpad",
|
||||
"admin_plugins": "Plugin manager",
|
||||
"admin_plugins.available": "Available plugins",
|
||||
"admin_plugins.available_not-found": "No plugins found.",
|
||||
"admin_plugins.available_fetching": "Fetching…",
|
||||
"admin_plugins.available_install.value": "Install",
|
||||
"admin_plugins.available_search.placeholder": "Search for plugins to install",
|
||||
"admin_plugins.description": "Description",
|
||||
"admin_plugins.installed": "Installed plugins",
|
||||
"admin_plugins.installed_fetching": "Fetching installed plugins…",
|
||||
"admin_plugins.installed_nothing": "You haven't installed any plugins yet.",
|
||||
"admin_plugins.installed_uninstall.value": "Uninstall",
|
||||
"admin_plugins.last-update": "Last update",
|
||||
"admin_plugins.name": "Name",
|
||||
"admin_plugins.page-title": "Plugin manager - Etherpad",
|
||||
"admin_plugins.version": "Version",
|
||||
"admin_plugins_info": "Troubleshooting information",
|
||||
"admin_plugins_info.hooks": "Installed hooks",
|
||||
"admin_plugins_info.hooks_client": "Client-side hooks",
|
||||
"admin_plugins_info.hooks_server": "Server-side hooks",
|
||||
"admin_plugins_info.parts": "Installed parts",
|
||||
"admin_plugins_info.plugins": "Installed plugins",
|
||||
"admin_plugins_info.page-title": "Plugin information - Etherpad",
|
||||
"admin_plugins_info.version": "Etherpad version",
|
||||
"admin_plugins_info.version_latest": "Latest available version",
|
||||
"admin_plugins_info.version_number": "Version number",
|
||||
"admin_settings": "Settings",
|
||||
"admin_settings.current": "Current configuration",
|
||||
"admin_settings.current_example-devel": "Example development settings template",
|
||||
"admin_settings.current_example-prod": "Example production settings template",
|
||||
"admin_settings.current_restart.value": "Restart Etherpad",
|
||||
"admin_settings.current_save.value": "Save Settings",
|
||||
"admin_settings.page-title": "Settings - Etherpad",
|
||||
|
||||
"index.newPad": "New Pad",
|
||||
"index.createOpenPad": "or create/open a Pad with the name:",
|
||||
"index.openPad": "open an existing Pad with the name:",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue