-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #483 from folio-org/lokalise_20181031T224505
Update translation strings as of 20181031T224505
- Loading branch information
Showing
1 changed file
with
65 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{ | ||
"front.welcome": "Welcome, the Future Of Libraries Is OPEN!", | ||
"front.home": "Home", | ||
"front.about": "Software versions", | ||
"button.new": "+ New", | ||
"button.new_tooltip": "Add {entry}", | ||
"button.edit": "Edit", | ||
"button.delete": "Delete", | ||
"button.deleteEntry": "Delete {entry}", | ||
"button.saveAndClose": "Save and close", | ||
"button.cancel": "Cancel", | ||
"label.confirmDeleteEntry": "<strong>{name}</strong> will be <strong>removed</strong>", | ||
"label.editEntry": "Edit {entry}", | ||
"label.createEntry": "Create {entry}", | ||
"label.missingRequiredField": "Please fill this in to continue", | ||
"label.okay": "Okay", | ||
"successfullyDeleted": "The {entry} <strong>{name}</strong> was successfully <strong>deleted</strong>.", | ||
"untitled": "Untitled", | ||
"about.paneTitle": "Software versions", | ||
"about.userInterface": "User interface", | ||
"about.foundation": "Foundation", | ||
"about.okapiServices": "Okapi services", | ||
"about.unknown": "Unknown", | ||
"about.version": "Version {version}", | ||
"about.forTenant": "For tenant {tenant}", | ||
"about.onUrl": "On URL {url}", | ||
"about.legendKey": "Key", | ||
"about.notEnabledModules": "Installed modules that are not enabled for this tenant are displayed <span class='{className}'>in gray</span>.", | ||
"about.moduleCount": "{count, number} {count, plural, one {module} other {modules}}", | ||
"about.interfaceCount": "{count, number} {count, plural, one {interface} other {interfaces}}", | ||
"about.uiOrServiceDependencies": "UI/service dependencies", | ||
"about.moduleDependsOn": "{module} depends on:", | ||
"about.newerModuleAvailable": "{required} ({available} available)", | ||
"about.noDependencies": "{base} declares no dependencies", | ||
"about.key.absentInterfaces": "Interfaces that are required but absent are highlighted in <span class='{className}'>bold red</span>.", | ||
"about.key.incompatibleIntf": "Interfaces that are required but present only in an incompatible version are highlighted in <span class='{className}'>orange</span>.", | ||
"about.key.compatible": "Interfaces that are present in a compatible version are shown in regular font.", | ||
"about.moduleTypeCount": "{count, number} {type} {count, plural, one {module} other {modules}}", | ||
"about.appModuleCount": "{count, number} app {count, plural, one {module} other {modules}}", | ||
"about.settingsModuleCount": "{count, number} settings {count, plural, one {module} other {modules}}", | ||
"about.pluginModuleCount": "{count, number} plugin {count, plural, one {module} other {modules}}", | ||
"loggedInAs": "Logged in as {firstName} {lastName}", | ||
"logout": "Log out", | ||
"settings": "Settings", | ||
"folioSettings": "FOLIO settings", | ||
"mainNavigation": "Main Navigation", | ||
"loginViaSSO": "Login via SSO", | ||
"button.close": "Close", | ||
"login": "Log in", | ||
"username": "Username", | ||
"password": "Password", | ||
"loggingIn": "Logging in...", | ||
"button.back": "Back", | ||
"button.confirm": "Confirm", | ||
"title.home": "Home", | ||
"title.settings": "Settings", | ||
"title.login": "Log in", | ||
"title.ssoRedirect": "SSO Redirect", | ||
"title.notFound": "Not Found", | ||
"title.ssoLanding": "SSO Landing", | ||
"currentServicePoint": "Service point: {name}", | ||
"currentServicePointNotSelected": "Service point: None", | ||
"stripes-core.front.welcome": "", | ||
"stripes-core.front.about": "" | ||
} |