-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translated using Weblate (Chinese (Traditional))
Currently translated at 0.0% (0 of 9 strings) Translation: Gephi/gephi.org-gephi-io-importer-api Translate-URL: https://hosted.weblate.org/projects/gephi/io-importer-api/zh_Hant/
- Loading branch information
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
22 changes: 11 additions & 11 deletions
22
modules/ImportAPI/src/main/resources/org/gephi/io/importer/api/Bundle_zh_TW.properties
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
OpenIDE-Module-Long-Description=API/SPI for importers | ||
OpenIDE-Module-Short-Description=API/SPI for importers | ||
|
||
|
||
ImportUtils.error_no_matching_file_importer = Impossible to find a compatible Importer.\nThe file format is not supported. Check file's extension. | ||
ImportUtils.error_no_matching_stream_importer = Impossible to find a compatible Importer.\nThe stream is not supported. | ||
ImportUtils.error_no_matching_db_importer = Impossible to find a compatible Importer.\nThe database is not supported. | ||
ImportUtils.error_file_not_found = Impossible to open the file. | ||
ImportUtils.error_missing_document_instance_factory = Impossible to obtain an instance of DocumentBuilder | ||
ImportUtils.error_io = Impossible to read the given file | ||
ImportUtils.error_sax = Impossible to parse the given XML file | ||
OpenIDE-Module-Long-Description=API/SPI for importers | ||
OpenIDE-Module-Short-Description=API/SPI for importers | ||
|
||
|
||
ImportUtils.error_no_matching_file_importer=Impossible to find a compatible Importer.\nThe file format is not supported. Check file's extension. | ||
ImportUtils.error_no_matching_stream_importer=Impossible to find a compatible Importer.\nThe stream is not supported. | ||
ImportUtils.error_no_matching_db_importer=Impossible to find a compatible Importer.\nThe database is not supported. | ||
ImportUtils.error_file_not_found=Impossible to open the file. | ||
ImportUtils.error_missing_document_instance_factory=Impossible to obtain an instance of DocumentBuilder | ||
ImportUtils.error_io=Impossible to read the given file | ||
ImportUtils.error_sax=Impossible to parse the given XML file |