Downloads:
4,687
Downloads of v 6.0.0:
270
Last Update:
26 Jun 2023
Package Maintainer(s):
Software Author(s):
- Aaron Madlon-Kay
- OmegaT Developers
Tags:
omegat cat translationOmegaT (Install)
- 1
- 2
- 3
6.0.0 | Updated: 26 Jun 2023
Downloads:
4,687
Downloads of v 6.0.0:
270
Maintainer(s):
Software Author(s):
- Aaron Madlon-Kay
- OmegaT Developers
OmegaT (Install) 6.0.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Aaron Madlon-Kay, OmegaT Developers. The inclusion of Aaron Madlon-Kay, OmegaT Developers trademark(s), if any, upon this webpage is solely to identify Aaron Madlon-Kay, OmegaT Developers goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install OmegaT (Install), run the following command from the command line or from PowerShell:
To upgrade OmegaT (Install), run the following command from the command line or from PowerShell:
To uninstall OmegaT (Install), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download omegat --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade omegat -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade omegat -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install omegat
win_chocolatey:
name: omegat
version: '6.0.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'omegat' do
action :install
source 'INTERNAL REPO URL'
version '6.0.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller omegat
{
Name = "omegat"
Version = "6.0.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'omegat':
ensure => '6.0.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved by moderator Windos on 05 Jul 2023.
OmegaT is a free translation memory application that works on Windows, macOS, Linux... It is a tool intended for professional translators. It does not translate for you! (Software that does this is called "machine translation", and you will have to look elsewhere for it.)
$packageName = "omegat"
$installerType = "exe"
# Uninstall $packageName if older version is installed
if (Test-Path "$env:ProgramFiles\$packageName") {
Uninstall-ChocolateyPackage $packageName $installerType "/VERYSILENT /NORESTART" "$env:ProgramFiles\$packageName\unins000.exe"
}
if (Test-Path "${env:ProgramFiles(x86)}\$packageName") {
Uninstall-ChocolateyPackage $packageName $installerType "/VERYSILENT /NORESTART" "${env:ProgramFiles(x86)}\$packageName\unins000.exe"
}
Log in or click on link to see number of positives.
- omegat.6.0.0.nupkg (e14f6d310ad1) - ## / 53
- OmegaT_6.0.0_Windows_64_signed.exe (f9015572a8cd) - ## / 52
- OmegaT_6.0.0_Windows_signed.exe (26d882cfb4d6) - ## / 57
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
OmegaT (Install) 6.0.0 | 270 | Monday, June 26, 2023 | Approved | |
OmegaT (Install) 6.0.0-beta | 59 | Sunday, June 25, 2023 | Exempted | |
OmegaT (Install) 5.8.0-beta | 66 | Saturday, April 22, 2023 | Exempted | |
OmegaT (Install) 5.7.1-beta | 97 | Saturday, March 19, 2022 | Exempted | |
OmegaT (Install) 5.7.0-beta | 105 | Wednesday, November 17, 2021 | Exempted | |
OmegaT (Install) 5.6.0-beta | 90 | Tuesday, October 5, 2021 | Exempted | |
OmegaT (Install) 5.5.0-beta | 112 | Tuesday, May 18, 2021 | Exempted | |
OmegaT (Install) 5.4.4-beta | 113 | Thursday, April 22, 2021 | Exempted | |
OmegaT (Install) 5.4.3-beta | 107 | Saturday, March 27, 2021 | Exempted | |
OmegaT (Install) 5.4.2-beta | 106 | Friday, March 26, 2021 | Exempted | |
OmegaT (Install) 5.4.1-beta | 150 | Friday, December 18, 2020 | Exempted | |
OmegaT (Install) 5.3.0-beta | 187 | Monday, August 3, 2020 | Exempted | |
OmegaT (Install) 5.2.0-beta3 | 175 | Thursday, July 23, 2020 | Exempted | |
OmegaT (Install) 4.3.3 | 255 | Friday, March 18, 2022 | Approved | |
OmegaT (Install) 4.3.2 | 310 | Friday, July 17, 2020 | Approved | |
OmegaT 3.1.8 | 983 | Wednesday, January 14, 2015 | Approved | |
OmegaT 3.1.4.0 | 558 | Monday, August 4, 2014 | Unknown | |
OmegaT 3.1.1.20140521 | 480 | Tuesday, May 27, 2014 | Unknown |
Copyright (C) 2000-2020 OmegaT Project
OmegaT 6.0.0 (2023-06-22)
1 Enhancement 1 Bug fixes 11 Localisation updates
6.0.0 vs 5.8.0
Implemented requests:
- OmegaT 6.0 requires Java 11 to run
Bug fixes:
- Fixed "null" file names in search results when "Display: file names" checkbox was unchecked
https://sourceforge.net/p/omegat/bugs/1154/
Localization Updates:
- Belarusian localization updated to 6.0 (UI, readme, Instant Start)
- Brazilian Portuguese localization updated to 6.0 (UI, readme)
- Catalan localization updated to 6.0 (UI, readme, documentation)
- Corsican localization updated to 6.0 (UI, readme)
- Dutch localization updated to 6.0 (UI, readme)
- French localization updated to 6.0 (UI, readme, documentation)
- Finnish localization updated to 6.0 (UI, readme)
- German localization updated to 6.0 (UI, readme, documentation)
- Italian localization updated to 6.0 (UI, readme)
- Japanese localization updated to 6.0 (UI, documentation)
- Ukrainian localization updated to 6.0 (UI, readme)
OmegaT 5.8.0 (2023-04-01)
4 Removed features 40 Enhancements 46 Bug fixes 9 Localization updates
5.8.0 vs 5.7.1
Removed features:
Removal of Java Web Start
Java Web Start is a deprecated framework that is not available anymore with Java 11.
https://www.oracle.com/technetwork/java/javase/javaclientroadmapupdate2018mar-4414431.pdfRemoval of TaaS access
The TaaS service does not exist anymore.
https://github.com/omegat-org/omegat/pull/302Removal of the Moses MT connector
The connector uses a library that shows critical vulnerabilities
https://github.com/omegat-org/omegat/pull/321
See Moses Plugin project: https://github.com/omegat-org/moses-pluginRemoval of the Microsoft Azure Translator MT connector
https://sourceforge.net/p/omegat/feature-requests/1432/
See Azure Translate V2/V3 Plugin project: https://github.com/omegat-org/azure-translate-plugin
Implemented requests:
Help user to copy error message to clipboard
https://sourceforge.net/p/omegat/feature-requests/1683/New default: Dictionary search should not be automatic
https://sourceforge.net/p/omegat/feature-requests/1680/Share authentication between Git or SVN repositories on the same server
https://sourceforge.net/p/omegat/feature-requests/1670Add filter filtres list sorting
https://sourceforge.net/p/omegat/feature-requests/1667/Integrate the Stax filters to OmegaT
https://sourceforge.net/p/omegat/feature-requests/1666/New default settings
https://sourceforge.net/p/omegat/feature-requests/1652/Fix various UI labels for consistency
https://sourceforge.net/p/omegat/feature-requests/1647/
https://sourceforge.net/p/omegat/feature-requests/1635/
https://sourceforge.net/p/omegat/feature-requests/1379/
https://sourceforge.net/p/omegat/feature-requests/1332/
https://sourceforge.net/p/omegat/feature-requests/486/
https://sourceforge.net/p/omegat/feature-requests/485/Update the user guide for version 5.8/6.0
https://sourceforge.net/p/omegat/feature-requests/1646/Navigate between segments inserted from /tm/auto and /tm/enforce
https://sourceforge.net/p/omegat/feature-requests/1641/Add a shortcut to select all source text of the current segment
https://sourceforge.net/p/omegat/feature-requests/1639/BundleProperties Filter: write properties file in UTF-8 w/ escape in default
https://sourceforge.net/p/omegat/feature-requests/1634/Shortcuts to navigate between Notes and Editor panel
https://sourceforge.net/p/omegat/feature-requests/1630/Git/Team project should preserve access URL when download team
https://sourceforge.net/p/omegat/feature-requests/1629/CLI option to print the project stats to the console (text, xml or json)
https://sourceforge.net/p/omegat/feature-requests/1624/New project properties options for export TM directory and which TMs should be exported
https://sourceforge.net/p/omegat/feature-requests/1611/Dictionary: support condensed view
https://sourceforge.net/p/omegat/feature-requests/1609/Glossary pane sorting
https://sourceforge.net/p/omegat/feature-requests/1606/Skip candidates from machine translators which returned 403: Forbidden on Ctrl+M.
https://sourceforge.net/p/omegat/feature-requests/1605/Hyperlinks to local files in the glossary
https://sourceforge.net/p/omegat/feature-requests/1604/Allow jumping to the selected segment from Search using a keyboard shortcut
https://sourceforge.net/p/omegat/feature-requests/1603/Dictionary: Oxford dictionary online API support
https://sourceforge.net/p/omegat/feature-requests/1597/Option to export project's master TMs when pressing Ctrl+D
https://sourceforge.net/p/omegat/feature-requests/1591/Glossary pane. Dictionary Layout. Fix indentation
https://sourceforge.net/p/omegat/feature-requests/1588/Glossary pane. Dictionary Layout. Fix comma-space.
https://sourceforge.net/p/omegat/feature-requests/1587/Able to add note which MT engine used
https://sourceforge.net/p/omegat/feature-requests/1584/Do not propose source text as match from other languages
https://sourceforge.net/p/omegat/feature-requests/1578/Utilize Jackson library for JSON parser
https://sourceforge.net/p/omegat/feature-requests/1575/Online help and onboard help version discrepancies
https://sourceforge.net/p/omegat/feature-requests/1558/Support metadata plugin.link for plugins
https://sourceforge.net/p/omegat/feature-requests/1544/Show glossary comment on context menu candidate
https://sourceforge.net/p/omegat/feature-requests/1515/Notify which Machine Translation was picked
https://sourceforge.net/p/omegat/feature-requests/1477/Machine translation results sorting
https://sourceforge.net/p/omegat/feature-requests/1467/In mode=console-align, generate tmx with mutiples translations
https://sourceforge.net/p/omegat/feature-requests/1408/Font settings in Aligner
https://sourceforge.net/p/omegat/feature-requests/1360Sorting terms alphabetically in glossary pane
https://sourceforge.net/p/omegat/feature-requests/1241/Rename option in search function
https://sourceforge.net/p/omegat/feature-requests/1087/Support Git branch in Team Project
https://sourceforge.net/p/omegat/feature-requests/918/Keyboard shortcut for "clear target segment"
https://sourceforge.net/p/omegat/feature-requests/622/Update to new pixel logos and improve macOS UI logos
https://github.com/omegat-org/omegat/pull/154Changing the flow of updating teamwork omegat.project
https://github.com/omegat-org/omegat/pull/122
Bug fixes:
Change key to explicit offline mode cause
https://sourceforge.net/p/omegat/bugs/1153Wrap long lines in error messages
https://sourceforge.net/p/omegat/bugs/1145Color the fuzzy matches from /tm/mt
https://sourceforge.net/p/omegat/bugs/1144BidiMarker does not respect disable menu action
https://sourceforge.net/p/omegat/bugs/1143/Fix context-bound matches in TMX that were ignored in /tm/auto
https://sourceforge.net/p/omegat/bugs/1140/MT cache cleared on saving or committing translation to memory
https://sourceforge.net/p/omegat/bugs/1139/XML/DocBook filter breaks project load when XML has error
https://sourceforge.net/p/omegat/bugs/1138/Error displayed when opening a project on Windows 10
https://sourceforge.net/p/omegat/bugs/1136/Font Rendering issue in OmegaT (Santali)
https://sourceforge.net/p/omegat/bugs/1133/Plugin loader does not allow multiple entries of OmegaT-Plugins/Category
https://sourceforge.net/p/omegat/bugs/1128/Local project does not update after remote masking some files
https://sourceforge.net/p/omegat/bugs/1124/MainMenuShortcuts.properties not up to date
https://sourceforge.net/p/omegat/bugs/1121/When converting git local-managed project, OmegaT raise NPE
https://sourceforge.net/p/omegat/bugs/1118/URL linkifier raise exception when opening resource property file
https://sourceforge.net/p/omegat/bugs/1117/BundleProperties filter should accept UTF-8 properties file
https://sourceforge.net/p/omegat/bugs/1116/doc_src/docgen docker container should handle UID/GID properly
https://sourceforge.net/p/omegat/bugs/1112/Unable to check-out or open/save team projects
https://sourceforge.net/p/omegat/bugs/1075/OmegaT --no-team does not complete 3.6 team project conversion
https://sourceforge.net/p/omegat/bugs/1063/GUI: Comment is shown on both Comment and Segment Properties pane
https://sourceforge.net/p/omegat/bugs/1119/When converting git local-managed project, OmegaT raise NPE
https://sourceforge.net/p/omegat/bugs/1118/URL linkifier raise exception when opening resource property file
https://sourceforge.net/p/omegat/bugs/1117/BundleProperties filter should accept UTF-8 properties file
https://sourceforge.net/p/omegat/bugs/1116/doc_src/docgen docker container should handle UID/GID properly
https://sourceforge.net/p/omegat/bugs/1112/Team project piles up backup files of omegat.project
https://sourceforge.net/p/omegat/bugs/1110/About dialog show incorrect library list
https://sourceforge.net/p/omegat/bugs/1108/OpenSSH new key format and ECDSA/ED25519 keys
https://sourceforge.net/p/omegat/bugs/1107/CLI commands does not expand tilde(~) to home directory
https://sourceforge.net/p/omegat/bugs/1106/PO filter: target files should not keep #| msgctxt
https://sourceforge.net/p/omegat/bugs/1103/Paragraph marks not showing when loading partial pages-
https://sourceforge.net/p/omegat/bugs/1102/Display other language translations also for alternative translations
https://sourceforge.net/p/omegat/bugs/1101/Searcher to show path in relative
https://sourceforge.net/p/omegat/bugs/1099/
https://sourceforge.net/p/omegat/bugs/1098/Enforced ID-bound alternative translations not recognized
https://sourceforge.net/p/omegat/bugs/1092/OmegaT default colors can be lost when a plugin fails to initialize
https://sourceforge.net/p/omegat/bugs/1091/ArrayIndexOutOfBoundsException on loading a PO-project with multi-line plurals
https://sourceforge.net/p/omegat/bugs/1082/Team projects fail to commit with enabled signing
https://sourceforge.net/p/omegat/bugs/1077/Unable to check-out or open/save team projects
https://sourceforge.net/p/omegat/bugs/1075/Dictionary fails to jump to selected word
https://sourceforge.net/p/omegat/bugs/1074/Gradle: HTMLFilter2Test failed on non-English OS
https://sourceforge.net/p/omegat/bugs/1066/OmegaT --no-team does not complete 3.6 team project conversion
https://sourceforge.net/p/omegat/bugs/1063/HTML segmentation dropping whole tags
https://sourceforge.net/p/omegat/bugs/873/"Go to Next Unique Segment" bound to shortcut used by macOS
https://sourceforge.net/p/omegat/bugs/851/HTML: some content not available
https://sourceforge.net/p/omegat/bugs/613/HTML comment tag segments
https://sourceforge.net/p/omegat/bugs/610/script + style HTML elements in source, missing stylesheet in result.
https://sourceforge.net/p/omegat/bugs/609/HTML parsing error
https://sourceforge.net/p/omegat/bugs/205/Highlight found text even if normalized text differs from original
https://github.com/omegat-org/omegat/pull/234
Localization Updates:
- Belarusian localization updated to 5.8 (UI, readme)
- Brazilian Portuguese localization updated to 5.8 (UI)
- Catalan localization updated to 5.8 (UI, readme, documentation)
- Corsican localization updated to 5.8 (UI, readme)
- Dutch localization updated to 5.8 (UI)
- German localization updated to 5.8 (UI, readme)
- Japanese localization updated to 5.8 (UI, readme, documentation)
- Simplified Chinese localization updated to 5.8 (UI, readme)
- Ukrainian localization updated to 5.8 (UI, readme)
This package has no dependencies.
Ground Rules:
- This discussion is only about OmegaT (Install) and the OmegaT (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or OmegaT (Install), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.