Skip to content

Commit b2efb88

Browse files
mbastianweblate
authored andcommitted
Translated using Weblate (Chinese (Traditional))
Currently translated at 0.0% (0 of 43 strings) Translation: Gephi/gephi.org-gephi-io-importer-impl Translate-URL: https://hosted.weblate.org/projects/gephi/io-importer-impl/zh_Hant/
1 parent eb69040 commit b2efb88

File tree

1 file changed

+43
-46
lines changed

1 file changed

+43
-46
lines changed
Lines changed: 43 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,43 @@
1-
ImportContainerLog.TimeInterval = Time Interval set at {0}
2-
ImportContainerLog.TimeFormat = Time Format: {0}
3-
ImportContainerLog.TimeRepresentation = Time Representation: {0}
4-
ImportContainerLog.AddNodeColumn = Node column ''{0}'' ({1})
5-
ImportContainerLog.AddEdgeColumn = Edge column ''{0}'' ({1})
6-
ImportContainerLog.AddDynamicNodeColumn = Node column ''{0}'' (Dynamic {1})
7-
ImportContainerLog.AddDynamicEdgeColumn = Edge column ''{0}'' (Dynamic {1})
8-
ImportContainerLog.EdgeLabelType = Edge labels are of type ''{0}''
9-
ImportContainerLog.TimeZone = Time zone is set at ''{0}''
10-
ImportContainerLog.MultiGraphCount = Multi-graph with {0} different types
11-
ImportContainerLog.GraphTimestamp = Graph timestamp set at ''{0}''
12-
ImportContainerLog.GraphInterval = Graph interval set at ''{0}''
13-
ImportContainerLog.ElementIdType = Element id type set at ''{0}''
14-
15-
ImportContainerException_nodeExist = Duplicated node id=''{0}''
16-
ImportContainerException_UnknowNodeId = Unknown Node id=''{0}''
17-
ImportContainerException_AutoNodeCreated = Some nodes were created based on edges' source and target
18-
ImportContainerException_MissingNodeSource = Missing Node Source, edge is ignored
19-
ImportContainerException_MissingNodeTarget = Missing Node Target, edge is ignored
20-
ImportContainerException_MissingNodeId = Missing Node Identifier
21-
ImportContainerException_edgeExist = Edge already exists id=''{0}''
22-
ImportContainerException_SelfLoop = Self loop are not allowed
23-
ImportContainerException_Bad_Edge_Type = Edge type doesn't fit with default set ({0}), edge id=''{1}'' is ignored
24-
ImportContainerException_Parallel_Edge_Merged = Parallel edges detected, remember to choose a merge strategy
25-
ImportContainerException_Parallel_Edge_Forbidden = Parallel edges are not allowed, edge id=''{0}'' is ignored
26-
ImportContainerException_Unsupported_Edge_type = Edge types can only have a primitive type value
27-
ImportContainerException_Unsupported_Edge_type_Conflict = Edge label type is of type {0} but should be {1}, the label is ignored
28-
ImportContainerException_Set_EdgeDefault = Default edge type set as ''{0}''
29-
ImportContainerException_Weight_Zero_Ignored = Edge weight is 0, the edge id=''{0}'' is ignored
30-
ImportContainerException_ElementIdType_Parse_Error = The id type is configured to ''{0}'' but some elements id can't be parsed, defaulting to 'STRING'
31-
ImportContainerException_Negative_Weight = Edge id=''{0}'' has a negative weight
32-
ImportContainerException_Column_Type_Mismatch = A column ''{0}'' already exists but with a different type=''{1}''
33-
ImportContainerException_Timestamp_Parse_Error = The graph timestamp ''{0}'' could not be parsed
34-
ImportContainerException_Interval_Parse_Error = The graph interval ''{0}'' could not be parsed
35-
36-
ElementFactoryException_NullNodeId = Node id can't be null
37-
ElementFactoryException_NullEdgeId = Edge id can't be null
38-
39-
ElementDraftException_ColorParse = Color ''{0}'' can't be parsed for element id=''{1}'', color is ignored
40-
ElementDraftException_LabelColorParse = Label color ''{0}'' can't be parsed for element id=''{1}'', color is ignored
41-
ElementDraftException_NotTimestampRepresentation = The time representation should be set to TIMESTAMP, the timestamp for the element id=''{0}'' is ignored
42-
ElementDraftException_NotIntervalRepresentation = The time representation should be set to INTERVAL, the interval for the element id=''{0}'' is ignored
43-
ElementDraftException_IntervalSetError = A problem was encountered while adding the interval {0} to the element id=''{1}'' and the interval is ignored, error: {2}
44-
ElementDraftException_SetValueError = A problem occurred while setting the value ''{0}'' to the element id=''{1}'', error: {2}
45-
ElementDraftException_SetValueTimestampError = A problem occurred while setting the value ''{0}'' to the element id=''{1}'' at the timestamp {2}, error: {3}
46-
ElementDraftException_SetValueIntervalError = A problem occurred while setting the value ''{0}'' to the element id=''{1}'' at the interval {2}, error: {3}
1+
ImportContainerLog.TimeInterval=Time Interval set at {0}
2+
ImportContainerLog.TimeFormat=Time Format: {0}
3+
ImportContainerLog.TimeRepresentation=Time Representation: {0}
4+
ImportContainerLog.AddNodeColumn=Node column ''{0}'' ({1})
5+
ImportContainerLog.AddEdgeColumn=Edge column ''{0}'' ({1})
6+
ImportContainerLog.AddDynamicNodeColumn=Node column ''{0}'' (Dynamic {1})
7+
ImportContainerLog.AddDynamicEdgeColumn=Edge column ''{0}'' (Dynamic {1})
8+
ImportContainerLog.EdgeLabelType=Edge labels are of type ''{0}''
9+
ImportContainerLog.TimeZone=Time zone is set at ''{0}''
10+
ImportContainerLog.MultiGraphCount=Multi-graph with {0} different types
11+
ImportContainerLog.GraphTimestamp=Graph timestamp set at ''{0}''
12+
ImportContainerLog.GraphInterval=Graph interval set at ''{0}''
13+
ImportContainerLog.ElementIdType=Element id type set at ''{0}''
14+
ImportContainerException_nodeExist=Duplicated node id=''{0}''
15+
ImportContainerException_UnknowNodeId=Unknown Node id=''{0}''
16+
ImportContainerException_AutoNodeCreated=Some nodes were created based on edges' source and target
17+
ImportContainerException_MissingNodeSource=Missing Node Source, edge is ignored
18+
ImportContainerException_MissingNodeTarget=Missing Node Target, edge is ignored
19+
ImportContainerException_MissingNodeId=Missing Node Identifier
20+
ImportContainerException_edgeExist=Edge already exists id=''{0}''
21+
ImportContainerException_SelfLoop=Self loop are not allowed
22+
ImportContainerException_Bad_Edge_Type=Edge type doesn't fit with default set ({0}), edge id=''{1}'' is ignored
23+
ImportContainerException_Parallel_Edge_Merged=Parallel edges detected, remember to choose a merge strategy
24+
ImportContainerException_Parallel_Edge_Forbidden=Parallel edges are not allowed, edge id=''{0}'' is ignored
25+
ImportContainerException_Unsupported_Edge_type=Edge types can only have a primitive type value
26+
ImportContainerException_Unsupported_Edge_type_Conflict=Edge label type is of type {0} but should be {1}, the label is ignored
27+
ImportContainerException_Set_EdgeDefault=Default edge type set as ''{0}''
28+
ImportContainerException_Weight_Zero_Ignored=Edge weight is 0, the edge id=''{0}'' is ignored
29+
ImportContainerException_ElementIdType_Parse_Error=The id type is configured to ''{0}'' but some elements id can't be parsed, defaulting to 'STRING'
30+
ImportContainerException_Negative_Weight=Edge id=''{0}'' has a negative weight
31+
ImportContainerException_Column_Type_Mismatch=A column ''{0}'' already exists but with a different type=''{1}''
32+
ImportContainerException_Timestamp_Parse_Error=The graph timestamp ''{0}'' could not be parsed
33+
ImportContainerException_Interval_Parse_Error=The graph interval ''{0}'' could not be parsed
34+
ElementFactoryException_NullNodeId=Node id can't be null
35+
ElementFactoryException_NullEdgeId=Edge id can't be null
36+
ElementDraftException_ColorParse=Color ''{0}'' can't be parsed for element id=''{1}'', color is ignored
37+
ElementDraftException_LabelColorParse=Label color ''{0}'' can't be parsed for element id=''{1}'', color is ignored
38+
ElementDraftException_NotTimestampRepresentation=The time representation should be set to TIMESTAMP, the timestamp for the element id=''{0}'' is ignored
39+
ElementDraftException_NotIntervalRepresentation=The time representation should be set to INTERVAL, the interval for the element id=''{0}'' is ignored
40+
ElementDraftException_IntervalSetError=A problem was encountered while adding the interval {0} to the element id=''{1}'' and the interval is ignored, error: {2}
41+
ElementDraftException_SetValueError=A problem occurred while setting the value ''{0}'' to the element id=''{1}'', error: {2}
42+
ElementDraftException_SetValueTimestampError=A problem occurred while setting the value ''{0}'' to the element id=''{1}'' at the timestamp {2}, error: {3}
43+
ElementDraftException_SetValueIntervalError=A problem occurred while setting the value ''{0}'' to the element id=''{1}'' at the interval {2}, error: {3}

0 commit comments

Comments
 (0)